Skip to content

Commit

Permalink
feat: add hardfork height
Browse files Browse the repository at this point in the history
feat: update height
  • Loading branch information
annielz committed Nov 21, 2024
1 parent 708c5e7 commit b9f3ae7
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions x/upgrade/types/upgrade_config.go
Original file line number Diff line number Diff line change
Expand Up @@ -101,9 +101,9 @@ var (
Height: 11917971,
Info: "Altai hardfork",
}).SetPlan(&Plan{
Name: Savanna,
// todo: height
Info: "Savanna hardfork",
Name: Savanna,
Height: 14679048,
Info: "Savanna hardfork",
})

TestnetChainID = "greenfield_5600-1"
Expand Down Expand Up @@ -156,9 +156,9 @@ var (
Height: 12513708,
Info: "Altai hardfork",
}).SetPlan(&Plan{
Name: Savanna,
// todo: height
Info: "Savanna hardfork",
Name: Savanna,
Height: 14702349,
Info: "Savanna hardfork",
})
)

Expand Down

0 comments on commit b9f3ae7

Please sign in to comment.