@beefyfinance/blockchain-addressbook 0.54.148 → 0.54.150
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/address-book/arbitrum/index.d.ts +72 -12
- package/build/address-book/arbitrum/tokens/tokens.d.ts +36 -6
- package/build/address-book/arbitrum/tokens/tokens.js +33 -6
- package/build/address-book/aurora/index.d.ts +16 -0
- package/build/address-book/aurora/tokens/tokens.d.ts +8 -0
- package/build/address-book/aurora/tokens/tokens.js +5 -0
- package/build/address-book/avax/index.d.ts +58 -2
- package/build/address-book/avax/tokens/tokens.d.ts +29 -1
- package/build/address-book/avax/tokens/tokens.js +26 -1
- package/build/address-book/base/index.d.ts +150 -28
- package/build/address-book/base/tokens/tokens.d.ts +75 -14
- package/build/address-book/base/tokens/tokens.js +72 -14
- package/build/address-book/berachain/index.d.ts +6 -0
- package/build/address-book/berachain/tokens/tokens.d.ts +3 -0
- package/build/address-book/berachain/tokens/tokens.js +3 -0
- package/build/address-book/bsc/index.d.ts +78 -8
- package/build/address-book/bsc/tokens/tokens.d.ts +39 -4
- package/build/address-book/bsc/tokens/tokens.js +36 -4
- package/build/address-book/canto/index.d.ts +12 -0
- package/build/address-book/canto/tokens/tokens.d.ts +6 -0
- package/build/address-book/canto/tokens/tokens.js +6 -0
- package/build/address-book/celo/index.d.ts +2 -0
- package/build/address-book/celo/tokens/tokens.d.ts +1 -0
- package/build/address-book/celo/tokens/tokens.js +1 -0
- package/build/address-book/cronos/index.d.ts +18 -0
- package/build/address-book/cronos/tokens/tokens.d.ts +9 -0
- package/build/address-book/cronos/tokens/tokens.js +9 -0
- package/build/address-book/emerald/index.d.ts +4 -0
- package/build/address-book/emerald/tokens/tokens.d.ts +2 -0
- package/build/address-book/emerald/tokens/tokens.js +2 -0
- package/build/address-book/ethereum/index.d.ts +58 -6
- package/build/address-book/ethereum/platforms/beefyfinance.d.ts +1 -0
- package/build/address-book/ethereum/platforms/beefyfinance.js +1 -0
- package/build/address-book/ethereum/tokens/tokens.d.ts +29 -3
- package/build/address-book/ethereum/tokens/tokens.js +26 -3
- package/build/address-book/fantom/index.d.ts +38 -0
- package/build/address-book/fantom/tokens/tokens.d.ts +19 -0
- package/build/address-book/fantom/tokens/tokens.js +16 -0
- package/build/address-book/fraxtal/index.d.ts +8 -0
- package/build/address-book/fraxtal/tokens/tokens.d.ts +4 -0
- package/build/address-book/fraxtal/tokens/tokens.js +4 -0
- package/build/address-book/fuse/index.d.ts +8 -0
- package/build/address-book/fuse/tokens/tokens.d.ts +4 -0
- package/build/address-book/fuse/tokens/tokens.js +4 -0
- package/build/address-book/gnosis/index.d.ts +16 -0
- package/build/address-book/gnosis/tokens/tokens.d.ts +8 -0
- package/build/address-book/gnosis/tokens/tokens.js +8 -0
- package/build/address-book/heco/index.d.ts +16 -0
- package/build/address-book/heco/tokens/tokens.d.ts +8 -0
- package/build/address-book/heco/tokens/tokens.js +8 -0
- package/build/address-book/hyperevm/index.d.ts +4 -0
- package/build/address-book/hyperevm/tokens/tokens.d.ts +2 -0
- package/build/address-book/hyperevm/tokens/tokens.js +2 -0
- package/build/address-book/kava/index.d.ts +10 -0
- package/build/address-book/kava/tokens/tokens.d.ts +5 -0
- package/build/address-book/kava/tokens/tokens.js +5 -0
- package/build/address-book/linea/index.d.ts +16 -4
- package/build/address-book/linea/tokens/tokens.d.ts +8 -2
- package/build/address-book/linea/tokens/tokens.js +5 -2
- package/build/address-book/lisk/index.d.ts +10 -0
- package/build/address-book/lisk/tokens/tokens.d.ts +5 -0
- package/build/address-book/lisk/tokens/tokens.js +2 -0
- package/build/address-book/manta/index.d.ts +8 -0
- package/build/address-book/manta/tokens/tokens.d.ts +4 -0
- package/build/address-book/manta/tokens/tokens.js +1 -0
- package/build/address-book/mantle/index.d.ts +4 -0
- package/build/address-book/mantle/tokens/tokens.d.ts +2 -0
- package/build/address-book/mantle/tokens/tokens.js +2 -0
- package/build/address-book/metis/index.d.ts +10 -0
- package/build/address-book/metis/tokens/tokens.d.ts +5 -0
- package/build/address-book/metis/tokens/tokens.js +5 -0
- package/build/address-book/mode/index.d.ts +10 -2
- package/build/address-book/mode/tokens/tokens.d.ts +5 -1
- package/build/address-book/mode/tokens/tokens.js +2 -1
- package/build/address-book/monad/index.d.ts +16 -8
- package/build/address-book/monad/tokens/tokens.d.ts +8 -4
- package/build/address-book/monad/tokens/tokens.js +8 -4
- package/build/address-book/moonbeam/index.d.ts +18 -0
- package/build/address-book/moonbeam/tokens/tokens.d.ts +9 -0
- package/build/address-book/moonbeam/tokens/tokens.js +9 -0
- package/build/address-book/moonriver/index.d.ts +20 -0
- package/build/address-book/moonriver/tokens/tokens.d.ts +10 -0
- package/build/address-book/moonriver/tokens/tokens.js +9 -0
- package/build/address-book/one/index.d.ts +14 -0
- package/build/address-book/one/tokens/tokens.d.ts +7 -0
- package/build/address-book/one/tokens/tokens.js +6 -0
- package/build/address-book/optimism/index.d.ts +46 -10
- package/build/address-book/optimism/tokens/tokens.d.ts +23 -5
- package/build/address-book/optimism/tokens/tokens.js +20 -5
- package/build/address-book/plasma/index.d.ts +4 -2
- package/build/address-book/plasma/tokens/tokens.d.ts +2 -1
- package/build/address-book/plasma/tokens/tokens.js +2 -1
- package/build/address-book/polygon/index.d.ts +54 -2
- package/build/address-book/polygon/tokens/tokens.d.ts +27 -1
- package/build/address-book/polygon/tokens/tokens.js +22 -1
- package/build/address-book/real/index.d.ts +10 -0
- package/build/address-book/real/tokens/tokens.d.ts +5 -0
- package/build/address-book/real/tokens/tokens.js +1 -0
- package/build/address-book/saga/index.d.ts +4 -0
- package/build/address-book/saga/tokens/tokens.d.ts +2 -0
- package/build/address-book/saga/tokens/tokens.js +2 -0
- package/build/address-book/scroll/index.d.ts +12 -0
- package/build/address-book/scroll/tokens/tokens.d.ts +6 -0
- package/build/address-book/scroll/tokens/tokens.js +3 -0
- package/build/address-book/sei/index.d.ts +2 -0
- package/build/address-book/sei/tokens/tokens.d.ts +1 -0
- package/build/address-book/sei/tokens/tokens.js +1 -0
- package/build/address-book/sonic/index.d.ts +18 -2
- package/build/address-book/sonic/tokens/tokens.d.ts +9 -1
- package/build/address-book/sonic/tokens/tokens.js +6 -1
- package/build/address-book/unichain/index.d.ts +8 -0
- package/build/address-book/unichain/tokens/tokens.d.ts +4 -0
- package/build/address-book/unichain/tokens/tokens.js +1 -0
- package/build/address-book/zkevm/index.d.ts +24 -0
- package/build/address-book/zkevm/tokens/tokens.d.ts +12 -0
- package/build/address-book/zkevm/tokens/tokens.js +9 -0
- package/build/address-book/zksync/index.d.ts +12 -2
- package/build/address-book/zksync/tokens/tokens.d.ts +6 -1
- package/build/address-book/zksync/tokens/tokens.js +3 -1
- package/build/types/token.d.ts +1 -1
- package/build-esm/address-book/arbitrum/index.d.ts +72 -12
- package/build-esm/address-book/arbitrum/tokens/tokens.d.ts +36 -6
- package/build-esm/address-book/arbitrum/tokens/tokens.js +33 -6
- package/build-esm/address-book/aurora/index.d.ts +16 -0
- package/build-esm/address-book/aurora/tokens/tokens.d.ts +8 -0
- package/build-esm/address-book/aurora/tokens/tokens.js +5 -0
- package/build-esm/address-book/avax/index.d.ts +58 -2
- package/build-esm/address-book/avax/tokens/tokens.d.ts +29 -1
- package/build-esm/address-book/avax/tokens/tokens.js +26 -1
- package/build-esm/address-book/base/index.d.ts +150 -28
- package/build-esm/address-book/base/tokens/tokens.d.ts +75 -14
- package/build-esm/address-book/base/tokens/tokens.js +72 -14
- package/build-esm/address-book/berachain/index.d.ts +6 -0
- package/build-esm/address-book/berachain/tokens/tokens.d.ts +3 -0
- package/build-esm/address-book/berachain/tokens/tokens.js +3 -0
- package/build-esm/address-book/bsc/index.d.ts +78 -8
- package/build-esm/address-book/bsc/tokens/tokens.d.ts +39 -4
- package/build-esm/address-book/bsc/tokens/tokens.js +36 -4
- package/build-esm/address-book/canto/index.d.ts +12 -0
- package/build-esm/address-book/canto/tokens/tokens.d.ts +6 -0
- package/build-esm/address-book/canto/tokens/tokens.js +6 -0
- package/build-esm/address-book/celo/index.d.ts +2 -0
- package/build-esm/address-book/celo/tokens/tokens.d.ts +1 -0
- package/build-esm/address-book/celo/tokens/tokens.js +1 -0
- package/build-esm/address-book/cronos/index.d.ts +18 -0
- package/build-esm/address-book/cronos/tokens/tokens.d.ts +9 -0
- package/build-esm/address-book/cronos/tokens/tokens.js +9 -0
- package/build-esm/address-book/emerald/index.d.ts +4 -0
- package/build-esm/address-book/emerald/tokens/tokens.d.ts +2 -0
- package/build-esm/address-book/emerald/tokens/tokens.js +2 -0
- package/build-esm/address-book/ethereum/index.d.ts +58 -6
- package/build-esm/address-book/ethereum/platforms/beefyfinance.d.ts +1 -0
- package/build-esm/address-book/ethereum/platforms/beefyfinance.js +1 -0
- package/build-esm/address-book/ethereum/tokens/tokens.d.ts +29 -3
- package/build-esm/address-book/ethereum/tokens/tokens.js +26 -3
- package/build-esm/address-book/fantom/index.d.ts +38 -0
- package/build-esm/address-book/fantom/tokens/tokens.d.ts +19 -0
- package/build-esm/address-book/fantom/tokens/tokens.js +16 -0
- package/build-esm/address-book/fraxtal/index.d.ts +8 -0
- package/build-esm/address-book/fraxtal/tokens/tokens.d.ts +4 -0
- package/build-esm/address-book/fraxtal/tokens/tokens.js +4 -0
- package/build-esm/address-book/fuse/index.d.ts +8 -0
- package/build-esm/address-book/fuse/tokens/tokens.d.ts +4 -0
- package/build-esm/address-book/fuse/tokens/tokens.js +4 -0
- package/build-esm/address-book/gnosis/index.d.ts +16 -0
- package/build-esm/address-book/gnosis/tokens/tokens.d.ts +8 -0
- package/build-esm/address-book/gnosis/tokens/tokens.js +8 -0
- package/build-esm/address-book/heco/index.d.ts +16 -0
- package/build-esm/address-book/heco/tokens/tokens.d.ts +8 -0
- package/build-esm/address-book/heco/tokens/tokens.js +8 -0
- package/build-esm/address-book/hyperevm/index.d.ts +4 -0
- package/build-esm/address-book/hyperevm/tokens/tokens.d.ts +2 -0
- package/build-esm/address-book/hyperevm/tokens/tokens.js +2 -0
- package/build-esm/address-book/kava/index.d.ts +10 -0
- package/build-esm/address-book/kava/tokens/tokens.d.ts +5 -0
- package/build-esm/address-book/kava/tokens/tokens.js +5 -0
- package/build-esm/address-book/linea/index.d.ts +16 -4
- package/build-esm/address-book/linea/tokens/tokens.d.ts +8 -2
- package/build-esm/address-book/linea/tokens/tokens.js +5 -2
- package/build-esm/address-book/lisk/index.d.ts +10 -0
- package/build-esm/address-book/lisk/tokens/tokens.d.ts +5 -0
- package/build-esm/address-book/lisk/tokens/tokens.js +2 -0
- package/build-esm/address-book/manta/index.d.ts +8 -0
- package/build-esm/address-book/manta/tokens/tokens.d.ts +4 -0
- package/build-esm/address-book/manta/tokens/tokens.js +1 -0
- package/build-esm/address-book/mantle/index.d.ts +4 -0
- package/build-esm/address-book/mantle/tokens/tokens.d.ts +2 -0
- package/build-esm/address-book/mantle/tokens/tokens.js +2 -0
- package/build-esm/address-book/metis/index.d.ts +10 -0
- package/build-esm/address-book/metis/tokens/tokens.d.ts +5 -0
- package/build-esm/address-book/metis/tokens/tokens.js +5 -0
- package/build-esm/address-book/mode/index.d.ts +10 -2
- package/build-esm/address-book/mode/tokens/tokens.d.ts +5 -1
- package/build-esm/address-book/mode/tokens/tokens.js +2 -1
- package/build-esm/address-book/monad/index.d.ts +16 -8
- package/build-esm/address-book/monad/tokens/tokens.d.ts +8 -4
- package/build-esm/address-book/monad/tokens/tokens.js +8 -4
- package/build-esm/address-book/moonbeam/index.d.ts +18 -0
- package/build-esm/address-book/moonbeam/tokens/tokens.d.ts +9 -0
- package/build-esm/address-book/moonbeam/tokens/tokens.js +9 -0
- package/build-esm/address-book/moonriver/index.d.ts +20 -0
- package/build-esm/address-book/moonriver/tokens/tokens.d.ts +10 -0
- package/build-esm/address-book/moonriver/tokens/tokens.js +9 -0
- package/build-esm/address-book/one/index.d.ts +14 -0
- package/build-esm/address-book/one/tokens/tokens.d.ts +7 -0
- package/build-esm/address-book/one/tokens/tokens.js +6 -0
- package/build-esm/address-book/optimism/index.d.ts +46 -10
- package/build-esm/address-book/optimism/tokens/tokens.d.ts +23 -5
- package/build-esm/address-book/optimism/tokens/tokens.js +20 -5
- package/build-esm/address-book/plasma/index.d.ts +4 -2
- package/build-esm/address-book/plasma/tokens/tokens.d.ts +2 -1
- package/build-esm/address-book/plasma/tokens/tokens.js +2 -1
- package/build-esm/address-book/polygon/index.d.ts +54 -2
- package/build-esm/address-book/polygon/tokens/tokens.d.ts +27 -1
- package/build-esm/address-book/polygon/tokens/tokens.js +22 -1
- package/build-esm/address-book/real/index.d.ts +10 -0
- package/build-esm/address-book/real/tokens/tokens.d.ts +5 -0
- package/build-esm/address-book/real/tokens/tokens.js +1 -0
- package/build-esm/address-book/saga/index.d.ts +4 -0
- package/build-esm/address-book/saga/tokens/tokens.d.ts +2 -0
- package/build-esm/address-book/saga/tokens/tokens.js +2 -0
- package/build-esm/address-book/scroll/index.d.ts +12 -0
- package/build-esm/address-book/scroll/tokens/tokens.d.ts +6 -0
- package/build-esm/address-book/scroll/tokens/tokens.js +3 -0
- package/build-esm/address-book/sei/index.d.ts +2 -0
- package/build-esm/address-book/sei/tokens/tokens.d.ts +1 -0
- package/build-esm/address-book/sei/tokens/tokens.js +1 -0
- package/build-esm/address-book/sonic/index.d.ts +18 -2
- package/build-esm/address-book/sonic/tokens/tokens.d.ts +9 -1
- package/build-esm/address-book/sonic/tokens/tokens.js +6 -1
- package/build-esm/address-book/unichain/index.d.ts +8 -0
- package/build-esm/address-book/unichain/tokens/tokens.d.ts +4 -0
- package/build-esm/address-book/unichain/tokens/tokens.js +1 -0
- package/build-esm/address-book/zkevm/index.d.ts +24 -0
- package/build-esm/address-book/zkevm/tokens/tokens.d.ts +12 -0
- package/build-esm/address-book/zkevm/tokens/tokens.js +9 -0
- package/build-esm/address-book/zksync/index.d.ts +12 -2
- package/build-esm/address-book/zksync/tokens/tokens.d.ts +6 -1
- package/build-esm/address-book/zksync/tokens/tokens.js +3 -1
- package/build-esm/types/token.d.ts +1 -1
- package/package.json +1 -1
|
@@ -10,6 +10,7 @@ export declare const tokens: {
|
|
|
10
10
|
readonly description: "Ether or ETH is the native currency built on the Ethereum blockchain.";
|
|
11
11
|
readonly bridge: "native";
|
|
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: "native";
|
|
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: "native";
|
|
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: "native";
|
|
48
51
|
readonly documentation: "https://ethereum.org/en/developers/docs/";
|
|
52
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
49
53
|
};
|
|
50
54
|
readonly BIFI: {
|
|
51
55
|
readonly name: "Beefy";
|
|
@@ -58,6 +62,7 @@ export declare const tokens: {
|
|
|
58
62
|
readonly documentation: "https://docs.beefy.finance/";
|
|
59
63
|
readonly description: "The Beefy Token (BIFI) is the governance token of the Beefy DAO. Holders of the token are entitled to submit and vote on proposals on all areas affecting the DAO through the Beefy Snapshot Space, as well as to participate in Beefy's governance incentives programme through the BIFI Pool or BIFI Vault.";
|
|
60
64
|
readonly bridge: "native";
|
|
65
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
61
66
|
};
|
|
62
67
|
readonly rBIFI: {
|
|
63
68
|
readonly name: "BIFI Pool Receipt";
|
|
@@ -82,6 +87,7 @@ export declare const tokens: {
|
|
|
82
87
|
readonly documentation: "https://docs.beefy.finance/";
|
|
83
88
|
readonly description: "The incentive-bearing Beefy Token (mooBIFI) applies the magic of Beefy's autocompounding technology to the BIFI token. It is the vault token for the BIFI Vault, which automatically claims and swaps governance incentives into more BIFI, and redeposits to unlock exponential growth. On chains other than Ethereum, mooBIFI is a bridged copy of the native Ethereum token, and cannot be returned to BIFI without first bridging back to Ethereum. mooBIFI holders on all chains retain their full voting power corresponding to the underlying amount of BIFI deposited and compounding on Ethereum.";
|
|
84
89
|
readonly bridge: "native";
|
|
90
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
85
91
|
};
|
|
86
92
|
readonly xmooBIFI: {
|
|
87
93
|
readonly name: "BIFI Vault Receipt xERC20";
|
|
@@ -164,6 +170,7 @@ export declare const tokens: {
|
|
|
164
170
|
readonly website: "https://polygon.technology/";
|
|
165
171
|
readonly 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.";
|
|
166
172
|
readonly bridge: "native";
|
|
173
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
167
174
|
};
|
|
168
175
|
readonly wstETH: {
|
|
169
176
|
readonly name: "Lido Wrapped Staked ETH";
|
|
@@ -176,6 +183,7 @@ export declare const tokens: {
|
|
|
176
183
|
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.";
|
|
177
184
|
readonly bridge: "native";
|
|
178
185
|
readonly documentation: "https://docs.lido.fi/";
|
|
186
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
179
187
|
};
|
|
180
188
|
readonly stETH: {
|
|
181
189
|
readonly name: "Lido Wrapped Staked ETH";
|
|
@@ -188,6 +196,7 @@ export declare const tokens: {
|
|
|
188
196
|
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.";
|
|
189
197
|
readonly bridge: "native";
|
|
190
198
|
readonly documentation: "https://docs.lido.fi/";
|
|
199
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
191
200
|
};
|
|
192
201
|
readonly pETH: {
|
|
193
202
|
readonly name: "JPEG'd ETH";
|
|
@@ -250,6 +259,7 @@ export declare const tokens: {
|
|
|
250
259
|
readonly website: "https://wbtc.network/";
|
|
251
260
|
readonly description: "Wrapped Bitcoin (WBTC) is the first ERC20 token backed 1:1 with Bitcoin. Completely transparent. 100% verifiable. Community led.";
|
|
252
261
|
readonly bridge: "wbtc-dao";
|
|
262
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
253
263
|
};
|
|
254
264
|
readonly sBTC: {
|
|
255
265
|
readonly chainId: 1;
|
|
@@ -349,6 +359,7 @@ export declare const tokens: {
|
|
|
349
359
|
readonly website: "https://balancer.fi/";
|
|
350
360
|
readonly description: "Balancer turns the concept of an index fund on its head: instead of a paying fees to portfolio managers to rebalance your portfolio, you collect fees from traders, who rebalance your portfolio by following arbitrage opportunities. ";
|
|
351
361
|
readonly documentation: "https://docs.balancer.fi/";
|
|
362
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
352
363
|
};
|
|
353
364
|
readonly AURA: {
|
|
354
365
|
readonly name: "Aura";
|
|
@@ -385,6 +396,7 @@ export declare const tokens: {
|
|
|
385
396
|
readonly documentation: "https://docs.threshold.network/";
|
|
386
397
|
readonly description: "Threshold is the first ever on-chain merge between two existing networks and communities, Keep and NuCypher. Threshold provides a suite of threshold cryptography services that power user sovereignty on the blockchain.";
|
|
387
398
|
readonly bridge: "threshold";
|
|
399
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
388
400
|
};
|
|
389
401
|
readonly thUSD: {
|
|
390
402
|
readonly name: "Threshold USD";
|
|
@@ -442,6 +454,7 @@ export declare const tokens: {
|
|
|
442
454
|
readonly description: "Curve is an exchange liquidity pool on Ethereum. Curve is designed for extremely efficient stablecoin trading and low risk, supplemental fee income for liquidity providers, without an opportunity cost.";
|
|
443
455
|
readonly bridge: "native";
|
|
444
456
|
readonly documentation: "https://curve.readthedocs.io/";
|
|
457
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
445
458
|
};
|
|
446
459
|
readonly scrvUSD: {
|
|
447
460
|
readonly name: "Savings crvUSD";
|
|
@@ -587,6 +600,7 @@ export declare const tokens: {
|
|
|
587
600
|
readonly description: "As a Rocket Pool staker, your role is to deposit ETH into the deposit pool which will enable a node operator to create a new Beacon Chain validator. You can stake as little as 0.01 ETH. In doing so, you will be given a token called rETH. rETH represents both how much ETH you deposited, and when you deposited it.";
|
|
588
601
|
readonly bridge: "native";
|
|
589
602
|
readonly documentation: "https://docs.rocketpool.net/guides/";
|
|
603
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
590
604
|
};
|
|
591
605
|
readonly USDT: {
|
|
592
606
|
readonly name: "Tether USD";
|
|
@@ -634,9 +648,10 @@ export declare const tokens: {
|
|
|
634
648
|
readonly chainId: 1;
|
|
635
649
|
readonly decimals: 18;
|
|
636
650
|
readonly website: "https://help.coinbase.com/en/coinbase/trading-and-funding/staking-rewards/cbeth";
|
|
637
|
-
readonly description: "Coinbase Wrapped Staked ETH (
|
|
651
|
+
readonly description: "Coinbase Wrapped Staked ETH ('cbETH') is a utility token that represents Ethereum 2 (ETH2), which is ETH staked through Coinbase. Over time, the price of cbETH will likely deviate from ETH because cbETH represents 1 staked ETH plus all of its accrued staking interest starting from when cbETH's conversion rate and balance were initialized (June 16, 2022 19:34 UTC). cbETH is minted exclusively by Coinbase.";
|
|
638
652
|
readonly bridge: "native";
|
|
639
653
|
readonly documentation: "https://www.coinbase.com/price/coinbase-wrapped-staked-eth#AboutSection";
|
|
654
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
640
655
|
};
|
|
641
656
|
readonly USDD: {
|
|
642
657
|
readonly name: "Decentralized USD";
|
|
@@ -672,6 +687,7 @@ export declare const tokens: {
|
|
|
672
687
|
readonly website: "https://stargate.finance/";
|
|
673
688
|
readonly description: "Stargate allows users and dApps to bridge native tokens with instant guaranteed finality. ETH is deposited in a LP pool to enable high liquidity for bridging.";
|
|
674
689
|
readonly documentation: "https://stargateprotocol.gitbook.io/stargate/v/user-docs/";
|
|
690
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
675
691
|
};
|
|
676
692
|
readonly waUSDT: {
|
|
677
693
|
readonly name: "Wrapped Aave Tether USD";
|
|
@@ -897,6 +913,7 @@ export declare const tokens: {
|
|
|
897
913
|
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.";
|
|
898
914
|
readonly bridge: "native";
|
|
899
915
|
readonly documentation: "https://dev.sushi.com/";
|
|
916
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
900
917
|
};
|
|
901
918
|
readonly ILV: {
|
|
902
919
|
readonly name: "Illuvium";
|
|
@@ -920,6 +937,7 @@ export declare const tokens: {
|
|
|
920
937
|
readonly documentation: "https://docs.lido.fi/";
|
|
921
938
|
readonly description: "Lido is a liquid staking solution for ETH 2.0 backed by industry-leading staking providers.";
|
|
922
939
|
readonly bridge: "native";
|
|
940
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
923
941
|
};
|
|
924
942
|
readonly SYN: {
|
|
925
943
|
readonly name: "Synapse";
|
|
@@ -955,6 +973,7 @@ export declare const tokens: {
|
|
|
955
973
|
readonly website: "https://www.synthetix.io/";
|
|
956
974
|
readonly description: "Synthetix is the backbone for derivatives trading in DeFi, allowing anyone, anywhere to gain on-chain exposure to a vast range of assets";
|
|
957
975
|
readonly documentation: "https://docs.synthetix.io/synthetix-protocol/welcome-to-synthetix";
|
|
976
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
958
977
|
};
|
|
959
978
|
readonly HEX: {
|
|
960
979
|
readonly name: "HEX";
|
|
@@ -988,6 +1007,7 @@ export declare const tokens: {
|
|
|
988
1007
|
readonly website: "https://fantom.foundation/";
|
|
989
1008
|
readonly description: "Fantom is a fast, high-throughput open-source smart contract platform for digital assets and dApps.";
|
|
990
1009
|
readonly documentation: "";
|
|
1010
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
991
1011
|
};
|
|
992
1012
|
readonly DEUS: {
|
|
993
1013
|
readonly name: "DEUS";
|
|
@@ -1211,6 +1231,7 @@ export declare const tokens: {
|
|
|
1211
1231
|
readonly description: "Olympus is building OHM, a community-owned, decentralized and censorship-resistant reserve currency that is asset-backed, deeply liquid and used widely across Web3.";
|
|
1212
1232
|
readonly bridge: "native";
|
|
1213
1233
|
readonly documentation: "https://docs.olympusdao.finance/";
|
|
1234
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
1214
1235
|
};
|
|
1215
1236
|
readonly SD: {
|
|
1216
1237
|
readonly name: "Stader";
|
|
@@ -1695,7 +1716,7 @@ export declare const tokens: {
|
|
|
1695
1716
|
readonly description: "ether.fi is a decentralized, non-custodial delegated staking protocol with a Liquid Staking token. One of the distinguishing characteristics of ether.fi is that stakers control their keys. The ether.fi mechanism also allows for the creation of a node services marketplace where stakers and node operators can enroll nodes to provide infrastructure services.";
|
|
1696
1717
|
readonly documentation: "https://etherfi.gitbook.io/etherfi";
|
|
1697
1718
|
readonly bridge: "native";
|
|
1698
|
-
readonly tags: readonly ["NO_TIMELOCK"];
|
|
1719
|
+
readonly tags: readonly ["BLUECHIP", "NO_TIMELOCK"];
|
|
1699
1720
|
};
|
|
1700
1721
|
readonly weETHk: {
|
|
1701
1722
|
readonly name: "King Karak LRT";
|
|
@@ -1871,6 +1892,7 @@ export declare const tokens: {
|
|
|
1871
1892
|
readonly documentation: "https://docs.layerzero.network/v2";
|
|
1872
1893
|
readonly description: "ZRO is the native asset of the LayerZero protocol. LayerZero is an omnichain interoperability protocol that supports censorship-resistant messages and permissionless development through immutable smart contracts called Endpoints.";
|
|
1873
1894
|
readonly bridge: "layer-zero";
|
|
1895
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
1874
1896
|
};
|
|
1875
1897
|
readonly ShezUSD: {
|
|
1876
1898
|
readonly name: "ShezmuUSD";
|
|
@@ -1909,6 +1931,7 @@ export declare const tokens: {
|
|
|
1909
1931
|
readonly description: "UNI is the governance token for Uniswap. UNI was introduced on 16th September 2020 through a retrospective airdrop to users who have interacted with the protocol either by swapping tokens or by providing liquidity.";
|
|
1910
1932
|
readonly bridge: "native";
|
|
1911
1933
|
readonly documentation: "https://docs.uniswap.org/concepts/governance/overview";
|
|
1934
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
1912
1935
|
};
|
|
1913
1936
|
readonly LINK: {
|
|
1914
1937
|
readonly name: "Chainlink";
|
|
@@ -1921,6 +1944,7 @@ export declare const tokens: {
|
|
|
1921
1944
|
readonly description: "Link is the currency used to pay the Chainlink node operators for their work. Chainlink node operators have to stake LINK in the network in order to participate and provide data services.";
|
|
1922
1945
|
readonly bridge: "native";
|
|
1923
1946
|
readonly documentation: "https://docs.chain.link/resources/link-token-contracts";
|
|
1947
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
1924
1948
|
};
|
|
1925
1949
|
readonly stLINK: {
|
|
1926
1950
|
readonly name: "Staked LINK";
|
|
@@ -1945,7 +1969,7 @@ export declare const tokens: {
|
|
|
1945
1969
|
readonly description: "eBTC is an Ether.Fi x Symbiotic vault that allows users to stake their BTC to accrue staking rewards and automatically restake their BTC in Symbiotic. Ether.fi and Veda are both doing points campaign.";
|
|
1946
1970
|
readonly bridge: "native";
|
|
1947
1971
|
readonly documentation: "https://etherfi.gitbook.io/etherfi/lrts/ebtc-bitcoin-lrt";
|
|
1948
|
-
readonly tags: readonly ["SYNTHETIC"];
|
|
1972
|
+
readonly tags: readonly ["BLUECHIP", "SYNTHETIC"];
|
|
1949
1973
|
};
|
|
1950
1974
|
readonly EBTC: {
|
|
1951
1975
|
readonly name: "EBTC";
|
|
@@ -2464,6 +2488,7 @@ export declare const tokens: {
|
|
|
2464
2488
|
readonly website: "https://aave.com/";
|
|
2465
2489
|
readonly documentation: "https://docs.aave.com/developers/v/2.0/the-core-protocol/atokens";
|
|
2466
2490
|
readonly description: "Wrapped Aave interest bearing Ethereum Lido WETH.";
|
|
2491
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
2467
2492
|
};
|
|
2468
2493
|
readonly waEthLidowstETH: {
|
|
2469
2494
|
readonly name: "Wrapped Aave Ethereum Lido wstETH";
|
|
@@ -2475,6 +2500,7 @@ export declare const tokens: {
|
|
|
2475
2500
|
readonly website: "https://aave.com/";
|
|
2476
2501
|
readonly documentation: "https://docs.aave.com/developers/v/2.0/the-core-protocol/atokens";
|
|
2477
2502
|
readonly description: "Wrapped Aave interest bearing Ethereum Lido wstETH.";
|
|
2503
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
2478
2504
|
};
|
|
2479
2505
|
readonly RSUP: {
|
|
2480
2506
|
readonly name: "Resupply";
|
|
@@ -9,6 +9,7 @@ const ETH = {
|
|
|
9
9
|
description: 'Ether or ETH is the native currency built on the Ethereum blockchain.',
|
|
10
10
|
bridge: 'native',
|
|
11
11
|
documentation: 'https://ethereum.org/en/developers/docs/',
|
|
12
|
+
tags: ['BLUECHIP'],
|
|
12
13
|
};
|
|
13
14
|
export const tokens = {
|
|
14
15
|
WNATIVE: ETH,
|
|
@@ -26,6 +27,7 @@ export const tokens = {
|
|
|
26
27
|
documentation: 'https://docs.beefy.finance/',
|
|
27
28
|
description: "The Beefy Token (BIFI) is the governance token of the Beefy DAO. Holders of the token are entitled to submit and vote on proposals on all areas affecting the DAO through the Beefy Snapshot Space, as well as to participate in Beefy's governance incentives programme through the BIFI Pool or BIFI Vault.",
|
|
28
29
|
bridge: 'native',
|
|
30
|
+
tags: ['BLUECHIP'],
|
|
29
31
|
},
|
|
30
32
|
rBIFI: {
|
|
31
33
|
name: 'BIFI Pool Receipt',
|
|
@@ -50,6 +52,7 @@ export const tokens = {
|
|
|
50
52
|
documentation: 'https://docs.beefy.finance/',
|
|
51
53
|
description: "The incentive-bearing Beefy Token (mooBIFI) applies the magic of Beefy's autocompounding technology to the BIFI token. It is the vault token for the BIFI Vault, which automatically claims and swaps governance incentives into more BIFI, and redeposits to unlock exponential growth. On chains other than Ethereum, mooBIFI is a bridged copy of the native Ethereum token, and cannot be returned to BIFI without first bridging back to Ethereum. mooBIFI holders on all chains retain their full voting power corresponding to the underlying amount of BIFI deposited and compounding on Ethereum.",
|
|
52
54
|
bridge: 'native',
|
|
55
|
+
tags: ['BLUECHIP'],
|
|
53
56
|
},
|
|
54
57
|
xmooBIFI: {
|
|
55
58
|
name: 'BIFI Vault Receipt xERC20',
|
|
@@ -132,6 +135,7 @@ export const tokens = {
|
|
|
132
135
|
website: 'https://polygon.technology/',
|
|
133
136
|
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.',
|
|
134
137
|
bridge: 'native',
|
|
138
|
+
tags: ['BLUECHIP'],
|
|
135
139
|
},
|
|
136
140
|
wstETH: {
|
|
137
141
|
name: 'Lido Wrapped Staked ETH',
|
|
@@ -144,6 +148,7 @@ export const tokens = {
|
|
|
144
148
|
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.',
|
|
145
149
|
bridge: 'native',
|
|
146
150
|
documentation: 'https://docs.lido.fi/',
|
|
151
|
+
tags: ['BLUECHIP'],
|
|
147
152
|
},
|
|
148
153
|
stETH: {
|
|
149
154
|
name: 'Lido Wrapped Staked ETH',
|
|
@@ -156,6 +161,7 @@ export const tokens = {
|
|
|
156
161
|
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.',
|
|
157
162
|
bridge: 'native',
|
|
158
163
|
documentation: 'https://docs.lido.fi/',
|
|
164
|
+
tags: ['BLUECHIP'],
|
|
159
165
|
},
|
|
160
166
|
pETH: {
|
|
161
167
|
name: "JPEG'd ETH",
|
|
@@ -218,6 +224,7 @@ export const tokens = {
|
|
|
218
224
|
website: 'https://wbtc.network/',
|
|
219
225
|
description: 'Wrapped Bitcoin (WBTC) is the first ERC20 token backed 1:1 with Bitcoin. Completely transparent. 100% verifiable. Community led.',
|
|
220
226
|
bridge: 'wbtc-dao',
|
|
227
|
+
tags: ['BLUECHIP'],
|
|
221
228
|
},
|
|
222
229
|
sBTC: {
|
|
223
230
|
chainId: 1,
|
|
@@ -317,6 +324,7 @@ export const tokens = {
|
|
|
317
324
|
website: 'https://balancer.fi/',
|
|
318
325
|
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. ',
|
|
319
326
|
documentation: 'https://docs.balancer.fi/',
|
|
327
|
+
tags: ['BLUECHIP'],
|
|
320
328
|
},
|
|
321
329
|
AURA: {
|
|
322
330
|
name: 'Aura',
|
|
@@ -353,6 +361,7 @@ export const tokens = {
|
|
|
353
361
|
documentation: 'https://docs.threshold.network/',
|
|
354
362
|
description: 'Threshold is the first ever on-chain merge between two existing networks and communities, Keep and NuCypher. Threshold provides a suite of threshold cryptography services that power user sovereignty on the blockchain.',
|
|
355
363
|
bridge: 'threshold',
|
|
364
|
+
tags: ['BLUECHIP'],
|
|
356
365
|
},
|
|
357
366
|
thUSD: {
|
|
358
367
|
name: 'Threshold USD',
|
|
@@ -410,6 +419,7 @@ export const tokens = {
|
|
|
410
419
|
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.',
|
|
411
420
|
bridge: 'native',
|
|
412
421
|
documentation: 'https://curve.readthedocs.io/',
|
|
422
|
+
tags: ['BLUECHIP'],
|
|
413
423
|
},
|
|
414
424
|
scrvUSD: {
|
|
415
425
|
name: 'Savings crvUSD',
|
|
@@ -555,6 +565,7 @@ export const tokens = {
|
|
|
555
565
|
description: 'As a Rocket Pool staker, your role is to deposit ETH into the deposit pool which will enable a node operator to create a new Beacon Chain validator. You can stake as little as 0.01 ETH. In doing so, you will be given a token called rETH. rETH represents both how much ETH you deposited, and when you deposited it.',
|
|
556
566
|
bridge: 'native',
|
|
557
567
|
documentation: 'https://docs.rocketpool.net/guides/',
|
|
568
|
+
tags: ['BLUECHIP'],
|
|
558
569
|
},
|
|
559
570
|
USDT: {
|
|
560
571
|
name: 'Tether USD',
|
|
@@ -602,9 +613,10 @@ export const tokens = {
|
|
|
602
613
|
chainId: 1,
|
|
603
614
|
decimals: 18,
|
|
604
615
|
website: 'https://help.coinbase.com/en/coinbase/trading-and-funding/staking-rewards/cbeth',
|
|
605
|
-
description: "Coinbase Wrapped Staked ETH (
|
|
616
|
+
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.",
|
|
606
617
|
bridge: 'native',
|
|
607
618
|
documentation: 'https://www.coinbase.com/price/coinbase-wrapped-staked-eth#AboutSection',
|
|
619
|
+
tags: ['BLUECHIP'],
|
|
608
620
|
},
|
|
609
621
|
USDD: {
|
|
610
622
|
name: 'Decentralized USD',
|
|
@@ -640,6 +652,7 @@ export const tokens = {
|
|
|
640
652
|
website: 'https://stargate.finance/',
|
|
641
653
|
description: 'Stargate allows users and dApps to bridge native tokens with instant guaranteed finality. ETH is deposited in a LP pool to enable high liquidity for bridging.',
|
|
642
654
|
documentation: 'https://stargateprotocol.gitbook.io/stargate/v/user-docs/',
|
|
655
|
+
tags: ['BLUECHIP'],
|
|
643
656
|
},
|
|
644
657
|
waUSDT: {
|
|
645
658
|
name: 'Wrapped Aave Tether USD',
|
|
@@ -865,6 +878,7 @@ export const tokens = {
|
|
|
865
878
|
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.',
|
|
866
879
|
bridge: 'native',
|
|
867
880
|
documentation: 'https://dev.sushi.com/',
|
|
881
|
+
tags: ['BLUECHIP'],
|
|
868
882
|
},
|
|
869
883
|
ILV: {
|
|
870
884
|
name: 'Illuvium',
|
|
@@ -888,6 +902,7 @@ export const tokens = {
|
|
|
888
902
|
documentation: 'https://docs.lido.fi/',
|
|
889
903
|
description: 'Lido is a liquid staking solution for ETH 2.0 backed by industry-leading staking providers.',
|
|
890
904
|
bridge: 'native',
|
|
905
|
+
tags: ['BLUECHIP'],
|
|
891
906
|
},
|
|
892
907
|
SYN: {
|
|
893
908
|
name: 'Synapse',
|
|
@@ -923,6 +938,7 @@ export const tokens = {
|
|
|
923
938
|
website: 'https://www.synthetix.io/',
|
|
924
939
|
description: 'Synthetix is the backbone for derivatives trading in DeFi, allowing anyone, anywhere to gain on-chain exposure to a vast range of assets',
|
|
925
940
|
documentation: 'https://docs.synthetix.io/synthetix-protocol/welcome-to-synthetix',
|
|
941
|
+
tags: ['BLUECHIP'],
|
|
926
942
|
},
|
|
927
943
|
HEX: {
|
|
928
944
|
name: 'HEX',
|
|
@@ -956,6 +972,7 @@ export const tokens = {
|
|
|
956
972
|
website: 'https://fantom.foundation/',
|
|
957
973
|
description: 'Fantom is a fast, high-throughput open-source smart contract platform for digital assets and dApps.',
|
|
958
974
|
documentation: '',
|
|
975
|
+
tags: ['BLUECHIP'],
|
|
959
976
|
},
|
|
960
977
|
DEUS: {
|
|
961
978
|
name: 'DEUS',
|
|
@@ -1180,6 +1197,7 @@ export const tokens = {
|
|
|
1180
1197
|
description: 'Olympus is building OHM, a community-owned, decentralized and censorship-resistant reserve currency that is asset-backed, deeply liquid and used widely across Web3.',
|
|
1181
1198
|
bridge: 'native',
|
|
1182
1199
|
documentation: 'https://docs.olympusdao.finance/',
|
|
1200
|
+
tags: ['BLUECHIP'],
|
|
1183
1201
|
},
|
|
1184
1202
|
SD: {
|
|
1185
1203
|
name: 'Stader',
|
|
@@ -1664,7 +1682,7 @@ export const tokens = {
|
|
|
1664
1682
|
description: 'ether.fi is a decentralized, non-custodial delegated staking protocol with a Liquid Staking token. One of the distinguishing characteristics of ether.fi is that stakers control their keys. The ether.fi mechanism also allows for the creation of a node services marketplace where stakers and node operators can enroll nodes to provide infrastructure services.',
|
|
1665
1683
|
documentation: 'https://etherfi.gitbook.io/etherfi',
|
|
1666
1684
|
bridge: 'native',
|
|
1667
|
-
tags: ['NO_TIMELOCK'],
|
|
1685
|
+
tags: ['BLUECHIP', 'NO_TIMELOCK'],
|
|
1668
1686
|
},
|
|
1669
1687
|
weETHk: {
|
|
1670
1688
|
name: 'King Karak LRT',
|
|
@@ -1840,6 +1858,7 @@ export const tokens = {
|
|
|
1840
1858
|
documentation: 'https://docs.layerzero.network/v2',
|
|
1841
1859
|
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.',
|
|
1842
1860
|
bridge: 'layer-zero',
|
|
1861
|
+
tags: ['BLUECHIP'],
|
|
1843
1862
|
},
|
|
1844
1863
|
ShezUSD: {
|
|
1845
1864
|
name: 'ShezmuUSD',
|
|
@@ -1878,6 +1897,7 @@ export const tokens = {
|
|
|
1878
1897
|
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.',
|
|
1879
1898
|
bridge: 'native',
|
|
1880
1899
|
documentation: 'https://docs.uniswap.org/concepts/governance/overview',
|
|
1900
|
+
tags: ['BLUECHIP'],
|
|
1881
1901
|
},
|
|
1882
1902
|
LINK: {
|
|
1883
1903
|
name: 'Chainlink',
|
|
@@ -1890,6 +1910,7 @@ export const tokens = {
|
|
|
1890
1910
|
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.',
|
|
1891
1911
|
bridge: 'native',
|
|
1892
1912
|
documentation: 'https://docs.chain.link/resources/link-token-contracts',
|
|
1913
|
+
tags: ['BLUECHIP'],
|
|
1893
1914
|
},
|
|
1894
1915
|
stLINK: {
|
|
1895
1916
|
name: 'Staked LINK',
|
|
@@ -1914,7 +1935,7 @@ export const tokens = {
|
|
|
1914
1935
|
description: 'eBTC is an Ether.Fi x Symbiotic vault that allows users to stake their BTC to accrue staking rewards and automatically restake their BTC in Symbiotic. Ether.fi and Veda are both doing points campaign.',
|
|
1915
1936
|
bridge: 'native',
|
|
1916
1937
|
documentation: 'https://etherfi.gitbook.io/etherfi/lrts/ebtc-bitcoin-lrt',
|
|
1917
|
-
tags: ['SYNTHETIC'],
|
|
1938
|
+
tags: ['BLUECHIP', 'SYNTHETIC'],
|
|
1918
1939
|
},
|
|
1919
1940
|
EBTC: {
|
|
1920
1941
|
name: 'EBTC',
|
|
@@ -2433,6 +2454,7 @@ export const tokens = {
|
|
|
2433
2454
|
website: 'https://aave.com/',
|
|
2434
2455
|
documentation: 'https://docs.aave.com/developers/v/2.0/the-core-protocol/atokens',
|
|
2435
2456
|
description: 'Wrapped Aave interest bearing Ethereum Lido WETH.',
|
|
2457
|
+
tags: ['BLUECHIP'],
|
|
2436
2458
|
},
|
|
2437
2459
|
waEthLidowstETH: {
|
|
2438
2460
|
name: 'Wrapped Aave Ethereum Lido wstETH',
|
|
@@ -2444,6 +2466,7 @@ export const tokens = {
|
|
|
2444
2466
|
website: 'https://aave.com/',
|
|
2445
2467
|
documentation: 'https://docs.aave.com/developers/v/2.0/the-core-protocol/atokens',
|
|
2446
2468
|
description: 'Wrapped Aave interest bearing Ethereum Lido wstETH.',
|
|
2469
|
+
tags: ['BLUECHIP'],
|
|
2447
2470
|
},
|
|
2448
2471
|
RSUP: {
|
|
2449
2472
|
name: 'Resupply',
|