diff --git a/app/upgrades/v2/upgrades.go b/app/upgrades/v2/upgrades.go index 34ea758d..4beff401 100644 --- a/app/upgrades/v2/upgrades.go +++ b/app/upgrades/v2/upgrades.go @@ -40,7 +40,7 @@ func CreateUpgradeHandler( // modify DistributionxParams p := keepers.DistributionxKeeper.GetParams(ctx) - p.DevPoolAccount = "shareledger18pf3zdwqjntd9wkvfcjvmdc7hua6c0q2eck5h5" + p.DevPoolAccount = "shareledger1qda5j5mgvmesceg8h68przllcxhz5lzvwz38v5" keepers.DistributionxKeeper.SetParams(ctx, p) // ================================================