File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -48,10 +48,10 @@ func CreateUpgradeHandler(
48
48
consumerGenesis .Params .SoftOptOutThreshold = "0.05"
49
49
consumerGenesis .Params .RewardDenoms = []string {"ucmdx" }
50
50
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 "
53
53
consumerKeeper .InitGenesis (ctx , & consumerGenesis )
54
- consumerKeeper .SetDistributionTransmissionChannel (ctx , "channel-2" ) // replace with correct channel
54
+ consumerKeeper .SetDistributionTransmissionChannel (ctx , "channel-25" )
55
55
56
56
return fromVM , nil
57
57
}
You can’t perform that action at this time.
0 commit comments