@agoric/vm-config 0.1.1-dev-d3817fa.0 → 0.1.1-dev-b6d5983.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-itest-fast-usdc-config.json → decentral-itest-orchestration-chains-config.json}
RENAMED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"$comment": "This SwingSet config file (see loadSwingsetConfigFile) is designed to bring up vats to test
|
|
2
|
+
"$comment": "This SwingSet config file (see loadSwingsetConfigFile) is designed to bring up vats to test Orchestration. To itest-orchestration it adds write-chain-info.",
|
|
3
3
|
"bootstrap": "bootstrap",
|
|
4
4
|
"defaultReapInterval": 1000,
|
|
5
5
|
"coreProposals": [
|
|
@@ -8,6 +8,7 @@
|
|
|
8
8
|
"@agoric/builders/scripts/vats/init-localchain.js",
|
|
9
9
|
"@agoric/builders/scripts/vats/init-transfer.js",
|
|
10
10
|
"@agoric/builders/scripts/vats/init-orchestration.js",
|
|
11
|
+
"@agoric/builders/scripts/orchestration/write-chain-info.js",
|
|
11
12
|
{
|
|
12
13
|
"module": "@agoric/builders/scripts/inter-protocol/init-core.js",
|
|
13
14
|
"entrypoint": "defaultProposalBuilder",
|
|
@@ -140,4 +141,4 @@
|
|
|
140
141
|
}
|
|
141
142
|
},
|
|
142
143
|
"defaultManagerType": "xs-worker"
|
|
143
|
-
}
|
|
144
|
+
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"$comment": "This SwingSet config file (see loadSwingsetConfigFile) is designed to bring up vats to test
|
|
2
|
+
"$comment": "This SwingSet config file (see loadSwingsetConfigFile) is designed to bring up vats to test Fast USDC. Compare with decentral-itest-vaults-config.json.",
|
|
3
3
|
"bootstrap": "bootstrap",
|
|
4
4
|
"defaultReapInterval": 1000,
|
|
5
5
|
"coreProposals": [
|
|
@@ -8,7 +8,6 @@
|
|
|
8
8
|
"@agoric/builders/scripts/vats/init-localchain.js",
|
|
9
9
|
"@agoric/builders/scripts/vats/init-transfer.js",
|
|
10
10
|
"@agoric/builders/scripts/vats/init-orchestration.js",
|
|
11
|
-
"@agoric/builders/scripts/orchestration/write-chain-info.js",
|
|
12
11
|
{
|
|
13
12
|
"module": "@agoric/builders/scripts/inter-protocol/init-core.js",
|
|
14
13
|
"entrypoint": "defaultProposalBuilder",
|
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-b6d5983.0+b6d5983",
|
|
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": "b6d5983626d67af1c712f62961ecaf5213ce5e2f"
|
|
54
54
|
}
|