Skip to content

Commit

Permalink
feat: update the block height for veld (#450)
Browse files Browse the repository at this point in the history
  • Loading branch information
BarryTong65 committed Jun 11, 2024
1 parent 48d116d commit 729b8f1
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 @@ -81,7 +81,7 @@ var (
Info: "Erdos hardfork",
}).SetPlan(&Plan{
Name: Veld,
Height: 9030588,
Height: 9269910,
Info: "Veld hardfork",
})

Expand Down Expand Up @@ -124,7 +124,7 @@ var (
Info: "Erdos hardfork",
}).SetPlan(&Plan{
Name: Veld,
Height: 9379516,
Height: 9581218,
Info: "Veld hardfork",
})
)
Expand Down

0 comments on commit 729b8f1

Please sign in to comment.