Created
July 5, 2022 01:04
-
-
Save zeroFruit/1841576abb5098b87b466d7f1f98085a to your computer and use it in GitHub Desktop.
Cosmos Dev Series: Cosmos-SDK-based Blockchain Upgrade - UpgradeHandler constants
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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