@agoric/cosmos 0.34.2-dev-a2813f6.0 → 0.34.2-dev-adb17dd.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/upgrade.go +3 -0
- package/git-revision.txt +1 -1
- package/package.json +2 -2
package/app/upgrade.go
CHANGED
|
@@ -259,6 +259,9 @@ func unreleasedUpgradeHandler(app *GaiaApp, targetUpgrade string) func(sdk.Conte
|
|
|
259
259
|
// vm.CoreProposalStepForModules(
|
|
260
260
|
// "@agoric/builders/scripts/vats/upgrade-agoricNames.js",
|
|
261
261
|
// ),
|
|
262
|
+
// vm.CoreProposalStepForModules(
|
|
263
|
+
// "@agoric/builders/scripts/vats/upgrade-asset-reserve.js",
|
|
264
|
+
// ),
|
|
262
265
|
// )
|
|
263
266
|
}
|
|
264
267
|
|
package/git-revision.txt
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
adb17dd
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@agoric/cosmos",
|
|
3
|
-
"version": "0.34.2-dev-
|
|
3
|
+
"version": "0.34.2-dev-adb17dd.0+adb17dd",
|
|
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": "
|
|
42
|
+
"gitHead": "adb17dd2f16dad4a895854dae0bbe3298aa5dd2e"
|
|
43
43
|
}
|