@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
|
@@ -25,6 +25,7 @@ exports.tokens = {
|
|
|
25
25
|
decimals: 18,
|
|
26
26
|
website: 'https://ethereum.org/',
|
|
27
27
|
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.',
|
|
28
|
+
tags: ['BLUECHIP'],
|
|
28
29
|
},
|
|
29
30
|
USDT: {
|
|
30
31
|
name: 'Heco USDT',
|
|
@@ -67,6 +68,7 @@ exports.tokens = {
|
|
|
67
68
|
decimals: 18,
|
|
68
69
|
website: 'https://www.synthetix.io/',
|
|
69
70
|
description: 'Synthetix is the backbone for derivatives trading in DeFi, allowing anyone, anywhere to gain on-chain exposure to a vast range of assets.',
|
|
71
|
+
tags: ['BLUECHIP'],
|
|
70
72
|
},
|
|
71
73
|
MDX: {
|
|
72
74
|
name: 'Mdex',
|
|
@@ -97,6 +99,7 @@ exports.tokens = {
|
|
|
97
99
|
decimals: 18,
|
|
98
100
|
website: 'https://aave.com/',
|
|
99
101
|
description: 'Aave is an open source and non-custodial liquidity protocol for earning interest on deposits and borrowing assets.',
|
|
102
|
+
tags: ['BLUECHIP'],
|
|
100
103
|
},
|
|
101
104
|
BAL: {
|
|
102
105
|
name: 'Balancer',
|
|
@@ -107,6 +110,7 @@ exports.tokens = {
|
|
|
107
110
|
decimals: 18,
|
|
108
111
|
website: 'https://balancer.fi/',
|
|
109
112
|
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.',
|
|
113
|
+
tags: ['BLUECHIP'],
|
|
110
114
|
},
|
|
111
115
|
HUSD: {
|
|
112
116
|
name: 'Huobi USD',
|
|
@@ -128,6 +132,7 @@ exports.tokens = {
|
|
|
128
132
|
decimals: 18,
|
|
129
133
|
website: 'https://yearn.finance/',
|
|
130
134
|
description: 'Yearn.finance is an aggregator service for decentralized finance (DeFi) investors, using automation to allow them to maximize profits from yield farming.',
|
|
135
|
+
tags: ['BLUECHIP'],
|
|
131
136
|
},
|
|
132
137
|
HDOT: {
|
|
133
138
|
name: 'Huobi Polkadot',
|
|
@@ -148,6 +153,7 @@ exports.tokens = {
|
|
|
148
153
|
decimals: 18,
|
|
149
154
|
website: 'https://shibatoken.com/',
|
|
150
155
|
description: 'According to the SHIBA INU website, SHIB is the “DOGECOIN KILLER” and will be listed on their own ShibaSwap, a decentralized exchange.',
|
|
156
|
+
tags: ['MEMECOIN'],
|
|
151
157
|
},
|
|
152
158
|
HFI: {
|
|
153
159
|
name: 'Heco FI',
|
|
@@ -168,6 +174,7 @@ exports.tokens = {
|
|
|
168
174
|
decimals: 18,
|
|
169
175
|
website: 'https://chain.link/',
|
|
170
176
|
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.',
|
|
177
|
+
tags: ['BLUECHIP'],
|
|
171
178
|
},
|
|
172
179
|
HLTC: {
|
|
173
180
|
name: 'Huobi Litecoin',
|
|
@@ -198,6 +205,7 @@ exports.tokens = {
|
|
|
198
205
|
decimals: 18,
|
|
199
206
|
website: 'https://uniswap.org/',
|
|
200
207
|
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.',
|
|
208
|
+
tags: ['BLUECHIP'],
|
|
201
209
|
},
|
|
202
210
|
HPT: {
|
|
203
211
|
name: 'Huobi Pool Token',
|
|
@@ -86,6 +86,7 @@ export declare const hyperevm: {
|
|
|
86
86
|
readonly description: "Purr is the meme token of Hyperliquid.";
|
|
87
87
|
readonly documentation: "https://hyperliquid.gitbook.io/hyperliquid-docs";
|
|
88
88
|
readonly bridge: "canonical";
|
|
89
|
+
readonly tags: readonly ["MEMECOIN"];
|
|
89
90
|
};
|
|
90
91
|
readonly LIQD: {
|
|
91
92
|
readonly name: "LiquidLaunch";
|
|
@@ -110,6 +111,7 @@ export declare const hyperevm: {
|
|
|
110
111
|
readonly description: "PiP, more than a meme coin, is a community-driven movement and Hyperliquid’s mascot symbolizing hydration and flow. A passionate team is exploring merchandise and toys, with the community shaping its future. Stay hydrated and engaged.";
|
|
111
112
|
readonly documentation: "https://piponhl.xyz/";
|
|
112
113
|
readonly bridge: "canonical";
|
|
114
|
+
readonly tags: readonly ["MEMECOIN"];
|
|
113
115
|
};
|
|
114
116
|
readonly feUSD: {
|
|
115
117
|
readonly name: "feUSD";
|
|
@@ -324,6 +326,7 @@ export declare const hyperevm: {
|
|
|
324
326
|
readonly description: "Purr is the meme token of Hyperliquid.";
|
|
325
327
|
readonly documentation: "https://hyperliquid.gitbook.io/hyperliquid-docs";
|
|
326
328
|
readonly bridge: "canonical";
|
|
329
|
+
readonly tags: readonly ["MEMECOIN"];
|
|
327
330
|
};
|
|
328
331
|
readonly LIQD: {
|
|
329
332
|
readonly name: "LiquidLaunch";
|
|
@@ -348,6 +351,7 @@ export declare const hyperevm: {
|
|
|
348
351
|
readonly description: "PiP, more than a meme coin, is a community-driven movement and Hyperliquid’s mascot symbolizing hydration and flow. A passionate team is exploring merchandise and toys, with the community shaping its future. Stay hydrated and engaged.";
|
|
349
352
|
readonly documentation: "https://piponhl.xyz/";
|
|
350
353
|
readonly bridge: "canonical";
|
|
354
|
+
readonly tags: readonly ["MEMECOIN"];
|
|
351
355
|
};
|
|
352
356
|
readonly feUSD: {
|
|
353
357
|
readonly name: "feUSD";
|
|
@@ -83,6 +83,7 @@ export declare const tokens: {
|
|
|
83
83
|
readonly description: "Purr is the meme token of Hyperliquid.";
|
|
84
84
|
readonly documentation: "https://hyperliquid.gitbook.io/hyperliquid-docs";
|
|
85
85
|
readonly bridge: "canonical";
|
|
86
|
+
readonly tags: readonly ["MEMECOIN"];
|
|
86
87
|
};
|
|
87
88
|
readonly LIQD: {
|
|
88
89
|
readonly name: "LiquidLaunch";
|
|
@@ -107,6 +108,7 @@ export declare const tokens: {
|
|
|
107
108
|
readonly description: "PiP, more than a meme coin, is a community-driven movement and Hyperliquid’s mascot symbolizing hydration and flow. A passionate team is exploring merchandise and toys, with the community shaping its future. Stay hydrated and engaged.";
|
|
108
109
|
readonly documentation: "https://piponhl.xyz/";
|
|
109
110
|
readonly bridge: "canonical";
|
|
111
|
+
readonly tags: readonly ["MEMECOIN"];
|
|
110
112
|
};
|
|
111
113
|
readonly feUSD: {
|
|
112
114
|
readonly name: "feUSD";
|
|
@@ -54,6 +54,7 @@ exports.tokens = {
|
|
|
54
54
|
description: 'Purr is the meme token of Hyperliquid.',
|
|
55
55
|
documentation: 'https://hyperliquid.gitbook.io/hyperliquid-docs',
|
|
56
56
|
bridge: 'canonical',
|
|
57
|
+
tags: ['MEMECOIN'],
|
|
57
58
|
},
|
|
58
59
|
LIQD: {
|
|
59
60
|
name: 'LiquidLaunch',
|
|
@@ -78,6 +79,7 @@ exports.tokens = {
|
|
|
78
79
|
description: 'PiP, more than a meme coin, is a community-driven movement and Hyperliquid’s mascot symbolizing hydration and flow. A passionate team is exploring merchandise and toys, with the community shaping its future. Stay hydrated and engaged.',
|
|
79
80
|
documentation: 'https://piponhl.xyz/',
|
|
80
81
|
bridge: 'canonical',
|
|
82
|
+
tags: ['MEMECOIN'],
|
|
81
83
|
},
|
|
82
84
|
feUSD: {
|
|
83
85
|
name: 'feUSD',
|
|
@@ -112,6 +112,7 @@ export declare const kava: {
|
|
|
112
112
|
readonly website: "https://sushi.com/";
|
|
113
113
|
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.";
|
|
114
114
|
readonly bridge: "multichain";
|
|
115
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
115
116
|
};
|
|
116
117
|
readonly WBTC: {
|
|
117
118
|
readonly name: "Wrapped BTC";
|
|
@@ -123,6 +124,7 @@ export declare const kava: {
|
|
|
123
124
|
readonly description: "Wrapped Bitcoin (WBTC) is the first ERC20 token backed 1:1 with Bitcoin. Completely transparent. 100% verifiable. Community led.";
|
|
124
125
|
readonly chainId: 2222;
|
|
125
126
|
readonly bridge: "multichain";
|
|
127
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
126
128
|
};
|
|
127
129
|
readonly ETH: {
|
|
128
130
|
readonly name: "Ether";
|
|
@@ -134,6 +136,7 @@ export declare const kava: {
|
|
|
134
136
|
readonly website: "https://ethereum.org/";
|
|
135
137
|
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.";
|
|
136
138
|
readonly bridge: "multichain";
|
|
139
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
137
140
|
};
|
|
138
141
|
readonly axlUSDC: {
|
|
139
142
|
readonly name: "Axelar USD Coin ";
|
|
@@ -220,6 +223,7 @@ export declare const kava: {
|
|
|
220
223
|
readonly website: "https://www.binance.com/";
|
|
221
224
|
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.";
|
|
222
225
|
readonly bridge: "multichain";
|
|
226
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
223
227
|
};
|
|
224
228
|
readonly axlATOM: {
|
|
225
229
|
readonly name: "Axelar Wrapped ATOM";
|
|
@@ -293,6 +297,7 @@ export declare const kava: {
|
|
|
293
297
|
readonly description: "The Internet of Blockchains. Cosmos is an ever-expanding ecosystem of interconnected apps and services, built for a decentralized future.";
|
|
294
298
|
readonly bridge: "ibc";
|
|
295
299
|
readonly documentation: "https://docs.cosmos.network/main";
|
|
300
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
296
301
|
};
|
|
297
302
|
readonly lzETH: {
|
|
298
303
|
readonly name: "LayerZero Wrapped ETH";
|
|
@@ -428,6 +433,7 @@ export declare const kava: {
|
|
|
428
433
|
readonly website: "https://sushi.com/";
|
|
429
434
|
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.";
|
|
430
435
|
readonly bridge: "multichain";
|
|
436
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
431
437
|
};
|
|
432
438
|
readonly WBTC: {
|
|
433
439
|
readonly name: "Wrapped BTC";
|
|
@@ -439,6 +445,7 @@ export declare const kava: {
|
|
|
439
445
|
readonly description: "Wrapped Bitcoin (WBTC) is the first ERC20 token backed 1:1 with Bitcoin. Completely transparent. 100% verifiable. Community led.";
|
|
440
446
|
readonly chainId: 2222;
|
|
441
447
|
readonly bridge: "multichain";
|
|
448
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
442
449
|
};
|
|
443
450
|
readonly ETH: {
|
|
444
451
|
readonly name: "Ether";
|
|
@@ -450,6 +457,7 @@ export declare const kava: {
|
|
|
450
457
|
readonly website: "https://ethereum.org/";
|
|
451
458
|
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.";
|
|
452
459
|
readonly bridge: "multichain";
|
|
460
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
453
461
|
};
|
|
454
462
|
readonly axlUSDC: {
|
|
455
463
|
readonly name: "Axelar USD Coin ";
|
|
@@ -536,6 +544,7 @@ export declare const kava: {
|
|
|
536
544
|
readonly website: "https://www.binance.com/";
|
|
537
545
|
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.";
|
|
538
546
|
readonly bridge: "multichain";
|
|
547
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
539
548
|
};
|
|
540
549
|
readonly axlATOM: {
|
|
541
550
|
readonly name: "Axelar Wrapped ATOM";
|
|
@@ -609,6 +618,7 @@ export declare const kava: {
|
|
|
609
618
|
readonly description: "The Internet of Blockchains. Cosmos is an ever-expanding ecosystem of interconnected apps and services, built for a decentralized future.";
|
|
610
619
|
readonly bridge: "ibc";
|
|
611
620
|
readonly documentation: "https://docs.cosmos.network/main";
|
|
621
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
612
622
|
};
|
|
613
623
|
readonly lzETH: {
|
|
614
624
|
readonly name: "LayerZero Wrapped ETH";
|
|
@@ -109,6 +109,7 @@ export declare const tokens: {
|
|
|
109
109
|
readonly website: "https://sushi.com/";
|
|
110
110
|
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.";
|
|
111
111
|
readonly bridge: "multichain";
|
|
112
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
112
113
|
};
|
|
113
114
|
readonly WBTC: {
|
|
114
115
|
readonly name: "Wrapped BTC";
|
|
@@ -120,6 +121,7 @@ export declare const tokens: {
|
|
|
120
121
|
readonly description: "Wrapped Bitcoin (WBTC) is the first ERC20 token backed 1:1 with Bitcoin. Completely transparent. 100% verifiable. Community led.";
|
|
121
122
|
readonly chainId: 2222;
|
|
122
123
|
readonly bridge: "multichain";
|
|
124
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
123
125
|
};
|
|
124
126
|
readonly ETH: {
|
|
125
127
|
readonly name: "Ether";
|
|
@@ -131,6 +133,7 @@ export declare const tokens: {
|
|
|
131
133
|
readonly website: "https://ethereum.org/";
|
|
132
134
|
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.";
|
|
133
135
|
readonly bridge: "multichain";
|
|
136
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
134
137
|
};
|
|
135
138
|
readonly axlUSDC: {
|
|
136
139
|
readonly name: "Axelar USD Coin ";
|
|
@@ -217,6 +220,7 @@ export declare const tokens: {
|
|
|
217
220
|
readonly website: "https://www.binance.com/";
|
|
218
221
|
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.";
|
|
219
222
|
readonly bridge: "multichain";
|
|
223
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
220
224
|
};
|
|
221
225
|
readonly axlATOM: {
|
|
222
226
|
readonly name: "Axelar Wrapped ATOM";
|
|
@@ -290,6 +294,7 @@ export declare const tokens: {
|
|
|
290
294
|
readonly description: "The Internet of Blockchains. Cosmos is an ever-expanding ecosystem of interconnected apps and services, built for a decentralized future.";
|
|
291
295
|
readonly bridge: "ibc";
|
|
292
296
|
readonly documentation: "https://docs.cosmos.network/main";
|
|
297
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
293
298
|
};
|
|
294
299
|
readonly lzETH: {
|
|
295
300
|
readonly name: "LayerZero Wrapped ETH";
|
|
@@ -80,6 +80,7 @@ exports.tokens = {
|
|
|
80
80
|
website: 'https://sushi.com/',
|
|
81
81
|
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.',
|
|
82
82
|
bridge: 'multichain',
|
|
83
|
+
tags: ['BLUECHIP'],
|
|
83
84
|
},
|
|
84
85
|
WBTC: {
|
|
85
86
|
name: 'Wrapped BTC',
|
|
@@ -91,6 +92,7 @@ exports.tokens = {
|
|
|
91
92
|
description: 'Wrapped Bitcoin (WBTC) is the first ERC20 token backed 1:1 with Bitcoin. Completely transparent. 100% verifiable. Community led.',
|
|
92
93
|
chainId: 2222,
|
|
93
94
|
bridge: 'multichain',
|
|
95
|
+
tags: ['BLUECHIP'],
|
|
94
96
|
},
|
|
95
97
|
ETH: {
|
|
96
98
|
name: 'Ether',
|
|
@@ -102,6 +104,7 @@ exports.tokens = {
|
|
|
102
104
|
website: 'https://ethereum.org/',
|
|
103
105
|
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.',
|
|
104
106
|
bridge: 'multichain',
|
|
107
|
+
tags: ['BLUECHIP'],
|
|
105
108
|
},
|
|
106
109
|
axlUSDC: {
|
|
107
110
|
name: 'Axelar USD Coin ',
|
|
@@ -188,6 +191,7 @@ exports.tokens = {
|
|
|
188
191
|
website: 'https://www.binance.com/',
|
|
189
192
|
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.',
|
|
190
193
|
bridge: 'multichain',
|
|
194
|
+
tags: ['BLUECHIP'],
|
|
191
195
|
},
|
|
192
196
|
axlATOM: {
|
|
193
197
|
name: 'Axelar Wrapped ATOM',
|
|
@@ -261,6 +265,7 @@ exports.tokens = {
|
|
|
261
265
|
description: 'The Internet of Blockchains. Cosmos is an ever-expanding ecosystem of interconnected apps and services, built for a decentralized future.',
|
|
262
266
|
bridge: 'ibc',
|
|
263
267
|
documentation: 'https://docs.cosmos.network/main',
|
|
268
|
+
tags: ['BLUECHIP'],
|
|
264
269
|
},
|
|
265
270
|
lzETH: {
|
|
266
271
|
name: 'LayerZero Wrapped ETH',
|
|
@@ -13,6 +13,7 @@ export declare const linea: {
|
|
|
13
13
|
readonly description: "Ether or ETH is the native currency built on the Ethereum blockchain.";
|
|
14
14
|
readonly bridge: "linea-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 linea: {
|
|
|
25
26
|
readonly description: "Ether or ETH is the native currency built on the Ethereum blockchain.";
|
|
26
27
|
readonly bridge: "linea-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 linea: {
|
|
|
37
39
|
readonly description: "Ether or ETH is the native currency built on the Ethereum blockchain.";
|
|
38
40
|
readonly bridge: "linea-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 linea: {
|
|
|
49
52
|
readonly description: "Ether or ETH is the native currency built on the Ethereum blockchain.";
|
|
50
53
|
readonly bridge: "linea-canonical";
|
|
51
54
|
readonly documentation: "https://ethereum.org/en/developers/docs/";
|
|
55
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
52
56
|
};
|
|
53
57
|
readonly USDC: {
|
|
54
58
|
readonly name: "USD Coin";
|
|
@@ -99,6 +103,7 @@ export declare const linea: {
|
|
|
99
103
|
readonly website: "https://wbtc.network/";
|
|
100
104
|
readonly description: "Wrapped Bitcoin (WBTC) is the first ERC20 token backed 1:1 with Bitcoin. Completely transparent. 100% verifiable. Community led.";
|
|
101
105
|
readonly bridge: "linea-canonical";
|
|
106
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
102
107
|
};
|
|
103
108
|
readonly wstETH: {
|
|
104
109
|
readonly name: "Lido Wrapped Staked ETH";
|
|
@@ -111,6 +116,7 @@ export declare const linea: {
|
|
|
111
116
|
readonly documentation: "https://docs.lido.fi/";
|
|
112
117
|
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.";
|
|
113
118
|
readonly bridge: "linea-canonical";
|
|
119
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
114
120
|
};
|
|
115
121
|
readonly MENDI: {
|
|
116
122
|
readonly name: "MENDI";
|
|
@@ -186,7 +192,7 @@ export declare const linea: {
|
|
|
186
192
|
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.";
|
|
187
193
|
readonly bridge: "native";
|
|
188
194
|
readonly documentation: "https://docs.overnight.fi/";
|
|
189
|
-
readonly tags: readonly ["CURATED"];
|
|
195
|
+
readonly tags: readonly ["CURATED", "STABLECOIN"];
|
|
190
196
|
};
|
|
191
197
|
readonly 'USDT+': {
|
|
192
198
|
readonly name: "USDT+";
|
|
@@ -263,7 +269,7 @@ export declare const linea: {
|
|
|
263
269
|
readonly description: "Stake ETH, get eETH - a natively restaked liquid staking token that fuels DeFi and decentralizes Ethereum.";
|
|
264
270
|
readonly bridge: "stargate";
|
|
265
271
|
readonly documentation: "https://etherfi.gitbook.io/etherfi";
|
|
266
|
-
readonly tags: readonly ["NO_TIMELOCK"];
|
|
272
|
+
readonly tags: readonly ["BLUECHIP", "NO_TIMELOCK"];
|
|
267
273
|
};
|
|
268
274
|
readonly inETH: {
|
|
269
275
|
readonly name: "Inception ETH";
|
|
@@ -377,6 +383,7 @@ export declare const linea: {
|
|
|
377
383
|
readonly description: "Ether or ETH is the native currency built on the Ethereum blockchain.";
|
|
378
384
|
readonly bridge: "linea-canonical";
|
|
379
385
|
readonly documentation: "https://ethereum.org/en/developers/docs/";
|
|
386
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
380
387
|
};
|
|
381
388
|
readonly FEES: {
|
|
382
389
|
readonly name: "Wrapped Ether";
|
|
@@ -389,6 +396,7 @@ export declare const linea: {
|
|
|
389
396
|
readonly description: "Ether or ETH is the native currency built on the Ethereum blockchain.";
|
|
390
397
|
readonly bridge: "linea-canonical";
|
|
391
398
|
readonly documentation: "https://ethereum.org/en/developers/docs/";
|
|
399
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
392
400
|
};
|
|
393
401
|
readonly ETH: {
|
|
394
402
|
readonly name: "Wrapped Ether";
|
|
@@ -401,6 +409,7 @@ export declare const linea: {
|
|
|
401
409
|
readonly description: "Ether or ETH is the native currency built on the Ethereum blockchain.";
|
|
402
410
|
readonly bridge: "linea-canonical";
|
|
403
411
|
readonly documentation: "https://ethereum.org/en/developers/docs/";
|
|
412
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
404
413
|
};
|
|
405
414
|
readonly WETH: {
|
|
406
415
|
readonly name: "Wrapped Ether";
|
|
@@ -413,6 +422,7 @@ export declare const linea: {
|
|
|
413
422
|
readonly description: "Ether or ETH is the native currency built on the Ethereum blockchain.";
|
|
414
423
|
readonly bridge: "linea-canonical";
|
|
415
424
|
readonly documentation: "https://ethereum.org/en/developers/docs/";
|
|
425
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
416
426
|
};
|
|
417
427
|
readonly USDC: {
|
|
418
428
|
readonly name: "USD Coin";
|
|
@@ -463,6 +473,7 @@ export declare const linea: {
|
|
|
463
473
|
readonly website: "https://wbtc.network/";
|
|
464
474
|
readonly description: "Wrapped Bitcoin (WBTC) is the first ERC20 token backed 1:1 with Bitcoin. Completely transparent. 100% verifiable. Community led.";
|
|
465
475
|
readonly bridge: "linea-canonical";
|
|
476
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
466
477
|
};
|
|
467
478
|
readonly wstETH: {
|
|
468
479
|
readonly name: "Lido Wrapped Staked ETH";
|
|
@@ -475,6 +486,7 @@ export declare const linea: {
|
|
|
475
486
|
readonly documentation: "https://docs.lido.fi/";
|
|
476
487
|
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.";
|
|
477
488
|
readonly bridge: "linea-canonical";
|
|
489
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
478
490
|
};
|
|
479
491
|
readonly MENDI: {
|
|
480
492
|
readonly name: "MENDI";
|
|
@@ -550,7 +562,7 @@ export declare const linea: {
|
|
|
550
562
|
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.";
|
|
551
563
|
readonly bridge: "native";
|
|
552
564
|
readonly documentation: "https://docs.overnight.fi/";
|
|
553
|
-
readonly tags: readonly ["CURATED"];
|
|
565
|
+
readonly tags: readonly ["CURATED", "STABLECOIN"];
|
|
554
566
|
};
|
|
555
567
|
readonly 'USDT+': {
|
|
556
568
|
readonly name: "USDT+";
|
|
@@ -627,7 +639,7 @@ export declare const linea: {
|
|
|
627
639
|
readonly description: "Stake ETH, get eETH - a natively restaked liquid staking token that fuels DeFi and decentralizes Ethereum.";
|
|
628
640
|
readonly bridge: "stargate";
|
|
629
641
|
readonly documentation: "https://etherfi.gitbook.io/etherfi";
|
|
630
|
-
readonly tags: readonly ["NO_TIMELOCK"];
|
|
642
|
+
readonly tags: readonly ["BLUECHIP", "NO_TIMELOCK"];
|
|
631
643
|
};
|
|
632
644
|
readonly inETH: {
|
|
633
645
|
readonly name: "Inception ETH";
|
|
@@ -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: "linea-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: "linea-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: "linea-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: "linea-canonical";
|
|
48
51
|
readonly documentation: "https://ethereum.org/en/developers/docs/";
|
|
52
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
49
53
|
};
|
|
50
54
|
readonly USDC: {
|
|
51
55
|
readonly name: "USD Coin";
|
|
@@ -96,6 +100,7 @@ export declare const tokens: {
|
|
|
96
100
|
readonly website: "https://wbtc.network/";
|
|
97
101
|
readonly description: "Wrapped Bitcoin (WBTC) is the first ERC20 token backed 1:1 with Bitcoin. Completely transparent. 100% verifiable. Community led.";
|
|
98
102
|
readonly bridge: "linea-canonical";
|
|
103
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
99
104
|
};
|
|
100
105
|
readonly wstETH: {
|
|
101
106
|
readonly name: "Lido Wrapped Staked ETH";
|
|
@@ -108,6 +113,7 @@ export declare const tokens: {
|
|
|
108
113
|
readonly documentation: "https://docs.lido.fi/";
|
|
109
114
|
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.";
|
|
110
115
|
readonly bridge: "linea-canonical";
|
|
116
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
111
117
|
};
|
|
112
118
|
readonly MENDI: {
|
|
113
119
|
readonly name: "MENDI";
|
|
@@ -183,7 +189,7 @@ export declare const tokens: {
|
|
|
183
189
|
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.";
|
|
184
190
|
readonly bridge: "native";
|
|
185
191
|
readonly documentation: "https://docs.overnight.fi/";
|
|
186
|
-
readonly tags: readonly ["CURATED"];
|
|
192
|
+
readonly tags: readonly ["CURATED", "STABLECOIN"];
|
|
187
193
|
};
|
|
188
194
|
readonly 'USDT+': {
|
|
189
195
|
readonly name: "USDT+";
|
|
@@ -260,7 +266,7 @@ export declare const tokens: {
|
|
|
260
266
|
readonly description: "Stake ETH, get eETH - a natively restaked liquid staking token that fuels DeFi and decentralizes Ethereum.";
|
|
261
267
|
readonly bridge: "stargate";
|
|
262
268
|
readonly documentation: "https://etherfi.gitbook.io/etherfi";
|
|
263
|
-
readonly tags: readonly ["NO_TIMELOCK"];
|
|
269
|
+
readonly tags: readonly ["BLUECHIP", "NO_TIMELOCK"];
|
|
264
270
|
};
|
|
265
271
|
readonly inETH: {
|
|
266
272
|
readonly name: "Inception ETH";
|
|
@@ -12,6 +12,7 @@ const ETH = {
|
|
|
12
12
|
description: 'Ether or ETH is the native currency built on the Ethereum blockchain.',
|
|
13
13
|
bridge: 'linea-canonical',
|
|
14
14
|
documentation: 'https://ethereum.org/en/developers/docs/',
|
|
15
|
+
tags: ['BLUECHIP'],
|
|
15
16
|
};
|
|
16
17
|
exports.tokens = {
|
|
17
18
|
WNATIVE: ETH,
|
|
@@ -67,6 +68,7 @@ exports.tokens = {
|
|
|
67
68
|
website: 'https://wbtc.network/',
|
|
68
69
|
description: 'Wrapped Bitcoin (WBTC) is the first ERC20 token backed 1:1 with Bitcoin. Completely transparent. 100% verifiable. Community led.',
|
|
69
70
|
bridge: 'linea-canonical',
|
|
71
|
+
tags: ['BLUECHIP'],
|
|
70
72
|
},
|
|
71
73
|
wstETH: {
|
|
72
74
|
name: 'Lido Wrapped Staked ETH',
|
|
@@ -79,6 +81,7 @@ exports.tokens = {
|
|
|
79
81
|
documentation: 'https://docs.lido.fi/',
|
|
80
82
|
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.',
|
|
81
83
|
bridge: 'linea-canonical',
|
|
84
|
+
tags: ['BLUECHIP'],
|
|
82
85
|
},
|
|
83
86
|
MENDI: {
|
|
84
87
|
name: 'MENDI',
|
|
@@ -154,7 +157,7 @@ exports.tokens = {
|
|
|
154
157
|
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.',
|
|
155
158
|
bridge: 'native',
|
|
156
159
|
documentation: 'https://docs.overnight.fi/',
|
|
157
|
-
tags: ['CURATED'],
|
|
160
|
+
tags: ['CURATED', 'STABLECOIN'],
|
|
158
161
|
},
|
|
159
162
|
'USDT+': {
|
|
160
163
|
name: 'USDT+',
|
|
@@ -231,7 +234,7 @@ exports.tokens = {
|
|
|
231
234
|
description: 'Stake ETH, get eETH - a natively restaked liquid staking token that fuels DeFi and decentralizes Ethereum.',
|
|
232
235
|
bridge: 'stargate',
|
|
233
236
|
documentation: 'https://etherfi.gitbook.io/etherfi',
|
|
234
|
-
tags: ['NO_TIMELOCK'],
|
|
237
|
+
tags: ['BLUECHIP', 'NO_TIMELOCK'],
|
|
235
238
|
},
|
|
236
239
|
inETH: {
|
|
237
240
|
name: 'Inception ETH',
|
|
@@ -13,6 +13,7 @@ export declare const lisk: {
|
|
|
13
13
|
readonly description: "Ether or ETH is the native currency built on the Ethereum blockchain.";
|
|
14
14
|
readonly bridge: "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 lisk: {
|
|
|
25
26
|
readonly description: "Ether or ETH is the native currency built on the Ethereum blockchain.";
|
|
26
27
|
readonly bridge: "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 lisk: {
|
|
|
37
39
|
readonly description: "Ether or ETH is the native currency built on the Ethereum blockchain.";
|
|
38
40
|
readonly bridge: "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 lisk: {
|
|
|
49
52
|
readonly description: "Ether or ETH is the native currency built on the Ethereum blockchain.";
|
|
50
53
|
readonly bridge: "canonical";
|
|
51
54
|
readonly documentation: "https://ethereum.org/en/developers/docs/";
|
|
55
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
52
56
|
};
|
|
53
57
|
readonly USDT: {
|
|
54
58
|
readonly name: "Tether USD";
|
|
@@ -110,6 +114,7 @@ export declare const lisk: {
|
|
|
110
114
|
readonly website: "https://wbtc.network/";
|
|
111
115
|
readonly description: "Wrapped Bitcoin (WBTC) is the first ERC20 token backed 1:1 with Bitcoin. Completely transparent. 100% verifiable. Community led.";
|
|
112
116
|
readonly bridge: "canonical";
|
|
117
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
113
118
|
};
|
|
114
119
|
readonly USDT0: {
|
|
115
120
|
readonly name: "USDT0";
|
|
@@ -135,6 +140,7 @@ export declare const lisk: {
|
|
|
135
140
|
readonly description: "Ether or ETH is the native currency built on the Ethereum blockchain.";
|
|
136
141
|
readonly bridge: "canonical";
|
|
137
142
|
readonly documentation: "https://ethereum.org/en/developers/docs/";
|
|
143
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
138
144
|
};
|
|
139
145
|
readonly FEES: {
|
|
140
146
|
readonly name: "Wrapped Ether";
|
|
@@ -147,6 +153,7 @@ export declare const lisk: {
|
|
|
147
153
|
readonly description: "Ether or ETH is the native currency built on the Ethereum blockchain.";
|
|
148
154
|
readonly bridge: "canonical";
|
|
149
155
|
readonly documentation: "https://ethereum.org/en/developers/docs/";
|
|
156
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
150
157
|
};
|
|
151
158
|
readonly ETH: {
|
|
152
159
|
readonly name: "Wrapped Ether";
|
|
@@ -159,6 +166,7 @@ export declare const lisk: {
|
|
|
159
166
|
readonly description: "Ether or ETH is the native currency built on the Ethereum blockchain.";
|
|
160
167
|
readonly bridge: "canonical";
|
|
161
168
|
readonly documentation: "https://ethereum.org/en/developers/docs/";
|
|
169
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
162
170
|
};
|
|
163
171
|
readonly WETH: {
|
|
164
172
|
readonly name: "Wrapped Ether";
|
|
@@ -171,6 +179,7 @@ export declare const lisk: {
|
|
|
171
179
|
readonly description: "Ether or ETH is the native currency built on the Ethereum blockchain.";
|
|
172
180
|
readonly bridge: "canonical";
|
|
173
181
|
readonly documentation: "https://ethereum.org/en/developers/docs/";
|
|
182
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
174
183
|
};
|
|
175
184
|
readonly USDT: {
|
|
176
185
|
readonly name: "Tether USD";
|
|
@@ -232,6 +241,7 @@ export declare const lisk: {
|
|
|
232
241
|
readonly website: "https://wbtc.network/";
|
|
233
242
|
readonly description: "Wrapped Bitcoin (WBTC) is the first ERC20 token backed 1:1 with Bitcoin. Completely transparent. 100% verifiable. Community led.";
|
|
234
243
|
readonly bridge: "canonical";
|
|
244
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
235
245
|
};
|
|
236
246
|
readonly USDT0: {
|
|
237
247
|
readonly name: "USDT0";
|
|
@@ -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: "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: "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: "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: "canonical";
|
|
48
51
|
readonly documentation: "https://ethereum.org/en/developers/docs/";
|
|
52
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
49
53
|
};
|
|
50
54
|
readonly USDT: {
|
|
51
55
|
readonly name: "Tether USD";
|
|
@@ -107,6 +111,7 @@ export declare const tokens: {
|
|
|
107
111
|
readonly website: "https://wbtc.network/";
|
|
108
112
|
readonly description: "Wrapped Bitcoin (WBTC) is the first ERC20 token backed 1:1 with Bitcoin. Completely transparent. 100% verifiable. Community led.";
|
|
109
113
|
readonly bridge: "canonical";
|
|
114
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
110
115
|
};
|
|
111
116
|
readonly USDT0: {
|
|
112
117
|
readonly name: "USDT0";
|