Skip to content

Commit

Permalink
prep version release for v4.1.testnet
Browse files Browse the repository at this point in the history
  • Loading branch information
hard-nett committed Nov 24, 2023
1 parent c249b43 commit 4756161
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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.testnet"

var Upgrade = upgrades.Upgrade{
UpgradeName: UpgradeName,
Expand Down
4 changes: 2 additions & 2 deletions app/upgrades/v4_1/upgrade.go
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ func CreateV4_1UpgradeHandler(
}
logger.Info(fmt.Sprintf("upgraded global fee params to %s", minGasPrices))

// revert headstash allocation
returnFundsToCommunityPool(ctx, keepers.DistrKeeper)
// // revert headstash allocation
// returnFundsToCommunityPool(ctx, keepers.DistrKeeper) // Comment out for testnet only. Will uncomment out during mainnet upgrade.

// x/clock
if err := keepers.ClockKeeper.SetParams(ctx, clocktypes.DefaultParams()); err != nil {
Expand Down

0 comments on commit 4756161

Please sign in to comment.