Skip to content

Commit

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

Expand Down Expand Up @@ -157,7 +157,7 @@ var (
Info: "Altai hardfork",
}).SetPlan(&Plan{
Name: Savanna,
Height: 14702349,
Height: 14691233,
Info: "Savanna hardfork",
})
)
Expand Down

0 comments on commit 3851e00

Please sign in to comment.