@agoric/vm-config 0.1.1-upgrade-16-dev-24665a9.0 → 0.1.1-upgrade-16-dev-d492653.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.
@@ -165,6 +165,19 @@
165
165
  }
166
166
  ]
167
167
  }
168
+ ],
169
+ [
170
+ {
171
+ "module": "@agoric/builders/scripts/orchestration/init-stakeAtom.js",
172
+ "entrypoint": "defaultProposalBuilder",
173
+ "args": [
174
+ {
175
+ "hostConnectionId": "connection-1",
176
+ "controllerConnectionId": "connection-0",
177
+ "bondDenom": "uatom"
178
+ }
179
+ ]
180
+ }
168
181
  ]
169
182
  ]
170
183
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agoric/vm-config",
3
- "version": "0.1.1-upgrade-16-dev-24665a9.0+24665a9",
3
+ "version": "0.1.1-upgrade-16-dev-d492653.0+d492653",
4
4
  "description": "Config to start an Agoric VM",
5
5
  "type": "module",
6
6
  "main": "./index.js",
@@ -50,5 +50,5 @@
50
50
  "typeCoverage": {
51
51
  "atLeast": 100
52
52
  },
53
- "gitHead": "24665a97248b854fcb01185d360429301470ed57"
53
+ "gitHead": "d49265372b3cdd681558791b0c780e1c3062bdcc"
54
54
  }