Skip to content

Commit

Permalink
set Pawnee upgrade time
Browse files Browse the repository at this point in the history
  • Loading branch information
alexgao001 committed Mar 13, 2024
1 parent 74c1626 commit bc07b42
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 @@ -58,6 +58,10 @@ var (
Name: Ural,
Height: 5347231,
Info: "Ural hardfork",
}).SetPlan(&Plan{
Name: Pawnee,
Height: 6239520,
Info: "Pawnee hardfork",
})

TestnetChainID = "greenfield_5600-1"
Expand Down Expand Up @@ -85,6 +89,10 @@ var (
Name: Ural,
Height: 5761391,
Info: "Ural hardfork",
}).SetPlan(&Plan{
Name: Pawnee,
Height: 6623127,
Info: "Pawnee hardfork",
})
)

Expand Down

0 comments on commit bc07b42

Please sign in to comment.