We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0eeeb87 + d3512f0 commit ea58c75Copy full SHA for ea58c75
CHANGELOG.md
@@ -1,5 +1,8 @@
1
# Changelog
2
3
+## V1.9.1
4
+This release introduces the Altai upgrade
5
+
6
## V1.9.0
7
This release introduces the Mongolian upgrade
8
x/upgrade/types/upgrade_config.go
@@ -93,6 +93,10 @@ var (
93
Name: Mongolian,
94
Height: 10314605,
95
Info: "Mongolian hardfork",
96
+ }).SetPlan(&Plan{
97
+ Name: Altai,
98
+ Height: 11917971,
99
+ Info: "Altai hardfork",
100
})
101
102
TestnetChainID = "greenfield_5600-1"
@@ -140,6 +144,10 @@ var (
140
144
141
145
Height: 10780238,
142
146
147
148
149
+ Height: 12513708,
150
143
151
152
)
153
0 commit comments