@agoric/cosmos 0.35.0-upgrade-14-dev-8be87aa.0 → 0.35.0-upgrade-14-dev-0169c7e.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/app/app.go CHANGED
@@ -834,6 +834,8 @@ func upgrade14Handler(app *GaiaApp, targetUpgrade string) func(sdk.Context, upgr
834
834
  CoreProposalSteps := []vm.CoreProposalStep{
835
835
  // First, upgrade wallet factory
836
836
  vm.CoreProposalStepForModules("@agoric/vats/scripts/build-wallet-factory2-upgrade.js"),
837
+ // Then, upgrade Zoe and ZCF
838
+ vm.CoreProposalStepForModules("@agoric/vats/scripts/replace-zoe.js"),
837
839
  }
838
840
 
839
841
  app.upgradeDetails = &upgradeDetails{
package/git-revision.txt CHANGED
@@ -1 +1 @@
1
- 8be87aa
1
+ 0169c7e
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agoric/cosmos",
3
- "version": "0.35.0-upgrade-14-dev-8be87aa.0+8be87aa",
3
+ "version": "0.35.0-upgrade-14-dev-0169c7e.0+0169c7e",
4
4
  "description": "Connect JS to the Cosmos blockchain SDK",
5
5
  "parsers": {
6
6
  "js": "mjs"
@@ -35,5 +35,5 @@
35
35
  "publishConfig": {
36
36
  "access": "public"
37
37
  },
38
- "gitHead": "8be87aadde1b9161fdd958ca487f4e9c7cf6c650"
38
+ "gitHead": "0169c7e505099fdcfa8e4d1436e5d3b372f1c320"
39
39
  }