Skip to content

Commit

Permalink
feat: introduce the Ural upgrade (#388)
Browse files Browse the repository at this point in the history
  • Loading branch information
pythonberg1997 authored Jan 19, 2024
1 parent 9f4db2f commit 634d4f9
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 @@ -17,4 +17,7 @@ const (
Hulunbeier = "Hulunbeier"

HulunbeierPatch = "HulunbeierPatch"

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

HulunbeierPatch = types.HulunbeierPatch

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

// The default upgrade config for networks
Expand Down

0 comments on commit 634d4f9

Please sign in to comment.