@agoric/cosmos 0.35.0-upgrade-16-dev-07b0130.0 → 0.35.0-upgrade-16-dev-5a29e6a.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 CHANGED
@@ -9,7 +9,8 @@ import (
9
9
  )
10
10
 
11
11
  var upgradeNamesOfThisVersion = map[string]bool{
12
- "agoric-upgrade-16": true,
12
+ "agoric-upgrade-16": true,
13
+ "agoric-upgrade-16-2": true,
13
14
  }
14
15
 
15
16
  func isFirstTimeUpgradeOfThisVersion(app *GaiaApp, ctx sdk.Context) bool {
package/git-revision.txt CHANGED
@@ -1 +1 @@
1
- 07b0130
1
+ 5a29e6a
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agoric/cosmos",
3
- "version": "0.35.0-upgrade-16-dev-07b0130.0+07b0130",
3
+ "version": "0.35.0-upgrade-16-dev-5a29e6a.0+5a29e6a",
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": "07b01308eaccca903919d495aded620c9849efc7"
42
+ "gitHead": "5a29e6af5822359f4a0f81c2188f7e7076dabe71"
43
43
  }