@defisaver/tokens 1.4.39 → 1.4.41

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/esm/assets.js CHANGED
@@ -209,13 +209,9 @@ const GuniDaiUsdc2Address = "0x50379f632ca68D36E50cfBC8F78fe16bd1499d1e";
209
209
  const USTAddress = "0xa693B19d2931d498c5B318dF961919BB4aee87a5";
210
210
  const cFeiAddress = "0x7713DD9Ca933848F6819F38B8352D9A15EA73F67";
211
211
  const bLUSDAddress = "0xB9D7DdDca9a4AC480991865EfEf82E01273F79C3";
212
- const cbETHAddress = "0xBe9895146f7AF43049ca1c1AE358B0541Ea49704";
213
- const MORPHOAddress = "0x9994e35db50125e0df82e4c2dde62496ce330999";
214
212
  export const assetProto = {
215
213
  symbol: '?',
216
- feedAvailability: {},
217
214
  name: 'Unknown',
218
- nativeChainId: 1,
219
215
  addresses: {},
220
216
  decimals: 18,
221
217
  icon: () => {
@@ -230,12 +226,12 @@ export const assetProto = {
230
226
  isStable: false,
231
227
  };
232
228
  export const assets = [
233
- Object.assign(Object.assign({}, assetProto), { symbol: 'ETH', feedAvailability: { 1: true, 10: true, 42161: true }, name: 'Ether', decimals: 18, exchange: true, compoundCollateral: false, addresses: {
229
+ Object.assign(Object.assign({}, assetProto), { symbol: 'ETH', name: 'Ether', decimals: 18, exchange: true, compoundCollateral: false, addresses: {
234
230
  1: ETHAddress,
235
231
  10: ETHAddress,
236
232
  42161: ETHAddress,
237
233
  } }),
238
- Object.assign(Object.assign({}, assetProto), { symbol: 'WETH', feedAvailability: { 1: true, 10: true, 42161: true }, name: 'Wrapped Ether', decimals: 18, addresses: {
234
+ Object.assign(Object.assign({}, assetProto), { symbol: 'WETH', name: 'WrappedEther', decimals: 18, addresses: {
239
235
  1: WETHAddress,
240
236
  10: '0x4200000000000000000000000000000000000006',
241
237
  42161: '0x82aF49447D8a07e3bd95BD0d56f35241523fBab1',
@@ -243,7 +239,7 @@ export const assets = [
243
239
  Object.assign(Object.assign({}, assetProto), { symbol: 'cETH', underlyingAsset: 'ETH', name: 'Ether', decimals: 8, exchange: false, compoundCollateral: true, addresses: {
244
240
  1: cETHAddress,
245
241
  } }),
246
- Object.assign(Object.assign({}, assetProto), { symbol: 'DAI', feedAvailability: { 1: true, 10: true, 42161: true }, name: 'Dai', decimals: 18, exchange: true, compoundCollateral: false, yearnCollateral: true, addresses: {
242
+ Object.assign(Object.assign({}, assetProto), { symbol: 'DAI', name: 'Dai', decimals: 18, exchange: true, compoundCollateral: false, yearnCollateral: true, addresses: {
247
243
  1: DAIAddress,
248
244
  10: '0xda10009cbd5d07dd0cecc66161fc93d7c9000da1',
249
245
  42161: '0xda10009cbd5d07dd0cecc66161fc93d7c9000da1',
@@ -254,20 +250,20 @@ export const assets = [
254
250
  Object.assign(Object.assign({}, assetProto), { symbol: 'iDAI', underlyingAsset: 'DAI', name: 'Dai', decimals: 18, addresses: {
255
251
  1: iDAIAddress,
256
252
  } }),
257
- Object.assign(Object.assign({}, assetProto), { symbol: 'MKR', feedAvailability: { 1: true }, name: 'Maker', decimals: 18, exchange: true, compoundCollateral: false, addresses: {
253
+ Object.assign(Object.assign({}, assetProto), { symbol: 'MKR', name: 'Maker', decimals: 18, exchange: true, compoundCollateral: false, addresses: {
258
254
  1: MKRAddress,
259
255
  10: '0xab7badef82e9fe11f6f33f87bc9bc2aa27f2fcb5',
260
256
  } }),
261
- Object.assign(Object.assign({}, assetProto), { symbol: 'BAT', feedAvailability: { 1: true }, name: 'Basic Attention Token', decimals: 18, exchange: true, compoundCollateral: false, addresses: {
257
+ Object.assign(Object.assign({}, assetProto), { symbol: 'BAT', name: 'Basic Attention Token', decimals: 18, exchange: true, compoundCollateral: false, addresses: {
262
258
  1: BATAddress,
263
259
  } }),
264
260
  Object.assign(Object.assign({}, assetProto), { symbol: 'cBAT', underlyingAsset: 'BAT', name: 'Basic Attention Token', decimals: 8, exchange: false, compoundCollateral: true, addresses: {
265
261
  1: cBATAddress,
266
262
  } }),
267
- Object.assign(Object.assign({}, assetProto), { symbol: 'ZRX', feedAvailability: { 1: true }, name: '0x', decimals: 18, exchange: true, compoundCollateral: false, addresses: {
263
+ Object.assign(Object.assign({}, assetProto), { symbol: 'ZRX', name: '0x', decimals: 18, exchange: true, compoundCollateral: false, addresses: {
268
264
  1: ZRXAddress,
269
265
  } }),
270
- Object.assign(Object.assign({}, assetProto), { symbol: 'KNCL', feedAvailability: { 1: true }, name: 'Kyber Network Crystal Legacy', decimals: 18, exchange: true, compoundCollateral: false, addresses: {
266
+ Object.assign(Object.assign({}, assetProto), { symbol: 'KNCL', name: 'Kyber Network Crystal Legacy', decimals: 18, exchange: true, compoundCollateral: false, addresses: {
271
267
  1: KNCLAddress,
272
268
  } }),
273
269
  Object.assign(Object.assign({}, assetProto), { symbol: 'KNC', name: 'Kyber Network Crystal', decimals: 18, exchange: true, compoundCollateral: false, addresses: {
@@ -279,13 +275,13 @@ export const assets = [
279
275
  Object.assign(Object.assign({}, assetProto), { symbol: 'REP', name: 'Augur', decimals: 18, exchange: true, compoundCollateral: false, addresses: {
280
276
  1: REPAddress,
281
277
  } }),
282
- Object.assign(Object.assign({}, assetProto), { symbol: 'REPv2', feedAvailability: { 1: true }, name: 'Augur', decimals: 18, exchange: false, compoundCollateral: false, addresses: {
278
+ Object.assign(Object.assign({}, assetProto), { symbol: 'REPv2', name: 'Augur', decimals: 18, exchange: false, compoundCollateral: false, addresses: {
283
279
  1: REPv2Address,
284
280
  } }),
285
281
  Object.assign(Object.assign({}, assetProto), { symbol: 'cREP', underlyingAsset: 'REP', name: 'Augur', decimals: 8, exchange: false, compoundCollateral: true, addresses: {
286
282
  1: cREPAddress,
287
283
  } }),
288
- Object.assign(Object.assign({}, assetProto), { symbol: 'USDC', feedAvailability: { 1: true, 10: true, 42161: true }, name: 'USD Coin', decimals: 6, exchange: true, compoundCollateral: false, yearnCollateral: true, addresses: {
284
+ Object.assign(Object.assign({}, assetProto), { symbol: 'USDC', name: 'USD Coin', decimals: 6, exchange: true, compoundCollateral: false, yearnCollateral: true, addresses: {
289
285
  1: USDCAddress,
290
286
  10: '0x7f5c764cbc14f9669b88837ca1490cca17c31607',
291
287
  42161: '0xff970a61a04b1ca14834a43f5de4533ebddb5cc8',
@@ -293,7 +289,7 @@ export const assets = [
293
289
  Object.assign(Object.assign({}, assetProto), { symbol: 'cUSDC', underlyingAsset: 'USDC', name: 'USD Coin', decimals: 8, exchange: false, compoundCollateral: true, addresses: {
294
290
  1: cUSDCAddress,
295
291
  } }),
296
- Object.assign(Object.assign({}, assetProto), { symbol: 'WBTC', feedAvailability: { 1: true, 10: true, 42161: true }, name: 'Wrapped Bitcoin', decimals: 8, exchange: true, compoundCollateral: false, yearnCollateral: true, addresses: {
292
+ Object.assign(Object.assign({}, assetProto), { symbol: 'WBTC', name: 'Wrapped Bitcoin', decimals: 8, exchange: true, compoundCollateral: false, yearnCollateral: true, addresses: {
297
293
  1: WBTCAddress,
298
294
  10: '0x68f180fcce6836688e9084f035309e29bf0a2095',
299
295
  42161: '0x2f2a2543b76a4166549f7aab2e75bef0aefc5b0f',
@@ -304,7 +300,7 @@ export const assets = [
304
300
  Object.assign(Object.assign({}, assetProto), { symbol: 'cWBTC', underlyingAsset: 'WBTC', name: 'Wrapped Bitcoin', decimals: 8, exchange: false, compoundCollateral: true, addresses: {
305
301
  1: cWBTCAddress,
306
302
  } }),
307
- Object.assign(Object.assign({}, assetProto), { symbol: 'USDT', feedAvailability: { 1: true, 10: true, 42161: true }, name: 'Tether', decimals: 6, exchange: true, yearnCollateral: true, addresses: {
303
+ Object.assign(Object.assign({}, assetProto), { symbol: 'USDT', name: 'Tether', decimals: 6, exchange: true, yearnCollateral: true, addresses: {
308
304
  1: USDTAddress,
309
305
  10: '0x94b008aa00579c1307b0ef2c499ad98a8ce58e58',
310
306
  42161: '0xfd086bc7cd5c481dcc9c85ebe478a1c0b69fcbb9',
@@ -315,7 +311,7 @@ export const assets = [
315
311
  Object.assign(Object.assign({}, assetProto), { symbol: 'SAI', name: 'Sai', decimals: 18, addresses: {
316
312
  1: SAIAddress,
317
313
  } }),
318
- Object.assign(Object.assign({}, assetProto), { symbol: 'COMP', feedAvailability: { 1: true }, name: 'Compound Token', decimals: 18, addresses: {
314
+ Object.assign(Object.assign({}, assetProto), { symbol: 'COMP', name: 'Compound Token', decimals: 18, addresses: {
319
315
  1: COMPAddress,
320
316
  }, exchange: true }),
321
317
  Object.assign(Object.assign({}, assetProto), { symbol: 'aETH', underlyingAsset: 'ETH', name: 'ETH', decimals: 18, aaveCollateral: true, addresses: {
@@ -330,14 +326,14 @@ export const assets = [
330
326
  Object.assign(Object.assign({}, assetProto), { symbol: 'aSUSD', underlyingAsset: 'SUSD', name: 'Synth sUSD', decimals: 18, aaveCollateral: true, addresses: {
331
327
  1: aSUSDAddress,
332
328
  } }),
333
- Object.assign(Object.assign({}, assetProto), { symbol: 'SUSD', feedAvailability: { 1: true, 10: true }, name: 'Synth sUSD', decimals: 18, exchange: true, yearnCollateral: true, addresses: {
329
+ Object.assign(Object.assign({}, assetProto), { symbol: 'SUSD', name: 'Synth sUSD', decimals: 18, exchange: true, yearnCollateral: true, addresses: {
334
330
  1: SUSDAddress,
335
331
  10: '0x8c6f28f2F1A3C87F0f938b96d27520d9751ec8d9',
336
332
  }, isStable: true }),
337
333
  Object.assign(Object.assign({}, assetProto), { symbol: 'aTUSD', underlyingAsset: 'TUSD', name: 'True USD', decimals: 18, aaveCollateral: true, addresses: {
338
334
  1: aTUSDAddress,
339
335
  } }),
340
- Object.assign(Object.assign({}, assetProto), { symbol: 'TUSD', feedAvailability: { 1: true }, name: 'True USD', decimals: 18, exchange: true, addresses: {
336
+ Object.assign(Object.assign({}, assetProto), { symbol: 'TUSD', name: 'True USD', decimals: 18, exchange: true, addresses: {
341
337
  1: TUSDAddress,
342
338
  }, isStable: true }),
343
339
  Object.assign(Object.assign({}, assetProto), { symbol: 'cTUSD', underlyingAsset: 'TUSD', name: 'True USD', decimals: 8, exchange: false, compoundCollateral: true, addresses: {
@@ -349,7 +345,7 @@ export const assets = [
349
345
  Object.assign(Object.assign({}, assetProto), { symbol: 'aBUSD', underlyingAsset: 'BUSD', name: 'Binance USD', decimals: 18, aaveCollateral: true, addresses: {
350
346
  1: aBUSDAddress,
351
347
  } }),
352
- Object.assign(Object.assign({}, assetProto), { symbol: 'BUSD', feedAvailability: { 1: true }, name: 'Binance USD', decimals: 18, exchange: true, addresses: {
348
+ Object.assign(Object.assign({}, assetProto), { symbol: 'BUSD', name: 'Binance USD', decimals: 18, exchange: true, addresses: {
353
349
  1: BUSDAddress,
354
350
  }, isStable: true }),
355
351
  Object.assign(Object.assign({}, assetProto), { symbol: 'aBAT', underlyingAsset: 'BAT', name: 'Basic Attention Token', decimals: 18, aaveCollateral: true, addresses: {
@@ -367,7 +363,7 @@ export const assets = [
367
363
  Object.assign(Object.assign({}, assetProto), { symbol: 'aLINK', underlyingAsset: 'LINK', name: 'ChainLink', decimals: 18, aaveCollateral: true, addresses: {
368
364
  1: aLINKAddress,
369
365
  } }),
370
- Object.assign(Object.assign({}, assetProto), { symbol: 'LINK', feedAvailability: { 1: true, 10: true, 42161: true }, name: 'ChainLink', decimals: 18, exchange: true, yearnCollateral: true, addresses: {
366
+ Object.assign(Object.assign({}, assetProto), { symbol: 'LINK', name: 'ChainLink', decimals: 18, exchange: true, yearnCollateral: true, addresses: {
371
367
  1: LINKAddress,
372
368
  10: '0x350a791Bfc2C21F9Ed5d10980Dad2e2638ffa7f6',
373
369
  42161: '0xf97f4df75117a78c1A5a0DBb814Af92458539FB4',
@@ -378,7 +374,7 @@ export const assets = [
378
374
  Object.assign(Object.assign({}, assetProto), { symbol: 'aMANA', underlyingAsset: 'MANA', name: 'Decentraland', decimals: 18, aaveCollateral: true, addresses: {
379
375
  1: aMANAAddress,
380
376
  } }),
381
- Object.assign(Object.assign({}, assetProto), { symbol: 'MANA', feedAvailability: { 1: true }, name: 'Decentraland', decimals: 18, exchange: true, addresses: {
377
+ Object.assign(Object.assign({}, assetProto), { symbol: 'MANA', name: 'Decentraland', decimals: 18, exchange: true, addresses: {
382
378
  1: MANAAddress,
383
379
  } }),
384
380
  Object.assign(Object.assign({}, assetProto), { symbol: 'aMKR', underlyingAsset: 'MKR', name: 'Maker', decimals: 18, aaveCollateral: true, addresses: {
@@ -390,7 +386,7 @@ export const assets = [
390
386
  Object.assign(Object.assign({}, assetProto), { symbol: 'aSNX', underlyingAsset: 'SNX', name: 'Synthetix Network', decimals: 18, aaveCollateral: true, addresses: {
391
387
  1: aSNXAddress,
392
388
  } }),
393
- Object.assign(Object.assign({}, assetProto), { symbol: 'SNX', feedAvailability: { 1: true, 10: true }, name: 'Synthetix Network', decimals: 18, exchange: true, yearnCollateral: true, addresses: {
389
+ Object.assign(Object.assign({}, assetProto), { symbol: 'SNX', name: 'Synthetix Network', decimals: 18, exchange: true, yearnCollateral: true, addresses: {
394
390
  1: SNXAddress,
395
391
  10: '0x8700daec35af8ff88c16bdf0418774cb3d7599b4',
396
392
  } }),
@@ -403,42 +399,42 @@ export const assets = [
403
399
  Object.assign(Object.assign({}, assetProto), { symbol: 'aENJ', underlyingAsset: 'ENJ', name: 'Enjin', decimals: 18, aaveCollateral: true, addresses: {
404
400
  1: aENJAddress,
405
401
  } }),
406
- Object.assign(Object.assign({}, assetProto), { symbol: 'ENJ', feedAvailability: { 1: true }, name: 'Enjin', decimals: 18, exchange: true, addresses: {
402
+ Object.assign(Object.assign({}, assetProto), { symbol: 'ENJ', name: 'Enjin', decimals: 18, exchange: true, addresses: {
407
403
  1: ENJAddress,
408
404
  } }),
409
405
  Object.assign(Object.assign({}, assetProto), { symbol: 'aREN', underlyingAsset: 'REN', name: 'Ren', decimals: 18, aaveCollateral: true, addresses: {
410
406
  1: aRENAddress,
411
407
  } }),
412
- Object.assign(Object.assign({}, assetProto), { symbol: 'REN', feedAvailability: { 1: true }, name: 'Ren', decimals: 18, exchange: true, addresses: {
408
+ Object.assign(Object.assign({}, assetProto), { symbol: 'REN', name: 'Ren', decimals: 18, exchange: true, addresses: {
413
409
  1: RENAddress,
414
410
  } }),
415
- Object.assign(Object.assign({}, assetProto), { symbol: 'CRV', feedAvailability: { 1: true, 10: true }, name: 'Curve DAO', decimals: 18, exchange: true, addresses: {
411
+ Object.assign(Object.assign({}, assetProto), { symbol: 'CRV', name: 'Curve DAO', decimals: 18, exchange: true, addresses: {
416
412
  1: CRVAddress,
417
413
  10: '0x0994206dfe8de6ec6920ff4d779b0d950605fb53',
418
414
  } }),
419
- Object.assign(Object.assign({}, assetProto), { symbol: 'YFI', feedAvailability: { 1: true }, name: 'Yearn Finance', decimals: 18, exchange: true, yearnCollateral: true, addresses: {
415
+ Object.assign(Object.assign({}, assetProto), { symbol: 'YFI', name: 'Yearn Finance', decimals: 18, exchange: true, yearnCollateral: true, addresses: {
420
416
  1: YFIAddress,
421
417
  } }),
422
418
  Object.assign(Object.assign({}, assetProto), { symbol: 'aYFI', decimals: 18, addresses: {
423
419
  1: aYFIAddress,
424
420
  }, aaveCollateral: true, underlyingAsset: 'YFI' }),
425
- Object.assign(Object.assign({}, assetProto), { symbol: 'USDP', feedAvailability: { 1: true }, name: 'Pax Dollar', decimals: 18, exchange: true, addresses: {
421
+ Object.assign(Object.assign({}, assetProto), { symbol: 'USDP', name: 'Pax Dollar', decimals: 18, exchange: true, addresses: {
426
422
  1: USDPAddress,
427
423
  }, isStable: true }),
428
424
  Object.assign(Object.assign({}, assetProto), { symbol: 'cUSDP', underlyingAsset: 'USDP', name: 'Pax Dollar', decimals: 8, exchange: false, compoundCollateral: true, addresses: {
429
425
  1: cUSDPAddress,
430
426
  } }),
431
- Object.assign(Object.assign({}, assetProto), { symbol: 'DPI', feedAvailability: { 1: true }, name: 'DefiPulse Index', decimals: 18, exchange: true, addresses: {
427
+ Object.assign(Object.assign({}, assetProto), { symbol: 'DPI', name: 'DefiPulse Index', decimals: 18, exchange: true, addresses: {
432
428
  1: DPIAddress,
433
429
  } }),
434
- Object.assign(Object.assign({}, assetProto), { symbol: 'UNI', feedAvailability: { 1: true, 10: true }, name: 'Uniswap', decimals: 18, exchange: true, yearnCollateral: true, addresses: {
430
+ Object.assign(Object.assign({}, assetProto), { symbol: 'UNI', name: 'Uniswap', decimals: 18, exchange: true, yearnCollateral: true, addresses: {
435
431
  1: UNIAddress,
436
432
  10: '0x6fd9d7ad17242c41f7131d257212c54a0e816691',
437
433
  } }),
438
434
  Object.assign(Object.assign({}, assetProto), { symbol: 'cUNI', decimals: 8, compoundCollateral: true, addresses: {
439
435
  1: cUNIAddress,
440
436
  }, underlyingAsset: 'UNI' }),
441
- Object.assign(Object.assign({}, assetProto), { symbol: 'LRC', feedAvailability: { 1: true }, name: 'Loopring Coin V2', decimals: 18, exchange: true, addresses: {
437
+ Object.assign(Object.assign({}, assetProto), { symbol: 'LRC', name: 'Loopring Coin V2', decimals: 18, exchange: true, addresses: {
442
438
  1: LRCAddress,
443
439
  10: '0xFEaA9194F9F8c1B65429E31341a103071464907E',
444
440
  } }),
@@ -448,7 +444,7 @@ export const assets = [
448
444
  Object.assign(Object.assign({}, assetProto), { symbol: 'aUNI', name: 'Uniswap', addresses: {
449
445
  1: aUNIAddress,
450
446
  }, underlyingAsset: 'UNI', decimals: 18, aaveCollateral: true }),
451
- Object.assign(Object.assign({}, assetProto), { symbol: 'AAVE', feedAvailability: { 1: true, 10: true, 42161: true }, name: 'Aave', addresses: {
447
+ Object.assign(Object.assign({}, assetProto), { symbol: 'AAVE', name: 'Aave', addresses: {
452
448
  1: AAVEAddress,
453
449
  10: '0x76FB31fb4af56892A25e32cFC43De717950c9278',
454
450
  42161: '0xba5ddd1f9d7f570dc94a51479a000e3bce967196',
@@ -461,51 +457,51 @@ export const assets = [
461
457
  name: 'AAVE', decimals: 18, addresses: {
462
458
  1: stkAAVEAddress,
463
459
  } }),
464
- Object.assign(Object.assign({}, assetProto), { symbol: 'BAL', feedAvailability: { 1: true }, name: 'Balancer', addresses: {
460
+ Object.assign(Object.assign({}, assetProto), { symbol: 'BAL', name: 'Balancer', addresses: {
465
461
  1: BALAddress,
466
462
  }, exchange: true, decimals: 18 }),
467
- Object.assign(Object.assign({}, assetProto), { symbol: 'GUSD', feedAvailability: { 1: true }, name: 'Gemini Dollar', addresses: {
463
+ Object.assign(Object.assign({}, assetProto), { symbol: 'GUSD', name: 'Gemini Dollar', addresses: {
468
464
  1: GUSDAddress,
469
465
  }, decimals: 2, isStable: true, exchange: true }),
470
466
  Object.assign(Object.assign({}, assetProto), { symbol: 'RENBTC', name: 'renBTC', addresses: {
471
467
  1: RENBTCAddress,
472
468
  }, exchange: true, decimals: 8 }),
473
- Object.assign(Object.assign({}, assetProto), { symbol: 'UNIV2DAIETH', feedAvailability: { 1: true }, name: 'Uniswap V2: DAI/ETH ', addresses: {
469
+ Object.assign(Object.assign({}, assetProto), { symbol: 'UNIV2DAIETH', name: 'Uniswap V2: DAI/ETH ', addresses: {
474
470
  1: UNIV2DAIETHAddress,
475
471
  }, decimals: 18 }),
476
472
  Object.assign(Object.assign({}, assetProto), { symbol: 'aWETH', underlyingAsset: 'WETH', name: 'WETH', decimals: 18, addresses: {
477
473
  1: aWETHAddress,
478
474
  10: '0xe50fA9b3c56FfB159cB0FCA61F5c9D750e8128c8',
479
475
  } }),
480
- Object.assign(Object.assign({}, assetProto), { symbol: 'UNIV2WBTCETH', feedAvailability: { 1: true }, name: 'Uniswap V2: WBTC/ETH ', addresses: {
476
+ Object.assign(Object.assign({}, assetProto), { symbol: 'UNIV2WBTCETH', name: 'Uniswap V2: WBTC/ETH ', addresses: {
481
477
  1: UNIV2WBTCETHAddress,
482
478
  }, decimals: 18 }),
483
- Object.assign(Object.assign({}, assetProto), { symbol: 'UNIV2USDCETH', feedAvailability: { 1: true }, name: 'Uniswap V2: USDC/ETH ', addresses: {
479
+ Object.assign(Object.assign({}, assetProto), { symbol: 'UNIV2USDCETH', name: 'Uniswap V2: USDC/ETH ', addresses: {
484
480
  1: UNIV2USDCETHAddress,
485
481
  }, decimals: 18 }),
486
- Object.assign(Object.assign({}, assetProto), { symbol: 'xSUSHI', feedAvailability: { 1: true }, name: 'Sushi Bar', addresses: {
482
+ Object.assign(Object.assign({}, assetProto), { symbol: 'xSUSHI', name: 'Sushi Bar', addresses: {
487
483
  1: xSUSHIAddress,
488
484
  }, decimals: 18 }),
489
- Object.assign(Object.assign({}, assetProto), { symbol: 'UNIV2DAIUSDC', feedAvailability: { 1: true }, name: 'Uniswap V2: DAI/USDC', addresses: {
485
+ Object.assign(Object.assign({}, assetProto), { symbol: 'UNIV2DAIUSDC', name: 'Uniswap V2: DAI/USDC', addresses: {
490
486
  1: UNIV2DAIUSDCAddress,
491
487
  }, decimals: 18 }),
492
488
  Object.assign(Object.assign({}, assetProto), { symbol: 'UNIV2ETHUSDT', name: 'Uniswap V2: ETH/USDT', addresses: {
493
489
  1: UNIV2ETHUSDTAddress,
494
490
  }, decimals: 18 }),
495
- Object.assign(Object.assign({}, assetProto), { symbol: 'UNIV2LINKETH', feedAvailability: { 1: true }, name: 'Uniswap V2: LINK/ETH', addresses: {
491
+ Object.assign(Object.assign({}, assetProto), { symbol: 'UNIV2LINKETH', name: 'Uniswap V2: LINK/ETH', addresses: {
496
492
  1: UNIV2LINKETHAddress,
497
493
  }, decimals: 18 }),
498
- Object.assign(Object.assign({}, assetProto), { symbol: 'UNIV2UNIETH', feedAvailability: { 1: true }, name: 'Uniswap V2: UNI/ETH', addresses: {
494
+ Object.assign(Object.assign({}, assetProto), { symbol: 'UNIV2UNIETH', name: 'Uniswap V2: UNI/ETH', addresses: {
499
495
  1: UNIV2UNIETHAddress,
500
496
  }, decimals: 18 }),
501
- Object.assign(Object.assign({}, assetProto), { symbol: 'RAI', feedAvailability: { 1: true }, name: 'Rai Reflex Index', addresses: {
497
+ Object.assign(Object.assign({}, assetProto), { symbol: 'RAI', name: 'Rai Reflex Index', addresses: {
502
498
  1: RAIAddress,
503
499
  10: '0x7FB688CCf682d58f86D7e38e03f9D22e7705448B',
504
500
  }, decimals: 18, yearnCollateral: true, exchange: true }),
505
- Object.assign(Object.assign({}, assetProto), { symbol: '1INCH', feedAvailability: { 1: true }, name: '1INCH Token', addresses: {
501
+ Object.assign(Object.assign({}, assetProto), { symbol: '1INCH', name: '1INCH Token', addresses: {
506
502
  1: ONEINCHAddress,
507
503
  }, yearnCollateral: true, exchange: true, decimals: 18 }),
508
- Object.assign(Object.assign({}, assetProto), { symbol: 'BADGER', feedAvailability: { 1: true }, name: 'BadgerDAO', addresses: {
504
+ Object.assign(Object.assign({}, assetProto), { symbol: 'BADGER', name: 'BadgerDAO', addresses: {
509
505
  1: BadgerAddress,
510
506
  }, exchange: true, decimals: 18 }),
511
507
  Object.assign(Object.assign({}, assetProto), { symbol: 'DIGG', name: 'DIGG', addresses: {
@@ -514,16 +510,16 @@ export const assets = [
514
510
  Object.assign(Object.assign({}, assetProto), { symbol: 'MIR', name: 'Mirror Protocol', addresses: {
515
511
  1: MirAddress,
516
512
  }, exchange: true, decimals: 18 }),
517
- Object.assign(Object.assign({}, assetProto), { symbol: 'SUSHI', feedAvailability: { 1: true }, name: 'Sushi Token', addresses: {
513
+ Object.assign(Object.assign({}, assetProto), { symbol: 'SUSHI', name: 'Sushi Token', addresses: {
518
514
  1: SushiAddress,
519
515
  }, exchange: true, decimals: 18 }),
520
- Object.assign(Object.assign({}, assetProto), { symbol: 'CREAM', feedAvailability: { 1: true }, name: 'C.R.E.A.M.', addresses: {
516
+ Object.assign(Object.assign({}, assetProto), { symbol: 'CREAM', name: 'C.R.E.A.M.', addresses: {
521
517
  1: CreamAddress,
522
518
  }, exchange: true, decimals: 18 }),
523
519
  Object.assign(Object.assign({}, assetProto), { symbol: 'COVER', name: 'Cover Protocol', addresses: {
524
520
  1: CoverAddress,
525
521
  }, exchange: true, decimals: 18 }),
526
- Object.assign(Object.assign({}, assetProto), { symbol: 'UMA', feedAvailability: { 1: true }, name: 'UMA Voting Token V1', addresses: {
522
+ Object.assign(Object.assign({}, assetProto), { symbol: 'UMA', name: 'UMA Voting Token V1', addresses: {
527
523
  1: UmaAddress,
528
524
  10: '0xE7798f023fC62146e8Aa1b36Da45fb70855a77Ea',
529
525
  }, exchange: true, decimals: 18 }),
@@ -536,10 +532,10 @@ export const assets = [
536
532
  Object.assign(Object.assign({}, assetProto), { symbol: 'TORN', name: 'Tornado Cash', addresses: {
537
533
  1: TornAddress,
538
534
  }, exchange: true, decimals: 18 }),
539
- Object.assign(Object.assign({}, assetProto), { symbol: 'BNT', feedAvailability: { 1: true }, name: 'Bancor Network Token', addresses: {
535
+ Object.assign(Object.assign({}, assetProto), { symbol: 'BNT', name: 'Bancor Network Token', addresses: {
540
536
  1: BntAddress,
541
537
  }, exchange: true, decimals: 18 }),
542
- Object.assign(Object.assign({}, assetProto), { symbol: 'UNIV2AAVEETH', feedAvailability: { 1: true }, name: 'Uniswap V2: AAVE/ETH', addresses: {
538
+ Object.assign(Object.assign({}, assetProto), { symbol: 'UNIV2AAVEETH', name: 'Uniswap V2: AAVE/ETH', addresses: {
543
539
  1: UNIV2AAVEETHAddress,
544
540
  }, decimals: 18 }),
545
541
  Object.assign(Object.assign({}, assetProto), { symbol: 'UNIV2WBTCDAI', name: 'Uniswap V2: WBTC/DAI', addresses: {
@@ -554,46 +550,45 @@ export const assets = [
554
550
  Object.assign(Object.assign({}, assetProto), { symbol: 'LQTY', name: 'Liquity', addresses: {
555
551
  1: LqtyAddress,
556
552
  }, exchange: true, decimals: 18 }),
557
- Object.assign(Object.assign({}, assetProto), { symbol: 'LUSD', feedAvailability: { 1: true, 10: true, 42161: true }, name: 'Liquity USD', addresses: {
553
+ Object.assign(Object.assign({}, assetProto), { symbol: 'LUSD', name: 'Liquity USD', addresses: {
558
554
  1: LusdAddress,
559
555
  10: '0xc40f949f8a4e094d1b49a23ea9241d289b7b2819',
560
- 42161: '0x93b346b6bc2548da6a1e7d98e9a421b42541425b',
561
556
  }, exchange: true, decimals: 18 }),
562
557
  Object.assign(Object.assign({}, assetProto), { symbol: 'FLX', name: 'Reflexer Ungovernance Token', addresses: {
563
558
  1: FlxAddress,
564
559
  }, exchange: true, decimals: 18 }),
565
- Object.assign(Object.assign({}, assetProto), { symbol: 'ALCX', feedAvailability: { 1: true }, name: 'Alchemix', addresses: {
560
+ Object.assign(Object.assign({}, assetProto), { symbol: 'ALCX', name: 'Alchemix', addresses: {
566
561
  1: AlcxAddress,
567
562
  }, exchange: true, decimals: 18 }),
568
- Object.assign(Object.assign({}, assetProto), { symbol: 'EURS', feedAvailability: { 42161: true }, name: 'Stasis Euro', addresses: {
563
+ Object.assign(Object.assign({}, assetProto), { symbol: 'EURS', name: 'Stasis Euro', addresses: {
569
564
  1: EursAddress,
570
565
  42161: '0xd22a58f79e9481d1a88e00c343885a588b34b68b',
571
566
  }, exchange: true, decimals: 2 }),
572
- Object.assign(Object.assign({}, assetProto), { symbol: 'GRT', feedAvailability: { 1: true }, name: 'The Graph', addresses: {
567
+ Object.assign(Object.assign({}, assetProto), { symbol: 'GRT', name: 'The Graph', addresses: {
573
568
  1: GrtAddress,
574
569
  }, exchange: true, decimals: 18 }),
575
570
  Object.assign(Object.assign({}, assetProto), { symbol: 'POOL', name: 'PoolTogether', addresses: {
576
571
  1: PoolAddress,
577
572
  }, exchange: true, decimals: 18 }),
578
- Object.assign(Object.assign({}, assetProto), { symbol: 'LDO', feedAvailability: { 1: true }, name: 'Lido DAO', addresses: {
573
+ Object.assign(Object.assign({}, assetProto), { symbol: 'LDO', name: 'Lido DAO', addresses: {
579
574
  1: LdoAddress,
580
575
  }, exchange: true, decimals: 18 }),
581
- Object.assign(Object.assign({}, assetProto), { symbol: 'stETH', feedAvailability: { 1: true }, name: 'Lido Staked Ether', addresses: {
576
+ Object.assign(Object.assign({}, assetProto), { symbol: 'stETH', name: 'Lido Staked Ether', addresses: {
582
577
  1: StethAddress,
583
578
  }, exchange: true, decimals: 18 }),
584
- Object.assign(Object.assign({}, assetProto), { symbol: 'AXS', feedAvailability: { 1: true }, name: 'Axie Infinity', addresses: {
579
+ Object.assign(Object.assign({}, assetProto), { symbol: 'AXS', name: 'Axie Infinity', addresses: {
585
580
  1: AxsAddress,
586
581
  }, exchange: true, decimals: 18 }),
587
582
  Object.assign(Object.assign({}, assetProto), { symbol: 'BTC2x-FLI', name: 'BTC 2x Flexible Leverage Index', addresses: {
588
583
  1: BtcfliAddress,
589
584
  }, exchange: true, decimals: 18 }),
590
- Object.assign(Object.assign({}, assetProto), { symbol: 'FARM', feedAvailability: { 1: true }, name: 'Harvest Finance', addresses: {
585
+ Object.assign(Object.assign({}, assetProto), { symbol: 'FARM', name: 'Harvest Finance', addresses: {
591
586
  1: FarmAddress,
592
587
  }, exchange: true, decimals: 18 }),
593
- Object.assign(Object.assign({}, assetProto), { symbol: 'FEI', feedAvailability: { 1: true }, name: 'Fei Protocol', addresses: {
588
+ Object.assign(Object.assign({}, assetProto), { symbol: 'FEI', name: 'Fei Protocol', addresses: {
594
589
  1: FeiAddress,
595
590
  }, exchange: true, decimals: 18 }),
596
- Object.assign(Object.assign({}, assetProto), { symbol: 'GTC', feedAvailability: { 1: true }, name: 'Gitcoin', addresses: {
591
+ Object.assign(Object.assign({}, assetProto), { symbol: 'GTC', name: 'Gitcoin', addresses: {
597
592
  1: GtcAddress,
598
593
  }, exchange: true, decimals: 18 }),
599
594
  Object.assign(Object.assign({}, assetProto), { symbol: 'INST', name: 'InstaDapp', addresses: {
@@ -602,13 +597,13 @@ export const assets = [
602
597
  Object.assign(Object.assign({}, assetProto), { symbol: 'MTA', name: 'mStable Governance Token: Meta', addresses: {
603
598
  1: MtaAddress,
604
599
  }, exchange: true, decimals: 18 }),
605
- Object.assign(Object.assign({}, assetProto), { symbol: 'RUNE', feedAvailability: { 1: true }, name: 'THORChain ERC20', addresses: {
600
+ Object.assign(Object.assign({}, assetProto), { symbol: 'RUNE', name: 'THORChain ERC20', addresses: {
606
601
  1: RuneAddress,
607
602
  }, exchange: true, decimals: 18 }),
608
- Object.assign(Object.assign({}, assetProto), { symbol: 'TRIBE', feedAvailability: { 1: true }, name: 'Tribe', addresses: {
603
+ Object.assign(Object.assign({}, assetProto), { symbol: 'TRIBE', name: 'Tribe', addresses: {
609
604
  1: TribeAddress,
610
605
  }, exchange: true, decimals: 18 }),
611
- Object.assign(Object.assign({}, assetProto), { symbol: 'AMPL', feedAvailability: { 1: true }, name: 'Ampleforth', decimals: 9, addresses: {
606
+ Object.assign(Object.assign({}, assetProto), { symbol: 'AMPL', name: 'Ampleforth', decimals: 9, addresses: {
612
607
  1: AmplAddress,
613
608
  } }),
614
609
  Object.assign(Object.assign({}, assetProto), { symbol: 'steCRV', name: 'Curve.fi ETH/stETH', decimals: 18, yearnCollateral: true, addresses: {
@@ -746,10 +741,10 @@ export const assets = [
746
741
  Object.assign(Object.assign({}, assetProto), { symbol: 'cYFI', decimals: 8, compoundCollateral: true, addresses: {
747
742
  1: cYFIAddress,
748
743
  }, underlyingAsset: 'YFI' }),
749
- Object.assign(Object.assign({}, assetProto), { symbol: 'RENFIL', feedAvailability: { 1: true }, name: 'renFIL', decimals: 18, exchange: true, addresses: {
744
+ Object.assign(Object.assign({}, assetProto), { symbol: 'RENFIL', name: 'renFIL', decimals: 18, exchange: true, addresses: {
750
745
  1: RENFILAddress,
751
746
  } }),
752
- Object.assign(Object.assign({}, assetProto), { symbol: 'MATIC', feedAvailability: { 1: true }, name: 'Polygon (Matic)', decimals: 18, exchange: true, addresses: {
747
+ Object.assign(Object.assign({}, assetProto), { symbol: 'MATIC', name: 'Polygon (Matic)', decimals: 18, exchange: true, addresses: {
753
748
  1: MATICAddress,
754
749
  } }),
755
750
  Object.assign(Object.assign({}, assetProto), { symbol: 'crvEURT', name: 'Curve.fi Factory Plain Pool: Euro Tether', decimals: 18, yearnCollateral: true, addresses: {
@@ -758,10 +753,10 @@ export const assets = [
758
753
  Object.assign(Object.assign({}, assetProto), { symbol: 'crvMIM', name: 'Curve.fi Factory USD Metapool: Magic Internet Money Internet Magic 3Pool', decimals: 18, yearnCollateral: true, addresses: {
759
754
  1: crvMIMAddress,
760
755
  } }),
761
- Object.assign(Object.assign({}, assetProto), { symbol: 'DYDX', feedAvailability: { 1: true }, name: 'dYdX', decimals: 18, exchange: true, addresses: {
756
+ Object.assign(Object.assign({}, assetProto), { symbol: 'DYDX', name: 'dYdX', decimals: 18, exchange: true, addresses: {
762
757
  1: DydxAddress,
763
758
  } }),
764
- Object.assign(Object.assign({}, assetProto), { symbol: 'PERP', feedAvailability: { 1: true }, name: 'Perpetual Protocol', decimals: 18, exchange: true, addresses: {
759
+ Object.assign(Object.assign({}, assetProto), { symbol: 'PERP', name: 'Perpetual Protocol', decimals: 18, exchange: true, addresses: {
765
760
  1: PerpAddress,
766
761
  10: '0x9e1028F5F1D5eDE59748FFceE5532509976840E0',
767
762
  } }),
@@ -781,21 +776,19 @@ export const assets = [
781
776
  Object.assign(Object.assign({}, assetProto), { symbol: 'AMP', name: 'Amp Token', decimals: 18, exchange: true, addresses: {
782
777
  1: AmpAddress,
783
778
  } }),
784
- Object.assign(Object.assign({}, assetProto), { symbol: 'FRAX', feedAvailability: { 1: true }, name: 'Frax', decimals: 18, exchange: true, addresses: {
779
+ Object.assign(Object.assign({}, assetProto), { symbol: 'FRAX', name: 'Frax', decimals: 18, exchange: true, addresses: {
785
780
  1: FraxAddress,
786
781
  } }),
787
- Object.assign(Object.assign({}, assetProto), { symbol: 'wstETH', feedAvailability: { 1: true, 10: true, 42161: true }, name: 'Wrapped stETH', decimals: 18, exchange: true, addresses: {
782
+ Object.assign(Object.assign({}, assetProto), { symbol: 'wstETH', name: 'Wrapped stETH', decimals: 18, exchange: true, addresses: {
788
783
  1: wstETHAddress,
789
- 10: '0x1F32b1c2345538c0c6f582fCB022739c4A194Ebb',
790
- 42161: '0x5979D7b546E38E414F7E9822514be443A4800529',
791
784
  } }),
792
- Object.assign(Object.assign({}, assetProto), { symbol: 'YFII', feedAvailability: { 1: true }, name: 'YFII.finance', decimals: 18, exchange: true, addresses: {
785
+ Object.assign(Object.assign({}, assetProto), { symbol: 'YFII', name: 'YFII.finance', decimals: 18, exchange: true, addresses: {
793
786
  1: YfiiAddress,
794
787
  } }),
795
788
  Object.assign(Object.assign({}, assetProto), { symbol: 'TEND', name: 'Tendies', decimals: 18, exchange: true, addresses: {
796
789
  1: TendAddress,
797
790
  } }),
798
- Object.assign(Object.assign({}, assetProto), { symbol: 'OMG', feedAvailability: { 1: true }, name: 'OMG Network', decimals: 18, exchange: true, addresses: {
791
+ Object.assign(Object.assign({}, assetProto), { symbol: 'OMG', name: 'OMG Network', decimals: 18, exchange: true, addresses: {
799
792
  1: OmgAddress,
800
793
  } }),
801
794
  Object.assign(Object.assign({}, assetProto), { symbol: 'PICKLE', name: 'Pickle Finance', decimals: 18, exchange: true, addresses: {
@@ -817,16 +810,16 @@ export const assets = [
817
810
  1: SpankAddress,
818
811
  10: '0xcfD1D50ce23C46D3Cf6407487B2F8934e96DC8f9',
819
812
  } }),
820
- Object.assign(Object.assign({}, assetProto), { symbol: 'CVX', feedAvailability: { 1: true }, name: 'Convex Finance', decimals: 18, exchange: true, addresses: {
813
+ Object.assign(Object.assign({}, assetProto), { symbol: 'CVX', name: 'Convex Finance', decimals: 18, exchange: true, addresses: {
821
814
  1: CvxAddress,
822
815
  } }),
823
- Object.assign(Object.assign({}, assetProto), { symbol: 'SHIB', feedAvailability: { 1: true }, name: 'Shiba Inu', decimals: 18, exchange: true, addresses: {
816
+ Object.assign(Object.assign({}, assetProto), { symbol: 'SHIB', name: 'Shiba Inu', decimals: 18, exchange: true, addresses: {
824
817
  1: ShibAddress,
825
818
  } }),
826
- Object.assign(Object.assign({}, assetProto), { symbol: 'MIM', feedAvailability: { 1: true }, name: 'Magic Internet Money', decimals: 18, exchange: true, addresses: {
819
+ Object.assign(Object.assign({}, assetProto), { symbol: 'MIM', name: 'Magic Internet Money', decimals: 18, exchange: true, addresses: {
827
820
  1: MimAddress,
828
821
  } }),
829
- Object.assign(Object.assign({}, assetProto), { symbol: 'SPELL', feedAvailability: { 1: true }, name: 'Spell Token', decimals: 18, exchange: true, addresses: {
822
+ Object.assign(Object.assign({}, assetProto), { symbol: 'SPELL', name: 'Spell Token', decimals: 18, exchange: true, addresses: {
830
823
  1: SpellAddress,
831
824
  } }),
832
825
  Object.assign(Object.assign({}, assetProto), { symbol: 'ROBOT', name: 'Robot', decimals: 18, exchange: true, addresses: {
@@ -835,47 +828,47 @@ export const assets = [
835
828
  Object.assign(Object.assign({}, assetProto), { symbol: 'GEL', name: 'Gelato', decimals: 18, exchange: true, addresses: {
836
829
  1: GelAddress,
837
830
  } }),
838
- Object.assign(Object.assign({}, assetProto), { symbol: 'GNO', feedAvailability: { 1: true }, name: 'Gnosis', decimals: 18, exchange: true, addresses: {
831
+ Object.assign(Object.assign({}, assetProto), { symbol: 'GNO', name: 'Gnosis', decimals: 18, exchange: true, addresses: {
839
832
  1: GnoAddress,
840
833
  } }),
841
834
  Object.assign(Object.assign({}, assetProto), { symbol: 'TRAC', name: 'OriginTrail', decimals: 18, exchange: true, addresses: {
842
835
  1: TracAddress,
843
836
  } }),
844
- Object.assign(Object.assign({}, assetProto), { symbol: 'FTM', feedAvailability: { 1: true }, name: 'Fantom', decimals: 18, exchange: true, addresses: {
837
+ Object.assign(Object.assign({}, assetProto), { symbol: 'FTM', name: 'Fantom', decimals: 18, exchange: true, addresses: {
845
838
  1: FtmAddress,
846
839
  } }),
847
- Object.assign(Object.assign({}, assetProto), { symbol: 'AUDIO', feedAvailability: { 1: true }, name: 'Audius', decimals: 18, exchange: true, addresses: {
840
+ Object.assign(Object.assign({}, assetProto), { symbol: 'AUDIO', name: 'Audius', decimals: 18, exchange: true, addresses: {
848
841
  1: AudioAddress,
849
842
  } }),
850
843
  Object.assign(Object.assign({}, assetProto), { symbol: 'THALES', name: 'Thales', decimals: 18, exchange: true, addresses: {
851
844
  1: ThalesAddress,
852
845
  10: '0x217D47011b23BB961eB6D93cA9945B7501a5BB11',
853
846
  } }),
854
- Object.assign(Object.assign({}, assetProto), { symbol: 'RARI', feedAvailability: { 1: true }, name: 'Rarible', decimals: 18, exchange: true, addresses: {
847
+ Object.assign(Object.assign({}, assetProto), { symbol: 'RARI', name: 'Rarible', decimals: 18, exchange: true, addresses: {
855
848
  1: RariAddress,
856
849
  } }),
857
- Object.assign(Object.assign({}, assetProto), { symbol: 'FXS', feedAvailability: { 1: true }, name: 'Frax Share', decimals: 18, exchange: true, addresses: {
850
+ Object.assign(Object.assign({}, assetProto), { symbol: 'FXS', name: 'Frax Share', decimals: 18, exchange: true, addresses: {
858
851
  1: FxsAddress,
859
852
  } }),
860
853
  Object.assign(Object.assign({}, assetProto), { symbol: 'BED', name: 'Bankless BED Index', decimals: 18, exchange: true, addresses: {
861
854
  1: BedAddress,
862
855
  } }),
863
- Object.assign(Object.assign({}, assetProto), { symbol: 'FOX', feedAvailability: { 1: true }, name: 'ShapeShift', decimals: 18, exchange: true, addresses: {
856
+ Object.assign(Object.assign({}, assetProto), { symbol: 'FOX', name: 'ShapeShift', decimals: 18, exchange: true, addresses: {
864
857
  1: FoxAddress,
865
858
  } }),
866
- Object.assign(Object.assign({}, assetProto), { symbol: 'OHM', feedAvailability: { 1: true }, name: 'Olympus', decimals: 9, exchange: true, addresses: {
859
+ Object.assign(Object.assign({}, assetProto), { symbol: 'OHM', name: 'Olympus', decimals: 9, exchange: true, addresses: {
867
860
  1: OhmAddress,
868
861
  } }),
869
862
  Object.assign(Object.assign({}, assetProto), { symbol: 'SOHM', name: 'Staked Olympus', decimals: 9, addresses: {
870
863
  1: SohmAddress,
871
864
  } }),
872
- Object.assign(Object.assign({}, assetProto), { symbol: 'ALUSD', feedAvailability: { 1: true }, name: 'Alchemix USD', decimals: 18, exchange: true, addresses: {
865
+ Object.assign(Object.assign({}, assetProto), { symbol: 'ALUSD', name: 'Alchemix USD', decimals: 18, exchange: true, addresses: {
873
866
  1: AlusdAddress,
874
867
  } }),
875
868
  Object.assign(Object.assign({}, assetProto), { symbol: 'ALETH', name: 'Alchemix ETH', decimals: 18, addresses: {
876
869
  1: AlethAddress,
877
870
  } }),
878
- Object.assign(Object.assign({}, assetProto), { symbol: 'ENS', feedAvailability: { 1: true }, name: 'Ethereum Name Service', exchange: true, decimals: 18, addresses: {
871
+ Object.assign(Object.assign({}, assetProto), { symbol: 'ENS', name: 'Ethereum Name Service', exchange: true, decimals: 18, addresses: {
879
872
  1: EnsAddress,
880
873
  10: '0x65559aA14915a70190438eF90104769e5E890A00',
881
874
  } }),
@@ -888,57 +881,23 @@ export const assets = [
888
881
  Object.assign(Object.assign({}, assetProto), { symbol: 'GUNIV3DAIUSDC1', name: 'Gelato Uniswap DAI/USDC LP 0.05%', decimals: 18, addresses: {
889
882
  1: GuniDaiUsdc1Address,
890
883
  } }),
891
- Object.assign(Object.assign({}, assetProto), { symbol: 'GUNIV3DAIUSDC2', feedAvailability: { 1: true }, name: 'Gelato Uniswap DAI/USDC LP 0.01%', decimals: 18, addresses: {
884
+ Object.assign(Object.assign({}, assetProto), { symbol: 'GUNIV3DAIUSDC2', name: 'Gelato Uniswap DAI/USDC LP 0.01%', decimals: 18, addresses: {
892
885
  1: GuniDaiUsdc2Address,
893
886
  } }),
894
- Object.assign(Object.assign({}, assetProto), { symbol: 'UST', feedAvailability: { 1: true }, name: 'UST (Wormhole)', decimals: 6, addresses: {
887
+ Object.assign(Object.assign({}, assetProto), { symbol: 'UST', name: 'UST (Wormhole)', decimals: 6, addresses: {
895
888
  1: USTAddress,
896
889
  10: '0xBA28feb4b6A6b81e3F26F08b83a19E715C4294fd',
897
890
  } }),
898
891
  Object.assign(Object.assign({}, assetProto), { symbol: 'cFEI', underlyingAsset: 'FEI', name: 'Fei Protocol', addresses: {
899
892
  1: cFeiAddress,
900
893
  }, exchange: false, compoundCollateral: true, decimals: 8 }),
901
- Object.assign(Object.assign({}, assetProto), { symbol: 'rETH', feedAvailability: { 1: true, 42161: true }, name: 'Rocket Pool ETH', addresses: {
894
+ Object.assign(Object.assign({}, assetProto), { symbol: 'rETH', name: 'Rocket Pool ETH', addresses: {
902
895
  1: '0xae78736cd615f374d3085123a210448e74fc6393',
903
- 10: '0x9bcef72be871e61ed4fbbc7630889bee758eb81d',
904
- 42161: '0xEC70Dcb4A1EFa46b8F2D97C310C9c4790ba5ffA8',
905
896
  }, exchange: true, decimals: 18 }),
906
- Object.assign(Object.assign({}, assetProto), { symbol: 'OP', feedAvailability: { 10: true }, name: 'Optimism', nativeChainId: 10, addresses: {
897
+ Object.assign(Object.assign({}, assetProto), { symbol: 'OP', name: 'Optimism', addresses: {
907
898
  10: '0x4200000000000000000000000000000000000042',
908
899
  }, exchange: true, decimals: 18 }),
909
900
  Object.assign(Object.assign({}, assetProto), { symbol: 'bLUSD', name: 'Boosted LUSD', addresses: {
910
901
  1: bLUSDAddress,
911
- }, exchange: true, decimals: 18 }),
912
- Object.assign(Object.assign({}, assetProto), { symbol: 'cbETH', feedAvailability: { 1: true }, name: 'Coinbase Wrapped Staked ETH', addresses: {
913
- 1: cbETHAddress,
914
- }, exchange: true, decimals: 18 }),
915
- Object.assign(Object.assign({}, assetProto), { symbol: 'MORPHO', name: 'Morpho Token', addresses: {
916
- 1: MORPHOAddress,
917
- }, exchange: false, decimals: 18 }),
918
- Object.assign(Object.assign({}, assetProto), { symbol: 'ARB', feedAvailability: { 42161: true }, name: 'Arbitrum', nativeChainId: 42161, addresses: {
919
- 42161: '0x912CE59144191C1204E64559FE8253a0e49E6548',
920
- }, exchange: true, decimals: 18 }),
921
- Object.assign(Object.assign({}, assetProto), { symbol: 'GMX', feedAvailability: { 42161: true }, name: 'GMX', nativeChainId: 42161, addresses: {
922
- 42161: '0xfc5A1A6EB076a2C7aD06eD22C90d7E710E35ad0a',
923
- }, exchange: true, decimals: 18 }),
924
- Object.assign(Object.assign({}, assetProto), { symbol: 'wOUSD', name: 'Wrapped Origin Dollar', nativeChainId: 1, addresses: {
925
- 1: '0xD2af830E8CBdFed6CC11Bab697bB25496ed6FA62',
926
- }, exchange: true, decimals: 18 }),
927
- Object.assign(Object.assign({}, assetProto), { symbol: 'OETH', name: 'Origin Ether', nativeChainId: 1, addresses: {
928
- 1: '0x856c4Efb76C1D1AE02e20CEB03A2A6a08b0b8dC3',
929
- }, exchange: true, decimals: 18 }),
930
- Object.assign(Object.assign({}, assetProto), { symbol: 'wOETH', name: 'Wrapped Origin Ether', nativeChainId: 1, addresses: {
931
- 1: '0xDcEe70654261AF21C44c093C300eD3Bb97b78192',
932
- }, exchange: true, decimals: 18 }),
933
- Object.assign(Object.assign({}, assetProto), { symbol: 'OUSD', name: 'Origin Dollar', nativeChainId: 1, addresses: {
934
- 1: '0x2A8e1E676Ec238d8A992307B495b45B3fEAa5e86',
935
- }, exchange: true, decimals: 18 }),
936
- Object.assign(Object.assign({}, assetProto), { symbol: 'OGV', name: 'Origin Dollar Governance', nativeChainId: 1, addresses: {
937
- 1: '0x9c354503C38481a7A7a51629142963F98eCC12D0',
938
- }, exchange: true, decimals: 18 }),
939
- Object.assign(Object.assign({}, assetProto), { symbol: 'MAI', name: 'Mai Finance', nativeChainId: 10, addresses: {
940
- 1: '0x8d6cebd76f18e1558d4db88138e2defb3909fad6',
941
- 10: '0xdfa46478f9e5ea86d57387849598dbfb2e964b02',
942
- 42161: '0x3f56e0c36d275367b8c502090edf38289b3dea0d',
943
- }, exchange: true, decimals: 18 }),
902
+ }, exchange: true, decimals: 18 })
944
903
  ];
package/esm/ilks.js CHANGED
@@ -425,7 +425,7 @@ export const ilks = [
425
425
  "ilkBytes": "0x435256563145544853544554482d410000000000000000000000000000000000",
426
426
  "join": "0x82D8bfDB61404C796385f251654F6d7e92092b5D",
427
427
  "clip": "0x1926862F899410BfC19FeFb8A3C69C7Aed22463a",
428
- "pip": "0xEa508F82728927454bd3ce853171b0e2705880D4",
428
+ "pip": "0x0A7DA4e31582a2fB4FD4067943e88f127F70ab39",
429
429
  "isLP": true,
430
430
  "isCrop": true
431
431
  },
@@ -439,27 +439,5 @@ export const ilks = [
439
439
  "pip": "0xFe7a2aC0B945f12089aEEB6eCebf4F384D9f043F",
440
440
  "isLP": false,
441
441
  "isCrop": false
442
- },
443
- {
444
- "asset": "rETH",
445
- "assetAddress": "0xae78736Cd615f374D3085123A210448E74Fc6393",
446
- "ilkLabel": "RETH-A",
447
- "ilkBytes": "0x524554482d410000000000000000000000000000000000000000000000000000",
448
- "join": "0xC6424e862f1462281B0a5FAc078e4b63006bDEBF",
449
- "clip": "0x27CA5E525ea473eD52Ea9423CD08cCc081d96a98",
450
- "pip": "0xeE7F0b350aA119b3d05DC733a4621a81972f7D47",
451
- "isLP": false,
452
- "isCrop": false
453
- },
454
- {
455
- "asset": "GNO",
456
- "assetAddress": "0x6810e776880C02933D47DB1b9fc05908e5386b96",
457
- "ilkLabel": "GNO-A",
458
- "ilkBytes": "0x474e4f2d41000000000000000000000000000000000000000000000000000000",
459
- "join": "0x7bD3f01e24E0f0838788bC8f573CEA43A80CaBB5",
460
- "clip": "0xd9e758bd239e5d568f44D0A748633f6a8d52CBbb",
461
- "pip": "0xd800ca44fFABecd159c7889c3bf64a217361AEc8",
462
- "isLP": false,
463
- "isCrop": false
464
- },
442
+ }
465
443
  ];