Skip to content

Commit

Permalink
feat: add ural upgrade plan
Browse files Browse the repository at this point in the history
  • Loading branch information
cosinlink committed Feb 21, 2024
1 parent 0c6f719 commit 8f9627e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions x/upgrade/types/upgrade_config.go
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,10 @@ var (
Name: HulunbeierPatch,
Height: 4653883,
Info: "Hulunbeier hardfork",
}).SetPlan(&Plan{
Name: Ural,
Height: 5347231,
Info: "Ural hardfork",
})

TestnetChainID = "greenfield_5600-1"
Expand All @@ -74,6 +78,10 @@ var (
Name: HulunbeierPatch,
Height: 4849568,
Info: "Hulunbeier hardfork",
}).SetPlan(&Plan{
Name: Ural,
Height: 5733436,
Info: "Ural hardfork",
})
)

Expand Down

0 comments on commit 8f9627e

Please sign in to comment.