Skip to content

Commit

Permalink
ics param SoftOptOutThreshold removed
Browse files Browse the repository at this point in the history
  • Loading branch information
cgsingh33 committed Nov 26, 2024
1 parent d2208f8 commit 587a869
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/upgrades/mainnet/v15/constants.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package v15

const (
UpgradeName = "v15.2.0"
UpgradeName = "v15.3.0"
UpgradeHeight = ""
UpgradeInfo = `'{
"binaries": {
Expand Down
3 changes: 1 addition & 2 deletions app/upgrades/mainnet/v15/upgrades.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ func CreateUpgradeHandler(
bankKeeper bankkeeper.Keeper,
) upgradetypes.UpgradeHandler {
return func(ctx sdk.Context, _ upgradetypes.Plan, vm module.VersionMap) (module.VersionMap, error) {
ctx.Logger().Info("Starting upgrade main-net v15...")
ctx.Logger().Info("Starting upgrade main-net v15.3.0")
ibcKeeper.ConnectionKeeper.SetParams(ctx, ibcconnectiontypes.DefaultParams())

fromVM := make(map[string]uint64)
Expand All @@ -47,7 +47,6 @@ func CreateUpgradeHandler(
cdc.MustUnmarshalJSON(appState[consumertypes.ModuleName], &consumerGenesis)

consumerGenesis.PreCCV = true
consumerGenesis.Params.SoftOptOutThreshold = "0.05"
consumerGenesis.Params.RewardDenoms = []string{"ucmdx"}
consumerGenesis.Params.Enabled = true
consumerGenesis.Params.ProviderFeePoolAddrStr = "cosmos1ap0mh6xzfn8943urr84q6ae7zfnar48am2erhd"
Expand Down

0 comments on commit 587a869

Please sign in to comment.