@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 polygon: {
|
|
|
13
13
|
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.";
|
|
14
14
|
readonly bridge: "native";
|
|
15
15
|
readonly documentation: "https://docs.polygon.technology/";
|
|
16
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
16
17
|
};
|
|
17
18
|
readonly FEES: {
|
|
18
19
|
readonly name: "Wrapped POL";
|
|
@@ -25,6 +26,7 @@ export declare const polygon: {
|
|
|
25
26
|
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.";
|
|
26
27
|
readonly bridge: "native";
|
|
27
28
|
readonly documentation: "https://docs.polygon.technology/";
|
|
29
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
28
30
|
};
|
|
29
31
|
readonly MATIC: {
|
|
30
32
|
readonly name: "Wrapped POL";
|
|
@@ -37,6 +39,7 @@ export declare const polygon: {
|
|
|
37
39
|
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.";
|
|
38
40
|
readonly bridge: "native";
|
|
39
41
|
readonly documentation: "https://docs.polygon.technology/";
|
|
42
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
40
43
|
};
|
|
41
44
|
readonly WMATIC: {
|
|
42
45
|
readonly name: "Wrapped POL";
|
|
@@ -49,6 +52,7 @@ export declare const polygon: {
|
|
|
49
52
|
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.";
|
|
50
53
|
readonly bridge: "native";
|
|
51
54
|
readonly documentation: "https://docs.polygon.technology/";
|
|
55
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
52
56
|
};
|
|
53
57
|
readonly POL: {
|
|
54
58
|
readonly name: "Wrapped POL";
|
|
@@ -61,6 +65,7 @@ export declare const polygon: {
|
|
|
61
65
|
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.";
|
|
62
66
|
readonly bridge: "native";
|
|
63
67
|
readonly documentation: "https://docs.polygon.technology/";
|
|
68
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
64
69
|
};
|
|
65
70
|
readonly WPOL: {
|
|
66
71
|
readonly name: "Wrapped POL";
|
|
@@ -73,6 +78,7 @@ export declare const polygon: {
|
|
|
73
78
|
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.";
|
|
74
79
|
readonly bridge: "native";
|
|
75
80
|
readonly documentation: "https://docs.polygon.technology/";
|
|
81
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
76
82
|
};
|
|
77
83
|
readonly frxETH: {
|
|
78
84
|
readonly name: "Frax Ether";
|
|
@@ -96,6 +102,7 @@ export declare const polygon: {
|
|
|
96
102
|
readonly website: "https://lido.fi/";
|
|
97
103
|
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.";
|
|
98
104
|
readonly documentation: "https://docs.lido.fi/";
|
|
105
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
99
106
|
};
|
|
100
107
|
readonly BOB: {
|
|
101
108
|
readonly name: "BOB";
|
|
@@ -157,7 +164,7 @@ export declare const polygon: {
|
|
|
157
164
|
readonly description: "USD+ is USDC that pays you yield daily via rebase. It is 100% collateralized with assets immediately convertible into USDC. Yield is generated via strategies such as lending and stable-to-stable pools. Initial strategies include Aave, Rubicon, and Pika.";
|
|
158
165
|
readonly bridge: "native";
|
|
159
166
|
readonly documentation: "https://docs.overnight.fi/";
|
|
160
|
-
readonly tags: readonly ["CURATED"];
|
|
167
|
+
readonly tags: readonly ["CURATED", "STABLECOIN"];
|
|
161
168
|
};
|
|
162
169
|
readonly spUSDT: {
|
|
163
170
|
readonly name: "Stargate Tether USD LP";
|
|
@@ -231,6 +238,7 @@ export declare const polygon: {
|
|
|
231
238
|
readonly website: "https://stake.lido.fi/";
|
|
232
239
|
readonly documentation: "https://docs.lido.fi/";
|
|
233
240
|
readonly description: "Lido is a liquid staking solution for ETH 2.0 backed by industry-leading staking providers.";
|
|
241
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
234
242
|
};
|
|
235
243
|
readonly cxBTC: {
|
|
236
244
|
readonly name: "CelsiusX Wrapped BTC";
|
|
@@ -681,6 +689,7 @@ export declare const polygon: {
|
|
|
681
689
|
readonly decimals: 18;
|
|
682
690
|
readonly website: "https://shibatoken.com/";
|
|
683
691
|
readonly description: "A Decentralized Meme Token that Evolved into a Vibrant Ecosystem.";
|
|
692
|
+
readonly tags: readonly ["MEMECOIN"];
|
|
684
693
|
};
|
|
685
694
|
readonly FTM: {
|
|
686
695
|
readonly name: "Fantom Token";
|
|
@@ -691,6 +700,7 @@ export declare const polygon: {
|
|
|
691
700
|
readonly decimals: 18;
|
|
692
701
|
readonly website: "https://fantom.foundation/";
|
|
693
702
|
readonly description: "Fantom is a fast, high-throughput open-source smart contract platform for digital assets and dApps.";
|
|
703
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
694
704
|
};
|
|
695
705
|
readonly jEUR: {
|
|
696
706
|
readonly name: "Jarvis Synthetic Euro";
|
|
@@ -806,6 +816,7 @@ export declare const polygon: {
|
|
|
806
816
|
readonly chainId: 137;
|
|
807
817
|
readonly website: "https://www.avax.network/";
|
|
808
818
|
readonly description: "Avalanche is the fastest smart contracts platform in the blockchain industry, as measured by time-to-finality, and has the most validators securing its activity of any proof-of-stake protocol.";
|
|
819
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
809
820
|
};
|
|
810
821
|
readonly PEAR: {
|
|
811
822
|
readonly name: "PearZap";
|
|
@@ -848,6 +859,7 @@ export declare const polygon: {
|
|
|
848
859
|
readonly description: "Aave is a decentralized non-custodial liquidity protocol where users can participate as depositors or borrowers. Depositors provide liquidity to the market to earn a passive income, while borrowers are able to borrow in an overcollateralized (perpetually) or undercollateralized (one-block liquidity) fashion.";
|
|
849
860
|
readonly bridge: "polygon-canonical";
|
|
850
861
|
readonly documentation: "https://docs.aave.com/";
|
|
862
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
851
863
|
};
|
|
852
864
|
readonly AZUKI: {
|
|
853
865
|
readonly name: "DokiDokiAzuki";
|
|
@@ -868,6 +880,7 @@ export declare const polygon: {
|
|
|
868
880
|
readonly decimals: 18;
|
|
869
881
|
readonly website: "https://balancer.fi/";
|
|
870
882
|
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. ";
|
|
883
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
871
884
|
};
|
|
872
885
|
readonly BANANA: {
|
|
873
886
|
readonly name: "ApeSwapFinance Banana";
|
|
@@ -924,6 +937,7 @@ export declare const polygon: {
|
|
|
924
937
|
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.";
|
|
925
938
|
readonly bridge: "polygon-canonical";
|
|
926
939
|
readonly documentation: "https://ethereum.org/en/developers/docs/";
|
|
940
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
927
941
|
};
|
|
928
942
|
readonly FISH: {
|
|
929
943
|
readonly name: "Fish";
|
|
@@ -965,6 +979,7 @@ export declare const polygon: {
|
|
|
965
979
|
readonly chainId: 137;
|
|
966
980
|
readonly website: "https://www.aavegotchi.com/";
|
|
967
981
|
readonly description: "Aavegotchis are crypto-collectibles living on the Ethereum blockchain, backed by the ERC721 standard used in popular blockchain games.";
|
|
982
|
+
readonly tags: readonly ["MEMECOIN"];
|
|
968
983
|
};
|
|
969
984
|
readonly GNS: {
|
|
970
985
|
readonly name: "Gains Network Token";
|
|
@@ -1001,6 +1016,7 @@ export declare const polygon: {
|
|
|
1001
1016
|
readonly bridge: "native";
|
|
1002
1017
|
readonly documentation: "https://docs.chain.link/docs";
|
|
1003
1018
|
readonly chainId: 137;
|
|
1019
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
1004
1020
|
};
|
|
1005
1021
|
readonly MANA: {
|
|
1006
1022
|
readonly name: "Decentraland MANA";
|
|
@@ -1097,6 +1113,7 @@ export declare const polygon: {
|
|
|
1097
1113
|
readonly chainId: 137;
|
|
1098
1114
|
readonly website: "https://solana.com/";
|
|
1099
1115
|
readonly description: "The Solana protocol is designed to facilitate decentralized app (DApp) creation. It aims to improve scalability by introducing a proof-of-history (PoH) consensus combined with the underlying proof-of-stake (PoS) consensus of the blockchain.";
|
|
1116
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
1100
1117
|
};
|
|
1101
1118
|
readonly TEL: {
|
|
1102
1119
|
readonly name: "Telcoin";
|
|
@@ -1121,6 +1138,7 @@ export declare const polygon: {
|
|
|
1121
1138
|
readonly bridge: "polygon-canonical";
|
|
1122
1139
|
readonly chainId: 137;
|
|
1123
1140
|
readonly documentation: "https://docs.uniswap.org/concepts/governance/overview";
|
|
1141
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
1124
1142
|
};
|
|
1125
1143
|
readonly pUSDCe: {
|
|
1126
1144
|
readonly name: "USD Coin";
|
|
@@ -1180,6 +1198,7 @@ export declare const polygon: {
|
|
|
1180
1198
|
readonly description: "Wrapped Bitcoin (WBTC) is the first ERC20 token backed 1:1 with Bitcoin. Completely transparent. 100% verifiable. Community led.";
|
|
1181
1199
|
readonly bridge: "polygon-canonical";
|
|
1182
1200
|
readonly chainId: 137;
|
|
1201
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
1183
1202
|
};
|
|
1184
1203
|
readonly WEXpoly: {
|
|
1185
1204
|
readonly name: "WEXPoly";
|
|
@@ -1210,6 +1229,7 @@ export declare const polygon: {
|
|
|
1210
1229
|
readonly chainId: 137;
|
|
1211
1230
|
readonly website: "https://yearn.finance/";
|
|
1212
1231
|
readonly description: "Yearn Finance is a suite of products in Decentralized Finance (DeFi) that provides lending aggregation, yield generation, and insurance on the Ethereum blockchain. The protocol is maintained by various independent developers and is governed by YFI holders.";
|
|
1232
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
1213
1233
|
};
|
|
1214
1234
|
readonly ROUTE: {
|
|
1215
1235
|
readonly name: "Route";
|
|
@@ -1249,6 +1269,7 @@ export declare const polygon: {
|
|
|
1249
1269
|
readonly chainId: 137;
|
|
1250
1270
|
readonly website: "https://sushi.com/";
|
|
1251
1271
|
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.";
|
|
1272
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
1252
1273
|
};
|
|
1253
1274
|
readonly GRT: {
|
|
1254
1275
|
readonly name: "The Graph";
|
|
@@ -1290,6 +1311,7 @@ export declare const polygon: {
|
|
|
1290
1311
|
readonly chainId: 137;
|
|
1291
1312
|
readonly website: "https://synthetix.io/";
|
|
1292
1313
|
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.";
|
|
1314
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
1293
1315
|
};
|
|
1294
1316
|
readonly CRV: {
|
|
1295
1317
|
readonly name: "Curve Protocol";
|
|
@@ -1302,6 +1324,7 @@ export declare const polygon: {
|
|
|
1302
1324
|
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.";
|
|
1303
1325
|
readonly bridge: "polygon-canonical";
|
|
1304
1326
|
readonly documentation: "https://curve.readthedocs.io/";
|
|
1327
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
1305
1328
|
};
|
|
1306
1329
|
readonly DOKI: {
|
|
1307
1330
|
readonly name: "DokiDoki Finance";
|
|
@@ -1353,6 +1376,7 @@ export declare const polygon: {
|
|
|
1353
1376
|
readonly decimals: 18;
|
|
1354
1377
|
readonly website: "https://www.binance.com/";
|
|
1355
1378
|
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.";
|
|
1379
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
1356
1380
|
};
|
|
1357
1381
|
readonly rUSD: {
|
|
1358
1382
|
readonly name: "Ramp USD";
|
|
@@ -2056,6 +2080,7 @@ export declare const polygon: {
|
|
|
2056
2080
|
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.";
|
|
2057
2081
|
readonly documentation: "https://help.coinbase.com/en/coinbase/trading-and-funding/staking-rewards/cbeth";
|
|
2058
2082
|
readonly bridge: "polygon-canonical";
|
|
2083
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
2059
2084
|
};
|
|
2060
2085
|
readonly ZRO: {
|
|
2061
2086
|
readonly name: "LayerZero";
|
|
@@ -2068,6 +2093,7 @@ export declare const polygon: {
|
|
|
2068
2093
|
readonly documentation: "https://docs.layerzero.network/v2";
|
|
2069
2094
|
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.";
|
|
2070
2095
|
readonly bridge: "layer-zero";
|
|
2096
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
2071
2097
|
};
|
|
2072
2098
|
};
|
|
2073
2099
|
readonly tokenAddressMap: import("../../util/convertSymbolTokenMapToAddressTokenMap.js").AddressToTokenMap<{
|
|
@@ -2082,6 +2108,7 @@ export declare const polygon: {
|
|
|
2082
2108
|
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.";
|
|
2083
2109
|
readonly bridge: "native";
|
|
2084
2110
|
readonly documentation: "https://docs.polygon.technology/";
|
|
2111
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
2085
2112
|
};
|
|
2086
2113
|
readonly FEES: {
|
|
2087
2114
|
readonly name: "Wrapped POL";
|
|
@@ -2094,6 +2121,7 @@ export declare const polygon: {
|
|
|
2094
2121
|
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.";
|
|
2095
2122
|
readonly bridge: "native";
|
|
2096
2123
|
readonly documentation: "https://docs.polygon.technology/";
|
|
2124
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
2097
2125
|
};
|
|
2098
2126
|
readonly MATIC: {
|
|
2099
2127
|
readonly name: "Wrapped POL";
|
|
@@ -2106,6 +2134,7 @@ export declare const polygon: {
|
|
|
2106
2134
|
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.";
|
|
2107
2135
|
readonly bridge: "native";
|
|
2108
2136
|
readonly documentation: "https://docs.polygon.technology/";
|
|
2137
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
2109
2138
|
};
|
|
2110
2139
|
readonly WMATIC: {
|
|
2111
2140
|
readonly name: "Wrapped POL";
|
|
@@ -2118,6 +2147,7 @@ export declare const polygon: {
|
|
|
2118
2147
|
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.";
|
|
2119
2148
|
readonly bridge: "native";
|
|
2120
2149
|
readonly documentation: "https://docs.polygon.technology/";
|
|
2150
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
2121
2151
|
};
|
|
2122
2152
|
readonly POL: {
|
|
2123
2153
|
readonly name: "Wrapped POL";
|
|
@@ -2130,6 +2160,7 @@ export declare const polygon: {
|
|
|
2130
2160
|
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.";
|
|
2131
2161
|
readonly bridge: "native";
|
|
2132
2162
|
readonly documentation: "https://docs.polygon.technology/";
|
|
2163
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
2133
2164
|
};
|
|
2134
2165
|
readonly WPOL: {
|
|
2135
2166
|
readonly name: "Wrapped POL";
|
|
@@ -2142,6 +2173,7 @@ export declare const polygon: {
|
|
|
2142
2173
|
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.";
|
|
2143
2174
|
readonly bridge: "native";
|
|
2144
2175
|
readonly documentation: "https://docs.polygon.technology/";
|
|
2176
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
2145
2177
|
};
|
|
2146
2178
|
readonly frxETH: {
|
|
2147
2179
|
readonly name: "Frax Ether";
|
|
@@ -2165,6 +2197,7 @@ export declare const polygon: {
|
|
|
2165
2197
|
readonly website: "https://lido.fi/";
|
|
2166
2198
|
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.";
|
|
2167
2199
|
readonly documentation: "https://docs.lido.fi/";
|
|
2200
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
2168
2201
|
};
|
|
2169
2202
|
readonly BOB: {
|
|
2170
2203
|
readonly name: "BOB";
|
|
@@ -2226,7 +2259,7 @@ export declare const polygon: {
|
|
|
2226
2259
|
readonly description: "USD+ is USDC that pays you yield daily via rebase. It is 100% collateralized with assets immediately convertible into USDC. Yield is generated via strategies such as lending and stable-to-stable pools. Initial strategies include Aave, Rubicon, and Pika.";
|
|
2227
2260
|
readonly bridge: "native";
|
|
2228
2261
|
readonly documentation: "https://docs.overnight.fi/";
|
|
2229
|
-
readonly tags: readonly ["CURATED"];
|
|
2262
|
+
readonly tags: readonly ["CURATED", "STABLECOIN"];
|
|
2230
2263
|
};
|
|
2231
2264
|
readonly spUSDT: {
|
|
2232
2265
|
readonly name: "Stargate Tether USD LP";
|
|
@@ -2300,6 +2333,7 @@ export declare const polygon: {
|
|
|
2300
2333
|
readonly website: "https://stake.lido.fi/";
|
|
2301
2334
|
readonly documentation: "https://docs.lido.fi/";
|
|
2302
2335
|
readonly description: "Lido is a liquid staking solution for ETH 2.0 backed by industry-leading staking providers.";
|
|
2336
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
2303
2337
|
};
|
|
2304
2338
|
readonly cxBTC: {
|
|
2305
2339
|
readonly name: "CelsiusX Wrapped BTC";
|
|
@@ -2750,6 +2784,7 @@ export declare const polygon: {
|
|
|
2750
2784
|
readonly decimals: 18;
|
|
2751
2785
|
readonly website: "https://shibatoken.com/";
|
|
2752
2786
|
readonly description: "A Decentralized Meme Token that Evolved into a Vibrant Ecosystem.";
|
|
2787
|
+
readonly tags: readonly ["MEMECOIN"];
|
|
2753
2788
|
};
|
|
2754
2789
|
readonly FTM: {
|
|
2755
2790
|
readonly name: "Fantom Token";
|
|
@@ -2760,6 +2795,7 @@ export declare const polygon: {
|
|
|
2760
2795
|
readonly decimals: 18;
|
|
2761
2796
|
readonly website: "https://fantom.foundation/";
|
|
2762
2797
|
readonly description: "Fantom is a fast, high-throughput open-source smart contract platform for digital assets and dApps.";
|
|
2798
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
2763
2799
|
};
|
|
2764
2800
|
readonly jEUR: {
|
|
2765
2801
|
readonly name: "Jarvis Synthetic Euro";
|
|
@@ -2875,6 +2911,7 @@ export declare const polygon: {
|
|
|
2875
2911
|
readonly chainId: 137;
|
|
2876
2912
|
readonly website: "https://www.avax.network/";
|
|
2877
2913
|
readonly description: "Avalanche is the fastest smart contracts platform in the blockchain industry, as measured by time-to-finality, and has the most validators securing its activity of any proof-of-stake protocol.";
|
|
2914
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
2878
2915
|
};
|
|
2879
2916
|
readonly PEAR: {
|
|
2880
2917
|
readonly name: "PearZap";
|
|
@@ -2917,6 +2954,7 @@ export declare const polygon: {
|
|
|
2917
2954
|
readonly description: "Aave is a decentralized non-custodial liquidity protocol where users can participate as depositors or borrowers. Depositors provide liquidity to the market to earn a passive income, while borrowers are able to borrow in an overcollateralized (perpetually) or undercollateralized (one-block liquidity) fashion.";
|
|
2918
2955
|
readonly bridge: "polygon-canonical";
|
|
2919
2956
|
readonly documentation: "https://docs.aave.com/";
|
|
2957
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
2920
2958
|
};
|
|
2921
2959
|
readonly AZUKI: {
|
|
2922
2960
|
readonly name: "DokiDokiAzuki";
|
|
@@ -2937,6 +2975,7 @@ export declare const polygon: {
|
|
|
2937
2975
|
readonly decimals: 18;
|
|
2938
2976
|
readonly website: "https://balancer.fi/";
|
|
2939
2977
|
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. ";
|
|
2978
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
2940
2979
|
};
|
|
2941
2980
|
readonly BANANA: {
|
|
2942
2981
|
readonly name: "ApeSwapFinance Banana";
|
|
@@ -2993,6 +3032,7 @@ export declare const polygon: {
|
|
|
2993
3032
|
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.";
|
|
2994
3033
|
readonly bridge: "polygon-canonical";
|
|
2995
3034
|
readonly documentation: "https://ethereum.org/en/developers/docs/";
|
|
3035
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
2996
3036
|
};
|
|
2997
3037
|
readonly FISH: {
|
|
2998
3038
|
readonly name: "Fish";
|
|
@@ -3034,6 +3074,7 @@ export declare const polygon: {
|
|
|
3034
3074
|
readonly chainId: 137;
|
|
3035
3075
|
readonly website: "https://www.aavegotchi.com/";
|
|
3036
3076
|
readonly description: "Aavegotchis are crypto-collectibles living on the Ethereum blockchain, backed by the ERC721 standard used in popular blockchain games.";
|
|
3077
|
+
readonly tags: readonly ["MEMECOIN"];
|
|
3037
3078
|
};
|
|
3038
3079
|
readonly GNS: {
|
|
3039
3080
|
readonly name: "Gains Network Token";
|
|
@@ -3070,6 +3111,7 @@ export declare const polygon: {
|
|
|
3070
3111
|
readonly bridge: "native";
|
|
3071
3112
|
readonly documentation: "https://docs.chain.link/docs";
|
|
3072
3113
|
readonly chainId: 137;
|
|
3114
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
3073
3115
|
};
|
|
3074
3116
|
readonly MANA: {
|
|
3075
3117
|
readonly name: "Decentraland MANA";
|
|
@@ -3166,6 +3208,7 @@ export declare const polygon: {
|
|
|
3166
3208
|
readonly chainId: 137;
|
|
3167
3209
|
readonly website: "https://solana.com/";
|
|
3168
3210
|
readonly description: "The Solana protocol is designed to facilitate decentralized app (DApp) creation. It aims to improve scalability by introducing a proof-of-history (PoH) consensus combined with the underlying proof-of-stake (PoS) consensus of the blockchain.";
|
|
3211
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
3169
3212
|
};
|
|
3170
3213
|
readonly TEL: {
|
|
3171
3214
|
readonly name: "Telcoin";
|
|
@@ -3190,6 +3233,7 @@ export declare const polygon: {
|
|
|
3190
3233
|
readonly bridge: "polygon-canonical";
|
|
3191
3234
|
readonly chainId: 137;
|
|
3192
3235
|
readonly documentation: "https://docs.uniswap.org/concepts/governance/overview";
|
|
3236
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
3193
3237
|
};
|
|
3194
3238
|
readonly pUSDCe: {
|
|
3195
3239
|
readonly name: "USD Coin";
|
|
@@ -3249,6 +3293,7 @@ export declare const polygon: {
|
|
|
3249
3293
|
readonly description: "Wrapped Bitcoin (WBTC) is the first ERC20 token backed 1:1 with Bitcoin. Completely transparent. 100% verifiable. Community led.";
|
|
3250
3294
|
readonly bridge: "polygon-canonical";
|
|
3251
3295
|
readonly chainId: 137;
|
|
3296
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
3252
3297
|
};
|
|
3253
3298
|
readonly WEXpoly: {
|
|
3254
3299
|
readonly name: "WEXPoly";
|
|
@@ -3279,6 +3324,7 @@ export declare const polygon: {
|
|
|
3279
3324
|
readonly chainId: 137;
|
|
3280
3325
|
readonly website: "https://yearn.finance/";
|
|
3281
3326
|
readonly description: "Yearn Finance is a suite of products in Decentralized Finance (DeFi) that provides lending aggregation, yield generation, and insurance on the Ethereum blockchain. The protocol is maintained by various independent developers and is governed by YFI holders.";
|
|
3327
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
3282
3328
|
};
|
|
3283
3329
|
readonly ROUTE: {
|
|
3284
3330
|
readonly name: "Route";
|
|
@@ -3318,6 +3364,7 @@ export declare const polygon: {
|
|
|
3318
3364
|
readonly chainId: 137;
|
|
3319
3365
|
readonly website: "https://sushi.com/";
|
|
3320
3366
|
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.";
|
|
3367
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
3321
3368
|
};
|
|
3322
3369
|
readonly GRT: {
|
|
3323
3370
|
readonly name: "The Graph";
|
|
@@ -3359,6 +3406,7 @@ export declare const polygon: {
|
|
|
3359
3406
|
readonly chainId: 137;
|
|
3360
3407
|
readonly website: "https://synthetix.io/";
|
|
3361
3408
|
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.";
|
|
3409
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
3362
3410
|
};
|
|
3363
3411
|
readonly CRV: {
|
|
3364
3412
|
readonly name: "Curve Protocol";
|
|
@@ -3371,6 +3419,7 @@ export declare const polygon: {
|
|
|
3371
3419
|
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.";
|
|
3372
3420
|
readonly bridge: "polygon-canonical";
|
|
3373
3421
|
readonly documentation: "https://curve.readthedocs.io/";
|
|
3422
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
3374
3423
|
};
|
|
3375
3424
|
readonly DOKI: {
|
|
3376
3425
|
readonly name: "DokiDoki Finance";
|
|
@@ -3422,6 +3471,7 @@ export declare const polygon: {
|
|
|
3422
3471
|
readonly decimals: 18;
|
|
3423
3472
|
readonly website: "https://www.binance.com/";
|
|
3424
3473
|
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.";
|
|
3474
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
3425
3475
|
};
|
|
3426
3476
|
readonly rUSD: {
|
|
3427
3477
|
readonly name: "Ramp USD";
|
|
@@ -4125,6 +4175,7 @@ export declare const polygon: {
|
|
|
4125
4175
|
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.";
|
|
4126
4176
|
readonly documentation: "https://help.coinbase.com/en/coinbase/trading-and-funding/staking-rewards/cbeth";
|
|
4127
4177
|
readonly bridge: "polygon-canonical";
|
|
4178
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
4128
4179
|
};
|
|
4129
4180
|
readonly ZRO: {
|
|
4130
4181
|
readonly name: "LayerZero";
|
|
@@ -4137,6 +4188,7 @@ export declare const polygon: {
|
|
|
4137
4188
|
readonly documentation: "https://docs.layerzero.network/v2";
|
|
4138
4189
|
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.";
|
|
4139
4190
|
readonly bridge: "layer-zero";
|
|
4191
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
4140
4192
|
};
|
|
4141
4193
|
}>;
|
|
4142
4194
|
readonly native: {
|
|
@@ -10,6 +10,7 @@ export declare const tokens: {
|
|
|
10
10
|
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.";
|
|
11
11
|
readonly bridge: "native";
|
|
12
12
|
readonly documentation: "https://docs.polygon.technology/";
|
|
13
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
13
14
|
};
|
|
14
15
|
readonly FEES: {
|
|
15
16
|
readonly name: "Wrapped POL";
|
|
@@ -22,6 +23,7 @@ export declare const tokens: {
|
|
|
22
23
|
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.";
|
|
23
24
|
readonly bridge: "native";
|
|
24
25
|
readonly documentation: "https://docs.polygon.technology/";
|
|
26
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
25
27
|
};
|
|
26
28
|
readonly MATIC: {
|
|
27
29
|
readonly name: "Wrapped POL";
|
|
@@ -34,6 +36,7 @@ export declare const tokens: {
|
|
|
34
36
|
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.";
|
|
35
37
|
readonly bridge: "native";
|
|
36
38
|
readonly documentation: "https://docs.polygon.technology/";
|
|
39
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
37
40
|
};
|
|
38
41
|
readonly WMATIC: {
|
|
39
42
|
readonly name: "Wrapped POL";
|
|
@@ -46,6 +49,7 @@ export declare const tokens: {
|
|
|
46
49
|
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.";
|
|
47
50
|
readonly bridge: "native";
|
|
48
51
|
readonly documentation: "https://docs.polygon.technology/";
|
|
52
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
49
53
|
};
|
|
50
54
|
readonly POL: {
|
|
51
55
|
readonly name: "Wrapped POL";
|
|
@@ -58,6 +62,7 @@ export declare const tokens: {
|
|
|
58
62
|
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.";
|
|
59
63
|
readonly bridge: "native";
|
|
60
64
|
readonly documentation: "https://docs.polygon.technology/";
|
|
65
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
61
66
|
};
|
|
62
67
|
readonly WPOL: {
|
|
63
68
|
readonly name: "Wrapped POL";
|
|
@@ -70,6 +75,7 @@ export declare const tokens: {
|
|
|
70
75
|
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.";
|
|
71
76
|
readonly bridge: "native";
|
|
72
77
|
readonly documentation: "https://docs.polygon.technology/";
|
|
78
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
73
79
|
};
|
|
74
80
|
readonly frxETH: {
|
|
75
81
|
readonly name: "Frax Ether";
|
|
@@ -93,6 +99,7 @@ export declare const tokens: {
|
|
|
93
99
|
readonly website: "https://lido.fi/";
|
|
94
100
|
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.";
|
|
95
101
|
readonly documentation: "https://docs.lido.fi/";
|
|
102
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
96
103
|
};
|
|
97
104
|
readonly BOB: {
|
|
98
105
|
readonly name: "BOB";
|
|
@@ -154,7 +161,7 @@ export declare const tokens: {
|
|
|
154
161
|
readonly description: "USD+ is USDC that pays you yield daily via rebase. It is 100% collateralized with assets immediately convertible into USDC. Yield is generated via strategies such as lending and stable-to-stable pools. Initial strategies include Aave, Rubicon, and Pika.";
|
|
155
162
|
readonly bridge: "native";
|
|
156
163
|
readonly documentation: "https://docs.overnight.fi/";
|
|
157
|
-
readonly tags: readonly ["CURATED"];
|
|
164
|
+
readonly tags: readonly ["CURATED", "STABLECOIN"];
|
|
158
165
|
};
|
|
159
166
|
readonly spUSDT: {
|
|
160
167
|
readonly name: "Stargate Tether USD LP";
|
|
@@ -228,6 +235,7 @@ export declare const tokens: {
|
|
|
228
235
|
readonly website: "https://stake.lido.fi/";
|
|
229
236
|
readonly documentation: "https://docs.lido.fi/";
|
|
230
237
|
readonly description: "Lido is a liquid staking solution for ETH 2.0 backed by industry-leading staking providers.";
|
|
238
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
231
239
|
};
|
|
232
240
|
readonly cxBTC: {
|
|
233
241
|
readonly name: "CelsiusX Wrapped BTC";
|
|
@@ -678,6 +686,7 @@ export declare const tokens: {
|
|
|
678
686
|
readonly decimals: 18;
|
|
679
687
|
readonly website: "https://shibatoken.com/";
|
|
680
688
|
readonly description: "A Decentralized Meme Token that Evolved into a Vibrant Ecosystem.";
|
|
689
|
+
readonly tags: readonly ["MEMECOIN"];
|
|
681
690
|
};
|
|
682
691
|
readonly FTM: {
|
|
683
692
|
readonly name: "Fantom Token";
|
|
@@ -688,6 +697,7 @@ export declare const tokens: {
|
|
|
688
697
|
readonly decimals: 18;
|
|
689
698
|
readonly website: "https://fantom.foundation/";
|
|
690
699
|
readonly description: "Fantom is a fast, high-throughput open-source smart contract platform for digital assets and dApps.";
|
|
700
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
691
701
|
};
|
|
692
702
|
readonly jEUR: {
|
|
693
703
|
readonly name: "Jarvis Synthetic Euro";
|
|
@@ -803,6 +813,7 @@ export declare const tokens: {
|
|
|
803
813
|
readonly chainId: 137;
|
|
804
814
|
readonly website: "https://www.avax.network/";
|
|
805
815
|
readonly description: "Avalanche is the fastest smart contracts platform in the blockchain industry, as measured by time-to-finality, and has the most validators securing its activity of any proof-of-stake protocol.";
|
|
816
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
806
817
|
};
|
|
807
818
|
readonly PEAR: {
|
|
808
819
|
readonly name: "PearZap";
|
|
@@ -845,6 +856,7 @@ export declare const tokens: {
|
|
|
845
856
|
readonly description: "Aave is a decentralized non-custodial liquidity protocol where users can participate as depositors or borrowers. Depositors provide liquidity to the market to earn a passive income, while borrowers are able to borrow in an overcollateralized (perpetually) or undercollateralized (one-block liquidity) fashion.";
|
|
846
857
|
readonly bridge: "polygon-canonical";
|
|
847
858
|
readonly documentation: "https://docs.aave.com/";
|
|
859
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
848
860
|
};
|
|
849
861
|
readonly AZUKI: {
|
|
850
862
|
readonly name: "DokiDokiAzuki";
|
|
@@ -865,6 +877,7 @@ export declare const tokens: {
|
|
|
865
877
|
readonly decimals: 18;
|
|
866
878
|
readonly website: "https://balancer.fi/";
|
|
867
879
|
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. ";
|
|
880
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
868
881
|
};
|
|
869
882
|
readonly BANANA: {
|
|
870
883
|
readonly name: "ApeSwapFinance Banana";
|
|
@@ -921,6 +934,7 @@ export declare const tokens: {
|
|
|
921
934
|
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.";
|
|
922
935
|
readonly bridge: "polygon-canonical";
|
|
923
936
|
readonly documentation: "https://ethereum.org/en/developers/docs/";
|
|
937
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
924
938
|
};
|
|
925
939
|
readonly FISH: {
|
|
926
940
|
readonly name: "Fish";
|
|
@@ -962,6 +976,7 @@ export declare const tokens: {
|
|
|
962
976
|
readonly chainId: 137;
|
|
963
977
|
readonly website: "https://www.aavegotchi.com/";
|
|
964
978
|
readonly description: "Aavegotchis are crypto-collectibles living on the Ethereum blockchain, backed by the ERC721 standard used in popular blockchain games.";
|
|
979
|
+
readonly tags: readonly ["MEMECOIN"];
|
|
965
980
|
};
|
|
966
981
|
readonly GNS: {
|
|
967
982
|
readonly name: "Gains Network Token";
|
|
@@ -998,6 +1013,7 @@ export declare const tokens: {
|
|
|
998
1013
|
readonly bridge: "native";
|
|
999
1014
|
readonly documentation: "https://docs.chain.link/docs";
|
|
1000
1015
|
readonly chainId: 137;
|
|
1016
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
1001
1017
|
};
|
|
1002
1018
|
readonly MANA: {
|
|
1003
1019
|
readonly name: "Decentraland MANA";
|
|
@@ -1094,6 +1110,7 @@ export declare const tokens: {
|
|
|
1094
1110
|
readonly chainId: 137;
|
|
1095
1111
|
readonly website: "https://solana.com/";
|
|
1096
1112
|
readonly description: "The Solana protocol is designed to facilitate decentralized app (DApp) creation. It aims to improve scalability by introducing a proof-of-history (PoH) consensus combined with the underlying proof-of-stake (PoS) consensus of the blockchain.";
|
|
1113
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
1097
1114
|
};
|
|
1098
1115
|
readonly TEL: {
|
|
1099
1116
|
readonly name: "Telcoin";
|
|
@@ -1118,6 +1135,7 @@ export declare const tokens: {
|
|
|
1118
1135
|
readonly bridge: "polygon-canonical";
|
|
1119
1136
|
readonly chainId: 137;
|
|
1120
1137
|
readonly documentation: "https://docs.uniswap.org/concepts/governance/overview";
|
|
1138
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
1121
1139
|
};
|
|
1122
1140
|
readonly pUSDCe: {
|
|
1123
1141
|
readonly name: "USD Coin";
|
|
@@ -1177,6 +1195,7 @@ export declare const tokens: {
|
|
|
1177
1195
|
readonly description: "Wrapped Bitcoin (WBTC) is the first ERC20 token backed 1:1 with Bitcoin. Completely transparent. 100% verifiable. Community led.";
|
|
1178
1196
|
readonly bridge: "polygon-canonical";
|
|
1179
1197
|
readonly chainId: 137;
|
|
1198
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
1180
1199
|
};
|
|
1181
1200
|
readonly WEXpoly: {
|
|
1182
1201
|
readonly name: "WEXPoly";
|
|
@@ -1207,6 +1226,7 @@ export declare const tokens: {
|
|
|
1207
1226
|
readonly chainId: 137;
|
|
1208
1227
|
readonly website: "https://yearn.finance/";
|
|
1209
1228
|
readonly description: "Yearn Finance is a suite of products in Decentralized Finance (DeFi) that provides lending aggregation, yield generation, and insurance on the Ethereum blockchain. The protocol is maintained by various independent developers and is governed by YFI holders.";
|
|
1229
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
1210
1230
|
};
|
|
1211
1231
|
readonly ROUTE: {
|
|
1212
1232
|
readonly name: "Route";
|
|
@@ -1246,6 +1266,7 @@ export declare const tokens: {
|
|
|
1246
1266
|
readonly chainId: 137;
|
|
1247
1267
|
readonly website: "https://sushi.com/";
|
|
1248
1268
|
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.";
|
|
1269
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
1249
1270
|
};
|
|
1250
1271
|
readonly GRT: {
|
|
1251
1272
|
readonly name: "The Graph";
|
|
@@ -1287,6 +1308,7 @@ export declare const tokens: {
|
|
|
1287
1308
|
readonly chainId: 137;
|
|
1288
1309
|
readonly website: "https://synthetix.io/";
|
|
1289
1310
|
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.";
|
|
1311
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
1290
1312
|
};
|
|
1291
1313
|
readonly CRV: {
|
|
1292
1314
|
readonly name: "Curve Protocol";
|
|
@@ -1299,6 +1321,7 @@ export declare const tokens: {
|
|
|
1299
1321
|
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.";
|
|
1300
1322
|
readonly bridge: "polygon-canonical";
|
|
1301
1323
|
readonly documentation: "https://curve.readthedocs.io/";
|
|
1324
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
1302
1325
|
};
|
|
1303
1326
|
readonly DOKI: {
|
|
1304
1327
|
readonly name: "DokiDoki Finance";
|
|
@@ -1350,6 +1373,7 @@ export declare const tokens: {
|
|
|
1350
1373
|
readonly decimals: 18;
|
|
1351
1374
|
readonly website: "https://www.binance.com/";
|
|
1352
1375
|
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.";
|
|
1376
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
1353
1377
|
};
|
|
1354
1378
|
readonly rUSD: {
|
|
1355
1379
|
readonly name: "Ramp USD";
|
|
@@ -2053,6 +2077,7 @@ export declare const tokens: {
|
|
|
2053
2077
|
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.";
|
|
2054
2078
|
readonly documentation: "https://help.coinbase.com/en/coinbase/trading-and-funding/staking-rewards/cbeth";
|
|
2055
2079
|
readonly bridge: "polygon-canonical";
|
|
2080
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
2056
2081
|
};
|
|
2057
2082
|
readonly ZRO: {
|
|
2058
2083
|
readonly name: "LayerZero";
|
|
@@ -2065,5 +2090,6 @@ export declare const tokens: {
|
|
|
2065
2090
|
readonly documentation: "https://docs.layerzero.network/v2";
|
|
2066
2091
|
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.";
|
|
2067
2092
|
readonly bridge: "layer-zero";
|
|
2093
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
2068
2094
|
};
|
|
2069
2095
|
};
|