@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
|
@@ -12,6 +12,7 @@ const MATIC = {
|
|
|
12
12
|
description: 'Polygon is a protocol and a framework for building and connecting Ethereum-compatible blockchain networks. Aggregating scalable solutions on Ethereum supporting a multi-chain Ethereum ecosystem.',
|
|
13
13
|
bridge: 'native',
|
|
14
14
|
documentation: 'https://docs.polygon.technology/',
|
|
15
|
+
tags: ['BLUECHIP'],
|
|
15
16
|
};
|
|
16
17
|
const MAI = {
|
|
17
18
|
name: 'Mai',
|
|
@@ -54,6 +55,7 @@ exports.tokens = {
|
|
|
54
55
|
website: 'https://lido.fi/',
|
|
55
56
|
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.',
|
|
56
57
|
documentation: 'https://docs.lido.fi/',
|
|
58
|
+
tags: ['BLUECHIP'],
|
|
57
59
|
},
|
|
58
60
|
BOB: {
|
|
59
61
|
name: 'BOB',
|
|
@@ -115,7 +117,7 @@ exports.tokens = {
|
|
|
115
117
|
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.',
|
|
116
118
|
bridge: 'native',
|
|
117
119
|
documentation: 'https://docs.overnight.fi/',
|
|
118
|
-
tags: ['CURATED'],
|
|
120
|
+
tags: ['CURATED', 'STABLECOIN'],
|
|
119
121
|
},
|
|
120
122
|
spUSDT: {
|
|
121
123
|
name: 'Stargate Tether USD LP',
|
|
@@ -189,6 +191,7 @@ exports.tokens = {
|
|
|
189
191
|
website: 'https://stake.lido.fi/',
|
|
190
192
|
documentation: 'https://docs.lido.fi/',
|
|
191
193
|
description: 'Lido is a liquid staking solution for ETH 2.0 backed by industry-leading staking providers.',
|
|
194
|
+
tags: ['BLUECHIP'],
|
|
192
195
|
},
|
|
193
196
|
cxBTC: {
|
|
194
197
|
name: 'CelsiusX Wrapped BTC',
|
|
@@ -639,6 +642,7 @@ exports.tokens = {
|
|
|
639
642
|
decimals: 18,
|
|
640
643
|
website: 'https://shibatoken.com/',
|
|
641
644
|
description: 'A Decentralized Meme Token that Evolved into a Vibrant Ecosystem.',
|
|
645
|
+
tags: ['MEMECOIN'],
|
|
642
646
|
},
|
|
643
647
|
FTM: {
|
|
644
648
|
name: 'Fantom Token',
|
|
@@ -649,6 +653,7 @@ exports.tokens = {
|
|
|
649
653
|
decimals: 18,
|
|
650
654
|
website: 'https://fantom.foundation/',
|
|
651
655
|
description: 'Fantom is a fast, high-throughput open-source smart contract platform for digital assets and dApps.',
|
|
656
|
+
tags: ['BLUECHIP'],
|
|
652
657
|
},
|
|
653
658
|
jEUR: {
|
|
654
659
|
name: 'Jarvis Synthetic Euro',
|
|
@@ -764,6 +769,7 @@ exports.tokens = {
|
|
|
764
769
|
chainId: 137,
|
|
765
770
|
website: 'https://www.avax.network/',
|
|
766
771
|
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.',
|
|
772
|
+
tags: ['BLUECHIP'],
|
|
767
773
|
},
|
|
768
774
|
PEAR: {
|
|
769
775
|
name: 'PearZap',
|
|
@@ -806,6 +812,7 @@ exports.tokens = {
|
|
|
806
812
|
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.',
|
|
807
813
|
bridge: 'polygon-canonical',
|
|
808
814
|
documentation: 'https://docs.aave.com/',
|
|
815
|
+
tags: ['BLUECHIP'],
|
|
809
816
|
},
|
|
810
817
|
AZUKI: {
|
|
811
818
|
name: 'DokiDokiAzuki',
|
|
@@ -826,6 +833,7 @@ exports.tokens = {
|
|
|
826
833
|
decimals: 18,
|
|
827
834
|
website: 'https://balancer.fi/',
|
|
828
835
|
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. ',
|
|
836
|
+
tags: ['BLUECHIP'],
|
|
829
837
|
},
|
|
830
838
|
BANANA: {
|
|
831
839
|
name: 'ApeSwapFinance Banana',
|
|
@@ -882,6 +890,7 @@ exports.tokens = {
|
|
|
882
890
|
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.',
|
|
883
891
|
bridge: 'polygon-canonical',
|
|
884
892
|
documentation: 'https://ethereum.org/en/developers/docs/',
|
|
893
|
+
tags: ['BLUECHIP'],
|
|
885
894
|
},
|
|
886
895
|
FISH: {
|
|
887
896
|
name: 'Fish',
|
|
@@ -923,6 +932,7 @@ exports.tokens = {
|
|
|
923
932
|
chainId: 137,
|
|
924
933
|
website: 'https://www.aavegotchi.com/',
|
|
925
934
|
description: 'Aavegotchis are crypto-collectibles living on the Ethereum blockchain, backed by the ERC721 standard used in popular blockchain games.',
|
|
935
|
+
tags: ['MEMECOIN'],
|
|
926
936
|
},
|
|
927
937
|
GNS: {
|
|
928
938
|
name: 'Gains Network Token',
|
|
@@ -959,6 +969,7 @@ exports.tokens = {
|
|
|
959
969
|
bridge: 'native',
|
|
960
970
|
documentation: 'https://docs.chain.link/docs',
|
|
961
971
|
chainId: 137,
|
|
972
|
+
tags: ['BLUECHIP'],
|
|
962
973
|
},
|
|
963
974
|
MANA: {
|
|
964
975
|
name: 'Decentraland MANA',
|
|
@@ -1033,6 +1044,7 @@ exports.tokens = {
|
|
|
1033
1044
|
chainId: 137,
|
|
1034
1045
|
website: 'https://solana.com/',
|
|
1035
1046
|
description: 'The Solana protocol is designed to facilitate decentralized app (DApp) creation. It aims to improve scalability by introducing a proof-of-history (PoH) consensus combined with the underlying proof-of-stake (PoS) consensus of the blockchain.',
|
|
1047
|
+
tags: ['BLUECHIP'],
|
|
1036
1048
|
},
|
|
1037
1049
|
TEL: {
|
|
1038
1050
|
name: 'Telcoin',
|
|
@@ -1057,6 +1069,7 @@ exports.tokens = {
|
|
|
1057
1069
|
bridge: 'polygon-canonical',
|
|
1058
1070
|
chainId: 137,
|
|
1059
1071
|
documentation: 'https://docs.uniswap.org/concepts/governance/overview',
|
|
1072
|
+
tags: ['BLUECHIP'],
|
|
1060
1073
|
},
|
|
1061
1074
|
pUSDCe: {
|
|
1062
1075
|
name: 'USD Coin',
|
|
@@ -1116,6 +1129,7 @@ exports.tokens = {
|
|
|
1116
1129
|
description: 'Wrapped Bitcoin (WBTC) is the first ERC20 token backed 1:1 with Bitcoin. Completely transparent. 100% verifiable. Community led.',
|
|
1117
1130
|
bridge: 'polygon-canonical',
|
|
1118
1131
|
chainId: 137,
|
|
1132
|
+
tags: ['BLUECHIP'],
|
|
1119
1133
|
},
|
|
1120
1134
|
WEXpoly: {
|
|
1121
1135
|
name: 'WEXPoly',
|
|
@@ -1146,6 +1160,7 @@ exports.tokens = {
|
|
|
1146
1160
|
chainId: 137,
|
|
1147
1161
|
website: 'https://yearn.finance/',
|
|
1148
1162
|
description: 'Yearn Finance is a suite of products in Decentralized Finance (DeFi) that provides lending aggregation, yield generation, and insurance on the Ethereum blockchain. The protocol is maintained by various independent developers and is governed by YFI holders.',
|
|
1163
|
+
tags: ['BLUECHIP'],
|
|
1149
1164
|
},
|
|
1150
1165
|
ROUTE: {
|
|
1151
1166
|
name: 'Route',
|
|
@@ -1185,6 +1200,7 @@ exports.tokens = {
|
|
|
1185
1200
|
chainId: 137,
|
|
1186
1201
|
website: 'https://sushi.com/',
|
|
1187
1202
|
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.',
|
|
1203
|
+
tags: ['BLUECHIP'],
|
|
1188
1204
|
},
|
|
1189
1205
|
GRT: {
|
|
1190
1206
|
name: 'The Graph',
|
|
@@ -1226,6 +1242,7 @@ exports.tokens = {
|
|
|
1226
1242
|
chainId: 137,
|
|
1227
1243
|
website: 'https://synthetix.io/',
|
|
1228
1244
|
description: 'Synthetix is the backbone for derivatives trading in DeFi, allowing anyone, anywhere to gain on-chain exposure to a vast range of assets.',
|
|
1245
|
+
tags: ['BLUECHIP'],
|
|
1229
1246
|
},
|
|
1230
1247
|
CRV: {
|
|
1231
1248
|
name: 'Curve Protocol',
|
|
@@ -1238,6 +1255,7 @@ exports.tokens = {
|
|
|
1238
1255
|
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.',
|
|
1239
1256
|
bridge: 'polygon-canonical',
|
|
1240
1257
|
documentation: 'https://curve.readthedocs.io/',
|
|
1258
|
+
tags: ['BLUECHIP'],
|
|
1241
1259
|
},
|
|
1242
1260
|
DOKI: {
|
|
1243
1261
|
name: 'DokiDoki Finance',
|
|
@@ -1289,6 +1307,7 @@ exports.tokens = {
|
|
|
1289
1307
|
decimals: 18,
|
|
1290
1308
|
website: 'https://www.binance.com/',
|
|
1291
1309
|
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.',
|
|
1310
|
+
tags: ['BLUECHIP'],
|
|
1292
1311
|
},
|
|
1293
1312
|
rUSD: {
|
|
1294
1313
|
name: 'Ramp USD',
|
|
@@ -1992,6 +2011,7 @@ exports.tokens = {
|
|
|
1992
2011
|
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.",
|
|
1993
2012
|
documentation: 'https://help.coinbase.com/en/coinbase/trading-and-funding/staking-rewards/cbeth',
|
|
1994
2013
|
bridge: 'polygon-canonical',
|
|
2014
|
+
tags: ['BLUECHIP'],
|
|
1995
2015
|
},
|
|
1996
2016
|
ZRO: {
|
|
1997
2017
|
name: 'LayerZero',
|
|
@@ -2004,5 +2024,6 @@ exports.tokens = {
|
|
|
2004
2024
|
documentation: 'https://docs.layerzero.network/v2',
|
|
2005
2025
|
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.',
|
|
2006
2026
|
bridge: 'layer-zero',
|
|
2027
|
+
tags: ['BLUECHIP'],
|
|
2007
2028
|
},
|
|
2008
2029
|
};
|
|
@@ -13,6 +13,7 @@ export declare const real: {
|
|
|
13
13
|
readonly description: "Ether or ETH is the native currency built on the Ethereum blockchain.";
|
|
14
14
|
readonly bridge: "real-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 Re.Al Ether";
|
|
@@ -25,6 +26,7 @@ export declare const real: {
|
|
|
25
26
|
readonly description: "Ether or ETH is the native currency built on the Ethereum blockchain.";
|
|
26
27
|
readonly bridge: "real-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 Re.Al Ether";
|
|
@@ -37,6 +39,7 @@ export declare const real: {
|
|
|
37
39
|
readonly description: "Ether or ETH is the native currency built on the Ethereum blockchain.";
|
|
38
40
|
readonly bridge: "real-canonical";
|
|
39
41
|
readonly documentation: "https://ethereum.org/en/developers/docs/";
|
|
42
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
40
43
|
};
|
|
41
44
|
readonly reETH: {
|
|
42
45
|
readonly name: "Wrapped Re.Al Ether";
|
|
@@ -49,6 +52,7 @@ export declare const real: {
|
|
|
49
52
|
readonly description: "Ether or ETH is the native currency built on the Ethereum blockchain.";
|
|
50
53
|
readonly bridge: "real-canonical";
|
|
51
54
|
readonly documentation: "https://ethereum.org/en/developers/docs/";
|
|
55
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
52
56
|
};
|
|
53
57
|
readonly WREETH: {
|
|
54
58
|
readonly name: "Wrapped Re.Al Ether";
|
|
@@ -61,6 +65,7 @@ export declare const real: {
|
|
|
61
65
|
readonly description: "Ether or ETH is the native currency built on the Ethereum blockchain.";
|
|
62
66
|
readonly bridge: "real-canonical";
|
|
63
67
|
readonly documentation: "https://ethereum.org/en/developers/docs/";
|
|
68
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
64
69
|
};
|
|
65
70
|
readonly USDC: {
|
|
66
71
|
readonly name: "USD Coin";
|
|
@@ -192,6 +197,7 @@ export declare const real: {
|
|
|
192
197
|
readonly description: "Ether or ETH is the native currency built on the Ethereum blockchain.";
|
|
193
198
|
readonly bridge: "real-canonical";
|
|
194
199
|
readonly documentation: "https://ethereum.org/en/developers/docs/";
|
|
200
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
195
201
|
};
|
|
196
202
|
readonly FEES: {
|
|
197
203
|
readonly name: "Wrapped Re.Al Ether";
|
|
@@ -204,6 +210,7 @@ export declare const real: {
|
|
|
204
210
|
readonly description: "Ether or ETH is the native currency built on the Ethereum blockchain.";
|
|
205
211
|
readonly bridge: "real-canonical";
|
|
206
212
|
readonly documentation: "https://ethereum.org/en/developers/docs/";
|
|
213
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
207
214
|
};
|
|
208
215
|
readonly ETH: {
|
|
209
216
|
readonly name: "Wrapped Re.Al Ether";
|
|
@@ -216,6 +223,7 @@ export declare const real: {
|
|
|
216
223
|
readonly description: "Ether or ETH is the native currency built on the Ethereum blockchain.";
|
|
217
224
|
readonly bridge: "real-canonical";
|
|
218
225
|
readonly documentation: "https://ethereum.org/en/developers/docs/";
|
|
226
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
219
227
|
};
|
|
220
228
|
readonly reETH: {
|
|
221
229
|
readonly name: "Wrapped Re.Al Ether";
|
|
@@ -228,6 +236,7 @@ export declare const real: {
|
|
|
228
236
|
readonly description: "Ether or ETH is the native currency built on the Ethereum blockchain.";
|
|
229
237
|
readonly bridge: "real-canonical";
|
|
230
238
|
readonly documentation: "https://ethereum.org/en/developers/docs/";
|
|
239
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
231
240
|
};
|
|
232
241
|
readonly WREETH: {
|
|
233
242
|
readonly name: "Wrapped Re.Al Ether";
|
|
@@ -240,6 +249,7 @@ export declare const real: {
|
|
|
240
249
|
readonly description: "Ether or ETH is the native currency built on the Ethereum blockchain.";
|
|
241
250
|
readonly bridge: "real-canonical";
|
|
242
251
|
readonly documentation: "https://ethereum.org/en/developers/docs/";
|
|
252
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
243
253
|
};
|
|
244
254
|
readonly USDC: {
|
|
245
255
|
readonly name: "USD Coin";
|
|
@@ -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: "real-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 Re.Al 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: "real-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 Re.Al 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: "real-canonical";
|
|
36
38
|
readonly documentation: "https://ethereum.org/en/developers/docs/";
|
|
39
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
37
40
|
};
|
|
38
41
|
readonly reETH: {
|
|
39
42
|
readonly name: "Wrapped Re.Al 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: "real-canonical";
|
|
48
51
|
readonly documentation: "https://ethereum.org/en/developers/docs/";
|
|
52
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
49
53
|
};
|
|
50
54
|
readonly WREETH: {
|
|
51
55
|
readonly name: "Wrapped Re.Al Ether";
|
|
@@ -58,6 +62,7 @@ export declare const tokens: {
|
|
|
58
62
|
readonly description: "Ether or ETH is the native currency built on the Ethereum blockchain.";
|
|
59
63
|
readonly bridge: "real-canonical";
|
|
60
64
|
readonly documentation: "https://ethereum.org/en/developers/docs/";
|
|
65
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
61
66
|
};
|
|
62
67
|
readonly USDC: {
|
|
63
68
|
readonly name: "USD Coin";
|
|
@@ -85,6 +85,7 @@ export declare const saga: {
|
|
|
85
85
|
readonly description: "Ether or ETH is the native currency built on the Ethereum blockchain.";
|
|
86
86
|
readonly bridge: "saga-canonical";
|
|
87
87
|
readonly documentation: "https://ethereum.org/en/developers/docs/";
|
|
88
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
88
89
|
};
|
|
89
90
|
readonly USDT: {
|
|
90
91
|
readonly name: "Tether";
|
|
@@ -110,6 +111,7 @@ export declare const saga: {
|
|
|
110
111
|
readonly description: "Uniswap is a decentralized exchange (DEX) on the Ethereum blockchain.";
|
|
111
112
|
readonly bridge: "saga-canonical";
|
|
112
113
|
readonly documentation: "https://www.uniswap.org/";
|
|
114
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
113
115
|
};
|
|
114
116
|
};
|
|
115
117
|
readonly tokenAddressMap: import("../../util/convertSymbolTokenMapToAddressTokenMap.js").AddressToTokenMap<{
|
|
@@ -196,6 +198,7 @@ export declare const saga: {
|
|
|
196
198
|
readonly description: "Ether or ETH is the native currency built on the Ethereum blockchain.";
|
|
197
199
|
readonly bridge: "saga-canonical";
|
|
198
200
|
readonly documentation: "https://ethereum.org/en/developers/docs/";
|
|
201
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
199
202
|
};
|
|
200
203
|
readonly USDT: {
|
|
201
204
|
readonly name: "Tether";
|
|
@@ -221,6 +224,7 @@ export declare const saga: {
|
|
|
221
224
|
readonly description: "Uniswap is a decentralized exchange (DEX) on the Ethereum blockchain.";
|
|
222
225
|
readonly bridge: "saga-canonical";
|
|
223
226
|
readonly documentation: "https://www.uniswap.org/";
|
|
227
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
224
228
|
};
|
|
225
229
|
}>;
|
|
226
230
|
readonly native: {
|
|
@@ -82,6 +82,7 @@ export declare const tokens: {
|
|
|
82
82
|
readonly description: "Ether or ETH is the native currency built on the Ethereum blockchain.";
|
|
83
83
|
readonly bridge: "saga-canonical";
|
|
84
84
|
readonly documentation: "https://ethereum.org/en/developers/docs/";
|
|
85
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
85
86
|
};
|
|
86
87
|
readonly USDT: {
|
|
87
88
|
readonly name: "Tether";
|
|
@@ -107,5 +108,6 @@ export declare const tokens: {
|
|
|
107
108
|
readonly description: "Uniswap is a decentralized exchange (DEX) on the Ethereum blockchain.";
|
|
108
109
|
readonly bridge: "saga-canonical";
|
|
109
110
|
readonly documentation: "https://www.uniswap.org/";
|
|
111
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
110
112
|
};
|
|
111
113
|
};
|
|
@@ -54,6 +54,7 @@ exports.tokens = {
|
|
|
54
54
|
description: 'Ether or ETH is the native currency built on the Ethereum blockchain.',
|
|
55
55
|
bridge: 'saga-canonical',
|
|
56
56
|
documentation: 'https://ethereum.org/en/developers/docs/',
|
|
57
|
+
tags: ['BLUECHIP'],
|
|
57
58
|
},
|
|
58
59
|
USDT: {
|
|
59
60
|
name: 'Tether',
|
|
@@ -79,5 +80,6 @@ exports.tokens = {
|
|
|
79
80
|
description: 'Uniswap is a decentralized exchange (DEX) on the Ethereum blockchain.',
|
|
80
81
|
bridge: 'saga-canonical',
|
|
81
82
|
documentation: 'https://www.uniswap.org/',
|
|
83
|
+
tags: ['BLUECHIP'],
|
|
82
84
|
},
|
|
83
85
|
};
|
|
@@ -13,6 +13,7 @@ export declare const scroll: {
|
|
|
13
13
|
readonly description: "Ether or ETH is the native currency built on the Ethereum blockchain.";
|
|
14
14
|
readonly bridge: "scroll-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 scroll: {
|
|
|
25
26
|
readonly description: "Ether or ETH is the native currency built on the Ethereum blockchain.";
|
|
26
27
|
readonly bridge: "scroll-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 scroll: {
|
|
|
37
39
|
readonly description: "Ether or ETH is the native currency built on the Ethereum blockchain.";
|
|
38
40
|
readonly bridge: "scroll-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 scroll: {
|
|
|
49
52
|
readonly description: "Ether or ETH is the native currency built on the Ethereum blockchain.";
|
|
50
53
|
readonly bridge: "scroll-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";
|
|
@@ -73,6 +77,7 @@ export declare const scroll: {
|
|
|
73
77
|
readonly website: "https://wbtc.network/";
|
|
74
78
|
readonly description: "Wrapped Bitcoin (WBTC) is the first ERC20 token backed 1:1 with Bitcoin. Completely transparent. 100% verifiable. Community led.";
|
|
75
79
|
readonly bridge: "scroll-canonical";
|
|
80
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
76
81
|
};
|
|
77
82
|
readonly USDT: {
|
|
78
83
|
readonly name: "USDT";
|
|
@@ -148,6 +153,7 @@ export declare const scroll: {
|
|
|
148
153
|
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.";
|
|
149
154
|
readonly documentation: "https://docs.lido.fi/";
|
|
150
155
|
readonly bridge: "scroll-canonical";
|
|
156
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
151
157
|
};
|
|
152
158
|
readonly SCR: {
|
|
153
159
|
readonly name: "Scroll";
|
|
@@ -174,6 +180,7 @@ export declare const scroll: {
|
|
|
174
180
|
readonly description: "Ether or ETH is the native currency built on the Ethereum blockchain.";
|
|
175
181
|
readonly bridge: "scroll-canonical";
|
|
176
182
|
readonly documentation: "https://ethereum.org/en/developers/docs/";
|
|
183
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
177
184
|
};
|
|
178
185
|
readonly FEES: {
|
|
179
186
|
readonly name: "Wrapped Ether";
|
|
@@ -186,6 +193,7 @@ export declare const scroll: {
|
|
|
186
193
|
readonly description: "Ether or ETH is the native currency built on the Ethereum blockchain.";
|
|
187
194
|
readonly bridge: "scroll-canonical";
|
|
188
195
|
readonly documentation: "https://ethereum.org/en/developers/docs/";
|
|
196
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
189
197
|
};
|
|
190
198
|
readonly ETH: {
|
|
191
199
|
readonly name: "Wrapped Ether";
|
|
@@ -198,6 +206,7 @@ export declare const scroll: {
|
|
|
198
206
|
readonly description: "Ether or ETH is the native currency built on the Ethereum blockchain.";
|
|
199
207
|
readonly bridge: "scroll-canonical";
|
|
200
208
|
readonly documentation: "https://ethereum.org/en/developers/docs/";
|
|
209
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
201
210
|
};
|
|
202
211
|
readonly WETH: {
|
|
203
212
|
readonly name: "Wrapped Ether";
|
|
@@ -210,6 +219,7 @@ export declare const scroll: {
|
|
|
210
219
|
readonly description: "Ether or ETH is the native currency built on the Ethereum blockchain.";
|
|
211
220
|
readonly bridge: "scroll-canonical";
|
|
212
221
|
readonly documentation: "https://ethereum.org/en/developers/docs/";
|
|
222
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
213
223
|
};
|
|
214
224
|
readonly USDC: {
|
|
215
225
|
readonly name: "USD Coin";
|
|
@@ -234,6 +244,7 @@ export declare const scroll: {
|
|
|
234
244
|
readonly website: "https://wbtc.network/";
|
|
235
245
|
readonly description: "Wrapped Bitcoin (WBTC) is the first ERC20 token backed 1:1 with Bitcoin. Completely transparent. 100% verifiable. Community led.";
|
|
236
246
|
readonly bridge: "scroll-canonical";
|
|
247
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
237
248
|
};
|
|
238
249
|
readonly USDT: {
|
|
239
250
|
readonly name: "USDT";
|
|
@@ -309,6 +320,7 @@ export declare const scroll: {
|
|
|
309
320
|
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.";
|
|
310
321
|
readonly documentation: "https://docs.lido.fi/";
|
|
311
322
|
readonly bridge: "scroll-canonical";
|
|
323
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
312
324
|
};
|
|
313
325
|
readonly SCR: {
|
|
314
326
|
readonly name: "Scroll";
|
|
@@ -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: "scroll-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: "scroll-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: "scroll-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: "scroll-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";
|
|
@@ -70,6 +74,7 @@ export declare const tokens: {
|
|
|
70
74
|
readonly website: "https://wbtc.network/";
|
|
71
75
|
readonly description: "Wrapped Bitcoin (WBTC) is the first ERC20 token backed 1:1 with Bitcoin. Completely transparent. 100% verifiable. Community led.";
|
|
72
76
|
readonly bridge: "scroll-canonical";
|
|
77
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
73
78
|
};
|
|
74
79
|
readonly USDT: {
|
|
75
80
|
readonly name: "USDT";
|
|
@@ -145,6 +150,7 @@ export declare const tokens: {
|
|
|
145
150
|
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.";
|
|
146
151
|
readonly documentation: "https://docs.lido.fi/";
|
|
147
152
|
readonly bridge: "scroll-canonical";
|
|
153
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
148
154
|
};
|
|
149
155
|
readonly SCR: {
|
|
150
156
|
readonly name: "Scroll";
|
|
@@ -12,6 +12,7 @@ const ETH = {
|
|
|
12
12
|
description: 'Ether or ETH is the native currency built on the Ethereum blockchain.',
|
|
13
13
|
bridge: 'scroll-canonical',
|
|
14
14
|
documentation: 'https://ethereum.org/en/developers/docs/',
|
|
15
|
+
tags: ['BLUECHIP'],
|
|
15
16
|
};
|
|
16
17
|
exports.tokens = {
|
|
17
18
|
WNATIVE: ETH,
|
|
@@ -41,6 +42,7 @@ exports.tokens = {
|
|
|
41
42
|
website: 'https://wbtc.network/',
|
|
42
43
|
description: 'Wrapped Bitcoin (WBTC) is the first ERC20 token backed 1:1 with Bitcoin. Completely transparent. 100% verifiable. Community led.',
|
|
43
44
|
bridge: 'scroll-canonical',
|
|
45
|
+
tags: ['BLUECHIP'],
|
|
44
46
|
},
|
|
45
47
|
USDT: {
|
|
46
48
|
name: 'USDT',
|
|
@@ -116,6 +118,7 @@ exports.tokens = {
|
|
|
116
118
|
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.',
|
|
117
119
|
documentation: 'https://docs.lido.fi/',
|
|
118
120
|
bridge: 'scroll-canonical',
|
|
121
|
+
tags: ['BLUECHIP'],
|
|
119
122
|
},
|
|
120
123
|
SCR: {
|
|
121
124
|
name: 'Scroll',
|
|
@@ -74,6 +74,7 @@ export declare const sei: {
|
|
|
74
74
|
readonly description: "Ether or ETH is the native currency built on the Ethereum blockchain.";
|
|
75
75
|
readonly bridge: "layerzero";
|
|
76
76
|
readonly documentation: "https://ethereum.org/en/developers/docs/";
|
|
77
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
77
78
|
};
|
|
78
79
|
readonly USDT: {
|
|
79
80
|
readonly name: "USDT";
|
|
@@ -187,6 +188,7 @@ export declare const sei: {
|
|
|
187
188
|
readonly description: "Ether or ETH is the native currency built on the Ethereum blockchain.";
|
|
188
189
|
readonly bridge: "layerzero";
|
|
189
190
|
readonly documentation: "https://ethereum.org/en/developers/docs/";
|
|
191
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
190
192
|
};
|
|
191
193
|
readonly USDT: {
|
|
192
194
|
readonly name: "USDT";
|
|
@@ -71,6 +71,7 @@ export declare const tokens: {
|
|
|
71
71
|
readonly description: "Ether or ETH is the native currency built on the Ethereum blockchain.";
|
|
72
72
|
readonly bridge: "layerzero";
|
|
73
73
|
readonly documentation: "https://ethereum.org/en/developers/docs/";
|
|
74
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
74
75
|
};
|
|
75
76
|
readonly USDT: {
|
|
76
77
|
readonly name: "USDT";
|