@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: "optimism-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: "optimism-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: "optimism-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: "optimism-canonical";
|
|
48
51
|
readonly documentation: "https://ethereum.org/en/developers/docs/";
|
|
52
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
49
53
|
};
|
|
50
54
|
readonly mooBIFI: {
|
|
51
55
|
readonly name: "Bridged BIFI Vault Receipt";
|
|
@@ -58,6 +62,7 @@ export declare const tokens: {
|
|
|
58
62
|
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.";
|
|
59
63
|
readonly documentation: "https://docs.beefy.finance/";
|
|
60
64
|
readonly bridge: "beefy";
|
|
65
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
61
66
|
};
|
|
62
67
|
readonly oldBIFI: {
|
|
63
68
|
readonly name: "Beefy.Finance";
|
|
@@ -150,6 +155,7 @@ export declare const tokens: {
|
|
|
150
155
|
readonly description: "Optimistic Rollup is a layer 2 scaling solution that scales both transaction throughput and computation on Ethereum. The backbone of our implementation is the Optimistic Virtual Machine (OVM), which is fully compatible with the EVM.";
|
|
151
156
|
readonly bridge: "native";
|
|
152
157
|
readonly documentation: "https://help.optimism.io/hc/en-us/articles/5497354656283-What-is-the-Optimism-Token";
|
|
158
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
153
159
|
};
|
|
154
160
|
readonly opUSDCe: {
|
|
155
161
|
readonly name: "USD Coin";
|
|
@@ -200,6 +206,7 @@ export declare const tokens: {
|
|
|
200
206
|
readonly website: "https://wbtc.network/";
|
|
201
207
|
readonly description: "Wrapped Bitcoin (WBTC) is the first ERC20 token backed 1:1 with Bitcoin. Completely transparent. 100% verifiable. Community led.";
|
|
202
208
|
readonly bridge: "optimism-canonical";
|
|
209
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
203
210
|
};
|
|
204
211
|
readonly sBTC: {
|
|
205
212
|
readonly chainId: 10;
|
|
@@ -248,6 +255,7 @@ export declare const tokens: {
|
|
|
248
255
|
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.";
|
|
249
256
|
readonly bridge: "optimism-canonical";
|
|
250
257
|
readonly documentation: "https://docs.synthetix.io/synthetix-protocol/the-synthetix-protocol/synthetix-token-snx";
|
|
258
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
251
259
|
};
|
|
252
260
|
readonly PERP: {
|
|
253
261
|
readonly name: "Perpetual Protocol";
|
|
@@ -270,6 +278,7 @@ export declare const tokens: {
|
|
|
270
278
|
readonly website: "https://balancer.fi/";
|
|
271
279
|
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.";
|
|
272
280
|
readonly bridge: "optimism-canonical";
|
|
281
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
273
282
|
};
|
|
274
283
|
readonly MAI: {
|
|
275
284
|
readonly chainId: 10;
|
|
@@ -370,6 +379,7 @@ export declare const tokens: {
|
|
|
370
379
|
readonly website: "https://stargate.finance/";
|
|
371
380
|
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.";
|
|
372
381
|
readonly documentation: "https://stargateprotocol.gitbook.io/stargate/v/user-docs/";
|
|
382
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
373
383
|
};
|
|
374
384
|
readonly renBTC: {
|
|
375
385
|
readonly name: "renBTC";
|
|
@@ -546,6 +556,7 @@ export declare const tokens: {
|
|
|
546
556
|
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.";
|
|
547
557
|
readonly bridge: "optimism-canonical";
|
|
548
558
|
readonly documentation: "https://docs.rocketpool.net/guides/";
|
|
559
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
549
560
|
};
|
|
550
561
|
readonly 'bbUSD+': {
|
|
551
562
|
readonly name: "Beets Composable Pool USD+ Stablecoin";
|
|
@@ -570,7 +581,7 @@ export declare const tokens: {
|
|
|
570
581
|
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.";
|
|
571
582
|
readonly bridge: "native";
|
|
572
583
|
readonly documentation: "https://docs.overnight.fi/";
|
|
573
|
-
readonly tags: readonly ["CURATED"];
|
|
584
|
+
readonly tags: readonly ["CURATED", "STABLECOIN"];
|
|
574
585
|
};
|
|
575
586
|
readonly 'wUSD+': {
|
|
576
587
|
readonly name: "Wrapped USD+ Stablecoin";
|
|
@@ -583,7 +594,7 @@ export declare const tokens: {
|
|
|
583
594
|
readonly description: "wUSD+ is wrapped USD+, a yield-generating stablecoin backed by a portfolio of low-risk DeFi assets. It allows users to mint and redeem instantly against USDC, providing liquidity management, AMM trading, and leveraged yield farming opportunities. This capital-efficient stablecoin enables users to earn extra yield on their stablecoin holdings while participating in DeFi activities.";
|
|
584
595
|
readonly bridge: "native";
|
|
585
596
|
readonly documentation: "https://docs.overnight.fi/";
|
|
586
|
-
readonly tags: readonly ["CURATED"];
|
|
597
|
+
readonly tags: readonly ["CURATED", "STABLECOIN"];
|
|
587
598
|
};
|
|
588
599
|
readonly 'DAI+': {
|
|
589
600
|
readonly name: "DAI+ Stablecoin";
|
|
@@ -596,7 +607,7 @@ export declare const tokens: {
|
|
|
596
607
|
readonly description: "DAI+ is DAI that pays you yield daily via rebase. It is 100% collateralized with assets immediately convertible into DAI. Yield is generated via strategies such as lending and stable-to-stable pools. Initial strategies include Aave, Rubicon, and Pika.";
|
|
597
608
|
readonly bridge: "native";
|
|
598
609
|
readonly documentation: "https://docs.overnight.fi/";
|
|
599
|
-
readonly tags: readonly ["CURATED"];
|
|
610
|
+
readonly tags: readonly ["CURATED", "STABLECOIN"];
|
|
600
611
|
};
|
|
601
612
|
readonly 'bbDAI+': {
|
|
602
613
|
readonly name: "Beets Composable Pool DAI+ Stablecoin";
|
|
@@ -829,6 +840,7 @@ export declare const tokens: {
|
|
|
829
840
|
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.";
|
|
830
841
|
readonly bridge: "optimism-canonical";
|
|
831
842
|
readonly documentation: "https://docs.lido.fi/";
|
|
843
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
832
844
|
};
|
|
833
845
|
readonly hETH: {
|
|
834
846
|
readonly name: "ETH Hop Token";
|
|
@@ -903,6 +915,7 @@ export declare const tokens: {
|
|
|
903
915
|
readonly description: "Lido is a liquid staking solution for ETH 2.0 backed by industry-leading staking providers.";
|
|
904
916
|
readonly bridge: "optimism-canonical";
|
|
905
917
|
readonly documentation: "https://docs.lido.fi/";
|
|
918
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
906
919
|
};
|
|
907
920
|
readonly KWENTA: {
|
|
908
921
|
readonly name: "Kwenta";
|
|
@@ -986,6 +999,7 @@ export declare const tokens: {
|
|
|
986
999
|
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.";
|
|
987
1000
|
readonly bridge: "optimism-canonical";
|
|
988
1001
|
readonly documentation: "https://docs.chain.link/resources/link-token-contracts";
|
|
1002
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
989
1003
|
};
|
|
990
1004
|
readonly BOB: {
|
|
991
1005
|
readonly name: "BOB";
|
|
@@ -1044,6 +1058,7 @@ export declare const tokens: {
|
|
|
1044
1058
|
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.";
|
|
1045
1059
|
readonly bridge: "optimism-canonical";
|
|
1046
1060
|
readonly documentation: "https://curve.readthedocs.io/";
|
|
1061
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
1047
1062
|
};
|
|
1048
1063
|
readonly STG: {
|
|
1049
1064
|
readonly name: "StargateToken";
|
|
@@ -1117,6 +1132,7 @@ export declare const tokens: {
|
|
|
1117
1132
|
readonly documentation: "https://docs.threshold.network/";
|
|
1118
1133
|
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.";
|
|
1119
1134
|
readonly bridge: "optimism-canonical";
|
|
1135
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
1120
1136
|
};
|
|
1121
1137
|
readonly UNIDX: {
|
|
1122
1138
|
readonly name: "Unidex";
|
|
@@ -1190,6 +1206,7 @@ export declare const tokens: {
|
|
|
1190
1206
|
readonly description: "Pendle is a permissionless yield-trading protocol where users can execute various yield-management strategies.";
|
|
1191
1207
|
readonly documentation: "https://docs.pendle.finance/home?utm_source=landing&utm_medium=landing";
|
|
1192
1208
|
readonly bridge: "optimism-canonical";
|
|
1209
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
1193
1210
|
};
|
|
1194
1211
|
readonly ankrETH: {
|
|
1195
1212
|
readonly name: "Ankr Staked ETH";
|
|
@@ -1430,7 +1447,7 @@ export declare const tokens: {
|
|
|
1430
1447
|
readonly description: "Stake ETH, get eETH - a natively restaked liquid staking token that fuels DeFi and decentralizes Ethereum.";
|
|
1431
1448
|
readonly documentation: "https://etherfi.gitbook.io/etherfi";
|
|
1432
1449
|
readonly bridge: "stargate";
|
|
1433
|
-
readonly tags: readonly ["NO_TIMELOCK"];
|
|
1450
|
+
readonly tags: readonly ["BLUECHIP", "NO_TIMELOCK"];
|
|
1434
1451
|
};
|
|
1435
1452
|
readonly ZRO: {
|
|
1436
1453
|
readonly name: "LayerZero";
|
|
@@ -1443,6 +1460,7 @@ export declare const tokens: {
|
|
|
1443
1460
|
readonly documentation: "https://docs.layerzero.network/v2";
|
|
1444
1461
|
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.";
|
|
1445
1462
|
readonly bridge: "layer-zero";
|
|
1463
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
1446
1464
|
};
|
|
1447
1465
|
readonly ezETH: {
|
|
1448
1466
|
readonly name: "Renzo Restaked ETH";
|
|
@@ -1609,7 +1627,7 @@ export declare const tokens: {
|
|
|
1609
1627
|
readonly description: "Overtime is an onchain sportsbook ecosystem with platforms for placing bets on popular sporting events and digital options trading.";
|
|
1610
1628
|
readonly documentation: "https://docs.overtime.io/";
|
|
1611
1629
|
readonly bridge: "chainlink-ccip";
|
|
1612
|
-
readonly tags: readonly ["LARGE_HOLDERS", "NO_TIMELOCK"];
|
|
1630
|
+
readonly tags: readonly ["MEMECOIN", "LARGE_HOLDERS", "NO_TIMELOCK"];
|
|
1613
1631
|
};
|
|
1614
1632
|
readonly BOLDV2: {
|
|
1615
1633
|
readonly name: "BOLD Stablecoin";
|
|
@@ -9,6 +9,7 @@ const ETH = {
|
|
|
9
9
|
description: 'Ether or ETH is the native currency built on the Ethereum blockchain.',
|
|
10
10
|
bridge: 'optimism-canonical',
|
|
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
|
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.",
|
|
27
28
|
documentation: 'https://docs.beefy.finance/',
|
|
28
29
|
bridge: 'beefy',
|
|
30
|
+
tags: ['BLUECHIP'],
|
|
29
31
|
},
|
|
30
32
|
oldBIFI: {
|
|
31
33
|
name: 'Beefy.Finance',
|
|
@@ -118,6 +120,7 @@ export const tokens = {
|
|
|
118
120
|
description: 'Optimistic Rollup is a layer 2 scaling solution that scales both transaction throughput and computation on Ethereum. The backbone of our implementation is the Optimistic Virtual Machine (OVM), which is fully compatible with the EVM.',
|
|
119
121
|
bridge: 'native',
|
|
120
122
|
documentation: 'https://help.optimism.io/hc/en-us/articles/5497354656283-What-is-the-Optimism-Token',
|
|
123
|
+
tags: ['BLUECHIP'],
|
|
121
124
|
},
|
|
122
125
|
opUSDCe: {
|
|
123
126
|
name: 'USD Coin',
|
|
@@ -168,6 +171,7 @@ export const tokens = {
|
|
|
168
171
|
website: 'https://wbtc.network/',
|
|
169
172
|
description: 'Wrapped Bitcoin (WBTC) is the first ERC20 token backed 1:1 with Bitcoin. Completely transparent. 100% verifiable. Community led.',
|
|
170
173
|
bridge: 'optimism-canonical',
|
|
174
|
+
tags: ['BLUECHIP'],
|
|
171
175
|
},
|
|
172
176
|
sBTC: {
|
|
173
177
|
chainId: 10,
|
|
@@ -216,6 +220,7 @@ export const tokens = {
|
|
|
216
220
|
description: 'Synthetix is the backbone for derivatives trading in DeFi, allowing anyone, anywhere to gain on-chain exposure to a vast range of assets.',
|
|
217
221
|
bridge: 'optimism-canonical',
|
|
218
222
|
documentation: 'https://docs.synthetix.io/synthetix-protocol/the-synthetix-protocol/synthetix-token-snx',
|
|
223
|
+
tags: ['BLUECHIP'],
|
|
219
224
|
},
|
|
220
225
|
PERP: {
|
|
221
226
|
name: 'Perpetual Protocol',
|
|
@@ -238,6 +243,7 @@ export const tokens = {
|
|
|
238
243
|
website: 'https://balancer.fi/',
|
|
239
244
|
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.',
|
|
240
245
|
bridge: 'optimism-canonical',
|
|
246
|
+
tags: ['BLUECHIP'],
|
|
241
247
|
},
|
|
242
248
|
MAI: {
|
|
243
249
|
chainId: 10,
|
|
@@ -338,6 +344,7 @@ export const tokens = {
|
|
|
338
344
|
website: 'https://stargate.finance/',
|
|
339
345
|
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.',
|
|
340
346
|
documentation: 'https://stargateprotocol.gitbook.io/stargate/v/user-docs/',
|
|
347
|
+
tags: ['BLUECHIP'],
|
|
341
348
|
},
|
|
342
349
|
renBTC: {
|
|
343
350
|
name: 'renBTC',
|
|
@@ -514,6 +521,7 @@ export const tokens = {
|
|
|
514
521
|
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.',
|
|
515
522
|
bridge: 'optimism-canonical',
|
|
516
523
|
documentation: 'https://docs.rocketpool.net/guides/',
|
|
524
|
+
tags: ['BLUECHIP'],
|
|
517
525
|
},
|
|
518
526
|
'bbUSD+': {
|
|
519
527
|
name: 'Beets Composable Pool USD+ Stablecoin',
|
|
@@ -538,7 +546,7 @@ export const tokens = {
|
|
|
538
546
|
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.',
|
|
539
547
|
bridge: 'native',
|
|
540
548
|
documentation: 'https://docs.overnight.fi/',
|
|
541
|
-
tags: ['CURATED'],
|
|
549
|
+
tags: ['CURATED', 'STABLECOIN'],
|
|
542
550
|
},
|
|
543
551
|
'wUSD+': {
|
|
544
552
|
name: 'Wrapped USD+ Stablecoin',
|
|
@@ -551,7 +559,7 @@ export const tokens = {
|
|
|
551
559
|
description: 'wUSD+ is wrapped USD+, a yield-generating stablecoin backed by a portfolio of low-risk DeFi assets. It allows users to mint and redeem instantly against USDC, providing liquidity management, AMM trading, and leveraged yield farming opportunities. This capital-efficient stablecoin enables users to earn extra yield on their stablecoin holdings while participating in DeFi activities.',
|
|
552
560
|
bridge: 'native',
|
|
553
561
|
documentation: 'https://docs.overnight.fi/',
|
|
554
|
-
tags: ['CURATED'],
|
|
562
|
+
tags: ['CURATED', 'STABLECOIN'],
|
|
555
563
|
},
|
|
556
564
|
'DAI+': {
|
|
557
565
|
name: 'DAI+ Stablecoin',
|
|
@@ -564,7 +572,7 @@ export const tokens = {
|
|
|
564
572
|
description: 'DAI+ is DAI that pays you yield daily via rebase. It is 100% collateralized with assets immediately convertible into DAI. Yield is generated via strategies such as lending and stable-to-stable pools. Initial strategies include Aave, Rubicon, and Pika.',
|
|
565
573
|
bridge: 'native',
|
|
566
574
|
documentation: 'https://docs.overnight.fi/',
|
|
567
|
-
tags: ['CURATED'],
|
|
575
|
+
tags: ['CURATED', 'STABLECOIN'],
|
|
568
576
|
},
|
|
569
577
|
'bbDAI+': {
|
|
570
578
|
name: 'Beets Composable Pool DAI+ Stablecoin',
|
|
@@ -797,6 +805,7 @@ export const tokens = {
|
|
|
797
805
|
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.',
|
|
798
806
|
bridge: 'optimism-canonical',
|
|
799
807
|
documentation: 'https://docs.lido.fi/',
|
|
808
|
+
tags: ['BLUECHIP'],
|
|
800
809
|
},
|
|
801
810
|
hETH: {
|
|
802
811
|
name: 'ETH Hop Token',
|
|
@@ -871,6 +880,7 @@ export const tokens = {
|
|
|
871
880
|
description: 'Lido is a liquid staking solution for ETH 2.0 backed by industry-leading staking providers.',
|
|
872
881
|
bridge: 'optimism-canonical',
|
|
873
882
|
documentation: 'https://docs.lido.fi/',
|
|
883
|
+
tags: ['BLUECHIP'],
|
|
874
884
|
},
|
|
875
885
|
KWENTA: {
|
|
876
886
|
name: 'Kwenta',
|
|
@@ -954,6 +964,7 @@ export const tokens = {
|
|
|
954
964
|
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.',
|
|
955
965
|
bridge: 'optimism-canonical',
|
|
956
966
|
documentation: 'https://docs.chain.link/resources/link-token-contracts',
|
|
967
|
+
tags: ['BLUECHIP'],
|
|
957
968
|
},
|
|
958
969
|
BOB: {
|
|
959
970
|
name: 'BOB',
|
|
@@ -1012,6 +1023,7 @@ export const tokens = {
|
|
|
1012
1023
|
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.',
|
|
1013
1024
|
bridge: 'optimism-canonical',
|
|
1014
1025
|
documentation: 'https://curve.readthedocs.io/',
|
|
1026
|
+
tags: ['BLUECHIP'],
|
|
1015
1027
|
},
|
|
1016
1028
|
STG: {
|
|
1017
1029
|
name: 'StargateToken',
|
|
@@ -1085,6 +1097,7 @@ export const tokens = {
|
|
|
1085
1097
|
documentation: 'https://docs.threshold.network/',
|
|
1086
1098
|
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.',
|
|
1087
1099
|
bridge: 'optimism-canonical',
|
|
1100
|
+
tags: ['BLUECHIP'],
|
|
1088
1101
|
},
|
|
1089
1102
|
UNIDX: {
|
|
1090
1103
|
name: 'Unidex',
|
|
@@ -1158,6 +1171,7 @@ export const tokens = {
|
|
|
1158
1171
|
description: 'Pendle is a permissionless yield-trading protocol where users can execute various yield-management strategies.',
|
|
1159
1172
|
documentation: 'https://docs.pendle.finance/home?utm_source=landing&utm_medium=landing',
|
|
1160
1173
|
bridge: 'optimism-canonical',
|
|
1174
|
+
tags: ['BLUECHIP'],
|
|
1161
1175
|
},
|
|
1162
1176
|
ankrETH: {
|
|
1163
1177
|
name: 'Ankr Staked ETH',
|
|
@@ -1398,7 +1412,7 @@ export const tokens = {
|
|
|
1398
1412
|
description: 'Stake ETH, get eETH - a natively restaked liquid staking token that fuels DeFi and decentralizes Ethereum.',
|
|
1399
1413
|
documentation: 'https://etherfi.gitbook.io/etherfi',
|
|
1400
1414
|
bridge: 'stargate',
|
|
1401
|
-
tags: ['NO_TIMELOCK'],
|
|
1415
|
+
tags: ['BLUECHIP', 'NO_TIMELOCK'],
|
|
1402
1416
|
},
|
|
1403
1417
|
ZRO: {
|
|
1404
1418
|
name: 'LayerZero',
|
|
@@ -1411,6 +1425,7 @@ export const tokens = {
|
|
|
1411
1425
|
documentation: 'https://docs.layerzero.network/v2',
|
|
1412
1426
|
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.',
|
|
1413
1427
|
bridge: 'layer-zero',
|
|
1428
|
+
tags: ['BLUECHIP'],
|
|
1414
1429
|
},
|
|
1415
1430
|
ezETH: {
|
|
1416
1431
|
name: 'Renzo Restaked ETH',
|
|
@@ -1577,7 +1592,7 @@ export const tokens = {
|
|
|
1577
1592
|
description: 'Overtime is an onchain sportsbook ecosystem with platforms for placing bets on popular sporting events and digital options trading.',
|
|
1578
1593
|
documentation: 'https://docs.overtime.io/',
|
|
1579
1594
|
bridge: 'chainlink-ccip',
|
|
1580
|
-
tags: ['LARGE_HOLDERS', 'NO_TIMELOCK'],
|
|
1595
|
+
tags: ['MEMECOIN', 'LARGE_HOLDERS', 'NO_TIMELOCK'],
|
|
1581
1596
|
},
|
|
1582
1597
|
BOLDV2: {
|
|
1583
1598
|
name: 'BOLD Stablecoin',
|
|
@@ -73,6 +73,7 @@ export declare const plasma: {
|
|
|
73
73
|
readonly description: "Ether or ETH is the native currency built on the Ethereum blockchain.";
|
|
74
74
|
readonly documentation: "https://ethereum.org/en/developers/docs/";
|
|
75
75
|
readonly bridge: "layer-zero";
|
|
76
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
76
77
|
};
|
|
77
78
|
readonly XAUt0: {
|
|
78
79
|
readonly name: "XAUt0";
|
|
@@ -184,7 +185,7 @@ export declare const plasma: {
|
|
|
184
185
|
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.";
|
|
185
186
|
readonly documentation: "https://etherfi.gitbook.io/etherfi";
|
|
186
187
|
readonly bridge: "layer-zero";
|
|
187
|
-
readonly tags: readonly ["NO_TIMELOCK"];
|
|
188
|
+
readonly tags: readonly ["BLUECHIP", "NO_TIMELOCK"];
|
|
188
189
|
};
|
|
189
190
|
};
|
|
190
191
|
readonly tokenAddressMap: import("../../util/convertSymbolTokenMapToAddressTokenMap.js").AddressToTokenMap<{
|
|
@@ -259,6 +260,7 @@ export declare const plasma: {
|
|
|
259
260
|
readonly description: "Ether or ETH is the native currency built on the Ethereum blockchain.";
|
|
260
261
|
readonly documentation: "https://ethereum.org/en/developers/docs/";
|
|
261
262
|
readonly bridge: "layer-zero";
|
|
263
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
262
264
|
};
|
|
263
265
|
readonly XAUt0: {
|
|
264
266
|
readonly name: "XAUt0";
|
|
@@ -370,7 +372,7 @@ export declare const plasma: {
|
|
|
370
372
|
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.";
|
|
371
373
|
readonly documentation: "https://etherfi.gitbook.io/etherfi";
|
|
372
374
|
readonly bridge: "layer-zero";
|
|
373
|
-
readonly tags: readonly ["NO_TIMELOCK"];
|
|
375
|
+
readonly tags: readonly ["BLUECHIP", "NO_TIMELOCK"];
|
|
374
376
|
};
|
|
375
377
|
}>;
|
|
376
378
|
readonly native: {
|
|
@@ -70,6 +70,7 @@ export declare const tokens: {
|
|
|
70
70
|
readonly description: "Ether or ETH is the native currency built on the Ethereum blockchain.";
|
|
71
71
|
readonly documentation: "https://ethereum.org/en/developers/docs/";
|
|
72
72
|
readonly bridge: "layer-zero";
|
|
73
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
73
74
|
};
|
|
74
75
|
readonly XAUt0: {
|
|
75
76
|
readonly name: "XAUt0";
|
|
@@ -181,6 +182,6 @@ export declare const tokens: {
|
|
|
181
182
|
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.";
|
|
182
183
|
readonly documentation: "https://etherfi.gitbook.io/etherfi";
|
|
183
184
|
readonly bridge: "layer-zero";
|
|
184
|
-
readonly tags: readonly ["NO_TIMELOCK"];
|
|
185
|
+
readonly tags: readonly ["BLUECHIP", "NO_TIMELOCK"];
|
|
185
186
|
};
|
|
186
187
|
};
|
|
@@ -38,6 +38,7 @@ export const tokens = {
|
|
|
38
38
|
description: 'Ether or ETH is the native currency built on the Ethereum blockchain.',
|
|
39
39
|
documentation: 'https://ethereum.org/en/developers/docs/',
|
|
40
40
|
bridge: 'layer-zero',
|
|
41
|
+
tags: ['BLUECHIP'],
|
|
41
42
|
},
|
|
42
43
|
XAUt0: {
|
|
43
44
|
name: 'XAUt0',
|
|
@@ -149,6 +150,6 @@ export const tokens = {
|
|
|
149
150
|
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.',
|
|
150
151
|
documentation: 'https://etherfi.gitbook.io/etherfi',
|
|
151
152
|
bridge: 'layer-zero',
|
|
152
|
-
tags: ['NO_TIMELOCK'],
|
|
153
|
+
tags: ['BLUECHIP', 'NO_TIMELOCK'],
|
|
153
154
|
},
|
|
154
155
|
};
|