Skip to content

Commit

Permalink
feat: introduce the Manchurian upgrade to the mainnet (#386)
Browse files Browse the repository at this point in the history
  • Loading branch information
j75689 authored Jan 5, 2024
1 parent ae1e4fb commit a741d8c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## v1.2.2
This release introduce the Manchurian upgrade to the mainnet.

Features:
* [#385](https://github.com/bnb-chain/greenfield/pull/385) feat: introduce the Manchurian upgrade to the mainnet

## v1.2.1
This release changes the Manchurian upgrade height of testnet.

Expand Down
4 changes: 4 additions & 0 deletions x/upgrade/types/upgrade_config.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@ var (
Name: Pampas,
Height: 2006197,
Info: "Pampas hardfork",
}).SetPlan(&Plan{
Name: Manchurian,
Height: 3426973,
Info: "Manchurian hardfork",
})

TestnetChainID = "greenfield_5600-1"
Expand Down

0 comments on commit a741d8c

Please sign in to comment.