@agoric/vm-config 0.1.1-dev-813e29e.0 → 0.1.1-dev-bc4a41c.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.
|
@@ -104,6 +104,34 @@
|
|
|
104
104
|
}
|
|
105
105
|
]
|
|
106
106
|
},
|
|
107
|
+
{
|
|
108
|
+
"module": "@agoric/builders/scripts/inter-protocol/add-collateral-core.js",
|
|
109
|
+
"entrypoint": "psmProposalBuilder",
|
|
110
|
+
"args": [
|
|
111
|
+
{
|
|
112
|
+
"anchorOptions": {
|
|
113
|
+
"denom": "ibc/3914BDEF46F429A26917E4D8D434620EC4817DC6B6E68FB327E190902F1E9242",
|
|
114
|
+
"decimalPlaces": 18,
|
|
115
|
+
"keyword": "DAI_axl",
|
|
116
|
+
"proposedName": "DAI"
|
|
117
|
+
}
|
|
118
|
+
}
|
|
119
|
+
]
|
|
120
|
+
},
|
|
121
|
+
{
|
|
122
|
+
"module": "@agoric/builders/scripts/inter-protocol/add-collateral-core.js",
|
|
123
|
+
"entrypoint": "psmProposalBuilder",
|
|
124
|
+
"args": [
|
|
125
|
+
{
|
|
126
|
+
"anchorOptions": {
|
|
127
|
+
"denom": "ibc/3D5291C23D776C3AA7A7ABB34C7B023193ECD2BC42EA19D3165B2CF9652117E7",
|
|
128
|
+
"decimalPlaces": 18,
|
|
129
|
+
"keyword": "DAI_grv",
|
|
130
|
+
"proposedName": "DAI"
|
|
131
|
+
}
|
|
132
|
+
}
|
|
133
|
+
]
|
|
134
|
+
},
|
|
107
135
|
{
|
|
108
136
|
"module": "@agoric/builders/scripts/inter-protocol/price-feed-core.js",
|
|
109
137
|
"entrypoint": "defaultProposalBuilder",
|
|
@@ -112,7 +140,7 @@
|
|
|
112
140
|
"contractTerms": {
|
|
113
141
|
"POLL_INTERVAL": 30,
|
|
114
142
|
"maxSubmissionCount": 1000,
|
|
115
|
-
"minSubmissionCount":
|
|
143
|
+
"minSubmissionCount": 3,
|
|
116
144
|
"restartDelay": 1,
|
|
117
145
|
"timeout": 10,
|
|
118
146
|
"minSubmissionValue": 1,
|
|
@@ -120,8 +148,11 @@
|
|
|
120
148
|
},
|
|
121
149
|
"AGORIC_INSTANCE_NAME": "ATOM-USD price feed",
|
|
122
150
|
"oracleAddresses": [
|
|
123
|
-
"
|
|
124
|
-
"
|
|
151
|
+
"agoric1krunjcqfrf7la48zrvdfeeqtls5r00ep68mzkr",
|
|
152
|
+
"agoric19uscwxdac6cf6z7d5e26e0jm0lgwstc47cpll8",
|
|
153
|
+
"agoric144rrhh4m09mh7aaffhm6xy223ym76gve2x7y78",
|
|
154
|
+
"agoric19d6gnr9fyp6hev4tlrg87zjrzsd5gzr5qlfq2p",
|
|
155
|
+
"agoric1n4fcxsnkxe4gj6e24naec99hzmc4pjfdccy5nj"
|
|
125
156
|
],
|
|
126
157
|
"IN_BRAND_LOOKUP": [
|
|
127
158
|
"agoricNames",
|
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-bc4a41c.0+bc4a41c",
|
|
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": "bc4a41c4732be44ec3dd401d11f7b68f433edf43"
|
|
54
54
|
}
|