Skip to content

Commit

Permalink
Merge pull request #462 from pythonberg1997/develop
Browse files Browse the repository at this point in the history
release: set up height for Altai hardfork
  • Loading branch information
unclezoro committed Sep 20, 2024
2 parents 0eeeb87 + d3512f0 commit ea58c75
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

## V1.9.1
This release introduces the Altai upgrade

## V1.9.0
This release introduces the Mongolian upgrade

Expand Down
8 changes: 8 additions & 0 deletions x/upgrade/types/upgrade_config.go
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,10 @@ var (
Name: Mongolian,
Height: 10314605,
Info: "Mongolian hardfork",
}).SetPlan(&Plan{
Name: Altai,
Height: 11917971,
Info: "Altai hardfork",
})

TestnetChainID = "greenfield_5600-1"
Expand Down Expand Up @@ -140,6 +144,10 @@ var (
Name: Mongolian,
Height: 10780238,
Info: "Mongolian hardfork",
}).SetPlan(&Plan{
Name: Altai,
Height: 12513708,
Info: "Altai hardfork",
})
)

Expand Down

0 comments on commit ea58c75

Please sign in to comment.