@agoric/vm-config 0.1.1-dev-fe66674.0 → 0.1.1-dev-7f8ede3.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.
|
@@ -0,0 +1,143 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$comment": "This SwingSet config file (see loadSwingsetConfigFile) is designed to bring up vats to test Fast USDC. Compared to decentral-itest-orchestration-config.json, it lacks write-chain-info.",
|
|
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
|
+
"module": "@agoric/builders/scripts/inter-protocol/add-collateral-core.js",
|
|
57
|
+
"entrypoint": "psmProposalBuilder",
|
|
58
|
+
"args": [
|
|
59
|
+
{
|
|
60
|
+
"anchorOptions": {
|
|
61
|
+
"denom": "ibc/FE98AAD68F02F03565E9FA39A5E627946699B2B07115889ED812D8BA639576A9",
|
|
62
|
+
"decimalPlaces": 6,
|
|
63
|
+
"keyword": "USDC",
|
|
64
|
+
"proposedName": "USDC"
|
|
65
|
+
}
|
|
66
|
+
}
|
|
67
|
+
]
|
|
68
|
+
},
|
|
69
|
+
{
|
|
70
|
+
"$comment": "XXX orchesration works without oracles but some test setup dependency fails to resolve without this",
|
|
71
|
+
"module": "@agoric/builders/scripts/inter-protocol/price-feed-core.js",
|
|
72
|
+
"entrypoint": "defaultProposalBuilder",
|
|
73
|
+
"args": [
|
|
74
|
+
{
|
|
75
|
+
"AGORIC_INSTANCE_NAME": "ATOM-USD price feed",
|
|
76
|
+
"oracleAddresses": [
|
|
77
|
+
"@PRIMARY_ADDRESS@",
|
|
78
|
+
"agoric1dy0yegdsev4xvce3dx7zrz2ad9pesf5svzud6y"
|
|
79
|
+
],
|
|
80
|
+
"IN_BRAND_LOOKUP": [
|
|
81
|
+
"agoricNames",
|
|
82
|
+
"oracleBrand",
|
|
83
|
+
"ATOM"
|
|
84
|
+
],
|
|
85
|
+
"IN_BRAND_DECIMALS": 6,
|
|
86
|
+
"OUT_BRAND_LOOKUP": [
|
|
87
|
+
"agoricNames",
|
|
88
|
+
"oracleBrand",
|
|
89
|
+
"USD"
|
|
90
|
+
],
|
|
91
|
+
"OUT_BRAND_DECIMALS": 4
|
|
92
|
+
}
|
|
93
|
+
]
|
|
94
|
+
}
|
|
95
|
+
],
|
|
96
|
+
"vats": {
|
|
97
|
+
"bootstrap": {
|
|
98
|
+
"sourceSpec": "@agoric/vats/src/core/boot-chain.js",
|
|
99
|
+
"creationOptions": {
|
|
100
|
+
"critical": true
|
|
101
|
+
}
|
|
102
|
+
}
|
|
103
|
+
},
|
|
104
|
+
"bundles": {
|
|
105
|
+
"agoricNames": {
|
|
106
|
+
"sourceSpec": "@agoric/vats/src/vat-agoricNames.js"
|
|
107
|
+
},
|
|
108
|
+
"bank": {
|
|
109
|
+
"sourceSpec": "@agoric/vats/src/vat-bank.js"
|
|
110
|
+
},
|
|
111
|
+
"board": {
|
|
112
|
+
"sourceSpec": "@agoric/vats/src/vat-board.js"
|
|
113
|
+
},
|
|
114
|
+
"bridge": {
|
|
115
|
+
"sourceSpec": "@agoric/vats/src/vat-bridge.js"
|
|
116
|
+
},
|
|
117
|
+
"centralSupply": {
|
|
118
|
+
"sourceSpec": "@agoric/vats/src/centralSupply.js"
|
|
119
|
+
},
|
|
120
|
+
"mintHolder": {
|
|
121
|
+
"sourceSpec": "@agoric/vats/src/mintHolder.js"
|
|
122
|
+
},
|
|
123
|
+
"priceAuthority": {
|
|
124
|
+
"sourceSpec": "@agoric/vats/src/vat-priceAuthority.js"
|
|
125
|
+
},
|
|
126
|
+
"provisionPool": {
|
|
127
|
+
"sourceSpec": "@agoric/inter-protocol/src/provisionPool.js"
|
|
128
|
+
},
|
|
129
|
+
"provisioning": {
|
|
130
|
+
"sourceSpec": "@agoric/vats/src/vat-provisioning.js"
|
|
131
|
+
},
|
|
132
|
+
"walletFactory": {
|
|
133
|
+
"sourceSpec": "@agoric/smart-wallet/src/walletFactory.js"
|
|
134
|
+
},
|
|
135
|
+
"zcf": {
|
|
136
|
+
"sourceSpec": "@agoric/zoe/contractFacet.js"
|
|
137
|
+
},
|
|
138
|
+
"zoe": {
|
|
139
|
+
"sourceSpec": "@agoric/vats/src/vat-zoe.js"
|
|
140
|
+
}
|
|
141
|
+
},
|
|
142
|
+
"defaultManagerType": "xs-worker"
|
|
143
|
+
}
|
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-7f8ede3.0+7f8ede3",
|
|
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": "7f8ede32036cebe85e381a1ff0cf98957ddfc96f"
|
|
54
54
|
}
|