Skip to content

Commit

Permalink
Merge pull request #414 from bnb-chain/develop
Browse files Browse the repository at this point in the history
release: prepare for release v1.6.0
  • Loading branch information
unclezoro authored Mar 18, 2024
2 parents bf28a18 + a972393 commit 97f1fb4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions types/upgrade.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,7 @@ const (

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

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

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

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

// The default upgrade config for networks
Expand Down

0 comments on commit 97f1fb4

Please sign in to comment.