Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
hard-nett committed Nov 29, 2023
1 parent c249b43 commit 6cda881
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion app/upgrades/v4_1/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (
)

// UpgradeName defines the on-chain upgrade name for the Terp v4 upgrade.
const UpgradeName = "v4.1"
const UpgradeName = "v4.1.0"

var Upgrade = upgrades.Upgrade{
UpgradeName: UpgradeName,
Expand Down
2 changes: 2 additions & 0 deletions app/upgrades/v4_1/upgrade.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ func CreateV4_1UpgradeHandler(
+#+ +#+ +#+#+#+#+#+ +#+ +#+ +#+ +#+ +#+ +#+ +#+ +#+#+# +#+ +#+ +#+ +#+ +#+#+# +#+
#+#+#+# #+# #+# #+# #+# #+# #+# #+# #+# #+# #+#+# #+# #+# #+# #+# #+# #+#+# #+#
### ### ### ####### ### ### ### ### ### ### #### ########## ######## ########## ### #### ##########
`)
// GlobalFee
nativeFeeDenom := upgrades.GetChainsFeeDenomToken(ctx.ChainID())
Expand Down

0 comments on commit 6cda881

Please sign in to comment.