@beefyfinance/blockchain-addressbook 0.54.148 → 0.54.150
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/arbitrum/index.d.ts +72 -12
- package/build/address-book/arbitrum/tokens/tokens.d.ts +36 -6
- package/build/address-book/arbitrum/tokens/tokens.js +33 -6
- package/build/address-book/aurora/index.d.ts +16 -0
- package/build/address-book/aurora/tokens/tokens.d.ts +8 -0
- package/build/address-book/aurora/tokens/tokens.js +5 -0
- package/build/address-book/avax/index.d.ts +58 -2
- package/build/address-book/avax/tokens/tokens.d.ts +29 -1
- package/build/address-book/avax/tokens/tokens.js +26 -1
- package/build/address-book/base/index.d.ts +150 -28
- package/build/address-book/base/tokens/tokens.d.ts +75 -14
- package/build/address-book/base/tokens/tokens.js +72 -14
- package/build/address-book/berachain/index.d.ts +6 -0
- package/build/address-book/berachain/tokens/tokens.d.ts +3 -0
- package/build/address-book/berachain/tokens/tokens.js +3 -0
- package/build/address-book/bsc/index.d.ts +78 -8
- package/build/address-book/bsc/tokens/tokens.d.ts +39 -4
- package/build/address-book/bsc/tokens/tokens.js +36 -4
- package/build/address-book/canto/index.d.ts +12 -0
- package/build/address-book/canto/tokens/tokens.d.ts +6 -0
- package/build/address-book/canto/tokens/tokens.js +6 -0
- package/build/address-book/celo/index.d.ts +2 -0
- package/build/address-book/celo/tokens/tokens.d.ts +1 -0
- package/build/address-book/celo/tokens/tokens.js +1 -0
- package/build/address-book/cronos/index.d.ts +18 -0
- package/build/address-book/cronos/tokens/tokens.d.ts +9 -0
- package/build/address-book/cronos/tokens/tokens.js +9 -0
- package/build/address-book/emerald/index.d.ts +4 -0
- package/build/address-book/emerald/tokens/tokens.d.ts +2 -0
- package/build/address-book/emerald/tokens/tokens.js +2 -0
- package/build/address-book/ethereum/index.d.ts +58 -6
- package/build/address-book/ethereum/platforms/beefyfinance.d.ts +1 -0
- package/build/address-book/ethereum/platforms/beefyfinance.js +1 -0
- package/build/address-book/ethereum/tokens/tokens.d.ts +29 -3
- package/build/address-book/ethereum/tokens/tokens.js +26 -3
- package/build/address-book/fantom/index.d.ts +38 -0
- package/build/address-book/fantom/tokens/tokens.d.ts +19 -0
- package/build/address-book/fantom/tokens/tokens.js +16 -0
- package/build/address-book/fraxtal/index.d.ts +8 -0
- package/build/address-book/fraxtal/tokens/tokens.d.ts +4 -0
- package/build/address-book/fraxtal/tokens/tokens.js +4 -0
- package/build/address-book/fuse/index.d.ts +8 -0
- package/build/address-book/fuse/tokens/tokens.d.ts +4 -0
- package/build/address-book/fuse/tokens/tokens.js +4 -0
- package/build/address-book/gnosis/index.d.ts +16 -0
- package/build/address-book/gnosis/tokens/tokens.d.ts +8 -0
- package/build/address-book/gnosis/tokens/tokens.js +8 -0
- package/build/address-book/heco/index.d.ts +16 -0
- package/build/address-book/heco/tokens/tokens.d.ts +8 -0
- package/build/address-book/heco/tokens/tokens.js +8 -0
- package/build/address-book/hyperevm/index.d.ts +4 -0
- package/build/address-book/hyperevm/tokens/tokens.d.ts +2 -0
- package/build/address-book/hyperevm/tokens/tokens.js +2 -0
- package/build/address-book/kava/index.d.ts +10 -0
- package/build/address-book/kava/tokens/tokens.d.ts +5 -0
- package/build/address-book/kava/tokens/tokens.js +5 -0
- package/build/address-book/linea/index.d.ts +16 -4
- package/build/address-book/linea/tokens/tokens.d.ts +8 -2
- package/build/address-book/linea/tokens/tokens.js +5 -2
- package/build/address-book/lisk/index.d.ts +10 -0
- package/build/address-book/lisk/tokens/tokens.d.ts +5 -0
- package/build/address-book/lisk/tokens/tokens.js +2 -0
- package/build/address-book/manta/index.d.ts +8 -0
- package/build/address-book/manta/tokens/tokens.d.ts +4 -0
- package/build/address-book/manta/tokens/tokens.js +1 -0
- package/build/address-book/mantle/index.d.ts +4 -0
- package/build/address-book/mantle/tokens/tokens.d.ts +2 -0
- package/build/address-book/mantle/tokens/tokens.js +2 -0
- package/build/address-book/metis/index.d.ts +10 -0
- package/build/address-book/metis/tokens/tokens.d.ts +5 -0
- package/build/address-book/metis/tokens/tokens.js +5 -0
- package/build/address-book/mode/index.d.ts +10 -2
- package/build/address-book/mode/tokens/tokens.d.ts +5 -1
- package/build/address-book/mode/tokens/tokens.js +2 -1
- package/build/address-book/monad/index.d.ts +16 -8
- package/build/address-book/monad/tokens/tokens.d.ts +8 -4
- package/build/address-book/monad/tokens/tokens.js +8 -4
- package/build/address-book/moonbeam/index.d.ts +18 -0
- package/build/address-book/moonbeam/tokens/tokens.d.ts +9 -0
- package/build/address-book/moonbeam/tokens/tokens.js +9 -0
- package/build/address-book/moonriver/index.d.ts +20 -0
- package/build/address-book/moonriver/tokens/tokens.d.ts +10 -0
- package/build/address-book/moonriver/tokens/tokens.js +9 -0
- package/build/address-book/one/index.d.ts +14 -0
- package/build/address-book/one/tokens/tokens.d.ts +7 -0
- package/build/address-book/one/tokens/tokens.js +6 -0
- package/build/address-book/optimism/index.d.ts +46 -10
- package/build/address-book/optimism/tokens/tokens.d.ts +23 -5
- package/build/address-book/optimism/tokens/tokens.js +20 -5
- package/build/address-book/plasma/index.d.ts +4 -2
- package/build/address-book/plasma/tokens/tokens.d.ts +2 -1
- package/build/address-book/plasma/tokens/tokens.js +2 -1
- package/build/address-book/polygon/index.d.ts +54 -2
- package/build/address-book/polygon/tokens/tokens.d.ts +27 -1
- package/build/address-book/polygon/tokens/tokens.js +22 -1
- package/build/address-book/real/index.d.ts +10 -0
- package/build/address-book/real/tokens/tokens.d.ts +5 -0
- package/build/address-book/real/tokens/tokens.js +1 -0
- package/build/address-book/saga/index.d.ts +4 -0
- package/build/address-book/saga/tokens/tokens.d.ts +2 -0
- package/build/address-book/saga/tokens/tokens.js +2 -0
- package/build/address-book/scroll/index.d.ts +12 -0
- package/build/address-book/scroll/tokens/tokens.d.ts +6 -0
- package/build/address-book/scroll/tokens/tokens.js +3 -0
- package/build/address-book/sei/index.d.ts +2 -0
- package/build/address-book/sei/tokens/tokens.d.ts +1 -0
- package/build/address-book/sei/tokens/tokens.js +1 -0
- package/build/address-book/sonic/index.d.ts +18 -2
- package/build/address-book/sonic/tokens/tokens.d.ts +9 -1
- package/build/address-book/sonic/tokens/tokens.js +6 -1
- package/build/address-book/unichain/index.d.ts +8 -0
- package/build/address-book/unichain/tokens/tokens.d.ts +4 -0
- package/build/address-book/unichain/tokens/tokens.js +1 -0
- package/build/address-book/zkevm/index.d.ts +24 -0
- package/build/address-book/zkevm/tokens/tokens.d.ts +12 -0
- package/build/address-book/zkevm/tokens/tokens.js +9 -0
- package/build/address-book/zksync/index.d.ts +12 -2
- package/build/address-book/zksync/tokens/tokens.d.ts +6 -1
- package/build/address-book/zksync/tokens/tokens.js +3 -1
- package/build/types/token.d.ts +1 -1
- package/build-esm/address-book/arbitrum/index.d.ts +72 -12
- package/build-esm/address-book/arbitrum/tokens/tokens.d.ts +36 -6
- package/build-esm/address-book/arbitrum/tokens/tokens.js +33 -6
- package/build-esm/address-book/aurora/index.d.ts +16 -0
- package/build-esm/address-book/aurora/tokens/tokens.d.ts +8 -0
- package/build-esm/address-book/aurora/tokens/tokens.js +5 -0
- package/build-esm/address-book/avax/index.d.ts +58 -2
- package/build-esm/address-book/avax/tokens/tokens.d.ts +29 -1
- package/build-esm/address-book/avax/tokens/tokens.js +26 -1
- package/build-esm/address-book/base/index.d.ts +150 -28
- package/build-esm/address-book/base/tokens/tokens.d.ts +75 -14
- package/build-esm/address-book/base/tokens/tokens.js +72 -14
- package/build-esm/address-book/berachain/index.d.ts +6 -0
- package/build-esm/address-book/berachain/tokens/tokens.d.ts +3 -0
- package/build-esm/address-book/berachain/tokens/tokens.js +3 -0
- package/build-esm/address-book/bsc/index.d.ts +78 -8
- package/build-esm/address-book/bsc/tokens/tokens.d.ts +39 -4
- package/build-esm/address-book/bsc/tokens/tokens.js +36 -4
- package/build-esm/address-book/canto/index.d.ts +12 -0
- package/build-esm/address-book/canto/tokens/tokens.d.ts +6 -0
- package/build-esm/address-book/canto/tokens/tokens.js +6 -0
- package/build-esm/address-book/celo/index.d.ts +2 -0
- package/build-esm/address-book/celo/tokens/tokens.d.ts +1 -0
- package/build-esm/address-book/celo/tokens/tokens.js +1 -0
- package/build-esm/address-book/cronos/index.d.ts +18 -0
- package/build-esm/address-book/cronos/tokens/tokens.d.ts +9 -0
- package/build-esm/address-book/cronos/tokens/tokens.js +9 -0
- package/build-esm/address-book/emerald/index.d.ts +4 -0
- package/build-esm/address-book/emerald/tokens/tokens.d.ts +2 -0
- package/build-esm/address-book/emerald/tokens/tokens.js +2 -0
- package/build-esm/address-book/ethereum/index.d.ts +58 -6
- package/build-esm/address-book/ethereum/platforms/beefyfinance.d.ts +1 -0
- package/build-esm/address-book/ethereum/platforms/beefyfinance.js +1 -0
- package/build-esm/address-book/ethereum/tokens/tokens.d.ts +29 -3
- package/build-esm/address-book/ethereum/tokens/tokens.js +26 -3
- package/build-esm/address-book/fantom/index.d.ts +38 -0
- package/build-esm/address-book/fantom/tokens/tokens.d.ts +19 -0
- package/build-esm/address-book/fantom/tokens/tokens.js +16 -0
- package/build-esm/address-book/fraxtal/index.d.ts +8 -0
- package/build-esm/address-book/fraxtal/tokens/tokens.d.ts +4 -0
- package/build-esm/address-book/fraxtal/tokens/tokens.js +4 -0
- package/build-esm/address-book/fuse/index.d.ts +8 -0
- package/build-esm/address-book/fuse/tokens/tokens.d.ts +4 -0
- package/build-esm/address-book/fuse/tokens/tokens.js +4 -0
- package/build-esm/address-book/gnosis/index.d.ts +16 -0
- package/build-esm/address-book/gnosis/tokens/tokens.d.ts +8 -0
- package/build-esm/address-book/gnosis/tokens/tokens.js +8 -0
- package/build-esm/address-book/heco/index.d.ts +16 -0
- package/build-esm/address-book/heco/tokens/tokens.d.ts +8 -0
- package/build-esm/address-book/heco/tokens/tokens.js +8 -0
- package/build-esm/address-book/hyperevm/index.d.ts +4 -0
- package/build-esm/address-book/hyperevm/tokens/tokens.d.ts +2 -0
- package/build-esm/address-book/hyperevm/tokens/tokens.js +2 -0
- package/build-esm/address-book/kava/index.d.ts +10 -0
- package/build-esm/address-book/kava/tokens/tokens.d.ts +5 -0
- package/build-esm/address-book/kava/tokens/tokens.js +5 -0
- package/build-esm/address-book/linea/index.d.ts +16 -4
- package/build-esm/address-book/linea/tokens/tokens.d.ts +8 -2
- package/build-esm/address-book/linea/tokens/tokens.js +5 -2
- package/build-esm/address-book/lisk/index.d.ts +10 -0
- package/build-esm/address-book/lisk/tokens/tokens.d.ts +5 -0
- package/build-esm/address-book/lisk/tokens/tokens.js +2 -0
- package/build-esm/address-book/manta/index.d.ts +8 -0
- package/build-esm/address-book/manta/tokens/tokens.d.ts +4 -0
- package/build-esm/address-book/manta/tokens/tokens.js +1 -0
- package/build-esm/address-book/mantle/index.d.ts +4 -0
- package/build-esm/address-book/mantle/tokens/tokens.d.ts +2 -0
- package/build-esm/address-book/mantle/tokens/tokens.js +2 -0
- package/build-esm/address-book/metis/index.d.ts +10 -0
- package/build-esm/address-book/metis/tokens/tokens.d.ts +5 -0
- package/build-esm/address-book/metis/tokens/tokens.js +5 -0
- package/build-esm/address-book/mode/index.d.ts +10 -2
- package/build-esm/address-book/mode/tokens/tokens.d.ts +5 -1
- package/build-esm/address-book/mode/tokens/tokens.js +2 -1
- package/build-esm/address-book/monad/index.d.ts +16 -8
- package/build-esm/address-book/monad/tokens/tokens.d.ts +8 -4
- package/build-esm/address-book/monad/tokens/tokens.js +8 -4
- package/build-esm/address-book/moonbeam/index.d.ts +18 -0
- package/build-esm/address-book/moonbeam/tokens/tokens.d.ts +9 -0
- package/build-esm/address-book/moonbeam/tokens/tokens.js +9 -0
- package/build-esm/address-book/moonriver/index.d.ts +20 -0
- package/build-esm/address-book/moonriver/tokens/tokens.d.ts +10 -0
- package/build-esm/address-book/moonriver/tokens/tokens.js +9 -0
- package/build-esm/address-book/one/index.d.ts +14 -0
- package/build-esm/address-book/one/tokens/tokens.d.ts +7 -0
- package/build-esm/address-book/one/tokens/tokens.js +6 -0
- package/build-esm/address-book/optimism/index.d.ts +46 -10
- package/build-esm/address-book/optimism/tokens/tokens.d.ts +23 -5
- package/build-esm/address-book/optimism/tokens/tokens.js +20 -5
- package/build-esm/address-book/plasma/index.d.ts +4 -2
- package/build-esm/address-book/plasma/tokens/tokens.d.ts +2 -1
- package/build-esm/address-book/plasma/tokens/tokens.js +2 -1
- package/build-esm/address-book/polygon/index.d.ts +54 -2
- package/build-esm/address-book/polygon/tokens/tokens.d.ts +27 -1
- package/build-esm/address-book/polygon/tokens/tokens.js +22 -1
- package/build-esm/address-book/real/index.d.ts +10 -0
- package/build-esm/address-book/real/tokens/tokens.d.ts +5 -0
- package/build-esm/address-book/real/tokens/tokens.js +1 -0
- package/build-esm/address-book/saga/index.d.ts +4 -0
- package/build-esm/address-book/saga/tokens/tokens.d.ts +2 -0
- package/build-esm/address-book/saga/tokens/tokens.js +2 -0
- package/build-esm/address-book/scroll/index.d.ts +12 -0
- package/build-esm/address-book/scroll/tokens/tokens.d.ts +6 -0
- package/build-esm/address-book/scroll/tokens/tokens.js +3 -0
- package/build-esm/address-book/sei/index.d.ts +2 -0
- package/build-esm/address-book/sei/tokens/tokens.d.ts +1 -0
- package/build-esm/address-book/sei/tokens/tokens.js +1 -0
- package/build-esm/address-book/sonic/index.d.ts +18 -2
- package/build-esm/address-book/sonic/tokens/tokens.d.ts +9 -1
- package/build-esm/address-book/sonic/tokens/tokens.js +6 -1
- package/build-esm/address-book/unichain/index.d.ts +8 -0
- package/build-esm/address-book/unichain/tokens/tokens.d.ts +4 -0
- package/build-esm/address-book/unichain/tokens/tokens.js +1 -0
- package/build-esm/address-book/zkevm/index.d.ts +24 -0
- package/build-esm/address-book/zkevm/tokens/tokens.d.ts +12 -0
- package/build-esm/address-book/zkevm/tokens/tokens.js +9 -0
- package/build-esm/address-book/zksync/index.d.ts +12 -2
- package/build-esm/address-book/zksync/tokens/tokens.d.ts +6 -1
- package/build-esm/address-book/zksync/tokens/tokens.js +3 -1
- package/build-esm/types/token.d.ts +1 -1
- package/package.json +1 -1
|
@@ -29,6 +29,7 @@ const SUSHI = {
|
|
|
29
29
|
chainId: 1285,
|
|
30
30
|
website: 'https://sushi.com/',
|
|
31
31
|
description: 'Sushi is the home of DeFi. Their community is building a comprehensive, decentralized trading platform for the future of finance. Swap, earn, stack yields, lend, borrow, leverage all on one decentralized, community driven platform.',
|
|
32
|
+
tags: ['BLUECHIP'],
|
|
32
33
|
};
|
|
33
34
|
export const tokens = {
|
|
34
35
|
WNATIVE: MOVR,
|
|
@@ -69,6 +70,7 @@ export const tokens = {
|
|
|
69
70
|
decimals: 8,
|
|
70
71
|
website: 'https://dogecoin.com/',
|
|
71
72
|
description: 'Dogecoin is an open source peer-to-peer digital currency, favored by Shiba Inus worldwide.',
|
|
73
|
+
tags: ['MEMECOIN'],
|
|
72
74
|
},
|
|
73
75
|
XRP: {
|
|
74
76
|
name: 'XRP Token',
|
|
@@ -79,6 +81,7 @@ export const tokens = {
|
|
|
79
81
|
decimals: 6,
|
|
80
82
|
website: 'https://ripple.com/xrp/',
|
|
81
83
|
description: 'XRP is a digital asset built for payments. It is the native digital asset on the XRP Ledger—an open-source, permissionless and decentralized blockchain technology that can settle transactions in 3-5 seconds.',
|
|
84
|
+
tags: ['BLUECHIP'],
|
|
82
85
|
},
|
|
83
86
|
WAN: {
|
|
84
87
|
name: 'WAN Token',
|
|
@@ -192,6 +195,7 @@ export const tokens = {
|
|
|
192
195
|
description: 'Ether or ETH is the native currency built on the Ethereum blockchain.',
|
|
193
196
|
bridge: 'multichain',
|
|
194
197
|
documentation: 'https://ethereum.org/en/developers/docs/',
|
|
198
|
+
tags: ['BLUECHIP'],
|
|
195
199
|
},
|
|
196
200
|
BNB: {
|
|
197
201
|
name: 'Binance',
|
|
@@ -202,6 +206,7 @@ export const tokens = {
|
|
|
202
206
|
decimals: 18,
|
|
203
207
|
website: 'https://www.binance.com/',
|
|
204
208
|
description: 'Binance Coin (BNB) is an exchange-based token created and issued by the cryptocurrency exchange Binance. Initially created on the Ethereum blockchain as an ERC-20 token in July 2017, BNB was migrated over to Binance Chain in February 2019 and became the native coin of the Binance Chain.',
|
|
209
|
+
tags: ['BLUECHIP'],
|
|
205
210
|
},
|
|
206
211
|
WBTC: {
|
|
207
212
|
name: 'Wrapped BTC',
|
|
@@ -212,6 +217,7 @@ export const tokens = {
|
|
|
212
217
|
decimals: 8,
|
|
213
218
|
website: 'https://wbtc.network/',
|
|
214
219
|
description: 'Wrapped Bitcoin (WBTC) is the first ERC20 token backed 1:1 with Bitcoin. Completely transparent. 100% verifiable. Community led.',
|
|
220
|
+
tags: ['BLUECHIP'],
|
|
215
221
|
},
|
|
216
222
|
USDT: {
|
|
217
223
|
name: 'Tether USD',
|
|
@@ -233,6 +239,7 @@ export const tokens = {
|
|
|
233
239
|
decimals: 18,
|
|
234
240
|
website: 'https://polygon.technology/',
|
|
235
241
|
description: 'The MATIC token serves dual purposes: securing the Polygon network via staking and being used for the payment of transaction fees.',
|
|
242
|
+
tags: ['BLUECHIP'],
|
|
236
243
|
},
|
|
237
244
|
AVAX: {
|
|
238
245
|
name: 'Avalanche Token',
|
|
@@ -243,6 +250,7 @@ export const tokens = {
|
|
|
243
250
|
decimals: 18,
|
|
244
251
|
website: 'https://www.avalabs.org/',
|
|
245
252
|
description: 'Avalanche is the fastest smart contracts platform in the blockchain industry, as measured by time-to-finality, and has the most validators securing its activity of any proof-of-stake protocol.',
|
|
253
|
+
tags: ['BLUECHIP'],
|
|
246
254
|
},
|
|
247
255
|
RELAY: {
|
|
248
256
|
name: 'Relay Token',
|
|
@@ -275,6 +283,7 @@ export const tokens = {
|
|
|
275
283
|
decimals: 18,
|
|
276
284
|
website: 'https://fantom.foundation/defi/?__cf_chl_jschl_tk__=pmd_vfkYw1Z8PZor5oxGKrd9bxYd66paY0bLiQmy1dKOLpY-1633331752-0-gqNtZGzNAdCjcnBszQlR',
|
|
277
285
|
description: 'Fantom offers the first DeFi stack built on an aBFT consensus. It’s much faster, cheaper, and more reliable and secure than its predecessors.',
|
|
286
|
+
tags: ['BLUECHIP'],
|
|
278
287
|
},
|
|
279
288
|
MIM: {
|
|
280
289
|
name: 'Magic Internet Money',
|
|
@@ -62,6 +62,7 @@ export declare const one: {
|
|
|
62
62
|
readonly oracleId: "CRV";
|
|
63
63
|
readonly website: "https://curve.finance/";
|
|
64
64
|
readonly description: "Curve is an exchange liquidity pool on Ethereum. Curve is designed for extremely efficient stablecoin trading and low risk, supplemental fee income for liquidity providers, without an opportunity cost.";
|
|
65
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
65
66
|
};
|
|
66
67
|
readonly WBTC: {
|
|
67
68
|
readonly chainId: 1666600000;
|
|
@@ -72,6 +73,7 @@ export declare const one: {
|
|
|
72
73
|
readonly oracleId: "WBTC";
|
|
73
74
|
readonly website: "https://wbtc.network/";
|
|
74
75
|
readonly description: "Wrapped Bitcoin (WBTC) is the first ERC20 token backed 1:1 with Bitcoin. Completely transparent. 100% verifiable. Community led.";
|
|
76
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
75
77
|
};
|
|
76
78
|
readonly ETH: {
|
|
77
79
|
readonly chainId: 1666600000;
|
|
@@ -82,6 +84,7 @@ export declare const one: {
|
|
|
82
84
|
readonly oracleId: "ETH";
|
|
83
85
|
readonly website: "https://ethereum.org/";
|
|
84
86
|
readonly description: "The native currency that flows within the Ethereum economy is called Ether (ETH). Ether is typically used to pay for transaction fees called Gas, and it is the base currency of the network.";
|
|
87
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
85
88
|
};
|
|
86
89
|
readonly USDC: {
|
|
87
90
|
readonly name: "USD Coin";
|
|
@@ -103,6 +106,7 @@ export declare const one: {
|
|
|
103
106
|
readonly chainId: 1666600000;
|
|
104
107
|
readonly website: "https://sushi.com/";
|
|
105
108
|
readonly description: "Sushi is the home of DeFi. Their community is building a comprehensive, decentralized trading platform for the future of finance. Swap, earn, stack yields, lend, borrow, leverage all on one decentralized, community driven platform.";
|
|
109
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
106
110
|
};
|
|
107
111
|
readonly oneSUSHI: {
|
|
108
112
|
readonly symbol: "oneSUSHI";
|
|
@@ -113,6 +117,7 @@ export declare const one: {
|
|
|
113
117
|
readonly chainId: 1666600000;
|
|
114
118
|
readonly website: "https://sushi.com/";
|
|
115
119
|
readonly description: "Sushi is the home of DeFi. Their community is building a comprehensive, decentralized trading platform for the future of finance. Swap, earn, stack yields, lend, borrow, leverage all on one decentralized, community driven platform.";
|
|
120
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
116
121
|
};
|
|
117
122
|
readonly BUSD: {
|
|
118
123
|
readonly name: "BUSD Token";
|
|
@@ -155,6 +160,7 @@ export declare const one: {
|
|
|
155
160
|
readonly decimals: 18;
|
|
156
161
|
readonly website: "https://aave.com/";
|
|
157
162
|
readonly description: "Aave is an open source and non-custodial liquidity protocol for earning interest on deposits and borrowing assets.";
|
|
163
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
158
164
|
};
|
|
159
165
|
readonly AXS: {
|
|
160
166
|
readonly name: "Axie Infinity";
|
|
@@ -218,6 +224,7 @@ export declare const one: {
|
|
|
218
224
|
readonly decimals: 8;
|
|
219
225
|
readonly website: "https://wbtc.network/";
|
|
220
226
|
readonly description: "Wrapped Bitcoin (WBTC) is the first ERC20 token backed 1:1 with Bitcoin. Completely transparent. 100% verifiable. Community led.";
|
|
227
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
221
228
|
};
|
|
222
229
|
readonly 'oldBIFI-WONE LP': {
|
|
223
230
|
readonly name: "oldBIFI-WONE LP";
|
|
@@ -291,6 +298,7 @@ export declare const one: {
|
|
|
291
298
|
readonly oracleId: "CRV";
|
|
292
299
|
readonly website: "https://curve.finance/";
|
|
293
300
|
readonly description: "Curve is an exchange liquidity pool on Ethereum. Curve is designed for extremely efficient stablecoin trading and low risk, supplemental fee income for liquidity providers, without an opportunity cost.";
|
|
301
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
294
302
|
};
|
|
295
303
|
readonly WBTC: {
|
|
296
304
|
readonly chainId: 1666600000;
|
|
@@ -301,6 +309,7 @@ export declare const one: {
|
|
|
301
309
|
readonly oracleId: "WBTC";
|
|
302
310
|
readonly website: "https://wbtc.network/";
|
|
303
311
|
readonly description: "Wrapped Bitcoin (WBTC) is the first ERC20 token backed 1:1 with Bitcoin. Completely transparent. 100% verifiable. Community led.";
|
|
312
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
304
313
|
};
|
|
305
314
|
readonly ETH: {
|
|
306
315
|
readonly chainId: 1666600000;
|
|
@@ -311,6 +320,7 @@ export declare const one: {
|
|
|
311
320
|
readonly oracleId: "ETH";
|
|
312
321
|
readonly website: "https://ethereum.org/";
|
|
313
322
|
readonly description: "The native currency that flows within the Ethereum economy is called Ether (ETH). Ether is typically used to pay for transaction fees called Gas, and it is the base currency of the network.";
|
|
323
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
314
324
|
};
|
|
315
325
|
readonly USDC: {
|
|
316
326
|
readonly name: "USD Coin";
|
|
@@ -332,6 +342,7 @@ export declare const one: {
|
|
|
332
342
|
readonly chainId: 1666600000;
|
|
333
343
|
readonly website: "https://sushi.com/";
|
|
334
344
|
readonly description: "Sushi is the home of DeFi. Their community is building a comprehensive, decentralized trading platform for the future of finance. Swap, earn, stack yields, lend, borrow, leverage all on one decentralized, community driven platform.";
|
|
345
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
335
346
|
};
|
|
336
347
|
readonly oneSUSHI: {
|
|
337
348
|
readonly symbol: "oneSUSHI";
|
|
@@ -342,6 +353,7 @@ export declare const one: {
|
|
|
342
353
|
readonly chainId: 1666600000;
|
|
343
354
|
readonly website: "https://sushi.com/";
|
|
344
355
|
readonly description: "Sushi is the home of DeFi. Their community is building a comprehensive, decentralized trading platform for the future of finance. Swap, earn, stack yields, lend, borrow, leverage all on one decentralized, community driven platform.";
|
|
356
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
345
357
|
};
|
|
346
358
|
readonly BUSD: {
|
|
347
359
|
readonly name: "BUSD Token";
|
|
@@ -384,6 +396,7 @@ export declare const one: {
|
|
|
384
396
|
readonly decimals: 18;
|
|
385
397
|
readonly website: "https://aave.com/";
|
|
386
398
|
readonly description: "Aave is an open source and non-custodial liquidity protocol for earning interest on deposits and borrowing assets.";
|
|
399
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
387
400
|
};
|
|
388
401
|
readonly AXS: {
|
|
389
402
|
readonly name: "Axie Infinity";
|
|
@@ -447,6 +460,7 @@ export declare const one: {
|
|
|
447
460
|
readonly decimals: 8;
|
|
448
461
|
readonly website: "https://wbtc.network/";
|
|
449
462
|
readonly description: "Wrapped Bitcoin (WBTC) is the first ERC20 token backed 1:1 with Bitcoin. Completely transparent. 100% verifiable. Community led.";
|
|
463
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
450
464
|
};
|
|
451
465
|
readonly 'oldBIFI-WONE LP': {
|
|
452
466
|
readonly name: "oldBIFI-WONE LP";
|
|
@@ -59,6 +59,7 @@ export declare const tokens: {
|
|
|
59
59
|
readonly oracleId: "CRV";
|
|
60
60
|
readonly website: "https://curve.finance/";
|
|
61
61
|
readonly description: "Curve is an exchange liquidity pool on Ethereum. Curve is designed for extremely efficient stablecoin trading and low risk, supplemental fee income for liquidity providers, without an opportunity cost.";
|
|
62
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
62
63
|
};
|
|
63
64
|
readonly WBTC: {
|
|
64
65
|
readonly chainId: 1666600000;
|
|
@@ -69,6 +70,7 @@ export declare const tokens: {
|
|
|
69
70
|
readonly oracleId: "WBTC";
|
|
70
71
|
readonly website: "https://wbtc.network/";
|
|
71
72
|
readonly description: "Wrapped Bitcoin (WBTC) is the first ERC20 token backed 1:1 with Bitcoin. Completely transparent. 100% verifiable. Community led.";
|
|
73
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
72
74
|
};
|
|
73
75
|
readonly ETH: {
|
|
74
76
|
readonly chainId: 1666600000;
|
|
@@ -79,6 +81,7 @@ export declare const tokens: {
|
|
|
79
81
|
readonly oracleId: "ETH";
|
|
80
82
|
readonly website: "https://ethereum.org/";
|
|
81
83
|
readonly description: "The native currency that flows within the Ethereum economy is called Ether (ETH). Ether is typically used to pay for transaction fees called Gas, and it is the base currency of the network.";
|
|
84
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
82
85
|
};
|
|
83
86
|
readonly USDC: {
|
|
84
87
|
readonly name: "USD Coin";
|
|
@@ -100,6 +103,7 @@ export declare const tokens: {
|
|
|
100
103
|
readonly chainId: 1666600000;
|
|
101
104
|
readonly website: "https://sushi.com/";
|
|
102
105
|
readonly description: "Sushi is the home of DeFi. Their community is building a comprehensive, decentralized trading platform for the future of finance. Swap, earn, stack yields, lend, borrow, leverage all on one decentralized, community driven platform.";
|
|
106
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
103
107
|
};
|
|
104
108
|
readonly oneSUSHI: {
|
|
105
109
|
readonly symbol: "oneSUSHI";
|
|
@@ -110,6 +114,7 @@ export declare const tokens: {
|
|
|
110
114
|
readonly chainId: 1666600000;
|
|
111
115
|
readonly website: "https://sushi.com/";
|
|
112
116
|
readonly description: "Sushi is the home of DeFi. Their community is building a comprehensive, decentralized trading platform for the future of finance. Swap, earn, stack yields, lend, borrow, leverage all on one decentralized, community driven platform.";
|
|
117
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
113
118
|
};
|
|
114
119
|
readonly BUSD: {
|
|
115
120
|
readonly name: "BUSD Token";
|
|
@@ -152,6 +157,7 @@ export declare const tokens: {
|
|
|
152
157
|
readonly decimals: 18;
|
|
153
158
|
readonly website: "https://aave.com/";
|
|
154
159
|
readonly description: "Aave is an open source and non-custodial liquidity protocol for earning interest on deposits and borrowing assets.";
|
|
160
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
155
161
|
};
|
|
156
162
|
readonly AXS: {
|
|
157
163
|
readonly name: "Axie Infinity";
|
|
@@ -215,6 +221,7 @@ export declare const tokens: {
|
|
|
215
221
|
readonly decimals: 8;
|
|
216
222
|
readonly website: "https://wbtc.network/";
|
|
217
223
|
readonly description: "Wrapped Bitcoin (WBTC) is the first ERC20 token backed 1:1 with Bitcoin. Completely transparent. 100% verifiable. Community led.";
|
|
224
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
218
225
|
};
|
|
219
226
|
readonly 'oldBIFI-WONE LP': {
|
|
220
227
|
readonly name: "oldBIFI-WONE LP";
|
|
@@ -17,6 +17,7 @@ const SUSHI = {
|
|
|
17
17
|
chainId: 1666600000,
|
|
18
18
|
website: 'https://sushi.com/',
|
|
19
19
|
description: 'Sushi is the home of DeFi. Their community is building a comprehensive, decentralized trading platform for the future of finance. Swap, earn, stack yields, lend, borrow, leverage all on one decentralized, community driven platform.',
|
|
20
|
+
tags: ['BLUECHIP'],
|
|
20
21
|
};
|
|
21
22
|
export const tokens = {
|
|
22
23
|
WNATIVE: ONE,
|
|
@@ -43,6 +44,7 @@ export const tokens = {
|
|
|
43
44
|
oracleId: 'CRV',
|
|
44
45
|
website: 'https://curve.finance/',
|
|
45
46
|
description: 'Curve is an exchange liquidity pool on Ethereum. Curve is designed for extremely efficient stablecoin trading and low risk, supplemental fee income for liquidity providers, without an opportunity cost.',
|
|
47
|
+
tags: ['BLUECHIP'],
|
|
46
48
|
},
|
|
47
49
|
WBTC: {
|
|
48
50
|
chainId: 1666600000,
|
|
@@ -53,6 +55,7 @@ export const tokens = {
|
|
|
53
55
|
oracleId: 'WBTC',
|
|
54
56
|
website: 'https://wbtc.network/',
|
|
55
57
|
description: 'Wrapped Bitcoin (WBTC) is the first ERC20 token backed 1:1 with Bitcoin. Completely transparent. 100% verifiable. Community led.',
|
|
58
|
+
tags: ['BLUECHIP'],
|
|
56
59
|
},
|
|
57
60
|
ETH: {
|
|
58
61
|
chainId: 1666600000,
|
|
@@ -63,6 +66,7 @@ export const tokens = {
|
|
|
63
66
|
oracleId: 'ETH',
|
|
64
67
|
website: 'https://ethereum.org/',
|
|
65
68
|
description: 'The native currency that flows within the Ethereum economy is called Ether (ETH). Ether is typically used to pay for transaction fees called Gas, and it is the base currency of the network.',
|
|
69
|
+
tags: ['BLUECHIP'],
|
|
66
70
|
},
|
|
67
71
|
USDC: {
|
|
68
72
|
name: 'USD Coin',
|
|
@@ -121,6 +125,7 @@ export const tokens = {
|
|
|
121
125
|
decimals: 18,
|
|
122
126
|
website: 'https://aave.com/',
|
|
123
127
|
description: 'Aave is an open source and non-custodial liquidity protocol for earning interest on deposits and borrowing assets.',
|
|
128
|
+
tags: ['BLUECHIP'],
|
|
124
129
|
},
|
|
125
130
|
AXS: {
|
|
126
131
|
name: 'Axie Infinity',
|
|
@@ -184,6 +189,7 @@ export const tokens = {
|
|
|
184
189
|
decimals: 8,
|
|
185
190
|
website: 'https://wbtc.network/',
|
|
186
191
|
description: 'Wrapped Bitcoin (WBTC) is the first ERC20 token backed 1:1 with Bitcoin. Completely transparent. 100% verifiable. Community led.',
|
|
192
|
+
tags: ['BLUECHIP'],
|
|
187
193
|
},
|
|
188
194
|
'oldBIFI-WONE LP': {
|
|
189
195
|
name: 'oldBIFI-WONE LP',
|
|
@@ -13,6 +13,7 @@ export declare const optimism: {
|
|
|
13
13
|
readonly description: "Ether or ETH is the native currency built on the Ethereum blockchain.";
|
|
14
14
|
readonly bridge: "optimism-canonical";
|
|
15
15
|
readonly documentation: "https://ethereum.org/en/developers/docs/";
|
|
16
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
16
17
|
};
|
|
17
18
|
readonly FEES: {
|
|
18
19
|
readonly name: "Wrapped Ether";
|
|
@@ -25,6 +26,7 @@ export declare const optimism: {
|
|
|
25
26
|
readonly description: "Ether or ETH is the native currency built on the Ethereum blockchain.";
|
|
26
27
|
readonly bridge: "optimism-canonical";
|
|
27
28
|
readonly documentation: "https://ethereum.org/en/developers/docs/";
|
|
29
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
28
30
|
};
|
|
29
31
|
readonly ETH: {
|
|
30
32
|
readonly name: "Wrapped Ether";
|
|
@@ -37,6 +39,7 @@ export declare const optimism: {
|
|
|
37
39
|
readonly description: "Ether or ETH is the native currency built on the Ethereum blockchain.";
|
|
38
40
|
readonly bridge: "optimism-canonical";
|
|
39
41
|
readonly documentation: "https://ethereum.org/en/developers/docs/";
|
|
42
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
40
43
|
};
|
|
41
44
|
readonly WETH: {
|
|
42
45
|
readonly name: "Wrapped Ether";
|
|
@@ -49,6 +52,7 @@ export declare const optimism: {
|
|
|
49
52
|
readonly description: "Ether or ETH is the native currency built on the Ethereum blockchain.";
|
|
50
53
|
readonly bridge: "optimism-canonical";
|
|
51
54
|
readonly documentation: "https://ethereum.org/en/developers/docs/";
|
|
55
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
52
56
|
};
|
|
53
57
|
readonly mooBIFI: {
|
|
54
58
|
readonly name: "Bridged BIFI Vault Receipt";
|
|
@@ -61,6 +65,7 @@ export declare const optimism: {
|
|
|
61
65
|
readonly description: "The incentive-bearing Beefy Token (mooBIFI) applies the magic of Beefy's autocompounding technology to the BIFI token. It is the vault token for the BIFI Vault, which automatically claims and swaps governance incentives into more BIFI, and redeposits to unlock exponential growth. On chains other than Ethereum, mooBIFI is a bridged copy of the native Ethereum token, and cannot be returned to BIFI without first bridging back to Ethereum. mooBIFI holders on all chains retain their full voting power corresponding to the underlying amount of BIFI deposited and compounding on Ethereum.";
|
|
62
66
|
readonly documentation: "https://docs.beefy.finance/";
|
|
63
67
|
readonly bridge: "beefy";
|
|
68
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
64
69
|
};
|
|
65
70
|
readonly oldBIFI: {
|
|
66
71
|
readonly name: "Beefy.Finance";
|
|
@@ -153,6 +158,7 @@ export declare const optimism: {
|
|
|
153
158
|
readonly description: "Optimistic Rollup is a layer 2 scaling solution that scales both transaction throughput and computation on Ethereum. The backbone of our implementation is the Optimistic Virtual Machine (OVM), which is fully compatible with the EVM.";
|
|
154
159
|
readonly bridge: "native";
|
|
155
160
|
readonly documentation: "https://help.optimism.io/hc/en-us/articles/5497354656283-What-is-the-Optimism-Token";
|
|
161
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
156
162
|
};
|
|
157
163
|
readonly opUSDCe: {
|
|
158
164
|
readonly name: "USD Coin";
|
|
@@ -203,6 +209,7 @@ export declare const optimism: {
|
|
|
203
209
|
readonly website: "https://wbtc.network/";
|
|
204
210
|
readonly description: "Wrapped Bitcoin (WBTC) is the first ERC20 token backed 1:1 with Bitcoin. Completely transparent. 100% verifiable. Community led.";
|
|
205
211
|
readonly bridge: "optimism-canonical";
|
|
212
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
206
213
|
};
|
|
207
214
|
readonly sBTC: {
|
|
208
215
|
readonly chainId: 10;
|
|
@@ -251,6 +258,7 @@ export declare const optimism: {
|
|
|
251
258
|
readonly description: "Synthetix is the backbone for derivatives trading in DeFi, allowing anyone, anywhere to gain on-chain exposure to a vast range of assets.";
|
|
252
259
|
readonly bridge: "optimism-canonical";
|
|
253
260
|
readonly documentation: "https://docs.synthetix.io/synthetix-protocol/the-synthetix-protocol/synthetix-token-snx";
|
|
261
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
254
262
|
};
|
|
255
263
|
readonly PERP: {
|
|
256
264
|
readonly name: "Perpetual Protocol";
|
|
@@ -273,6 +281,7 @@ export declare const optimism: {
|
|
|
273
281
|
readonly website: "https://balancer.fi/";
|
|
274
282
|
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.";
|
|
275
283
|
readonly bridge: "optimism-canonical";
|
|
284
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
276
285
|
};
|
|
277
286
|
readonly MAI: {
|
|
278
287
|
readonly chainId: 10;
|
|
@@ -373,6 +382,7 @@ export declare const optimism: {
|
|
|
373
382
|
readonly website: "https://stargate.finance/";
|
|
374
383
|
readonly description: "The native currency that flows within the Ethereum economy is called Ether (ETH). Ether is typically used to pay for transaction fees called Gas, and it is the base currency of the network.";
|
|
375
384
|
readonly documentation: "https://stargateprotocol.gitbook.io/stargate/v/user-docs/";
|
|
385
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
376
386
|
};
|
|
377
387
|
readonly renBTC: {
|
|
378
388
|
readonly name: "renBTC";
|
|
@@ -549,6 +559,7 @@ export declare const optimism: {
|
|
|
549
559
|
readonly description: "As a Rocket Pool staker, your role is to deposit ETH into the deposit pool which will enable a node operator to create a new Beacon Chain validator. You can stake as little as 0.01 ETH. In doing so, you will be given a token called rETH. rETH represents both how much ETH you deposited, and when you deposited it.";
|
|
550
560
|
readonly bridge: "optimism-canonical";
|
|
551
561
|
readonly documentation: "https://docs.rocketpool.net/guides/";
|
|
562
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
552
563
|
};
|
|
553
564
|
readonly 'bbUSD+': {
|
|
554
565
|
readonly name: "Beets Composable Pool USD+ Stablecoin";
|
|
@@ -573,7 +584,7 @@ export declare const optimism: {
|
|
|
573
584
|
readonly description: "USD+ is USDC that pays you yield daily via rebase. It is 100% collateralized with assets immediately convertible into USDC. Yield is generated via strategies such as lending and stable-to-stable pools. Initial strategies include Aave, Rubicon, and Pika.";
|
|
574
585
|
readonly bridge: "native";
|
|
575
586
|
readonly documentation: "https://docs.overnight.fi/";
|
|
576
|
-
readonly tags: readonly ["CURATED"];
|
|
587
|
+
readonly tags: readonly ["CURATED", "STABLECOIN"];
|
|
577
588
|
};
|
|
578
589
|
readonly 'wUSD+': {
|
|
579
590
|
readonly name: "Wrapped USD+ Stablecoin";
|
|
@@ -586,7 +597,7 @@ export declare const optimism: {
|
|
|
586
597
|
readonly description: "wUSD+ is wrapped USD+, a yield-generating stablecoin backed by a portfolio of low-risk DeFi assets. It allows users to mint and redeem instantly against USDC, providing liquidity management, AMM trading, and leveraged yield farming opportunities. This capital-efficient stablecoin enables users to earn extra yield on their stablecoin holdings while participating in DeFi activities.";
|
|
587
598
|
readonly bridge: "native";
|
|
588
599
|
readonly documentation: "https://docs.overnight.fi/";
|
|
589
|
-
readonly tags: readonly ["CURATED"];
|
|
600
|
+
readonly tags: readonly ["CURATED", "STABLECOIN"];
|
|
590
601
|
};
|
|
591
602
|
readonly 'DAI+': {
|
|
592
603
|
readonly name: "DAI+ Stablecoin";
|
|
@@ -599,7 +610,7 @@ export declare const optimism: {
|
|
|
599
610
|
readonly description: "DAI+ is DAI that pays you yield daily via rebase. It is 100% collateralized with assets immediately convertible into DAI. Yield is generated via strategies such as lending and stable-to-stable pools. Initial strategies include Aave, Rubicon, and Pika.";
|
|
600
611
|
readonly bridge: "native";
|
|
601
612
|
readonly documentation: "https://docs.overnight.fi/";
|
|
602
|
-
readonly tags: readonly ["CURATED"];
|
|
613
|
+
readonly tags: readonly ["CURATED", "STABLECOIN"];
|
|
603
614
|
};
|
|
604
615
|
readonly 'bbDAI+': {
|
|
605
616
|
readonly name: "Beets Composable Pool DAI+ Stablecoin";
|
|
@@ -832,6 +843,7 @@ export declare const optimism: {
|
|
|
832
843
|
readonly description: "Lido is a liquid staking solution for ETH backed by industry-leading staking providers. Lido lets users stake their ETH - without locking assets or maintaining infrastructure - whilst participating in on-chain activities, e.g. lending. Lido attempts to solve the problems associated with initial ETH staking - illiquidity, immovability and accessibility - making staked ETH liquid and allowing for participation with any amount of ETH to improve security of the Ethereum network.";
|
|
833
844
|
readonly bridge: "optimism-canonical";
|
|
834
845
|
readonly documentation: "https://docs.lido.fi/";
|
|
846
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
835
847
|
};
|
|
836
848
|
readonly hETH: {
|
|
837
849
|
readonly name: "ETH Hop Token";
|
|
@@ -906,6 +918,7 @@ export declare const optimism: {
|
|
|
906
918
|
readonly description: "Lido is a liquid staking solution for ETH 2.0 backed by industry-leading staking providers.";
|
|
907
919
|
readonly bridge: "optimism-canonical";
|
|
908
920
|
readonly documentation: "https://docs.lido.fi/";
|
|
921
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
909
922
|
};
|
|
910
923
|
readonly KWENTA: {
|
|
911
924
|
readonly name: "Kwenta";
|
|
@@ -989,6 +1002,7 @@ export declare const optimism: {
|
|
|
989
1002
|
readonly description: "Link is the currency used to pay the Chainlink node operators for their work. Chainlink node operators have to stake LINK in the network in order to participate and provide data services.";
|
|
990
1003
|
readonly bridge: "optimism-canonical";
|
|
991
1004
|
readonly documentation: "https://docs.chain.link/resources/link-token-contracts";
|
|
1005
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
992
1006
|
};
|
|
993
1007
|
readonly BOB: {
|
|
994
1008
|
readonly name: "BOB";
|
|
@@ -1047,6 +1061,7 @@ export declare const optimism: {
|
|
|
1047
1061
|
readonly description: "Curve is an exchange liquidity pool on Ethereum. Curve is designed for extremely efficient stablecoin trading and low risk, supplemental fee income for liquidity providers, without an opportunity cost.";
|
|
1048
1062
|
readonly bridge: "optimism-canonical";
|
|
1049
1063
|
readonly documentation: "https://curve.readthedocs.io/";
|
|
1064
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
1050
1065
|
};
|
|
1051
1066
|
readonly STG: {
|
|
1052
1067
|
readonly name: "StargateToken";
|
|
@@ -1120,6 +1135,7 @@ export declare const optimism: {
|
|
|
1120
1135
|
readonly documentation: "https://docs.threshold.network/";
|
|
1121
1136
|
readonly description: "Threshold is the first ever on-chain merge between two existing networks and communities, Keep and NuCypher. Threshold provides a suite of threshold cryptography services that power user sovereignty on the blockchain.";
|
|
1122
1137
|
readonly bridge: "optimism-canonical";
|
|
1138
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
1123
1139
|
};
|
|
1124
1140
|
readonly UNIDX: {
|
|
1125
1141
|
readonly name: "Unidex";
|
|
@@ -1193,6 +1209,7 @@ export declare const optimism: {
|
|
|
1193
1209
|
readonly description: "Pendle is a permissionless yield-trading protocol where users can execute various yield-management strategies.";
|
|
1194
1210
|
readonly documentation: "https://docs.pendle.finance/home?utm_source=landing&utm_medium=landing";
|
|
1195
1211
|
readonly bridge: "optimism-canonical";
|
|
1212
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
1196
1213
|
};
|
|
1197
1214
|
readonly ankrETH: {
|
|
1198
1215
|
readonly name: "Ankr Staked ETH";
|
|
@@ -1433,7 +1450,7 @@ export declare const optimism: {
|
|
|
1433
1450
|
readonly description: "Stake ETH, get eETH - a natively restaked liquid staking token that fuels DeFi and decentralizes Ethereum.";
|
|
1434
1451
|
readonly documentation: "https://etherfi.gitbook.io/etherfi";
|
|
1435
1452
|
readonly bridge: "stargate";
|
|
1436
|
-
readonly tags: readonly ["NO_TIMELOCK"];
|
|
1453
|
+
readonly tags: readonly ["BLUECHIP", "NO_TIMELOCK"];
|
|
1437
1454
|
};
|
|
1438
1455
|
readonly ZRO: {
|
|
1439
1456
|
readonly name: "LayerZero";
|
|
@@ -1446,6 +1463,7 @@ export declare const optimism: {
|
|
|
1446
1463
|
readonly documentation: "https://docs.layerzero.network/v2";
|
|
1447
1464
|
readonly description: "ZRO is the native asset of the LayerZero protocol. LayerZero is an omnichain interoperability protocol that supports censorship-resistant messages and permissionless development through immutable smart contracts called Endpoints.";
|
|
1448
1465
|
readonly bridge: "layer-zero";
|
|
1466
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
1449
1467
|
};
|
|
1450
1468
|
readonly ezETH: {
|
|
1451
1469
|
readonly name: "Renzo Restaked ETH";
|
|
@@ -1612,7 +1630,7 @@ export declare const optimism: {
|
|
|
1612
1630
|
readonly description: "Overtime is an onchain sportsbook ecosystem with platforms for placing bets on popular sporting events and digital options trading.";
|
|
1613
1631
|
readonly documentation: "https://docs.overtime.io/";
|
|
1614
1632
|
readonly bridge: "chainlink-ccip";
|
|
1615
|
-
readonly tags: readonly ["LARGE_HOLDERS", "NO_TIMELOCK"];
|
|
1633
|
+
readonly tags: readonly ["MEMECOIN", "LARGE_HOLDERS", "NO_TIMELOCK"];
|
|
1616
1634
|
};
|
|
1617
1635
|
readonly BOLDV2: {
|
|
1618
1636
|
readonly name: "BOLD Stablecoin";
|
|
@@ -1714,6 +1732,7 @@ export declare const optimism: {
|
|
|
1714
1732
|
readonly description: "Ether or ETH is the native currency built on the Ethereum blockchain.";
|
|
1715
1733
|
readonly bridge: "optimism-canonical";
|
|
1716
1734
|
readonly documentation: "https://ethereum.org/en/developers/docs/";
|
|
1735
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
1717
1736
|
};
|
|
1718
1737
|
readonly FEES: {
|
|
1719
1738
|
readonly name: "Wrapped Ether";
|
|
@@ -1726,6 +1745,7 @@ export declare const optimism: {
|
|
|
1726
1745
|
readonly description: "Ether or ETH is the native currency built on the Ethereum blockchain.";
|
|
1727
1746
|
readonly bridge: "optimism-canonical";
|
|
1728
1747
|
readonly documentation: "https://ethereum.org/en/developers/docs/";
|
|
1748
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
1729
1749
|
};
|
|
1730
1750
|
readonly ETH: {
|
|
1731
1751
|
readonly name: "Wrapped Ether";
|
|
@@ -1738,6 +1758,7 @@ export declare const optimism: {
|
|
|
1738
1758
|
readonly description: "Ether or ETH is the native currency built on the Ethereum blockchain.";
|
|
1739
1759
|
readonly bridge: "optimism-canonical";
|
|
1740
1760
|
readonly documentation: "https://ethereum.org/en/developers/docs/";
|
|
1761
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
1741
1762
|
};
|
|
1742
1763
|
readonly WETH: {
|
|
1743
1764
|
readonly name: "Wrapped Ether";
|
|
@@ -1750,6 +1771,7 @@ export declare const optimism: {
|
|
|
1750
1771
|
readonly description: "Ether or ETH is the native currency built on the Ethereum blockchain.";
|
|
1751
1772
|
readonly bridge: "optimism-canonical";
|
|
1752
1773
|
readonly documentation: "https://ethereum.org/en/developers/docs/";
|
|
1774
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
1753
1775
|
};
|
|
1754
1776
|
readonly mooBIFI: {
|
|
1755
1777
|
readonly name: "Bridged BIFI Vault Receipt";
|
|
@@ -1762,6 +1784,7 @@ export declare const optimism: {
|
|
|
1762
1784
|
readonly description: "The incentive-bearing Beefy Token (mooBIFI) applies the magic of Beefy's autocompounding technology to the BIFI token. It is the vault token for the BIFI Vault, which automatically claims and swaps governance incentives into more BIFI, and redeposits to unlock exponential growth. On chains other than Ethereum, mooBIFI is a bridged copy of the native Ethereum token, and cannot be returned to BIFI without first bridging back to Ethereum. mooBIFI holders on all chains retain their full voting power corresponding to the underlying amount of BIFI deposited and compounding on Ethereum.";
|
|
1763
1785
|
readonly documentation: "https://docs.beefy.finance/";
|
|
1764
1786
|
readonly bridge: "beefy";
|
|
1787
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
1765
1788
|
};
|
|
1766
1789
|
readonly oldBIFI: {
|
|
1767
1790
|
readonly name: "Beefy.Finance";
|
|
@@ -1854,6 +1877,7 @@ export declare const optimism: {
|
|
|
1854
1877
|
readonly description: "Optimistic Rollup is a layer 2 scaling solution that scales both transaction throughput and computation on Ethereum. The backbone of our implementation is the Optimistic Virtual Machine (OVM), which is fully compatible with the EVM.";
|
|
1855
1878
|
readonly bridge: "native";
|
|
1856
1879
|
readonly documentation: "https://help.optimism.io/hc/en-us/articles/5497354656283-What-is-the-Optimism-Token";
|
|
1880
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
1857
1881
|
};
|
|
1858
1882
|
readonly opUSDCe: {
|
|
1859
1883
|
readonly name: "USD Coin";
|
|
@@ -1904,6 +1928,7 @@ export declare const optimism: {
|
|
|
1904
1928
|
readonly website: "https://wbtc.network/";
|
|
1905
1929
|
readonly description: "Wrapped Bitcoin (WBTC) is the first ERC20 token backed 1:1 with Bitcoin. Completely transparent. 100% verifiable. Community led.";
|
|
1906
1930
|
readonly bridge: "optimism-canonical";
|
|
1931
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
1907
1932
|
};
|
|
1908
1933
|
readonly sBTC: {
|
|
1909
1934
|
readonly chainId: 10;
|
|
@@ -1952,6 +1977,7 @@ export declare const optimism: {
|
|
|
1952
1977
|
readonly description: "Synthetix is the backbone for derivatives trading in DeFi, allowing anyone, anywhere to gain on-chain exposure to a vast range of assets.";
|
|
1953
1978
|
readonly bridge: "optimism-canonical";
|
|
1954
1979
|
readonly documentation: "https://docs.synthetix.io/synthetix-protocol/the-synthetix-protocol/synthetix-token-snx";
|
|
1980
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
1955
1981
|
};
|
|
1956
1982
|
readonly PERP: {
|
|
1957
1983
|
readonly name: "Perpetual Protocol";
|
|
@@ -1974,6 +2000,7 @@ export declare const optimism: {
|
|
|
1974
2000
|
readonly website: "https://balancer.fi/";
|
|
1975
2001
|
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.";
|
|
1976
2002
|
readonly bridge: "optimism-canonical";
|
|
2003
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
1977
2004
|
};
|
|
1978
2005
|
readonly MAI: {
|
|
1979
2006
|
readonly chainId: 10;
|
|
@@ -2074,6 +2101,7 @@ export declare const optimism: {
|
|
|
2074
2101
|
readonly website: "https://stargate.finance/";
|
|
2075
2102
|
readonly description: "The native currency that flows within the Ethereum economy is called Ether (ETH). Ether is typically used to pay for transaction fees called Gas, and it is the base currency of the network.";
|
|
2076
2103
|
readonly documentation: "https://stargateprotocol.gitbook.io/stargate/v/user-docs/";
|
|
2104
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
2077
2105
|
};
|
|
2078
2106
|
readonly renBTC: {
|
|
2079
2107
|
readonly name: "renBTC";
|
|
@@ -2250,6 +2278,7 @@ export declare const optimism: {
|
|
|
2250
2278
|
readonly description: "As a Rocket Pool staker, your role is to deposit ETH into the deposit pool which will enable a node operator to create a new Beacon Chain validator. You can stake as little as 0.01 ETH. In doing so, you will be given a token called rETH. rETH represents both how much ETH you deposited, and when you deposited it.";
|
|
2251
2279
|
readonly bridge: "optimism-canonical";
|
|
2252
2280
|
readonly documentation: "https://docs.rocketpool.net/guides/";
|
|
2281
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
2253
2282
|
};
|
|
2254
2283
|
readonly 'bbUSD+': {
|
|
2255
2284
|
readonly name: "Beets Composable Pool USD+ Stablecoin";
|
|
@@ -2274,7 +2303,7 @@ export declare const optimism: {
|
|
|
2274
2303
|
readonly description: "USD+ is USDC that pays you yield daily via rebase. It is 100% collateralized with assets immediately convertible into USDC. Yield is generated via strategies such as lending and stable-to-stable pools. Initial strategies include Aave, Rubicon, and Pika.";
|
|
2275
2304
|
readonly bridge: "native";
|
|
2276
2305
|
readonly documentation: "https://docs.overnight.fi/";
|
|
2277
|
-
readonly tags: readonly ["CURATED"];
|
|
2306
|
+
readonly tags: readonly ["CURATED", "STABLECOIN"];
|
|
2278
2307
|
};
|
|
2279
2308
|
readonly 'wUSD+': {
|
|
2280
2309
|
readonly name: "Wrapped USD+ Stablecoin";
|
|
@@ -2287,7 +2316,7 @@ export declare const optimism: {
|
|
|
2287
2316
|
readonly description: "wUSD+ is wrapped USD+, a yield-generating stablecoin backed by a portfolio of low-risk DeFi assets. It allows users to mint and redeem instantly against USDC, providing liquidity management, AMM trading, and leveraged yield farming opportunities. This capital-efficient stablecoin enables users to earn extra yield on their stablecoin holdings while participating in DeFi activities.";
|
|
2288
2317
|
readonly bridge: "native";
|
|
2289
2318
|
readonly documentation: "https://docs.overnight.fi/";
|
|
2290
|
-
readonly tags: readonly ["CURATED"];
|
|
2319
|
+
readonly tags: readonly ["CURATED", "STABLECOIN"];
|
|
2291
2320
|
};
|
|
2292
2321
|
readonly 'DAI+': {
|
|
2293
2322
|
readonly name: "DAI+ Stablecoin";
|
|
@@ -2300,7 +2329,7 @@ export declare const optimism: {
|
|
|
2300
2329
|
readonly description: "DAI+ is DAI that pays you yield daily via rebase. It is 100% collateralized with assets immediately convertible into DAI. Yield is generated via strategies such as lending and stable-to-stable pools. Initial strategies include Aave, Rubicon, and Pika.";
|
|
2301
2330
|
readonly bridge: "native";
|
|
2302
2331
|
readonly documentation: "https://docs.overnight.fi/";
|
|
2303
|
-
readonly tags: readonly ["CURATED"];
|
|
2332
|
+
readonly tags: readonly ["CURATED", "STABLECOIN"];
|
|
2304
2333
|
};
|
|
2305
2334
|
readonly 'bbDAI+': {
|
|
2306
2335
|
readonly name: "Beets Composable Pool DAI+ Stablecoin";
|
|
@@ -2533,6 +2562,7 @@ export declare const optimism: {
|
|
|
2533
2562
|
readonly description: "Lido is a liquid staking solution for ETH backed by industry-leading staking providers. Lido lets users stake their ETH - without locking assets or maintaining infrastructure - whilst participating in on-chain activities, e.g. lending. Lido attempts to solve the problems associated with initial ETH staking - illiquidity, immovability and accessibility - making staked ETH liquid and allowing for participation with any amount of ETH to improve security of the Ethereum network.";
|
|
2534
2563
|
readonly bridge: "optimism-canonical";
|
|
2535
2564
|
readonly documentation: "https://docs.lido.fi/";
|
|
2565
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
2536
2566
|
};
|
|
2537
2567
|
readonly hETH: {
|
|
2538
2568
|
readonly name: "ETH Hop Token";
|
|
@@ -2607,6 +2637,7 @@ export declare const optimism: {
|
|
|
2607
2637
|
readonly description: "Lido is a liquid staking solution for ETH 2.0 backed by industry-leading staking providers.";
|
|
2608
2638
|
readonly bridge: "optimism-canonical";
|
|
2609
2639
|
readonly documentation: "https://docs.lido.fi/";
|
|
2640
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
2610
2641
|
};
|
|
2611
2642
|
readonly KWENTA: {
|
|
2612
2643
|
readonly name: "Kwenta";
|
|
@@ -2690,6 +2721,7 @@ export declare const optimism: {
|
|
|
2690
2721
|
readonly description: "Link is the currency used to pay the Chainlink node operators for their work. Chainlink node operators have to stake LINK in the network in order to participate and provide data services.";
|
|
2691
2722
|
readonly bridge: "optimism-canonical";
|
|
2692
2723
|
readonly documentation: "https://docs.chain.link/resources/link-token-contracts";
|
|
2724
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
2693
2725
|
};
|
|
2694
2726
|
readonly BOB: {
|
|
2695
2727
|
readonly name: "BOB";
|
|
@@ -2748,6 +2780,7 @@ export declare const optimism: {
|
|
|
2748
2780
|
readonly description: "Curve is an exchange liquidity pool on Ethereum. Curve is designed for extremely efficient stablecoin trading and low risk, supplemental fee income for liquidity providers, without an opportunity cost.";
|
|
2749
2781
|
readonly bridge: "optimism-canonical";
|
|
2750
2782
|
readonly documentation: "https://curve.readthedocs.io/";
|
|
2783
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
2751
2784
|
};
|
|
2752
2785
|
readonly STG: {
|
|
2753
2786
|
readonly name: "StargateToken";
|
|
@@ -2821,6 +2854,7 @@ export declare const optimism: {
|
|
|
2821
2854
|
readonly documentation: "https://docs.threshold.network/";
|
|
2822
2855
|
readonly description: "Threshold is the first ever on-chain merge between two existing networks and communities, Keep and NuCypher. Threshold provides a suite of threshold cryptography services that power user sovereignty on the blockchain.";
|
|
2823
2856
|
readonly bridge: "optimism-canonical";
|
|
2857
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
2824
2858
|
};
|
|
2825
2859
|
readonly UNIDX: {
|
|
2826
2860
|
readonly name: "Unidex";
|
|
@@ -2894,6 +2928,7 @@ export declare const optimism: {
|
|
|
2894
2928
|
readonly description: "Pendle is a permissionless yield-trading protocol where users can execute various yield-management strategies.";
|
|
2895
2929
|
readonly documentation: "https://docs.pendle.finance/home?utm_source=landing&utm_medium=landing";
|
|
2896
2930
|
readonly bridge: "optimism-canonical";
|
|
2931
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
2897
2932
|
};
|
|
2898
2933
|
readonly ankrETH: {
|
|
2899
2934
|
readonly name: "Ankr Staked ETH";
|
|
@@ -3134,7 +3169,7 @@ export declare const optimism: {
|
|
|
3134
3169
|
readonly description: "Stake ETH, get eETH - a natively restaked liquid staking token that fuels DeFi and decentralizes Ethereum.";
|
|
3135
3170
|
readonly documentation: "https://etherfi.gitbook.io/etherfi";
|
|
3136
3171
|
readonly bridge: "stargate";
|
|
3137
|
-
readonly tags: readonly ["NO_TIMELOCK"];
|
|
3172
|
+
readonly tags: readonly ["BLUECHIP", "NO_TIMELOCK"];
|
|
3138
3173
|
};
|
|
3139
3174
|
readonly ZRO: {
|
|
3140
3175
|
readonly name: "LayerZero";
|
|
@@ -3147,6 +3182,7 @@ export declare const optimism: {
|
|
|
3147
3182
|
readonly documentation: "https://docs.layerzero.network/v2";
|
|
3148
3183
|
readonly description: "ZRO is the native asset of the LayerZero protocol. LayerZero is an omnichain interoperability protocol that supports censorship-resistant messages and permissionless development through immutable smart contracts called Endpoints.";
|
|
3149
3184
|
readonly bridge: "layer-zero";
|
|
3185
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
3150
3186
|
};
|
|
3151
3187
|
readonly ezETH: {
|
|
3152
3188
|
readonly name: "Renzo Restaked ETH";
|
|
@@ -3313,7 +3349,7 @@ export declare const optimism: {
|
|
|
3313
3349
|
readonly description: "Overtime is an onchain sportsbook ecosystem with platforms for placing bets on popular sporting events and digital options trading.";
|
|
3314
3350
|
readonly documentation: "https://docs.overtime.io/";
|
|
3315
3351
|
readonly bridge: "chainlink-ccip";
|
|
3316
|
-
readonly tags: readonly ["LARGE_HOLDERS", "NO_TIMELOCK"];
|
|
3352
|
+
readonly tags: readonly ["MEMECOIN", "LARGE_HOLDERS", "NO_TIMELOCK"];
|
|
3317
3353
|
};
|
|
3318
3354
|
readonly BOLDV2: {
|
|
3319
3355
|
readonly name: "BOLD Stablecoin";
|