defi-blockchain-addressbook 1.0.11 → 1.0.13
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/base/index.d.ts +152 -0
- package/build/address-book/base/platforms/bimfinance.d.ts +31 -0
- package/build/address-book/base/platforms/bimfinance.js +38 -0
- package/build/address-book/base/platforms/index.d.ts +1 -0
- package/build/address-book/base/platforms/index.js +3 -1
- package/build/address-book/base/tokens/tokens.d.ts +76 -0
- package/build/address-book/base/tokens/tokens.js +76 -0
- package/build/address-book/gnosis/platforms/bimfinance.d.ts +2 -2
- package/build/address-book/gnosis/platforms/bimfinance.js +2 -2
- package/build/address-book/index.js +6 -6
- package/build/address-book/polygon/index.d.ts +2 -2
- package/build/address-book/polygon/tokens/tokens.d.ts +1 -1
- package/build/address-book/polygon/tokens/tokens.js +1 -1
- package/build/types/chainid.d.ts +1 -0
- 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/base/index.d.ts +4404 -0
- package/build-esm/address-book/base/index.js +8 -0
- package/build-esm/address-book/base/platforms/aerodrome.d.ts +4 -0
- package/build-esm/address-book/base/platforms/aerodrome.js +4 -0
- package/build-esm/address-book/base/platforms/balancer.d.ts +3 -0
- package/build-esm/address-book/base/platforms/balancer.js +3 -0
- package/build-esm/address-book/base/platforms/baseSwap.d.ts +4 -0
- package/build-esm/address-book/base/platforms/baseSwap.js +4 -0
- package/build-esm/address-book/base/platforms/beefyfinance.d.ts +34 -0
- package/build-esm/address-book/base/platforms/beefyfinance.js +38 -0
- package/build-esm/address-book/base/platforms/bimfinance.d.ts +31 -0
- package/build-esm/address-book/base/platforms/bimfinance.js +35 -0
- package/build-esm/address-book/base/platforms/bvm.d.ts +4 -0
- package/build-esm/address-book/base/platforms/bvm.js +4 -0
- package/build-esm/address-book/base/platforms/equalizer.d.ts +4 -0
- package/build-esm/address-book/base/platforms/equalizer.js +4 -0
- package/build-esm/address-book/base/platforms/index.d.ts +7 -0
- package/build-esm/address-book/base/platforms/index.js +7 -0
- package/build-esm/address-book/base/tokens/tokens.d.ts +2200 -0
- package/build-esm/address-book/base/tokens/tokens.js +2177 -0
- package/build-esm/address-book/gnosis/platforms/bimfinance.d.ts +2 -2
- package/build-esm/address-book/gnosis/platforms/bimfinance.js +2 -2
- package/build-esm/address-book/index.js +3 -3
- package/build-esm/address-book/polygon/index.d.ts +2 -2
- package/build-esm/address-book/polygon/tokens/tokens.d.ts +1 -1
- package/build-esm/address-book/polygon/tokens/tokens.js +1 -1
- package/build-esm/types/chainid.d.ts +1 -0
- package/build-esm/types/chainid.js +1 -1
- package/package.json +1 -1
|
@@ -15,8 +15,8 @@ export declare const bimfinance: {
|
|
|
15
15
|
readonly bimFeeConfig: "0x237136721665A6Cb3223BA74Dd5F735912382f18";
|
|
16
16
|
readonly vaultFactory: "0xCEc5F7f67f361170Da385fD63394CDa3bb30ebaf";
|
|
17
17
|
readonly wrapperFactory: "0x0000000000000000000000000000000000000000";
|
|
18
|
-
readonly zap: "
|
|
19
|
-
readonly zapTokenManager: "
|
|
18
|
+
readonly zap: "0x3f44a33091f5b18A5Ea411F927c6106f5d560948";
|
|
19
|
+
readonly zapTokenManager: "0x3679Ddd052aF5b579B589FAc01a11Fda392C9a78";
|
|
20
20
|
readonly treasurySwapper: "0x0000000000000000000000000000000000000000";
|
|
21
21
|
readonly strategyFactory: "0xfcee4f0eE78536E733b60ee47Bd5e642c997ca25";
|
|
22
22
|
readonly clmFactory: "0x0000000000000000000000000000000000000000";
|
|
@@ -17,8 +17,8 @@ export const bimfinance = {
|
|
|
17
17
|
bimFeeConfig: '0x237136721665A6Cb3223BA74Dd5F735912382f18',
|
|
18
18
|
vaultFactory: '0xCEc5F7f67f361170Da385fD63394CDa3bb30ebaf',
|
|
19
19
|
wrapperFactory: '0x0000000000000000000000000000000000000000',
|
|
20
|
-
zap: '
|
|
21
|
-
zapTokenManager: '
|
|
20
|
+
zap: '0x3f44a33091f5b18A5Ea411F927c6106f5d560948',
|
|
21
|
+
zapTokenManager: '0x3679Ddd052aF5b579B589FAc01a11Fda392C9a78',
|
|
22
22
|
treasurySwapper: '0x0000000000000000000000000000000000000000',
|
|
23
23
|
strategyFactory: '0xfcee4f0eE78536E733b60ee47Bd5e642c997ca25',
|
|
24
24
|
/// CLM Contracts
|
|
@@ -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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
97
|
+
[ChainId.base]: base,
|
|
98
98
|
[ChainId.gnosis]: gnosis,
|
|
99
99
|
// [ChainId.linea]: linea,
|
|
100
100
|
// [ChainId.mantle]: mantle,
|
|
@@ -910,7 +910,7 @@ export declare const polygon: {
|
|
|
910
910
|
readonly decimals: 18;
|
|
911
911
|
readonly website: "https://balancer.fi/";
|
|
912
912
|
readonly description: "Balancer turns the concept of an index fund on its head: instead of a paying fees to portfolio managers to rebalance your portfolio, you collect fees from traders, who rebalance your portfolio by following arbitrage opportunities. ";
|
|
913
|
-
readonly logoURI: "https://
|
|
913
|
+
readonly logoURI: "https://s2.coinmarketcap.com/static/img/coins/64x64/5728.png";
|
|
914
914
|
};
|
|
915
915
|
readonly BANANA: {
|
|
916
916
|
readonly name: "ApeSwapFinance Banana";
|
|
@@ -3204,7 +3204,7 @@ export declare const polygon: {
|
|
|
3204
3204
|
readonly decimals: 18;
|
|
3205
3205
|
readonly website: "https://balancer.fi/";
|
|
3206
3206
|
readonly description: "Balancer turns the concept of an index fund on its head: instead of a paying fees to portfolio managers to rebalance your portfolio, you collect fees from traders, who rebalance your portfolio by following arbitrage opportunities. ";
|
|
3207
|
-
readonly logoURI: "https://
|
|
3207
|
+
readonly logoURI: "https://s2.coinmarketcap.com/static/img/coins/64x64/5728.png";
|
|
3208
3208
|
};
|
|
3209
3209
|
readonly BANANA: {
|
|
3210
3210
|
readonly name: "ApeSwapFinance Banana";
|
|
@@ -907,7 +907,7 @@ export declare const tokens: {
|
|
|
907
907
|
readonly decimals: 18;
|
|
908
908
|
readonly website: "https://balancer.fi/";
|
|
909
909
|
readonly description: "Balancer turns the concept of an index fund on its head: instead of a paying fees to portfolio managers to rebalance your portfolio, you collect fees from traders, who rebalance your portfolio by following arbitrage opportunities. ";
|
|
910
|
-
readonly logoURI: "https://
|
|
910
|
+
readonly logoURI: "https://s2.coinmarketcap.com/static/img/coins/64x64/5728.png";
|
|
911
911
|
};
|
|
912
912
|
readonly BANANA: {
|
|
913
913
|
readonly name: "ApeSwapFinance Banana";
|
|
@@ -872,7 +872,7 @@ export const tokens = {
|
|
|
872
872
|
decimals: 18,
|
|
873
873
|
website: 'https://balancer.fi/',
|
|
874
874
|
description: 'Balancer turns the concept of an index fund on its head: instead of a paying fees to portfolio managers to rebalance your portfolio, you collect fees from traders, who rebalance your portfolio by following arbitrage opportunities. ',
|
|
875
|
-
logoURI: 'https://
|
|
875
|
+
logoURI: 'https://s2.coinmarketcap.com/static/img/coins/64x64/5728.png',
|
|
876
876
|
},
|
|
877
877
|
BANANA: {
|
|
878
878
|
name: 'ApeSwapFinance Banana',
|