Skip to content

Commit

Permalink
UpgradeName = "v13"
Browse files Browse the repository at this point in the history
  • Loading branch information
Reecepbcups committed Feb 21, 2023
1 parent 01e4c9a commit 70b3033
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/upgrades/v13part1/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ import (
)

// UpgradeName defines the on-chain upgrade name for the upgrade.
const UpgradeName = "v13-1"
// part 1
const UpgradeName = "v13"

var Upgrade = upgrades.Upgrade{
UpgradeName: UpgradeName,
Expand Down

0 comments on commit 70b3033

Please sign in to comment.