@gearbox-protocol/sdk 2.1.24 → 2.1.26
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/lib/index.d.ts +0 -2
- package/lib/index.js +0 -2
- package/lib/tokens/token.js +1 -1
- package/package.json +1 -1
- package/contracts/AdapterData.sol +0 -322
- package/contracts/AdapterType.sol +0 -29
- package/contracts/ContractType.sol +0 -68
- package/contracts/NetworkDetector.sol +0 -61
- package/contracts/PriceFeedDataLive.sol +0 -1227
- package/contracts/PriceFeedType.sol +0 -26
- package/contracts/SupportedContracts.sol +0 -423
- package/contracts/Tokens.sol +0 -135
- package/contracts/TokensData.sol +0 -1076
- package/contracts/TokensLib.sol +0 -34
- package/lib/oracles/priceFeeds.d.ts +0 -4
- package/lib/oracles/priceFeeds.js +0 -828
- package/lib/oracles/priceFeeds.spec.d.ts +0 -1
- package/lib/oracles/priceFeeds.spec.js +0 -134
- package/lib/oracles/pricefeedType.d.ts +0 -95
- package/lib/oracles/pricefeedType.js +0 -27
|
@@ -1,828 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.priceFeedsByToken = exports.GAS_PRICE_FEED = void 0;
|
|
4
|
-
const constants_1 = require("../core/constants");
|
|
5
|
-
const pricefeedType_1 = require("./pricefeedType");
|
|
6
|
-
exports.GAS_PRICE_FEED = "0x169e633a2d1e6c10dd91238ba11c4a708dfef37c";
|
|
7
|
-
exports.priceFeedsByToken = {
|
|
8
|
-
"1INCH": {
|
|
9
|
-
type: pricefeedType_1.PriceFeedType.NETWORK_DEPENDENT,
|
|
10
|
-
feeds: {
|
|
11
|
-
Mainnet: {
|
|
12
|
-
type: pricefeedType_1.PriceFeedType.CHAINLINK_ORACLE,
|
|
13
|
-
address: "0xc929ad75B72593967DE83E7F7Cda0493458261D9",
|
|
14
|
-
},
|
|
15
|
-
Arbitrum: {
|
|
16
|
-
type: pricefeedType_1.PriceFeedType.CHAINLINK_ORACLE,
|
|
17
|
-
address: "0x4bC735Ef24bf286983024CAd5D03f0738865Aaef",
|
|
18
|
-
},
|
|
19
|
-
},
|
|
20
|
-
},
|
|
21
|
-
AAVE: {
|
|
22
|
-
type: pricefeedType_1.PriceFeedType.NETWORK_DEPENDENT,
|
|
23
|
-
feeds: {
|
|
24
|
-
Mainnet: {
|
|
25
|
-
type: pricefeedType_1.PriceFeedType.CHAINLINK_ORACLE,
|
|
26
|
-
address: "0x547a514d5e3769680Ce22B2361c10Ea13619e8a9",
|
|
27
|
-
},
|
|
28
|
-
Arbitrum: {
|
|
29
|
-
type: pricefeedType_1.PriceFeedType.CHAINLINK_ORACLE,
|
|
30
|
-
address: "0xaD1d5344AaDE45F43E596773Bcc4c423EAbdD034",
|
|
31
|
-
},
|
|
32
|
-
},
|
|
33
|
-
},
|
|
34
|
-
COMP: {
|
|
35
|
-
type: pricefeedType_1.PriceFeedType.NETWORK_DEPENDENT,
|
|
36
|
-
feeds: {
|
|
37
|
-
Mainnet: {
|
|
38
|
-
type: pricefeedType_1.PriceFeedType.CHAINLINK_ORACLE,
|
|
39
|
-
address: "0xdbd020CAeF83eFd542f4De03e3cF0C28A4428bd5",
|
|
40
|
-
},
|
|
41
|
-
Arbitrum: {
|
|
42
|
-
type: pricefeedType_1.PriceFeedType.CHAINLINK_ORACLE,
|
|
43
|
-
address: "0xe7C53FFd03Eb6ceF7d208bC4C13446c76d1E5884",
|
|
44
|
-
},
|
|
45
|
-
},
|
|
46
|
-
},
|
|
47
|
-
CRV: {
|
|
48
|
-
type: pricefeedType_1.PriceFeedType.NETWORK_DEPENDENT,
|
|
49
|
-
feeds: {
|
|
50
|
-
Mainnet: {
|
|
51
|
-
type: pricefeedType_1.PriceFeedType.CHAINLINK_ORACLE,
|
|
52
|
-
address: "0xCd627aA160A6fA45Eb793D19Ef54f5062F20f33f",
|
|
53
|
-
},
|
|
54
|
-
Arbitrum: {
|
|
55
|
-
type: pricefeedType_1.PriceFeedType.CHAINLINK_ORACLE,
|
|
56
|
-
address: "0xaebDA2c976cfd1eE1977Eac079B4382acb849325",
|
|
57
|
-
},
|
|
58
|
-
},
|
|
59
|
-
},
|
|
60
|
-
DAI: {
|
|
61
|
-
type: pricefeedType_1.PriceFeedType.NETWORK_DEPENDENT,
|
|
62
|
-
feeds: {
|
|
63
|
-
Mainnet: {
|
|
64
|
-
type: pricefeedType_1.PriceFeedType.CHAINLINK_ORACLE,
|
|
65
|
-
address: "0xAed0c38402a5d19df6E4c03F4E2DceD6e29c1ee9",
|
|
66
|
-
},
|
|
67
|
-
Arbitrum: {
|
|
68
|
-
type: pricefeedType_1.PriceFeedType.CHAINLINK_ORACLE,
|
|
69
|
-
address: "0xc5C8E77B397E531B8EC06BFb0048328B30E9eCfB",
|
|
70
|
-
},
|
|
71
|
-
},
|
|
72
|
-
},
|
|
73
|
-
DPI: {
|
|
74
|
-
type: pricefeedType_1.PriceFeedType.NETWORK_DEPENDENT,
|
|
75
|
-
feeds: {
|
|
76
|
-
Mainnet: {
|
|
77
|
-
type: pricefeedType_1.PriceFeedType.CHAINLINK_ORACLE,
|
|
78
|
-
address: "0xD2A593BF7594aCE1faD597adb697b5645d5edDB2",
|
|
79
|
-
},
|
|
80
|
-
Arbitrum: {
|
|
81
|
-
type: pricefeedType_1.PriceFeedType.CHAINLINK_ORACLE,
|
|
82
|
-
address: constants_1.NOT_DEPLOYED,
|
|
83
|
-
},
|
|
84
|
-
},
|
|
85
|
-
},
|
|
86
|
-
FEI: {
|
|
87
|
-
type: pricefeedType_1.PriceFeedType.NETWORK_DEPENDENT,
|
|
88
|
-
feeds: {
|
|
89
|
-
Mainnet: {
|
|
90
|
-
type: pricefeedType_1.PriceFeedType.CHAINLINK_ORACLE,
|
|
91
|
-
address: "0x31e0a88fecB6eC0a411DBe0e9E76391498296EE9",
|
|
92
|
-
},
|
|
93
|
-
Arbitrum: {
|
|
94
|
-
type: pricefeedType_1.PriceFeedType.CHAINLINK_ORACLE,
|
|
95
|
-
address: constants_1.NOT_DEPLOYED,
|
|
96
|
-
},
|
|
97
|
-
},
|
|
98
|
-
},
|
|
99
|
-
GUSD: {
|
|
100
|
-
type: pricefeedType_1.PriceFeedType.NETWORK_DEPENDENT,
|
|
101
|
-
feeds: {
|
|
102
|
-
Mainnet: {
|
|
103
|
-
type: pricefeedType_1.PriceFeedType.CHAINLINK_ORACLE,
|
|
104
|
-
address: "0xa89f5d2365ce98B3cD68012b6f503ab1416245Fc",
|
|
105
|
-
},
|
|
106
|
-
Arbitrum: {
|
|
107
|
-
type: pricefeedType_1.PriceFeedType.CHAINLINK_ORACLE,
|
|
108
|
-
address: constants_1.NOT_DEPLOYED,
|
|
109
|
-
},
|
|
110
|
-
},
|
|
111
|
-
},
|
|
112
|
-
LINK: {
|
|
113
|
-
type: pricefeedType_1.PriceFeedType.NETWORK_DEPENDENT,
|
|
114
|
-
feeds: {
|
|
115
|
-
Mainnet: {
|
|
116
|
-
type: pricefeedType_1.PriceFeedType.CHAINLINK_ORACLE,
|
|
117
|
-
address: "0x2c1d072e956AFFC0D435Cb7AC38EF18d24d9127c",
|
|
118
|
-
},
|
|
119
|
-
Arbitrum: {
|
|
120
|
-
type: pricefeedType_1.PriceFeedType.CHAINLINK_ORACLE,
|
|
121
|
-
address: "0x86E53CF1B870786351Da77A57575e79CB55812CB",
|
|
122
|
-
},
|
|
123
|
-
},
|
|
124
|
-
},
|
|
125
|
-
SNX: {
|
|
126
|
-
type: pricefeedType_1.PriceFeedType.NETWORK_DEPENDENT,
|
|
127
|
-
feeds: {
|
|
128
|
-
Mainnet: {
|
|
129
|
-
type: pricefeedType_1.PriceFeedType.CHAINLINK_ORACLE,
|
|
130
|
-
address: "0xDC3EA94CD0AC27d9A86C180091e7f78C683d3699",
|
|
131
|
-
},
|
|
132
|
-
Arbitrum: {
|
|
133
|
-
type: pricefeedType_1.PriceFeedType.CHAINLINK_ORACLE,
|
|
134
|
-
address: "0x054296f0D036b95531B4E14aFB578B80CFb41252",
|
|
135
|
-
},
|
|
136
|
-
},
|
|
137
|
-
},
|
|
138
|
-
UNI: {
|
|
139
|
-
type: pricefeedType_1.PriceFeedType.NETWORK_DEPENDENT,
|
|
140
|
-
feeds: {
|
|
141
|
-
Mainnet: {
|
|
142
|
-
type: pricefeedType_1.PriceFeedType.CHAINLINK_ORACLE,
|
|
143
|
-
address: "0x553303d460EE0afB37EdFf9bE42922D8FF63220e",
|
|
144
|
-
},
|
|
145
|
-
Arbitrum: {
|
|
146
|
-
type: pricefeedType_1.PriceFeedType.CHAINLINK_ORACLE,
|
|
147
|
-
address: "0x9C917083fDb403ab5ADbEC26Ee294f6EcAda2720",
|
|
148
|
-
},
|
|
149
|
-
},
|
|
150
|
-
},
|
|
151
|
-
USDC: {
|
|
152
|
-
type: pricefeedType_1.PriceFeedType.NETWORK_DEPENDENT,
|
|
153
|
-
feeds: {
|
|
154
|
-
Mainnet: {
|
|
155
|
-
type: pricefeedType_1.PriceFeedType.CHAINLINK_ORACLE,
|
|
156
|
-
address: "0x8fFfFfd4AfB6115b954Bd326cbe7B4BA576818f6",
|
|
157
|
-
},
|
|
158
|
-
Arbitrum: {
|
|
159
|
-
type: pricefeedType_1.PriceFeedType.CHAINLINK_ORACLE,
|
|
160
|
-
address: "0x50834F3163758fcC1Df9973b6e91f0F0F0434aD3",
|
|
161
|
-
},
|
|
162
|
-
},
|
|
163
|
-
},
|
|
164
|
-
USDT: {
|
|
165
|
-
type: pricefeedType_1.PriceFeedType.NETWORK_DEPENDENT,
|
|
166
|
-
feeds: {
|
|
167
|
-
Mainnet: {
|
|
168
|
-
type: pricefeedType_1.PriceFeedType.CHAINLINK_ORACLE,
|
|
169
|
-
address: "0x3E7d1eAB13ad0104d2750B8863b489D65364e32D",
|
|
170
|
-
},
|
|
171
|
-
Arbitrum: {
|
|
172
|
-
type: pricefeedType_1.PriceFeedType.CHAINLINK_ORACLE,
|
|
173
|
-
address: "0x3f3f5dF88dC9F13eac63DF89EC16ef6e7E25DdE7",
|
|
174
|
-
},
|
|
175
|
-
},
|
|
176
|
-
},
|
|
177
|
-
WBTC: {
|
|
178
|
-
type: pricefeedType_1.PriceFeedType.NETWORK_DEPENDENT,
|
|
179
|
-
feeds: {
|
|
180
|
-
Mainnet: {
|
|
181
|
-
type: pricefeedType_1.PriceFeedType.COMPOSITE_ORACLE,
|
|
182
|
-
targetToBasePriceFeed: "0xfdFD9C85aD200c506Cf9e21F1FD8dd01932FBB23",
|
|
183
|
-
baseToUsdPriceFeed: "0xF4030086522a5bEEa4988F8cA5B36dbC97BeE88c",
|
|
184
|
-
},
|
|
185
|
-
Arbitrum: {
|
|
186
|
-
type: pricefeedType_1.PriceFeedType.COMPOSITE_ORACLE,
|
|
187
|
-
targetToBasePriceFeed: "0x0017abAc5b6f291F9164e35B1234CA1D697f9CF4",
|
|
188
|
-
baseToUsdPriceFeed: "0x6ce185860a4963106506C203335A2910413708e9",
|
|
189
|
-
},
|
|
190
|
-
},
|
|
191
|
-
},
|
|
192
|
-
WETH: {
|
|
193
|
-
type: pricefeedType_1.PriceFeedType.NETWORK_DEPENDENT,
|
|
194
|
-
feeds: {
|
|
195
|
-
Mainnet: {
|
|
196
|
-
type: pricefeedType_1.PriceFeedType.CHAINLINK_ORACLE,
|
|
197
|
-
address: "0x5f4eC3Df9cbd43714FE2740f5E3616155c5b8419",
|
|
198
|
-
},
|
|
199
|
-
Arbitrum: {
|
|
200
|
-
type: pricefeedType_1.PriceFeedType.CHAINLINK_ORACLE,
|
|
201
|
-
address: "0x639Fe6ab55C921f74e7fac1ee960C0B6293ba612",
|
|
202
|
-
},
|
|
203
|
-
},
|
|
204
|
-
},
|
|
205
|
-
YFI: {
|
|
206
|
-
type: pricefeedType_1.PriceFeedType.NETWORK_DEPENDENT,
|
|
207
|
-
feeds: {
|
|
208
|
-
Mainnet: {
|
|
209
|
-
type: pricefeedType_1.PriceFeedType.CHAINLINK_ORACLE,
|
|
210
|
-
address: "0xA027702dbb89fbd58938e4324ac03B58d812b0E1",
|
|
211
|
-
},
|
|
212
|
-
Arbitrum: {
|
|
213
|
-
type: pricefeedType_1.PriceFeedType.CHAINLINK_ORACLE,
|
|
214
|
-
address: "0x745Ab5b69E01E2BE1104Ca84937Bb71f96f5fB21",
|
|
215
|
-
},
|
|
216
|
-
},
|
|
217
|
-
},
|
|
218
|
-
/// UPDATE
|
|
219
|
-
STETH: {
|
|
220
|
-
type: pricefeedType_1.PriceFeedType.NETWORK_DEPENDENT,
|
|
221
|
-
feeds: {
|
|
222
|
-
Mainnet: {
|
|
223
|
-
type: pricefeedType_1.PriceFeedType.COMPOSITE_ORACLE,
|
|
224
|
-
targetToBasePriceFeed: "0x86392dC19c0b719886221c78AB11eb8Cf5c52812",
|
|
225
|
-
baseToUsdPriceFeed: "0x5f4eC3Df9cbd43714FE2740f5E3616155c5b8419",
|
|
226
|
-
},
|
|
227
|
-
Arbitrum: {
|
|
228
|
-
type: pricefeedType_1.PriceFeedType.CHAINLINK_ORACLE,
|
|
229
|
-
address: constants_1.NOT_DEPLOYED,
|
|
230
|
-
},
|
|
231
|
-
},
|
|
232
|
-
},
|
|
233
|
-
wstETH: {
|
|
234
|
-
type: pricefeedType_1.PriceFeedType.NETWORK_DEPENDENT,
|
|
235
|
-
feeds: {
|
|
236
|
-
Mainnet: {
|
|
237
|
-
type: pricefeedType_1.PriceFeedType.WSTETH_ORACLE,
|
|
238
|
-
token: "STETH",
|
|
239
|
-
},
|
|
240
|
-
Arbitrum: {
|
|
241
|
-
type: pricefeedType_1.PriceFeedType.COMPOSITE_ORACLE,
|
|
242
|
-
targetToBasePriceFeed: constants_1.NOT_DEPLOYED,
|
|
243
|
-
baseToUsdPriceFeed: constants_1.NOT_DEPLOYED,
|
|
244
|
-
},
|
|
245
|
-
},
|
|
246
|
-
},
|
|
247
|
-
CVX: {
|
|
248
|
-
type: pricefeedType_1.PriceFeedType.NETWORK_DEPENDENT,
|
|
249
|
-
feeds: {
|
|
250
|
-
Mainnet: {
|
|
251
|
-
type: pricefeedType_1.PriceFeedType.CHAINLINK_ORACLE,
|
|
252
|
-
address: "0xd962fC30A72A84cE50161031391756Bf2876Af5D",
|
|
253
|
-
},
|
|
254
|
-
Arbitrum: {
|
|
255
|
-
type: pricefeedType_1.PriceFeedType.CHAINLINK_ORACLE,
|
|
256
|
-
address: "0x851175a919f36c8e30197c09a9A49dA932c2CC00",
|
|
257
|
-
},
|
|
258
|
-
},
|
|
259
|
-
},
|
|
260
|
-
FRAX: {
|
|
261
|
-
type: pricefeedType_1.PriceFeedType.NETWORK_DEPENDENT,
|
|
262
|
-
feeds: {
|
|
263
|
-
Mainnet: {
|
|
264
|
-
type: pricefeedType_1.PriceFeedType.CHAINLINK_ORACLE,
|
|
265
|
-
address: "0xB9E1E3A9feFf48998E45Fa90847ed4D467E8BcfD",
|
|
266
|
-
},
|
|
267
|
-
Arbitrum: {
|
|
268
|
-
type: pricefeedType_1.PriceFeedType.CHAINLINK_ORACLE,
|
|
269
|
-
address: "0x0809E3d38d1B4214958faf06D8b1B1a2b73f2ab8",
|
|
270
|
-
},
|
|
271
|
-
},
|
|
272
|
-
},
|
|
273
|
-
LUSD: {
|
|
274
|
-
type: pricefeedType_1.PriceFeedType.NETWORK_DEPENDENT,
|
|
275
|
-
feeds: {
|
|
276
|
-
Mainnet: {
|
|
277
|
-
type: pricefeedType_1.PriceFeedType.BOUNDED_ORACLE,
|
|
278
|
-
priceFeed: "0x3D7aE7E594f2f2091Ad8798313450130d0Aba3a0",
|
|
279
|
-
upperBound: (BigInt(1e8) * 11n) / 10n,
|
|
280
|
-
},
|
|
281
|
-
Arbitrum: {
|
|
282
|
-
type: pricefeedType_1.PriceFeedType.BOUNDED_ORACLE,
|
|
283
|
-
priceFeed: "0x0411D28c94d85A36bC72Cb0f875dfA8371D8fFfF",
|
|
284
|
-
upperBound: (BigInt(1e8) * 11n) / 10n,
|
|
285
|
-
},
|
|
286
|
-
},
|
|
287
|
-
},
|
|
288
|
-
sUSD: {
|
|
289
|
-
type: pricefeedType_1.PriceFeedType.NETWORK_DEPENDENT,
|
|
290
|
-
feeds: {
|
|
291
|
-
Mainnet: {
|
|
292
|
-
type: pricefeedType_1.PriceFeedType.CHAINLINK_ORACLE,
|
|
293
|
-
address: "0xad35Bd71b9aFE6e4bDc266B345c198eaDEf9Ad94",
|
|
294
|
-
},
|
|
295
|
-
Arbitrum: {
|
|
296
|
-
type: pricefeedType_1.PriceFeedType.CHAINLINK_ORACLE,
|
|
297
|
-
address: constants_1.NOT_DEPLOYED,
|
|
298
|
-
},
|
|
299
|
-
},
|
|
300
|
-
},
|
|
301
|
-
FXS: {
|
|
302
|
-
type: pricefeedType_1.PriceFeedType.NETWORK_DEPENDENT,
|
|
303
|
-
feeds: {
|
|
304
|
-
Mainnet: {
|
|
305
|
-
type: pricefeedType_1.PriceFeedType.CHAINLINK_ORACLE,
|
|
306
|
-
address: "0x6Ebc52C8C1089be9eB3945C4350B68B8E4C2233f",
|
|
307
|
-
},
|
|
308
|
-
Arbitrum: {
|
|
309
|
-
type: pricefeedType_1.PriceFeedType.CHAINLINK_ORACLE,
|
|
310
|
-
address: "0x36a121448D74Fa81450c992A1a44B9b7377CD3a5",
|
|
311
|
-
},
|
|
312
|
-
},
|
|
313
|
-
},
|
|
314
|
-
LDO: {
|
|
315
|
-
type: pricefeedType_1.PriceFeedType.NETWORK_DEPENDENT,
|
|
316
|
-
feeds: {
|
|
317
|
-
Mainnet: {
|
|
318
|
-
type: pricefeedType_1.PriceFeedType.COMPOSITE_ORACLE,
|
|
319
|
-
targetToBasePriceFeed: "0x4e844125952D32AcdF339BE976c98E22F6F318dB",
|
|
320
|
-
baseToUsdPriceFeed: "0x5f4eC3Df9cbd43714FE2740f5E3616155c5b8419",
|
|
321
|
-
},
|
|
322
|
-
Arbitrum: {
|
|
323
|
-
type: pricefeedType_1.PriceFeedType.ZERO_ORACLE,
|
|
324
|
-
},
|
|
325
|
-
},
|
|
326
|
-
// ADD ETH-> DAI Oracle!
|
|
327
|
-
},
|
|
328
|
-
LQTY: {
|
|
329
|
-
type: pricefeedType_1.PriceFeedType.ZERO_ORACLE,
|
|
330
|
-
},
|
|
331
|
-
OHM: {
|
|
332
|
-
type: pricefeedType_1.PriceFeedType.NETWORK_DEPENDENT,
|
|
333
|
-
feeds: {
|
|
334
|
-
Mainnet: {
|
|
335
|
-
type: pricefeedType_1.PriceFeedType.COMPOSITE_ORACLE,
|
|
336
|
-
targetToBasePriceFeed: "0x9a72298ae3886221820B1c878d12D872087D3a23",
|
|
337
|
-
baseToUsdPriceFeed: "0x5f4eC3Df9cbd43714FE2740f5E3616155c5b8419",
|
|
338
|
-
},
|
|
339
|
-
Arbitrum: {
|
|
340
|
-
type: pricefeedType_1.PriceFeedType.ZERO_ORACLE,
|
|
341
|
-
},
|
|
342
|
-
},
|
|
343
|
-
},
|
|
344
|
-
MIM: {
|
|
345
|
-
type: pricefeedType_1.PriceFeedType.NETWORK_DEPENDENT,
|
|
346
|
-
feeds: {
|
|
347
|
-
Mainnet: {
|
|
348
|
-
type: pricefeedType_1.PriceFeedType.CHAINLINK_ORACLE,
|
|
349
|
-
address: "0x7A364e8770418566e3eb2001A96116E6138Eb32F",
|
|
350
|
-
},
|
|
351
|
-
Arbitrum: {
|
|
352
|
-
type: pricefeedType_1.PriceFeedType.CHAINLINK_ORACLE,
|
|
353
|
-
address: constants_1.NOT_DEPLOYED,
|
|
354
|
-
},
|
|
355
|
-
},
|
|
356
|
-
},
|
|
357
|
-
SPELL: {
|
|
358
|
-
type: pricefeedType_1.PriceFeedType.NETWORK_DEPENDENT,
|
|
359
|
-
feeds: {
|
|
360
|
-
Mainnet: {
|
|
361
|
-
type: pricefeedType_1.PriceFeedType.CHAINLINK_ORACLE,
|
|
362
|
-
address: "0x8c110B94C5f1d347fAcF5E1E938AB2db60E3c9a8",
|
|
363
|
-
},
|
|
364
|
-
Arbitrum: {
|
|
365
|
-
type: pricefeedType_1.PriceFeedType.CHAINLINK_ORACLE,
|
|
366
|
-
address: "0x383b3624478124697BEF675F07cA37570b73992f",
|
|
367
|
-
},
|
|
368
|
-
},
|
|
369
|
-
},
|
|
370
|
-
GMX: {
|
|
371
|
-
type: pricefeedType_1.PriceFeedType.NETWORK_DEPENDENT,
|
|
372
|
-
feeds: {
|
|
373
|
-
Mainnet: {
|
|
374
|
-
type: pricefeedType_1.PriceFeedType.CHAINLINK_ORACLE,
|
|
375
|
-
address: constants_1.NOT_DEPLOYED,
|
|
376
|
-
},
|
|
377
|
-
Arbitrum: {
|
|
378
|
-
type: pricefeedType_1.PriceFeedType.CHAINLINK_ORACLE,
|
|
379
|
-
address: "0xDB98056FecFff59D032aB628337A4887110df3dB",
|
|
380
|
-
},
|
|
381
|
-
},
|
|
382
|
-
},
|
|
383
|
-
ARB: {
|
|
384
|
-
type: pricefeedType_1.PriceFeedType.NETWORK_DEPENDENT,
|
|
385
|
-
feeds: {
|
|
386
|
-
Mainnet: {
|
|
387
|
-
type: pricefeedType_1.PriceFeedType.CHAINLINK_ORACLE,
|
|
388
|
-
address: constants_1.NOT_DEPLOYED,
|
|
389
|
-
},
|
|
390
|
-
Arbitrum: {
|
|
391
|
-
type: pricefeedType_1.PriceFeedType.CHAINLINK_ORACLE,
|
|
392
|
-
address: "0xb2A824043730FE05F3DA2efaFa1CBbe83fa548D6",
|
|
393
|
-
},
|
|
394
|
-
},
|
|
395
|
-
},
|
|
396
|
-
SHIB: {
|
|
397
|
-
type: pricefeedType_1.PriceFeedType.REDSTONE_ORACLE,
|
|
398
|
-
dataId: "redstone-main-demo",
|
|
399
|
-
signers: ["0x0C39486f770B26F5527BBBf942726537986Cd7eb"],
|
|
400
|
-
signersThreshold: 1,
|
|
401
|
-
},
|
|
402
|
-
RDNT: {
|
|
403
|
-
type: pricefeedType_1.PriceFeedType.NETWORK_DEPENDENT,
|
|
404
|
-
feeds: {
|
|
405
|
-
Mainnet: {
|
|
406
|
-
type: pricefeedType_1.PriceFeedType.CHAINLINK_ORACLE,
|
|
407
|
-
address: constants_1.NOT_DEPLOYED,
|
|
408
|
-
},
|
|
409
|
-
Arbitrum: {
|
|
410
|
-
type: pricefeedType_1.PriceFeedType.CHAINLINK_ORACLE,
|
|
411
|
-
address: "0x20d0Fcab0ECFD078B036b6CAf1FaC69A6453b352",
|
|
412
|
-
},
|
|
413
|
-
},
|
|
414
|
-
},
|
|
415
|
-
BAL: {
|
|
416
|
-
type: pricefeedType_1.PriceFeedType.NETWORK_DEPENDENT,
|
|
417
|
-
feeds: {
|
|
418
|
-
Mainnet: {
|
|
419
|
-
type: pricefeedType_1.PriceFeedType.CHAINLINK_ORACLE,
|
|
420
|
-
address: "0xdF2917806E30300537aEB49A7663062F4d1F2b5F",
|
|
421
|
-
},
|
|
422
|
-
Arbitrum: {
|
|
423
|
-
type: pricefeedType_1.PriceFeedType.CHAINLINK_ORACLE,
|
|
424
|
-
address: "0xBE5eA816870D11239c543F84b71439511D70B94f",
|
|
425
|
-
},
|
|
426
|
-
},
|
|
427
|
-
},
|
|
428
|
-
yvDAI: {
|
|
429
|
-
type: pricefeedType_1.PriceFeedType.YEARN_ORACLE,
|
|
430
|
-
token: "DAI",
|
|
431
|
-
},
|
|
432
|
-
yvUSDC: {
|
|
433
|
-
type: pricefeedType_1.PriceFeedType.YEARN_ORACLE,
|
|
434
|
-
token: "USDC",
|
|
435
|
-
},
|
|
436
|
-
yvWETH: {
|
|
437
|
-
type: pricefeedType_1.PriceFeedType.YEARN_ORACLE,
|
|
438
|
-
token: "WETH",
|
|
439
|
-
},
|
|
440
|
-
yvWBTC: {
|
|
441
|
-
type: pricefeedType_1.PriceFeedType.YEARN_ORACLE,
|
|
442
|
-
token: "WBTC",
|
|
443
|
-
},
|
|
444
|
-
// CURVE LP TOKENS
|
|
445
|
-
"3Crv": {
|
|
446
|
-
type: pricefeedType_1.PriceFeedType.CURVE_3LP_ORACLE,
|
|
447
|
-
assets: ["DAI", "USDC", "USDT"],
|
|
448
|
-
},
|
|
449
|
-
crvFRAX: {
|
|
450
|
-
type: pricefeedType_1.PriceFeedType.CURVE_2LP_ORACLE,
|
|
451
|
-
assets: ["FRAX", "USDC"],
|
|
452
|
-
},
|
|
453
|
-
steCRV: {
|
|
454
|
-
type: pricefeedType_1.PriceFeedType.CURVE_2LP_ORACLE,
|
|
455
|
-
assets: ["STETH", "WETH"],
|
|
456
|
-
},
|
|
457
|
-
FRAX3CRV: {
|
|
458
|
-
type: pricefeedType_1.PriceFeedType.CURVE_4LP_ORACLE,
|
|
459
|
-
assets: ["FRAX", "DAI", "USDC", "USDT"],
|
|
460
|
-
},
|
|
461
|
-
LUSD3CRV: {
|
|
462
|
-
type: pricefeedType_1.PriceFeedType.CURVE_4LP_ORACLE,
|
|
463
|
-
assets: ["LUSD", "DAI", "USDC", "USDT"],
|
|
464
|
-
},
|
|
465
|
-
crvPlain3andSUSD: {
|
|
466
|
-
type: pricefeedType_1.PriceFeedType.CURVE_4LP_ORACLE,
|
|
467
|
-
assets: ["DAI", "USDC", "USDT", "sUSD"],
|
|
468
|
-
},
|
|
469
|
-
gusd3CRV: {
|
|
470
|
-
type: pricefeedType_1.PriceFeedType.CURVE_4LP_ORACLE,
|
|
471
|
-
assets: ["GUSD", "DAI", "USDC", "USDT"],
|
|
472
|
-
},
|
|
473
|
-
MIM_3LP3CRV: {
|
|
474
|
-
type: pricefeedType_1.PriceFeedType.CURVE_4LP_ORACLE,
|
|
475
|
-
assets: ["MIM", "DAI", "USDC", "USDT"],
|
|
476
|
-
},
|
|
477
|
-
OHMFRAXBP: {
|
|
478
|
-
type: pricefeedType_1.PriceFeedType.CURVE_CRYPTO_ORACLE,
|
|
479
|
-
assets: ["OHM", "crvFRAX"],
|
|
480
|
-
},
|
|
481
|
-
crvCRVETH: {
|
|
482
|
-
type: pricefeedType_1.PriceFeedType.CURVE_CRYPTO_ORACLE,
|
|
483
|
-
assets: ["WETH", "CRV"],
|
|
484
|
-
},
|
|
485
|
-
crvCVXETH: {
|
|
486
|
-
type: pricefeedType_1.PriceFeedType.CURVE_CRYPTO_ORACLE,
|
|
487
|
-
assets: ["WETH", "CVX"],
|
|
488
|
-
},
|
|
489
|
-
crvUSDTWBTCWETH: {
|
|
490
|
-
type: pricefeedType_1.PriceFeedType.CURVE_CRYPTO_ORACLE,
|
|
491
|
-
assets: ["USDT", "WBTC", "WETH"],
|
|
492
|
-
},
|
|
493
|
-
LDOETH: {
|
|
494
|
-
type: pricefeedType_1.PriceFeedType.CURVE_CRYPTO_ORACLE,
|
|
495
|
-
assets: ["LDO", "WETH"],
|
|
496
|
-
},
|
|
497
|
-
crvUSD: {
|
|
498
|
-
type: pricefeedType_1.PriceFeedType.CURVE_USD_ORACLE,
|
|
499
|
-
pool: "CURVE_CRVUSD_USDC_POOL",
|
|
500
|
-
underlying: "USDC",
|
|
501
|
-
},
|
|
502
|
-
crvUSDUSDC: {
|
|
503
|
-
type: pricefeedType_1.PriceFeedType.CURVE_2LP_ORACLE,
|
|
504
|
-
assets: ["crvUSD", "USDC"],
|
|
505
|
-
},
|
|
506
|
-
crvUSDUSDT: {
|
|
507
|
-
type: pricefeedType_1.PriceFeedType.CURVE_2LP_ORACLE,
|
|
508
|
-
assets: ["crvUSD", "USDT"],
|
|
509
|
-
},
|
|
510
|
-
crvUSDFRAX: {
|
|
511
|
-
type: pricefeedType_1.PriceFeedType.CURVE_2LP_ORACLE,
|
|
512
|
-
assets: ["crvUSD", "FRAX"],
|
|
513
|
-
},
|
|
514
|
-
crvUSDETHCRV: {
|
|
515
|
-
type: pricefeedType_1.PriceFeedType.CURVE_CRYPTO_ORACLE,
|
|
516
|
-
assets: ["crvUSD", "WETH", "CRV"],
|
|
517
|
-
},
|
|
518
|
-
// YEARN- CURVE TOKENS
|
|
519
|
-
yvCurve_stETH: {
|
|
520
|
-
type: pricefeedType_1.PriceFeedType.YEARN_ORACLE,
|
|
521
|
-
token: "steCRV",
|
|
522
|
-
},
|
|
523
|
-
yvCurve_FRAX: {
|
|
524
|
-
type: pricefeedType_1.PriceFeedType.YEARN_ORACLE,
|
|
525
|
-
token: "FRAX3CRV",
|
|
526
|
-
},
|
|
527
|
-
// CVX tokens
|
|
528
|
-
cvx3Crv: {
|
|
529
|
-
type: pricefeedType_1.PriceFeedType.THE_SAME_AS,
|
|
530
|
-
token: "3Crv",
|
|
531
|
-
},
|
|
532
|
-
cvxcrvFRAX: {
|
|
533
|
-
type: pricefeedType_1.PriceFeedType.THE_SAME_AS,
|
|
534
|
-
token: "crvFRAX",
|
|
535
|
-
},
|
|
536
|
-
cvxsteCRV: {
|
|
537
|
-
type: pricefeedType_1.PriceFeedType.THE_SAME_AS,
|
|
538
|
-
token: "steCRV",
|
|
539
|
-
},
|
|
540
|
-
cvxFRAX3CRV: {
|
|
541
|
-
type: pricefeedType_1.PriceFeedType.THE_SAME_AS,
|
|
542
|
-
token: "FRAX3CRV",
|
|
543
|
-
},
|
|
544
|
-
cvxLUSD3CRV: {
|
|
545
|
-
type: pricefeedType_1.PriceFeedType.THE_SAME_AS,
|
|
546
|
-
token: "LUSD3CRV",
|
|
547
|
-
},
|
|
548
|
-
cvxcrvPlain3andSUSD: {
|
|
549
|
-
type: pricefeedType_1.PriceFeedType.THE_SAME_AS,
|
|
550
|
-
token: "crvPlain3andSUSD",
|
|
551
|
-
},
|
|
552
|
-
cvxgusd3CRV: {
|
|
553
|
-
type: pricefeedType_1.PriceFeedType.THE_SAME_AS,
|
|
554
|
-
token: "gusd3CRV",
|
|
555
|
-
},
|
|
556
|
-
cvxOHMFRAXBP: {
|
|
557
|
-
type: pricefeedType_1.PriceFeedType.THE_SAME_AS,
|
|
558
|
-
token: "OHMFRAXBP",
|
|
559
|
-
},
|
|
560
|
-
cvxMIM_3LP3CRV: {
|
|
561
|
-
type: pricefeedType_1.PriceFeedType.THE_SAME_AS,
|
|
562
|
-
token: "MIM_3LP3CRV",
|
|
563
|
-
},
|
|
564
|
-
cvxcrvCRVETH: {
|
|
565
|
-
type: pricefeedType_1.PriceFeedType.THE_SAME_AS,
|
|
566
|
-
token: "crvCRVETH",
|
|
567
|
-
},
|
|
568
|
-
cvxcrvCVXETH: {
|
|
569
|
-
type: pricefeedType_1.PriceFeedType.THE_SAME_AS,
|
|
570
|
-
token: "crvCVXETH",
|
|
571
|
-
},
|
|
572
|
-
cvxcrvUSDTWBTCWETH: {
|
|
573
|
-
type: pricefeedType_1.PriceFeedType.THE_SAME_AS,
|
|
574
|
-
token: "crvUSDTWBTCWETH",
|
|
575
|
-
},
|
|
576
|
-
cvxLDOETH: {
|
|
577
|
-
type: pricefeedType_1.PriceFeedType.THE_SAME_AS,
|
|
578
|
-
token: "LDOETH",
|
|
579
|
-
},
|
|
580
|
-
// CVX tokens
|
|
581
|
-
stkcvx3Crv: {
|
|
582
|
-
type: pricefeedType_1.PriceFeedType.THE_SAME_AS,
|
|
583
|
-
token: "3Crv",
|
|
584
|
-
},
|
|
585
|
-
stkcvxcrvFRAX: {
|
|
586
|
-
type: pricefeedType_1.PriceFeedType.THE_SAME_AS,
|
|
587
|
-
token: "crvFRAX",
|
|
588
|
-
},
|
|
589
|
-
stkcvxsteCRV: {
|
|
590
|
-
type: pricefeedType_1.PriceFeedType.THE_SAME_AS,
|
|
591
|
-
token: "steCRV",
|
|
592
|
-
},
|
|
593
|
-
stkcvxFRAX3CRV: {
|
|
594
|
-
type: pricefeedType_1.PriceFeedType.THE_SAME_AS,
|
|
595
|
-
token: "FRAX3CRV",
|
|
596
|
-
},
|
|
597
|
-
stkcvxLUSD3CRV: {
|
|
598
|
-
type: pricefeedType_1.PriceFeedType.THE_SAME_AS,
|
|
599
|
-
token: "LUSD3CRV",
|
|
600
|
-
},
|
|
601
|
-
stkcvxcrvPlain3andSUSD: {
|
|
602
|
-
type: pricefeedType_1.PriceFeedType.THE_SAME_AS,
|
|
603
|
-
token: "crvPlain3andSUSD",
|
|
604
|
-
},
|
|
605
|
-
stkcvxgusd3CRV: {
|
|
606
|
-
type: pricefeedType_1.PriceFeedType.THE_SAME_AS,
|
|
607
|
-
token: "gusd3CRV",
|
|
608
|
-
},
|
|
609
|
-
stkcvxOHMFRAXBP: {
|
|
610
|
-
type: pricefeedType_1.PriceFeedType.THE_SAME_AS,
|
|
611
|
-
token: "OHMFRAXBP",
|
|
612
|
-
},
|
|
613
|
-
stkcvxMIM_3LP3CRV: {
|
|
614
|
-
type: pricefeedType_1.PriceFeedType.THE_SAME_AS,
|
|
615
|
-
token: "MIM_3LP3CRV",
|
|
616
|
-
},
|
|
617
|
-
stkcvxcrvCRVETH: {
|
|
618
|
-
type: pricefeedType_1.PriceFeedType.THE_SAME_AS,
|
|
619
|
-
token: "crvCRVETH",
|
|
620
|
-
},
|
|
621
|
-
stkcvxcrvCVXETH: {
|
|
622
|
-
type: pricefeedType_1.PriceFeedType.THE_SAME_AS,
|
|
623
|
-
token: "crvCVXETH",
|
|
624
|
-
},
|
|
625
|
-
stkcvxcrvUSDTWBTCWETH: {
|
|
626
|
-
type: pricefeedType_1.PriceFeedType.THE_SAME_AS,
|
|
627
|
-
token: "crvUSDTWBTCWETH",
|
|
628
|
-
},
|
|
629
|
-
stkcvxLDOETH: {
|
|
630
|
-
type: pricefeedType_1.PriceFeedType.THE_SAME_AS,
|
|
631
|
-
token: "LDOETH",
|
|
632
|
-
},
|
|
633
|
-
"50OHM_50DAI": {
|
|
634
|
-
type: pricefeedType_1.PriceFeedType.BALANCER_WEIGHTED_LP_ORACLE,
|
|
635
|
-
assets: ["OHM", "DAI"],
|
|
636
|
-
},
|
|
637
|
-
"50OHM_50WETH": {
|
|
638
|
-
type: pricefeedType_1.PriceFeedType.BALANCER_WEIGHTED_LP_ORACLE,
|
|
639
|
-
assets: ["OHM", "WETH"],
|
|
640
|
-
},
|
|
641
|
-
OHM_wstETH: {
|
|
642
|
-
type: pricefeedType_1.PriceFeedType.BALANCER_WEIGHTED_LP_ORACLE,
|
|
643
|
-
assets: ["OHM", "wstETH"],
|
|
644
|
-
},
|
|
645
|
-
// GEARBOX
|
|
646
|
-
dDAI: {
|
|
647
|
-
type: pricefeedType_1.PriceFeedType.NETWORK_DEPENDENT,
|
|
648
|
-
feeds: {
|
|
649
|
-
Mainnet: {
|
|
650
|
-
type: pricefeedType_1.PriceFeedType.CHAINLINK_ORACLE,
|
|
651
|
-
address: constants_1.NOT_DEPLOYED,
|
|
652
|
-
},
|
|
653
|
-
Arbitrum: {
|
|
654
|
-
type: pricefeedType_1.PriceFeedType.CHAINLINK_ORACLE,
|
|
655
|
-
address: constants_1.NOT_DEPLOYED,
|
|
656
|
-
},
|
|
657
|
-
},
|
|
658
|
-
},
|
|
659
|
-
dUSDC: {
|
|
660
|
-
type: pricefeedType_1.PriceFeedType.NETWORK_DEPENDENT,
|
|
661
|
-
feeds: {
|
|
662
|
-
Mainnet: {
|
|
663
|
-
type: pricefeedType_1.PriceFeedType.CHAINLINK_ORACLE,
|
|
664
|
-
address: constants_1.NOT_DEPLOYED,
|
|
665
|
-
},
|
|
666
|
-
Arbitrum: {
|
|
667
|
-
type: pricefeedType_1.PriceFeedType.CHAINLINK_ORACLE,
|
|
668
|
-
address: constants_1.NOT_DEPLOYED,
|
|
669
|
-
},
|
|
670
|
-
},
|
|
671
|
-
},
|
|
672
|
-
dWBTC: {
|
|
673
|
-
type: pricefeedType_1.PriceFeedType.NETWORK_DEPENDENT,
|
|
674
|
-
feeds: {
|
|
675
|
-
Mainnet: {
|
|
676
|
-
type: pricefeedType_1.PriceFeedType.CHAINLINK_ORACLE,
|
|
677
|
-
address: constants_1.NOT_DEPLOYED,
|
|
678
|
-
},
|
|
679
|
-
Arbitrum: {
|
|
680
|
-
type: pricefeedType_1.PriceFeedType.CHAINLINK_ORACLE,
|
|
681
|
-
address: constants_1.NOT_DEPLOYED,
|
|
682
|
-
},
|
|
683
|
-
},
|
|
684
|
-
},
|
|
685
|
-
dWETH: {
|
|
686
|
-
type: pricefeedType_1.PriceFeedType.NETWORK_DEPENDENT,
|
|
687
|
-
feeds: {
|
|
688
|
-
Mainnet: {
|
|
689
|
-
type: pricefeedType_1.PriceFeedType.CHAINLINK_ORACLE,
|
|
690
|
-
address: constants_1.NOT_DEPLOYED,
|
|
691
|
-
},
|
|
692
|
-
Arbitrum: {
|
|
693
|
-
type: pricefeedType_1.PriceFeedType.CHAINLINK_ORACLE,
|
|
694
|
-
address: constants_1.NOT_DEPLOYED,
|
|
695
|
-
},
|
|
696
|
-
},
|
|
697
|
-
},
|
|
698
|
-
dwstETH: {
|
|
699
|
-
type: pricefeedType_1.PriceFeedType.NETWORK_DEPENDENT,
|
|
700
|
-
feeds: {
|
|
701
|
-
Mainnet: {
|
|
702
|
-
type: pricefeedType_1.PriceFeedType.CHAINLINK_ORACLE,
|
|
703
|
-
address: constants_1.NOT_DEPLOYED,
|
|
704
|
-
},
|
|
705
|
-
Arbitrum: {
|
|
706
|
-
type: pricefeedType_1.PriceFeedType.CHAINLINK_ORACLE,
|
|
707
|
-
address: constants_1.NOT_DEPLOYED,
|
|
708
|
-
},
|
|
709
|
-
},
|
|
710
|
-
},
|
|
711
|
-
dFRAX: {
|
|
712
|
-
type: pricefeedType_1.PriceFeedType.NETWORK_DEPENDENT,
|
|
713
|
-
feeds: {
|
|
714
|
-
Mainnet: {
|
|
715
|
-
type: pricefeedType_1.PriceFeedType.CHAINLINK_ORACLE,
|
|
716
|
-
address: constants_1.NOT_DEPLOYED,
|
|
717
|
-
},
|
|
718
|
-
Arbitrum: {
|
|
719
|
-
type: pricefeedType_1.PriceFeedType.CHAINLINK_ORACLE,
|
|
720
|
-
address: constants_1.NOT_DEPLOYED,
|
|
721
|
-
},
|
|
722
|
-
},
|
|
723
|
-
},
|
|
724
|
-
GEAR: {
|
|
725
|
-
type: pricefeedType_1.PriceFeedType.NETWORK_DEPENDENT,
|
|
726
|
-
feeds: {
|
|
727
|
-
Mainnet: {
|
|
728
|
-
type: pricefeedType_1.PriceFeedType.CHAINLINK_ORACLE,
|
|
729
|
-
address: constants_1.NOT_DEPLOYED,
|
|
730
|
-
},
|
|
731
|
-
Arbitrum: {
|
|
732
|
-
type: pricefeedType_1.PriceFeedType.CHAINLINK_ORACLE,
|
|
733
|
-
address: constants_1.NOT_DEPLOYED,
|
|
734
|
-
},
|
|
735
|
-
},
|
|
736
|
-
},
|
|
737
|
-
aDAI: {
|
|
738
|
-
type: pricefeedType_1.PriceFeedType.THE_SAME_AS,
|
|
739
|
-
token: "DAI",
|
|
740
|
-
},
|
|
741
|
-
aUSDC: {
|
|
742
|
-
type: pricefeedType_1.PriceFeedType.THE_SAME_AS,
|
|
743
|
-
token: "USDC",
|
|
744
|
-
},
|
|
745
|
-
aUSDT: {
|
|
746
|
-
type: pricefeedType_1.PriceFeedType.THE_SAME_AS,
|
|
747
|
-
token: "USDT",
|
|
748
|
-
},
|
|
749
|
-
aWETH: {
|
|
750
|
-
type: pricefeedType_1.PriceFeedType.THE_SAME_AS,
|
|
751
|
-
token: "WETH",
|
|
752
|
-
},
|
|
753
|
-
waDAI: {
|
|
754
|
-
type: pricefeedType_1.PriceFeedType.WRAPPED_AAVE_V2_ORACLE,
|
|
755
|
-
underlying: "aDAI",
|
|
756
|
-
},
|
|
757
|
-
waUSDC: {
|
|
758
|
-
type: pricefeedType_1.PriceFeedType.WRAPPED_AAVE_V2_ORACLE,
|
|
759
|
-
underlying: "aUSDC",
|
|
760
|
-
},
|
|
761
|
-
waUSDT: {
|
|
762
|
-
type: pricefeedType_1.PriceFeedType.WRAPPED_AAVE_V2_ORACLE,
|
|
763
|
-
underlying: "aUSDT",
|
|
764
|
-
},
|
|
765
|
-
waWETH: {
|
|
766
|
-
type: pricefeedType_1.PriceFeedType.WRAPPED_AAVE_V2_ORACLE,
|
|
767
|
-
underlying: "aWETH",
|
|
768
|
-
},
|
|
769
|
-
cDAI: {
|
|
770
|
-
type: pricefeedType_1.PriceFeedType.COMPOUND_V2_ORACLE,
|
|
771
|
-
underlying: "DAI",
|
|
772
|
-
},
|
|
773
|
-
cUSDC: {
|
|
774
|
-
type: pricefeedType_1.PriceFeedType.COMPOUND_V2_ORACLE,
|
|
775
|
-
underlying: "USDC",
|
|
776
|
-
},
|
|
777
|
-
cUSDT: {
|
|
778
|
-
type: pricefeedType_1.PriceFeedType.COMPOUND_V2_ORACLE,
|
|
779
|
-
underlying: "USDT",
|
|
780
|
-
},
|
|
781
|
-
cLINK: {
|
|
782
|
-
type: pricefeedType_1.PriceFeedType.COMPOUND_V2_ORACLE,
|
|
783
|
-
underlying: "LINK",
|
|
784
|
-
},
|
|
785
|
-
cWETH: {
|
|
786
|
-
type: pricefeedType_1.PriceFeedType.COMPOUND_V2_ORACLE,
|
|
787
|
-
underlying: "WETH",
|
|
788
|
-
},
|
|
789
|
-
MKR: {
|
|
790
|
-
type: pricefeedType_1.PriceFeedType.NETWORK_DEPENDENT,
|
|
791
|
-
feeds: {
|
|
792
|
-
Mainnet: {
|
|
793
|
-
type: pricefeedType_1.PriceFeedType.CHAINLINK_ORACLE,
|
|
794
|
-
address: "0xec1D1B3b0443256cc3860e24a46F108e699484Aa",
|
|
795
|
-
},
|
|
796
|
-
Arbitrum: {
|
|
797
|
-
type: pricefeedType_1.PriceFeedType.CHAINLINK_ORACLE,
|
|
798
|
-
address: "0xdE9f0894670c4EFcacF370426F10C3AD2Cdf147e",
|
|
799
|
-
},
|
|
800
|
-
},
|
|
801
|
-
},
|
|
802
|
-
RPL: {
|
|
803
|
-
type: pricefeedType_1.PriceFeedType.NETWORK_DEPENDENT,
|
|
804
|
-
feeds: {
|
|
805
|
-
Mainnet: {
|
|
806
|
-
type: pricefeedType_1.PriceFeedType.CHAINLINK_ORACLE,
|
|
807
|
-
address: "0x4E155eD98aFE9034b7A5962f6C84c86d869daA9d",
|
|
808
|
-
},
|
|
809
|
-
Arbitrum: {
|
|
810
|
-
type: pricefeedType_1.PriceFeedType.CHAINLINK_ORACLE,
|
|
811
|
-
address: "0xF0b7159BbFc341Cc41E7Cb182216F62c6d40533D",
|
|
812
|
-
},
|
|
813
|
-
},
|
|
814
|
-
},
|
|
815
|
-
APE: {
|
|
816
|
-
type: pricefeedType_1.PriceFeedType.NETWORK_DEPENDENT,
|
|
817
|
-
feeds: {
|
|
818
|
-
Mainnet: {
|
|
819
|
-
type: pricefeedType_1.PriceFeedType.CHAINLINK_ORACLE,
|
|
820
|
-
address: "0xD10aBbC76679a20055E167BB80A24ac851b37056",
|
|
821
|
-
},
|
|
822
|
-
Arbitrum: {
|
|
823
|
-
type: pricefeedType_1.PriceFeedType.CHAINLINK_ORACLE,
|
|
824
|
-
address: "0x221912ce795669f628c51c69b7d0873eDA9C03bB",
|
|
825
|
-
},
|
|
826
|
-
},
|
|
827
|
-
},
|
|
828
|
-
};
|