Skip to content

Commit

Permalink
params updated according to testnet
Browse files Browse the repository at this point in the history
  • Loading branch information
cgsingh33 committed Jul 15, 2024
1 parent ec50372 commit 4de7889
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/upgrades/testnet/v15/upgrades.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down

0 comments on commit 4de7889

Please sign in to comment.