Skip to content

Commit

Permalink
fix: bring back missing upgrade-paRegistry proposal
Browse files Browse the repository at this point in the history
  • Loading branch information
anilhelvaci committed Nov 27, 2024
1 parent 62f3cc3 commit 6ae5628
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions golang/cosmos/app/upgrade.go
Original file line number Diff line number Diff line change
Expand Up @@ -219,12 +219,15 @@ func unreleasedUpgradeHandler(app *GaiaApp, targetUpgrade string) func(sdk.Conte
// vm.CoreProposalStepForModules(
// "@agoric/builders/scripts/inter-protocol/replace-feeDistributor.js",
// ),
// vm.CoreProposalStepForModules(
// "@agoric/builders/scripts/vats/upgrade-provisionPool.js",
// ),
// vm.CoreProposalStepForModules(
// "@agoric/builders/scripts/vats/upgrade-bank.js",
// ),
// vm.CoreProposalStepForModules(
// "@agoric/builders/scripts/vats/upgrade-provisionPool.js",
// ),
// vm.CoreProposalStepForModules(
// "@agoric/builders/scripts/vats/upgrade-bank.js",
// ),
// vm.CoreProposalStepForModules(
// "@agoric/builders/scripts/vats/upgrade-paRegistry.js",
// ),
// )
}

Expand Down

0 comments on commit 6ae5628

Please sign in to comment.