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
|
@@ -2124,6 +2124,82 @@ export declare const base: {
|
|
|
2124
2124
|
readonly documentation: "https://docs.veil.cash/";
|
|
2125
2125
|
readonly bridge: "native";
|
|
2126
2126
|
};
|
|
2127
|
+
readonly BIM: {
|
|
2128
|
+
readonly name: "BIM";
|
|
2129
|
+
readonly symbol: "BIM";
|
|
2130
|
+
readonly oracleId: "BIM";
|
|
2131
|
+
readonly address: "0x555FFF48549C1A25a723Bd8e7eD10870D82E8379";
|
|
2132
|
+
readonly chainId: 8453;
|
|
2133
|
+
readonly decimals: 18;
|
|
2134
|
+
readonly logoURI: "https://s2.coinmarketcap.com/static/img/coins/64x64/24877.png";
|
|
2135
|
+
readonly website: "https://bim.finance/";
|
|
2136
|
+
readonly description: "A complete, secure ecosystem to buy, swap, bridge and stake your cryptocurrencies from a single interface.";
|
|
2137
|
+
readonly documentation: "https://docs.bim.finance/";
|
|
2138
|
+
readonly bridge: "native";
|
|
2139
|
+
};
|
|
2140
|
+
readonly W: {
|
|
2141
|
+
readonly name: "Wormhole";
|
|
2142
|
+
readonly symbol: "W";
|
|
2143
|
+
readonly oracleId: "W";
|
|
2144
|
+
readonly address: "0xB0fFa8000886e57F86dd5264b9582b2Ad87b2b91";
|
|
2145
|
+
readonly chainId: 8453;
|
|
2146
|
+
readonly decimals: 18;
|
|
2147
|
+
readonly logoURI: "https://s2.coinmarketcap.com/static/img/coins/64x64/29587.png";
|
|
2148
|
+
readonly website: "https://wormhole.com/";
|
|
2149
|
+
readonly description: "Wormhole (W) has stood as a core interoperability solution in the blockchain industry, offering a comprehensive platform that empowers multichain builders, applications, and users.";
|
|
2150
|
+
readonly documentation: "https://wormhole.com/docs/";
|
|
2151
|
+
readonly bridge: "native";
|
|
2152
|
+
};
|
|
2153
|
+
readonly '1INCH': {
|
|
2154
|
+
readonly name: "1inch Network";
|
|
2155
|
+
readonly symbol: "1INCH";
|
|
2156
|
+
readonly oracleId: "1INCH";
|
|
2157
|
+
readonly address: "0xc5fecC3a29Fb57B5024eEc8a2239d4621e111CBE";
|
|
2158
|
+
readonly chainId: 8453;
|
|
2159
|
+
readonly decimals: 18;
|
|
2160
|
+
readonly logoURI: "https://s2.coinmarketcap.com/static/img/coins/64x64/8104.png";
|
|
2161
|
+
readonly website: "https://1inch.io/";
|
|
2162
|
+
readonly description: "The 1inch Network's first protocol is a decentralized exchange (DEX) aggregator solution that searches deals across multiple liquidity sources, offering users better rates than any individual exchange";
|
|
2163
|
+
readonly documentation: "https://portal.1inch.dev/documentation/overview";
|
|
2164
|
+
readonly bridge: "native";
|
|
2165
|
+
};
|
|
2166
|
+
readonly GHO: {
|
|
2167
|
+
readonly name: "GHO";
|
|
2168
|
+
readonly symbol: "GHO";
|
|
2169
|
+
readonly oracleId: "GHO";
|
|
2170
|
+
readonly address: "0x6Bb7a212910682DCFdbd5BCBb3e28FB4E8da10Ee";
|
|
2171
|
+
readonly chainId: 8453;
|
|
2172
|
+
readonly decimals: 18;
|
|
2173
|
+
readonly logoURI: "https://s2.coinmarketcap.com/static/img/coins/64x64/23508.png";
|
|
2174
|
+
readonly website: "https://aave.com/gho";
|
|
2175
|
+
readonly description: "GHO is a decentralized multi-collateral stablecoin that is fully backed, transparent and native to the Aave Protocol.";
|
|
2176
|
+
readonly documentation: "https://aave.com/docs";
|
|
2177
|
+
readonly bridge: "native";
|
|
2178
|
+
};
|
|
2179
|
+
readonly COW: {
|
|
2180
|
+
readonly name: "CoW Protocol";
|
|
2181
|
+
readonly symbol: "COW";
|
|
2182
|
+
readonly oracleId: "COW";
|
|
2183
|
+
readonly address: "0xc694a91e6b071bF030A18BD3053A7fE09B6DaE69";
|
|
2184
|
+
readonly chainId: 8453;
|
|
2185
|
+
readonly decimals: 18;
|
|
2186
|
+
readonly logoURI: "https://s2.coinmarketcap.com/static/img/coins/64x64/19269.png";
|
|
2187
|
+
readonly website: "https://cow.fi/";
|
|
2188
|
+
readonly description: "Instead of directly executing trades on-chain, users only sign their swap intention and delegate the execution to so-called solvers (aka relayers in other protocols). Solvers bid on the best possible exchange rate in order to win the right to settle trades. By batching multiple trades together in order to create CoWs (Coincidence of Wants), solvers can save on gas costs, AMM fees and execution risk.";
|
|
2189
|
+
readonly documentation: "https://docs.cow.fi/";
|
|
2190
|
+
readonly bridge: "native";
|
|
2191
|
+
};
|
|
2192
|
+
readonly BAL: {
|
|
2193
|
+
readonly name: "Balancer";
|
|
2194
|
+
readonly symbol: "BAL";
|
|
2195
|
+
readonly oracleId: "BAL";
|
|
2196
|
+
readonly address: "0x7c6b91D9Be155A6Db01f749217d76fF02A7227F2";
|
|
2197
|
+
readonly chainId: 8453;
|
|
2198
|
+
readonly decimals: 18;
|
|
2199
|
+
readonly website: "https://balancer.fi/";
|
|
2200
|
+
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. ";
|
|
2201
|
+
readonly logoURI: "https://s2.coinmarketcap.com/static/img/coins/64x64/5728.png";
|
|
2202
|
+
};
|
|
2127
2203
|
};
|
|
2128
2204
|
readonly tokenAddressMap: import("../../util/convertSymbolTokenMapToAddressTokenMap.js").AddressToTokenMap<{
|
|
2129
2205
|
readonly ETH: {
|
|
@@ -4248,5 +4324,81 @@ export declare const base: {
|
|
|
4248
4324
|
readonly documentation: "https://docs.veil.cash/";
|
|
4249
4325
|
readonly bridge: "native";
|
|
4250
4326
|
};
|
|
4327
|
+
readonly BIM: {
|
|
4328
|
+
readonly name: "BIM";
|
|
4329
|
+
readonly symbol: "BIM";
|
|
4330
|
+
readonly oracleId: "BIM";
|
|
4331
|
+
readonly address: "0x555FFF48549C1A25a723Bd8e7eD10870D82E8379";
|
|
4332
|
+
readonly chainId: 8453;
|
|
4333
|
+
readonly decimals: 18;
|
|
4334
|
+
readonly logoURI: "https://s2.coinmarketcap.com/static/img/coins/64x64/24877.png";
|
|
4335
|
+
readonly website: "https://bim.finance/";
|
|
4336
|
+
readonly description: "A complete, secure ecosystem to buy, swap, bridge and stake your cryptocurrencies from a single interface.";
|
|
4337
|
+
readonly documentation: "https://docs.bim.finance/";
|
|
4338
|
+
readonly bridge: "native";
|
|
4339
|
+
};
|
|
4340
|
+
readonly W: {
|
|
4341
|
+
readonly name: "Wormhole";
|
|
4342
|
+
readonly symbol: "W";
|
|
4343
|
+
readonly oracleId: "W";
|
|
4344
|
+
readonly address: "0xB0fFa8000886e57F86dd5264b9582b2Ad87b2b91";
|
|
4345
|
+
readonly chainId: 8453;
|
|
4346
|
+
readonly decimals: 18;
|
|
4347
|
+
readonly logoURI: "https://s2.coinmarketcap.com/static/img/coins/64x64/29587.png";
|
|
4348
|
+
readonly website: "https://wormhole.com/";
|
|
4349
|
+
readonly description: "Wormhole (W) has stood as a core interoperability solution in the blockchain industry, offering a comprehensive platform that empowers multichain builders, applications, and users.";
|
|
4350
|
+
readonly documentation: "https://wormhole.com/docs/";
|
|
4351
|
+
readonly bridge: "native";
|
|
4352
|
+
};
|
|
4353
|
+
readonly '1INCH': {
|
|
4354
|
+
readonly name: "1inch Network";
|
|
4355
|
+
readonly symbol: "1INCH";
|
|
4356
|
+
readonly oracleId: "1INCH";
|
|
4357
|
+
readonly address: "0xc5fecC3a29Fb57B5024eEc8a2239d4621e111CBE";
|
|
4358
|
+
readonly chainId: 8453;
|
|
4359
|
+
readonly decimals: 18;
|
|
4360
|
+
readonly logoURI: "https://s2.coinmarketcap.com/static/img/coins/64x64/8104.png";
|
|
4361
|
+
readonly website: "https://1inch.io/";
|
|
4362
|
+
readonly description: "The 1inch Network's first protocol is a decentralized exchange (DEX) aggregator solution that searches deals across multiple liquidity sources, offering users better rates than any individual exchange";
|
|
4363
|
+
readonly documentation: "https://portal.1inch.dev/documentation/overview";
|
|
4364
|
+
readonly bridge: "native";
|
|
4365
|
+
};
|
|
4366
|
+
readonly GHO: {
|
|
4367
|
+
readonly name: "GHO";
|
|
4368
|
+
readonly symbol: "GHO";
|
|
4369
|
+
readonly oracleId: "GHO";
|
|
4370
|
+
readonly address: "0x6Bb7a212910682DCFdbd5BCBb3e28FB4E8da10Ee";
|
|
4371
|
+
readonly chainId: 8453;
|
|
4372
|
+
readonly decimals: 18;
|
|
4373
|
+
readonly logoURI: "https://s2.coinmarketcap.com/static/img/coins/64x64/23508.png";
|
|
4374
|
+
readonly website: "https://aave.com/gho";
|
|
4375
|
+
readonly description: "GHO is a decentralized multi-collateral stablecoin that is fully backed, transparent and native to the Aave Protocol.";
|
|
4376
|
+
readonly documentation: "https://aave.com/docs";
|
|
4377
|
+
readonly bridge: "native";
|
|
4378
|
+
};
|
|
4379
|
+
readonly COW: {
|
|
4380
|
+
readonly name: "CoW Protocol";
|
|
4381
|
+
readonly symbol: "COW";
|
|
4382
|
+
readonly oracleId: "COW";
|
|
4383
|
+
readonly address: "0xc694a91e6b071bF030A18BD3053A7fE09B6DaE69";
|
|
4384
|
+
readonly chainId: 8453;
|
|
4385
|
+
readonly decimals: 18;
|
|
4386
|
+
readonly logoURI: "https://s2.coinmarketcap.com/static/img/coins/64x64/19269.png";
|
|
4387
|
+
readonly website: "https://cow.fi/";
|
|
4388
|
+
readonly description: "Instead of directly executing trades on-chain, users only sign their swap intention and delegate the execution to so-called solvers (aka relayers in other protocols). Solvers bid on the best possible exchange rate in order to win the right to settle trades. By batching multiple trades together in order to create CoWs (Coincidence of Wants), solvers can save on gas costs, AMM fees and execution risk.";
|
|
4389
|
+
readonly documentation: "https://docs.cow.fi/";
|
|
4390
|
+
readonly bridge: "native";
|
|
4391
|
+
};
|
|
4392
|
+
readonly BAL: {
|
|
4393
|
+
readonly name: "Balancer";
|
|
4394
|
+
readonly symbol: "BAL";
|
|
4395
|
+
readonly oracleId: "BAL";
|
|
4396
|
+
readonly address: "0x7c6b91D9Be155A6Db01f749217d76fF02A7227F2";
|
|
4397
|
+
readonly chainId: 8453;
|
|
4398
|
+
readonly decimals: 18;
|
|
4399
|
+
readonly website: "https://balancer.fi/";
|
|
4400
|
+
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. ";
|
|
4401
|
+
readonly logoURI: "https://s2.coinmarketcap.com/static/img/coins/64x64/5728.png";
|
|
4402
|
+
};
|
|
4251
4403
|
}>;
|
|
4252
4404
|
};
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
export declare const bimfinance: {
|
|
2
|
+
readonly devMultisig: "0x56dF7773229Fd3D631c7F1341aB5b0DcddeD0Bb8";
|
|
3
|
+
readonly treasuryMultisig: "0xcc0516d2B5D8E156890D894Ee03a42BaC7176972";
|
|
4
|
+
readonly strategyOwner: "0x20ee7CC55345dB9296d32B4a86bB72939284163B";
|
|
5
|
+
readonly vaultOwner: "0x6B35281C647dFe8946C50cD5ef239047a050Ea07";
|
|
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: "0x023E9083c603822ebc7DE0264E68fC9EFc00fE39";
|
|
13
|
+
readonly bimMaxiStrategy: "0x0000000000000000000000000000000000000000";
|
|
14
|
+
readonly voter: "0x2ADDFc34751D32BfA15BddA5cD7F15a1d863068a";
|
|
15
|
+
readonly bimFeeConfig: "0x270B04518596851D67dE4074845f37dCdea9DD29";
|
|
16
|
+
readonly vaultFactory: "0x0920BbA5E9e6c71b9A4Ae586aEf69A6a34728aD1";
|
|
17
|
+
readonly strategyFactory: "0x3f44a33091f5b18A5Ea411F927c6106f5d560948";
|
|
18
|
+
readonly wrapperFactory: "0x0000000000000000000000000000000000000000";
|
|
19
|
+
readonly zap: "0xA8C8504bf1DC659D93cA5A05dc77D7104142A856";
|
|
20
|
+
readonly zapTokenManager: "0x4d222AF7E7dB93Cf8FB944f9C0c6b76705395226";
|
|
21
|
+
readonly treasurySwapper: "0x0000000000000000000000000000000000000000";
|
|
22
|
+
readonly clmFactory: "0x0000000000000000000000000000000000000000";
|
|
23
|
+
readonly clmStrategyFactory: "0x0000000000000000000000000000000000000000";
|
|
24
|
+
readonly clmRewardPoolFactory: "0x0000000000000000000000000000000000000000";
|
|
25
|
+
readonly positionMulticall: "0x0000000000000000000000000000000000000000";
|
|
26
|
+
readonly bimSwapper: "0xB32a5263EB60C56610bb44B566F6d44b6ae067Ef";
|
|
27
|
+
readonly bimOracle: "0x62Ff2B90a14C2E312c8b1c4c08f61Af710da76D2";
|
|
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: '0x20ee7CC55345dB9296d32B4a86bB72939284163B',
|
|
10
|
+
vaultOwner: '0x6B35281C647dFe8946C50cD5ef239047a050Ea07',
|
|
11
|
+
keeper: '0xCFac885Fa38EeDf7AaffFa9F69A938d64453027E',
|
|
12
|
+
treasurer: treasuryMultisig,
|
|
13
|
+
launchpoolOwner: devMultisig,
|
|
14
|
+
rewardPool: '0x0000000000000000000000000000000000000000',
|
|
15
|
+
treasury: '0x0000000000000000000000000000000000000000',
|
|
16
|
+
bimFeeRecipient: '0xcc0516d2B5D8E156890D894Ee03a42BaC7176972',
|
|
17
|
+
multicall: '0x023E9083c603822ebc7DE0264E68fC9EFc00fE39',
|
|
18
|
+
bimMaxiStrategy: '0x0000000000000000000000000000000000000000',
|
|
19
|
+
voter: '0x2ADDFc34751D32BfA15BddA5cD7F15a1d863068a',
|
|
20
|
+
bimFeeConfig: '0x270B04518596851D67dE4074845f37dCdea9DD29',
|
|
21
|
+
vaultFactory: '0x0920BbA5E9e6c71b9A4Ae586aEf69A6a34728aD1',
|
|
22
|
+
strategyFactory: '0x3f44a33091f5b18A5Ea411F927c6106f5d560948',
|
|
23
|
+
wrapperFactory: '0x0000000000000000000000000000000000000000',
|
|
24
|
+
zap: '0xA8C8504bf1DC659D93cA5A05dc77D7104142A856',
|
|
25
|
+
zapTokenManager: '0x4d222AF7E7dB93Cf8FB944f9C0c6b76705395226',
|
|
26
|
+
treasurySwapper: '0x0000000000000000000000000000000000000000',
|
|
27
|
+
/// CLM Contracts
|
|
28
|
+
clmFactory: '0x0000000000000000000000000000000000000000',
|
|
29
|
+
clmStrategyFactory: '0x0000000000000000000000000000000000000000',
|
|
30
|
+
clmRewardPoolFactory: '0x0000000000000000000000000000000000000000',
|
|
31
|
+
positionMulticall: '0x0000000000000000000000000000000000000000',
|
|
32
|
+
/// bim Swapper Contracts
|
|
33
|
+
bimSwapper: '0xB32a5263EB60C56610bb44B566F6d44b6ae067Ef',
|
|
34
|
+
bimOracle: '0x62Ff2B90a14C2E312c8b1c4c08f61Af710da76D2',
|
|
35
|
+
bimOracleChainlink: '0x0000000000000000000000000000000000000000',
|
|
36
|
+
bimOracleUniswapV2: '0x0000000000000000000000000000000000000000',
|
|
37
|
+
bimOracleUniswapV3: '0x0000000000000000000000000000000000000000',
|
|
38
|
+
};
|
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.equalizer = exports.aerodrome = exports.bvm = exports.baseSwap = exports.balancer = exports.beefyfinance = void 0;
|
|
3
|
+
exports.equalizer = exports.aerodrome = exports.bvm = exports.baseSwap = exports.balancer = exports.beefyfinance = exports.bimfinance = void 0;
|
|
4
|
+
var bimfinance_js_1 = require("./bimfinance.js");
|
|
5
|
+
Object.defineProperty(exports, "bimfinance", { enumerable: true, get: function () { return bimfinance_js_1.bimfinance; } });
|
|
4
6
|
var beefyfinance_js_1 = require("./beefyfinance.js");
|
|
5
7
|
Object.defineProperty(exports, "beefyfinance", { enumerable: true, get: function () { return beefyfinance_js_1.beefyfinance; } });
|
|
6
8
|
var balancer_js_1 = require("./balancer.js");
|
|
@@ -2121,4 +2121,80 @@ export declare const tokens: {
|
|
|
2121
2121
|
readonly documentation: "https://docs.veil.cash/";
|
|
2122
2122
|
readonly bridge: "native";
|
|
2123
2123
|
};
|
|
2124
|
+
readonly BIM: {
|
|
2125
|
+
readonly name: "BIM";
|
|
2126
|
+
readonly symbol: "BIM";
|
|
2127
|
+
readonly oracleId: "BIM";
|
|
2128
|
+
readonly address: "0x555FFF48549C1A25a723Bd8e7eD10870D82E8379";
|
|
2129
|
+
readonly chainId: 8453;
|
|
2130
|
+
readonly decimals: 18;
|
|
2131
|
+
readonly logoURI: "https://s2.coinmarketcap.com/static/img/coins/64x64/24877.png";
|
|
2132
|
+
readonly website: "https://bim.finance/";
|
|
2133
|
+
readonly description: "A complete, secure ecosystem to buy, swap, bridge and stake your cryptocurrencies from a single interface.";
|
|
2134
|
+
readonly documentation: "https://docs.bim.finance/";
|
|
2135
|
+
readonly bridge: "native";
|
|
2136
|
+
};
|
|
2137
|
+
readonly W: {
|
|
2138
|
+
readonly name: "Wormhole";
|
|
2139
|
+
readonly symbol: "W";
|
|
2140
|
+
readonly oracleId: "W";
|
|
2141
|
+
readonly address: "0xB0fFa8000886e57F86dd5264b9582b2Ad87b2b91";
|
|
2142
|
+
readonly chainId: 8453;
|
|
2143
|
+
readonly decimals: 18;
|
|
2144
|
+
readonly logoURI: "https://s2.coinmarketcap.com/static/img/coins/64x64/29587.png";
|
|
2145
|
+
readonly website: "https://wormhole.com/";
|
|
2146
|
+
readonly description: "Wormhole (W) has stood as a core interoperability solution in the blockchain industry, offering a comprehensive platform that empowers multichain builders, applications, and users.";
|
|
2147
|
+
readonly documentation: "https://wormhole.com/docs/";
|
|
2148
|
+
readonly bridge: "native";
|
|
2149
|
+
};
|
|
2150
|
+
readonly '1INCH': {
|
|
2151
|
+
readonly name: "1inch Network";
|
|
2152
|
+
readonly symbol: "1INCH";
|
|
2153
|
+
readonly oracleId: "1INCH";
|
|
2154
|
+
readonly address: "0xc5fecC3a29Fb57B5024eEc8a2239d4621e111CBE";
|
|
2155
|
+
readonly chainId: 8453;
|
|
2156
|
+
readonly decimals: 18;
|
|
2157
|
+
readonly logoURI: "https://s2.coinmarketcap.com/static/img/coins/64x64/8104.png";
|
|
2158
|
+
readonly website: "https://1inch.io/";
|
|
2159
|
+
readonly description: "The 1inch Network's first protocol is a decentralized exchange (DEX) aggregator solution that searches deals across multiple liquidity sources, offering users better rates than any individual exchange";
|
|
2160
|
+
readonly documentation: "https://portal.1inch.dev/documentation/overview";
|
|
2161
|
+
readonly bridge: "native";
|
|
2162
|
+
};
|
|
2163
|
+
readonly GHO: {
|
|
2164
|
+
readonly name: "GHO";
|
|
2165
|
+
readonly symbol: "GHO";
|
|
2166
|
+
readonly oracleId: "GHO";
|
|
2167
|
+
readonly address: "0x6Bb7a212910682DCFdbd5BCBb3e28FB4E8da10Ee";
|
|
2168
|
+
readonly chainId: 8453;
|
|
2169
|
+
readonly decimals: 18;
|
|
2170
|
+
readonly logoURI: "https://s2.coinmarketcap.com/static/img/coins/64x64/23508.png";
|
|
2171
|
+
readonly website: "https://aave.com/gho";
|
|
2172
|
+
readonly description: "GHO is a decentralized multi-collateral stablecoin that is fully backed, transparent and native to the Aave Protocol.";
|
|
2173
|
+
readonly documentation: "https://aave.com/docs";
|
|
2174
|
+
readonly bridge: "native";
|
|
2175
|
+
};
|
|
2176
|
+
readonly COW: {
|
|
2177
|
+
readonly name: "CoW Protocol";
|
|
2178
|
+
readonly symbol: "COW";
|
|
2179
|
+
readonly oracleId: "COW";
|
|
2180
|
+
readonly address: "0xc694a91e6b071bF030A18BD3053A7fE09B6DaE69";
|
|
2181
|
+
readonly chainId: 8453;
|
|
2182
|
+
readonly decimals: 18;
|
|
2183
|
+
readonly logoURI: "https://s2.coinmarketcap.com/static/img/coins/64x64/19269.png";
|
|
2184
|
+
readonly website: "https://cow.fi/";
|
|
2185
|
+
readonly description: "Instead of directly executing trades on-chain, users only sign their swap intention and delegate the execution to so-called solvers (aka relayers in other protocols). Solvers bid on the best possible exchange rate in order to win the right to settle trades. By batching multiple trades together in order to create CoWs (Coincidence of Wants), solvers can save on gas costs, AMM fees and execution risk.";
|
|
2186
|
+
readonly documentation: "https://docs.cow.fi/";
|
|
2187
|
+
readonly bridge: "native";
|
|
2188
|
+
};
|
|
2189
|
+
readonly BAL: {
|
|
2190
|
+
readonly name: "Balancer";
|
|
2191
|
+
readonly symbol: "BAL";
|
|
2192
|
+
readonly oracleId: "BAL";
|
|
2193
|
+
readonly address: "0x7c6b91D9Be155A6Db01f749217d76fF02A7227F2";
|
|
2194
|
+
readonly chainId: 8453;
|
|
2195
|
+
readonly decimals: 18;
|
|
2196
|
+
readonly website: "https://balancer.fi/";
|
|
2197
|
+
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. ";
|
|
2198
|
+
readonly logoURI: "https://s2.coinmarketcap.com/static/img/coins/64x64/5728.png";
|
|
2199
|
+
};
|
|
2124
2200
|
};
|
|
@@ -2101,4 +2101,80 @@ exports.tokens = {
|
|
|
2101
2101
|
documentation: 'https://docs.veil.cash/',
|
|
2102
2102
|
bridge: 'native',
|
|
2103
2103
|
},
|
|
2104
|
+
BIM: {
|
|
2105
|
+
name: 'BIM',
|
|
2106
|
+
symbol: 'BIM',
|
|
2107
|
+
oracleId: 'BIM',
|
|
2108
|
+
address: '0x555FFF48549C1A25a723Bd8e7eD10870D82E8379',
|
|
2109
|
+
chainId: 8453,
|
|
2110
|
+
decimals: 18,
|
|
2111
|
+
logoURI: 'https://s2.coinmarketcap.com/static/img/coins/64x64/24877.png',
|
|
2112
|
+
website: 'https://bim.finance/',
|
|
2113
|
+
description: 'A complete, secure ecosystem to buy, swap, bridge and stake your cryptocurrencies from a single interface.',
|
|
2114
|
+
documentation: 'https://docs.bim.finance/',
|
|
2115
|
+
bridge: 'native',
|
|
2116
|
+
},
|
|
2117
|
+
W: {
|
|
2118
|
+
name: 'Wormhole',
|
|
2119
|
+
symbol: 'W',
|
|
2120
|
+
oracleId: 'W',
|
|
2121
|
+
address: '0xB0fFa8000886e57F86dd5264b9582b2Ad87b2b91',
|
|
2122
|
+
chainId: 8453,
|
|
2123
|
+
decimals: 18,
|
|
2124
|
+
logoURI: 'https://s2.coinmarketcap.com/static/img/coins/64x64/29587.png',
|
|
2125
|
+
website: 'https://wormhole.com/',
|
|
2126
|
+
description: 'Wormhole (W) has stood as a core interoperability solution in the blockchain industry, offering a comprehensive platform that empowers multichain builders, applications, and users.',
|
|
2127
|
+
documentation: 'https://wormhole.com/docs/',
|
|
2128
|
+
bridge: 'native',
|
|
2129
|
+
},
|
|
2130
|
+
'1INCH': {
|
|
2131
|
+
name: '1inch Network',
|
|
2132
|
+
symbol: '1INCH',
|
|
2133
|
+
oracleId: '1INCH',
|
|
2134
|
+
address: '0xc5fecC3a29Fb57B5024eEc8a2239d4621e111CBE',
|
|
2135
|
+
chainId: 8453,
|
|
2136
|
+
decimals: 18,
|
|
2137
|
+
logoURI: 'https://s2.coinmarketcap.com/static/img/coins/64x64/8104.png',
|
|
2138
|
+
website: 'https://1inch.io/',
|
|
2139
|
+
description: "The 1inch Network's first protocol is a decentralized exchange (DEX) aggregator solution that searches deals across multiple liquidity sources, offering users better rates than any individual exchange",
|
|
2140
|
+
documentation: 'https://portal.1inch.dev/documentation/overview',
|
|
2141
|
+
bridge: 'native',
|
|
2142
|
+
},
|
|
2143
|
+
GHO: {
|
|
2144
|
+
name: 'GHO',
|
|
2145
|
+
symbol: 'GHO',
|
|
2146
|
+
oracleId: 'GHO',
|
|
2147
|
+
address: '0x6Bb7a212910682DCFdbd5BCBb3e28FB4E8da10Ee',
|
|
2148
|
+
chainId: 8453,
|
|
2149
|
+
decimals: 18,
|
|
2150
|
+
logoURI: 'https://s2.coinmarketcap.com/static/img/coins/64x64/23508.png',
|
|
2151
|
+
website: 'https://aave.com/gho',
|
|
2152
|
+
description: 'GHO is a decentralized multi-collateral stablecoin that is fully backed, transparent and native to the Aave Protocol.',
|
|
2153
|
+
documentation: 'https://aave.com/docs',
|
|
2154
|
+
bridge: 'native',
|
|
2155
|
+
},
|
|
2156
|
+
COW: {
|
|
2157
|
+
name: 'CoW Protocol',
|
|
2158
|
+
symbol: 'COW',
|
|
2159
|
+
oracleId: 'COW',
|
|
2160
|
+
address: '0xc694a91e6b071bF030A18BD3053A7fE09B6DaE69',
|
|
2161
|
+
chainId: 8453,
|
|
2162
|
+
decimals: 18,
|
|
2163
|
+
logoURI: 'https://s2.coinmarketcap.com/static/img/coins/64x64/19269.png',
|
|
2164
|
+
website: 'https://cow.fi/',
|
|
2165
|
+
description: 'Instead of directly executing trades on-chain, users only sign their swap intention and delegate the execution to so-called solvers (aka relayers in other protocols). Solvers bid on the best possible exchange rate in order to win the right to settle trades. By batching multiple trades together in order to create CoWs (Coincidence of Wants), solvers can save on gas costs, AMM fees and execution risk.',
|
|
2166
|
+
documentation: 'https://docs.cow.fi/',
|
|
2167
|
+
bridge: 'native',
|
|
2168
|
+
},
|
|
2169
|
+
BAL: {
|
|
2170
|
+
name: 'Balancer',
|
|
2171
|
+
symbol: 'BAL',
|
|
2172
|
+
oracleId: 'BAL',
|
|
2173
|
+
address: '0x7c6b91D9Be155A6Db01f749217d76fF02A7227F2',
|
|
2174
|
+
chainId: 8453,
|
|
2175
|
+
decimals: 18,
|
|
2176
|
+
website: 'https://balancer.fi/',
|
|
2177
|
+
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. ',
|
|
2178
|
+
logoURI: 'https://s2.coinmarketcap.com/static/img/coins/64x64/5728.png',
|
|
2179
|
+
},
|
|
2104
2180
|
};
|
|
@@ -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";
|
|
@@ -20,8 +20,8 @@ exports.bimfinance = {
|
|
|
20
20
|
bimFeeConfig: '0x237136721665A6Cb3223BA74Dd5F735912382f18',
|
|
21
21
|
vaultFactory: '0xCEc5F7f67f361170Da385fD63394CDa3bb30ebaf',
|
|
22
22
|
wrapperFactory: '0x0000000000000000000000000000000000000000',
|
|
23
|
-
zap: '
|
|
24
|
-
zapTokenManager: '
|
|
23
|
+
zap: '0x3f44a33091f5b18A5Ea411F927c6106f5d560948',
|
|
24
|
+
zapTokenManager: '0x3679Ddd052aF5b579B589FAc01a11Fda392C9a78',
|
|
25
25
|
treasurySwapper: '0x0000000000000000000000000000000000000000',
|
|
26
26
|
strategyFactory: '0xfcee4f0eE78536E733b60ee47Bd5e642c997ca25',
|
|
27
27
|
/// CLM Contracts
|
|
@@ -24,8 +24,8 @@ const index_js_1 = require("./polygon/index.js");
|
|
|
24
24
|
// import { canto } from './canto/index.js';
|
|
25
25
|
// import { zksync } from './zksync/index.js';
|
|
26
26
|
// import { zkevm } from './zkevm/index.js';
|
|
27
|
-
|
|
28
|
-
const
|
|
27
|
+
const index_js_2 = require("./base/index.js");
|
|
28
|
+
const index_js_3 = require("./gnosis/index.js");
|
|
29
29
|
exports.addressBook = {
|
|
30
30
|
polygon: index_js_1.polygon,
|
|
31
31
|
// bsc,
|
|
@@ -48,8 +48,8 @@ exports.addressBook = {
|
|
|
48
48
|
// canto,
|
|
49
49
|
// zksync,
|
|
50
50
|
// zkevm,
|
|
51
|
-
|
|
52
|
-
gnosis:
|
|
51
|
+
base: index_js_2.base,
|
|
52
|
+
gnosis: index_js_3.gnosis,
|
|
53
53
|
// linea,
|
|
54
54
|
// mantle,
|
|
55
55
|
// fraxtal,
|
|
@@ -85,8 +85,8 @@ exports.addressBookByChainId = {
|
|
|
85
85
|
// [ChainId.canto]: canto,
|
|
86
86
|
// [ChainId.zksync]: zksync,
|
|
87
87
|
// [ChainId.zkevm]: zkevm,
|
|
88
|
-
|
|
89
|
-
[chainid_js_1.ChainId.gnosis]:
|
|
88
|
+
[chainid_js_1.ChainId.base]: index_js_2.base,
|
|
89
|
+
[chainid_js_1.ChainId.gnosis]: index_js_3.gnosis,
|
|
90
90
|
// [ChainId.linea]: linea,
|
|
91
91
|
// [ChainId.mantle]: mantle,
|
|
92
92
|
// [ChainId.fraxtal]: fraxtal,
|
|
@@ -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";
|
|
@@ -875,7 +875,7 @@ exports.tokens = {
|
|
|
875
875
|
decimals: 18,
|
|
876
876
|
website: 'https://balancer.fi/',
|
|
877
877
|
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. ',
|
|
878
|
-
logoURI: 'https://
|
|
878
|
+
logoURI: 'https://s2.coinmarketcap.com/static/img/coins/64x64/5728.png',
|
|
879
879
|
},
|
|
880
880
|
BANANA: {
|
|
881
881
|
name: 'ApeSwapFinance Banana',
|
package/build/types/chainid.d.ts
CHANGED
package/build/types/chainid.js
CHANGED