Skip to content

Instantly share code, notes, and snippets.

@zeroFruit
Created July 5, 2022 01:04
Show Gist options
  • Save zeroFruit/1841576abb5098b87b466d7f1f98085a to your computer and use it in GitHub Desktop.
Save zeroFruit/1841576abb5098b87b466d7f1f98085a to your computer and use it in GitHub Desktop.
Cosmos Dev Series: Cosmos-SDK-based Blockchain Upgrade - UpgradeHandler constants
package v2 // constants.go
const (
UpgradeName = "v2.0.0"
...
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment