Skip to content

Commit

Permalink
Merge pull request #362 from bnb-chain/develop
Browse files Browse the repository at this point in the history
release: prepare release for v1.1.1
  • Loading branch information
j75689 authored Nov 23, 2023
2 parents da824c3 + 45af819 commit 2a8e68a
Show file tree
Hide file tree
Showing 3 changed files with 16 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.1.1
This release introduces the Pampas upgrade to the mainnet.

Features:
* [#360](https://github.com/bnb-chain/greenfield-cosmos-sdk/pull/360) feat: enable Pampas hardfork to mainnet

## v1.1.0
This release introduces the Pampas upgrade and contains 8 new features.

Expand Down
3 changes: 3 additions & 0 deletions types/upgrade.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,7 @@ const (

// Pampas is the upgrade name for Pampas upgrade
Pampas = "Pampas"

// Eddystone is the upgrade name for Eddystone upgrade
Eddystone = "Eddystone"
)
7 changes: 7 additions & 0 deletions x/upgrade/types/upgrade_config.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ const (

// Pampas is the upgrade name for Pampas upgrade
Pampas = types.Pampas

// Eddystone is the upgrade name for Eddystone upgrade
Eddystone = types.Eddystone
)

// The default upgrade config for networks
Expand All @@ -24,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 2a8e68a

Please sign in to comment.