@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
|
@@ -10,6 +10,7 @@ export declare const tokens: {
|
|
|
10
10
|
readonly description: "Ether or ETH is the native currency built on the Ethereum blockchain.";
|
|
11
11
|
readonly bridge: "arbitrum-canonical";
|
|
12
12
|
readonly documentation: "https://ethereum.org/en/developers/docs/";
|
|
13
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
13
14
|
};
|
|
14
15
|
readonly FEES: {
|
|
15
16
|
readonly name: "Wrapped Ether";
|
|
@@ -22,6 +23,7 @@ export declare const tokens: {
|
|
|
22
23
|
readonly description: "Ether or ETH is the native currency built on the Ethereum blockchain.";
|
|
23
24
|
readonly bridge: "arbitrum-canonical";
|
|
24
25
|
readonly documentation: "https://ethereum.org/en/developers/docs/";
|
|
26
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
25
27
|
};
|
|
26
28
|
readonly ETH: {
|
|
27
29
|
readonly name: "Wrapped Ether";
|
|
@@ -34,6 +36,7 @@ export declare const tokens: {
|
|
|
34
36
|
readonly description: "Ether or ETH is the native currency built on the Ethereum blockchain.";
|
|
35
37
|
readonly bridge: "arbitrum-canonical";
|
|
36
38
|
readonly documentation: "https://ethereum.org/en/developers/docs/";
|
|
39
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
37
40
|
};
|
|
38
41
|
readonly WETH: {
|
|
39
42
|
readonly name: "Wrapped Ether";
|
|
@@ -46,6 +49,7 @@ export declare const tokens: {
|
|
|
46
49
|
readonly description: "Ether or ETH is the native currency built on the Ethereum blockchain.";
|
|
47
50
|
readonly bridge: "arbitrum-canonical";
|
|
48
51
|
readonly documentation: "https://ethereum.org/en/developers/docs/";
|
|
52
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
49
53
|
};
|
|
50
54
|
readonly RPL: {
|
|
51
55
|
readonly name: "Rocket Pool Protocol";
|
|
@@ -115,6 +119,7 @@ export declare const tokens: {
|
|
|
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.";
|
|
116
120
|
readonly bridge: "arbitrum-canonical";
|
|
117
121
|
readonly documentation: "https://dev.sushi.com/";
|
|
122
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
118
123
|
};
|
|
119
124
|
readonly NYAN: {
|
|
120
125
|
readonly name: "ArbiNYAN";
|
|
@@ -160,6 +165,7 @@ export declare const tokens: {
|
|
|
160
165
|
readonly website: "https://wbtc.network/";
|
|
161
166
|
readonly description: "Wrapped Bitcoin (WBTC) is the first ERC20 token backed 1:1 with Bitcoin. Completely transparent. 100% verifiable. Community led.";
|
|
162
167
|
readonly bridge: "arbitrum-canonical";
|
|
168
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
163
169
|
};
|
|
164
170
|
readonly LINK: {
|
|
165
171
|
readonly name: "Chainlink";
|
|
@@ -172,6 +178,7 @@ export declare const tokens: {
|
|
|
172
178
|
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.";
|
|
173
179
|
readonly bridge: "arbitrum-canonical";
|
|
174
180
|
readonly documentation: "https://docs.chain.link/resources/link-token-contracts";
|
|
181
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
175
182
|
};
|
|
176
183
|
readonly USDT: {
|
|
177
184
|
readonly name: "USDT0";
|
|
@@ -217,6 +224,7 @@ export declare const tokens: {
|
|
|
217
224
|
readonly decimals: 18;
|
|
218
225
|
readonly website: "https://balancer.fi/";
|
|
219
226
|
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.";
|
|
227
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
220
228
|
};
|
|
221
229
|
readonly sarUSDC: {
|
|
222
230
|
readonly name: "Stargate USD Coin LP";
|
|
@@ -252,6 +260,7 @@ export declare const tokens: {
|
|
|
252
260
|
readonly website: "https://stargate.finance/";
|
|
253
261
|
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.";
|
|
254
262
|
readonly documentation: "https://stargateprotocol.gitbook.io/stargate/v/user-docs/";
|
|
263
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
255
264
|
};
|
|
256
265
|
readonly DAI: {
|
|
257
266
|
readonly name: "Dai Stablecoin";
|
|
@@ -335,6 +344,7 @@ export declare const tokens: {
|
|
|
335
344
|
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.";
|
|
336
345
|
readonly bridge: "arbitrum-canonical";
|
|
337
346
|
readonly documentation: "https://docs.lido.fi/";
|
|
347
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
338
348
|
};
|
|
339
349
|
readonly GLP: {
|
|
340
350
|
readonly name: "GLP";
|
|
@@ -393,6 +403,7 @@ export declare const tokens: {
|
|
|
393
403
|
readonly description: "UNI is the governance token for Uniswap. UNI was introduced on 16th September 2020 through a retrospective airdrop to users who have interacted with the protocol either by swapping tokens or by providing liquidity.";
|
|
394
404
|
readonly bridge: "arbitrum-canonical";
|
|
395
405
|
readonly documentation: "https://docs.uniswap.org/concepts/governance/overview";
|
|
406
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
396
407
|
};
|
|
397
408
|
readonly HOP: {
|
|
398
409
|
readonly name: "HOP Protocol";
|
|
@@ -636,7 +647,7 @@ export declare const tokens: {
|
|
|
636
647
|
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.";
|
|
637
648
|
readonly bridge: "native";
|
|
638
649
|
readonly documentation: "https://docs.overnight.fi/";
|
|
639
|
-
readonly tags: readonly ["CURATED"];
|
|
650
|
+
readonly tags: readonly ["CURATED", "STABLECOIN"];
|
|
640
651
|
};
|
|
641
652
|
readonly RAM: {
|
|
642
653
|
readonly name: "Ramses";
|
|
@@ -719,6 +730,7 @@ export declare const tokens: {
|
|
|
719
730
|
readonly description: "Arbitrum is a protocol that makes Ethereum transactions faster and cheaper. Developers use Arbitrum to build user-friendly decentralized apps (dApps) that can take advantage of the scalability benefits of the Arbitrum Rollup and AnyTrust protocols.";
|
|
720
731
|
readonly bridge: "native";
|
|
721
732
|
readonly documentation: "https://docs.arbitrum.foundation/gentle-intro-dao-governance";
|
|
733
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
722
734
|
};
|
|
723
735
|
readonly DPX: {
|
|
724
736
|
readonly name: "Dopex Governance Token";
|
|
@@ -862,7 +874,7 @@ export declare const tokens: {
|
|
|
862
874
|
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.";
|
|
863
875
|
readonly bridge: "arbitrum-canonical";
|
|
864
876
|
readonly documentation: "https://docs.rocketpool.net/guides/";
|
|
865
|
-
readonly tags: readonly ["SYNTHETIC"];
|
|
877
|
+
readonly tags: readonly ["BLUECHIP", "SYNTHETIC"];
|
|
866
878
|
};
|
|
867
879
|
readonly CHR: {
|
|
868
880
|
readonly name: "Chronos";
|
|
@@ -899,6 +911,7 @@ export declare const tokens: {
|
|
|
899
911
|
readonly documentation: "https://docs.threshold.network/";
|
|
900
912
|
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.";
|
|
901
913
|
readonly bridge: "wormhole";
|
|
914
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
902
915
|
};
|
|
903
916
|
readonly aaUSDT: {
|
|
904
917
|
readonly name: "Aave Tether USD";
|
|
@@ -1117,9 +1130,10 @@ export declare const tokens: {
|
|
|
1117
1130
|
readonly chainId: 42161;
|
|
1118
1131
|
readonly decimals: 18;
|
|
1119
1132
|
readonly website: "https://www.coinbase.com/";
|
|
1120
|
-
readonly description: "Coinbase Wrapped Staked ETH (
|
|
1133
|
+
readonly description: "Coinbase Wrapped Staked ETH ('cbETH') is a utility token that represents Ethereum 2 (ETH2), which is ETH staked through Coinbase. Over time, the price of cbETH will likely deviate from ETH because cbETH represents 1 staked ETH plus all of its accrued staking interest starting from when cbETH's conversion rate and balance were initialized (June 16, 2022 19:34 UTC). cbETH is minted exclusively by Coinbase.";
|
|
1121
1134
|
readonly documentation: "https://help.coinbase.com/en/coinbase/trading-and-funding/staking-rewards/cbeth";
|
|
1122
1135
|
readonly bridge: "arbitrum-canonical";
|
|
1136
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
1123
1137
|
};
|
|
1124
1138
|
readonly BTCb: {
|
|
1125
1139
|
readonly name: "Bitcoin";
|
|
@@ -1131,6 +1145,7 @@ export declare const tokens: {
|
|
|
1131
1145
|
readonly website: "https://bridge.avax.network/";
|
|
1132
1146
|
readonly description: "official AVAX BRIDGE bridged BTC";
|
|
1133
1147
|
readonly bridge: "avax-canonical";
|
|
1148
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
1134
1149
|
};
|
|
1135
1150
|
readonly svETH: {
|
|
1136
1151
|
readonly name: "Savvy ETH";
|
|
@@ -1250,6 +1265,7 @@ export declare const tokens: {
|
|
|
1250
1265
|
readonly description: "Solana is a fast, secure, and censorship resistant blockchain providing the open infrastructure required for global adoption.";
|
|
1251
1266
|
readonly bridge: "wormhole";
|
|
1252
1267
|
readonly documentation: "https://docs.solana.com/";
|
|
1268
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
1253
1269
|
};
|
|
1254
1270
|
readonly CRV: {
|
|
1255
1271
|
readonly name: "CRV";
|
|
@@ -1262,6 +1278,7 @@ export declare const tokens: {
|
|
|
1262
1278
|
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.";
|
|
1263
1279
|
readonly bridge: "arbitrum-canonical";
|
|
1264
1280
|
readonly documentation: "https://curve.readthedocs.io/";
|
|
1281
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
1265
1282
|
};
|
|
1266
1283
|
readonly asdCRV: {
|
|
1267
1284
|
readonly name: "Aladdin sdCRV";
|
|
@@ -1345,7 +1362,7 @@ export declare const tokens: {
|
|
|
1345
1362
|
readonly website: "https://ether.fi/";
|
|
1346
1363
|
readonly description: "Stake ETH, get eETH - a natively restaked liquid staking token that fuels DeFi and decentralizes Ethereum.";
|
|
1347
1364
|
readonly bridge: "arbitrum-canonical";
|
|
1348
|
-
readonly tags: readonly ["NO_TIMELOCK"];
|
|
1365
|
+
readonly tags: readonly ["BLUECHIP", "NO_TIMELOCK"];
|
|
1349
1366
|
};
|
|
1350
1367
|
readonly rsETH: {
|
|
1351
1368
|
readonly chainId: 42161;
|
|
@@ -1382,6 +1399,7 @@ export declare const tokens: {
|
|
|
1382
1399
|
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.";
|
|
1383
1400
|
readonly documentation: "https://help.optimism.io/hc/en-us/articles/5497354656283-What-is-the-Optimism-Token";
|
|
1384
1401
|
readonly bridge: "layer-zero";
|
|
1402
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
1385
1403
|
};
|
|
1386
1404
|
readonly WBNB: {
|
|
1387
1405
|
readonly name: "Wrapped BNB";
|
|
@@ -1394,6 +1412,7 @@ export declare const tokens: {
|
|
|
1394
1412
|
readonly 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.";
|
|
1395
1413
|
readonly documentation: "https://www.binance.com/en/bnb";
|
|
1396
1414
|
readonly bridge: "layer-zero";
|
|
1415
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
1397
1416
|
};
|
|
1398
1417
|
readonly AAVE: {
|
|
1399
1418
|
readonly name: "AAVE";
|
|
@@ -1406,6 +1425,7 @@ export declare const tokens: {
|
|
|
1406
1425
|
readonly description: "Aave is a decentralized non-custodial liquidity protocol where users can participate as depositors or borrowers. Depositors provide liquidity to the market to earn a passive income, while borrowers are able to borrow in an overcollateralized (perpetually) or undercollateralized (one-block liquidity) fashion.";
|
|
1407
1426
|
readonly documentation: "https://docs.aave.com/";
|
|
1408
1427
|
readonly bridge: "arbitrum-canonical";
|
|
1428
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
1409
1429
|
};
|
|
1410
1430
|
readonly WAVAX: {
|
|
1411
1431
|
readonly name: "WAVAX";
|
|
@@ -1418,6 +1438,7 @@ export declare const tokens: {
|
|
|
1418
1438
|
readonly 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.";
|
|
1419
1439
|
readonly documentation: "https://docs.avax.network/learn/avalanche/avax";
|
|
1420
1440
|
readonly bridge: "wormhole";
|
|
1441
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
1421
1442
|
};
|
|
1422
1443
|
readonly USDM: {
|
|
1423
1444
|
readonly name: "Mountain Protocol USD";
|
|
@@ -1443,6 +1464,7 @@ export declare const tokens: {
|
|
|
1443
1464
|
readonly description: "Pendle is a permissionless yield-trading protocol where users can execute various yield-management strategies.";
|
|
1444
1465
|
readonly documentation: "https://docs.pendle.finance/home?utm_source=landing&utm_medium=landing";
|
|
1445
1466
|
readonly bridge: "arbitrum-canonical";
|
|
1467
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
1446
1468
|
};
|
|
1447
1469
|
readonly mPENDLE: {
|
|
1448
1470
|
readonly name: "mPENDLE";
|
|
@@ -1631,6 +1653,7 @@ export declare const tokens: {
|
|
|
1631
1653
|
readonly description: "Lido is a liquid staking solution for ETH 2.0 backed by industry-leading staking providers.";
|
|
1632
1654
|
readonly documentation: "https://docs.lido.fi/";
|
|
1633
1655
|
readonly bridge: "arbitrum-canonical";
|
|
1656
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
1634
1657
|
};
|
|
1635
1658
|
readonly NEXT: {
|
|
1636
1659
|
readonly name: "Everclear";
|
|
@@ -1694,6 +1717,7 @@ export declare const tokens: {
|
|
|
1694
1717
|
readonly documentation: "https://docs.compound.finance/";
|
|
1695
1718
|
readonly description: "COMP is the governance token of Compound, a decentralized protocol that enables supplying of crypto assets as collateral in order to borrow a base asset.";
|
|
1696
1719
|
readonly bridge: "arbitrum-canonical";
|
|
1720
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
1697
1721
|
};
|
|
1698
1722
|
readonly SYN: {
|
|
1699
1723
|
readonly name: "Synapse";
|
|
@@ -1719,6 +1743,7 @@ export declare const tokens: {
|
|
|
1719
1743
|
readonly documentation: "https://docs.polygon.technology/";
|
|
1720
1744
|
readonly description: "WMATIC serves as the native cryptocurrency for the Polygon PoS network, analogous to how ETH functions within the Ethereum ecosystem.";
|
|
1721
1745
|
readonly bridge: "arbitrum-canonical";
|
|
1746
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
1722
1747
|
};
|
|
1723
1748
|
readonly ENS: {
|
|
1724
1749
|
readonly name: "Ethereum Name Service";
|
|
@@ -1731,6 +1756,7 @@ export declare const tokens: {
|
|
|
1731
1756
|
readonly documentation: "https://docs.ens.domains/";
|
|
1732
1757
|
readonly description: "ENS is the governance token of the Ethereum Name Service, a distributed, open, and extensible naming system based on the Ethereum blockchain.";
|
|
1733
1758
|
readonly bridge: "arbitrum-canonical";
|
|
1759
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
1734
1760
|
};
|
|
1735
1761
|
readonly PEPE: {
|
|
1736
1762
|
readonly name: "Pepe";
|
|
@@ -1743,7 +1769,7 @@ export declare const tokens: {
|
|
|
1743
1769
|
readonly documentation: "https://www.pepe.vip/";
|
|
1744
1770
|
readonly description: "Pepe is here to make memecoins great again. Launched stealth with no presale, zero taxes, LP burnt and contract renounced, $PEPE is a coin for the people, forever. Fueled by pure memetic power, let $PEPE show you the way.";
|
|
1745
1771
|
readonly bridge: "layer-zero";
|
|
1746
|
-
readonly tags: readonly ["NO_TIMELOCK"];
|
|
1772
|
+
readonly tags: readonly ["MEMECOIN", "NO_TIMELOCK"];
|
|
1747
1773
|
};
|
|
1748
1774
|
readonly ZRO: {
|
|
1749
1775
|
readonly name: "LayerZero";
|
|
@@ -1756,6 +1782,7 @@ export declare const tokens: {
|
|
|
1756
1782
|
readonly documentation: "https://docs.layerzero.network/v2";
|
|
1757
1783
|
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.";
|
|
1758
1784
|
readonly bridge: "layer-zero";
|
|
1785
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
1759
1786
|
};
|
|
1760
1787
|
readonly xGRAIL: {
|
|
1761
1788
|
readonly name: "Camelot Escrowed Grail";
|
|
@@ -2051,7 +2078,7 @@ export declare const tokens: {
|
|
|
2051
2078
|
readonly documentation: "https://etherfi.gitbook.io/etherfi";
|
|
2052
2079
|
readonly description: "EtherFi eBTC is backed by LBTC, through a partnership with Lombard, to bring the first dual yielding (staking + restaking) Bitcoin product to market. Staking will be conducted through Babylon, with restaking services through a combination of Eigen Layer, Symbiotic, and Karak. Users are able to deposit LBTC & WBTC.";
|
|
2053
2080
|
readonly bridge: "layer-zero";
|
|
2054
|
-
readonly tags: readonly ["SYNTHETIC"];
|
|
2081
|
+
readonly tags: readonly ["BLUECHIP", "SYNTHETIC"];
|
|
2055
2082
|
};
|
|
2056
2083
|
readonly waArbWBTC: {
|
|
2057
2084
|
readonly name: "Wrapped Aave Staked WBTC";
|
|
@@ -2063,6 +2090,7 @@ export declare const tokens: {
|
|
|
2063
2090
|
readonly website: "https://wbtc.network/";
|
|
2064
2091
|
readonly description: "Wrapped Aave Staked WBTC. Wrapped Bitcoin (WBTC) is the first ERC20 token backed 1:1 with Bitcoin. Completely transparent. 100% verifiable. Community led.";
|
|
2065
2092
|
readonly bridge: "native";
|
|
2093
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
2066
2094
|
};
|
|
2067
2095
|
readonly waArbUSDCn: {
|
|
2068
2096
|
readonly name: "Wrapped Aave Staked USDC";
|
|
@@ -2114,6 +2142,7 @@ export declare const tokens: {
|
|
|
2114
2142
|
readonly description: "Wrapped Aave Staked WETH. Ether or ETH is the native currency built on the Ethereum blockchain.";
|
|
2115
2143
|
readonly bridge: "native";
|
|
2116
2144
|
readonly documentation: "https://ethereum.org/en/developers/docs/";
|
|
2145
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
2117
2146
|
};
|
|
2118
2147
|
readonly waArbwstETH: {
|
|
2119
2148
|
readonly name: "Wrapped Aave Staked wstETH";
|
|
@@ -2126,6 +2155,7 @@ export declare const tokens: {
|
|
|
2126
2155
|
readonly description: "Wrapped Aave Staked wstETH. 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.";
|
|
2127
2156
|
readonly bridge: "native";
|
|
2128
2157
|
readonly documentation: "https://docs.lido.fi/";
|
|
2158
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
2129
2159
|
};
|
|
2130
2160
|
readonly waArbezETH: {
|
|
2131
2161
|
readonly name: "Wrapped Aave Staked ezETH";
|
|
@@ -12,6 +12,7 @@ const ETH = {
|
|
|
12
12
|
description: 'Ether or ETH is the native currency built on the Ethereum blockchain.',
|
|
13
13
|
bridge: 'arbitrum-canonical',
|
|
14
14
|
documentation: 'https://ethereum.org/en/developers/docs/',
|
|
15
|
+
tags: ['BLUECHIP'],
|
|
15
16
|
};
|
|
16
17
|
exports.tokens = {
|
|
17
18
|
WNATIVE: ETH,
|
|
@@ -86,6 +87,7 @@ exports.tokens = {
|
|
|
86
87
|
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.',
|
|
87
88
|
bridge: 'arbitrum-canonical',
|
|
88
89
|
documentation: 'https://dev.sushi.com/',
|
|
90
|
+
tags: ['BLUECHIP'],
|
|
89
91
|
},
|
|
90
92
|
NYAN: {
|
|
91
93
|
name: 'ArbiNYAN',
|
|
@@ -131,6 +133,7 @@ exports.tokens = {
|
|
|
131
133
|
website: 'https://wbtc.network/',
|
|
132
134
|
description: 'Wrapped Bitcoin (WBTC) is the first ERC20 token backed 1:1 with Bitcoin. Completely transparent. 100% verifiable. Community led.',
|
|
133
135
|
bridge: 'arbitrum-canonical',
|
|
136
|
+
tags: ['BLUECHIP'],
|
|
134
137
|
},
|
|
135
138
|
LINK: {
|
|
136
139
|
name: 'Chainlink',
|
|
@@ -143,6 +146,7 @@ exports.tokens = {
|
|
|
143
146
|
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.',
|
|
144
147
|
bridge: 'arbitrum-canonical',
|
|
145
148
|
documentation: 'https://docs.chain.link/resources/link-token-contracts',
|
|
149
|
+
tags: ['BLUECHIP'],
|
|
146
150
|
},
|
|
147
151
|
USDT: {
|
|
148
152
|
name: 'USDT0',
|
|
@@ -188,6 +192,7 @@ exports.tokens = {
|
|
|
188
192
|
decimals: 18,
|
|
189
193
|
website: 'https://balancer.fi/',
|
|
190
194
|
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.',
|
|
195
|
+
tags: ['BLUECHIP'],
|
|
191
196
|
},
|
|
192
197
|
sarUSDC: {
|
|
193
198
|
name: 'Stargate USD Coin LP',
|
|
@@ -223,6 +228,7 @@ exports.tokens = {
|
|
|
223
228
|
website: 'https://stargate.finance/',
|
|
224
229
|
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.',
|
|
225
230
|
documentation: 'https://stargateprotocol.gitbook.io/stargate/v/user-docs/',
|
|
231
|
+
tags: ['BLUECHIP'],
|
|
226
232
|
},
|
|
227
233
|
DAI: {
|
|
228
234
|
name: 'Dai Stablecoin',
|
|
@@ -306,6 +312,7 @@ exports.tokens = {
|
|
|
306
312
|
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.',
|
|
307
313
|
bridge: 'arbitrum-canonical',
|
|
308
314
|
documentation: 'https://docs.lido.fi/',
|
|
315
|
+
tags: ['BLUECHIP'],
|
|
309
316
|
},
|
|
310
317
|
GLP: {
|
|
311
318
|
name: 'GLP',
|
|
@@ -364,6 +371,7 @@ exports.tokens = {
|
|
|
364
371
|
description: 'UNI is the governance token for Uniswap. UNI was introduced on 16th September 2020 through a retrospective airdrop to users who have interacted with the protocol either by swapping tokens or by providing liquidity.',
|
|
365
372
|
bridge: 'arbitrum-canonical',
|
|
366
373
|
documentation: 'https://docs.uniswap.org/concepts/governance/overview',
|
|
374
|
+
tags: ['BLUECHIP'],
|
|
367
375
|
},
|
|
368
376
|
HOP: {
|
|
369
377
|
name: 'HOP Protocol',
|
|
@@ -607,7 +615,7 @@ exports.tokens = {
|
|
|
607
615
|
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.',
|
|
608
616
|
bridge: 'native',
|
|
609
617
|
documentation: 'https://docs.overnight.fi/',
|
|
610
|
-
tags: ['CURATED'],
|
|
618
|
+
tags: ['CURATED', 'STABLECOIN'],
|
|
611
619
|
},
|
|
612
620
|
RAM: {
|
|
613
621
|
name: 'Ramses',
|
|
@@ -690,6 +698,7 @@ exports.tokens = {
|
|
|
690
698
|
description: 'Arbitrum is a protocol that makes Ethereum transactions faster and cheaper. Developers use Arbitrum to build user-friendly decentralized apps (dApps) that can take advantage of the scalability benefits of the Arbitrum Rollup and AnyTrust protocols.',
|
|
691
699
|
bridge: 'native',
|
|
692
700
|
documentation: 'https://docs.arbitrum.foundation/gentle-intro-dao-governance',
|
|
701
|
+
tags: ['BLUECHIP'],
|
|
693
702
|
},
|
|
694
703
|
DPX: {
|
|
695
704
|
name: 'Dopex Governance Token',
|
|
@@ -833,7 +842,7 @@ exports.tokens = {
|
|
|
833
842
|
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.',
|
|
834
843
|
bridge: 'arbitrum-canonical',
|
|
835
844
|
documentation: 'https://docs.rocketpool.net/guides/',
|
|
836
|
-
tags: ['SYNTHETIC'],
|
|
845
|
+
tags: ['BLUECHIP', 'SYNTHETIC'],
|
|
837
846
|
},
|
|
838
847
|
CHR: {
|
|
839
848
|
name: 'Chronos',
|
|
@@ -870,6 +879,7 @@ exports.tokens = {
|
|
|
870
879
|
documentation: 'https://docs.threshold.network/',
|
|
871
880
|
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.',
|
|
872
881
|
bridge: 'wormhole',
|
|
882
|
+
tags: ['BLUECHIP'],
|
|
873
883
|
},
|
|
874
884
|
aaUSDT: {
|
|
875
885
|
name: 'Aave Tether USD',
|
|
@@ -1088,9 +1098,10 @@ exports.tokens = {
|
|
|
1088
1098
|
chainId: 42161,
|
|
1089
1099
|
decimals: 18,
|
|
1090
1100
|
website: 'https://www.coinbase.com/',
|
|
1091
|
-
description: "Coinbase Wrapped Staked ETH (
|
|
1101
|
+
description: "Coinbase Wrapped Staked ETH ('cbETH') is a utility token that represents Ethereum 2 (ETH2), which is ETH staked through Coinbase. Over time, the price of cbETH will likely deviate from ETH because cbETH represents 1 staked ETH plus all of its accrued staking interest starting from when cbETH's conversion rate and balance were initialized (June 16, 2022 19:34 UTC). cbETH is minted exclusively by Coinbase.",
|
|
1092
1102
|
documentation: 'https://help.coinbase.com/en/coinbase/trading-and-funding/staking-rewards/cbeth',
|
|
1093
1103
|
bridge: 'arbitrum-canonical',
|
|
1104
|
+
tags: ['BLUECHIP'],
|
|
1094
1105
|
},
|
|
1095
1106
|
BTCb: {
|
|
1096
1107
|
name: 'Bitcoin',
|
|
@@ -1102,6 +1113,7 @@ exports.tokens = {
|
|
|
1102
1113
|
website: 'https://bridge.avax.network/',
|
|
1103
1114
|
description: 'official AVAX BRIDGE bridged BTC',
|
|
1104
1115
|
bridge: 'avax-canonical',
|
|
1116
|
+
tags: ['BLUECHIP'],
|
|
1105
1117
|
},
|
|
1106
1118
|
svETH: {
|
|
1107
1119
|
name: 'Savvy ETH',
|
|
@@ -1221,6 +1233,7 @@ exports.tokens = {
|
|
|
1221
1233
|
description: 'Solana is a fast, secure, and censorship resistant blockchain providing the open infrastructure required for global adoption.',
|
|
1222
1234
|
bridge: 'wormhole',
|
|
1223
1235
|
documentation: 'https://docs.solana.com/',
|
|
1236
|
+
tags: ['BLUECHIP'],
|
|
1224
1237
|
},
|
|
1225
1238
|
CRV: {
|
|
1226
1239
|
name: 'CRV',
|
|
@@ -1233,6 +1246,7 @@ exports.tokens = {
|
|
|
1233
1246
|
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.',
|
|
1234
1247
|
bridge: 'arbitrum-canonical',
|
|
1235
1248
|
documentation: 'https://curve.readthedocs.io/',
|
|
1249
|
+
tags: ['BLUECHIP'],
|
|
1236
1250
|
},
|
|
1237
1251
|
asdCRV: {
|
|
1238
1252
|
name: 'Aladdin sdCRV',
|
|
@@ -1316,7 +1330,7 @@ exports.tokens = {
|
|
|
1316
1330
|
website: 'https://ether.fi/',
|
|
1317
1331
|
description: 'Stake ETH, get eETH - a natively restaked liquid staking token that fuels DeFi and decentralizes Ethereum.',
|
|
1318
1332
|
bridge: 'arbitrum-canonical',
|
|
1319
|
-
tags: ['NO_TIMELOCK'],
|
|
1333
|
+
tags: ['BLUECHIP', 'NO_TIMELOCK'],
|
|
1320
1334
|
},
|
|
1321
1335
|
rsETH: {
|
|
1322
1336
|
chainId: 42161,
|
|
@@ -1353,6 +1367,7 @@ exports.tokens = {
|
|
|
1353
1367
|
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.',
|
|
1354
1368
|
documentation: 'https://help.optimism.io/hc/en-us/articles/5497354656283-What-is-the-Optimism-Token',
|
|
1355
1369
|
bridge: 'layer-zero',
|
|
1370
|
+
tags: ['BLUECHIP'],
|
|
1356
1371
|
},
|
|
1357
1372
|
WBNB: {
|
|
1358
1373
|
name: 'Wrapped BNB',
|
|
@@ -1365,6 +1380,7 @@ exports.tokens = {
|
|
|
1365
1380
|
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.',
|
|
1366
1381
|
documentation: 'https://www.binance.com/en/bnb',
|
|
1367
1382
|
bridge: 'layer-zero',
|
|
1383
|
+
tags: ['BLUECHIP'],
|
|
1368
1384
|
},
|
|
1369
1385
|
AAVE: {
|
|
1370
1386
|
name: 'AAVE',
|
|
@@ -1377,6 +1393,7 @@ exports.tokens = {
|
|
|
1377
1393
|
description: 'Aave is a decentralized non-custodial liquidity protocol where users can participate as depositors or borrowers. Depositors provide liquidity to the market to earn a passive income, while borrowers are able to borrow in an overcollateralized (perpetually) or undercollateralized (one-block liquidity) fashion.',
|
|
1378
1394
|
documentation: 'https://docs.aave.com/',
|
|
1379
1395
|
bridge: 'arbitrum-canonical',
|
|
1396
|
+
tags: ['BLUECHIP'],
|
|
1380
1397
|
},
|
|
1381
1398
|
WAVAX: {
|
|
1382
1399
|
name: 'WAVAX',
|
|
@@ -1389,6 +1406,7 @@ exports.tokens = {
|
|
|
1389
1406
|
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.',
|
|
1390
1407
|
documentation: 'https://docs.avax.network/learn/avalanche/avax',
|
|
1391
1408
|
bridge: 'wormhole',
|
|
1409
|
+
tags: ['BLUECHIP'],
|
|
1392
1410
|
},
|
|
1393
1411
|
USDM: {
|
|
1394
1412
|
name: 'Mountain Protocol USD',
|
|
@@ -1414,6 +1432,7 @@ exports.tokens = {
|
|
|
1414
1432
|
description: 'Pendle is a permissionless yield-trading protocol where users can execute various yield-management strategies.',
|
|
1415
1433
|
documentation: 'https://docs.pendle.finance/home?utm_source=landing&utm_medium=landing',
|
|
1416
1434
|
bridge: 'arbitrum-canonical',
|
|
1435
|
+
tags: ['BLUECHIP'],
|
|
1417
1436
|
},
|
|
1418
1437
|
mPENDLE: {
|
|
1419
1438
|
name: 'mPENDLE',
|
|
@@ -1604,6 +1623,7 @@ exports.tokens = {
|
|
|
1604
1623
|
description: 'Lido is a liquid staking solution for ETH 2.0 backed by industry-leading staking providers.',
|
|
1605
1624
|
documentation: 'https://docs.lido.fi/',
|
|
1606
1625
|
bridge: 'arbitrum-canonical',
|
|
1626
|
+
tags: ['BLUECHIP'],
|
|
1607
1627
|
},
|
|
1608
1628
|
NEXT: {
|
|
1609
1629
|
name: 'Everclear',
|
|
@@ -1667,6 +1687,7 @@ exports.tokens = {
|
|
|
1667
1687
|
documentation: 'https://docs.compound.finance/',
|
|
1668
1688
|
description: 'COMP is the governance token of Compound, a decentralized protocol that enables supplying of crypto assets as collateral in order to borrow a base asset.',
|
|
1669
1689
|
bridge: 'arbitrum-canonical',
|
|
1690
|
+
tags: ['BLUECHIP'],
|
|
1670
1691
|
},
|
|
1671
1692
|
SYN: {
|
|
1672
1693
|
name: 'Synapse',
|
|
@@ -1692,6 +1713,7 @@ exports.tokens = {
|
|
|
1692
1713
|
documentation: 'https://docs.polygon.technology/',
|
|
1693
1714
|
description: 'WMATIC serves as the native cryptocurrency for the Polygon PoS network, analogous to how ETH functions within the Ethereum ecosystem.',
|
|
1694
1715
|
bridge: 'arbitrum-canonical',
|
|
1716
|
+
tags: ['BLUECHIP'],
|
|
1695
1717
|
},
|
|
1696
1718
|
ENS: {
|
|
1697
1719
|
name: 'Ethereum Name Service',
|
|
@@ -1704,6 +1726,7 @@ exports.tokens = {
|
|
|
1704
1726
|
documentation: 'https://docs.ens.domains/',
|
|
1705
1727
|
description: 'ENS is the governance token of the Ethereum Name Service, a distributed, open, and extensible naming system based on the Ethereum blockchain.',
|
|
1706
1728
|
bridge: 'arbitrum-canonical',
|
|
1729
|
+
tags: ['BLUECHIP'],
|
|
1707
1730
|
},
|
|
1708
1731
|
PEPE: {
|
|
1709
1732
|
name: 'Pepe',
|
|
@@ -1716,7 +1739,7 @@ exports.tokens = {
|
|
|
1716
1739
|
documentation: 'https://www.pepe.vip/',
|
|
1717
1740
|
description: 'Pepe is here to make memecoins great again. Launched stealth with no presale, zero taxes, LP burnt and contract renounced, $PEPE is a coin for the people, forever. Fueled by pure memetic power, let $PEPE show you the way.',
|
|
1718
1741
|
bridge: 'layer-zero',
|
|
1719
|
-
tags: ['NO_TIMELOCK'],
|
|
1742
|
+
tags: ['MEMECOIN', 'NO_TIMELOCK'],
|
|
1720
1743
|
},
|
|
1721
1744
|
ZRO: {
|
|
1722
1745
|
name: 'LayerZero',
|
|
@@ -1729,6 +1752,7 @@ exports.tokens = {
|
|
|
1729
1752
|
documentation: 'https://docs.layerzero.network/v2',
|
|
1730
1753
|
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.',
|
|
1731
1754
|
bridge: 'layer-zero',
|
|
1755
|
+
tags: ['BLUECHIP'],
|
|
1732
1756
|
},
|
|
1733
1757
|
xGRAIL: {
|
|
1734
1758
|
name: 'Camelot Escrowed Grail',
|
|
@@ -2024,7 +2048,7 @@ exports.tokens = {
|
|
|
2024
2048
|
documentation: 'https://etherfi.gitbook.io/etherfi',
|
|
2025
2049
|
description: 'EtherFi eBTC is backed by LBTC, through a partnership with Lombard, to bring the first dual yielding (staking + restaking) Bitcoin product to market. Staking will be conducted through Babylon, with restaking services through a combination of Eigen Layer, Symbiotic, and Karak. Users are able to deposit LBTC & WBTC.',
|
|
2026
2050
|
bridge: 'layer-zero',
|
|
2027
|
-
tags: ['SYNTHETIC'],
|
|
2051
|
+
tags: ['BLUECHIP', 'SYNTHETIC'],
|
|
2028
2052
|
},
|
|
2029
2053
|
waArbWBTC: {
|
|
2030
2054
|
name: 'Wrapped Aave Staked WBTC',
|
|
@@ -2036,6 +2060,7 @@ exports.tokens = {
|
|
|
2036
2060
|
website: 'https://wbtc.network/',
|
|
2037
2061
|
description: 'Wrapped Aave Staked WBTC. Wrapped Bitcoin (WBTC) is the first ERC20 token backed 1:1 with Bitcoin. Completely transparent. 100% verifiable. Community led.',
|
|
2038
2062
|
bridge: 'native',
|
|
2063
|
+
tags: ['BLUECHIP'],
|
|
2039
2064
|
},
|
|
2040
2065
|
waArbUSDCn: {
|
|
2041
2066
|
name: 'Wrapped Aave Staked USDC',
|
|
@@ -2087,6 +2112,7 @@ exports.tokens = {
|
|
|
2087
2112
|
description: 'Wrapped Aave Staked WETH. Ether or ETH is the native currency built on the Ethereum blockchain.',
|
|
2088
2113
|
bridge: 'native',
|
|
2089
2114
|
documentation: 'https://ethereum.org/en/developers/docs/',
|
|
2115
|
+
tags: ['BLUECHIP'],
|
|
2090
2116
|
},
|
|
2091
2117
|
waArbwstETH: {
|
|
2092
2118
|
name: 'Wrapped Aave Staked wstETH',
|
|
@@ -2099,6 +2125,7 @@ exports.tokens = {
|
|
|
2099
2125
|
description: 'Wrapped Aave Staked wstETH. 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.',
|
|
2100
2126
|
bridge: 'native',
|
|
2101
2127
|
documentation: 'https://docs.lido.fi/',
|
|
2128
|
+
tags: ['BLUECHIP'],
|
|
2102
2129
|
},
|
|
2103
2130
|
waArbezETH: {
|
|
2104
2131
|
name: 'Wrapped Aave Staked ezETH',
|