Skip to content

Commit ea58c75

Browse files
authored
Merge pull request #462 from pythonberg1997/develop
release: set up height for Altai hardfork
2 parents 0eeeb87 + d3512f0 commit ea58c75

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Changelog
22

3+
## V1.9.1
4+
This release introduces the Altai upgrade
5+
36
## V1.9.0
47
This release introduces the Mongolian upgrade
58

x/upgrade/types/upgrade_config.go

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,10 @@ var (
9393
Name: Mongolian,
9494
Height: 10314605,
9595
Info: "Mongolian hardfork",
96+
}).SetPlan(&Plan{
97+
Name: Altai,
98+
Height: 11917971,
99+
Info: "Altai hardfork",
96100
})
97101

98102
TestnetChainID = "greenfield_5600-1"
@@ -140,6 +144,10 @@ var (
140144
Name: Mongolian,
141145
Height: 10780238,
142146
Info: "Mongolian hardfork",
147+
}).SetPlan(&Plan{
148+
Name: Altai,
149+
Height: 12513708,
150+
Info: "Altai hardfork",
143151
})
144152
)
145153

0 commit comments

Comments
 (0)