defi-blockchain-addressbook 1.0.10 → 1.0.12

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.
Files changed (52) hide show
  1. package/build/address-book/base/index.d.ts +26 -0
  2. package/build/address-book/base/platforms/bimfinance.d.ts +31 -0
  3. package/build/address-book/base/platforms/bimfinance.js +38 -0
  4. package/build/address-book/base/platforms/index.d.ts +1 -0
  5. package/build/address-book/base/platforms/index.js +3 -1
  6. package/build/address-book/base/tokens/tokens.d.ts +13 -0
  7. package/build/address-book/base/tokens/tokens.js +13 -0
  8. package/build/address-book/gnosis/index.d.ts +124 -0
  9. package/build/address-book/gnosis/platforms/bimfinance.d.ts +3 -2
  10. package/build/address-book/gnosis/platforms/bimfinance.js +3 -2
  11. package/build/address-book/gnosis/tokens/tokens.d.ts +62 -0
  12. package/build/address-book/gnosis/tokens/tokens.js +62 -0
  13. package/build/address-book/index.js +6 -6
  14. package/build/address-book/polygon/index.d.ts +0 -24
  15. package/build/address-book/polygon/tokens/tokens.d.ts +0 -12
  16. package/build/address-book/polygon/tokens/tokens.js +0 -12
  17. package/build/types/chainid.d.ts +1 -0
  18. package/build/types/chainid.js +1 -1
  19. package/build/util/chainIdMap.d.ts +1 -0
  20. package/build/util/chainIdMap.js +1 -1
  21. package/build-esm/address-book/base/index.d.ts +4278 -0
  22. package/build-esm/address-book/base/index.js +8 -0
  23. package/build-esm/address-book/base/platforms/aerodrome.d.ts +4 -0
  24. package/build-esm/address-book/base/platforms/aerodrome.js +4 -0
  25. package/build-esm/address-book/base/platforms/balancer.d.ts +3 -0
  26. package/build-esm/address-book/base/platforms/balancer.js +3 -0
  27. package/build-esm/address-book/base/platforms/baseSwap.d.ts +4 -0
  28. package/build-esm/address-book/base/platforms/baseSwap.js +4 -0
  29. package/build-esm/address-book/base/platforms/beefyfinance.d.ts +34 -0
  30. package/build-esm/address-book/base/platforms/beefyfinance.js +38 -0
  31. package/build-esm/address-book/base/platforms/bimfinance.d.ts +31 -0
  32. package/build-esm/address-book/base/platforms/bimfinance.js +35 -0
  33. package/build-esm/address-book/base/platforms/bvm.d.ts +4 -0
  34. package/build-esm/address-book/base/platforms/bvm.js +4 -0
  35. package/build-esm/address-book/base/platforms/equalizer.d.ts +4 -0
  36. package/build-esm/address-book/base/platforms/equalizer.js +4 -0
  37. package/build-esm/address-book/base/platforms/index.d.ts +7 -0
  38. package/build-esm/address-book/base/platforms/index.js +7 -0
  39. package/build-esm/address-book/base/tokens/tokens.d.ts +2137 -0
  40. package/build-esm/address-book/base/tokens/tokens.js +2114 -0
  41. package/build-esm/address-book/gnosis/index.d.ts +124 -0
  42. package/build-esm/address-book/gnosis/platforms/bimfinance.d.ts +3 -2
  43. package/build-esm/address-book/gnosis/platforms/bimfinance.js +3 -2
  44. package/build-esm/address-book/gnosis/tokens/tokens.d.ts +62 -0
  45. package/build-esm/address-book/gnosis/tokens/tokens.js +62 -0
  46. package/build-esm/address-book/index.js +3 -3
  47. package/build-esm/address-book/polygon/index.d.ts +0 -24
  48. package/build-esm/address-book/polygon/tokens/tokens.d.ts +0 -12
  49. package/build-esm/address-book/polygon/tokens/tokens.js +0 -12
  50. package/build-esm/types/chainid.d.ts +1 -0
  51. package/build-esm/types/chainid.js +1 -1
  52. package/package.json +1 -1
@@ -41,6 +41,18 @@ export declare const gnosis: {
41
41
  readonly logoURI: "";
42
42
  readonly documentation: "https://docs.gnosischain.com/about/tokens/xdai";
43
43
  };
44
+ readonly DAI: {
45
+ readonly name: "DAI";
46
+ readonly address: "0x44fA8E6f47987339850636F88629646662444217";
47
+ readonly symbol: "DAI";
48
+ readonly oracleId: "DAI";
49
+ readonly decimals: 18;
50
+ readonly chainId: 100;
51
+ readonly website: "https://www.gnosis.io/";
52
+ readonly description: "DAI is an Ethereum-based stablecoin (stable-price cryptocurrency) whose issuance and development is managed by the Maker Protocol and the MakerDAO decentralized autonomous organization.";
53
+ readonly logoURI: "https://s2.coinmarketcap.com/static/img/coins/64x64/4943.png";
54
+ readonly documentation: "https://docs.gnosischain.com/";
55
+ };
44
56
  readonly AURA: {
45
57
  readonly name: "Aura";
46
58
  readonly symbol: "AURA";
@@ -296,6 +308,19 @@ export declare const gnosis: {
296
308
  readonly documentation: "https://docs.aave.com/developers/v/2.0/the-core-protocol/atokens";
297
309
  readonly description: "Aave interest bearing ETH .";
298
310
  };
311
+ readonly SAFE: {
312
+ readonly name: "SAFE Token";
313
+ readonly symbol: "SAFE";
314
+ readonly oracleId: "SAFE";
315
+ readonly address: "0x4d18815D14fe5c3304e87B3FA18318baa5c23820";
316
+ readonly chainId: 100;
317
+ readonly decimals: 18;
318
+ readonly logoURI: "";
319
+ readonly website: "https://safe.global/token";
320
+ readonly documentation: "https://safe.global/blog/safe-tokenomics";
321
+ readonly description: "SAFE Token acts as your key to participate in web3’s transition to smart accounts. Token holders tap into a diverse and ever-evolving ecosystem and govern the future of Safe.";
322
+ readonly bridge: "gnosis-canonical";
323
+ };
299
324
  readonly wagETH: {
300
325
  readonly name: "Wrapped Aave ETH";
301
326
  readonly symbol: "wagETH";
@@ -308,6 +333,43 @@ export declare const gnosis: {
308
333
  readonly documentation: "https://docs.aave.com/developers/v/2.0/the-core-protocol/atokens";
309
334
  readonly description: "Wrapped Aave interest bearing ETH.";
310
335
  };
336
+ readonly bCSPX: {
337
+ readonly name: "Backed CSPX Core S&P 500";
338
+ readonly symbol: "bCSPX";
339
+ readonly oracleId: "bCSPX";
340
+ readonly address: "0x1e2C4fb7eDE391d116E6B41cD0608260e8801D59";
341
+ readonly chainId: 100;
342
+ readonly decimals: 18;
343
+ readonly logoURI: "";
344
+ readonly website: "https://assets.backed.fi/products/bcspx";
345
+ readonly documentation: "https://cdn.prod.website-files.com/655f3efc4be468487052e35a/6751b3cb9df2755163702cde_KID%20bCSPX%20-%20EN.pdf";
346
+ readonly description: "The Backed CSPX Core S&P 500 (ticker symbol: bCSPX) is a tracker certificate issued as an ERC-20 token. bCSPX tracks the price of the iShares Core S&P 500 UCITS ETF USD (the underlying). The investment objective of the underlying is to deliver the net total return performance of S&P 500 index, less the fees and expenses of the fund. bCSPX is designed to give eligible cryptocurrency market participants regulatory-compliant access to the S&P 500’s performance, whilst maintaining the benefits of blockchain technology.";
347
+ readonly bridge: "gnosis-canonical";
348
+ };
349
+ readonly wbTSLA: {
350
+ readonly name: "Wrapped Backed Tesla Inc";
351
+ readonly symbol: "wbTSLA";
352
+ readonly oracleId: "wbTSLA";
353
+ readonly address: "0x1f82284C1658Ad71C576f7230E6C2DEE7901c1FA";
354
+ readonly chainId: 100;
355
+ readonly decimals: 18;
356
+ readonly logoURI: "";
357
+ readonly website: "https://assets.backed.fi/products/btsla";
358
+ readonly documentation: "https://cdn.prod.website-files.com/655f3efc4be468487052e35a/6751b142345d4106258dcdc6_KID%20-%20bTSLA%20-%20EN.pdf";
359
+ readonly description: "Backed Tesla (bTSLA) is a tracker certificate issued as an ERC-20 token. bTSLA tracks the price of Tesla Inc. (the underlying). bTSLA is designed to give eligible cryptocurrency market participants regulatory-compliant access to the stock price of Tesla Inc.";
360
+ };
361
+ readonly COMP: {
362
+ readonly name: "Compound";
363
+ readonly symbol: "COMP";
364
+ readonly oracleId: "COMP";
365
+ readonly address: "0xDf6FF92bfDC1e8bE45177DC1f4845d391D3ad8fD";
366
+ readonly chainId: 100;
367
+ readonly decimals: 18;
368
+ readonly logoURI: "";
369
+ readonly website: "https://compound.finance/governance/comp";
370
+ readonly documentation: "https://docs.compound.finance/";
371
+ readonly description: "Compound is a DeFi lending protocol that allows users to earn interest on their cryptocurrencies by depositing them into one of several pools supported by the platform.";
372
+ };
311
373
  };
312
374
  readonly tokenAddressMap: import("../../util/convertSymbolTokenMapToAddressTokenMap.js").AddressToTokenMap<{
313
375
  readonly xDAI: {
@@ -349,6 +411,18 @@ export declare const gnosis: {
349
411
  readonly logoURI: "";
350
412
  readonly documentation: "https://docs.gnosischain.com/about/tokens/xdai";
351
413
  };
414
+ readonly DAI: {
415
+ readonly name: "DAI";
416
+ readonly address: "0x44fA8E6f47987339850636F88629646662444217";
417
+ readonly symbol: "DAI";
418
+ readonly oracleId: "DAI";
419
+ readonly decimals: 18;
420
+ readonly chainId: 100;
421
+ readonly website: "https://www.gnosis.io/";
422
+ readonly description: "DAI is an Ethereum-based stablecoin (stable-price cryptocurrency) whose issuance and development is managed by the Maker Protocol and the MakerDAO decentralized autonomous organization.";
423
+ readonly logoURI: "https://s2.coinmarketcap.com/static/img/coins/64x64/4943.png";
424
+ readonly documentation: "https://docs.gnosischain.com/";
425
+ };
352
426
  readonly AURA: {
353
427
  readonly name: "Aura";
354
428
  readonly symbol: "AURA";
@@ -604,6 +678,19 @@ export declare const gnosis: {
604
678
  readonly documentation: "https://docs.aave.com/developers/v/2.0/the-core-protocol/atokens";
605
679
  readonly description: "Aave interest bearing ETH .";
606
680
  };
681
+ readonly SAFE: {
682
+ readonly name: "SAFE Token";
683
+ readonly symbol: "SAFE";
684
+ readonly oracleId: "SAFE";
685
+ readonly address: "0x4d18815D14fe5c3304e87B3FA18318baa5c23820";
686
+ readonly chainId: 100;
687
+ readonly decimals: 18;
688
+ readonly logoURI: "";
689
+ readonly website: "https://safe.global/token";
690
+ readonly documentation: "https://safe.global/blog/safe-tokenomics";
691
+ readonly description: "SAFE Token acts as your key to participate in web3’s transition to smart accounts. Token holders tap into a diverse and ever-evolving ecosystem and govern the future of Safe.";
692
+ readonly bridge: "gnosis-canonical";
693
+ };
607
694
  readonly wagETH: {
608
695
  readonly name: "Wrapped Aave ETH";
609
696
  readonly symbol: "wagETH";
@@ -616,5 +703,42 @@ export declare const gnosis: {
616
703
  readonly documentation: "https://docs.aave.com/developers/v/2.0/the-core-protocol/atokens";
617
704
  readonly description: "Wrapped Aave interest bearing ETH.";
618
705
  };
706
+ readonly bCSPX: {
707
+ readonly name: "Backed CSPX Core S&P 500";
708
+ readonly symbol: "bCSPX";
709
+ readonly oracleId: "bCSPX";
710
+ readonly address: "0x1e2C4fb7eDE391d116E6B41cD0608260e8801D59";
711
+ readonly chainId: 100;
712
+ readonly decimals: 18;
713
+ readonly logoURI: "";
714
+ readonly website: "https://assets.backed.fi/products/bcspx";
715
+ readonly documentation: "https://cdn.prod.website-files.com/655f3efc4be468487052e35a/6751b3cb9df2755163702cde_KID%20bCSPX%20-%20EN.pdf";
716
+ readonly description: "The Backed CSPX Core S&P 500 (ticker symbol: bCSPX) is a tracker certificate issued as an ERC-20 token. bCSPX tracks the price of the iShares Core S&P 500 UCITS ETF USD (the underlying). The investment objective of the underlying is to deliver the net total return performance of S&P 500 index, less the fees and expenses of the fund. bCSPX is designed to give eligible cryptocurrency market participants regulatory-compliant access to the S&P 500’s performance, whilst maintaining the benefits of blockchain technology.";
717
+ readonly bridge: "gnosis-canonical";
718
+ };
719
+ readonly wbTSLA: {
720
+ readonly name: "Wrapped Backed Tesla Inc";
721
+ readonly symbol: "wbTSLA";
722
+ readonly oracleId: "wbTSLA";
723
+ readonly address: "0x1f82284C1658Ad71C576f7230E6C2DEE7901c1FA";
724
+ readonly chainId: 100;
725
+ readonly decimals: 18;
726
+ readonly logoURI: "";
727
+ readonly website: "https://assets.backed.fi/products/btsla";
728
+ readonly documentation: "https://cdn.prod.website-files.com/655f3efc4be468487052e35a/6751b142345d4106258dcdc6_KID%20-%20bTSLA%20-%20EN.pdf";
729
+ readonly description: "Backed Tesla (bTSLA) is a tracker certificate issued as an ERC-20 token. bTSLA tracks the price of Tesla Inc. (the underlying). bTSLA is designed to give eligible cryptocurrency market participants regulatory-compliant access to the stock price of Tesla Inc.";
730
+ };
731
+ readonly COMP: {
732
+ readonly name: "Compound";
733
+ readonly symbol: "COMP";
734
+ readonly oracleId: "COMP";
735
+ readonly address: "0xDf6FF92bfDC1e8bE45177DC1f4845d391D3ad8fD";
736
+ readonly chainId: 100;
737
+ readonly decimals: 18;
738
+ readonly logoURI: "";
739
+ readonly website: "https://compound.finance/governance/comp";
740
+ readonly documentation: "https://docs.compound.finance/";
741
+ readonly description: "Compound is a DeFi lending protocol that allows users to earn interest on their cryptocurrencies by depositing them into one of several pools supported by the platform.";
742
+ };
619
743
  }>;
620
744
  };
@@ -15,9 +15,10 @@ export declare const bimfinance: {
15
15
  readonly bimFeeConfig: "0x237136721665A6Cb3223BA74Dd5F735912382f18";
16
16
  readonly vaultFactory: "0xCEc5F7f67f361170Da385fD63394CDa3bb30ebaf";
17
17
  readonly wrapperFactory: "0x0000000000000000000000000000000000000000";
18
- readonly zap: "0x0000000000000000000000000000000000000000";
19
- readonly zapTokenManager: "0x0000000000000000000000000000000000000000";
18
+ readonly zap: "0x3f44a33091f5b18A5Ea411F927c6106f5d560948";
19
+ readonly zapTokenManager: "0x3679Ddd052aF5b579B589FAc01a11Fda392C9a78";
20
20
  readonly treasurySwapper: "0x0000000000000000000000000000000000000000";
21
+ readonly strategyFactory: "0xfcee4f0eE78536E733b60ee47Bd5e642c997ca25";
21
22
  readonly clmFactory: "0x0000000000000000000000000000000000000000";
22
23
  readonly clmStrategyFactory: "0x0000000000000000000000000000000000000000";
23
24
  readonly clmRewardPoolFactory: "0x0000000000000000000000000000000000000000";
@@ -17,9 +17,10 @@ export const bimfinance = {
17
17
  bimFeeConfig: '0x237136721665A6Cb3223BA74Dd5F735912382f18',
18
18
  vaultFactory: '0xCEc5F7f67f361170Da385fD63394CDa3bb30ebaf',
19
19
  wrapperFactory: '0x0000000000000000000000000000000000000000',
20
- zap: '0x0000000000000000000000000000000000000000',
21
- zapTokenManager: '0x0000000000000000000000000000000000000000',
20
+ zap: '0x3f44a33091f5b18A5Ea411F927c6106f5d560948',
21
+ zapTokenManager: '0x3679Ddd052aF5b579B589FAc01a11Fda392C9a78',
22
22
  treasurySwapper: '0x0000000000000000000000000000000000000000',
23
+ strategyFactory: '0xfcee4f0eE78536E733b60ee47Bd5e642c997ca25',
23
24
  /// CLM Contracts
24
25
  clmFactory: '0x0000000000000000000000000000000000000000',
25
26
  clmStrategyFactory: '0x0000000000000000000000000000000000000000',
@@ -38,6 +38,18 @@ export declare const tokens: {
38
38
  readonly logoURI: "";
39
39
  readonly documentation: "https://docs.gnosischain.com/about/tokens/xdai";
40
40
  };
41
+ readonly DAI: {
42
+ readonly name: "DAI";
43
+ readonly address: "0x44fA8E6f47987339850636F88629646662444217";
44
+ readonly symbol: "DAI";
45
+ readonly oracleId: "DAI";
46
+ readonly decimals: 18;
47
+ readonly chainId: 100;
48
+ readonly website: "https://www.gnosis.io/";
49
+ readonly description: "DAI is an Ethereum-based stablecoin (stable-price cryptocurrency) whose issuance and development is managed by the Maker Protocol and the MakerDAO decentralized autonomous organization.";
50
+ readonly logoURI: "https://s2.coinmarketcap.com/static/img/coins/64x64/4943.png";
51
+ readonly documentation: "https://docs.gnosischain.com/";
52
+ };
41
53
  readonly AURA: {
42
54
  readonly name: "Aura";
43
55
  readonly symbol: "AURA";
@@ -293,6 +305,19 @@ export declare const tokens: {
293
305
  readonly documentation: "https://docs.aave.com/developers/v/2.0/the-core-protocol/atokens";
294
306
  readonly description: "Aave interest bearing ETH .";
295
307
  };
308
+ readonly SAFE: {
309
+ readonly name: "SAFE Token";
310
+ readonly symbol: "SAFE";
311
+ readonly oracleId: "SAFE";
312
+ readonly address: "0x4d18815D14fe5c3304e87B3FA18318baa5c23820";
313
+ readonly chainId: 100;
314
+ readonly decimals: 18;
315
+ readonly logoURI: "";
316
+ readonly website: "https://safe.global/token";
317
+ readonly documentation: "https://safe.global/blog/safe-tokenomics";
318
+ readonly description: "SAFE Token acts as your key to participate in web3’s transition to smart accounts. Token holders tap into a diverse and ever-evolving ecosystem and govern the future of Safe.";
319
+ readonly bridge: "gnosis-canonical";
320
+ };
296
321
  readonly wagETH: {
297
322
  readonly name: "Wrapped Aave ETH";
298
323
  readonly symbol: "wagETH";
@@ -305,4 +330,41 @@ export declare const tokens: {
305
330
  readonly documentation: "https://docs.aave.com/developers/v/2.0/the-core-protocol/atokens";
306
331
  readonly description: "Wrapped Aave interest bearing ETH.";
307
332
  };
333
+ readonly bCSPX: {
334
+ readonly name: "Backed CSPX Core S&P 500";
335
+ readonly symbol: "bCSPX";
336
+ readonly oracleId: "bCSPX";
337
+ readonly address: "0x1e2C4fb7eDE391d116E6B41cD0608260e8801D59";
338
+ readonly chainId: 100;
339
+ readonly decimals: 18;
340
+ readonly logoURI: "";
341
+ readonly website: "https://assets.backed.fi/products/bcspx";
342
+ readonly documentation: "https://cdn.prod.website-files.com/655f3efc4be468487052e35a/6751b3cb9df2755163702cde_KID%20bCSPX%20-%20EN.pdf";
343
+ readonly description: "The Backed CSPX Core S&P 500 (ticker symbol: bCSPX) is a tracker certificate issued as an ERC-20 token. bCSPX tracks the price of the iShares Core S&P 500 UCITS ETF USD (the underlying). The investment objective of the underlying is to deliver the net total return performance of S&P 500 index, less the fees and expenses of the fund. bCSPX is designed to give eligible cryptocurrency market participants regulatory-compliant access to the S&P 500’s performance, whilst maintaining the benefits of blockchain technology.";
344
+ readonly bridge: "gnosis-canonical";
345
+ };
346
+ readonly wbTSLA: {
347
+ readonly name: "Wrapped Backed Tesla Inc";
348
+ readonly symbol: "wbTSLA";
349
+ readonly oracleId: "wbTSLA";
350
+ readonly address: "0x1f82284C1658Ad71C576f7230E6C2DEE7901c1FA";
351
+ readonly chainId: 100;
352
+ readonly decimals: 18;
353
+ readonly logoURI: "";
354
+ readonly website: "https://assets.backed.fi/products/btsla";
355
+ readonly documentation: "https://cdn.prod.website-files.com/655f3efc4be468487052e35a/6751b142345d4106258dcdc6_KID%20-%20bTSLA%20-%20EN.pdf";
356
+ readonly description: "Backed Tesla (bTSLA) is a tracker certificate issued as an ERC-20 token. bTSLA tracks the price of Tesla Inc. (the underlying). bTSLA is designed to give eligible cryptocurrency market participants regulatory-compliant access to the stock price of Tesla Inc.";
357
+ };
358
+ readonly COMP: {
359
+ readonly name: "Compound";
360
+ readonly symbol: "COMP";
361
+ readonly oracleId: "COMP";
362
+ readonly address: "0xDf6FF92bfDC1e8bE45177DC1f4845d391D3ad8fD";
363
+ readonly chainId: 100;
364
+ readonly decimals: 18;
365
+ readonly logoURI: "";
366
+ readonly website: "https://compound.finance/governance/comp";
367
+ readonly documentation: "https://docs.compound.finance/";
368
+ readonly description: "Compound is a DeFi lending protocol that allows users to earn interest on their cryptocurrencies by depositing them into one of several pools supported by the platform.";
369
+ };
308
370
  };
@@ -15,6 +15,18 @@ export const tokens = {
15
15
  xDAI,
16
16
  WXDAI: xDAI,
17
17
  WNATIVE: xDAI,
18
+ DAI: {
19
+ name: 'DAI',
20
+ address: '0x44fA8E6f47987339850636F88629646662444217',
21
+ symbol: 'DAI',
22
+ oracleId: 'DAI',
23
+ decimals: 18,
24
+ chainId: 100,
25
+ website: 'https://www.gnosis.io/',
26
+ description: 'DAI is an Ethereum-based stablecoin (stable-price cryptocurrency) whose issuance and development is managed by the Maker Protocol and the MakerDAO decentralized autonomous organization.',
27
+ logoURI: 'https://s2.coinmarketcap.com/static/img/coins/64x64/4943.png',
28
+ documentation: 'https://docs.gnosischain.com/',
29
+ },
18
30
  AURA: {
19
31
  name: 'Aura',
20
32
  symbol: 'AURA',
@@ -270,6 +282,19 @@ export const tokens = {
270
282
  documentation: 'https://docs.aave.com/developers/v/2.0/the-core-protocol/atokens',
271
283
  description: 'Aave interest bearing ETH .',
272
284
  },
285
+ SAFE: {
286
+ name: 'SAFE Token',
287
+ symbol: 'SAFE',
288
+ oracleId: 'SAFE',
289
+ address: '0x4d18815D14fe5c3304e87B3FA18318baa5c23820',
290
+ chainId: 100,
291
+ decimals: 18,
292
+ logoURI: '',
293
+ website: 'https://safe.global/token',
294
+ documentation: 'https://safe.global/blog/safe-tokenomics',
295
+ description: 'SAFE Token acts as your key to participate in web3’s transition to smart accounts. Token holders tap into a diverse and ever-evolving ecosystem and govern the future of Safe.',
296
+ bridge: 'gnosis-canonical',
297
+ },
273
298
  wagETH: {
274
299
  name: 'Wrapped Aave ETH',
275
300
  symbol: 'wagETH',
@@ -282,4 +307,41 @@ export const tokens = {
282
307
  documentation: 'https://docs.aave.com/developers/v/2.0/the-core-protocol/atokens',
283
308
  description: 'Wrapped Aave interest bearing ETH.',
284
309
  },
310
+ bCSPX: {
311
+ name: 'Backed CSPX Core S&P 500',
312
+ symbol: 'bCSPX',
313
+ oracleId: 'bCSPX',
314
+ address: '0x1e2C4fb7eDE391d116E6B41cD0608260e8801D59',
315
+ chainId: 100,
316
+ decimals: 18,
317
+ logoURI: '',
318
+ website: 'https://assets.backed.fi/products/bcspx',
319
+ documentation: 'https://cdn.prod.website-files.com/655f3efc4be468487052e35a/6751b3cb9df2755163702cde_KID%20bCSPX%20-%20EN.pdf',
320
+ description: 'The Backed CSPX Core S&P 500 (ticker symbol: bCSPX) is a tracker certificate issued as an ERC-20 token. bCSPX tracks the price of the iShares Core S&P 500 UCITS ETF USD (the underlying). The investment objective of the underlying is to deliver the net total return performance of S&P 500 index, less the fees and expenses of the fund. bCSPX is designed to give eligible cryptocurrency market participants regulatory-compliant access to the S&P 500’s performance, whilst maintaining the benefits of blockchain technology.',
321
+ bridge: 'gnosis-canonical',
322
+ },
323
+ wbTSLA: {
324
+ name: 'Wrapped Backed Tesla Inc',
325
+ symbol: 'wbTSLA',
326
+ oracleId: 'wbTSLA',
327
+ address: '0x1f82284C1658Ad71C576f7230E6C2DEE7901c1FA',
328
+ chainId: 100,
329
+ decimals: 18,
330
+ logoURI: '',
331
+ website: 'https://assets.backed.fi/products/btsla',
332
+ documentation: 'https://cdn.prod.website-files.com/655f3efc4be468487052e35a/6751b142345d4106258dcdc6_KID%20-%20bTSLA%20-%20EN.pdf',
333
+ description: 'Backed Tesla (bTSLA) is a tracker certificate issued as an ERC-20 token. bTSLA tracks the price of Tesla Inc. (the underlying). bTSLA is designed to give eligible cryptocurrency market participants regulatory-compliant access to the stock price of Tesla Inc.',
334
+ },
335
+ COMP: {
336
+ name: 'Compound',
337
+ symbol: 'COMP',
338
+ oracleId: 'COMP',
339
+ address: '0xDf6FF92bfDC1e8bE45177DC1f4845d391D3ad8fD',
340
+ chainId: 100,
341
+ decimals: 18,
342
+ logoURI: '',
343
+ website: 'https://compound.finance/governance/comp',
344
+ documentation: 'https://docs.compound.finance/',
345
+ description: 'Compound is a DeFi lending protocol that allows users to earn interest on their cryptocurrencies by depositing them into one of several pools supported by the platform.',
346
+ },
285
347
  };
@@ -20,7 +20,7 @@ import { polygon } from './polygon/index.js';
20
20
  // import { canto } from './canto/index.js';
21
21
  // import { zksync } from './zksync/index.js';
22
22
  // import { zkevm } from './zkevm/index.js';
23
- // import { base } from './base/index.js';
23
+ import { base } from './base/index.js';
24
24
  import { gnosis } from './gnosis/index.js';
25
25
  // import { linea } from './linea/index.js';
26
26
  // import { mantle } from './mantle/index.js';
@@ -57,7 +57,7 @@ export const addressBook = {
57
57
  // canto,
58
58
  // zksync,
59
59
  // zkevm,
60
- // base,
60
+ base,
61
61
  gnosis,
62
62
  // linea,
63
63
  // mantle,
@@ -94,7 +94,7 @@ export const addressBookByChainId = {
94
94
  // [ChainId.canto]: canto,
95
95
  // [ChainId.zksync]: zksync,
96
96
  // [ChainId.zkevm]: zkevm,
97
- // [ChainId.base]: base,
97
+ [ChainId.base]: base,
98
98
  [ChainId.gnosis]: gnosis,
99
99
  // [ChainId.linea]: linea,
100
100
  // [ChainId.mantle]: mantle,
@@ -2234,18 +2234,6 @@ export declare const polygon: {
2234
2234
  readonly documentation: "";
2235
2235
  readonly description: "";
2236
2236
  };
2237
- readonly NEXT: {
2238
- readonly name: "Everclear";
2239
- readonly symbol: "NEXT";
2240
- readonly oracleId: "NEXT";
2241
- readonly address: "0x58b9cB810A68a7f3e1E4f8Cb45D1B9B3c79705E8";
2242
- readonly chainId: 137;
2243
- readonly decimals: 18;
2244
- readonly logoURI: "";
2245
- readonly website: "";
2246
- readonly documentation: "";
2247
- readonly description: "";
2248
- };
2249
2237
  readonly ANGLE: {
2250
2238
  readonly name: "ANGLE";
2251
2239
  readonly symbol: "ANGLE";
@@ -4540,18 +4528,6 @@ export declare const polygon: {
4540
4528
  readonly documentation: "";
4541
4529
  readonly description: "";
4542
4530
  };
4543
- readonly NEXT: {
4544
- readonly name: "Everclear";
4545
- readonly symbol: "NEXT";
4546
- readonly oracleId: "NEXT";
4547
- readonly address: "0x58b9cB810A68a7f3e1E4f8Cb45D1B9B3c79705E8";
4548
- readonly chainId: 137;
4549
- readonly decimals: 18;
4550
- readonly logoURI: "";
4551
- readonly website: "";
4552
- readonly documentation: "";
4553
- readonly description: "";
4554
- };
4555
4531
  readonly ANGLE: {
4556
4532
  readonly name: "ANGLE";
4557
4533
  readonly symbol: "ANGLE";
@@ -2231,18 +2231,6 @@ export declare const tokens: {
2231
2231
  readonly documentation: "";
2232
2232
  readonly description: "";
2233
2233
  };
2234
- readonly NEXT: {
2235
- readonly name: "Everclear";
2236
- readonly symbol: "NEXT";
2237
- readonly oracleId: "NEXT";
2238
- readonly address: "0x58b9cB810A68a7f3e1E4f8Cb45D1B9B3c79705E8";
2239
- readonly chainId: 137;
2240
- readonly decimals: 18;
2241
- readonly logoURI: "";
2242
- readonly website: "";
2243
- readonly documentation: "";
2244
- readonly description: "";
2245
- };
2246
2234
  readonly ANGLE: {
2247
2235
  readonly name: "ANGLE";
2248
2236
  readonly symbol: "ANGLE";
@@ -2174,18 +2174,6 @@ export const tokens = {
2174
2174
  documentation: '',
2175
2175
  description: '',
2176
2176
  },
2177
- NEXT: {
2178
- name: 'Everclear',
2179
- symbol: 'NEXT',
2180
- oracleId: 'NEXT',
2181
- address: '0x58b9cB810A68a7f3e1E4f8Cb45D1B9B3c79705E8',
2182
- chainId: 137,
2183
- decimals: 18,
2184
- logoURI: '',
2185
- website: '',
2186
- documentation: '',
2187
- description: '',
2188
- },
2189
2177
  ANGLE: {
2190
2178
  name: 'ANGLE',
2191
2179
  symbol: 'ANGLE',
@@ -1,5 +1,6 @@
1
1
  export declare enum ChainId {
2
2
  polygon = 137,
3
+ base = 8453,
3
4
  gnosis = 100
4
5
  }
5
6
  type ChainIdType = typeof ChainId;
@@ -21,7 +21,7 @@ export var ChainId;
21
21
  // canto = 7700,
22
22
  // zksync = 324,
23
23
  // zkevm = 1101,
24
- // base = 8453,
24
+ ChainId[ChainId["base"] = 8453] = "base";
25
25
  ChainId[ChainId["gnosis"] = 100] = "gnosis";
26
26
  // linea = 59144,
27
27
  // mantle = 5000,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "defi-blockchain-addressbook",
3
- "version": "1.0.10",
3
+ "version": "1.0.12",
4
4
  "description": "Address book for defi",
5
5
  "type": "commonjs",
6
6
  "types": "./build/address-book/index.d.ts",