@agoric/vm-config 0.1.1-upgrade-16-dev-d492653.0 → 0.1.1-upgrade-16-dev-0549112.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.
|
@@ -12,9 +12,6 @@
|
|
|
12
12
|
"@agoric/builders/scripts/vats/init-localchain.js",
|
|
13
13
|
"@agoric/builders/scripts/vats/init-transfer.js"
|
|
14
14
|
],
|
|
15
|
-
[
|
|
16
|
-
"@agoric/builders/scripts/vats/init-orchestration.js"
|
|
17
|
-
],
|
|
18
15
|
[
|
|
19
16
|
{
|
|
20
17
|
"module": "@agoric/builders/scripts/inter-protocol/init-core.js",
|
|
@@ -165,19 +162,6 @@
|
|
|
165
162
|
}
|
|
166
163
|
]
|
|
167
164
|
}
|
|
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
|
-
}
|
|
181
165
|
]
|
|
182
166
|
]
|
|
183
167
|
},
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@agoric/vm-config",
|
|
3
|
-
"version": "0.1.1-upgrade-16-dev-
|
|
3
|
+
"version": "0.1.1-upgrade-16-dev-0549112.0+0549112",
|
|
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": "05491122ee61362c8310a7924ac67f033b02e38f"
|
|
54
54
|
}
|
|
@@ -1,129 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"$comment": "This SwingSet config file (see loadSwingsetConfigFile) is designed to bring up vats to test Orchestration. Comapre with decentral-itest-vaults-config.json.",
|
|
3
|
-
"bootstrap": "bootstrap",
|
|
4
|
-
"defaultReapInterval": 1000,
|
|
5
|
-
"coreProposals": [
|
|
6
|
-
"@agoric/builders/scripts/vats/init-core.js",
|
|
7
|
-
"@agoric/builders/scripts/vats/init-network.js",
|
|
8
|
-
"@agoric/builders/scripts/vats/init-localchain.js",
|
|
9
|
-
"@agoric/builders/scripts/vats/init-transfer.js",
|
|
10
|
-
"@agoric/builders/scripts/vats/init-orchestration.js",
|
|
11
|
-
{
|
|
12
|
-
"module": "@agoric/builders/scripts/inter-protocol/init-core.js",
|
|
13
|
-
"entrypoint": "defaultProposalBuilder",
|
|
14
|
-
"args": [
|
|
15
|
-
{
|
|
16
|
-
"econCommitteeOptions": {
|
|
17
|
-
"committeeSize": 3
|
|
18
|
-
},
|
|
19
|
-
"referencedUi": "bafybeidvpbtlgefi3ptuqzr2fwfyfjqfj6onmye63ij7qkrb4yjxekdh3e",
|
|
20
|
-
"minInitialPoolLiquidity": "0"
|
|
21
|
-
}
|
|
22
|
-
]
|
|
23
|
-
},
|
|
24
|
-
{
|
|
25
|
-
"module": "@agoric/builders/scripts/inter-protocol/add-collateral-core.js",
|
|
26
|
-
"entrypoint": "defaultProposalBuilder",
|
|
27
|
-
"args": [
|
|
28
|
-
{
|
|
29
|
-
"interestRateValue": 1000,
|
|
30
|
-
"interchainAssetOptions": {
|
|
31
|
-
"denom": "ibc/toyatom",
|
|
32
|
-
"decimalPlaces": 6,
|
|
33
|
-
"initialPrice": 12.34,
|
|
34
|
-
"keyword": "ATOM",
|
|
35
|
-
"oracleBrand": "ATOM",
|
|
36
|
-
"proposedName": "ATOM"
|
|
37
|
-
}
|
|
38
|
-
}
|
|
39
|
-
]
|
|
40
|
-
},
|
|
41
|
-
{
|
|
42
|
-
"module": "@agoric/builders/scripts/inter-protocol/add-collateral-core.js",
|
|
43
|
-
"entrypoint": "psmProposalBuilder",
|
|
44
|
-
"args": [
|
|
45
|
-
{
|
|
46
|
-
"anchorOptions": {
|
|
47
|
-
"denom": "ibc/toyusdc",
|
|
48
|
-
"decimalPlaces": 6,
|
|
49
|
-
"keyword": "USDC_axl",
|
|
50
|
-
"proposedName": "USD Coin"
|
|
51
|
-
}
|
|
52
|
-
}
|
|
53
|
-
]
|
|
54
|
-
},
|
|
55
|
-
{
|
|
56
|
-
"$comment": "XXX orchesration works without oracles but some test setup dependency fails to resolve without this",
|
|
57
|
-
"module": "@agoric/builders/scripts/inter-protocol/price-feed-core.js",
|
|
58
|
-
"entrypoint": "defaultProposalBuilder",
|
|
59
|
-
"args": [
|
|
60
|
-
{
|
|
61
|
-
"AGORIC_INSTANCE_NAME": "ATOM-USD price feed",
|
|
62
|
-
"oracleAddresses": [
|
|
63
|
-
"@PRIMARY_ADDRESS@",
|
|
64
|
-
"agoric1dy0yegdsev4xvce3dx7zrz2ad9pesf5svzud6y"
|
|
65
|
-
],
|
|
66
|
-
"IN_BRAND_LOOKUP": [
|
|
67
|
-
"agoricNames",
|
|
68
|
-
"oracleBrand",
|
|
69
|
-
"ATOM"
|
|
70
|
-
],
|
|
71
|
-
"IN_BRAND_DECIMALS": 6,
|
|
72
|
-
"OUT_BRAND_LOOKUP": [
|
|
73
|
-
"agoricNames",
|
|
74
|
-
"oracleBrand",
|
|
75
|
-
"USD"
|
|
76
|
-
],
|
|
77
|
-
"OUT_BRAND_DECIMALS": 4
|
|
78
|
-
}
|
|
79
|
-
]
|
|
80
|
-
}
|
|
81
|
-
],
|
|
82
|
-
"vats": {
|
|
83
|
-
"bootstrap": {
|
|
84
|
-
"sourceSpec": "@agoric/vats/src/core/boot-chain.js",
|
|
85
|
-
"creationOptions": {
|
|
86
|
-
"critical": true
|
|
87
|
-
}
|
|
88
|
-
}
|
|
89
|
-
},
|
|
90
|
-
"bundles": {
|
|
91
|
-
"agoricNames": {
|
|
92
|
-
"sourceSpec": "@agoric/vats/src/vat-agoricNames.js"
|
|
93
|
-
},
|
|
94
|
-
"bank": {
|
|
95
|
-
"sourceSpec": "@agoric/vats/src/vat-bank.js"
|
|
96
|
-
},
|
|
97
|
-
"board": {
|
|
98
|
-
"sourceSpec": "@agoric/vats/src/vat-board.js"
|
|
99
|
-
},
|
|
100
|
-
"bridge": {
|
|
101
|
-
"sourceSpec": "@agoric/vats/src/vat-bridge.js"
|
|
102
|
-
},
|
|
103
|
-
"centralSupply": {
|
|
104
|
-
"sourceSpec": "@agoric/vats/src/centralSupply.js"
|
|
105
|
-
},
|
|
106
|
-
"mintHolder": {
|
|
107
|
-
"sourceSpec": "@agoric/vats/src/mintHolder.js"
|
|
108
|
-
},
|
|
109
|
-
"priceAuthority": {
|
|
110
|
-
"sourceSpec": "@agoric/vats/src/vat-priceAuthority.js"
|
|
111
|
-
},
|
|
112
|
-
"provisionPool": {
|
|
113
|
-
"sourceSpec": "@agoric/inter-protocol/src/provisionPool.js"
|
|
114
|
-
},
|
|
115
|
-
"provisioning": {
|
|
116
|
-
"sourceSpec": "@agoric/vats/src/vat-provisioning.js"
|
|
117
|
-
},
|
|
118
|
-
"walletFactory": {
|
|
119
|
-
"sourceSpec": "@agoric/smart-wallet/src/walletFactory.js"
|
|
120
|
-
},
|
|
121
|
-
"zcf": {
|
|
122
|
-
"sourceSpec": "@agoric/zoe/contractFacet.js"
|
|
123
|
-
},
|
|
124
|
-
"zoe": {
|
|
125
|
-
"sourceSpec": "@agoric/vats/src/vat-zoe.js"
|
|
126
|
-
}
|
|
127
|
-
},
|
|
128
|
-
"defaultManagerType": "xs-worker"
|
|
129
|
-
}
|