@agoric/cosmos 0.34.2-dev-bb3d92f.0 → 0.34.2-dev-08f8549.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
@@ -913,6 +913,7 @@ func unreleasedUpgradeHandler(app *GaiaApp, targetUpgrade string) func(sdk.Conte
913
913
  "@agoric/builders/scripts/vats/updateStAtomPriceFeed.js",
914
914
  "@agoric/builders/scripts/vats/updateStOsmoPriceFeed.js",
915
915
  "@agoric/builders/scripts/vats/updateStTiaPriceFeed.js",
916
+ "@agoric/builders/scripts/vats/updateStkAtomPriceFeed.js",
916
917
  ),
917
918
  // Add new auction contract. The old one will be retired shortly.
918
919
  vm.CoreProposalStepForModules( "@agoric/builders/scripts/vats/add-auction.js"),
package/git-revision.txt CHANGED
@@ -1 +1 @@
1
- bb3d92f
1
+ 08f8549
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agoric/cosmos",
3
- "version": "0.34.2-dev-bb3d92f.0+bb3d92f",
3
+ "version": "0.34.2-dev-08f8549.0+08f8549",
4
4
  "description": "Connect JS to the Cosmos blockchain SDK",
5
5
  "parsers": {
6
6
  "js": "mjs"
@@ -39,5 +39,5 @@
39
39
  "typeCoverage": {
40
40
  "atLeast": 0
41
41
  },
42
- "gitHead": "bb3d92fdf0763723117190b29ed1a2e44389e771"
42
+ "gitHead": "08f854940bab55f61cee0edc788811abe0ff5c8b"
43
43
  }