@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
|
@@ -13,6 +13,7 @@ export declare const ethereum: {
|
|
|
13
13
|
readonly description: "Ether or ETH is the native currency built on the Ethereum blockchain.";
|
|
14
14
|
readonly bridge: "native";
|
|
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 ethereum: {
|
|
|
25
26
|
readonly description: "Ether or ETH is the native currency built on the Ethereum blockchain.";
|
|
26
27
|
readonly bridge: "native";
|
|
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 ethereum: {
|
|
|
37
39
|
readonly description: "Ether or ETH is the native currency built on the Ethereum blockchain.";
|
|
38
40
|
readonly bridge: "native";
|
|
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 ethereum: {
|
|
|
49
52
|
readonly description: "Ether or ETH is the native currency built on the Ethereum blockchain.";
|
|
50
53
|
readonly bridge: "native";
|
|
51
54
|
readonly documentation: "https://ethereum.org/en/developers/docs/";
|
|
55
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
52
56
|
};
|
|
53
57
|
readonly BIFI: {
|
|
54
58
|
readonly name: "Beefy";
|
|
@@ -61,6 +65,7 @@ export declare const ethereum: {
|
|
|
61
65
|
readonly documentation: "https://docs.beefy.finance/";
|
|
62
66
|
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.";
|
|
63
67
|
readonly bridge: "native";
|
|
68
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
64
69
|
};
|
|
65
70
|
readonly rBIFI: {
|
|
66
71
|
readonly name: "BIFI Pool Receipt";
|
|
@@ -85,6 +90,7 @@ export declare const ethereum: {
|
|
|
85
90
|
readonly documentation: "https://docs.beefy.finance/";
|
|
86
91
|
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.";
|
|
87
92
|
readonly bridge: "native";
|
|
93
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
88
94
|
};
|
|
89
95
|
readonly xmooBIFI: {
|
|
90
96
|
readonly name: "BIFI Vault Receipt xERC20";
|
|
@@ -167,6 +173,7 @@ export declare const ethereum: {
|
|
|
167
173
|
readonly website: "https://polygon.technology/";
|
|
168
174
|
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.";
|
|
169
175
|
readonly bridge: "native";
|
|
176
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
170
177
|
};
|
|
171
178
|
readonly wstETH: {
|
|
172
179
|
readonly name: "Lido Wrapped Staked ETH";
|
|
@@ -179,6 +186,7 @@ export declare const ethereum: {
|
|
|
179
186
|
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.";
|
|
180
187
|
readonly bridge: "native";
|
|
181
188
|
readonly documentation: "https://docs.lido.fi/";
|
|
189
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
182
190
|
};
|
|
183
191
|
readonly stETH: {
|
|
184
192
|
readonly name: "Lido Wrapped Staked ETH";
|
|
@@ -191,6 +199,7 @@ export declare const ethereum: {
|
|
|
191
199
|
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.";
|
|
192
200
|
readonly bridge: "native";
|
|
193
201
|
readonly documentation: "https://docs.lido.fi/";
|
|
202
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
194
203
|
};
|
|
195
204
|
readonly pETH: {
|
|
196
205
|
readonly name: "JPEG'd ETH";
|
|
@@ -253,6 +262,7 @@ export declare const ethereum: {
|
|
|
253
262
|
readonly website: "https://wbtc.network/";
|
|
254
263
|
readonly description: "Wrapped Bitcoin (WBTC) is the first ERC20 token backed 1:1 with Bitcoin. Completely transparent. 100% verifiable. Community led.";
|
|
255
264
|
readonly bridge: "wbtc-dao";
|
|
265
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
256
266
|
};
|
|
257
267
|
readonly sBTC: {
|
|
258
268
|
readonly chainId: 1;
|
|
@@ -352,6 +362,7 @@ export declare const ethereum: {
|
|
|
352
362
|
readonly website: "https://balancer.fi/";
|
|
353
363
|
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. ";
|
|
354
364
|
readonly documentation: "https://docs.balancer.fi/";
|
|
365
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
355
366
|
};
|
|
356
367
|
readonly AURA: {
|
|
357
368
|
readonly name: "Aura";
|
|
@@ -388,6 +399,7 @@ export declare const ethereum: {
|
|
|
388
399
|
readonly documentation: "https://docs.threshold.network/";
|
|
389
400
|
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.";
|
|
390
401
|
readonly bridge: "threshold";
|
|
402
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
391
403
|
};
|
|
392
404
|
readonly thUSD: {
|
|
393
405
|
readonly name: "Threshold USD";
|
|
@@ -445,6 +457,7 @@ export declare const ethereum: {
|
|
|
445
457
|
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.";
|
|
446
458
|
readonly bridge: "native";
|
|
447
459
|
readonly documentation: "https://curve.readthedocs.io/";
|
|
460
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
448
461
|
};
|
|
449
462
|
readonly scrvUSD: {
|
|
450
463
|
readonly name: "Savings crvUSD";
|
|
@@ -590,6 +603,7 @@ export declare const ethereum: {
|
|
|
590
603
|
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.";
|
|
591
604
|
readonly bridge: "native";
|
|
592
605
|
readonly documentation: "https://docs.rocketpool.net/guides/";
|
|
606
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
593
607
|
};
|
|
594
608
|
readonly USDT: {
|
|
595
609
|
readonly name: "Tether USD";
|
|
@@ -637,9 +651,10 @@ export declare const ethereum: {
|
|
|
637
651
|
readonly chainId: 1;
|
|
638
652
|
readonly decimals: 18;
|
|
639
653
|
readonly website: "https://help.coinbase.com/en/coinbase/trading-and-funding/staking-rewards/cbeth";
|
|
640
|
-
readonly description: "Coinbase Wrapped Staked ETH (
|
|
654
|
+
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.";
|
|
641
655
|
readonly bridge: "native";
|
|
642
656
|
readonly documentation: "https://www.coinbase.com/price/coinbase-wrapped-staked-eth#AboutSection";
|
|
657
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
643
658
|
};
|
|
644
659
|
readonly USDD: {
|
|
645
660
|
readonly name: "Decentralized USD";
|
|
@@ -675,6 +690,7 @@ export declare const ethereum: {
|
|
|
675
690
|
readonly website: "https://stargate.finance/";
|
|
676
691
|
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.";
|
|
677
692
|
readonly documentation: "https://stargateprotocol.gitbook.io/stargate/v/user-docs/";
|
|
693
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
678
694
|
};
|
|
679
695
|
readonly waUSDT: {
|
|
680
696
|
readonly name: "Wrapped Aave Tether USD";
|
|
@@ -900,6 +916,7 @@ export declare const ethereum: {
|
|
|
900
916
|
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.";
|
|
901
917
|
readonly bridge: "native";
|
|
902
918
|
readonly documentation: "https://dev.sushi.com/";
|
|
919
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
903
920
|
};
|
|
904
921
|
readonly ILV: {
|
|
905
922
|
readonly name: "Illuvium";
|
|
@@ -923,6 +940,7 @@ export declare const ethereum: {
|
|
|
923
940
|
readonly documentation: "https://docs.lido.fi/";
|
|
924
941
|
readonly description: "Lido is a liquid staking solution for ETH 2.0 backed by industry-leading staking providers.";
|
|
925
942
|
readonly bridge: "native";
|
|
943
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
926
944
|
};
|
|
927
945
|
readonly SYN: {
|
|
928
946
|
readonly name: "Synapse";
|
|
@@ -958,6 +976,7 @@ export declare const ethereum: {
|
|
|
958
976
|
readonly website: "https://www.synthetix.io/";
|
|
959
977
|
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";
|
|
960
978
|
readonly documentation: "https://docs.synthetix.io/synthetix-protocol/welcome-to-synthetix";
|
|
979
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
961
980
|
};
|
|
962
981
|
readonly HEX: {
|
|
963
982
|
readonly name: "HEX";
|
|
@@ -991,6 +1010,7 @@ export declare const ethereum: {
|
|
|
991
1010
|
readonly website: "https://fantom.foundation/";
|
|
992
1011
|
readonly description: "Fantom is a fast, high-throughput open-source smart contract platform for digital assets and dApps.";
|
|
993
1012
|
readonly documentation: "";
|
|
1013
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
994
1014
|
};
|
|
995
1015
|
readonly DEUS: {
|
|
996
1016
|
readonly name: "DEUS";
|
|
@@ -1214,6 +1234,7 @@ export declare const ethereum: {
|
|
|
1214
1234
|
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.";
|
|
1215
1235
|
readonly bridge: "native";
|
|
1216
1236
|
readonly documentation: "https://docs.olympusdao.finance/";
|
|
1237
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
1217
1238
|
};
|
|
1218
1239
|
readonly SD: {
|
|
1219
1240
|
readonly name: "Stader";
|
|
@@ -1698,7 +1719,7 @@ export declare const ethereum: {
|
|
|
1698
1719
|
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.";
|
|
1699
1720
|
readonly documentation: "https://etherfi.gitbook.io/etherfi";
|
|
1700
1721
|
readonly bridge: "native";
|
|
1701
|
-
readonly tags: readonly ["NO_TIMELOCK"];
|
|
1722
|
+
readonly tags: readonly ["BLUECHIP", "NO_TIMELOCK"];
|
|
1702
1723
|
};
|
|
1703
1724
|
readonly weETHk: {
|
|
1704
1725
|
readonly name: "King Karak LRT";
|
|
@@ -1874,6 +1895,7 @@ export declare const ethereum: {
|
|
|
1874
1895
|
readonly documentation: "https://docs.layerzero.network/v2";
|
|
1875
1896
|
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.";
|
|
1876
1897
|
readonly bridge: "layer-zero";
|
|
1898
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
1877
1899
|
};
|
|
1878
1900
|
readonly ShezUSD: {
|
|
1879
1901
|
readonly name: "ShezmuUSD";
|
|
@@ -1912,6 +1934,7 @@ export declare const ethereum: {
|
|
|
1912
1934
|
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.";
|
|
1913
1935
|
readonly bridge: "native";
|
|
1914
1936
|
readonly documentation: "https://docs.uniswap.org/concepts/governance/overview";
|
|
1937
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
1915
1938
|
};
|
|
1916
1939
|
readonly LINK: {
|
|
1917
1940
|
readonly name: "Chainlink";
|
|
@@ -1924,6 +1947,7 @@ export declare const ethereum: {
|
|
|
1924
1947
|
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.";
|
|
1925
1948
|
readonly bridge: "native";
|
|
1926
1949
|
readonly documentation: "https://docs.chain.link/resources/link-token-contracts";
|
|
1950
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
1927
1951
|
};
|
|
1928
1952
|
readonly stLINK: {
|
|
1929
1953
|
readonly name: "Staked LINK";
|
|
@@ -1948,7 +1972,7 @@ export declare const ethereum: {
|
|
|
1948
1972
|
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.";
|
|
1949
1973
|
readonly bridge: "native";
|
|
1950
1974
|
readonly documentation: "https://etherfi.gitbook.io/etherfi/lrts/ebtc-bitcoin-lrt";
|
|
1951
|
-
readonly tags: readonly ["SYNTHETIC"];
|
|
1975
|
+
readonly tags: readonly ["BLUECHIP", "SYNTHETIC"];
|
|
1952
1976
|
};
|
|
1953
1977
|
readonly EBTC: {
|
|
1954
1978
|
readonly name: "EBTC";
|
|
@@ -2467,6 +2491,7 @@ export declare const ethereum: {
|
|
|
2467
2491
|
readonly website: "https://aave.com/";
|
|
2468
2492
|
readonly documentation: "https://docs.aave.com/developers/v/2.0/the-core-protocol/atokens";
|
|
2469
2493
|
readonly description: "Wrapped Aave interest bearing Ethereum Lido WETH.";
|
|
2494
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
2470
2495
|
};
|
|
2471
2496
|
readonly waEthLidowstETH: {
|
|
2472
2497
|
readonly name: "Wrapped Aave Ethereum Lido wstETH";
|
|
@@ -2478,6 +2503,7 @@ export declare const ethereum: {
|
|
|
2478
2503
|
readonly website: "https://aave.com/";
|
|
2479
2504
|
readonly documentation: "https://docs.aave.com/developers/v/2.0/the-core-protocol/atokens";
|
|
2480
2505
|
readonly description: "Wrapped Aave interest bearing Ethereum Lido wstETH.";
|
|
2506
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
2481
2507
|
};
|
|
2482
2508
|
readonly RSUP: {
|
|
2483
2509
|
readonly name: "Resupply";
|
|
@@ -2714,6 +2740,7 @@ export declare const ethereum: {
|
|
|
2714
2740
|
readonly description: "Ether or ETH is the native currency built on the Ethereum blockchain.";
|
|
2715
2741
|
readonly bridge: "native";
|
|
2716
2742
|
readonly documentation: "https://ethereum.org/en/developers/docs/";
|
|
2743
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
2717
2744
|
};
|
|
2718
2745
|
readonly FEES: {
|
|
2719
2746
|
readonly name: "Wrapped Ether";
|
|
@@ -2726,6 +2753,7 @@ export declare const ethereum: {
|
|
|
2726
2753
|
readonly description: "Ether or ETH is the native currency built on the Ethereum blockchain.";
|
|
2727
2754
|
readonly bridge: "native";
|
|
2728
2755
|
readonly documentation: "https://ethereum.org/en/developers/docs/";
|
|
2756
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
2729
2757
|
};
|
|
2730
2758
|
readonly ETH: {
|
|
2731
2759
|
readonly name: "Wrapped Ether";
|
|
@@ -2738,6 +2766,7 @@ export declare const ethereum: {
|
|
|
2738
2766
|
readonly description: "Ether or ETH is the native currency built on the Ethereum blockchain.";
|
|
2739
2767
|
readonly bridge: "native";
|
|
2740
2768
|
readonly documentation: "https://ethereum.org/en/developers/docs/";
|
|
2769
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
2741
2770
|
};
|
|
2742
2771
|
readonly WETH: {
|
|
2743
2772
|
readonly name: "Wrapped Ether";
|
|
@@ -2750,6 +2779,7 @@ export declare const ethereum: {
|
|
|
2750
2779
|
readonly description: "Ether or ETH is the native currency built on the Ethereum blockchain.";
|
|
2751
2780
|
readonly bridge: "native";
|
|
2752
2781
|
readonly documentation: "https://ethereum.org/en/developers/docs/";
|
|
2782
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
2753
2783
|
};
|
|
2754
2784
|
readonly BIFI: {
|
|
2755
2785
|
readonly name: "Beefy";
|
|
@@ -2762,6 +2792,7 @@ export declare const ethereum: {
|
|
|
2762
2792
|
readonly documentation: "https://docs.beefy.finance/";
|
|
2763
2793
|
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.";
|
|
2764
2794
|
readonly bridge: "native";
|
|
2795
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
2765
2796
|
};
|
|
2766
2797
|
readonly rBIFI: {
|
|
2767
2798
|
readonly name: "BIFI Pool Receipt";
|
|
@@ -2786,6 +2817,7 @@ export declare const ethereum: {
|
|
|
2786
2817
|
readonly documentation: "https://docs.beefy.finance/";
|
|
2787
2818
|
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.";
|
|
2788
2819
|
readonly bridge: "native";
|
|
2820
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
2789
2821
|
};
|
|
2790
2822
|
readonly xmooBIFI: {
|
|
2791
2823
|
readonly name: "BIFI Vault Receipt xERC20";
|
|
@@ -2868,6 +2900,7 @@ export declare const ethereum: {
|
|
|
2868
2900
|
readonly website: "https://polygon.technology/";
|
|
2869
2901
|
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.";
|
|
2870
2902
|
readonly bridge: "native";
|
|
2903
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
2871
2904
|
};
|
|
2872
2905
|
readonly wstETH: {
|
|
2873
2906
|
readonly name: "Lido Wrapped Staked ETH";
|
|
@@ -2880,6 +2913,7 @@ export declare const ethereum: {
|
|
|
2880
2913
|
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.";
|
|
2881
2914
|
readonly bridge: "native";
|
|
2882
2915
|
readonly documentation: "https://docs.lido.fi/";
|
|
2916
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
2883
2917
|
};
|
|
2884
2918
|
readonly stETH: {
|
|
2885
2919
|
readonly name: "Lido Wrapped Staked ETH";
|
|
@@ -2892,6 +2926,7 @@ export declare const ethereum: {
|
|
|
2892
2926
|
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.";
|
|
2893
2927
|
readonly bridge: "native";
|
|
2894
2928
|
readonly documentation: "https://docs.lido.fi/";
|
|
2929
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
2895
2930
|
};
|
|
2896
2931
|
readonly pETH: {
|
|
2897
2932
|
readonly name: "JPEG'd ETH";
|
|
@@ -2954,6 +2989,7 @@ export declare const ethereum: {
|
|
|
2954
2989
|
readonly website: "https://wbtc.network/";
|
|
2955
2990
|
readonly description: "Wrapped Bitcoin (WBTC) is the first ERC20 token backed 1:1 with Bitcoin. Completely transparent. 100% verifiable. Community led.";
|
|
2956
2991
|
readonly bridge: "wbtc-dao";
|
|
2992
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
2957
2993
|
};
|
|
2958
2994
|
readonly sBTC: {
|
|
2959
2995
|
readonly chainId: 1;
|
|
@@ -3053,6 +3089,7 @@ export declare const ethereum: {
|
|
|
3053
3089
|
readonly website: "https://balancer.fi/";
|
|
3054
3090
|
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. ";
|
|
3055
3091
|
readonly documentation: "https://docs.balancer.fi/";
|
|
3092
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
3056
3093
|
};
|
|
3057
3094
|
readonly AURA: {
|
|
3058
3095
|
readonly name: "Aura";
|
|
@@ -3089,6 +3126,7 @@ export declare const ethereum: {
|
|
|
3089
3126
|
readonly documentation: "https://docs.threshold.network/";
|
|
3090
3127
|
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.";
|
|
3091
3128
|
readonly bridge: "threshold";
|
|
3129
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
3092
3130
|
};
|
|
3093
3131
|
readonly thUSD: {
|
|
3094
3132
|
readonly name: "Threshold USD";
|
|
@@ -3146,6 +3184,7 @@ export declare const ethereum: {
|
|
|
3146
3184
|
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.";
|
|
3147
3185
|
readonly bridge: "native";
|
|
3148
3186
|
readonly documentation: "https://curve.readthedocs.io/";
|
|
3187
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
3149
3188
|
};
|
|
3150
3189
|
readonly scrvUSD: {
|
|
3151
3190
|
readonly name: "Savings crvUSD";
|
|
@@ -3291,6 +3330,7 @@ export declare const ethereum: {
|
|
|
3291
3330
|
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.";
|
|
3292
3331
|
readonly bridge: "native";
|
|
3293
3332
|
readonly documentation: "https://docs.rocketpool.net/guides/";
|
|
3333
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
3294
3334
|
};
|
|
3295
3335
|
readonly USDT: {
|
|
3296
3336
|
readonly name: "Tether USD";
|
|
@@ -3338,9 +3378,10 @@ export declare const ethereum: {
|
|
|
3338
3378
|
readonly chainId: 1;
|
|
3339
3379
|
readonly decimals: 18;
|
|
3340
3380
|
readonly website: "https://help.coinbase.com/en/coinbase/trading-and-funding/staking-rewards/cbeth";
|
|
3341
|
-
readonly description: "Coinbase Wrapped Staked ETH (
|
|
3381
|
+
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.";
|
|
3342
3382
|
readonly bridge: "native";
|
|
3343
3383
|
readonly documentation: "https://www.coinbase.com/price/coinbase-wrapped-staked-eth#AboutSection";
|
|
3384
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
3344
3385
|
};
|
|
3345
3386
|
readonly USDD: {
|
|
3346
3387
|
readonly name: "Decentralized USD";
|
|
@@ -3376,6 +3417,7 @@ export declare const ethereum: {
|
|
|
3376
3417
|
readonly website: "https://stargate.finance/";
|
|
3377
3418
|
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.";
|
|
3378
3419
|
readonly documentation: "https://stargateprotocol.gitbook.io/stargate/v/user-docs/";
|
|
3420
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
3379
3421
|
};
|
|
3380
3422
|
readonly waUSDT: {
|
|
3381
3423
|
readonly name: "Wrapped Aave Tether USD";
|
|
@@ -3601,6 +3643,7 @@ export declare const ethereum: {
|
|
|
3601
3643
|
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.";
|
|
3602
3644
|
readonly bridge: "native";
|
|
3603
3645
|
readonly documentation: "https://dev.sushi.com/";
|
|
3646
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
3604
3647
|
};
|
|
3605
3648
|
readonly ILV: {
|
|
3606
3649
|
readonly name: "Illuvium";
|
|
@@ -3624,6 +3667,7 @@ export declare const ethereum: {
|
|
|
3624
3667
|
readonly documentation: "https://docs.lido.fi/";
|
|
3625
3668
|
readonly description: "Lido is a liquid staking solution for ETH 2.0 backed by industry-leading staking providers.";
|
|
3626
3669
|
readonly bridge: "native";
|
|
3670
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
3627
3671
|
};
|
|
3628
3672
|
readonly SYN: {
|
|
3629
3673
|
readonly name: "Synapse";
|
|
@@ -3659,6 +3703,7 @@ export declare const ethereum: {
|
|
|
3659
3703
|
readonly website: "https://www.synthetix.io/";
|
|
3660
3704
|
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";
|
|
3661
3705
|
readonly documentation: "https://docs.synthetix.io/synthetix-protocol/welcome-to-synthetix";
|
|
3706
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
3662
3707
|
};
|
|
3663
3708
|
readonly HEX: {
|
|
3664
3709
|
readonly name: "HEX";
|
|
@@ -3692,6 +3737,7 @@ export declare const ethereum: {
|
|
|
3692
3737
|
readonly website: "https://fantom.foundation/";
|
|
3693
3738
|
readonly description: "Fantom is a fast, high-throughput open-source smart contract platform for digital assets and dApps.";
|
|
3694
3739
|
readonly documentation: "";
|
|
3740
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
3695
3741
|
};
|
|
3696
3742
|
readonly DEUS: {
|
|
3697
3743
|
readonly name: "DEUS";
|
|
@@ -3915,6 +3961,7 @@ export declare const ethereum: {
|
|
|
3915
3961
|
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.";
|
|
3916
3962
|
readonly bridge: "native";
|
|
3917
3963
|
readonly documentation: "https://docs.olympusdao.finance/";
|
|
3964
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
3918
3965
|
};
|
|
3919
3966
|
readonly SD: {
|
|
3920
3967
|
readonly name: "Stader";
|
|
@@ -4399,7 +4446,7 @@ export declare const ethereum: {
|
|
|
4399
4446
|
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.";
|
|
4400
4447
|
readonly documentation: "https://etherfi.gitbook.io/etherfi";
|
|
4401
4448
|
readonly bridge: "native";
|
|
4402
|
-
readonly tags: readonly ["NO_TIMELOCK"];
|
|
4449
|
+
readonly tags: readonly ["BLUECHIP", "NO_TIMELOCK"];
|
|
4403
4450
|
};
|
|
4404
4451
|
readonly weETHk: {
|
|
4405
4452
|
readonly name: "King Karak LRT";
|
|
@@ -4575,6 +4622,7 @@ export declare const ethereum: {
|
|
|
4575
4622
|
readonly documentation: "https://docs.layerzero.network/v2";
|
|
4576
4623
|
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.";
|
|
4577
4624
|
readonly bridge: "layer-zero";
|
|
4625
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
4578
4626
|
};
|
|
4579
4627
|
readonly ShezUSD: {
|
|
4580
4628
|
readonly name: "ShezmuUSD";
|
|
@@ -4613,6 +4661,7 @@ export declare const ethereum: {
|
|
|
4613
4661
|
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.";
|
|
4614
4662
|
readonly bridge: "native";
|
|
4615
4663
|
readonly documentation: "https://docs.uniswap.org/concepts/governance/overview";
|
|
4664
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
4616
4665
|
};
|
|
4617
4666
|
readonly LINK: {
|
|
4618
4667
|
readonly name: "Chainlink";
|
|
@@ -4625,6 +4674,7 @@ export declare const ethereum: {
|
|
|
4625
4674
|
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.";
|
|
4626
4675
|
readonly bridge: "native";
|
|
4627
4676
|
readonly documentation: "https://docs.chain.link/resources/link-token-contracts";
|
|
4677
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
4628
4678
|
};
|
|
4629
4679
|
readonly stLINK: {
|
|
4630
4680
|
readonly name: "Staked LINK";
|
|
@@ -4649,7 +4699,7 @@ export declare const ethereum: {
|
|
|
4649
4699
|
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.";
|
|
4650
4700
|
readonly bridge: "native";
|
|
4651
4701
|
readonly documentation: "https://etherfi.gitbook.io/etherfi/lrts/ebtc-bitcoin-lrt";
|
|
4652
|
-
readonly tags: readonly ["SYNTHETIC"];
|
|
4702
|
+
readonly tags: readonly ["BLUECHIP", "SYNTHETIC"];
|
|
4653
4703
|
};
|
|
4654
4704
|
readonly EBTC: {
|
|
4655
4705
|
readonly name: "EBTC";
|
|
@@ -5168,6 +5218,7 @@ export declare const ethereum: {
|
|
|
5168
5218
|
readonly website: "https://aave.com/";
|
|
5169
5219
|
readonly documentation: "https://docs.aave.com/developers/v/2.0/the-core-protocol/atokens";
|
|
5170
5220
|
readonly description: "Wrapped Aave interest bearing Ethereum Lido WETH.";
|
|
5221
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
5171
5222
|
};
|
|
5172
5223
|
readonly waEthLidowstETH: {
|
|
5173
5224
|
readonly name: "Wrapped Aave Ethereum Lido wstETH";
|
|
@@ -5179,6 +5230,7 @@ export declare const ethereum: {
|
|
|
5179
5230
|
readonly website: "https://aave.com/";
|
|
5180
5231
|
readonly documentation: "https://docs.aave.com/developers/v/2.0/the-core-protocol/atokens";
|
|
5181
5232
|
readonly description: "Wrapped Aave interest bearing Ethereum Lido wstETH.";
|
|
5233
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
5182
5234
|
};
|
|
5183
5235
|
readonly RSUP: {
|
|
5184
5236
|
readonly name: "Resupply";
|
|
@@ -32,4 +32,5 @@ export declare const beefyfinance: {
|
|
|
32
32
|
readonly beefyOracleChainlink: "0xB1F10da39442089F6E216Fd144EF6C2F19689170";
|
|
33
33
|
readonly beefyOracleUniswapV3: "0xc1C6760f4317C711Ded47678bA96fe487DB91f91";
|
|
34
34
|
readonly beefyOracleUniswapV2: "0xC84130Fc9D55b86E39e153504A9368bE56EC6728";
|
|
35
|
+
readonly beefyMultiHopSwapper: "0xB827E762700162CC69dA81d00567Bb7e540A8cC2";
|
|
35
36
|
};
|
|
@@ -38,4 +38,5 @@ exports.beefyfinance = {
|
|
|
38
38
|
beefyOracleChainlink: '0xB1F10da39442089F6E216Fd144EF6C2F19689170',
|
|
39
39
|
beefyOracleUniswapV3: '0xc1C6760f4317C711Ded47678bA96fe487DB91f91',
|
|
40
40
|
beefyOracleUniswapV2: '0xC84130Fc9D55b86E39e153504A9368bE56EC6728',
|
|
41
|
+
beefyMultiHopSwapper: '0xB827E762700162CC69dA81d00567Bb7e540A8cC2',
|
|
41
42
|
};
|