Skip to content

Commit

Permalink
Merge pull request #399 from bnb-chain/develop
Browse files Browse the repository at this point in the history
release: prepare for release v1.5.0
  • Loading branch information
alexgao001 authored Feb 21, 2024
2 parents 3a2f2ac + 5fb734a commit ef1f7f0
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 @@ -20,4 +20,7 @@ const (

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

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

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

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

// The default upgrade config for networks
Expand Down

0 comments on commit ef1f7f0

Please sign in to comment.