Skip to content

Commit

Permalink
Merge pull request #909 from comdex-official/feature/dev
Browse files Browse the repository at this point in the history
params updated according to testnet
  • Loading branch information
dheerajkd30 authored Jul 15, 2024
2 parents af4284a + 047cbdf commit ab8a6a1
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 ab8a6a1

Please sign in to comment.