defi-blockchain-addressbook 1.0.9 → 1.0.11
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/build/address-book/gnosis/index.d.ts +124 -0
- package/build/address-book/gnosis/platforms/bimfinance.d.ts +31 -0
- package/build/address-book/gnosis/platforms/bimfinance.js +38 -0
- package/build/address-book/gnosis/platforms/index.d.ts +1 -0
- package/build/address-book/gnosis/platforms/index.js +3 -1
- package/build/address-book/gnosis/tokens/tokens.d.ts +62 -0
- package/build/address-book/gnosis/tokens/tokens.js +62 -0
- package/build/address-book/index.js +24 -2
- package/build/address-book/polygon/index.d.ts +0 -24
- package/build/address-book/polygon/tokens/tokens.d.ts +0 -12
- package/build/address-book/polygon/tokens/tokens.js +0 -12
- package/build/types/chainid.d.ts +2 -1
- package/build/types/chainid.js +1 -1
- package/build/util/chainIdMap.d.ts +1 -0
- package/build/util/chainIdMap.js +1 -1
- package/build-esm/address-book/gnosis/index.d.ts +744 -0
- package/build-esm/address-book/gnosis/index.js +8 -0
- package/build-esm/address-book/gnosis/platforms/beefyfinance.d.ts +25 -0
- package/build-esm/address-book/gnosis/platforms/beefyfinance.js +28 -0
- package/build-esm/address-book/gnosis/platforms/bimfinance.d.ts +31 -0
- package/build-esm/address-book/gnosis/platforms/bimfinance.js +35 -0
- package/build-esm/address-book/gnosis/platforms/index.d.ts +2 -0
- package/build-esm/address-book/gnosis/platforms/index.js +2 -0
- package/build-esm/address-book/gnosis/tokens/tokens.d.ts +370 -0
- package/build-esm/address-book/gnosis/tokens/tokens.js +347 -0
- package/build-esm/address-book/index.js +3 -3
- package/build-esm/address-book/polygon/index.d.ts +0 -24
- package/build-esm/address-book/polygon/tokens/tokens.d.ts +0 -12
- package/build-esm/address-book/polygon/tokens/tokens.js +0 -12
- package/build-esm/types/chainid.d.ts +2 -1
- package/build-esm/types/chainid.js +1 -1
- 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
|
};
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
export declare const bimfinance: {
|
|
2
|
+
readonly devMultisig: "0x56dF7773229Fd3D631c7F1341aB5b0DcddeD0Bb8";
|
|
3
|
+
readonly treasuryMultisig: "0xcc0516d2B5D8E156890D894Ee03a42BaC7176972";
|
|
4
|
+
readonly strategyOwner: "0x2b2d280A00A076F8B46bBb984c3780e68FfB43cf";
|
|
5
|
+
readonly vaultOwner: "0x555FFF48549C1A25a723Bd8e7eD10870D82E8379";
|
|
6
|
+
readonly keeper: "0xCFac885Fa38EeDf7AaffFa9F69A938d64453027E";
|
|
7
|
+
readonly treasurer: "0xcc0516d2B5D8E156890D894Ee03a42BaC7176972";
|
|
8
|
+
readonly launchpoolOwner: "0x56dF7773229Fd3D631c7F1341aB5b0DcddeD0Bb8";
|
|
9
|
+
readonly rewardPool: "0x0000000000000000000000000000000000000000";
|
|
10
|
+
readonly treasury: "0x0000000000000000000000000000000000000000";
|
|
11
|
+
readonly bimFeeRecipient: "0xcc0516d2B5D8E156890D894Ee03a42BaC7176972";
|
|
12
|
+
readonly multicall: "0x6e51861FFd18743Cf88ec84e85E5249d0A08D3c1";
|
|
13
|
+
readonly bimMaxiStrategy: "0x0000000000000000000000000000000000000000";
|
|
14
|
+
readonly voter: "0x2ADDFc34751D32BfA15BddA5cD7F15a1d863068a";
|
|
15
|
+
readonly bimFeeConfig: "0x237136721665A6Cb3223BA74Dd5F735912382f18";
|
|
16
|
+
readonly vaultFactory: "0xCEc5F7f67f361170Da385fD63394CDa3bb30ebaf";
|
|
17
|
+
readonly wrapperFactory: "0x0000000000000000000000000000000000000000";
|
|
18
|
+
readonly zap: "0x0000000000000000000000000000000000000000";
|
|
19
|
+
readonly zapTokenManager: "0x0000000000000000000000000000000000000000";
|
|
20
|
+
readonly treasurySwapper: "0x0000000000000000000000000000000000000000";
|
|
21
|
+
readonly strategyFactory: "0xfcee4f0eE78536E733b60ee47Bd5e642c997ca25";
|
|
22
|
+
readonly clmFactory: "0x0000000000000000000000000000000000000000";
|
|
23
|
+
readonly clmStrategyFactory: "0x0000000000000000000000000000000000000000";
|
|
24
|
+
readonly clmRewardPoolFactory: "0x0000000000000000000000000000000000000000";
|
|
25
|
+
readonly positionMulticall: "0x0000000000000000000000000000000000000000";
|
|
26
|
+
readonly bimSwapper: "0xcCf8a786C25b3B4A0ed498bfcb670cc3E8a36263";
|
|
27
|
+
readonly bimOracle: "0x270B04518596851D67dE4074845f37dCdea9DD29";
|
|
28
|
+
readonly bimOracleChainlink: "0x0000000000000000000000000000000000000000";
|
|
29
|
+
readonly bimOracleUniswapV2: "0x0000000000000000000000000000000000000000";
|
|
30
|
+
readonly bimOracleUniswapV3: "0x0000000000000000000000000000000000000000";
|
|
31
|
+
};
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.bimfinance = void 0;
|
|
4
|
+
const devMultisig = '0x56dF7773229Fd3D631c7F1341aB5b0DcddeD0Bb8';
|
|
5
|
+
const treasuryMultisig = '0xcc0516d2B5D8E156890D894Ee03a42BaC7176972';
|
|
6
|
+
exports.bimfinance = {
|
|
7
|
+
devMultisig,
|
|
8
|
+
treasuryMultisig,
|
|
9
|
+
strategyOwner: '0x2b2d280A00A076F8B46bBb984c3780e68FfB43cf',
|
|
10
|
+
vaultOwner: '0x555FFF48549C1A25a723Bd8e7eD10870D82E8379',
|
|
11
|
+
keeper: '0xCFac885Fa38EeDf7AaffFa9F69A938d64453027E',
|
|
12
|
+
treasurer: treasuryMultisig,
|
|
13
|
+
launchpoolOwner: devMultisig,
|
|
14
|
+
rewardPool: '0x0000000000000000000000000000000000000000',
|
|
15
|
+
treasury: '0x0000000000000000000000000000000000000000',
|
|
16
|
+
bimFeeRecipient: '0xcc0516d2B5D8E156890D894Ee03a42BaC7176972',
|
|
17
|
+
multicall: '0x6e51861FFd18743Cf88ec84e85E5249d0A08D3c1',
|
|
18
|
+
bimMaxiStrategy: '0x0000000000000000000000000000000000000000',
|
|
19
|
+
voter: '0x2ADDFc34751D32BfA15BddA5cD7F15a1d863068a',
|
|
20
|
+
bimFeeConfig: '0x237136721665A6Cb3223BA74Dd5F735912382f18',
|
|
21
|
+
vaultFactory: '0xCEc5F7f67f361170Da385fD63394CDa3bb30ebaf',
|
|
22
|
+
wrapperFactory: '0x0000000000000000000000000000000000000000',
|
|
23
|
+
zap: '0x0000000000000000000000000000000000000000',
|
|
24
|
+
zapTokenManager: '0x0000000000000000000000000000000000000000',
|
|
25
|
+
treasurySwapper: '0x0000000000000000000000000000000000000000',
|
|
26
|
+
strategyFactory: '0xfcee4f0eE78536E733b60ee47Bd5e642c997ca25',
|
|
27
|
+
/// CLM Contracts
|
|
28
|
+
clmFactory: '0x0000000000000000000000000000000000000000',
|
|
29
|
+
clmStrategyFactory: '0x0000000000000000000000000000000000000000',
|
|
30
|
+
clmRewardPoolFactory: '0x0000000000000000000000000000000000000000',
|
|
31
|
+
positionMulticall: '0x0000000000000000000000000000000000000000',
|
|
32
|
+
/// bim Swapper Contracts
|
|
33
|
+
bimSwapper: '0xcCf8a786C25b3B4A0ed498bfcb670cc3E8a36263',
|
|
34
|
+
bimOracle: '0x270B04518596851D67dE4074845f37dCdea9DD29',
|
|
35
|
+
bimOracleChainlink: '0x0000000000000000000000000000000000000000',
|
|
36
|
+
bimOracleUniswapV2: '0x0000000000000000000000000000000000000000',
|
|
37
|
+
bimOracleUniswapV3: '0x0000000000000000000000000000000000000000',
|
|
38
|
+
};
|
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.beefyfinance = void 0;
|
|
3
|
+
exports.bimfinance = exports.beefyfinance = void 0;
|
|
4
4
|
var beefyfinance_js_1 = require("./beefyfinance.js");
|
|
5
5
|
Object.defineProperty(exports, "beefyfinance", { enumerable: true, get: function () { return beefyfinance_js_1.beefyfinance; } });
|
|
6
|
+
var bimfinance_js_1 = require("./bimfinance.js");
|
|
7
|
+
Object.defineProperty(exports, "bimfinance", { enumerable: true, get: function () { return bimfinance_js_1.bimfinance; } });
|
|
@@ -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
|
};
|
|
@@ -18,6 +18,18 @@ exports.tokens = {
|
|
|
18
18
|
xDAI,
|
|
19
19
|
WXDAI: xDAI,
|
|
20
20
|
WNATIVE: xDAI,
|
|
21
|
+
DAI: {
|
|
22
|
+
name: 'DAI',
|
|
23
|
+
address: '0x44fA8E6f47987339850636F88629646662444217',
|
|
24
|
+
symbol: 'DAI',
|
|
25
|
+
oracleId: 'DAI',
|
|
26
|
+
decimals: 18,
|
|
27
|
+
chainId: 100,
|
|
28
|
+
website: 'https://www.gnosis.io/',
|
|
29
|
+
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.',
|
|
30
|
+
logoURI: 'https://s2.coinmarketcap.com/static/img/coins/64x64/4943.png',
|
|
31
|
+
documentation: 'https://docs.gnosischain.com/',
|
|
32
|
+
},
|
|
21
33
|
AURA: {
|
|
22
34
|
name: 'Aura',
|
|
23
35
|
symbol: 'AURA',
|
|
@@ -273,6 +285,19 @@ exports.tokens = {
|
|
|
273
285
|
documentation: 'https://docs.aave.com/developers/v/2.0/the-core-protocol/atokens',
|
|
274
286
|
description: 'Aave interest bearing ETH .',
|
|
275
287
|
},
|
|
288
|
+
SAFE: {
|
|
289
|
+
name: 'SAFE Token',
|
|
290
|
+
symbol: 'SAFE',
|
|
291
|
+
oracleId: 'SAFE',
|
|
292
|
+
address: '0x4d18815D14fe5c3304e87B3FA18318baa5c23820',
|
|
293
|
+
chainId: 100,
|
|
294
|
+
decimals: 18,
|
|
295
|
+
logoURI: '',
|
|
296
|
+
website: 'https://safe.global/token',
|
|
297
|
+
documentation: 'https://safe.global/blog/safe-tokenomics',
|
|
298
|
+
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.',
|
|
299
|
+
bridge: 'gnosis-canonical',
|
|
300
|
+
},
|
|
276
301
|
wagETH: {
|
|
277
302
|
name: 'Wrapped Aave ETH',
|
|
278
303
|
symbol: 'wagETH',
|
|
@@ -285,4 +310,41 @@ exports.tokens = {
|
|
|
285
310
|
documentation: 'https://docs.aave.com/developers/v/2.0/the-core-protocol/atokens',
|
|
286
311
|
description: 'Wrapped Aave interest bearing ETH.',
|
|
287
312
|
},
|
|
313
|
+
bCSPX: {
|
|
314
|
+
name: 'Backed CSPX Core S&P 500',
|
|
315
|
+
symbol: 'bCSPX',
|
|
316
|
+
oracleId: 'bCSPX',
|
|
317
|
+
address: '0x1e2C4fb7eDE391d116E6B41cD0608260e8801D59',
|
|
318
|
+
chainId: 100,
|
|
319
|
+
decimals: 18,
|
|
320
|
+
logoURI: '',
|
|
321
|
+
website: 'https://assets.backed.fi/products/bcspx',
|
|
322
|
+
documentation: 'https://cdn.prod.website-files.com/655f3efc4be468487052e35a/6751b3cb9df2755163702cde_KID%20bCSPX%20-%20EN.pdf',
|
|
323
|
+
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.',
|
|
324
|
+
bridge: 'gnosis-canonical',
|
|
325
|
+
},
|
|
326
|
+
wbTSLA: {
|
|
327
|
+
name: 'Wrapped Backed Tesla Inc',
|
|
328
|
+
symbol: 'wbTSLA',
|
|
329
|
+
oracleId: 'wbTSLA',
|
|
330
|
+
address: '0x1f82284C1658Ad71C576f7230E6C2DEE7901c1FA',
|
|
331
|
+
chainId: 100,
|
|
332
|
+
decimals: 18,
|
|
333
|
+
logoURI: '',
|
|
334
|
+
website: 'https://assets.backed.fi/products/btsla',
|
|
335
|
+
documentation: 'https://cdn.prod.website-files.com/655f3efc4be468487052e35a/6751b142345d4106258dcdc6_KID%20-%20bTSLA%20-%20EN.pdf',
|
|
336
|
+
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.',
|
|
337
|
+
},
|
|
338
|
+
COMP: {
|
|
339
|
+
name: 'Compound',
|
|
340
|
+
symbol: 'COMP',
|
|
341
|
+
oracleId: 'COMP',
|
|
342
|
+
address: '0xDf6FF92bfDC1e8bE45177DC1f4845d391D3ad8fD',
|
|
343
|
+
chainId: 100,
|
|
344
|
+
decimals: 18,
|
|
345
|
+
logoURI: '',
|
|
346
|
+
website: 'https://compound.finance/governance/comp',
|
|
347
|
+
documentation: 'https://docs.compound.finance/',
|
|
348
|
+
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.',
|
|
349
|
+
},
|
|
288
350
|
};
|
|
@@ -4,6 +4,28 @@ exports.addressBookByChainId = exports.addressBook = exports.ChainId = void 0;
|
|
|
4
4
|
const chainid_js_1 = require("../types/chainid.js");
|
|
5
5
|
Object.defineProperty(exports, "ChainId", { enumerable: true, get: function () { return chainid_js_1.ChainId; } });
|
|
6
6
|
const index_js_1 = require("./polygon/index.js");
|
|
7
|
+
// import { bsc } from './bsc/index.js';
|
|
8
|
+
// import { avax } from './avax/index.js';
|
|
9
|
+
// import { fantom } from './fantom/index.js';
|
|
10
|
+
// import { heco } from './heco/index.js';
|
|
11
|
+
// import { one } from './one/index.js';
|
|
12
|
+
// import { arbitrum } from './arbitrum/index.js';
|
|
13
|
+
// import { celo } from './celo/index.js';
|
|
14
|
+
// import { moonriver } from './moonriver/index.js';
|
|
15
|
+
// import { cronos } from './cronos/index.js';
|
|
16
|
+
// import { aurora } from './aurora/index.js';
|
|
17
|
+
// import { fuse } from './fuse/index.js';
|
|
18
|
+
// import { metis } from './metis/index.js';
|
|
19
|
+
// import { moonbeam } from './moonbeam/index.js';
|
|
20
|
+
// import { emerald } from './emerald/index.js';
|
|
21
|
+
// import { optimism } from './optimism/index.js';
|
|
22
|
+
// import { kava } from './kava/index.js';
|
|
23
|
+
// import { ethereum } from './ethereum/index.js';
|
|
24
|
+
// import { canto } from './canto/index.js';
|
|
25
|
+
// import { zksync } from './zksync/index.js';
|
|
26
|
+
// import { zkevm } from './zkevm/index.js';
|
|
27
|
+
// import { base } from './base/index.js';
|
|
28
|
+
const index_js_2 = require("./gnosis/index.js");
|
|
7
29
|
exports.addressBook = {
|
|
8
30
|
polygon: index_js_1.polygon,
|
|
9
31
|
// bsc,
|
|
@@ -27,7 +49,7 @@ exports.addressBook = {
|
|
|
27
49
|
// zksync,
|
|
28
50
|
// zkevm,
|
|
29
51
|
// base,
|
|
30
|
-
|
|
52
|
+
gnosis: index_js_2.gnosis,
|
|
31
53
|
// linea,
|
|
32
54
|
// mantle,
|
|
33
55
|
// fraxtal,
|
|
@@ -64,7 +86,7 @@ exports.addressBookByChainId = {
|
|
|
64
86
|
// [ChainId.zksync]: zksync,
|
|
65
87
|
// [ChainId.zkevm]: zkevm,
|
|
66
88
|
// [ChainId.base]: base,
|
|
67
|
-
|
|
89
|
+
[chainid_js_1.ChainId.gnosis]: index_js_2.gnosis,
|
|
68
90
|
// [ChainId.linea]: linea,
|
|
69
91
|
// [ChainId.mantle]: mantle,
|
|
70
92
|
// [ChainId.fraxtal]: fraxtal,
|
|
@@ -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";
|
|
@@ -2177,18 +2177,6 @@ exports.tokens = {
|
|
|
2177
2177
|
documentation: '',
|
|
2178
2178
|
description: '',
|
|
2179
2179
|
},
|
|
2180
|
-
NEXT: {
|
|
2181
|
-
name: 'Everclear',
|
|
2182
|
-
symbol: 'NEXT',
|
|
2183
|
-
oracleId: 'NEXT',
|
|
2184
|
-
address: '0x58b9cB810A68a7f3e1E4f8Cb45D1B9B3c79705E8',
|
|
2185
|
-
chainId: 137,
|
|
2186
|
-
decimals: 18,
|
|
2187
|
-
logoURI: '',
|
|
2188
|
-
website: '',
|
|
2189
|
-
documentation: '',
|
|
2190
|
-
description: '',
|
|
2191
|
-
},
|
|
2192
2180
|
ANGLE: {
|
|
2193
2181
|
name: 'ANGLE',
|
|
2194
2182
|
symbol: 'ANGLE',
|
package/build/types/chainid.d.ts
CHANGED
package/build/types/chainid.js
CHANGED