Skip to content

Commit

Permalink
change upgrade name to "neon" for mainnet
Browse files Browse the repository at this point in the history
  • Loading branch information
boojamya committed Nov 3, 2023
1 parent 58c9785 commit 11107c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/upgrades/neon/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package neon

const (
// UpgradeName is the shared upgrade plan name for mainnet
UpgradeName = "v0.4.1"
UpgradeName = "neon"
// UpgradeInfo defines the binaries that will be used for the upgrade
UpgradeInfo = "Release tag: https://github.com/strangelove-ventures/noble/releases/tag/v0.4.2"
)

0 comments on commit 11107c1

Please sign in to comment.