Skip to content

Commit

Permalink
Merge pull request #379 from bnb-chain/master
Browse files Browse the repository at this point in the history
merge master branch to develop
  • Loading branch information
unclezoro authored Jan 2, 2024
2 parents f06e5c9 + ae1e4fb commit b47fd23
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.1
This release changes the Manchurian upgrade height of testnet.

Features:
* [#374](https://github.com/bnb-chain/greenfield/pull/374) feat: modify Manchurian hardfork height of testnet

## V1.2.0
This release introduce the Manchurian upgrade to the 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 @@ -45,6 +45,10 @@ var (
Name: Pampas,
Height: 2427233,
Info: "Pampas hardfork",
}).SetPlan(&Plan{
Name: Manchurian,
Height: 3922485,
Info: "Manchurian hardfork",
})
)

Expand Down

0 comments on commit b47fd23

Please sign in to comment.