Skip to content

Commit

Permalink
introduce Pawnee upgrade (#396)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexgao001 authored Feb 2, 2024
1 parent f3e0777 commit f2091df
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 f2091df

Please sign in to comment.