Skip to content

Commit

Permalink
Merge pull request #912 from comdex-official/feature/dev
Browse files Browse the repository at this point in the history
changes following ics testnet
  • Loading branch information
cgsingh33 authored Aug 6, 2024
2 parents ab8a6a1 + 77064d0 commit 136afb3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/upgrades/testnet/v15/constants.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package v15

const (
UpgradeName = "v15.0.0"
UpgradeName = "v15.1.0"
UpgradeHeight = ""
UpgradeInfo = `'{
"binaries": {
Expand Down
4 changes: 2 additions & 2 deletions app/upgrades/testnet/v15/upgrades.go
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,9 @@ func CreateUpgradeHandler(
consumerGenesis.Params.RewardDenoms = []string{"ucmdx"}
consumerGenesis.Params.Enabled = true
consumerGenesis.Params.ProviderFeePoolAddrStr = "cosmos1ap0mh6xzfn8943urr84q6ae7zfnar48am2erhd"
consumerGenesis.Params.ConsumerRedistributionFraction = "0.85"
consumerGenesis.Params.ConsumerRedistributionFraction = "0.70"
consumerKeeper.InitGenesis(ctx, &consumerGenesis)
consumerKeeper.SetDistributionTransmissionChannel(ctx, "channel-25")
consumerKeeper.SetDistributionTransmissionChannel(ctx, "channel-1")

return fromVM, nil
}
Expand Down

0 comments on commit 136afb3

Please sign in to comment.