Skip to content

Commit

Permalink
feat: enable Manchurian hardfork to testnet
Browse files Browse the repository at this point in the history
  • Loading branch information
j75689 committed Dec 14, 2023
1 parent 0855e09 commit fbfe5bd
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 @@ -42,6 +42,10 @@ var (
Name: Pampas,
Height: 2427233,
Info: "Pampas hardfork",
}).SetPlan(&Plan{
Name: Manchurian,
Height: 2700464,
Info: "Manchurian hardfork",
})
)

Expand Down

0 comments on commit fbfe5bd

Please sign in to comment.