@defisaver/tokens 1.4.36 → 1.4.38

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/docs/.nojekyll ADDED
@@ -0,0 +1 @@
1
+ TypeDoc added this file to prevent GitHub Pages from using Jekyll. You can turn off this behavior by setting the `githubPages` option to false.
package/esm/assets.js CHANGED
@@ -230,7 +230,7 @@ export const assetProto = {
230
230
  isStable: false,
231
231
  };
232
232
  export const assets = [
233
- Object.assign(Object.assign({}, assetProto), { symbol: 'ETH', feedAvailability: { 1: true }, name: 'Ether', decimals: 18, exchange: true, compoundCollateral: false, addresses: {
233
+ Object.assign(Object.assign({}, assetProto), { symbol: 'ETH', feedAvailability: { 1: true, 10: true, 42161: true }, name: 'Ether', decimals: 18, exchange: true, compoundCollateral: false, addresses: {
234
234
  1: ETHAddress,
235
235
  10: ETHAddress,
236
236
  42161: ETHAddress,
@@ -390,7 +390,7 @@ export const assets = [
390
390
  Object.assign(Object.assign({}, assetProto), { symbol: 'aSNX', underlyingAsset: 'SNX', name: 'Synthetix Network', decimals: 18, aaveCollateral: true, addresses: {
391
391
  1: aSNXAddress,
392
392
  } }),
393
- Object.assign(Object.assign({}, assetProto), { symbol: 'SNX', feedAvailability: { 1: true }, name: 'Synthetix Network', decimals: 18, exchange: true, yearnCollateral: true, addresses: {
393
+ Object.assign(Object.assign({}, assetProto), { symbol: 'SNX', feedAvailability: { 1: true, 10: true }, name: 'Synthetix Network', decimals: 18, exchange: true, yearnCollateral: true, addresses: {
394
394
  1: SNXAddress,
395
395
  10: '0x8700daec35af8ff88c16bdf0418774cb3d7599b4',
396
396
  } }),
@@ -412,7 +412,7 @@ export const assets = [
412
412
  Object.assign(Object.assign({}, assetProto), { symbol: 'REN', feedAvailability: { 1: true }, name: 'Ren', decimals: 18, exchange: true, addresses: {
413
413
  1: RENAddress,
414
414
  } }),
415
- Object.assign(Object.assign({}, assetProto), { symbol: 'CRV', feedAvailability: { 1: true }, name: 'Curve DAO', decimals: 18, exchange: true, addresses: {
415
+ Object.assign(Object.assign({}, assetProto), { symbol: 'CRV', feedAvailability: { 1: true, 10: true }, name: 'Curve DAO', decimals: 18, exchange: true, addresses: {
416
416
  1: CRVAddress,
417
417
  10: '0x0994206dfe8de6ec6920ff4d779b0d950605fb53',
418
418
  } }),
@@ -431,7 +431,7 @@ export const assets = [
431
431
  Object.assign(Object.assign({}, assetProto), { symbol: 'DPI', feedAvailability: { 1: true }, name: 'DefiPulse Index', decimals: 18, exchange: true, addresses: {
432
432
  1: DPIAddress,
433
433
  } }),
434
- Object.assign(Object.assign({}, assetProto), { symbol: 'UNI', feedAvailability: { 1: true }, name: 'Uniswap', decimals: 18, exchange: true, yearnCollateral: true, addresses: {
434
+ Object.assign(Object.assign({}, assetProto), { symbol: 'UNI', feedAvailability: { 1: true, 10: true }, name: 'Uniswap', decimals: 18, exchange: true, yearnCollateral: true, addresses: {
435
435
  1: UNIAddress,
436
436
  10: '0x6fd9d7ad17242c41f7131d257212c54a0e816691',
437
437
  } }),
@@ -554,7 +554,7 @@ export const assets = [
554
554
  Object.assign(Object.assign({}, assetProto), { symbol: 'LQTY', name: 'Liquity', addresses: {
555
555
  1: LqtyAddress,
556
556
  }, exchange: true, decimals: 18 }),
557
- Object.assign(Object.assign({}, assetProto), { symbol: 'LUSD', feedAvailability: { 1: true, 10: true }, name: 'Liquity USD', addresses: {
557
+ Object.assign(Object.assign({}, assetProto), { symbol: 'LUSD', feedAvailability: { 1: true, 10: true, 42161: true }, name: 'Liquity USD', addresses: {
558
558
  1: LusdAddress,
559
559
  10: '0xc40f949f8a4e094d1b49a23ea9241d289b7b2819',
560
560
  42161: '0x93b346b6bc2548da6a1e7d98e9a421b42541425b',
@@ -898,7 +898,7 @@ export const assets = [
898
898
  Object.assign(Object.assign({}, assetProto), { symbol: 'cFEI', underlyingAsset: 'FEI', name: 'Fei Protocol', addresses: {
899
899
  1: cFeiAddress,
900
900
  }, exchange: false, compoundCollateral: true, decimals: 8 }),
901
- Object.assign(Object.assign({}, assetProto), { symbol: 'rETH', feedAvailability: { 1: true }, name: 'Rocket Pool ETH', addresses: {
901
+ Object.assign(Object.assign({}, assetProto), { symbol: 'rETH', feedAvailability: { 1: true, 42161: true }, name: 'Rocket Pool ETH', addresses: {
902
902
  1: '0xae78736cd615f374d3085123a210448e74fc6393',
903
903
  10: '0x9bcef72be871e61ed4fbbc7630889bee758eb81d',
904
904
  42161: '0xEC70Dcb4A1EFa46b8F2D97C310C9c4790ba5ffA8',
@@ -915,7 +915,25 @@ export const assets = [
915
915
  Object.assign(Object.assign({}, assetProto), { symbol: 'MORPHO', name: 'Morpho Token', addresses: {
916
916
  1: MORPHOAddress,
917
917
  }, exchange: false, decimals: 18 }),
918
- Object.assign(Object.assign({}, assetProto), { symbol: 'ARB', name: 'Arbitrum', nativeChainId: 42161, addresses: {
918
+ Object.assign(Object.assign({}, assetProto), { symbol: 'ARB', feedAvailability: { 42161: true }, name: 'Arbitrum', nativeChainId: 42161, addresses: {
919
919
  42161: '0x912CE59144191C1204E64559FE8253a0e49E6548',
920
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 }),
921
939
  ];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@defisaver/tokens",
3
- "version": "1.4.36",
3
+ "version": "1.4.38",
4
4
  "description": "Centralized asset data & utility functions",
5
5
  "main": "umd/index.js",
6
6
  "module": "esm/index.js",
package/src/assets.ts CHANGED
@@ -237,7 +237,7 @@ export const assets: AssetDataBase[] = [
237
237
  {
238
238
  ...assetProto,
239
239
  symbol: 'ETH',
240
- feedAvailability: { 1: true },
240
+ feedAvailability: { 1: true, 10: true, 42161: true },
241
241
  name: 'Ether',
242
242
  decimals: 18,
243
243
  exchange: true,
@@ -807,7 +807,7 @@ export const assets: AssetDataBase[] = [
807
807
  {
808
808
  ...assetProto,
809
809
  symbol: 'SNX',
810
- feedAvailability: { 1: true },
810
+ feedAvailability: { 1: true, 10: true },
811
811
  name: 'Synthetix Network',
812
812
  decimals: 18,
813
813
  exchange: true,
@@ -886,7 +886,7 @@ export const assets: AssetDataBase[] = [
886
886
  {
887
887
  ...assetProto,
888
888
  symbol: 'CRV',
889
- feedAvailability: { 1: true },
889
+ feedAvailability: { 1: true, 10: true },
890
890
  name: 'Curve DAO',
891
891
  decimals: 18,
892
892
  exchange: true,
@@ -955,7 +955,7 @@ export const assets: AssetDataBase[] = [
955
955
  {
956
956
  ...assetProto,
957
957
  symbol: 'UNI',
958
- feedAvailability: { 1: true },
958
+ feedAvailability: { 1: true, 10: true },
959
959
  name: 'Uniswap',
960
960
  decimals: 18,
961
961
  exchange: true,
@@ -1358,7 +1358,7 @@ export const assets: AssetDataBase[] = [
1358
1358
  {
1359
1359
  ...assetProto,
1360
1360
  symbol: 'LUSD',
1361
- feedAvailability: { 1: true, 10: true },
1361
+ feedAvailability: { 1: true, 10: true, 42161: true },
1362
1362
  name: 'Liquity USD',
1363
1363
  addresses: {
1364
1364
  1: LusdAddress,
@@ -2510,7 +2510,7 @@ export const assets: AssetDataBase[] = [
2510
2510
  {
2511
2511
  ...assetProto,
2512
2512
  symbol: 'rETH',
2513
- feedAvailability: { 1: true },
2513
+ feedAvailability: { 1: true, 42161: true },
2514
2514
  name: 'Rocket Pool ETH',
2515
2515
  addresses: {
2516
2516
  1: '0xae78736cd615f374d3085123a210448e74fc6393',
@@ -2566,6 +2566,7 @@ export const assets: AssetDataBase[] = [
2566
2566
  {
2567
2567
  ...assetProto,
2568
2568
  symbol: 'ARB',
2569
+ feedAvailability: { 42161: true },
2569
2570
  name: 'Arbitrum',
2570
2571
  nativeChainId: 42161,
2571
2572
  addresses: {
@@ -2574,4 +2575,71 @@ export const assets: AssetDataBase[] = [
2574
2575
  exchange: true,
2575
2576
  decimals: 18,
2576
2577
  },
2578
+ {
2579
+ ...assetProto,
2580
+ symbol: 'GMX',
2581
+ feedAvailability: { 42161: true },
2582
+ name: 'GMX',
2583
+ nativeChainId: 42161,
2584
+ addresses: {
2585
+ 42161: '0xfc5A1A6EB076a2C7aD06eD22C90d7E710E35ad0a',
2586
+ },
2587
+ exchange: true,
2588
+ decimals: 18,
2589
+ },
2590
+ {
2591
+ ...assetProto,
2592
+ symbol: 'wOUSD',
2593
+ name: 'Wrapped Origin Dollar',
2594
+ nativeChainId: 1,
2595
+ addresses: {
2596
+ 1: '0xD2af830E8CBdFed6CC11Bab697bB25496ed6FA62',
2597
+ },
2598
+ exchange: true,
2599
+ decimals: 18,
2600
+ },
2601
+ {
2602
+ ...assetProto,
2603
+ symbol: 'OETH',
2604
+ name: 'Origin Ether',
2605
+ nativeChainId: 1,
2606
+ addresses: {
2607
+ 1: '0x856c4Efb76C1D1AE02e20CEB03A2A6a08b0b8dC3',
2608
+ },
2609
+ exchange: true,
2610
+ decimals: 18,
2611
+ },
2612
+ {
2613
+ ...assetProto,
2614
+ symbol: 'wOETH',
2615
+ name: 'Wrapped Origin Ether',
2616
+ nativeChainId: 1,
2617
+ addresses: {
2618
+ 1: '0xDcEe70654261AF21C44c093C300eD3Bb97b78192',
2619
+ },
2620
+ exchange: true,
2621
+ decimals: 18,
2622
+ },
2623
+ {
2624
+ ...assetProto,
2625
+ symbol: 'OUSD',
2626
+ name: 'Origin Dollar',
2627
+ nativeChainId: 1,
2628
+ addresses: {
2629
+ 1: '0x2A8e1E676Ec238d8A992307B495b45B3fEAa5e86',
2630
+ },
2631
+ exchange: true,
2632
+ decimals: 18,
2633
+ },
2634
+ {
2635
+ ...assetProto,
2636
+ symbol: 'OGV',
2637
+ name: 'Origin Dollar Governance',
2638
+ nativeChainId: 1,
2639
+ addresses: {
2640
+ 1: '0x9c354503C38481a7A7a51629142963F98eCC12D0',
2641
+ },
2642
+ exchange: true,
2643
+ decimals: 18,
2644
+ },
2577
2645
  ];