defi-blockchain-addressbook 1.0.12 → 1.0.14
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 +154 -2
- package/build/address-book/base/tokens/tokens.d.ts +77 -1
- package/build/address-book/base/tokens/tokens.js +77 -1
- 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-esm/address-book/base/index.d.ts +154 -2
- package/build-esm/address-book/base/tokens/tokens.d.ts +77 -1
- package/build-esm/address-book/base/tokens/tokens.js +77 -1
- 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/package.json +1 -1
|
@@ -2086,6 +2086,19 @@ export declare const base: {
|
|
|
2086
2086
|
readonly documentation: "https://docs.liquity.org/";
|
|
2087
2087
|
readonly bridge: "chainlink-ccip";
|
|
2088
2088
|
};
|
|
2089
|
+
readonly BOLDV2: {
|
|
2090
|
+
readonly name: "BOLD Stablecoin";
|
|
2091
|
+
readonly symbol: "BOLD";
|
|
2092
|
+
readonly oracleId: "BOLD";
|
|
2093
|
+
readonly address: "0x03569CC076654F82679C4BA2124D64774781B01D";
|
|
2094
|
+
readonly chainId: 8453;
|
|
2095
|
+
readonly decimals: 18;
|
|
2096
|
+
readonly logoURI: "";
|
|
2097
|
+
readonly website: "https://www.liquity.org/";
|
|
2098
|
+
readonly documentation: "https://docs.liquity.org/";
|
|
2099
|
+
readonly description: "BOLD is the USD-pegged stablecoin issued in Liquity V2. It is over-collateralized and backed only by WETH, wstETH, and rETH.";
|
|
2100
|
+
readonly bridge: "chainlink-ccip";
|
|
2101
|
+
};
|
|
2089
2102
|
readonly USR: {
|
|
2090
2103
|
readonly name: "Resolv USD";
|
|
2091
2104
|
readonly symbol: "USR";
|
|
@@ -2131,12 +2144,75 @@ export declare const base: {
|
|
|
2131
2144
|
readonly address: "0x555FFF48549C1A25a723Bd8e7eD10870D82E8379";
|
|
2132
2145
|
readonly chainId: 8453;
|
|
2133
2146
|
readonly decimals: 18;
|
|
2134
|
-
readonly logoURI: "https://
|
|
2147
|
+
readonly logoURI: "https://s2.coinmarketcap.com/static/img/coins/64x64/24877.png";
|
|
2135
2148
|
readonly website: "https://bim.finance/";
|
|
2136
2149
|
readonly description: "A complete, secure ecosystem to buy, swap, bridge and stake your cryptocurrencies from a single interface.";
|
|
2137
2150
|
readonly documentation: "https://docs.bim.finance/";
|
|
2138
2151
|
readonly bridge: "native";
|
|
2139
2152
|
};
|
|
2153
|
+
readonly W: {
|
|
2154
|
+
readonly name: "Wormhole";
|
|
2155
|
+
readonly symbol: "W";
|
|
2156
|
+
readonly oracleId: "W";
|
|
2157
|
+
readonly address: "0xB0fFa8000886e57F86dd5264b9582b2Ad87b2b91";
|
|
2158
|
+
readonly chainId: 8453;
|
|
2159
|
+
readonly decimals: 18;
|
|
2160
|
+
readonly logoURI: "https://s2.coinmarketcap.com/static/img/coins/64x64/29587.png";
|
|
2161
|
+
readonly website: "https://wormhole.com/";
|
|
2162
|
+
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.";
|
|
2163
|
+
readonly documentation: "https://wormhole.com/docs/";
|
|
2164
|
+
readonly bridge: "native";
|
|
2165
|
+
};
|
|
2166
|
+
readonly '1INCH': {
|
|
2167
|
+
readonly name: "1inch Network";
|
|
2168
|
+
readonly symbol: "1INCH";
|
|
2169
|
+
readonly oracleId: "1INCH";
|
|
2170
|
+
readonly address: "0xc5fecC3a29Fb57B5024eEc8a2239d4621e111CBE";
|
|
2171
|
+
readonly chainId: 8453;
|
|
2172
|
+
readonly decimals: 18;
|
|
2173
|
+
readonly logoURI: "https://s2.coinmarketcap.com/static/img/coins/64x64/8104.png";
|
|
2174
|
+
readonly website: "https://1inch.io/";
|
|
2175
|
+
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";
|
|
2176
|
+
readonly documentation: "https://portal.1inch.dev/documentation/overview";
|
|
2177
|
+
readonly bridge: "native";
|
|
2178
|
+
};
|
|
2179
|
+
readonly GHO: {
|
|
2180
|
+
readonly name: "GHO";
|
|
2181
|
+
readonly symbol: "GHO";
|
|
2182
|
+
readonly oracleId: "GHO";
|
|
2183
|
+
readonly address: "0x6Bb7a212910682DCFdbd5BCBb3e28FB4E8da10Ee";
|
|
2184
|
+
readonly chainId: 8453;
|
|
2185
|
+
readonly decimals: 18;
|
|
2186
|
+
readonly logoURI: "https://s2.coinmarketcap.com/static/img/coins/64x64/23508.png";
|
|
2187
|
+
readonly website: "https://aave.com/gho";
|
|
2188
|
+
readonly description: "GHO is a decentralized multi-collateral stablecoin that is fully backed, transparent and native to the Aave Protocol.";
|
|
2189
|
+
readonly documentation: "https://aave.com/docs";
|
|
2190
|
+
readonly bridge: "native";
|
|
2191
|
+
};
|
|
2192
|
+
readonly COW: {
|
|
2193
|
+
readonly name: "CoW Protocol";
|
|
2194
|
+
readonly symbol: "COW";
|
|
2195
|
+
readonly oracleId: "COW";
|
|
2196
|
+
readonly address: "0xc694a91e6b071bF030A18BD3053A7fE09B6DaE69";
|
|
2197
|
+
readonly chainId: 8453;
|
|
2198
|
+
readonly decimals: 18;
|
|
2199
|
+
readonly logoURI: "https://s2.coinmarketcap.com/static/img/coins/64x64/19269.png";
|
|
2200
|
+
readonly website: "https://cow.fi/";
|
|
2201
|
+
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.";
|
|
2202
|
+
readonly documentation: "https://docs.cow.fi/";
|
|
2203
|
+
readonly bridge: "native";
|
|
2204
|
+
};
|
|
2205
|
+
readonly BAL: {
|
|
2206
|
+
readonly name: "Balancer";
|
|
2207
|
+
readonly symbol: "BAL";
|
|
2208
|
+
readonly oracleId: "BAL";
|
|
2209
|
+
readonly address: "0x7c6b91D9Be155A6Db01f749217d76fF02A7227F2";
|
|
2210
|
+
readonly chainId: 8453;
|
|
2211
|
+
readonly decimals: 18;
|
|
2212
|
+
readonly website: "https://balancer.fi/";
|
|
2213
|
+
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. ";
|
|
2214
|
+
readonly logoURI: "https://s2.coinmarketcap.com/static/img/coins/64x64/5728.png";
|
|
2215
|
+
};
|
|
2140
2216
|
};
|
|
2141
2217
|
readonly tokenAddressMap: import("../../util/convertSymbolTokenMapToAddressTokenMap.js").AddressToTokenMap<{
|
|
2142
2218
|
readonly ETH: {
|
|
@@ -4223,6 +4299,19 @@ export declare const base: {
|
|
|
4223
4299
|
readonly documentation: "https://docs.liquity.org/";
|
|
4224
4300
|
readonly bridge: "chainlink-ccip";
|
|
4225
4301
|
};
|
|
4302
|
+
readonly BOLDV2: {
|
|
4303
|
+
readonly name: "BOLD Stablecoin";
|
|
4304
|
+
readonly symbol: "BOLD";
|
|
4305
|
+
readonly oracleId: "BOLD";
|
|
4306
|
+
readonly address: "0x03569CC076654F82679C4BA2124D64774781B01D";
|
|
4307
|
+
readonly chainId: 8453;
|
|
4308
|
+
readonly decimals: 18;
|
|
4309
|
+
readonly logoURI: "";
|
|
4310
|
+
readonly website: "https://www.liquity.org/";
|
|
4311
|
+
readonly documentation: "https://docs.liquity.org/";
|
|
4312
|
+
readonly description: "BOLD is the USD-pegged stablecoin issued in Liquity V2. It is over-collateralized and backed only by WETH, wstETH, and rETH.";
|
|
4313
|
+
readonly bridge: "chainlink-ccip";
|
|
4314
|
+
};
|
|
4226
4315
|
readonly USR: {
|
|
4227
4316
|
readonly name: "Resolv USD";
|
|
4228
4317
|
readonly symbol: "USR";
|
|
@@ -4268,11 +4357,74 @@ export declare const base: {
|
|
|
4268
4357
|
readonly address: "0x555FFF48549C1A25a723Bd8e7eD10870D82E8379";
|
|
4269
4358
|
readonly chainId: 8453;
|
|
4270
4359
|
readonly decimals: 18;
|
|
4271
|
-
readonly logoURI: "https://
|
|
4360
|
+
readonly logoURI: "https://s2.coinmarketcap.com/static/img/coins/64x64/24877.png";
|
|
4272
4361
|
readonly website: "https://bim.finance/";
|
|
4273
4362
|
readonly description: "A complete, secure ecosystem to buy, swap, bridge and stake your cryptocurrencies from a single interface.";
|
|
4274
4363
|
readonly documentation: "https://docs.bim.finance/";
|
|
4275
4364
|
readonly bridge: "native";
|
|
4276
4365
|
};
|
|
4366
|
+
readonly W: {
|
|
4367
|
+
readonly name: "Wormhole";
|
|
4368
|
+
readonly symbol: "W";
|
|
4369
|
+
readonly oracleId: "W";
|
|
4370
|
+
readonly address: "0xB0fFa8000886e57F86dd5264b9582b2Ad87b2b91";
|
|
4371
|
+
readonly chainId: 8453;
|
|
4372
|
+
readonly decimals: 18;
|
|
4373
|
+
readonly logoURI: "https://s2.coinmarketcap.com/static/img/coins/64x64/29587.png";
|
|
4374
|
+
readonly website: "https://wormhole.com/";
|
|
4375
|
+
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.";
|
|
4376
|
+
readonly documentation: "https://wormhole.com/docs/";
|
|
4377
|
+
readonly bridge: "native";
|
|
4378
|
+
};
|
|
4379
|
+
readonly '1INCH': {
|
|
4380
|
+
readonly name: "1inch Network";
|
|
4381
|
+
readonly symbol: "1INCH";
|
|
4382
|
+
readonly oracleId: "1INCH";
|
|
4383
|
+
readonly address: "0xc5fecC3a29Fb57B5024eEc8a2239d4621e111CBE";
|
|
4384
|
+
readonly chainId: 8453;
|
|
4385
|
+
readonly decimals: 18;
|
|
4386
|
+
readonly logoURI: "https://s2.coinmarketcap.com/static/img/coins/64x64/8104.png";
|
|
4387
|
+
readonly website: "https://1inch.io/";
|
|
4388
|
+
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";
|
|
4389
|
+
readonly documentation: "https://portal.1inch.dev/documentation/overview";
|
|
4390
|
+
readonly bridge: "native";
|
|
4391
|
+
};
|
|
4392
|
+
readonly GHO: {
|
|
4393
|
+
readonly name: "GHO";
|
|
4394
|
+
readonly symbol: "GHO";
|
|
4395
|
+
readonly oracleId: "GHO";
|
|
4396
|
+
readonly address: "0x6Bb7a212910682DCFdbd5BCBb3e28FB4E8da10Ee";
|
|
4397
|
+
readonly chainId: 8453;
|
|
4398
|
+
readonly decimals: 18;
|
|
4399
|
+
readonly logoURI: "https://s2.coinmarketcap.com/static/img/coins/64x64/23508.png";
|
|
4400
|
+
readonly website: "https://aave.com/gho";
|
|
4401
|
+
readonly description: "GHO is a decentralized multi-collateral stablecoin that is fully backed, transparent and native to the Aave Protocol.";
|
|
4402
|
+
readonly documentation: "https://aave.com/docs";
|
|
4403
|
+
readonly bridge: "native";
|
|
4404
|
+
};
|
|
4405
|
+
readonly COW: {
|
|
4406
|
+
readonly name: "CoW Protocol";
|
|
4407
|
+
readonly symbol: "COW";
|
|
4408
|
+
readonly oracleId: "COW";
|
|
4409
|
+
readonly address: "0xc694a91e6b071bF030A18BD3053A7fE09B6DaE69";
|
|
4410
|
+
readonly chainId: 8453;
|
|
4411
|
+
readonly decimals: 18;
|
|
4412
|
+
readonly logoURI: "https://s2.coinmarketcap.com/static/img/coins/64x64/19269.png";
|
|
4413
|
+
readonly website: "https://cow.fi/";
|
|
4414
|
+
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.";
|
|
4415
|
+
readonly documentation: "https://docs.cow.fi/";
|
|
4416
|
+
readonly bridge: "native";
|
|
4417
|
+
};
|
|
4418
|
+
readonly BAL: {
|
|
4419
|
+
readonly name: "Balancer";
|
|
4420
|
+
readonly symbol: "BAL";
|
|
4421
|
+
readonly oracleId: "BAL";
|
|
4422
|
+
readonly address: "0x7c6b91D9Be155A6Db01f749217d76fF02A7227F2";
|
|
4423
|
+
readonly chainId: 8453;
|
|
4424
|
+
readonly decimals: 18;
|
|
4425
|
+
readonly website: "https://balancer.fi/";
|
|
4426
|
+
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. ";
|
|
4427
|
+
readonly logoURI: "https://s2.coinmarketcap.com/static/img/coins/64x64/5728.png";
|
|
4428
|
+
};
|
|
4277
4429
|
}>;
|
|
4278
4430
|
};
|
|
@@ -2083,6 +2083,19 @@ export declare const tokens: {
|
|
|
2083
2083
|
readonly documentation: "https://docs.liquity.org/";
|
|
2084
2084
|
readonly bridge: "chainlink-ccip";
|
|
2085
2085
|
};
|
|
2086
|
+
readonly BOLDV2: {
|
|
2087
|
+
readonly name: "BOLD Stablecoin";
|
|
2088
|
+
readonly symbol: "BOLD";
|
|
2089
|
+
readonly oracleId: "BOLD";
|
|
2090
|
+
readonly address: "0x03569CC076654F82679C4BA2124D64774781B01D";
|
|
2091
|
+
readonly chainId: 8453;
|
|
2092
|
+
readonly decimals: 18;
|
|
2093
|
+
readonly logoURI: "";
|
|
2094
|
+
readonly website: "https://www.liquity.org/";
|
|
2095
|
+
readonly documentation: "https://docs.liquity.org/";
|
|
2096
|
+
readonly description: "BOLD is the USD-pegged stablecoin issued in Liquity V2. It is over-collateralized and backed only by WETH, wstETH, and rETH.";
|
|
2097
|
+
readonly bridge: "chainlink-ccip";
|
|
2098
|
+
};
|
|
2086
2099
|
readonly USR: {
|
|
2087
2100
|
readonly name: "Resolv USD";
|
|
2088
2101
|
readonly symbol: "USR";
|
|
@@ -2128,10 +2141,73 @@ export declare const tokens: {
|
|
|
2128
2141
|
readonly address: "0x555FFF48549C1A25a723Bd8e7eD10870D82E8379";
|
|
2129
2142
|
readonly chainId: 8453;
|
|
2130
2143
|
readonly decimals: 18;
|
|
2131
|
-
readonly logoURI: "https://
|
|
2144
|
+
readonly logoURI: "https://s2.coinmarketcap.com/static/img/coins/64x64/24877.png";
|
|
2132
2145
|
readonly website: "https://bim.finance/";
|
|
2133
2146
|
readonly description: "A complete, secure ecosystem to buy, swap, bridge and stake your cryptocurrencies from a single interface.";
|
|
2134
2147
|
readonly documentation: "https://docs.bim.finance/";
|
|
2135
2148
|
readonly bridge: "native";
|
|
2136
2149
|
};
|
|
2150
|
+
readonly W: {
|
|
2151
|
+
readonly name: "Wormhole";
|
|
2152
|
+
readonly symbol: "W";
|
|
2153
|
+
readonly oracleId: "W";
|
|
2154
|
+
readonly address: "0xB0fFa8000886e57F86dd5264b9582b2Ad87b2b91";
|
|
2155
|
+
readonly chainId: 8453;
|
|
2156
|
+
readonly decimals: 18;
|
|
2157
|
+
readonly logoURI: "https://s2.coinmarketcap.com/static/img/coins/64x64/29587.png";
|
|
2158
|
+
readonly website: "https://wormhole.com/";
|
|
2159
|
+
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.";
|
|
2160
|
+
readonly documentation: "https://wormhole.com/docs/";
|
|
2161
|
+
readonly bridge: "native";
|
|
2162
|
+
};
|
|
2163
|
+
readonly '1INCH': {
|
|
2164
|
+
readonly name: "1inch Network";
|
|
2165
|
+
readonly symbol: "1INCH";
|
|
2166
|
+
readonly oracleId: "1INCH";
|
|
2167
|
+
readonly address: "0xc5fecC3a29Fb57B5024eEc8a2239d4621e111CBE";
|
|
2168
|
+
readonly chainId: 8453;
|
|
2169
|
+
readonly decimals: 18;
|
|
2170
|
+
readonly logoURI: "https://s2.coinmarketcap.com/static/img/coins/64x64/8104.png";
|
|
2171
|
+
readonly website: "https://1inch.io/";
|
|
2172
|
+
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";
|
|
2173
|
+
readonly documentation: "https://portal.1inch.dev/documentation/overview";
|
|
2174
|
+
readonly bridge: "native";
|
|
2175
|
+
};
|
|
2176
|
+
readonly GHO: {
|
|
2177
|
+
readonly name: "GHO";
|
|
2178
|
+
readonly symbol: "GHO";
|
|
2179
|
+
readonly oracleId: "GHO";
|
|
2180
|
+
readonly address: "0x6Bb7a212910682DCFdbd5BCBb3e28FB4E8da10Ee";
|
|
2181
|
+
readonly chainId: 8453;
|
|
2182
|
+
readonly decimals: 18;
|
|
2183
|
+
readonly logoURI: "https://s2.coinmarketcap.com/static/img/coins/64x64/23508.png";
|
|
2184
|
+
readonly website: "https://aave.com/gho";
|
|
2185
|
+
readonly description: "GHO is a decentralized multi-collateral stablecoin that is fully backed, transparent and native to the Aave Protocol.";
|
|
2186
|
+
readonly documentation: "https://aave.com/docs";
|
|
2187
|
+
readonly bridge: "native";
|
|
2188
|
+
};
|
|
2189
|
+
readonly COW: {
|
|
2190
|
+
readonly name: "CoW Protocol";
|
|
2191
|
+
readonly symbol: "COW";
|
|
2192
|
+
readonly oracleId: "COW";
|
|
2193
|
+
readonly address: "0xc694a91e6b071bF030A18BD3053A7fE09B6DaE69";
|
|
2194
|
+
readonly chainId: 8453;
|
|
2195
|
+
readonly decimals: 18;
|
|
2196
|
+
readonly logoURI: "https://s2.coinmarketcap.com/static/img/coins/64x64/19269.png";
|
|
2197
|
+
readonly website: "https://cow.fi/";
|
|
2198
|
+
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.";
|
|
2199
|
+
readonly documentation: "https://docs.cow.fi/";
|
|
2200
|
+
readonly bridge: "native";
|
|
2201
|
+
};
|
|
2202
|
+
readonly BAL: {
|
|
2203
|
+
readonly name: "Balancer";
|
|
2204
|
+
readonly symbol: "BAL";
|
|
2205
|
+
readonly oracleId: "BAL";
|
|
2206
|
+
readonly address: "0x7c6b91D9Be155A6Db01f749217d76fF02A7227F2";
|
|
2207
|
+
readonly chainId: 8453;
|
|
2208
|
+
readonly decimals: 18;
|
|
2209
|
+
readonly website: "https://balancer.fi/";
|
|
2210
|
+
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. ";
|
|
2211
|
+
readonly logoURI: "https://s2.coinmarketcap.com/static/img/coins/64x64/5728.png";
|
|
2212
|
+
};
|
|
2137
2213
|
};
|
|
@@ -2063,6 +2063,19 @@ exports.tokens = {
|
|
|
2063
2063
|
documentation: 'https://docs.liquity.org/',
|
|
2064
2064
|
bridge: 'chainlink-ccip',
|
|
2065
2065
|
},
|
|
2066
|
+
BOLDV2: {
|
|
2067
|
+
name: 'BOLD Stablecoin',
|
|
2068
|
+
symbol: 'BOLD',
|
|
2069
|
+
oracleId: 'BOLD',
|
|
2070
|
+
address: '0x03569CC076654F82679C4BA2124D64774781B01D',
|
|
2071
|
+
chainId: 8453,
|
|
2072
|
+
decimals: 18,
|
|
2073
|
+
logoURI: '',
|
|
2074
|
+
website: 'https://www.liquity.org/',
|
|
2075
|
+
documentation: 'https://docs.liquity.org/',
|
|
2076
|
+
description: 'BOLD is the USD-pegged stablecoin issued in Liquity V2. It is over-collateralized and backed only by WETH, wstETH, and rETH.',
|
|
2077
|
+
bridge: 'chainlink-ccip',
|
|
2078
|
+
},
|
|
2066
2079
|
USR: {
|
|
2067
2080
|
name: 'Resolv USD',
|
|
2068
2081
|
symbol: 'USR',
|
|
@@ -2108,10 +2121,73 @@ exports.tokens = {
|
|
|
2108
2121
|
address: '0x555FFF48549C1A25a723Bd8e7eD10870D82E8379',
|
|
2109
2122
|
chainId: 8453,
|
|
2110
2123
|
decimals: 18,
|
|
2111
|
-
logoURI: 'https://
|
|
2124
|
+
logoURI: 'https://s2.coinmarketcap.com/static/img/coins/64x64/24877.png',
|
|
2112
2125
|
website: 'https://bim.finance/',
|
|
2113
2126
|
description: 'A complete, secure ecosystem to buy, swap, bridge and stake your cryptocurrencies from a single interface.',
|
|
2114
2127
|
documentation: 'https://docs.bim.finance/',
|
|
2115
2128
|
bridge: 'native',
|
|
2116
2129
|
},
|
|
2130
|
+
W: {
|
|
2131
|
+
name: 'Wormhole',
|
|
2132
|
+
symbol: 'W',
|
|
2133
|
+
oracleId: 'W',
|
|
2134
|
+
address: '0xB0fFa8000886e57F86dd5264b9582b2Ad87b2b91',
|
|
2135
|
+
chainId: 8453,
|
|
2136
|
+
decimals: 18,
|
|
2137
|
+
logoURI: 'https://s2.coinmarketcap.com/static/img/coins/64x64/29587.png',
|
|
2138
|
+
website: 'https://wormhole.com/',
|
|
2139
|
+
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.',
|
|
2140
|
+
documentation: 'https://wormhole.com/docs/',
|
|
2141
|
+
bridge: 'native',
|
|
2142
|
+
},
|
|
2143
|
+
'1INCH': {
|
|
2144
|
+
name: '1inch Network',
|
|
2145
|
+
symbol: '1INCH',
|
|
2146
|
+
oracleId: '1INCH',
|
|
2147
|
+
address: '0xc5fecC3a29Fb57B5024eEc8a2239d4621e111CBE',
|
|
2148
|
+
chainId: 8453,
|
|
2149
|
+
decimals: 18,
|
|
2150
|
+
logoURI: 'https://s2.coinmarketcap.com/static/img/coins/64x64/8104.png',
|
|
2151
|
+
website: 'https://1inch.io/',
|
|
2152
|
+
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",
|
|
2153
|
+
documentation: 'https://portal.1inch.dev/documentation/overview',
|
|
2154
|
+
bridge: 'native',
|
|
2155
|
+
},
|
|
2156
|
+
GHO: {
|
|
2157
|
+
name: 'GHO',
|
|
2158
|
+
symbol: 'GHO',
|
|
2159
|
+
oracleId: 'GHO',
|
|
2160
|
+
address: '0x6Bb7a212910682DCFdbd5BCBb3e28FB4E8da10Ee',
|
|
2161
|
+
chainId: 8453,
|
|
2162
|
+
decimals: 18,
|
|
2163
|
+
logoURI: 'https://s2.coinmarketcap.com/static/img/coins/64x64/23508.png',
|
|
2164
|
+
website: 'https://aave.com/gho',
|
|
2165
|
+
description: 'GHO is a decentralized multi-collateral stablecoin that is fully backed, transparent and native to the Aave Protocol.',
|
|
2166
|
+
documentation: 'https://aave.com/docs',
|
|
2167
|
+
bridge: 'native',
|
|
2168
|
+
},
|
|
2169
|
+
COW: {
|
|
2170
|
+
name: 'CoW Protocol',
|
|
2171
|
+
symbol: 'COW',
|
|
2172
|
+
oracleId: 'COW',
|
|
2173
|
+
address: '0xc694a91e6b071bF030A18BD3053A7fE09B6DaE69',
|
|
2174
|
+
chainId: 8453,
|
|
2175
|
+
decimals: 18,
|
|
2176
|
+
logoURI: 'https://s2.coinmarketcap.com/static/img/coins/64x64/19269.png',
|
|
2177
|
+
website: 'https://cow.fi/',
|
|
2178
|
+
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.',
|
|
2179
|
+
documentation: 'https://docs.cow.fi/',
|
|
2180
|
+
bridge: 'native',
|
|
2181
|
+
},
|
|
2182
|
+
BAL: {
|
|
2183
|
+
name: 'Balancer',
|
|
2184
|
+
symbol: 'BAL',
|
|
2185
|
+
oracleId: 'BAL',
|
|
2186
|
+
address: '0x7c6b91D9Be155A6Db01f749217d76fF02A7227F2',
|
|
2187
|
+
chainId: 8453,
|
|
2188
|
+
decimals: 18,
|
|
2189
|
+
website: 'https://balancer.fi/',
|
|
2190
|
+
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. ',
|
|
2191
|
+
logoURI: 'https://s2.coinmarketcap.com/static/img/coins/64x64/5728.png',
|
|
2192
|
+
},
|
|
2117
2193
|
};
|
|
@@ -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',
|
|
@@ -2086,6 +2086,19 @@ export declare const base: {
|
|
|
2086
2086
|
readonly documentation: "https://docs.liquity.org/";
|
|
2087
2087
|
readonly bridge: "chainlink-ccip";
|
|
2088
2088
|
};
|
|
2089
|
+
readonly BOLDV2: {
|
|
2090
|
+
readonly name: "BOLD Stablecoin";
|
|
2091
|
+
readonly symbol: "BOLD";
|
|
2092
|
+
readonly oracleId: "BOLD";
|
|
2093
|
+
readonly address: "0x03569CC076654F82679C4BA2124D64774781B01D";
|
|
2094
|
+
readonly chainId: 8453;
|
|
2095
|
+
readonly decimals: 18;
|
|
2096
|
+
readonly logoURI: "";
|
|
2097
|
+
readonly website: "https://www.liquity.org/";
|
|
2098
|
+
readonly documentation: "https://docs.liquity.org/";
|
|
2099
|
+
readonly description: "BOLD is the USD-pegged stablecoin issued in Liquity V2. It is over-collateralized and backed only by WETH, wstETH, and rETH.";
|
|
2100
|
+
readonly bridge: "chainlink-ccip";
|
|
2101
|
+
};
|
|
2089
2102
|
readonly USR: {
|
|
2090
2103
|
readonly name: "Resolv USD";
|
|
2091
2104
|
readonly symbol: "USR";
|
|
@@ -2131,12 +2144,75 @@ export declare const base: {
|
|
|
2131
2144
|
readonly address: "0x555FFF48549C1A25a723Bd8e7eD10870D82E8379";
|
|
2132
2145
|
readonly chainId: 8453;
|
|
2133
2146
|
readonly decimals: 18;
|
|
2134
|
-
readonly logoURI: "https://
|
|
2147
|
+
readonly logoURI: "https://s2.coinmarketcap.com/static/img/coins/64x64/24877.png";
|
|
2135
2148
|
readonly website: "https://bim.finance/";
|
|
2136
2149
|
readonly description: "A complete, secure ecosystem to buy, swap, bridge and stake your cryptocurrencies from a single interface.";
|
|
2137
2150
|
readonly documentation: "https://docs.bim.finance/";
|
|
2138
2151
|
readonly bridge: "native";
|
|
2139
2152
|
};
|
|
2153
|
+
readonly W: {
|
|
2154
|
+
readonly name: "Wormhole";
|
|
2155
|
+
readonly symbol: "W";
|
|
2156
|
+
readonly oracleId: "W";
|
|
2157
|
+
readonly address: "0xB0fFa8000886e57F86dd5264b9582b2Ad87b2b91";
|
|
2158
|
+
readonly chainId: 8453;
|
|
2159
|
+
readonly decimals: 18;
|
|
2160
|
+
readonly logoURI: "https://s2.coinmarketcap.com/static/img/coins/64x64/29587.png";
|
|
2161
|
+
readonly website: "https://wormhole.com/";
|
|
2162
|
+
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.";
|
|
2163
|
+
readonly documentation: "https://wormhole.com/docs/";
|
|
2164
|
+
readonly bridge: "native";
|
|
2165
|
+
};
|
|
2166
|
+
readonly '1INCH': {
|
|
2167
|
+
readonly name: "1inch Network";
|
|
2168
|
+
readonly symbol: "1INCH";
|
|
2169
|
+
readonly oracleId: "1INCH";
|
|
2170
|
+
readonly address: "0xc5fecC3a29Fb57B5024eEc8a2239d4621e111CBE";
|
|
2171
|
+
readonly chainId: 8453;
|
|
2172
|
+
readonly decimals: 18;
|
|
2173
|
+
readonly logoURI: "https://s2.coinmarketcap.com/static/img/coins/64x64/8104.png";
|
|
2174
|
+
readonly website: "https://1inch.io/";
|
|
2175
|
+
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";
|
|
2176
|
+
readonly documentation: "https://portal.1inch.dev/documentation/overview";
|
|
2177
|
+
readonly bridge: "native";
|
|
2178
|
+
};
|
|
2179
|
+
readonly GHO: {
|
|
2180
|
+
readonly name: "GHO";
|
|
2181
|
+
readonly symbol: "GHO";
|
|
2182
|
+
readonly oracleId: "GHO";
|
|
2183
|
+
readonly address: "0x6Bb7a212910682DCFdbd5BCBb3e28FB4E8da10Ee";
|
|
2184
|
+
readonly chainId: 8453;
|
|
2185
|
+
readonly decimals: 18;
|
|
2186
|
+
readonly logoURI: "https://s2.coinmarketcap.com/static/img/coins/64x64/23508.png";
|
|
2187
|
+
readonly website: "https://aave.com/gho";
|
|
2188
|
+
readonly description: "GHO is a decentralized multi-collateral stablecoin that is fully backed, transparent and native to the Aave Protocol.";
|
|
2189
|
+
readonly documentation: "https://aave.com/docs";
|
|
2190
|
+
readonly bridge: "native";
|
|
2191
|
+
};
|
|
2192
|
+
readonly COW: {
|
|
2193
|
+
readonly name: "CoW Protocol";
|
|
2194
|
+
readonly symbol: "COW";
|
|
2195
|
+
readonly oracleId: "COW";
|
|
2196
|
+
readonly address: "0xc694a91e6b071bF030A18BD3053A7fE09B6DaE69";
|
|
2197
|
+
readonly chainId: 8453;
|
|
2198
|
+
readonly decimals: 18;
|
|
2199
|
+
readonly logoURI: "https://s2.coinmarketcap.com/static/img/coins/64x64/19269.png";
|
|
2200
|
+
readonly website: "https://cow.fi/";
|
|
2201
|
+
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.";
|
|
2202
|
+
readonly documentation: "https://docs.cow.fi/";
|
|
2203
|
+
readonly bridge: "native";
|
|
2204
|
+
};
|
|
2205
|
+
readonly BAL: {
|
|
2206
|
+
readonly name: "Balancer";
|
|
2207
|
+
readonly symbol: "BAL";
|
|
2208
|
+
readonly oracleId: "BAL";
|
|
2209
|
+
readonly address: "0x7c6b91D9Be155A6Db01f749217d76fF02A7227F2";
|
|
2210
|
+
readonly chainId: 8453;
|
|
2211
|
+
readonly decimals: 18;
|
|
2212
|
+
readonly website: "https://balancer.fi/";
|
|
2213
|
+
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. ";
|
|
2214
|
+
readonly logoURI: "https://s2.coinmarketcap.com/static/img/coins/64x64/5728.png";
|
|
2215
|
+
};
|
|
2140
2216
|
};
|
|
2141
2217
|
readonly tokenAddressMap: import("../../util/convertSymbolTokenMapToAddressTokenMap.js").AddressToTokenMap<{
|
|
2142
2218
|
readonly ETH: {
|
|
@@ -4223,6 +4299,19 @@ export declare const base: {
|
|
|
4223
4299
|
readonly documentation: "https://docs.liquity.org/";
|
|
4224
4300
|
readonly bridge: "chainlink-ccip";
|
|
4225
4301
|
};
|
|
4302
|
+
readonly BOLDV2: {
|
|
4303
|
+
readonly name: "BOLD Stablecoin";
|
|
4304
|
+
readonly symbol: "BOLD";
|
|
4305
|
+
readonly oracleId: "BOLD";
|
|
4306
|
+
readonly address: "0x03569CC076654F82679C4BA2124D64774781B01D";
|
|
4307
|
+
readonly chainId: 8453;
|
|
4308
|
+
readonly decimals: 18;
|
|
4309
|
+
readonly logoURI: "";
|
|
4310
|
+
readonly website: "https://www.liquity.org/";
|
|
4311
|
+
readonly documentation: "https://docs.liquity.org/";
|
|
4312
|
+
readonly description: "BOLD is the USD-pegged stablecoin issued in Liquity V2. It is over-collateralized and backed only by WETH, wstETH, and rETH.";
|
|
4313
|
+
readonly bridge: "chainlink-ccip";
|
|
4314
|
+
};
|
|
4226
4315
|
readonly USR: {
|
|
4227
4316
|
readonly name: "Resolv USD";
|
|
4228
4317
|
readonly symbol: "USR";
|
|
@@ -4268,11 +4357,74 @@ export declare const base: {
|
|
|
4268
4357
|
readonly address: "0x555FFF48549C1A25a723Bd8e7eD10870D82E8379";
|
|
4269
4358
|
readonly chainId: 8453;
|
|
4270
4359
|
readonly decimals: 18;
|
|
4271
|
-
readonly logoURI: "https://
|
|
4360
|
+
readonly logoURI: "https://s2.coinmarketcap.com/static/img/coins/64x64/24877.png";
|
|
4272
4361
|
readonly website: "https://bim.finance/";
|
|
4273
4362
|
readonly description: "A complete, secure ecosystem to buy, swap, bridge and stake your cryptocurrencies from a single interface.";
|
|
4274
4363
|
readonly documentation: "https://docs.bim.finance/";
|
|
4275
4364
|
readonly bridge: "native";
|
|
4276
4365
|
};
|
|
4366
|
+
readonly W: {
|
|
4367
|
+
readonly name: "Wormhole";
|
|
4368
|
+
readonly symbol: "W";
|
|
4369
|
+
readonly oracleId: "W";
|
|
4370
|
+
readonly address: "0xB0fFa8000886e57F86dd5264b9582b2Ad87b2b91";
|
|
4371
|
+
readonly chainId: 8453;
|
|
4372
|
+
readonly decimals: 18;
|
|
4373
|
+
readonly logoURI: "https://s2.coinmarketcap.com/static/img/coins/64x64/29587.png";
|
|
4374
|
+
readonly website: "https://wormhole.com/";
|
|
4375
|
+
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.";
|
|
4376
|
+
readonly documentation: "https://wormhole.com/docs/";
|
|
4377
|
+
readonly bridge: "native";
|
|
4378
|
+
};
|
|
4379
|
+
readonly '1INCH': {
|
|
4380
|
+
readonly name: "1inch Network";
|
|
4381
|
+
readonly symbol: "1INCH";
|
|
4382
|
+
readonly oracleId: "1INCH";
|
|
4383
|
+
readonly address: "0xc5fecC3a29Fb57B5024eEc8a2239d4621e111CBE";
|
|
4384
|
+
readonly chainId: 8453;
|
|
4385
|
+
readonly decimals: 18;
|
|
4386
|
+
readonly logoURI: "https://s2.coinmarketcap.com/static/img/coins/64x64/8104.png";
|
|
4387
|
+
readonly website: "https://1inch.io/";
|
|
4388
|
+
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";
|
|
4389
|
+
readonly documentation: "https://portal.1inch.dev/documentation/overview";
|
|
4390
|
+
readonly bridge: "native";
|
|
4391
|
+
};
|
|
4392
|
+
readonly GHO: {
|
|
4393
|
+
readonly name: "GHO";
|
|
4394
|
+
readonly symbol: "GHO";
|
|
4395
|
+
readonly oracleId: "GHO";
|
|
4396
|
+
readonly address: "0x6Bb7a212910682DCFdbd5BCBb3e28FB4E8da10Ee";
|
|
4397
|
+
readonly chainId: 8453;
|
|
4398
|
+
readonly decimals: 18;
|
|
4399
|
+
readonly logoURI: "https://s2.coinmarketcap.com/static/img/coins/64x64/23508.png";
|
|
4400
|
+
readonly website: "https://aave.com/gho";
|
|
4401
|
+
readonly description: "GHO is a decentralized multi-collateral stablecoin that is fully backed, transparent and native to the Aave Protocol.";
|
|
4402
|
+
readonly documentation: "https://aave.com/docs";
|
|
4403
|
+
readonly bridge: "native";
|
|
4404
|
+
};
|
|
4405
|
+
readonly COW: {
|
|
4406
|
+
readonly name: "CoW Protocol";
|
|
4407
|
+
readonly symbol: "COW";
|
|
4408
|
+
readonly oracleId: "COW";
|
|
4409
|
+
readonly address: "0xc694a91e6b071bF030A18BD3053A7fE09B6DaE69";
|
|
4410
|
+
readonly chainId: 8453;
|
|
4411
|
+
readonly decimals: 18;
|
|
4412
|
+
readonly logoURI: "https://s2.coinmarketcap.com/static/img/coins/64x64/19269.png";
|
|
4413
|
+
readonly website: "https://cow.fi/";
|
|
4414
|
+
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.";
|
|
4415
|
+
readonly documentation: "https://docs.cow.fi/";
|
|
4416
|
+
readonly bridge: "native";
|
|
4417
|
+
};
|
|
4418
|
+
readonly BAL: {
|
|
4419
|
+
readonly name: "Balancer";
|
|
4420
|
+
readonly symbol: "BAL";
|
|
4421
|
+
readonly oracleId: "BAL";
|
|
4422
|
+
readonly address: "0x7c6b91D9Be155A6Db01f749217d76fF02A7227F2";
|
|
4423
|
+
readonly chainId: 8453;
|
|
4424
|
+
readonly decimals: 18;
|
|
4425
|
+
readonly website: "https://balancer.fi/";
|
|
4426
|
+
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. ";
|
|
4427
|
+
readonly logoURI: "https://s2.coinmarketcap.com/static/img/coins/64x64/5728.png";
|
|
4428
|
+
};
|
|
4277
4429
|
}>;
|
|
4278
4430
|
};
|
|
@@ -2083,6 +2083,19 @@ export declare const tokens: {
|
|
|
2083
2083
|
readonly documentation: "https://docs.liquity.org/";
|
|
2084
2084
|
readonly bridge: "chainlink-ccip";
|
|
2085
2085
|
};
|
|
2086
|
+
readonly BOLDV2: {
|
|
2087
|
+
readonly name: "BOLD Stablecoin";
|
|
2088
|
+
readonly symbol: "BOLD";
|
|
2089
|
+
readonly oracleId: "BOLD";
|
|
2090
|
+
readonly address: "0x03569CC076654F82679C4BA2124D64774781B01D";
|
|
2091
|
+
readonly chainId: 8453;
|
|
2092
|
+
readonly decimals: 18;
|
|
2093
|
+
readonly logoURI: "";
|
|
2094
|
+
readonly website: "https://www.liquity.org/";
|
|
2095
|
+
readonly documentation: "https://docs.liquity.org/";
|
|
2096
|
+
readonly description: "BOLD is the USD-pegged stablecoin issued in Liquity V2. It is over-collateralized and backed only by WETH, wstETH, and rETH.";
|
|
2097
|
+
readonly bridge: "chainlink-ccip";
|
|
2098
|
+
};
|
|
2086
2099
|
readonly USR: {
|
|
2087
2100
|
readonly name: "Resolv USD";
|
|
2088
2101
|
readonly symbol: "USR";
|
|
@@ -2128,10 +2141,73 @@ export declare const tokens: {
|
|
|
2128
2141
|
readonly address: "0x555FFF48549C1A25a723Bd8e7eD10870D82E8379";
|
|
2129
2142
|
readonly chainId: 8453;
|
|
2130
2143
|
readonly decimals: 18;
|
|
2131
|
-
readonly logoURI: "https://
|
|
2144
|
+
readonly logoURI: "https://s2.coinmarketcap.com/static/img/coins/64x64/24877.png";
|
|
2132
2145
|
readonly website: "https://bim.finance/";
|
|
2133
2146
|
readonly description: "A complete, secure ecosystem to buy, swap, bridge and stake your cryptocurrencies from a single interface.";
|
|
2134
2147
|
readonly documentation: "https://docs.bim.finance/";
|
|
2135
2148
|
readonly bridge: "native";
|
|
2136
2149
|
};
|
|
2150
|
+
readonly W: {
|
|
2151
|
+
readonly name: "Wormhole";
|
|
2152
|
+
readonly symbol: "W";
|
|
2153
|
+
readonly oracleId: "W";
|
|
2154
|
+
readonly address: "0xB0fFa8000886e57F86dd5264b9582b2Ad87b2b91";
|
|
2155
|
+
readonly chainId: 8453;
|
|
2156
|
+
readonly decimals: 18;
|
|
2157
|
+
readonly logoURI: "https://s2.coinmarketcap.com/static/img/coins/64x64/29587.png";
|
|
2158
|
+
readonly website: "https://wormhole.com/";
|
|
2159
|
+
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.";
|
|
2160
|
+
readonly documentation: "https://wormhole.com/docs/";
|
|
2161
|
+
readonly bridge: "native";
|
|
2162
|
+
};
|
|
2163
|
+
readonly '1INCH': {
|
|
2164
|
+
readonly name: "1inch Network";
|
|
2165
|
+
readonly symbol: "1INCH";
|
|
2166
|
+
readonly oracleId: "1INCH";
|
|
2167
|
+
readonly address: "0xc5fecC3a29Fb57B5024eEc8a2239d4621e111CBE";
|
|
2168
|
+
readonly chainId: 8453;
|
|
2169
|
+
readonly decimals: 18;
|
|
2170
|
+
readonly logoURI: "https://s2.coinmarketcap.com/static/img/coins/64x64/8104.png";
|
|
2171
|
+
readonly website: "https://1inch.io/";
|
|
2172
|
+
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";
|
|
2173
|
+
readonly documentation: "https://portal.1inch.dev/documentation/overview";
|
|
2174
|
+
readonly bridge: "native";
|
|
2175
|
+
};
|
|
2176
|
+
readonly GHO: {
|
|
2177
|
+
readonly name: "GHO";
|
|
2178
|
+
readonly symbol: "GHO";
|
|
2179
|
+
readonly oracleId: "GHO";
|
|
2180
|
+
readonly address: "0x6Bb7a212910682DCFdbd5BCBb3e28FB4E8da10Ee";
|
|
2181
|
+
readonly chainId: 8453;
|
|
2182
|
+
readonly decimals: 18;
|
|
2183
|
+
readonly logoURI: "https://s2.coinmarketcap.com/static/img/coins/64x64/23508.png";
|
|
2184
|
+
readonly website: "https://aave.com/gho";
|
|
2185
|
+
readonly description: "GHO is a decentralized multi-collateral stablecoin that is fully backed, transparent and native to the Aave Protocol.";
|
|
2186
|
+
readonly documentation: "https://aave.com/docs";
|
|
2187
|
+
readonly bridge: "native";
|
|
2188
|
+
};
|
|
2189
|
+
readonly COW: {
|
|
2190
|
+
readonly name: "CoW Protocol";
|
|
2191
|
+
readonly symbol: "COW";
|
|
2192
|
+
readonly oracleId: "COW";
|
|
2193
|
+
readonly address: "0xc694a91e6b071bF030A18BD3053A7fE09B6DaE69";
|
|
2194
|
+
readonly chainId: 8453;
|
|
2195
|
+
readonly decimals: 18;
|
|
2196
|
+
readonly logoURI: "https://s2.coinmarketcap.com/static/img/coins/64x64/19269.png";
|
|
2197
|
+
readonly website: "https://cow.fi/";
|
|
2198
|
+
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.";
|
|
2199
|
+
readonly documentation: "https://docs.cow.fi/";
|
|
2200
|
+
readonly bridge: "native";
|
|
2201
|
+
};
|
|
2202
|
+
readonly BAL: {
|
|
2203
|
+
readonly name: "Balancer";
|
|
2204
|
+
readonly symbol: "BAL";
|
|
2205
|
+
readonly oracleId: "BAL";
|
|
2206
|
+
readonly address: "0x7c6b91D9Be155A6Db01f749217d76fF02A7227F2";
|
|
2207
|
+
readonly chainId: 8453;
|
|
2208
|
+
readonly decimals: 18;
|
|
2209
|
+
readonly website: "https://balancer.fi/";
|
|
2210
|
+
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. ";
|
|
2211
|
+
readonly logoURI: "https://s2.coinmarketcap.com/static/img/coins/64x64/5728.png";
|
|
2212
|
+
};
|
|
2137
2213
|
};
|
|
@@ -2060,6 +2060,19 @@ export const tokens = {
|
|
|
2060
2060
|
documentation: 'https://docs.liquity.org/',
|
|
2061
2061
|
bridge: 'chainlink-ccip',
|
|
2062
2062
|
},
|
|
2063
|
+
BOLDV2: {
|
|
2064
|
+
name: 'BOLD Stablecoin',
|
|
2065
|
+
symbol: 'BOLD',
|
|
2066
|
+
oracleId: 'BOLD',
|
|
2067
|
+
address: '0x03569CC076654F82679C4BA2124D64774781B01D',
|
|
2068
|
+
chainId: 8453,
|
|
2069
|
+
decimals: 18,
|
|
2070
|
+
logoURI: '',
|
|
2071
|
+
website: 'https://www.liquity.org/',
|
|
2072
|
+
documentation: 'https://docs.liquity.org/',
|
|
2073
|
+
description: 'BOLD is the USD-pegged stablecoin issued in Liquity V2. It is over-collateralized and backed only by WETH, wstETH, and rETH.',
|
|
2074
|
+
bridge: 'chainlink-ccip',
|
|
2075
|
+
},
|
|
2063
2076
|
USR: {
|
|
2064
2077
|
name: 'Resolv USD',
|
|
2065
2078
|
symbol: 'USR',
|
|
@@ -2105,10 +2118,73 @@ export const tokens = {
|
|
|
2105
2118
|
address: '0x555FFF48549C1A25a723Bd8e7eD10870D82E8379',
|
|
2106
2119
|
chainId: 8453,
|
|
2107
2120
|
decimals: 18,
|
|
2108
|
-
logoURI: 'https://
|
|
2121
|
+
logoURI: 'https://s2.coinmarketcap.com/static/img/coins/64x64/24877.png',
|
|
2109
2122
|
website: 'https://bim.finance/',
|
|
2110
2123
|
description: 'A complete, secure ecosystem to buy, swap, bridge and stake your cryptocurrencies from a single interface.',
|
|
2111
2124
|
documentation: 'https://docs.bim.finance/',
|
|
2112
2125
|
bridge: 'native',
|
|
2113
2126
|
},
|
|
2127
|
+
W: {
|
|
2128
|
+
name: 'Wormhole',
|
|
2129
|
+
symbol: 'W',
|
|
2130
|
+
oracleId: 'W',
|
|
2131
|
+
address: '0xB0fFa8000886e57F86dd5264b9582b2Ad87b2b91',
|
|
2132
|
+
chainId: 8453,
|
|
2133
|
+
decimals: 18,
|
|
2134
|
+
logoURI: 'https://s2.coinmarketcap.com/static/img/coins/64x64/29587.png',
|
|
2135
|
+
website: 'https://wormhole.com/',
|
|
2136
|
+
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.',
|
|
2137
|
+
documentation: 'https://wormhole.com/docs/',
|
|
2138
|
+
bridge: 'native',
|
|
2139
|
+
},
|
|
2140
|
+
'1INCH': {
|
|
2141
|
+
name: '1inch Network',
|
|
2142
|
+
symbol: '1INCH',
|
|
2143
|
+
oracleId: '1INCH',
|
|
2144
|
+
address: '0xc5fecC3a29Fb57B5024eEc8a2239d4621e111CBE',
|
|
2145
|
+
chainId: 8453,
|
|
2146
|
+
decimals: 18,
|
|
2147
|
+
logoURI: 'https://s2.coinmarketcap.com/static/img/coins/64x64/8104.png',
|
|
2148
|
+
website: 'https://1inch.io/',
|
|
2149
|
+
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",
|
|
2150
|
+
documentation: 'https://portal.1inch.dev/documentation/overview',
|
|
2151
|
+
bridge: 'native',
|
|
2152
|
+
},
|
|
2153
|
+
GHO: {
|
|
2154
|
+
name: 'GHO',
|
|
2155
|
+
symbol: 'GHO',
|
|
2156
|
+
oracleId: 'GHO',
|
|
2157
|
+
address: '0x6Bb7a212910682DCFdbd5BCBb3e28FB4E8da10Ee',
|
|
2158
|
+
chainId: 8453,
|
|
2159
|
+
decimals: 18,
|
|
2160
|
+
logoURI: 'https://s2.coinmarketcap.com/static/img/coins/64x64/23508.png',
|
|
2161
|
+
website: 'https://aave.com/gho',
|
|
2162
|
+
description: 'GHO is a decentralized multi-collateral stablecoin that is fully backed, transparent and native to the Aave Protocol.',
|
|
2163
|
+
documentation: 'https://aave.com/docs',
|
|
2164
|
+
bridge: 'native',
|
|
2165
|
+
},
|
|
2166
|
+
COW: {
|
|
2167
|
+
name: 'CoW Protocol',
|
|
2168
|
+
symbol: 'COW',
|
|
2169
|
+
oracleId: 'COW',
|
|
2170
|
+
address: '0xc694a91e6b071bF030A18BD3053A7fE09B6DaE69',
|
|
2171
|
+
chainId: 8453,
|
|
2172
|
+
decimals: 18,
|
|
2173
|
+
logoURI: 'https://s2.coinmarketcap.com/static/img/coins/64x64/19269.png',
|
|
2174
|
+
website: 'https://cow.fi/',
|
|
2175
|
+
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.',
|
|
2176
|
+
documentation: 'https://docs.cow.fi/',
|
|
2177
|
+
bridge: 'native',
|
|
2178
|
+
},
|
|
2179
|
+
BAL: {
|
|
2180
|
+
name: 'Balancer',
|
|
2181
|
+
symbol: 'BAL',
|
|
2182
|
+
oracleId: 'BAL',
|
|
2183
|
+
address: '0x7c6b91D9Be155A6Db01f749217d76fF02A7227F2',
|
|
2184
|
+
chainId: 8453,
|
|
2185
|
+
decimals: 18,
|
|
2186
|
+
website: 'https://balancer.fi/',
|
|
2187
|
+
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. ',
|
|
2188
|
+
logoURI: 'https://s2.coinmarketcap.com/static/img/coins/64x64/5728.png',
|
|
2189
|
+
},
|
|
2114
2190
|
};
|
|
@@ -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',
|