@agoric/cosmos 0.34.2-dev-db972d4.0 → 0.34.2-dev-b047af2.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
@@ -902,6 +902,13 @@ func unreleasedUpgradeHandler(app *GaiaApp, targetUpgrade string) func(sdk.Conte
902
902
  "@agoric/builders/scripts/vats/init-network.js",
903
903
  "@agoric/builders/scripts/vats/init-localchain.js",
904
904
  ),
905
+ // Add new vats for price feeds. The existing ones will be retired shortly.
906
+ vm.CoreProposalStepForModules(
907
+ "@agoric/builders/scripts/vats/updateAtomPriceFeed.js",
908
+ "@agoric/builders/scripts/vats/updateStAtomPriceFeed.js",
909
+ "@agoric/builders/scripts/vats/updateStOsmoPriceFeed.js",
910
+ "@agoric/builders/scripts/vats/updateStTiaPriceFeed.js",
911
+ ),
905
912
  }
906
913
  }
907
914
 
package/git-revision.txt CHANGED
@@ -1 +1 @@
1
- db972d4
1
+ b047af2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agoric/cosmos",
3
- "version": "0.34.2-dev-db972d4.0+db972d4",
3
+ "version": "0.34.2-dev-b047af2.0+b047af2",
4
4
  "description": "Connect JS to the Cosmos blockchain SDK",
5
5
  "parsers": {
6
6
  "js": "mjs"
@@ -38,5 +38,5 @@
38
38
  "typeCoverage": {
39
39
  "atLeast": 0
40
40
  },
41
- "gitHead": "db972d4615b3aaee60659a6c97f3d42487e50771"
41
+ "gitHead": "b047af28aef5e4fd7e66e31de252f7233ccb5e29"
42
42
  }