Skip to content

Commit

Permalink
feat: enable Pampas hardfork to mainnet (#360)
Browse files Browse the repository at this point in the history
  • Loading branch information
j75689 authored Nov 23, 2023
1 parent 8e32ea3 commit 10fdcc9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions x/upgrade/types/upgrade_config.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ var (
Name: Nagqu,
Height: 1,
Info: "Nagqu hardfork",
}).SetPlan(&Plan{
Name: Pampas,
Height: 2006197,
Info: "Pampas hardfork",
})

TestnetChainID = "greenfield_5600-1"
Expand Down

0 comments on commit 10fdcc9

Please sign in to comment.