Skip to content

Commit

Permalink
fix: update devpool account
Browse files Browse the repository at this point in the history
  • Loading branch information
Bacbia3696 committed Jul 10, 2023
1 parent caa1790 commit 1e50c85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/upgrades/v2/upgrades.go
Expand Up @@ -40,7 +40,7 @@ func CreateUpgradeHandler(

// modify DistributionxParams
p := keepers.DistributionxKeeper.GetParams(ctx)
p.DevPoolAccount = "shareledger18pf3zdwqjntd9wkvfcjvmdc7hua6c0q2eck5h5"
p.DevPoolAccount = "shareledger1qda5j5mgvmesceg8h68przllcxhz5lzvwz38v5"
keepers.DistributionxKeeper.SetParams(ctx, p)
// ================================================

Expand Down

0 comments on commit 1e50c85

Please sign in to comment.