@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
|
@@ -107,6 +107,7 @@ export declare const tokens: {
|
|
|
107
107
|
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.";
|
|
108
108
|
readonly bridge: "fraxtal-canonical";
|
|
109
109
|
readonly documentation: "https://curve.readthedocs.io/";
|
|
110
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
110
111
|
};
|
|
111
112
|
readonly crvUSD: {
|
|
112
113
|
readonly name: "Curve USD Stablecoin";
|
|
@@ -298,6 +299,7 @@ export declare const tokens: {
|
|
|
298
299
|
readonly documentation: "https://ethereum.org/en/developers/docs/";
|
|
299
300
|
readonly description: "Ether or ETH is the native currency built on the Ethereum blockchain.";
|
|
300
301
|
readonly bridge: "fraxtal-canonical";
|
|
302
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
301
303
|
};
|
|
302
304
|
readonly tBTC: {
|
|
303
305
|
readonly name: "tBTC v2";
|
|
@@ -310,6 +312,7 @@ export declare const tokens: {
|
|
|
310
312
|
readonly documentation: "https://docs.threshold.network/";
|
|
311
313
|
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.";
|
|
312
314
|
readonly bridge: "fraxtal-canonical";
|
|
315
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
313
316
|
};
|
|
314
317
|
readonly WBTC: {
|
|
315
318
|
readonly name: "Wrapped BTC";
|
|
@@ -322,6 +325,7 @@ export declare const tokens: {
|
|
|
322
325
|
readonly description: "Wrapped Bitcoin (WBTC) is the first ERC20 token backed 1:1 with Bitcoin. Completely transparent. 100% verifiable. Community led.";
|
|
323
326
|
readonly documentation: "https://wbtc.network/";
|
|
324
327
|
readonly bridge: "fraxtal-canonical";
|
|
328
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
325
329
|
};
|
|
326
330
|
readonly scrvUSD: {
|
|
327
331
|
readonly name: "Savings crvUSD";
|
|
@@ -65,6 +65,7 @@ export const tokens = {
|
|
|
65
65
|
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.',
|
|
66
66
|
bridge: 'fraxtal-canonical',
|
|
67
67
|
documentation: 'https://curve.readthedocs.io/',
|
|
68
|
+
tags: ['BLUECHIP'],
|
|
68
69
|
},
|
|
69
70
|
crvUSD: {
|
|
70
71
|
name: 'Curve USD Stablecoin',
|
|
@@ -256,6 +257,7 @@ export const tokens = {
|
|
|
256
257
|
documentation: 'https://ethereum.org/en/developers/docs/',
|
|
257
258
|
description: 'Ether or ETH is the native currency built on the Ethereum blockchain.',
|
|
258
259
|
bridge: 'fraxtal-canonical',
|
|
260
|
+
tags: ['BLUECHIP'],
|
|
259
261
|
},
|
|
260
262
|
tBTC: {
|
|
261
263
|
name: 'tBTC v2',
|
|
@@ -268,6 +270,7 @@ export const tokens = {
|
|
|
268
270
|
documentation: 'https://docs.threshold.network/',
|
|
269
271
|
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.',
|
|
270
272
|
bridge: 'fraxtal-canonical',
|
|
273
|
+
tags: ['BLUECHIP'],
|
|
271
274
|
},
|
|
272
275
|
WBTC: {
|
|
273
276
|
name: 'Wrapped BTC',
|
|
@@ -280,6 +283,7 @@ export const tokens = {
|
|
|
280
283
|
description: 'Wrapped Bitcoin (WBTC) is the first ERC20 token backed 1:1 with Bitcoin. Completely transparent. 100% verifiable. Community led.',
|
|
281
284
|
documentation: 'https://wbtc.network/',
|
|
282
285
|
bridge: 'fraxtal-canonical',
|
|
286
|
+
tags: ['BLUECHIP'],
|
|
283
287
|
},
|
|
284
288
|
scrvUSD: {
|
|
285
289
|
name: 'Savings crvUSD',
|
|
@@ -128,6 +128,7 @@ export declare const fuse: {
|
|
|
128
128
|
readonly description: "Ether or ETH is the native currency built on the Ethereum blockchain.";
|
|
129
129
|
readonly bridge: "fuse-canonical";
|
|
130
130
|
readonly documentation: "https://ethereum.org/en/developers/docs/";
|
|
131
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
131
132
|
};
|
|
132
133
|
readonly WBTC: {
|
|
133
134
|
readonly name: "Wrapped BTC on Fuse";
|
|
@@ -139,6 +140,7 @@ export declare const fuse: {
|
|
|
139
140
|
readonly website: "https://wbtc.network/";
|
|
140
141
|
readonly description: "Wrapped Bitcoin (WBTC) is the first ERC20 token backed 1:1 with Bitcoin. Completely transparent. 100% verifiable. Community led.";
|
|
141
142
|
readonly bridge: "fuse-canonical";
|
|
143
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
142
144
|
};
|
|
143
145
|
readonly fUSD: {
|
|
144
146
|
readonly name: "Fuse Dollar";
|
|
@@ -160,6 +162,7 @@ export declare const fuse: {
|
|
|
160
162
|
readonly decimals: 18;
|
|
161
163
|
readonly website: "https://www.binance.com/";
|
|
162
164
|
readonly description: "Binance Coin (BNB) is an exchange-based token created and issued by the cryptocurrency exchange Binance. Initially created on the Ethereum blockchain as an ERC-20 token in July 2017, BNB was migrated over to Binance Chain in February 2019 and became the native coin of the Binance Chain.";
|
|
165
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
163
166
|
};
|
|
164
167
|
readonly BUSD: {
|
|
165
168
|
readonly name: "Binance USD on Fuse";
|
|
@@ -213,6 +216,7 @@ export declare const fuse: {
|
|
|
213
216
|
readonly decimals: 18;
|
|
214
217
|
readonly website: "https://sushi.com/";
|
|
215
218
|
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.";
|
|
219
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
216
220
|
};
|
|
217
221
|
readonly USDT: {
|
|
218
222
|
readonly name: "Tether USD on Fuse";
|
|
@@ -363,6 +367,7 @@ export declare const fuse: {
|
|
|
363
367
|
readonly description: "Ether or ETH is the native currency built on the Ethereum blockchain.";
|
|
364
368
|
readonly bridge: "fuse-canonical";
|
|
365
369
|
readonly documentation: "https://ethereum.org/en/developers/docs/";
|
|
370
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
366
371
|
};
|
|
367
372
|
readonly WBTC: {
|
|
368
373
|
readonly name: "Wrapped BTC on Fuse";
|
|
@@ -374,6 +379,7 @@ export declare const fuse: {
|
|
|
374
379
|
readonly website: "https://wbtc.network/";
|
|
375
380
|
readonly description: "Wrapped Bitcoin (WBTC) is the first ERC20 token backed 1:1 with Bitcoin. Completely transparent. 100% verifiable. Community led.";
|
|
376
381
|
readonly bridge: "fuse-canonical";
|
|
382
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
377
383
|
};
|
|
378
384
|
readonly fUSD: {
|
|
379
385
|
readonly name: "Fuse Dollar";
|
|
@@ -395,6 +401,7 @@ export declare const fuse: {
|
|
|
395
401
|
readonly decimals: 18;
|
|
396
402
|
readonly website: "https://www.binance.com/";
|
|
397
403
|
readonly description: "Binance Coin (BNB) is an exchange-based token created and issued by the cryptocurrency exchange Binance. Initially created on the Ethereum blockchain as an ERC-20 token in July 2017, BNB was migrated over to Binance Chain in February 2019 and became the native coin of the Binance Chain.";
|
|
404
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
398
405
|
};
|
|
399
406
|
readonly BUSD: {
|
|
400
407
|
readonly name: "Binance USD on Fuse";
|
|
@@ -448,6 +455,7 @@ export declare const fuse: {
|
|
|
448
455
|
readonly decimals: 18;
|
|
449
456
|
readonly website: "https://sushi.com/";
|
|
450
457
|
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.";
|
|
458
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
451
459
|
};
|
|
452
460
|
readonly USDT: {
|
|
453
461
|
readonly name: "Tether USD on Fuse";
|
|
@@ -125,6 +125,7 @@ export declare const tokens: {
|
|
|
125
125
|
readonly description: "Ether or ETH is the native currency built on the Ethereum blockchain.";
|
|
126
126
|
readonly bridge: "fuse-canonical";
|
|
127
127
|
readonly documentation: "https://ethereum.org/en/developers/docs/";
|
|
128
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
128
129
|
};
|
|
129
130
|
readonly WBTC: {
|
|
130
131
|
readonly name: "Wrapped BTC on Fuse";
|
|
@@ -136,6 +137,7 @@ export declare const tokens: {
|
|
|
136
137
|
readonly website: "https://wbtc.network/";
|
|
137
138
|
readonly description: "Wrapped Bitcoin (WBTC) is the first ERC20 token backed 1:1 with Bitcoin. Completely transparent. 100% verifiable. Community led.";
|
|
138
139
|
readonly bridge: "fuse-canonical";
|
|
140
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
139
141
|
};
|
|
140
142
|
readonly fUSD: {
|
|
141
143
|
readonly name: "Fuse Dollar";
|
|
@@ -157,6 +159,7 @@ export declare const tokens: {
|
|
|
157
159
|
readonly decimals: 18;
|
|
158
160
|
readonly website: "https://www.binance.com/";
|
|
159
161
|
readonly description: "Binance Coin (BNB) is an exchange-based token created and issued by the cryptocurrency exchange Binance. Initially created on the Ethereum blockchain as an ERC-20 token in July 2017, BNB was migrated over to Binance Chain in February 2019 and became the native coin of the Binance Chain.";
|
|
162
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
160
163
|
};
|
|
161
164
|
readonly BUSD: {
|
|
162
165
|
readonly name: "Binance USD on Fuse";
|
|
@@ -210,6 +213,7 @@ export declare const tokens: {
|
|
|
210
213
|
readonly decimals: 18;
|
|
211
214
|
readonly website: "https://sushi.com/";
|
|
212
215
|
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.";
|
|
216
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
213
217
|
};
|
|
214
218
|
readonly USDT: {
|
|
215
219
|
readonly name: "Tether USD on Fuse";
|
|
@@ -93,6 +93,7 @@ export const tokens = {
|
|
|
93
93
|
description: 'Ether or ETH is the native currency built on the Ethereum blockchain.',
|
|
94
94
|
bridge: 'fuse-canonical',
|
|
95
95
|
documentation: 'https://ethereum.org/en/developers/docs/',
|
|
96
|
+
tags: ['BLUECHIP'],
|
|
96
97
|
},
|
|
97
98
|
WBTC: {
|
|
98
99
|
name: 'Wrapped BTC on Fuse',
|
|
@@ -104,6 +105,7 @@ export const tokens = {
|
|
|
104
105
|
website: 'https://wbtc.network/',
|
|
105
106
|
description: 'Wrapped Bitcoin (WBTC) is the first ERC20 token backed 1:1 with Bitcoin. Completely transparent. 100% verifiable. Community led.',
|
|
106
107
|
bridge: 'fuse-canonical',
|
|
108
|
+
tags: ['BLUECHIP'],
|
|
107
109
|
},
|
|
108
110
|
fUSD: {
|
|
109
111
|
name: 'Fuse Dollar',
|
|
@@ -125,6 +127,7 @@ export const tokens = {
|
|
|
125
127
|
decimals: 18,
|
|
126
128
|
website: 'https://www.binance.com/',
|
|
127
129
|
description: 'Binance Coin (BNB) is an exchange-based token created and issued by the cryptocurrency exchange Binance. Initially created on the Ethereum blockchain as an ERC-20 token in July 2017, BNB was migrated over to Binance Chain in February 2019 and became the native coin of the Binance Chain.',
|
|
130
|
+
tags: ['BLUECHIP'],
|
|
128
131
|
},
|
|
129
132
|
BUSD: {
|
|
130
133
|
name: 'Binance USD on Fuse',
|
|
@@ -178,6 +181,7 @@ export const tokens = {
|
|
|
178
181
|
decimals: 18,
|
|
179
182
|
website: 'https://sushi.com/',
|
|
180
183
|
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.',
|
|
184
|
+
tags: ['BLUECHIP'],
|
|
181
185
|
},
|
|
182
186
|
USDT: {
|
|
183
187
|
name: 'Tether USD on Fuse',
|
|
@@ -77,6 +77,7 @@ export declare const gnosis: {
|
|
|
77
77
|
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.";
|
|
78
78
|
readonly bridge: "gnosis-canonical";
|
|
79
79
|
readonly documentation: "https://docs.lido.fi/";
|
|
80
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
80
81
|
};
|
|
81
82
|
readonly BAL: {
|
|
82
83
|
readonly name: "Balancer";
|
|
@@ -89,6 +90,7 @@ export declare const gnosis: {
|
|
|
89
90
|
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. ";
|
|
90
91
|
readonly documentation: "https://docs.balancer.fi/";
|
|
91
92
|
readonly bridge: "gnosis-canonical";
|
|
93
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
92
94
|
};
|
|
93
95
|
readonly WETH: {
|
|
94
96
|
readonly name: "Wrapped Ether";
|
|
@@ -101,6 +103,7 @@ export declare const gnosis: {
|
|
|
101
103
|
readonly description: "Ether or ETH is the native currency built on the Ethereum blockchain.";
|
|
102
104
|
readonly bridge: "gnosis-canonical";
|
|
103
105
|
readonly documentation: "https://ethereum.org/en/developers/docs/";
|
|
106
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
104
107
|
};
|
|
105
108
|
readonly USDT: {
|
|
106
109
|
readonly name: "USDT";
|
|
@@ -165,6 +168,7 @@ export declare const gnosis: {
|
|
|
165
168
|
readonly documentation: "https://www.gnosis.io/developers";
|
|
166
169
|
readonly bridge: "gnosis-canonical";
|
|
167
170
|
readonly description: "Gnosis is a community-run chain that is created by nodes run by thousands of ordinary people around the globe. As a distributed network, a diverse set of nodes ensure that the network is resilient to technical failures. A diversity of nodes run across many countries ensures the network can remain credibly neutral infrastructure.";
|
|
171
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
168
172
|
};
|
|
169
173
|
readonly COW: {
|
|
170
174
|
readonly chainId: 100;
|
|
@@ -241,6 +245,7 @@ export declare const gnosis: {
|
|
|
241
245
|
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.";
|
|
242
246
|
readonly bridge: "gnosis-canonical";
|
|
243
247
|
readonly documentation: "https://docs.rocketpool.net/guides/";
|
|
248
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
244
249
|
};
|
|
245
250
|
readonly agGNO: {
|
|
246
251
|
readonly name: "Aave GNO";
|
|
@@ -263,6 +268,7 @@ export declare const gnosis: {
|
|
|
263
268
|
readonly website: "https://aave.com/";
|
|
264
269
|
readonly documentation: "https://docs.aave.com/developers/v/2.0/the-core-protocol/atokens";
|
|
265
270
|
readonly description: "Wrapped Aave interest bearing GNO.";
|
|
271
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
266
272
|
};
|
|
267
273
|
readonly agwstETH: {
|
|
268
274
|
readonly name: "Aave wstETH";
|
|
@@ -286,6 +292,7 @@ export declare const gnosis: {
|
|
|
286
292
|
readonly website: "https://aave.com/";
|
|
287
293
|
readonly documentation: "https://docs.aave.com/developers/v/2.0/the-core-protocol/atokens";
|
|
288
294
|
readonly description: "Wrapped Aave interest bearing wstETH.";
|
|
295
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
289
296
|
};
|
|
290
297
|
readonly agETH: {
|
|
291
298
|
readonly name: "Aave ETH";
|
|
@@ -309,6 +316,7 @@ export declare const gnosis: {
|
|
|
309
316
|
readonly website: "https://aave.com/";
|
|
310
317
|
readonly documentation: "https://docs.aave.com/developers/v/2.0/the-core-protocol/atokens";
|
|
311
318
|
readonly description: "Wrapped Aave interest bearing ETH.";
|
|
319
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
312
320
|
};
|
|
313
321
|
readonly SAFE: {
|
|
314
322
|
readonly name: "SAFE Token";
|
|
@@ -422,6 +430,7 @@ export declare const gnosis: {
|
|
|
422
430
|
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.";
|
|
423
431
|
readonly bridge: "gnosis-canonical";
|
|
424
432
|
readonly documentation: "https://docs.lido.fi/";
|
|
433
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
425
434
|
};
|
|
426
435
|
readonly BAL: {
|
|
427
436
|
readonly name: "Balancer";
|
|
@@ -434,6 +443,7 @@ export declare const gnosis: {
|
|
|
434
443
|
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. ";
|
|
435
444
|
readonly documentation: "https://docs.balancer.fi/";
|
|
436
445
|
readonly bridge: "gnosis-canonical";
|
|
446
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
437
447
|
};
|
|
438
448
|
readonly WETH: {
|
|
439
449
|
readonly name: "Wrapped Ether";
|
|
@@ -446,6 +456,7 @@ export declare const gnosis: {
|
|
|
446
456
|
readonly description: "Ether or ETH is the native currency built on the Ethereum blockchain.";
|
|
447
457
|
readonly bridge: "gnosis-canonical";
|
|
448
458
|
readonly documentation: "https://ethereum.org/en/developers/docs/";
|
|
459
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
449
460
|
};
|
|
450
461
|
readonly USDT: {
|
|
451
462
|
readonly name: "USDT";
|
|
@@ -510,6 +521,7 @@ export declare const gnosis: {
|
|
|
510
521
|
readonly documentation: "https://www.gnosis.io/developers";
|
|
511
522
|
readonly bridge: "gnosis-canonical";
|
|
512
523
|
readonly description: "Gnosis is a community-run chain that is created by nodes run by thousands of ordinary people around the globe. As a distributed network, a diverse set of nodes ensure that the network is resilient to technical failures. A diversity of nodes run across many countries ensures the network can remain credibly neutral infrastructure.";
|
|
524
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
513
525
|
};
|
|
514
526
|
readonly COW: {
|
|
515
527
|
readonly chainId: 100;
|
|
@@ -586,6 +598,7 @@ export declare const gnosis: {
|
|
|
586
598
|
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.";
|
|
587
599
|
readonly bridge: "gnosis-canonical";
|
|
588
600
|
readonly documentation: "https://docs.rocketpool.net/guides/";
|
|
601
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
589
602
|
};
|
|
590
603
|
readonly agGNO: {
|
|
591
604
|
readonly name: "Aave GNO";
|
|
@@ -608,6 +621,7 @@ export declare const gnosis: {
|
|
|
608
621
|
readonly website: "https://aave.com/";
|
|
609
622
|
readonly documentation: "https://docs.aave.com/developers/v/2.0/the-core-protocol/atokens";
|
|
610
623
|
readonly description: "Wrapped Aave interest bearing GNO.";
|
|
624
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
611
625
|
};
|
|
612
626
|
readonly agwstETH: {
|
|
613
627
|
readonly name: "Aave wstETH";
|
|
@@ -631,6 +645,7 @@ export declare const gnosis: {
|
|
|
631
645
|
readonly website: "https://aave.com/";
|
|
632
646
|
readonly documentation: "https://docs.aave.com/developers/v/2.0/the-core-protocol/atokens";
|
|
633
647
|
readonly description: "Wrapped Aave interest bearing wstETH.";
|
|
648
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
634
649
|
};
|
|
635
650
|
readonly agETH: {
|
|
636
651
|
readonly name: "Aave ETH";
|
|
@@ -654,6 +669,7 @@ export declare const gnosis: {
|
|
|
654
669
|
readonly website: "https://aave.com/";
|
|
655
670
|
readonly documentation: "https://docs.aave.com/developers/v/2.0/the-core-protocol/atokens";
|
|
656
671
|
readonly description: "Wrapped Aave interest bearing ETH.";
|
|
672
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
657
673
|
};
|
|
658
674
|
readonly SAFE: {
|
|
659
675
|
readonly name: "SAFE Token";
|
|
@@ -74,6 +74,7 @@ export declare const tokens: {
|
|
|
74
74
|
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.";
|
|
75
75
|
readonly bridge: "gnosis-canonical";
|
|
76
76
|
readonly documentation: "https://docs.lido.fi/";
|
|
77
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
77
78
|
};
|
|
78
79
|
readonly BAL: {
|
|
79
80
|
readonly name: "Balancer";
|
|
@@ -86,6 +87,7 @@ export declare const tokens: {
|
|
|
86
87
|
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. ";
|
|
87
88
|
readonly documentation: "https://docs.balancer.fi/";
|
|
88
89
|
readonly bridge: "gnosis-canonical";
|
|
90
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
89
91
|
};
|
|
90
92
|
readonly WETH: {
|
|
91
93
|
readonly name: "Wrapped Ether";
|
|
@@ -98,6 +100,7 @@ export declare const tokens: {
|
|
|
98
100
|
readonly description: "Ether or ETH is the native currency built on the Ethereum blockchain.";
|
|
99
101
|
readonly bridge: "gnosis-canonical";
|
|
100
102
|
readonly documentation: "https://ethereum.org/en/developers/docs/";
|
|
103
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
101
104
|
};
|
|
102
105
|
readonly USDT: {
|
|
103
106
|
readonly name: "USDT";
|
|
@@ -162,6 +165,7 @@ export declare const tokens: {
|
|
|
162
165
|
readonly documentation: "https://www.gnosis.io/developers";
|
|
163
166
|
readonly bridge: "gnosis-canonical";
|
|
164
167
|
readonly description: "Gnosis is a community-run chain that is created by nodes run by thousands of ordinary people around the globe. As a distributed network, a diverse set of nodes ensure that the network is resilient to technical failures. A diversity of nodes run across many countries ensures the network can remain credibly neutral infrastructure.";
|
|
168
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
165
169
|
};
|
|
166
170
|
readonly COW: {
|
|
167
171
|
readonly chainId: 100;
|
|
@@ -238,6 +242,7 @@ export declare const tokens: {
|
|
|
238
242
|
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.";
|
|
239
243
|
readonly bridge: "gnosis-canonical";
|
|
240
244
|
readonly documentation: "https://docs.rocketpool.net/guides/";
|
|
245
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
241
246
|
};
|
|
242
247
|
readonly agGNO: {
|
|
243
248
|
readonly name: "Aave GNO";
|
|
@@ -260,6 +265,7 @@ export declare const tokens: {
|
|
|
260
265
|
readonly website: "https://aave.com/";
|
|
261
266
|
readonly documentation: "https://docs.aave.com/developers/v/2.0/the-core-protocol/atokens";
|
|
262
267
|
readonly description: "Wrapped Aave interest bearing GNO.";
|
|
268
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
263
269
|
};
|
|
264
270
|
readonly agwstETH: {
|
|
265
271
|
readonly name: "Aave wstETH";
|
|
@@ -283,6 +289,7 @@ export declare const tokens: {
|
|
|
283
289
|
readonly website: "https://aave.com/";
|
|
284
290
|
readonly documentation: "https://docs.aave.com/developers/v/2.0/the-core-protocol/atokens";
|
|
285
291
|
readonly description: "Wrapped Aave interest bearing wstETH.";
|
|
292
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
286
293
|
};
|
|
287
294
|
readonly agETH: {
|
|
288
295
|
readonly name: "Aave ETH";
|
|
@@ -306,6 +313,7 @@ export declare const tokens: {
|
|
|
306
313
|
readonly website: "https://aave.com/";
|
|
307
314
|
readonly documentation: "https://docs.aave.com/developers/v/2.0/the-core-protocol/atokens";
|
|
308
315
|
readonly description: "Wrapped Aave interest bearing ETH.";
|
|
316
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
309
317
|
};
|
|
310
318
|
readonly SAFE: {
|
|
311
319
|
readonly name: "SAFE Token";
|
|
@@ -39,6 +39,7 @@ export const tokens = {
|
|
|
39
39
|
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.',
|
|
40
40
|
bridge: 'gnosis-canonical',
|
|
41
41
|
documentation: 'https://docs.lido.fi/',
|
|
42
|
+
tags: ['BLUECHIP'],
|
|
42
43
|
},
|
|
43
44
|
BAL: {
|
|
44
45
|
name: 'Balancer',
|
|
@@ -51,6 +52,7 @@ export const tokens = {
|
|
|
51
52
|
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. ',
|
|
52
53
|
documentation: 'https://docs.balancer.fi/',
|
|
53
54
|
bridge: 'gnosis-canonical',
|
|
55
|
+
tags: ['BLUECHIP'],
|
|
54
56
|
},
|
|
55
57
|
WETH: {
|
|
56
58
|
name: 'Wrapped Ether',
|
|
@@ -63,6 +65,7 @@ export const tokens = {
|
|
|
63
65
|
description: 'Ether or ETH is the native currency built on the Ethereum blockchain.',
|
|
64
66
|
bridge: 'gnosis-canonical',
|
|
65
67
|
documentation: 'https://ethereum.org/en/developers/docs/',
|
|
68
|
+
tags: ['BLUECHIP'],
|
|
66
69
|
},
|
|
67
70
|
USDT: {
|
|
68
71
|
name: 'USDT',
|
|
@@ -127,6 +130,7 @@ export const tokens = {
|
|
|
127
130
|
documentation: 'https://www.gnosis.io/developers',
|
|
128
131
|
bridge: 'gnosis-canonical',
|
|
129
132
|
description: 'Gnosis is a community-run chain that is created by nodes run by thousands of ordinary people around the globe. As a distributed network, a diverse set of nodes ensure that the network is resilient to technical failures. A diversity of nodes run across many countries ensures the network can remain credibly neutral infrastructure.',
|
|
133
|
+
tags: ['BLUECHIP'],
|
|
130
134
|
},
|
|
131
135
|
COW: {
|
|
132
136
|
chainId: 100,
|
|
@@ -203,6 +207,7 @@ export const tokens = {
|
|
|
203
207
|
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.',
|
|
204
208
|
bridge: 'gnosis-canonical',
|
|
205
209
|
documentation: 'https://docs.rocketpool.net/guides/',
|
|
210
|
+
tags: ['BLUECHIP'],
|
|
206
211
|
},
|
|
207
212
|
agGNO: {
|
|
208
213
|
name: 'Aave GNO',
|
|
@@ -225,6 +230,7 @@ export const tokens = {
|
|
|
225
230
|
website: 'https://aave.com/',
|
|
226
231
|
documentation: 'https://docs.aave.com/developers/v/2.0/the-core-protocol/atokens',
|
|
227
232
|
description: 'Wrapped Aave interest bearing GNO.',
|
|
233
|
+
tags: ['BLUECHIP'],
|
|
228
234
|
},
|
|
229
235
|
agwstETH: {
|
|
230
236
|
name: 'Aave wstETH',
|
|
@@ -248,6 +254,7 @@ export const tokens = {
|
|
|
248
254
|
website: 'https://aave.com/',
|
|
249
255
|
documentation: 'https://docs.aave.com/developers/v/2.0/the-core-protocol/atokens',
|
|
250
256
|
description: 'Wrapped Aave interest bearing wstETH.',
|
|
257
|
+
tags: ['BLUECHIP'],
|
|
251
258
|
},
|
|
252
259
|
agETH: {
|
|
253
260
|
name: 'Aave ETH',
|
|
@@ -271,6 +278,7 @@ export const tokens = {
|
|
|
271
278
|
website: 'https://aave.com/',
|
|
272
279
|
documentation: 'https://docs.aave.com/developers/v/2.0/the-core-protocol/atokens',
|
|
273
280
|
description: 'Wrapped Aave interest bearing ETH.',
|
|
281
|
+
tags: ['BLUECHIP'],
|
|
274
282
|
},
|
|
275
283
|
SAFE: {
|
|
276
284
|
name: 'SAFE Token',
|
|
@@ -51,6 +51,7 @@ export declare const heco: {
|
|
|
51
51
|
readonly decimals: 18;
|
|
52
52
|
readonly website: "https://ethereum.org/";
|
|
53
53
|
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.";
|
|
54
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
54
55
|
};
|
|
55
56
|
readonly USDT: {
|
|
56
57
|
readonly name: "Heco USDT";
|
|
@@ -93,6 +94,7 @@ export declare const heco: {
|
|
|
93
94
|
readonly decimals: 18;
|
|
94
95
|
readonly website: "https://www.synthetix.io/";
|
|
95
96
|
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.";
|
|
97
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
96
98
|
};
|
|
97
99
|
readonly MDX: {
|
|
98
100
|
readonly name: "Mdex";
|
|
@@ -123,6 +125,7 @@ export declare const heco: {
|
|
|
123
125
|
readonly decimals: 18;
|
|
124
126
|
readonly website: "https://aave.com/";
|
|
125
127
|
readonly description: "Aave is an open source and non-custodial liquidity protocol for earning interest on deposits and borrowing assets.";
|
|
128
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
126
129
|
};
|
|
127
130
|
readonly BAL: {
|
|
128
131
|
readonly name: "Balancer";
|
|
@@ -133,6 +136,7 @@ export declare const heco: {
|
|
|
133
136
|
readonly decimals: 18;
|
|
134
137
|
readonly website: "https://balancer.fi/";
|
|
135
138
|
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.";
|
|
139
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
136
140
|
};
|
|
137
141
|
readonly HUSD: {
|
|
138
142
|
readonly name: "Huobi USD";
|
|
@@ -154,6 +158,7 @@ export declare const heco: {
|
|
|
154
158
|
readonly decimals: 18;
|
|
155
159
|
readonly website: "https://yearn.finance/";
|
|
156
160
|
readonly description: "Yearn.finance is an aggregator service for decentralized finance (DeFi) investors, using automation to allow them to maximize profits from yield farming.";
|
|
161
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
157
162
|
};
|
|
158
163
|
readonly HDOT: {
|
|
159
164
|
readonly name: "Huobi Polkadot";
|
|
@@ -174,6 +179,7 @@ export declare const heco: {
|
|
|
174
179
|
readonly decimals: 18;
|
|
175
180
|
readonly website: "https://shibatoken.com/";
|
|
176
181
|
readonly description: "According to the SHIBA INU website, SHIB is the “DOGECOIN KILLER” and will be listed on their own ShibaSwap, a decentralized exchange.";
|
|
182
|
+
readonly tags: readonly ["MEMECOIN"];
|
|
177
183
|
};
|
|
178
184
|
readonly HFI: {
|
|
179
185
|
readonly name: "Heco FI";
|
|
@@ -194,6 +200,7 @@ export declare const heco: {
|
|
|
194
200
|
readonly decimals: 18;
|
|
195
201
|
readonly website: "https://chain.link/";
|
|
196
202
|
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.";
|
|
203
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
197
204
|
};
|
|
198
205
|
readonly HLTC: {
|
|
199
206
|
readonly name: "Huobi Litecoin";
|
|
@@ -224,6 +231,7 @@ export declare const heco: {
|
|
|
224
231
|
readonly decimals: 18;
|
|
225
232
|
readonly website: "https://uniswap.org/";
|
|
226
233
|
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.";
|
|
234
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
227
235
|
};
|
|
228
236
|
readonly HPT: {
|
|
229
237
|
readonly name: "Huobi Pool Token";
|
|
@@ -296,6 +304,7 @@ export declare const heco: {
|
|
|
296
304
|
readonly decimals: 18;
|
|
297
305
|
readonly website: "https://ethereum.org/";
|
|
298
306
|
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.";
|
|
307
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
299
308
|
};
|
|
300
309
|
readonly USDT: {
|
|
301
310
|
readonly name: "Heco USDT";
|
|
@@ -338,6 +347,7 @@ export declare const heco: {
|
|
|
338
347
|
readonly decimals: 18;
|
|
339
348
|
readonly website: "https://www.synthetix.io/";
|
|
340
349
|
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.";
|
|
350
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
341
351
|
};
|
|
342
352
|
readonly MDX: {
|
|
343
353
|
readonly name: "Mdex";
|
|
@@ -368,6 +378,7 @@ export declare const heco: {
|
|
|
368
378
|
readonly decimals: 18;
|
|
369
379
|
readonly website: "https://aave.com/";
|
|
370
380
|
readonly description: "Aave is an open source and non-custodial liquidity protocol for earning interest on deposits and borrowing assets.";
|
|
381
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
371
382
|
};
|
|
372
383
|
readonly BAL: {
|
|
373
384
|
readonly name: "Balancer";
|
|
@@ -378,6 +389,7 @@ export declare const heco: {
|
|
|
378
389
|
readonly decimals: 18;
|
|
379
390
|
readonly website: "https://balancer.fi/";
|
|
380
391
|
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.";
|
|
392
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
381
393
|
};
|
|
382
394
|
readonly HUSD: {
|
|
383
395
|
readonly name: "Huobi USD";
|
|
@@ -399,6 +411,7 @@ export declare const heco: {
|
|
|
399
411
|
readonly decimals: 18;
|
|
400
412
|
readonly website: "https://yearn.finance/";
|
|
401
413
|
readonly description: "Yearn.finance is an aggregator service for decentralized finance (DeFi) investors, using automation to allow them to maximize profits from yield farming.";
|
|
414
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
402
415
|
};
|
|
403
416
|
readonly HDOT: {
|
|
404
417
|
readonly name: "Huobi Polkadot";
|
|
@@ -419,6 +432,7 @@ export declare const heco: {
|
|
|
419
432
|
readonly decimals: 18;
|
|
420
433
|
readonly website: "https://shibatoken.com/";
|
|
421
434
|
readonly description: "According to the SHIBA INU website, SHIB is the “DOGECOIN KILLER” and will be listed on their own ShibaSwap, a decentralized exchange.";
|
|
435
|
+
readonly tags: readonly ["MEMECOIN"];
|
|
422
436
|
};
|
|
423
437
|
readonly HFI: {
|
|
424
438
|
readonly name: "Heco FI";
|
|
@@ -439,6 +453,7 @@ export declare const heco: {
|
|
|
439
453
|
readonly decimals: 18;
|
|
440
454
|
readonly website: "https://chain.link/";
|
|
441
455
|
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.";
|
|
456
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
442
457
|
};
|
|
443
458
|
readonly HLTC: {
|
|
444
459
|
readonly name: "Huobi Litecoin";
|
|
@@ -469,6 +484,7 @@ export declare const heco: {
|
|
|
469
484
|
readonly decimals: 18;
|
|
470
485
|
readonly website: "https://uniswap.org/";
|
|
471
486
|
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.";
|
|
487
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
472
488
|
};
|
|
473
489
|
readonly HPT: {
|
|
474
490
|
readonly name: "Huobi Pool Token";
|
|
@@ -48,6 +48,7 @@ export declare const tokens: {
|
|
|
48
48
|
readonly decimals: 18;
|
|
49
49
|
readonly website: "https://ethereum.org/";
|
|
50
50
|
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.";
|
|
51
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
51
52
|
};
|
|
52
53
|
readonly USDT: {
|
|
53
54
|
readonly name: "Heco USDT";
|
|
@@ -90,6 +91,7 @@ export declare const tokens: {
|
|
|
90
91
|
readonly decimals: 18;
|
|
91
92
|
readonly website: "https://www.synthetix.io/";
|
|
92
93
|
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.";
|
|
94
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
93
95
|
};
|
|
94
96
|
readonly MDX: {
|
|
95
97
|
readonly name: "Mdex";
|
|
@@ -120,6 +122,7 @@ export declare const tokens: {
|
|
|
120
122
|
readonly decimals: 18;
|
|
121
123
|
readonly website: "https://aave.com/";
|
|
122
124
|
readonly description: "Aave is an open source and non-custodial liquidity protocol for earning interest on deposits and borrowing assets.";
|
|
125
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
123
126
|
};
|
|
124
127
|
readonly BAL: {
|
|
125
128
|
readonly name: "Balancer";
|
|
@@ -130,6 +133,7 @@ export declare const tokens: {
|
|
|
130
133
|
readonly decimals: 18;
|
|
131
134
|
readonly website: "https://balancer.fi/";
|
|
132
135
|
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.";
|
|
136
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
133
137
|
};
|
|
134
138
|
readonly HUSD: {
|
|
135
139
|
readonly name: "Huobi USD";
|
|
@@ -151,6 +155,7 @@ export declare const tokens: {
|
|
|
151
155
|
readonly decimals: 18;
|
|
152
156
|
readonly website: "https://yearn.finance/";
|
|
153
157
|
readonly description: "Yearn.finance is an aggregator service for decentralized finance (DeFi) investors, using automation to allow them to maximize profits from yield farming.";
|
|
158
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
154
159
|
};
|
|
155
160
|
readonly HDOT: {
|
|
156
161
|
readonly name: "Huobi Polkadot";
|
|
@@ -171,6 +176,7 @@ export declare const tokens: {
|
|
|
171
176
|
readonly decimals: 18;
|
|
172
177
|
readonly website: "https://shibatoken.com/";
|
|
173
178
|
readonly description: "According to the SHIBA INU website, SHIB is the “DOGECOIN KILLER” and will be listed on their own ShibaSwap, a decentralized exchange.";
|
|
179
|
+
readonly tags: readonly ["MEMECOIN"];
|
|
174
180
|
};
|
|
175
181
|
readonly HFI: {
|
|
176
182
|
readonly name: "Heco FI";
|
|
@@ -191,6 +197,7 @@ export declare const tokens: {
|
|
|
191
197
|
readonly decimals: 18;
|
|
192
198
|
readonly website: "https://chain.link/";
|
|
193
199
|
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.";
|
|
200
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
194
201
|
};
|
|
195
202
|
readonly HLTC: {
|
|
196
203
|
readonly name: "Huobi Litecoin";
|
|
@@ -221,6 +228,7 @@ export declare const tokens: {
|
|
|
221
228
|
readonly decimals: 18;
|
|
222
229
|
readonly website: "https://uniswap.org/";
|
|
223
230
|
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.";
|
|
231
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
224
232
|
};
|
|
225
233
|
readonly HPT: {
|
|
226
234
|
readonly name: "Huobi Pool Token";
|