Skip to content

Commit

Permalink
chore: repair KREAd chaaracters since we're upgrading Zoe
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris-Hibbert committed Oct 23, 2024
1 parent f4733c5 commit aa7f0a9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions golang/cosmos/app/upgrade.go
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,10 @@ func unreleasedUpgradeHandler(app *GaiaApp, targetUpgrade string) func(sdk.Conte
// Upgrade Zoe (no new ZCF needed).
"@agoric/builders/scripts/vats/upgrade-zoe.js",
),
// Revive KREAd characters
vm.CoreProposalStepForModules(
"@agoric/builders/scripts/vats/revive-kread.js",
),
vm.CoreProposalStepForModules(
// Upgrade to new liveslots for repaired vow usage.
"@agoric/builders/scripts/vats/upgrade-orch-core.js",
Expand Down

0 comments on commit aa7f0a9

Please sign in to comment.