diff --git a/app/upgrades/testnet/v15/upgrades.go b/app/upgrades/testnet/v15/upgrades.go index 64d1096d2..27cc4396a 100644 --- a/app/upgrades/testnet/v15/upgrades.go +++ b/app/upgrades/testnet/v15/upgrades.go @@ -48,10 +48,10 @@ func CreateUpgradeHandler( consumerGenesis.Params.SoftOptOutThreshold = "0.05" consumerGenesis.Params.RewardDenoms = []string{"ucmdx"} consumerGenesis.Params.Enabled = true - consumerGenesis.Params.ProviderFeePoolAddrStr = "" // replace with provider address - consumerGenesis.Params.ConsumerRedistributionFraction = "0.70" + consumerGenesis.Params.ProviderFeePoolAddrStr = "cosmos1ap0mh6xzfn8943urr84q6ae7zfnar48am2erhd" + consumerGenesis.Params.ConsumerRedistributionFraction = "0.85" consumerKeeper.InitGenesis(ctx, &consumerGenesis) - consumerKeeper.SetDistributionTransmissionChannel(ctx, "channel-2") // replace with correct channel + consumerKeeper.SetDistributionTransmissionChannel(ctx, "channel-25") return fromVM, nil }