Skip to content

Commit

Permalink
release: set up height for Altai hardfork
Browse files Browse the repository at this point in the history
  • Loading branch information
pythonberg1997 committed Sep 20, 2024
1 parent 6107749 commit cf67149
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 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
4 changes: 2 additions & 2 deletions x/upgrade/types/upgrade_config.go
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ var (
Info: "Mongolian hardfork",
}).SetPlan(&Plan{
Name: Altai,
Height: 11911274,
Height: 11901751,
Info: "Altai hardfork",
})

Expand Down Expand Up @@ -146,7 +146,7 @@ var (
Info: "Mongolian hardfork",
}).SetPlan(&Plan{
Name: Altai,
Height: 12529056,
Height: 12508117,
Info: "Altai hardfork",
})
)
Expand Down

0 comments on commit cf67149

Please sign in to comment.