@agoric/vm-config 0.1.1-dev-81a66f2.0 → 0.1.1-dev-e468caa.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/decentral-devnet-config.json +15 -0
- package/package.json +2 -2
|
@@ -11,6 +11,9 @@
|
|
|
11
11
|
"@agoric/builders/scripts/vats/init-network.js",
|
|
12
12
|
"@agoric/builders/scripts/vats/init-localchain.js"
|
|
13
13
|
],
|
|
14
|
+
[
|
|
15
|
+
"@agoric/builders/scripts/vats/init-orchestration.js"
|
|
16
|
+
],
|
|
14
17
|
[
|
|
15
18
|
{
|
|
16
19
|
"module": "@agoric/builders/scripts/inter-protocol/init-core.js",
|
|
@@ -161,6 +164,18 @@
|
|
|
161
164
|
}
|
|
162
165
|
]
|
|
163
166
|
}
|
|
167
|
+
],
|
|
168
|
+
[
|
|
169
|
+
{
|
|
170
|
+
"module": "@agoric/builders/scripts/orchestration/init-stakeAtom.js",
|
|
171
|
+
"entrypoint": "defaultProposalBuilder",
|
|
172
|
+
"args": [
|
|
173
|
+
{
|
|
174
|
+
"hostConnectionId": "connection-1",
|
|
175
|
+
"controllerConnectionId": "connection-0"
|
|
176
|
+
}
|
|
177
|
+
]
|
|
178
|
+
}
|
|
164
179
|
]
|
|
165
180
|
]
|
|
166
181
|
},
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@agoric/vm-config",
|
|
3
|
-
"version": "0.1.1-dev-
|
|
3
|
+
"version": "0.1.1-dev-e468caa.0+e468caa",
|
|
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": "
|
|
53
|
+
"gitHead": "e468caafe7b1bb0a4b105d2acadb30874c5c30d5"
|
|
54
54
|
}
|