Skip to content

Commit ab8a6a1

Browse files
authored
Merge pull request #909 from comdex-official/feature/dev
params updated according to testnet
2 parents af4284a + 047cbdf commit ab8a6a1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

app/upgrades/testnet/v15/upgrades.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,10 @@ func CreateUpgradeHandler(
4848
consumerGenesis.Params.SoftOptOutThreshold = "0.05"
4949
consumerGenesis.Params.RewardDenoms = []string{"ucmdx"}
5050
consumerGenesis.Params.Enabled = true
51-
consumerGenesis.Params.ProviderFeePoolAddrStr = "" // replace with provider address
52-
consumerGenesis.Params.ConsumerRedistributionFraction = "0.70"
51+
consumerGenesis.Params.ProviderFeePoolAddrStr = "cosmos1ap0mh6xzfn8943urr84q6ae7zfnar48am2erhd"
52+
consumerGenesis.Params.ConsumerRedistributionFraction = "0.85"
5353
consumerKeeper.InitGenesis(ctx, &consumerGenesis)
54-
consumerKeeper.SetDistributionTransmissionChannel(ctx, "channel-2") // replace with correct channel
54+
consumerKeeper.SetDistributionTransmissionChannel(ctx, "channel-25")
5555

5656
return fromVM, nil
5757
}

0 commit comments

Comments
 (0)