Skip to content

Commit

Permalink
feat: introduce the Erdos upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
pythonberg1997 committed Mar 27, 2024
1 parent a972393 commit 920cd90
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 @@ -26,4 +26,7 @@ const (

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

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

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

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

// The default upgrade config for networks
Expand Down

0 comments on commit 920cd90

Please sign in to comment.