@bitgo-beta/statics 15.1.1-beta.1228 → 15.1.1-beta.1229
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/dist/src/account.d.ts +1600 -0
- package/dist/src/account.d.ts.map +1 -0
- package/dist/src/account.js +2491 -0
- package/dist/src/ada.d.ts +35 -0
- package/dist/src/ada.d.ts.map +1 -0
- package/dist/src/ada.js +65 -0
- package/dist/src/allCoinsAndTokens.d.ts +2 -0
- package/dist/src/allCoinsAndTokens.d.ts.map +1 -0
- package/dist/src/allCoinsAndTokens.js +830 -0
- package/dist/src/avaxp.d.ts +40 -0
- package/dist/src/avaxp.d.ts.map +1 -0
- package/dist/src/avaxp.js +65 -0
- package/dist/src/base.d.ts +3046 -0
- package/dist/src/base.d.ts.map +1 -0
- package/dist/src/base.js +3235 -0
- package/dist/src/coinFeatures.d.ts +106 -0
- package/dist/src/coinFeatures.d.ts.map +1 -0
- package/dist/src/coinFeatures.js +627 -0
- package/dist/src/coins/adaTokens.d.ts +2 -0
- package/dist/src/coins/adaTokens.d.ts.map +1 -0
- package/dist/src/coins/adaTokens.js +12 -0
- package/dist/src/coins/avaxTokens.d.ts +2 -0
- package/dist/src/coins/avaxTokens.d.ts.map +1 -0
- package/dist/src/coins/avaxTokens.js +124 -0
- package/dist/src/coins/botOfcTokens.d.ts +2 -0
- package/dist/src/coins/botOfcTokens.d.ts.map +1 -0
- package/dist/src/coins/botOfcTokens.js +5 -0
- package/dist/src/coins/botTokens.d.ts +3 -0
- package/dist/src/coins/botTokens.d.ts.map +1 -0
- package/dist/src/coins/botTokens.js +43 -0
- package/dist/src/coins/bscTokens.d.ts +2 -0
- package/dist/src/coins/bscTokens.d.ts.map +1 -0
- package/dist/src/coins/bscTokens.js +176 -0
- package/dist/src/coins/cosmosTokens.d.ts +2 -0
- package/dist/src/coins/cosmosTokens.d.ts.map +1 -0
- package/dist/src/coins/cosmosTokens.js +12 -0
- package/dist/src/coins/erc20Coins.d.ts +2 -0
- package/dist/src/coins/erc20Coins.d.ts.map +1 -0
- package/dist/src/coins/erc20Coins.js +1743 -0
- package/dist/src/coins/jettonTokens.d.ts +2 -0
- package/dist/src/coins/jettonTokens.d.ts.map +1 -0
- package/dist/src/coins/jettonTokens.js +13 -0
- package/dist/src/coins/nep141Tokens.d.ts +2 -0
- package/dist/src/coins/nep141Tokens.d.ts.map +1 -0
- package/dist/src/coins/nep141Tokens.js +14 -0
- package/dist/src/coins/ofcCoins.d.ts +2 -0
- package/dist/src/coins/ofcCoins.d.ts.map +1 -0
- package/dist/src/coins/ofcCoins.js +708 -0
- package/dist/src/coins/ofcErc20Coins.d.ts +3 -0
- package/dist/src/coins/ofcErc20Coins.d.ts.map +1 -0
- package/dist/src/coins/ofcErc20Coins.js +1539 -0
- package/dist/src/coins/polygonTokens.d.ts +2 -0
- package/dist/src/coins/polygonTokens.d.ts.map +1 -0
- package/dist/src/coins/polygonTokens.js +155 -0
- package/dist/src/coins/sip10Tokens.d.ts +2 -0
- package/dist/src/coins/sip10Tokens.d.ts.map +1 -0
- package/dist/src/coins/sip10Tokens.js +25 -0
- package/dist/src/coins/solTokens.d.ts +3 -0
- package/dist/src/coins/solTokens.d.ts.map +1 -0
- package/dist/src/coins/solTokens.js +396 -0
- package/dist/src/coins/vetTokens.d.ts +2 -0
- package/dist/src/coins/vetTokens.d.ts.map +1 -0
- package/dist/src/coins/vetTokens.js +11 -0
- package/dist/src/coins.d.ts +14 -0
- package/dist/src/coins.d.ts.map +1 -0
- package/dist/src/coins.js +331 -0
- package/dist/src/constants.d.ts +3 -0
- package/dist/src/constants.d.ts.map +1 -0
- package/dist/src/constants.js +6 -0
- package/dist/src/errors.d.ts +37 -0
- package/dist/src/errors.d.ts.map +1 -0
- package/dist/src/errors.js +74 -0
- package/dist/src/flrp.d.ts +40 -0
- package/dist/src/flrp.d.ts.map +1 -0
- package/dist/src/flrp.js +65 -0
- package/dist/src/index.d.ts +12 -0
- package/dist/src/index.d.ts.map +1 -0
- package/dist/src/index.js +60 -0
- package/dist/src/lightning.d.ts +43 -0
- package/dist/src/lightning.d.ts.map +1 -0
- package/dist/src/lightning.js +60 -0
- package/dist/src/map.d.ts +32 -0
- package/dist/src/map.d.ts.map +1 -0
- package/dist/src/map.js +181 -0
- package/dist/src/networkFeatureMapForTokens.d.ts +3 -0
- package/dist/src/networkFeatureMapForTokens.d.ts.map +1 -0
- package/dist/src/networkFeatureMapForTokens.js +31 -0
- package/dist/src/networks.d.ts +1952 -0
- package/dist/src/networks.d.ts.map +1 -0
- package/dist/src/networks.js +2429 -0
- package/dist/src/ofc.d.ts +727 -0
- package/dist/src/ofc.d.ts.map +1 -0
- package/dist/src/ofc.js +1617 -0
- package/dist/src/tokenConfig.d.ts +389 -0
- package/dist/src/tokenConfig.d.ts.map +1 -0
- package/dist/src/tokenConfig.js +1046 -0
- package/dist/src/utxo.d.ts +43 -0
- package/dist/src/utxo.d.ts.map +1 -0
- package/dist/src/utxo.js +141 -0
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +2 -2
|
@@ -0,0 +1,3046 @@
|
|
|
1
|
+
import { BaseNetwork } from './networks';
|
|
2
|
+
export declare enum CoinKind {
|
|
3
|
+
CRYPTO = "crypto",
|
|
4
|
+
FIAT = "fiat"
|
|
5
|
+
}
|
|
6
|
+
/**
|
|
7
|
+
* The coin family links related variants of a single coin together.
|
|
8
|
+
*
|
|
9
|
+
* Typically, each coin will have a testnet and mainnet variant,
|
|
10
|
+
* and these will both have the same coin family.
|
|
11
|
+
*
|
|
12
|
+
* For example, the coins `btc` and `tbtc` both belong to the same family, `btc`.
|
|
13
|
+
*/
|
|
14
|
+
export declare enum CoinFamily {
|
|
15
|
+
ADA = "ada",
|
|
16
|
+
APECHAIN = "apechain",
|
|
17
|
+
ALGO = "algo",
|
|
18
|
+
APT = "apt",
|
|
19
|
+
ARBETH = "arbeth",
|
|
20
|
+
ASI = "asi",
|
|
21
|
+
ATOM = "atom",
|
|
22
|
+
AVAXC = "avaxc",
|
|
23
|
+
AVAXP = "avaxp",
|
|
24
|
+
BASEETH = "baseeth",// Base Ethereum
|
|
25
|
+
BABY = "baby",
|
|
26
|
+
BCH = "bch",
|
|
27
|
+
BCHA = "bcha",
|
|
28
|
+
BERA = "bera",
|
|
29
|
+
BLD = "bld",// Agoric
|
|
30
|
+
BSC = "bsc",
|
|
31
|
+
BSV = "bsv",
|
|
32
|
+
BTC = "btc",
|
|
33
|
+
BTG = "btg",
|
|
34
|
+
CELO = "celo",
|
|
35
|
+
COREDAO = "coredao",
|
|
36
|
+
COREUM = "coreum",
|
|
37
|
+
CRONOS = "cronos",
|
|
38
|
+
CSPR = "cspr",
|
|
39
|
+
DASH = "dash",
|
|
40
|
+
DOGE = "doge",
|
|
41
|
+
DOT = "dot",
|
|
42
|
+
ETH = "eth",
|
|
43
|
+
ETH2 = "eth2",
|
|
44
|
+
ETHW = "ethw",
|
|
45
|
+
ETC = "etc",
|
|
46
|
+
EOS = "eos",
|
|
47
|
+
FETCHAI = "fetchai",
|
|
48
|
+
FIAT = "fiat",
|
|
49
|
+
FLOW = "flow",
|
|
50
|
+
FLR = "flr",
|
|
51
|
+
FLRP = "flrp",
|
|
52
|
+
HASH = "hash",// Provenance
|
|
53
|
+
HBAR = "hbar",
|
|
54
|
+
ICP = "icp",
|
|
55
|
+
INITIA = "initia",
|
|
56
|
+
INJECTIVE = "injective",
|
|
57
|
+
IOTA = "iota",
|
|
58
|
+
IRYS = "irys",
|
|
59
|
+
ISLM = "islm",
|
|
60
|
+
KAIA = "kaia",
|
|
61
|
+
KAVA = "kava",
|
|
62
|
+
KAVAEVM = "kavaevm",
|
|
63
|
+
LNBTC = "lnbtc",
|
|
64
|
+
LTC = "ltc",
|
|
65
|
+
MANTRA = "mantra",
|
|
66
|
+
MEGAETH = "megaeth",
|
|
67
|
+
MON = "mon",
|
|
68
|
+
XPL = "xpl",// Plasma Network
|
|
69
|
+
POLYGON = "polygon",
|
|
70
|
+
POLYX = "polyx",
|
|
71
|
+
PHRS = "phrs",
|
|
72
|
+
CTC = "ctc",
|
|
73
|
+
HYPEEVM = "hypeevm",
|
|
74
|
+
NEAR = "near",
|
|
75
|
+
OAS = "oas",
|
|
76
|
+
OFC = "ofc",
|
|
77
|
+
OG = "og",
|
|
78
|
+
OPETH = "opeth",
|
|
79
|
+
OSMO = "osmo",
|
|
80
|
+
PLUME = "plume",
|
|
81
|
+
RBTC = "rbtc",
|
|
82
|
+
SGB = "sgb",
|
|
83
|
+
SEI = "sei",
|
|
84
|
+
SEIEVM = "seievm",
|
|
85
|
+
SOL = "sol",
|
|
86
|
+
SONIC = "sonic",
|
|
87
|
+
SONEIUM = "soneium",
|
|
88
|
+
STT = "stt",
|
|
89
|
+
SUI = "sui",
|
|
90
|
+
STX = "stx",
|
|
91
|
+
SUSD = "susd",
|
|
92
|
+
TAO = "tao",
|
|
93
|
+
THOR = "thor",
|
|
94
|
+
TIA = "tia",// Celestia
|
|
95
|
+
TON = "ton",
|
|
96
|
+
TRX = "trx",
|
|
97
|
+
VET = "vet",
|
|
98
|
+
WORLD = "world",
|
|
99
|
+
WEMIX = "wemix",
|
|
100
|
+
XDC = "xdc",
|
|
101
|
+
XLM = "xlm",
|
|
102
|
+
XRP = "xrp",
|
|
103
|
+
XTZ = "xtz",
|
|
104
|
+
ZEC = "zec",
|
|
105
|
+
ZETA = "zeta",
|
|
106
|
+
ZKETH = "zketh",
|
|
107
|
+
LINEAETH = "lineaeth",
|
|
108
|
+
IP = "ip",// Story Chain
|
|
109
|
+
SOMI = "somi"
|
|
110
|
+
}
|
|
111
|
+
/**
|
|
112
|
+
* Coin features are yes or no questions about what a coin requires or is capable of.
|
|
113
|
+
*
|
|
114
|
+
* This allows coin-agnostic handling of coin-specific features. This is designed
|
|
115
|
+
* to replace checking the coin name against a whitelist of supported coins
|
|
116
|
+
* before executing some coin-specific logic, and instead allows one to check if a
|
|
117
|
+
* coin supports the coin-specific feature that the logic implements.
|
|
118
|
+
*/
|
|
119
|
+
export declare enum CoinFeature {
|
|
120
|
+
EVM_WALLET = "evm-wallet",
|
|
121
|
+
METAMASK_INSTITUTIONAL = "metamask-institutional",
|
|
122
|
+
VALUELESS_TRANSFER = "valueless-transfer",
|
|
123
|
+
TRANSACTION_DATA = "transaction-data",
|
|
124
|
+
REQUIRES_BIG_NUMBER = "requires-big-number",
|
|
125
|
+
REQUIRES_KRS_BACKUP_KEY = "requires-krs-backup-key",
|
|
126
|
+
PAYGO = "paygo",
|
|
127
|
+
UNSPENT_MODEL = "unspent-model",
|
|
128
|
+
LIGHTNING_MODEL = "lightning-model",
|
|
129
|
+
ACCOUNT_MODEL = "account-model",
|
|
130
|
+
CHILD_PAYS_FOR_PARENT = "cpfp",
|
|
131
|
+
SUPPORTS_TOKENS = "supports-tokens",
|
|
132
|
+
ENTERPRISE_PAYS_FEES = "enterprise-pays-fees",
|
|
133
|
+
REQUIRES_RESERVE = "requires-reserve",
|
|
134
|
+
/**
|
|
135
|
+
* @deprecated This property is no longer valid. Please select the following custody option based on the BitGo org:
|
|
136
|
+
* * CUSTODY_BITGO_TRUST
|
|
137
|
+
* * CUSTODY_BITGO_NEW_YORK
|
|
138
|
+
* * CUSTODY_BITGO_GERMANY
|
|
139
|
+
* * CUSTODY_BITGO_SWITZERLAND
|
|
140
|
+
*/
|
|
141
|
+
CUSTODY = "custody",
|
|
142
|
+
TSS = "tss",
|
|
143
|
+
STAKING = "staking",
|
|
144
|
+
LIQUID_STAKING = "liquid-staking",
|
|
145
|
+
/**
|
|
146
|
+
* This coin is deprecated
|
|
147
|
+
*/
|
|
148
|
+
DEPRECATED = "deprecated",
|
|
149
|
+
/**
|
|
150
|
+
* This coin is a dummy object meant to be a placeholder for an unsupported token
|
|
151
|
+
*/
|
|
152
|
+
GENERIC_TOKEN = "genericToken",
|
|
153
|
+
CUSTODY_BITGO_TRUST = "custody-bitgo-trust",
|
|
154
|
+
CUSTODY_BITGO_NEW_YORK = "custody-bitgo-new-york",
|
|
155
|
+
CUSTODY_BITGO_GERMANY = "custody-bitgo-germany",
|
|
156
|
+
CUSTODY_BITGO_SWITZERLAND = "custody-bitgo-switzerland",
|
|
157
|
+
CUSTODY_BITGO_FRANKFURT = "custody-bitgo-frankfurt",
|
|
158
|
+
CUSTODY_BITGO_SINGAPORE = "custody-bitgo-singapore",
|
|
159
|
+
CUSTODY_BITGO_SISTER_TRUST_ONE = "custody-bitgo-sister-trust-one",
|
|
160
|
+
/**
|
|
161
|
+
* This coin supports custody in BitGo Korea entities
|
|
162
|
+
*/
|
|
163
|
+
CUSTODY_BITGO_KOREA = "custody-bitgo-korea",
|
|
164
|
+
/**
|
|
165
|
+
* This coin supports custody in BitGo Europe ApS entities
|
|
166
|
+
*/
|
|
167
|
+
CUSTODY_BITGO_EUROPE_APS = "custody-bitgo-europe-aps",
|
|
168
|
+
/**
|
|
169
|
+
* This coin supports custody in BitGo MENA FZE entities
|
|
170
|
+
*/
|
|
171
|
+
CUSTODY_BITGO_MENA_FZE = "custody-bitgo-mena-fze",
|
|
172
|
+
/**
|
|
173
|
+
* This coin supports custody in BitGo Custody MENA FZE entities
|
|
174
|
+
*/
|
|
175
|
+
CUSTODY_BITGO_CUSTODY_MENA_FZE = "custody-bitgo-custody-mena-fze",
|
|
176
|
+
/**
|
|
177
|
+
* This coin supports custody in BitGo India entities
|
|
178
|
+
*/
|
|
179
|
+
CUSTODY_BITGO_INDIA = "custody-bitgo-india",
|
|
180
|
+
EXPIRING_TRANSACTIONS = "expiring-transactions",
|
|
181
|
+
/**
|
|
182
|
+
* This coin supports cold wallets that use a multisig signing protocol
|
|
183
|
+
*/
|
|
184
|
+
MULTISIG_COLD = "multisig-cold",
|
|
185
|
+
/**
|
|
186
|
+
* This coin supports cold wallets that use a TSS signing protocol
|
|
187
|
+
*/
|
|
188
|
+
TSS_COLD = "tss-cold",
|
|
189
|
+
/**
|
|
190
|
+
* This coin uses sha256 hash function for ECDSA TSS signatures
|
|
191
|
+
*/
|
|
192
|
+
SHA256_WITH_ECDSA_TSS = "sha256-with-ecdsa-tss",
|
|
193
|
+
/**
|
|
194
|
+
* This coin is cosmos like coin
|
|
195
|
+
*/
|
|
196
|
+
COSMOS_LIKE_COINS = "cosmos_like_coins",
|
|
197
|
+
/**
|
|
198
|
+
* This coin supports the ability to rebuild transactions on custody signing
|
|
199
|
+
*/
|
|
200
|
+
REBUILD_ON_CUSTODY_SIGNING = "rebuild-on-custody-signing",
|
|
201
|
+
/**
|
|
202
|
+
* This coin supports higher limit for tx request rebuild, which is 10 by default
|
|
203
|
+
*/
|
|
204
|
+
INCREASED_TX_REQUEST_REBUILD_LIMIT = "increased-tx-request-rebuild-limit",
|
|
205
|
+
/**
|
|
206
|
+
* This coin supports bulk transaction creation
|
|
207
|
+
*/
|
|
208
|
+
BULK_TRANSACTION = "bulk-transaction",
|
|
209
|
+
/**
|
|
210
|
+
* This coin supports bulk ERC20 token transactions (token batching)
|
|
211
|
+
*/
|
|
212
|
+
ERC20_BULK_TRANSACTION = "erc20-bulk-transaction",
|
|
213
|
+
/**
|
|
214
|
+
* This coin supports bulk custody transaction creation
|
|
215
|
+
*/
|
|
216
|
+
CUSTODY_BULK_TRANSACTION = "custody-bulk-transaction",
|
|
217
|
+
/**
|
|
218
|
+
* This coin supports distributed custody wallets
|
|
219
|
+
*/
|
|
220
|
+
DISTRIBUTED_CUSTODY = "distributed-custody",
|
|
221
|
+
/**
|
|
222
|
+
* This coin supports bulk staking transaction creation
|
|
223
|
+
*/
|
|
224
|
+
BULK_STAKING_TRANSACTION = "bulk-staking-transaction",
|
|
225
|
+
/**
|
|
226
|
+
* This coin uses non-packed encoding for transaction data
|
|
227
|
+
*/
|
|
228
|
+
USES_NON_PACKED_ENCODING_FOR_TXDATA = "uses-non-packed-encoding-for-txdata",
|
|
229
|
+
/**
|
|
230
|
+
* This coins supports MPCv2 for key creation and signing
|
|
231
|
+
*/
|
|
232
|
+
MPCV2 = "mpcv2",
|
|
233
|
+
/**
|
|
234
|
+
* This coin supports acceleration or nonce filling txn for stuck transactions for tss wallet
|
|
235
|
+
*/
|
|
236
|
+
STUCK_TRANSACTION_MANAGEMENT_TSS = "stuck-transaction-management-tss",
|
|
237
|
+
/**
|
|
238
|
+
* This coin supports acceleration or nonce filling txn for stuck transactions for onchain wallet
|
|
239
|
+
*/
|
|
240
|
+
STUCK_TRANSACTION_MANAGEMENT_ONCHAIN = "stuck-transaction-management-onchain",
|
|
241
|
+
/**
|
|
242
|
+
* This coin is onboarded on etheruem rollup chain
|
|
243
|
+
*/
|
|
244
|
+
ETH_ROLLUP_CHAIN = "eth-rollup-chain",
|
|
245
|
+
/**
|
|
246
|
+
* This coin supports EIP1559 proposal for transaction fee
|
|
247
|
+
*/
|
|
248
|
+
EIP1559 = "EIP1559",
|
|
249
|
+
/**
|
|
250
|
+
* Fees for transactions of TSS wallet of this coin would be paid by the Enterprise i.e. Gas Tank
|
|
251
|
+
*/
|
|
252
|
+
TSS_ENTERPRISE_PAYS_FEES = "tss-enterprise-pays-fees",
|
|
253
|
+
/**
|
|
254
|
+
* Indicates that fees for transactions on a wallet for this coin are paid with a token (not the native coin).
|
|
255
|
+
*/
|
|
256
|
+
FEES_PAID_WITH_TOKEN = "fees-paid-with-token",
|
|
257
|
+
/**
|
|
258
|
+
* This coin supports alphanumeric memo id
|
|
259
|
+
*/
|
|
260
|
+
ALPHANUMERIC_MEMO_ID = "alphanumeric-memo-id",
|
|
261
|
+
/**
|
|
262
|
+
* This coin supports WalletConnect
|
|
263
|
+
*/
|
|
264
|
+
WALLET_CONNECT_DEFI = "wallet-connect-defi",
|
|
265
|
+
/**
|
|
266
|
+
* This coin is gated for TSS Support
|
|
267
|
+
*/
|
|
268
|
+
TSS_SUPPORT_GATED = "tss-support-gated",
|
|
269
|
+
/**
|
|
270
|
+
* This coin is gated for Multisig Support
|
|
271
|
+
*/
|
|
272
|
+
MULTISIG_SUPPORT_GATED = "multisig-support-gated",
|
|
273
|
+
/**
|
|
274
|
+
* This coins is an EVM compatible coin and should use common EVM functionality
|
|
275
|
+
*/
|
|
276
|
+
SHARED_EVM_SIGNING = "shared-evm-signing",
|
|
277
|
+
/**
|
|
278
|
+
* This coin is an EVM compatible coin and should use common EVM SDK module
|
|
279
|
+
*/
|
|
280
|
+
SHARED_EVM_SDK = "shared-evm-sdk",
|
|
281
|
+
/**
|
|
282
|
+
* This coin supports erc20 tokens
|
|
283
|
+
*/
|
|
284
|
+
SUPPORTS_ERC20 = "supports-erc20-token",
|
|
285
|
+
/**
|
|
286
|
+
* This coin is a Cosmos coin and should use shared Cosmos SDK module
|
|
287
|
+
*/
|
|
288
|
+
SHARED_COSMOS_SDK = "shared-cosmos-sdk",
|
|
289
|
+
/**
|
|
290
|
+
* This coin is a Cosmos coin and should use shared Cosmos Functionality in WP
|
|
291
|
+
*/
|
|
292
|
+
SHARED_COSMOS_WP = "shared-cosmos-wp",
|
|
293
|
+
/**
|
|
294
|
+
* This coin is EVM based coin
|
|
295
|
+
*/
|
|
296
|
+
EVM_COIN = "evm_coin",
|
|
297
|
+
/**
|
|
298
|
+
* This coin supports multisig wallets
|
|
299
|
+
*/
|
|
300
|
+
MULTISIG = "multisig",
|
|
301
|
+
/**
|
|
302
|
+
* This coin is an EVM compatible coin and should use common EVM model registration in IMS
|
|
303
|
+
*/
|
|
304
|
+
EVM_COMPATIBLE_IMS = "evm-compatible-ims",
|
|
305
|
+
/**
|
|
306
|
+
* This coin is an EVM compatible coin and should use common EVM logic in UI
|
|
307
|
+
*/
|
|
308
|
+
EVM_COMPATIBLE_UI = "evm-compatible-ui",
|
|
309
|
+
/**
|
|
310
|
+
* This coin is an EVM compatible coin which supports unsigned sweep recovery
|
|
311
|
+
*/
|
|
312
|
+
EVM_UNSIGNED_SWEEP_RECOVERY = "evm-unsigned-sweep-recovery",
|
|
313
|
+
/**
|
|
314
|
+
* This coin is an EVM compatible coin which supports non-bitgo recovery
|
|
315
|
+
*/
|
|
316
|
+
EVM_NON_BITGO_RECOVERY = "evm-non-bitgo-recovery",
|
|
317
|
+
/**
|
|
318
|
+
* This coin is a rebase token and should use the rebase token functionality
|
|
319
|
+
*/
|
|
320
|
+
REBASE_TOKEN = "rebase-token",
|
|
321
|
+
/**
|
|
322
|
+
* This coin is an EVM compatible coin and should use common EVM logic in WP
|
|
323
|
+
*/
|
|
324
|
+
EVM_COMPATIBLE_WP = "evm-compatible-wp",
|
|
325
|
+
/**
|
|
326
|
+
* This token is internal and shouldn't be exposed to users
|
|
327
|
+
*/
|
|
328
|
+
RESTRICTED = "restricted",
|
|
329
|
+
/**
|
|
330
|
+
* This coin is an EVM compatible coin and should use common EVM message signing functionality
|
|
331
|
+
*/
|
|
332
|
+
SHARED_EVM_MESSAGE_SIGNING = "shared-evm-message-signing",
|
|
333
|
+
/**
|
|
334
|
+
* This token is a stablecoin
|
|
335
|
+
*/
|
|
336
|
+
STABLECOIN = "stablecoin"
|
|
337
|
+
}
|
|
338
|
+
/**
|
|
339
|
+
* Some coins are representations of another underlying asset class. An example
|
|
340
|
+
* is Wrapped Bitcoin, which represents Bitcoin on the Ethereum blockchain.
|
|
341
|
+
*
|
|
342
|
+
* For these coins, the `UnderlyingAsset` provides a link to the actual
|
|
343
|
+
* asset for which the coin is a unit of account.
|
|
344
|
+
*/
|
|
345
|
+
export declare enum UnderlyingAsset {
|
|
346
|
+
INVALID_UNKNOWN = "invalid_asset_type",
|
|
347
|
+
ADA = "ada",
|
|
348
|
+
ALGO = "algo",
|
|
349
|
+
APE = "ape",
|
|
350
|
+
APECHAIN = "apechain",
|
|
351
|
+
API3 = "api3",
|
|
352
|
+
ARBETH = "arbeth",
|
|
353
|
+
BASEETH = "baseeth",// Base Ethereum
|
|
354
|
+
ASI = "asi",
|
|
355
|
+
ATOM = "atom",
|
|
356
|
+
AVAXC = "avaxc",
|
|
357
|
+
AVAXP = "avaxp",
|
|
358
|
+
AXL = "AXL",
|
|
359
|
+
AXLV2 = "axlv2",
|
|
360
|
+
BABY = "baby",
|
|
361
|
+
BCH = "bch",
|
|
362
|
+
BCHA = "bcha",
|
|
363
|
+
BERA = "bera",
|
|
364
|
+
BLD = "bld",// Agoric
|
|
365
|
+
BSC = "bsc",
|
|
366
|
+
BSV = "bsv",
|
|
367
|
+
BTC = "btc",
|
|
368
|
+
BTG = "btg",
|
|
369
|
+
DASH = "dash",
|
|
370
|
+
DOT = "dot",
|
|
371
|
+
CELO = "celo",// Celo main coin
|
|
372
|
+
COREDAO = "coredao",
|
|
373
|
+
COREUM = "coreum",
|
|
374
|
+
CRONOS = "cronos",
|
|
375
|
+
CSPR = "cspr",
|
|
376
|
+
ETH = "eth",
|
|
377
|
+
ETH2 = "eth2",
|
|
378
|
+
ETHW = "ethw",
|
|
379
|
+
ETC = "etc",
|
|
380
|
+
EOS = "eos",
|
|
381
|
+
ERD = "erd",
|
|
382
|
+
EURCVV0 = "eurcvv0",
|
|
383
|
+
EURCV = "eurcv",
|
|
384
|
+
EUROC = "euroc",
|
|
385
|
+
EURR = "eurr",
|
|
386
|
+
FETCHAI = "fetchai",
|
|
387
|
+
FLOW = "flow",
|
|
388
|
+
FLR = "flr",
|
|
389
|
+
FLRP = "flrp",
|
|
390
|
+
GTC = "gtc",
|
|
391
|
+
HASH = "hash",// Provenance
|
|
392
|
+
HBAR = "hbar",// Hedera main coin
|
|
393
|
+
ICP = "icp",
|
|
394
|
+
IP = "ip",// Story Chain
|
|
395
|
+
INITIA = "initia",
|
|
396
|
+
INJECTIVE = "injective",
|
|
397
|
+
IOTA = "iota",
|
|
398
|
+
IRYS = "irys",
|
|
399
|
+
ISLM = "islm",
|
|
400
|
+
KAIA = "kaia",
|
|
401
|
+
KAVA = "kava",
|
|
402
|
+
KAVAEVM = "kavaevm",
|
|
403
|
+
LNBTC = "lnbtc",
|
|
404
|
+
LTC = "ltc",
|
|
405
|
+
LINEAETH = "lineaeth",
|
|
406
|
+
MANTRA = "mantra",
|
|
407
|
+
MEGAETH = "megaeth",
|
|
408
|
+
MON = "mon",
|
|
409
|
+
NEAR = "near",
|
|
410
|
+
OAS = "oas",
|
|
411
|
+
OG = "og",
|
|
412
|
+
OPETH = "opeth",
|
|
413
|
+
OSMO = "osmo",
|
|
414
|
+
XPL = "xpl",// Plasma Network
|
|
415
|
+
POLYGON = "polygon",
|
|
416
|
+
PHRS = "phrs",
|
|
417
|
+
PLUME = "plume",
|
|
418
|
+
CTC = "ctc",
|
|
419
|
+
HYPEEVM = "hypeevm",
|
|
420
|
+
RBTC = "rbtc",// RSK main coin
|
|
421
|
+
SEI = "sei",
|
|
422
|
+
SEIEVM = "seievm",
|
|
423
|
+
SGB = "sgb",
|
|
424
|
+
SOL = "sol",
|
|
425
|
+
SONIC = "sonic",
|
|
426
|
+
SUI = "sui",
|
|
427
|
+
STX = "stx",
|
|
428
|
+
TIA = "tia",// Celestia
|
|
429
|
+
TON = "ton",
|
|
430
|
+
TRX = "trx",
|
|
431
|
+
SONEIUM = "soneium",
|
|
432
|
+
STT = "stt",
|
|
433
|
+
SOMI = "somi",// Somnia Chain
|
|
434
|
+
VET = "vet",
|
|
435
|
+
WEMIX = "wemix",
|
|
436
|
+
WORLD = "world",
|
|
437
|
+
XLM = "xlm",
|
|
438
|
+
XDC = "xdc",
|
|
439
|
+
XRP = "xrp",
|
|
440
|
+
XTZ = "xtz",
|
|
441
|
+
ZEC = "zec",
|
|
442
|
+
ZETA = "zeta",
|
|
443
|
+
ZKETH = "zketh",
|
|
444
|
+
'$Evmosia.com' = "$evmosia.com",
|
|
445
|
+
'0xREVIEW' = "0xreview",
|
|
446
|
+
'1INCH' = "1inch",
|
|
447
|
+
'1UP' = "1up",
|
|
448
|
+
'3CRV' = "3crv",
|
|
449
|
+
AAVE = "aave",
|
|
450
|
+
ABT = "abt",
|
|
451
|
+
ACE = "ace",
|
|
452
|
+
ACEV2 = "acev2",
|
|
453
|
+
ACX = "acx",
|
|
454
|
+
ACXT = "acxt",
|
|
455
|
+
ACH = "ach",
|
|
456
|
+
ADABEAR = "adabear",
|
|
457
|
+
ADABULL = "adabull",
|
|
458
|
+
ADX = "adx",
|
|
459
|
+
AE = "ae",
|
|
460
|
+
AERGO = "aergo",
|
|
461
|
+
AERGO1 = "aergo1",
|
|
462
|
+
AGEUR = "ageur",
|
|
463
|
+
AGI = "agi",
|
|
464
|
+
AGIX = "agix",
|
|
465
|
+
AGLD = "agld",
|
|
466
|
+
AGWD = "agwd",
|
|
467
|
+
AION = "aion",
|
|
468
|
+
AJNA = "ajna",
|
|
469
|
+
AKRO = "akro",
|
|
470
|
+
ALCX = "alcx",
|
|
471
|
+
ALD = "ald",
|
|
472
|
+
ALDRIN = "aldrin",
|
|
473
|
+
ALEPH = "aleph",
|
|
474
|
+
ALGOBEAR = "algobear",
|
|
475
|
+
ALGOBULL = "algobull",
|
|
476
|
+
ALGODOOM = "algodoom",
|
|
477
|
+
ALGOHEDGE = "algohedge",
|
|
478
|
+
ALGOMOON = "algomoon",
|
|
479
|
+
ALTDOOM = "altdoom",
|
|
480
|
+
ALTMOON = "altmoon",
|
|
481
|
+
ALI = "ali",
|
|
482
|
+
ALICE = "alice",
|
|
483
|
+
ALK = "alk",
|
|
484
|
+
ALM = "alm",
|
|
485
|
+
ALPHA = "alpha",
|
|
486
|
+
ALTBEAR = "altbear",
|
|
487
|
+
ALTBULL = "altbull",
|
|
488
|
+
ALTHEDGE = "althedge",
|
|
489
|
+
AMKT = "amkt",
|
|
490
|
+
AMN = "amn",
|
|
491
|
+
AMO = "amo",
|
|
492
|
+
AMP = "amp",
|
|
493
|
+
AMPL = "ampl",
|
|
494
|
+
AMON = "amon",
|
|
495
|
+
AMPX = "ampx",
|
|
496
|
+
ANA = "ana",
|
|
497
|
+
ANC = "anc",
|
|
498
|
+
ANGLE = "angle",
|
|
499
|
+
ANKR = "ankr",
|
|
500
|
+
ANKRETH = "ankreth",
|
|
501
|
+
ANML = "anml",
|
|
502
|
+
ANT = "ant",
|
|
503
|
+
ANTV2 = "antv2",
|
|
504
|
+
AOA = "aoa",
|
|
505
|
+
APPC = "appc",
|
|
506
|
+
APT = "apt",
|
|
507
|
+
AQT = "aqt",
|
|
508
|
+
ARCT = "arct",
|
|
509
|
+
ARCX = "arcx",
|
|
510
|
+
ARKM = "arkm",
|
|
511
|
+
ARMOR = "armor",
|
|
512
|
+
ARPA = "arpa",
|
|
513
|
+
ARTEQ = "arteq",
|
|
514
|
+
ASD = "asd",
|
|
515
|
+
AST = "ast",
|
|
516
|
+
ASTO = "asto",
|
|
517
|
+
ATA = "ata",
|
|
518
|
+
ATF = "atf",
|
|
519
|
+
ATH = "ath",
|
|
520
|
+
ATL = "atl",
|
|
521
|
+
ATLAS = "atlas",
|
|
522
|
+
ATOMBEAR = "atombear",
|
|
523
|
+
ATOMBULL = "atombull",
|
|
524
|
+
ATRI = "atri",
|
|
525
|
+
AUCTION = "auction",
|
|
526
|
+
AUDD = "audd",
|
|
527
|
+
AUDF = "audf",
|
|
528
|
+
AUDIO = "audio",
|
|
529
|
+
AUDX = "audx",
|
|
530
|
+
AUSD = "ausd",
|
|
531
|
+
AUSDT = "ausdt",
|
|
532
|
+
AUST = "aust",
|
|
533
|
+
AVA = "ava",
|
|
534
|
+
AVT = "avt",
|
|
535
|
+
AWBTC = "awbtc",
|
|
536
|
+
AXPR = "axpr",
|
|
537
|
+
AXS = "axs",
|
|
538
|
+
AXSV2 = "axsv2",
|
|
539
|
+
AYFI = "ayfi",
|
|
540
|
+
AZUKI = "azuki",
|
|
541
|
+
AZUKI2 = "azuki2",
|
|
542
|
+
AZUKIPEPE = "azukipepe",
|
|
543
|
+
BADGER = "badger",
|
|
544
|
+
BAI = "bai",
|
|
545
|
+
BAL = "bal",
|
|
546
|
+
BAND = "band",
|
|
547
|
+
BANK = "bank",
|
|
548
|
+
BAO = "bao",
|
|
549
|
+
BASIC = "basic",
|
|
550
|
+
BAT = "bat",
|
|
551
|
+
BAX = "bax",
|
|
552
|
+
BBANK = "bbank",
|
|
553
|
+
BBSAMO = "bbsamo",
|
|
554
|
+
BBTC = "BBTC",
|
|
555
|
+
BBX = "bbx",
|
|
556
|
+
BCAP = "bcap",
|
|
557
|
+
BCC = "bcc",
|
|
558
|
+
BCHBEAR = "bchbear",
|
|
559
|
+
BCHBULL = "bchbull",
|
|
560
|
+
BCHDOOM = "bchdoom",
|
|
561
|
+
BCHHEDGE = "bchhedge",
|
|
562
|
+
BCHMOON = "bchmoon",
|
|
563
|
+
BCIO = "bcio",
|
|
564
|
+
BCUT = "bcut",
|
|
565
|
+
BCT = "bct",
|
|
566
|
+
BDXN = "bdxn",
|
|
567
|
+
BEAM = "beam",
|
|
568
|
+
BEAR = "bear",
|
|
569
|
+
BEARSHIT = "bearshit",
|
|
570
|
+
BED = "bed",
|
|
571
|
+
BEND = "bend",
|
|
572
|
+
BEPRO = "bepro",
|
|
573
|
+
BETA = "beta",
|
|
574
|
+
BGB = "bgb",
|
|
575
|
+
BGBG = "bgbg",
|
|
576
|
+
BICO = "bico",
|
|
577
|
+
BID = "bid",
|
|
578
|
+
BIDL = "bidl",
|
|
579
|
+
BIGTIME = "bigtime",
|
|
580
|
+
BIRD = "bird",
|
|
581
|
+
BIT = "bit",
|
|
582
|
+
BKT = "bkt",
|
|
583
|
+
BKX = "bkx",
|
|
584
|
+
BLCT = "blct",
|
|
585
|
+
BLT = "blt",
|
|
586
|
+
BLUR = "blur",
|
|
587
|
+
BLUR0x083 = "blur0x083",
|
|
588
|
+
BLUR0xb93 = "blur0xb93",
|
|
589
|
+
BLZ = "blz",
|
|
590
|
+
BNB = "bnb",
|
|
591
|
+
BNBBEAR = "bnbbear",
|
|
592
|
+
BNBBULL = "bnbbull",
|
|
593
|
+
BNBDOOM = "bnbdoom",
|
|
594
|
+
BNBHEDGE = "bnbhedge",
|
|
595
|
+
BNBMOON = "bnbmoon",
|
|
596
|
+
BNK = "bnk",
|
|
597
|
+
BNL = "bnl",
|
|
598
|
+
BNT = "bnt",
|
|
599
|
+
BNTY = "bnty",
|
|
600
|
+
BNVDA = "bnvda",
|
|
601
|
+
BOB = "bob",
|
|
602
|
+
BOND = "bond",
|
|
603
|
+
BONK = "bonk",
|
|
604
|
+
BONE = "bone",
|
|
605
|
+
BORG = "borg",
|
|
606
|
+
BOTTO = "botto",
|
|
607
|
+
BLOCKS = "blocks",
|
|
608
|
+
BOX = "box",
|
|
609
|
+
BOBA = "boba",
|
|
610
|
+
BRD = "brd",
|
|
611
|
+
BRIBE = "bribe",
|
|
612
|
+
BRZ = "brz",
|
|
613
|
+
BSGG = "bsgg",
|
|
614
|
+
BST = "bst",
|
|
615
|
+
BSVBEAR = "bsvbear",
|
|
616
|
+
BSVBULL = "bsvbull",
|
|
617
|
+
BSVDOOM = "bsvdoom",
|
|
618
|
+
BSVHEDGE = "bsvhedge",
|
|
619
|
+
BSVMOON = "bsvmoon",
|
|
620
|
+
BSX = "bsx",
|
|
621
|
+
BTC2XFLI = "btc2xfli",
|
|
622
|
+
BTMXBEAR = "btmxbear",
|
|
623
|
+
BTMXBULL = "btmxbull",
|
|
624
|
+
BTRST = "btrst",
|
|
625
|
+
BTSG = "btsg",
|
|
626
|
+
BTT = "btt",
|
|
627
|
+
BTU = "btu",
|
|
628
|
+
BUIDL = "buidl",
|
|
629
|
+
BULL = "bull",
|
|
630
|
+
BULLSHIT = "bullshit",
|
|
631
|
+
BURP = "burp",
|
|
632
|
+
BUSD = "busd",
|
|
633
|
+
BUY = "buy",
|
|
634
|
+
BPT = "bpt",
|
|
635
|
+
BVOL = "bvol",
|
|
636
|
+
BXX = "bxx",
|
|
637
|
+
BXXV1 = "bxxv1",
|
|
638
|
+
BZZ = "bzz",
|
|
639
|
+
C3 = "c3",
|
|
640
|
+
C6P = "c6p",
|
|
641
|
+
C8P = "c8p",
|
|
642
|
+
C98 = "c98",
|
|
643
|
+
CACXT = "cacxt",
|
|
644
|
+
CADX = "cadx",
|
|
645
|
+
CAG = "cag",
|
|
646
|
+
CANTO = "canto",
|
|
647
|
+
CAPS = "caps",
|
|
648
|
+
CARV = "carv",
|
|
649
|
+
CASH = "cash",
|
|
650
|
+
CBAT = "cbat",
|
|
651
|
+
CBC = "cbc",
|
|
652
|
+
CBETH = "cbeth",
|
|
653
|
+
CBRL = "cbrl",
|
|
654
|
+
CCAI = "ccai",
|
|
655
|
+
CCT = "cct",
|
|
656
|
+
CDAG = "cdag",
|
|
657
|
+
CDAI = "cdai",
|
|
658
|
+
CDAIV2 = "cdaiV2",
|
|
659
|
+
CDT = "cdt",
|
|
660
|
+
CEL = "cel",
|
|
661
|
+
CELLS = "cells",
|
|
662
|
+
CELR = "celr",
|
|
663
|
+
CERE = "cere",
|
|
664
|
+
CETH = "ceth",
|
|
665
|
+
CFX = "cfx",
|
|
666
|
+
CHAINLINK = "chainlink",
|
|
667
|
+
CHART = "chart",
|
|
668
|
+
CHO = "cho",
|
|
669
|
+
CHFX = "chfx",
|
|
670
|
+
CHR = "chr",
|
|
671
|
+
CHSB = "chsb",
|
|
672
|
+
CHZ = "chz",
|
|
673
|
+
CIBO = "cibo",
|
|
674
|
+
CIX100 = "cix100",
|
|
675
|
+
CLIQ = "cliq",
|
|
676
|
+
CLN = "cln",
|
|
677
|
+
CLT = "clt",
|
|
678
|
+
CLXY = "clxy",
|
|
679
|
+
CLV = "clv",
|
|
680
|
+
CMFI = "cmfi",
|
|
681
|
+
CNFI = "cnfi",
|
|
682
|
+
CNG = "cng",
|
|
683
|
+
CNYX = "cnyx",
|
|
684
|
+
COLLAR = "collar",
|
|
685
|
+
COMBO = "combo",
|
|
686
|
+
COMP = "comp",
|
|
687
|
+
CONV = "conv",
|
|
688
|
+
COPE = "cope",
|
|
689
|
+
CORE = "core",
|
|
690
|
+
COS = "cos",
|
|
691
|
+
COTI = "coti",
|
|
692
|
+
COVAL = "coval",
|
|
693
|
+
COVER = "cover",
|
|
694
|
+
COVERPROTOCOL = "coverprotocol",
|
|
695
|
+
COW = "cow",
|
|
696
|
+
CPAY = "cpay",
|
|
697
|
+
CPLT = "cplt",
|
|
698
|
+
CPOOL = "cpool",
|
|
699
|
+
CQT = "cqt",
|
|
700
|
+
CQX = "cqx",
|
|
701
|
+
CRA = "cra",
|
|
702
|
+
CRDT = "crdt",
|
|
703
|
+
CRE = "cre",
|
|
704
|
+
CREAM = "cream",
|
|
705
|
+
CREP = "crep",
|
|
706
|
+
CRI = "cri",
|
|
707
|
+
CRO = "cro",
|
|
708
|
+
CRV = "crv",
|
|
709
|
+
CRPT = "crpt",
|
|
710
|
+
CRPT1 = "crpt1",
|
|
711
|
+
CSLV = "cslv",
|
|
712
|
+
CSOL = "csol",
|
|
713
|
+
CSP = "csp",
|
|
714
|
+
CTSI = "ctsi",
|
|
715
|
+
CTX = "ctx",
|
|
716
|
+
CUBE = "cube",
|
|
717
|
+
CUSD = "cusd",
|
|
718
|
+
CUSDC = "cusdc",
|
|
719
|
+
CVXFXS = "cvxfxs",
|
|
720
|
+
CWAR = "cwar",
|
|
721
|
+
CWBTC = "cwbtc",
|
|
722
|
+
CVC = "cvc",
|
|
723
|
+
CVX = "cvx",
|
|
724
|
+
CXT = "cxt",
|
|
725
|
+
CYBER = "cyber",
|
|
726
|
+
CZRX = "czrx",
|
|
727
|
+
DACXI = "dacxi",
|
|
728
|
+
DADI = "dadi",
|
|
729
|
+
DAMM = "damm",
|
|
730
|
+
DAI = "dai",
|
|
731
|
+
DAO = "dao",
|
|
732
|
+
DAOLANG = "daolang",
|
|
733
|
+
DAR = "dar",
|
|
734
|
+
DATA = "data",
|
|
735
|
+
DATAV2 = "datav2",
|
|
736
|
+
DATAECON = "dataecon",
|
|
737
|
+
DAWN = "dawn",
|
|
738
|
+
DEC = "dec",
|
|
739
|
+
DEGO = "dego",
|
|
740
|
+
DENT = "dent",
|
|
741
|
+
DEP = "dep",
|
|
742
|
+
DEPAY = "depay",
|
|
743
|
+
DEXA = "dexa",
|
|
744
|
+
DEXE = "dexe",
|
|
745
|
+
DFD = "dfd",
|
|
746
|
+
DFI = "dfi",
|
|
747
|
+
DFL = "dfl",
|
|
748
|
+
DFX = "dfx",
|
|
749
|
+
DGCL = "dgcl",
|
|
750
|
+
DGD = "dgd",
|
|
751
|
+
DGLD = "dgld",
|
|
752
|
+
DGX = "dgx",
|
|
753
|
+
DHT = "dht",
|
|
754
|
+
DIGG = "digg",
|
|
755
|
+
DIA = "dia",
|
|
756
|
+
DING = "ding",
|
|
757
|
+
DIPE = "dipe",
|
|
758
|
+
DMG = "dmg",
|
|
759
|
+
DMT = "dmt",
|
|
760
|
+
DNA = "dna",
|
|
761
|
+
DNT = "dnt",
|
|
762
|
+
DODO = "dodo",
|
|
763
|
+
DOG = "dog",
|
|
764
|
+
DOGE = "doge",
|
|
765
|
+
DOGEBEAR = "dogebear",
|
|
766
|
+
DOGEBEAR2021 = "dogebear2021",
|
|
767
|
+
DOGEBULL = "dogebull",
|
|
768
|
+
DOMI = "domi",
|
|
769
|
+
DOOM = "doom",
|
|
770
|
+
DOOMSHIT = "doomshit",
|
|
771
|
+
DOSE = "dose",
|
|
772
|
+
DOTK = "dotk",
|
|
773
|
+
DPAY = "dpay",
|
|
774
|
+
DPI = "dpi",
|
|
775
|
+
DPX = "dpx",
|
|
776
|
+
DPY = "dpy",
|
|
777
|
+
DRAM = "dram",
|
|
778
|
+
DRGNBEAR = "drgnbear",
|
|
779
|
+
DRGNBULL = "drgnbull",
|
|
780
|
+
DRPU = "drpu",
|
|
781
|
+
DRV = "drv",
|
|
782
|
+
DUC = "duc",
|
|
783
|
+
DUCK = "duck",
|
|
784
|
+
DUSD = "dusd",
|
|
785
|
+
DUSK = "dusk",
|
|
786
|
+
DUST = "dust",
|
|
787
|
+
DX1U = "dx1u",
|
|
788
|
+
DXGT = "dxgt",
|
|
789
|
+
DXO = "dxo",
|
|
790
|
+
DXPT = "dxpt",
|
|
791
|
+
DXST = "dxst",
|
|
792
|
+
DYDX = "dydx",
|
|
793
|
+
DYN = "dyn",
|
|
794
|
+
EASY = "easy",
|
|
795
|
+
EBTCQ = "ebtcq",
|
|
796
|
+
ECHT = "echt",
|
|
797
|
+
'eth:eco' = "eth:eco",
|
|
798
|
+
ECOX = "ecox",
|
|
799
|
+
EDEN = "eden",
|
|
800
|
+
EDISON = "edison",
|
|
801
|
+
EDLC = "edlc",
|
|
802
|
+
EDO = "edo",
|
|
803
|
+
ELON = "elon",
|
|
804
|
+
EMB = "emb",
|
|
805
|
+
EDN = "edn",
|
|
806
|
+
EDR = "edr",
|
|
807
|
+
EFI = "efi",
|
|
808
|
+
EGL = "egl",
|
|
809
|
+
EGLD = "egld",
|
|
810
|
+
EGOLD = "egold",
|
|
811
|
+
EIGEN = "eigen",
|
|
812
|
+
ELF = "elf",
|
|
813
|
+
ELU = "elu",
|
|
814
|
+
EMAID = "emaid",
|
|
815
|
+
EMX = "emx",
|
|
816
|
+
ENA = "ena",
|
|
817
|
+
ENG = "eng",
|
|
818
|
+
ENJ = "enj",
|
|
819
|
+
ENS = "ens",
|
|
820
|
+
EON = "eon",
|
|
821
|
+
EOP = "eop",
|
|
822
|
+
EOSBEAR = "eosbear",
|
|
823
|
+
EOSBULL = "eosbull",
|
|
824
|
+
EOSDOOM = "eosdoom",
|
|
825
|
+
EOSHEDGE = "eoshedge",
|
|
826
|
+
EOSMOON = "eosmoon",
|
|
827
|
+
EQO = "eqo",
|
|
828
|
+
ESE = "ese",
|
|
829
|
+
ETA = "eta",
|
|
830
|
+
ETHBULL = "ethbull",
|
|
831
|
+
ETCBEAR = "etcbear",
|
|
832
|
+
ETCBULL = "etcbull",
|
|
833
|
+
ETCDOOM = "etcdoom",
|
|
834
|
+
ETCHEDOOM = "etchedoom",
|
|
835
|
+
ETCMOON = "etcmoon",
|
|
836
|
+
ETHBEAR = "ethbear",
|
|
837
|
+
ETHDOOM = "ethdoom",
|
|
838
|
+
ETHFI = "ethfi",
|
|
839
|
+
'eth:block' = "eth:block",
|
|
840
|
+
'eth:bito' = "eth:bito",
|
|
841
|
+
'ETH:ECASH' = "eth:ecash",
|
|
842
|
+
'ETH:OORT' = "eth:oort",
|
|
843
|
+
'eth:ultra' = "eth:ultra",
|
|
844
|
+
'eth:dragonx' = "eth:dragonx",
|
|
845
|
+
ETHHEDGE = "ethhedge",
|
|
846
|
+
ETHMOON = "ethmoon",
|
|
847
|
+
ETHOPT = "ethopt",
|
|
848
|
+
ETHOS = "ethos",
|
|
849
|
+
ETHTON = "ethton",
|
|
850
|
+
ETHX = "ethx",
|
|
851
|
+
ETV = "etv",
|
|
852
|
+
ETX = "etx",
|
|
853
|
+
EUL = "eul",
|
|
854
|
+
EURE = "eure",
|
|
855
|
+
EURL = "eurl",
|
|
856
|
+
EUROE = "euroe",
|
|
857
|
+
EUROP = "europ",
|
|
858
|
+
EURS = "eurs",
|
|
859
|
+
EURST = "eurst",
|
|
860
|
+
EURT = "eurt",
|
|
861
|
+
EURX = "eurx",
|
|
862
|
+
EUX = "eux",
|
|
863
|
+
EVER = "ever",
|
|
864
|
+
EVERY = "every",
|
|
865
|
+
EVRY = "evry",
|
|
866
|
+
EVX = "evx",
|
|
867
|
+
EXCHBEAR = "exchbear",
|
|
868
|
+
EXCHBULL = "exchbull",
|
|
869
|
+
EXCHDOOM = "exchdoom",
|
|
870
|
+
EXCHHEDGE = "exchhedge",
|
|
871
|
+
EXCHMOON = "exchmoon",
|
|
872
|
+
EXE = "exe",
|
|
873
|
+
FANT = "fant",
|
|
874
|
+
FARM = "farm",
|
|
875
|
+
FEI = "fei",
|
|
876
|
+
FET = "fet",
|
|
877
|
+
FET1 = "fet1",
|
|
878
|
+
FDT = "fdt",
|
|
879
|
+
FDUSD = "fdusd",
|
|
880
|
+
FF1 = "ff1",
|
|
881
|
+
FF6000 = "ff6000",
|
|
882
|
+
FFT = "fft",
|
|
883
|
+
FIDA = "fida",
|
|
884
|
+
FIDU = "fidu",
|
|
885
|
+
FIN = "fin",
|
|
886
|
+
FIRE = "fire",
|
|
887
|
+
FIRSTBLOOD = "firstblood",
|
|
888
|
+
FIS = "fis",
|
|
889
|
+
FIXED = "fixed",
|
|
890
|
+
FLIP = "flip",
|
|
891
|
+
FLOKI = "floki",
|
|
892
|
+
FLUX = "flux",
|
|
893
|
+
FLY = "fly",
|
|
894
|
+
FMF = "fmf",
|
|
895
|
+
FOLD = "fold",
|
|
896
|
+
FOR = "for",
|
|
897
|
+
FOREX = "forex",
|
|
898
|
+
FORT = "fort",
|
|
899
|
+
FORTH = "forth",
|
|
900
|
+
FOX = "fox",
|
|
901
|
+
FPIS = "fpis",
|
|
902
|
+
FRAX = "frax",
|
|
903
|
+
FRONT = "front",
|
|
904
|
+
FT = "ft",
|
|
905
|
+
FTM = "ftm",
|
|
906
|
+
FTT = "ftt",
|
|
907
|
+
FTT20 = "ftt20",
|
|
908
|
+
FTX2 = "ftx2",
|
|
909
|
+
FUCKFTX = "fuckftx",
|
|
910
|
+
FUN = "fun",
|
|
911
|
+
FWB = "fwb",
|
|
912
|
+
FX = "fx",
|
|
913
|
+
FXRT = "fxrt",
|
|
914
|
+
FXS = "fxs",
|
|
915
|
+
G = "g",
|
|
916
|
+
GAL = "gal",
|
|
917
|
+
GALA = "gala",
|
|
918
|
+
GALAV2 = "galav2",
|
|
919
|
+
'GAME.COM' = "game.com",
|
|
920
|
+
GAMMA = "gamma",
|
|
921
|
+
'sol:gari' = "sol:gari",
|
|
922
|
+
'sol:usd1' = "sol:usd1",
|
|
923
|
+
'tsol:slnd' = "tsol:slnd",
|
|
924
|
+
'tsol:orca' = "tsol:orca",
|
|
925
|
+
'tsol:usdc' = "tsol:usdc",
|
|
926
|
+
'tsol:ray' = "tsol:ray",
|
|
927
|
+
'tsol:gmt' = "tsol:gmt",
|
|
928
|
+
'tsol:usdt' = "tsol:usdt",
|
|
929
|
+
'tsol:srm' = "tsol:srm",
|
|
930
|
+
'tsol:gari' = "tsol:gari",
|
|
931
|
+
'tsol:t22mint' = "tsol:t22mint",
|
|
932
|
+
'tsol:t1test' = "tsol:t1test",
|
|
933
|
+
GAS = "gas",
|
|
934
|
+
GATE = "gate",
|
|
935
|
+
GBPT = "gbpt",
|
|
936
|
+
GBPX = "gbpx",
|
|
937
|
+
GDT = "gdt",
|
|
938
|
+
GEAR = "gear",
|
|
939
|
+
GEC = "gec",
|
|
940
|
+
GEL = "gel",
|
|
941
|
+
GEN = "gen",
|
|
942
|
+
GENE = "gene",
|
|
943
|
+
GENIE = "genie",
|
|
944
|
+
GF = "gf",
|
|
945
|
+
GFI = "gfi",
|
|
946
|
+
GHST = "ghst",
|
|
947
|
+
GHUB = "ghub",
|
|
948
|
+
GIGDROP = "gigdrop",
|
|
949
|
+
GIV = "giv",
|
|
950
|
+
GLDX = "gldx",
|
|
951
|
+
GLM = "glm",
|
|
952
|
+
GMT = "gmt",
|
|
953
|
+
'sol:gmt' = "sol:gmt",
|
|
954
|
+
GNO = "gno",
|
|
955
|
+
GNT = "gnt",
|
|
956
|
+
'sol:goat' = "sol:goat",
|
|
957
|
+
GODS = "gods",
|
|
958
|
+
GOHM = "gohm",
|
|
959
|
+
GOG = "gog",
|
|
960
|
+
GOLD = "gold",
|
|
961
|
+
GOM = "gom",
|
|
962
|
+
GOMINING = "gomining",
|
|
963
|
+
GOT = "got",
|
|
964
|
+
GRID = "grid",
|
|
965
|
+
GRT = "grt",
|
|
966
|
+
GST = "gst",
|
|
967
|
+
GT = "gt",
|
|
968
|
+
GTAAVE18DP = "gtaave18dp",
|
|
969
|
+
GTBAT18DP = "gtbat18dp",
|
|
970
|
+
GTCOMP18DP = "gtcomp18dp",
|
|
971
|
+
GTGRT18DP = "gtgrt18dp",
|
|
972
|
+
GTLINK18DP = "gtlink18dp",
|
|
973
|
+
GTMKR18DP = "gtmkr18dp",
|
|
974
|
+
GTSNX18DP = "gtsnx18dp",
|
|
975
|
+
GTUNI18DP = "gtuni18dp",
|
|
976
|
+
GTUSDT6DP = "gtusdt6dp",
|
|
977
|
+
GTYFI18DP = "gtyfi18dp",
|
|
978
|
+
GTWBTC8DP = "gtwbtc8dp",
|
|
979
|
+
GTO = "gto",
|
|
980
|
+
GTERC2DP = "gterc2dp",
|
|
981
|
+
GTERC6DP = "gterc6dp",
|
|
982
|
+
GTERC18DP = "gterc18dp",
|
|
983
|
+
GUSD = "gusd",
|
|
984
|
+
GUSDT = "gusdt",
|
|
985
|
+
GXC = "gxc",
|
|
986
|
+
GXT = "gxt",
|
|
987
|
+
GYEN = "gyen",
|
|
988
|
+
HBB = "hbb",
|
|
989
|
+
HBTC = "hbtc",
|
|
990
|
+
HCN = "hcn",
|
|
991
|
+
HDO = "hdo",
|
|
992
|
+
HEDG = "hedg",
|
|
993
|
+
HEDGE = "hedge",
|
|
994
|
+
HEDGESHIT = "hedgeshit",
|
|
995
|
+
HEX = "hex",
|
|
996
|
+
HFT = "hft",
|
|
997
|
+
HGET = "hget",
|
|
998
|
+
HIGH = "high",
|
|
999
|
+
HIFI = "hifi",
|
|
1000
|
+
HIT = "hit",
|
|
1001
|
+
HKDX = "hkdx",
|
|
1002
|
+
HLC = "hlc",
|
|
1003
|
+
HMT = "hmt",
|
|
1004
|
+
'sol:hnt' = "sol:hnt",
|
|
1005
|
+
HOLD = "hold",
|
|
1006
|
+
HOLY = "holy",
|
|
1007
|
+
HOP = "hop",
|
|
1008
|
+
HOT = "hot",
|
|
1009
|
+
HPO = "hpo",
|
|
1010
|
+
HQG = "hqg",
|
|
1011
|
+
HQT = "hqt",
|
|
1012
|
+
HST = "hst",
|
|
1013
|
+
HT = "ht",
|
|
1014
|
+
HTBEAR = "htbear",
|
|
1015
|
+
HTBULL = "htbull",
|
|
1016
|
+
HTDOOM = "htdoom",
|
|
1017
|
+
'hteth:bgerchv2' = "hteth:bgerchv2",
|
|
1018
|
+
'hteth:aut' = "hteth:aut",
|
|
1019
|
+
HTHEDGE = "hthedge",
|
|
1020
|
+
HTMOON = "htmoon",
|
|
1021
|
+
HUM = "hum",
|
|
1022
|
+
HUMV2 = "humv2",
|
|
1023
|
+
HUSD = "husd",
|
|
1024
|
+
HXRO = "hxro",
|
|
1025
|
+
HYB = "hyb",
|
|
1026
|
+
HYDRO = "hydro",
|
|
1027
|
+
HYDROPROTOCOL = "hydroprotocol",
|
|
1028
|
+
I8 = "i8",
|
|
1029
|
+
IBEUR = "ibeur",
|
|
1030
|
+
IBOX = "ibox",
|
|
1031
|
+
IBVOL = "ibvol",
|
|
1032
|
+
ICETH = "iceth",
|
|
1033
|
+
ID = "id",
|
|
1034
|
+
IDEX = "idex",
|
|
1035
|
+
IDRC = "idrc",
|
|
1036
|
+
IDRT = "idrt",
|
|
1037
|
+
ILV = "ilv",
|
|
1038
|
+
IMX = "imx",
|
|
1039
|
+
IMXV2 = "imxv2",
|
|
1040
|
+
INCX = "incx",
|
|
1041
|
+
IND = "ind",
|
|
1042
|
+
INDEX = "index",
|
|
1043
|
+
INDI = "indi",
|
|
1044
|
+
INF = "inf",
|
|
1045
|
+
INJ = "inj",
|
|
1046
|
+
INJV2 = "injv2",
|
|
1047
|
+
INST = "inst",
|
|
1048
|
+
INSUR = "insur",
|
|
1049
|
+
INV = "inv",
|
|
1050
|
+
INX = "inx",
|
|
1051
|
+
IOST = "iost",
|
|
1052
|
+
IOTX = "iotx",
|
|
1053
|
+
IP3 = "ip3",
|
|
1054
|
+
ISF = "isf",
|
|
1055
|
+
ISR = "isr",
|
|
1056
|
+
IVO = "ivo",
|
|
1057
|
+
IVY = "ivy",
|
|
1058
|
+
JASMY = "jasmy",
|
|
1059
|
+
JBC = "jbc",
|
|
1060
|
+
JCR = "jcr",
|
|
1061
|
+
JCG = "jcg",
|
|
1062
|
+
'sol:jet' = "sol:jet",
|
|
1063
|
+
JFIN = "jfin",
|
|
1064
|
+
JPYX = "jpyx",
|
|
1065
|
+
JSOL = "jsol",
|
|
1066
|
+
KARATE = "karate",
|
|
1067
|
+
KARMA = "karma",
|
|
1068
|
+
KAS = "kas",
|
|
1069
|
+
KCASH = "kcash",
|
|
1070
|
+
KCS = "kcs",
|
|
1071
|
+
KEEP = "keep",
|
|
1072
|
+
KEY = "key",
|
|
1073
|
+
KILL0 = "kill0",
|
|
1074
|
+
KIN = "kin",
|
|
1075
|
+
'sol:kin' = "sol:kin",
|
|
1076
|
+
KINE = "kine",
|
|
1077
|
+
KING = "king",
|
|
1078
|
+
KINTO = "kinto",
|
|
1079
|
+
KIRO = "kiro",
|
|
1080
|
+
KISHUI = "kishui",
|
|
1081
|
+
KITTY = "kitty",
|
|
1082
|
+
KNC = "knc",
|
|
1083
|
+
KNC2 = "knc2",
|
|
1084
|
+
KOIN = "koin",
|
|
1085
|
+
KOL = "kol",
|
|
1086
|
+
KOZ = "koz",
|
|
1087
|
+
KP3R = "kp3r",
|
|
1088
|
+
KRO = "kro",
|
|
1089
|
+
KROM = "krom",
|
|
1090
|
+
KTRC = "ktrc",
|
|
1091
|
+
KZE = "kze",
|
|
1092
|
+
L3 = "l3",
|
|
1093
|
+
L3USD = "l3usd",
|
|
1094
|
+
LA = "la",
|
|
1095
|
+
LADYS = "ladys",
|
|
1096
|
+
LAYER = "layer",
|
|
1097
|
+
LAYERZERO = "layerzero",
|
|
1098
|
+
LBA = "lba",
|
|
1099
|
+
LCX = "lcx",
|
|
1100
|
+
LDO = "ldo",
|
|
1101
|
+
LEND = "lend",
|
|
1102
|
+
LEO = "leo",
|
|
1103
|
+
LEOBEAR = "leobear",
|
|
1104
|
+
LEOBULL = "leobull",
|
|
1105
|
+
LEODOOM = "leodoom",
|
|
1106
|
+
LEOHEDGE = "leohedge",
|
|
1107
|
+
LEOMOON = "leomoon",
|
|
1108
|
+
LEV = "lev",
|
|
1109
|
+
LEVER = "lever",
|
|
1110
|
+
LGO = "lgo",
|
|
1111
|
+
LIEN = "lien",
|
|
1112
|
+
LIF3 = "lif3",
|
|
1113
|
+
LIKE = "like",
|
|
1114
|
+
LINA = "lina",
|
|
1115
|
+
LINK = "link",
|
|
1116
|
+
LINKBEAR = "linkbear",
|
|
1117
|
+
LINKBULL = "linkbull",
|
|
1118
|
+
LION = "lion",
|
|
1119
|
+
LIT = "lit",
|
|
1120
|
+
LITH = "lith",
|
|
1121
|
+
LITv2 = "litv2",
|
|
1122
|
+
LKR = "lkr",
|
|
1123
|
+
LMWR = "lmwr",
|
|
1124
|
+
LNC = "lnc",
|
|
1125
|
+
LOKA = "loka",
|
|
1126
|
+
LOOKS = "looks",
|
|
1127
|
+
LOOM = "loom",
|
|
1128
|
+
LOOM1 = "loom1",
|
|
1129
|
+
LOVE = "love",
|
|
1130
|
+
LOVELY = "lovely",
|
|
1131
|
+
LOWB = "lowb",
|
|
1132
|
+
LPT = "lpt",
|
|
1133
|
+
LQID = "lqid",
|
|
1134
|
+
LQTY = "lqty",
|
|
1135
|
+
LRC = "lrc",
|
|
1136
|
+
LRCV2 = "lrcv2",
|
|
1137
|
+
LSETH = "lseth",
|
|
1138
|
+
LSK = "lsk",
|
|
1139
|
+
LTCBEAR = "ltcbear",
|
|
1140
|
+
LTCBULL = "ltcbull",
|
|
1141
|
+
LTCDOOM = "ltcdoom",
|
|
1142
|
+
LTCHEDGE = "ltchedge",
|
|
1143
|
+
LTCMOON = "ltcmoon",
|
|
1144
|
+
LTO = "lto",
|
|
1145
|
+
LUA = "lua",
|
|
1146
|
+
LUNA = "luna",
|
|
1147
|
+
LUNAWORMHOLE = "lunawormhole",
|
|
1148
|
+
LYN = "lyn",
|
|
1149
|
+
LYXE = "lyxe",
|
|
1150
|
+
MAGIC = "magic",
|
|
1151
|
+
MANA = "mana",
|
|
1152
|
+
MAPS = "maps",
|
|
1153
|
+
MASA = "masa",
|
|
1154
|
+
MASK = "mask",
|
|
1155
|
+
MATH = "math",
|
|
1156
|
+
MATIC = "matic",
|
|
1157
|
+
MATICBEAR = "maticbear",
|
|
1158
|
+
MATICBEAR2021 = "maticbear2021",
|
|
1159
|
+
MATICBULL = "maticbull",
|
|
1160
|
+
MATTER = "matter",
|
|
1161
|
+
MAV = "mav",
|
|
1162
|
+
MBS = "mbs",
|
|
1163
|
+
MCAU = "mcau",
|
|
1164
|
+
MCB = "mcb",
|
|
1165
|
+
MCDAI = "mcdai",
|
|
1166
|
+
MCO = "mco",
|
|
1167
|
+
MCO2 = "mco2",
|
|
1168
|
+
MCS = "mcs",
|
|
1169
|
+
MCX = "mcx",
|
|
1170
|
+
MDFC = "mdfc",
|
|
1171
|
+
MDT = "mdt",
|
|
1172
|
+
MDX = "mdx",
|
|
1173
|
+
MEAN = "mean",
|
|
1174
|
+
MEDIA = "media",
|
|
1175
|
+
MEDIAv2 = "mediav2",
|
|
1176
|
+
MEDX = "medx",
|
|
1177
|
+
MEME = "meme",
|
|
1178
|
+
MEOW = "meow",
|
|
1179
|
+
MER = "mer",
|
|
1180
|
+
MET = "met",
|
|
1181
|
+
META = "meta",
|
|
1182
|
+
METIS = "metis",
|
|
1183
|
+
MEW = "mew",
|
|
1184
|
+
MFG = "mfg",
|
|
1185
|
+
MFPH = "mfph",
|
|
1186
|
+
MFT = "mft",
|
|
1187
|
+
MIDBEAR = "midbear",
|
|
1188
|
+
MIDBULL = "midbull",
|
|
1189
|
+
MIDDOOM = "middoom",
|
|
1190
|
+
MIDHEDGE = "midhedge",
|
|
1191
|
+
MIDMOON = "midmoon",
|
|
1192
|
+
MILKV2 = "milkv2",
|
|
1193
|
+
MIM = "mim",
|
|
1194
|
+
MIR = "mir",
|
|
1195
|
+
MITH = "mith",
|
|
1196
|
+
MIX = "mix",
|
|
1197
|
+
MIZN = "mizn",
|
|
1198
|
+
MKR = "mkr",
|
|
1199
|
+
MLN = "mln",
|
|
1200
|
+
MNS = "mns",
|
|
1201
|
+
MNT = "mnt",
|
|
1202
|
+
MNDE = "mnde",
|
|
1203
|
+
'sol:mnde' = "sol:mnde",
|
|
1204
|
+
MOC = "moc",
|
|
1205
|
+
MOCA = "moca",
|
|
1206
|
+
MOCHI = "mochi",
|
|
1207
|
+
MOF = "mof",
|
|
1208
|
+
MOG = "mog",
|
|
1209
|
+
MOH = "moh",
|
|
1210
|
+
MOON = "moon",
|
|
1211
|
+
MOONSHIT = "moonshit",
|
|
1212
|
+
MOTHER = "mother",
|
|
1213
|
+
MNGO = "mngo",
|
|
1214
|
+
MPAY = "mpay",
|
|
1215
|
+
MPL = "mpl",
|
|
1216
|
+
'sol:mplx' = "sol:mplx",
|
|
1217
|
+
MRTWEET = "mrtweet",
|
|
1218
|
+
MSN = "msn",
|
|
1219
|
+
MSOL = "msol",
|
|
1220
|
+
MTA = "mta",
|
|
1221
|
+
MTCN = "mtcn",
|
|
1222
|
+
MTH = "mth",
|
|
1223
|
+
MTL = "mtl",
|
|
1224
|
+
MTV = "mtv",
|
|
1225
|
+
MUSD = "musd",
|
|
1226
|
+
MVL = "mvl",
|
|
1227
|
+
MVI = "mvi",
|
|
1228
|
+
MWT = "mwt",
|
|
1229
|
+
MYRC = "myrc",
|
|
1230
|
+
MYTH = "myth",
|
|
1231
|
+
NAAI = "naai",
|
|
1232
|
+
NAS = "nas",
|
|
1233
|
+
NCT = "nct",
|
|
1234
|
+
NDX = "ndx",
|
|
1235
|
+
'NEAR-ERC20' = "near-erc20",
|
|
1236
|
+
NEU = "neu",
|
|
1237
|
+
NEWO = "newo",
|
|
1238
|
+
NEXO = "nexo",
|
|
1239
|
+
'NFCWIN-SB-2021' = "nfcwin-sb-2021",
|
|
1240
|
+
NFTFI = "nftfi",
|
|
1241
|
+
NFTX = "nftx",
|
|
1242
|
+
NGNT = "ngnt",
|
|
1243
|
+
NIAX = "niax",
|
|
1244
|
+
NKN = "nkn",
|
|
1245
|
+
NMR = "nmr",
|
|
1246
|
+
NOSANA = "nosana",
|
|
1247
|
+
NOTE = "note",
|
|
1248
|
+
NOVA = "nova",
|
|
1249
|
+
NPT = "npt",
|
|
1250
|
+
NPXS = "npxs",
|
|
1251
|
+
NS2DRP = "ns2drp",
|
|
1252
|
+
NU = "nu",
|
|
1253
|
+
NULS = "nuls",
|
|
1254
|
+
NUTS = "nuts",
|
|
1255
|
+
NXM = "nxm",
|
|
1256
|
+
NYM = "nym",
|
|
1257
|
+
NZDX = "nzdx",
|
|
1258
|
+
OAX = "oax",
|
|
1259
|
+
OCEAN = "ocean",
|
|
1260
|
+
OCEANV2 = "oceanv2",
|
|
1261
|
+
OCTAV = "octav",
|
|
1262
|
+
OGN = "ogn",
|
|
1263
|
+
OGV = "ogv",
|
|
1264
|
+
OKB = "okb",
|
|
1265
|
+
OKBBEAR = "okbbear",
|
|
1266
|
+
OKBBULL = "okbbull",
|
|
1267
|
+
OKBDOOM = "okbdoom",
|
|
1268
|
+
OKBHEDGE = "okbhedge",
|
|
1269
|
+
OKBMOON = "okbmoon",
|
|
1270
|
+
OM = "om",
|
|
1271
|
+
OMOLD = "omold",
|
|
1272
|
+
OMG = "omg",
|
|
1273
|
+
OMNI = "omni",
|
|
1274
|
+
OMNIA = "omnia",
|
|
1275
|
+
ONDO = "ondo",
|
|
1276
|
+
ONL = "onl",
|
|
1277
|
+
ONT = "ont",
|
|
1278
|
+
OOKI = "ooki",
|
|
1279
|
+
OP = "op",
|
|
1280
|
+
OPIUM = "opium",
|
|
1281
|
+
OPT = "opt",
|
|
1282
|
+
ORAI = "orai",
|
|
1283
|
+
ORBS = "orbs",
|
|
1284
|
+
ORC = "orc",
|
|
1285
|
+
ORN = "orn",
|
|
1286
|
+
'sol:orca' = "sol:orca",
|
|
1287
|
+
OS = "os",
|
|
1288
|
+
OSETH = "oseth",
|
|
1289
|
+
OUSD = "ousd",
|
|
1290
|
+
OUSG = "ousg",
|
|
1291
|
+
OWN = "own",
|
|
1292
|
+
OXT = "oxt",
|
|
1293
|
+
OXY = "oxy",
|
|
1294
|
+
OHM = "ohm",
|
|
1295
|
+
PACT = "pact",
|
|
1296
|
+
PAI = "pai",
|
|
1297
|
+
PAR = "par",
|
|
1298
|
+
PASS = "pass",
|
|
1299
|
+
PAU = "pau",
|
|
1300
|
+
PAX = "pax",
|
|
1301
|
+
PAXG = "paxg",
|
|
1302
|
+
PAXGBEAR = "paxgbear",
|
|
1303
|
+
PAXGBULL = "paxgbull",
|
|
1304
|
+
PAY = "pay",
|
|
1305
|
+
PBCH = "pbch",
|
|
1306
|
+
PBTC = "pbtc",
|
|
1307
|
+
PDA = "PDA",
|
|
1308
|
+
PDATA = "pdata",
|
|
1309
|
+
PDI = "pdi",
|
|
1310
|
+
PEAQ = "peaq",
|
|
1311
|
+
PEBBLE = "pebble",
|
|
1312
|
+
PEG = "peg",
|
|
1313
|
+
PENDLE = "pendle",
|
|
1314
|
+
PEOPLE = "people",
|
|
1315
|
+
PEPE = "pepe",
|
|
1316
|
+
PERL = "perl",
|
|
1317
|
+
PERP = "perp",
|
|
1318
|
+
PETH = "peth",
|
|
1319
|
+
PHA = "pha",
|
|
1320
|
+
PHNX = "phnx",
|
|
1321
|
+
PICK = "pick",
|
|
1322
|
+
PICKLE = "pickle",
|
|
1323
|
+
PIE = "pie",
|
|
1324
|
+
PINE = "pine",
|
|
1325
|
+
PIRATE = "pirate",
|
|
1326
|
+
PLAY = "play",
|
|
1327
|
+
PIXEL = "pixel",
|
|
1328
|
+
PLC = "plc",
|
|
1329
|
+
PFCT = "pfct",
|
|
1330
|
+
PLANET = "planet",
|
|
1331
|
+
PLNX = "plnx",
|
|
1332
|
+
PLX = "plx",
|
|
1333
|
+
PMA = "pma",
|
|
1334
|
+
PNT = "pnt",
|
|
1335
|
+
POL = "pol",
|
|
1336
|
+
POLIS = "polis",
|
|
1337
|
+
POLY = "poly",
|
|
1338
|
+
POLYX = "polyx",
|
|
1339
|
+
POLS = "pols",
|
|
1340
|
+
POND = "pond",
|
|
1341
|
+
PONYS = "ponys",
|
|
1342
|
+
PORT = "port",
|
|
1343
|
+
POWR = "powr",
|
|
1344
|
+
PPT = "ppt",
|
|
1345
|
+
PRDX = "prdx",
|
|
1346
|
+
PRINTS = "prints",
|
|
1347
|
+
PRISM = "prism",
|
|
1348
|
+
PRO = "pro",
|
|
1349
|
+
PROM = "prom",
|
|
1350
|
+
PROS = "pros",
|
|
1351
|
+
PRT = "prt",
|
|
1352
|
+
PRTS = "prts",
|
|
1353
|
+
PSOL = "psol",
|
|
1354
|
+
PSP = "psp",
|
|
1355
|
+
PSTAKE = "pstake",
|
|
1356
|
+
PSY = "psy",
|
|
1357
|
+
PTU = "ptu",
|
|
1358
|
+
PUNDIX = "pundix",
|
|
1359
|
+
'sol:pump' = "sol:pump",
|
|
1360
|
+
PUSD = "pusd",
|
|
1361
|
+
PUSH = "push",
|
|
1362
|
+
PV01 = "pv01",
|
|
1363
|
+
PXP = "pxp",
|
|
1364
|
+
PYR = "pyr",
|
|
1365
|
+
PYUSD = "pyusd",
|
|
1366
|
+
QASH = "qash",
|
|
1367
|
+
QCAD = "qcad",
|
|
1368
|
+
'sol:qcad' = "sol:qcad",
|
|
1369
|
+
QOM = "qom",
|
|
1370
|
+
QUICK = "quick",
|
|
1371
|
+
QDT = "qdt",
|
|
1372
|
+
QKC = "qkc",
|
|
1373
|
+
QLINDO = "qlindo",
|
|
1374
|
+
QNT = "qnt",
|
|
1375
|
+
QRDO = "qrdo",
|
|
1376
|
+
QRL = "qrl",
|
|
1377
|
+
QSP = "qsp",
|
|
1378
|
+
QVT = "qvt",
|
|
1379
|
+
RAD = "rad",
|
|
1380
|
+
RADAR = "radar",
|
|
1381
|
+
RAIN = "rain",
|
|
1382
|
+
RALPH = "ralph",
|
|
1383
|
+
RAMP = "ramp",
|
|
1384
|
+
RARE = "rare",
|
|
1385
|
+
RARI = "rari",
|
|
1386
|
+
RAY = "ray",
|
|
1387
|
+
'sol:ray' = "sol:ray",
|
|
1388
|
+
RAZOR = "razor",
|
|
1389
|
+
RBANK = "rbank",
|
|
1390
|
+
RBN = "rbn",
|
|
1391
|
+
RBX = "rbx",
|
|
1392
|
+
RBY = "rby",
|
|
1393
|
+
RCOIN = "rcoin",
|
|
1394
|
+
RCT = "rct",
|
|
1395
|
+
RDN = "rdn",
|
|
1396
|
+
RDNT = "rdnt",
|
|
1397
|
+
REAL = "real",
|
|
1398
|
+
REB = "reb",
|
|
1399
|
+
REBL = "rebl",
|
|
1400
|
+
REEF = "reef",
|
|
1401
|
+
REF = "ref",
|
|
1402
|
+
REKTTOKEN = "rekttoken",
|
|
1403
|
+
REKTGAME = "rektgame",
|
|
1404
|
+
REN = "ren",
|
|
1405
|
+
RENBTC = "renbtc",
|
|
1406
|
+
RENDOGE = "rendoge",
|
|
1407
|
+
REP = "rep",
|
|
1408
|
+
REPV2 = "repv2",
|
|
1409
|
+
REQ = "REQ",
|
|
1410
|
+
'RETH-ROCKET' = "reth-rocket",
|
|
1411
|
+
'RETH-STAFI' = "reth-stafi",
|
|
1412
|
+
'RETH-H' = "reth-h",
|
|
1413
|
+
RETH2 = "reth2",
|
|
1414
|
+
REVV = "revv",
|
|
1415
|
+
REZ = "rez",
|
|
1416
|
+
RFOX = "rfox",
|
|
1417
|
+
RFR = "rfr",
|
|
1418
|
+
RFUEL = "rfuel",
|
|
1419
|
+
RGT = "rgt",
|
|
1420
|
+
RIF = "rif",
|
|
1421
|
+
RINGX = "ringx",
|
|
1422
|
+
RIO = "rio",
|
|
1423
|
+
RLC = "rlc",
|
|
1424
|
+
RLUSD = "rlusd",
|
|
1425
|
+
RLY = "rly",
|
|
1426
|
+
RN = "rn",
|
|
1427
|
+
RND = "rnd",
|
|
1428
|
+
RNDR = "rndr",
|
|
1429
|
+
RNDT = "rndt",
|
|
1430
|
+
ROOK = "rook",
|
|
1431
|
+
RON = "ron",
|
|
1432
|
+
RONC = "ronc",
|
|
1433
|
+
ROOBEE = "roobee",
|
|
1434
|
+
RPK = "rpk",
|
|
1435
|
+
RPL = "rpl",
|
|
1436
|
+
RSR = "rsr",
|
|
1437
|
+
RSWETH = "rsweth",
|
|
1438
|
+
RUBX = "rubx",
|
|
1439
|
+
RUEDATK = "ruedatk",
|
|
1440
|
+
RUN = "run",
|
|
1441
|
+
RUNE = "rune",
|
|
1442
|
+
RVR = "rvr",
|
|
1443
|
+
RYOSHI = "ryoshi",
|
|
1444
|
+
SAFE = "safe",
|
|
1445
|
+
SAIL = "sail",
|
|
1446
|
+
SAITABIT = "saitabit",
|
|
1447
|
+
SALT = "salt",
|
|
1448
|
+
SAND = "sand",
|
|
1449
|
+
SASHIMI = "sashimi",
|
|
1450
|
+
SAMO = "samo",
|
|
1451
|
+
SBC = "sbc",
|
|
1452
|
+
'sol:sbc' = "sol:sbc",
|
|
1453
|
+
'sol:veur' = "sol:veur",
|
|
1454
|
+
'sol:vchf' = "sol:vchf",
|
|
1455
|
+
'sol:tbill' = "sol:tbill",
|
|
1456
|
+
'sol:usdg' = "sol:usdg",
|
|
1457
|
+
'sol:ausd' = "sol:ausd",
|
|
1458
|
+
SBF = "sbf",
|
|
1459
|
+
SBR = "sbr",
|
|
1460
|
+
SBRIOU = "sbriou",
|
|
1461
|
+
SCNSOL = "scnsol",
|
|
1462
|
+
SCOPE = "scope",
|
|
1463
|
+
SD = "sd",
|
|
1464
|
+
SDL = "sdl",
|
|
1465
|
+
SECO = "seco",
|
|
1466
|
+
SETH = "seth",
|
|
1467
|
+
'SETH-H' = "seth-h",
|
|
1468
|
+
SETH2 = "seth2",
|
|
1469
|
+
SEWERCOIN = "sewercoin",
|
|
1470
|
+
SFI = "sfi",
|
|
1471
|
+
SGA = "sga",
|
|
1472
|
+
SGDX = "sgdx",
|
|
1473
|
+
SGR = "sgr",
|
|
1474
|
+
SGT = "sgt",
|
|
1475
|
+
SHDW = "shdw",
|
|
1476
|
+
SHEESH = "sheesh",
|
|
1477
|
+
SHIDO = "shido",
|
|
1478
|
+
SHK = "shk",
|
|
1479
|
+
SHOPX = "shopx",
|
|
1480
|
+
SHOW = "show",
|
|
1481
|
+
SHIB = "shib",
|
|
1482
|
+
SHR = "shr",
|
|
1483
|
+
SIH = "sih",
|
|
1484
|
+
SILV = "silv",
|
|
1485
|
+
SIPHER = "sipher",
|
|
1486
|
+
SIS = "sis",
|
|
1487
|
+
SKALE = "skale",
|
|
1488
|
+
SLAB = "slab",
|
|
1489
|
+
SLC = "slc",
|
|
1490
|
+
SLCL = "slcl",
|
|
1491
|
+
'sol:slnd' = "sol:slnd",
|
|
1492
|
+
SLOT = "slot",
|
|
1493
|
+
SLP = "slp",
|
|
1494
|
+
SLRS = "slrs",
|
|
1495
|
+
SLVX = "slvx",
|
|
1496
|
+
SMT = "smt",
|
|
1497
|
+
SNC = "snc",
|
|
1498
|
+
SNM = "snm",
|
|
1499
|
+
SNOV = "snov",
|
|
1500
|
+
SNT = "snt",
|
|
1501
|
+
SNX = "snx",
|
|
1502
|
+
SNY = "sny",
|
|
1503
|
+
SOC = "soc",
|
|
1504
|
+
SOHM = "sohm",
|
|
1505
|
+
SOMM = "somm",
|
|
1506
|
+
SOS = "sos",
|
|
1507
|
+
SPA = "spa",
|
|
1508
|
+
SPELL = "spell",
|
|
1509
|
+
SPF = "spf",
|
|
1510
|
+
SPO = "spo",
|
|
1511
|
+
SOLVE = "solve",
|
|
1512
|
+
'SQUID2.0' = "squid2.0",
|
|
1513
|
+
SRNT = "srnt",
|
|
1514
|
+
SRM = "srm",
|
|
1515
|
+
'sol:srm' = "sol:srm",
|
|
1516
|
+
'sol:pipe' = "sol:pipe",
|
|
1517
|
+
SSV = "ssv",
|
|
1518
|
+
STARS = "stars",
|
|
1519
|
+
STATE = "state",
|
|
1520
|
+
STBU = "stbu",
|
|
1521
|
+
STC = "stc",
|
|
1522
|
+
STCV2 = "stcv2",
|
|
1523
|
+
STEP = "step",
|
|
1524
|
+
STETH = "steth",
|
|
1525
|
+
STG = "stg",
|
|
1526
|
+
STKAAVE = "stkaave",
|
|
1527
|
+
STMX = "stmx",
|
|
1528
|
+
STORE = "store",
|
|
1529
|
+
STORJ = "storj",
|
|
1530
|
+
STORM = "storm",
|
|
1531
|
+
STPT = "stpt",
|
|
1532
|
+
STRIKE = "strike",
|
|
1533
|
+
STRK = "strk",
|
|
1534
|
+
STRONG = "strong",
|
|
1535
|
+
STSOL = "stsol",
|
|
1536
|
+
STZEN = "stzen",
|
|
1537
|
+
'SUI-ERC20' = "sui-erc20",
|
|
1538
|
+
SUN = "sun",
|
|
1539
|
+
SUNNY = "sunny",
|
|
1540
|
+
SUPER = "super",
|
|
1541
|
+
SUPERPERIO = "superperio",
|
|
1542
|
+
SUSD = "susd",
|
|
1543
|
+
SUSDE = "susde",
|
|
1544
|
+
SUSHI = "sushi",
|
|
1545
|
+
SQUIG = "squig",
|
|
1546
|
+
SVT = "svt",
|
|
1547
|
+
SWAG = "swag",
|
|
1548
|
+
SWAP = "SWAP",
|
|
1549
|
+
SWEAT = "sweat",
|
|
1550
|
+
SWETH = "sweth",
|
|
1551
|
+
SWISE = "swice",
|
|
1552
|
+
SWITCH = "switch",
|
|
1553
|
+
SWRV = "swrv",
|
|
1554
|
+
SXP = "sxp",
|
|
1555
|
+
SYN = "syn",
|
|
1556
|
+
SYNCH = "synch",
|
|
1557
|
+
SYRUP = "syrup",
|
|
1558
|
+
'SYNTH-SUSD' = "synth-susd",
|
|
1559
|
+
TAO = "tao",
|
|
1560
|
+
THRESHOLD = "threshold",
|
|
1561
|
+
THEU = "theu",
|
|
1562
|
+
TAUD = "taud",
|
|
1563
|
+
TBILL = "tbill",
|
|
1564
|
+
TBTC1 = "tbtc1",
|
|
1565
|
+
TBTC2 = "tbtc2",
|
|
1566
|
+
TCAD = "tcad",
|
|
1567
|
+
TCO = "tco",
|
|
1568
|
+
TEIGEN = "teigen",
|
|
1569
|
+
TEINU = "teinu",
|
|
1570
|
+
TEL = "tel",
|
|
1571
|
+
TELEGRAMDAO = "telegramdao",
|
|
1572
|
+
TEN = "ten",
|
|
1573
|
+
TENX = "tenx",
|
|
1574
|
+
TERC = "terc",
|
|
1575
|
+
TEUROC = "teuroc",
|
|
1576
|
+
TERC2DP = "terc2dp",
|
|
1577
|
+
TERC6DP = "terc6dp",
|
|
1578
|
+
TERC18DP = "terc18DP",
|
|
1579
|
+
TERC20 = "terc20",
|
|
1580
|
+
TERC2DP1 = "terc2dp1",
|
|
1581
|
+
TERC2DP2 = "terc2dp2",
|
|
1582
|
+
TERC2DP3 = "terc2dp3",
|
|
1583
|
+
TERC2DP4 = "terc2dp4",
|
|
1584
|
+
TERC2DP5 = "terc2dp5",
|
|
1585
|
+
TERC6DP1 = "terc6dp1",
|
|
1586
|
+
TERC6DP2 = "terc6dp2",
|
|
1587
|
+
TERC6DP3 = "terc6dp3",
|
|
1588
|
+
TERC6DP4 = "terc6dp4",
|
|
1589
|
+
TERC6DP5 = "terc6dp5",
|
|
1590
|
+
TERC18DP1 = "terc18dp1",
|
|
1591
|
+
TERC18DP2 = "terc18dp2",
|
|
1592
|
+
TERC18DP3 = "terc18dp3",
|
|
1593
|
+
TERC18DP4 = "terc18dp4",
|
|
1594
|
+
TERC18DP5 = "terc18dp5",
|
|
1595
|
+
TERC18DP6 = "terc18dp6",
|
|
1596
|
+
TERC18DP7 = "terc18dp7",
|
|
1597
|
+
TERC18DP8 = "terc18dp8",
|
|
1598
|
+
TERC18DP9 = "terc18dp9",
|
|
1599
|
+
TERC18DP10 = "terc18dp10",
|
|
1600
|
+
TERC18DP11 = "terc18dp11",
|
|
1601
|
+
TERC18DP12 = "terc18dp12",
|
|
1602
|
+
TERC18DP13 = "terc18dp13",
|
|
1603
|
+
TERC18DP14 = "terc18dp14",
|
|
1604
|
+
TERC18DP15 = "terc18dp15",
|
|
1605
|
+
BGERCH = "bgerch",
|
|
1606
|
+
AMSTEST = "amstest",
|
|
1607
|
+
TERM = "term",
|
|
1608
|
+
TGBP = "tgbp",
|
|
1609
|
+
TUSDS = "tusds",
|
|
1610
|
+
TGOUSD = "tgousd",
|
|
1611
|
+
'hteth:gousd' = "hteth:gousd",
|
|
1612
|
+
'hteth:usd1' = "hteth:usd1",
|
|
1613
|
+
'hteth:stgusd1' = "hteth:stgusd1",
|
|
1614
|
+
'hteth:tsteth' = "hteth:tsteth",
|
|
1615
|
+
THKD = "thkd",
|
|
1616
|
+
THUNDER = "thunder",
|
|
1617
|
+
TIO = "tio",
|
|
1618
|
+
TIOX = "tiox",
|
|
1619
|
+
TKMK = "tkmk",
|
|
1620
|
+
TKNT = "tknt",
|
|
1621
|
+
TKO = "tko",
|
|
1622
|
+
TKX = "tkx",
|
|
1623
|
+
TLAB = "tlab",
|
|
1624
|
+
TLM = "tlm",
|
|
1625
|
+
TLOS = "tlos",
|
|
1626
|
+
TMATIC = "tmatic",
|
|
1627
|
+
TMSN = "tmsn",
|
|
1628
|
+
TNT = "tnt",
|
|
1629
|
+
TOKAMAK = "tokamak",
|
|
1630
|
+
TOKE = "toke",
|
|
1631
|
+
TOKEN = "token",
|
|
1632
|
+
TOMI = "tomi",
|
|
1633
|
+
TOMOBEAR = "tomobear",
|
|
1634
|
+
TOMOBEAR2 = "tomobear2",
|
|
1635
|
+
TOMOBULL = "tomobull",
|
|
1636
|
+
TOK = "tok",
|
|
1637
|
+
TONCOIN = "toncoin",
|
|
1638
|
+
TOPM = "topm",
|
|
1639
|
+
TRAC = "trac",
|
|
1640
|
+
TRAXX = "traxx",
|
|
1641
|
+
TRB = "trb",
|
|
1642
|
+
TRIBE = "tribe",
|
|
1643
|
+
TRIBL = "tribl",
|
|
1644
|
+
TRL = "trl",
|
|
1645
|
+
TROY = "troy",
|
|
1646
|
+
TRST = "trst",
|
|
1647
|
+
TRU = "tru",
|
|
1648
|
+
TRUF = "truf",
|
|
1649
|
+
TRUFV2 = "trufv2",
|
|
1650
|
+
TRUMPLOSE = "trumplose",
|
|
1651
|
+
TRUMPWIN = "trumpwin",
|
|
1652
|
+
TRXBEAR = "trxbear",
|
|
1653
|
+
TRXBULL = "trxbull",
|
|
1654
|
+
TRXDOOM = "trxdoom",
|
|
1655
|
+
'TRX-ERC20' = "TRX-ERC20",
|
|
1656
|
+
TRXHEDGE = "trxhedge",
|
|
1657
|
+
TRXMOON = "trxmoon",
|
|
1658
|
+
TRYB = "tryb",
|
|
1659
|
+
TRYB2 = "tryb2",
|
|
1660
|
+
TRYBBEAR = "trybbear",
|
|
1661
|
+
TRYBBULL = "trybbull",
|
|
1662
|
+
TRYX = "tryx",
|
|
1663
|
+
TST = "tst",
|
|
1664
|
+
TSUKA = "tsuka",
|
|
1665
|
+
TULIP = "tulip",
|
|
1666
|
+
TUPOLIS = "tupolis",
|
|
1667
|
+
TUSD = "tusd",
|
|
1668
|
+
TUSDC = "tusdc",
|
|
1669
|
+
TUSDT = "tusdt",
|
|
1670
|
+
TUSRM = "tusrm",
|
|
1671
|
+
TWDOGE = "twdoge",
|
|
1672
|
+
TWETH = "tweth",
|
|
1673
|
+
TXL = "txl",
|
|
1674
|
+
TXSGD = "txsgd",
|
|
1675
|
+
TXUSD = "txusd",
|
|
1676
|
+
UAIR = "uair",
|
|
1677
|
+
UBXT = "ubxt",
|
|
1678
|
+
UCO = "uco",
|
|
1679
|
+
UFT = "uft",
|
|
1680
|
+
UKG = "ukg",
|
|
1681
|
+
UMA = "uma",
|
|
1682
|
+
UMEE = "umee",
|
|
1683
|
+
UNB = "unb",
|
|
1684
|
+
UNI = "uni",
|
|
1685
|
+
UOS = "uos",
|
|
1686
|
+
UP = "up",
|
|
1687
|
+
UPBTC = "upbtc",
|
|
1688
|
+
UPP = "upp",
|
|
1689
|
+
UPT = "upt",
|
|
1690
|
+
UPUSD = "upusd",
|
|
1691
|
+
UQC = "uqc",
|
|
1692
|
+
URHD = "urhd",
|
|
1693
|
+
'sol:usdt' = "sol:usdt",
|
|
1694
|
+
'sol:usdc' = "sol:usdc",
|
|
1695
|
+
USCC = "uscc",
|
|
1696
|
+
USDC = "usdc",
|
|
1697
|
+
'USDC-POS-WORMHOLE' = "usdc-pos-wormhole",
|
|
1698
|
+
USDD = "usdd",
|
|
1699
|
+
USDE = "usde",
|
|
1700
|
+
USDGLO = "usdglo",
|
|
1701
|
+
USDH = "usdh",
|
|
1702
|
+
USDK = "usdk",
|
|
1703
|
+
USDT = "usdt",
|
|
1704
|
+
USDTBEAR = "usdtbear",
|
|
1705
|
+
USDTBULL = "usdtbull",
|
|
1706
|
+
USDTDOOM = "usdtdoom",
|
|
1707
|
+
USDTHEDGE = "usdthedge",
|
|
1708
|
+
USDTMOON = "usdtmoon",
|
|
1709
|
+
USDX = "usdx",
|
|
1710
|
+
USDY = "usdy",
|
|
1711
|
+
USG = "usg",
|
|
1712
|
+
USPX = "uspx",
|
|
1713
|
+
UST = "ust",
|
|
1714
|
+
USTB = "ustb",
|
|
1715
|
+
'UST-WORMHOLE' = "ust-wormhole",
|
|
1716
|
+
USX = "usx",
|
|
1717
|
+
USYC = "usyc",
|
|
1718
|
+
UTK = "utk",
|
|
1719
|
+
UTK1 = "utk1",
|
|
1720
|
+
UXB = "uxb",
|
|
1721
|
+
UXP = "uxp",
|
|
1722
|
+
VALOR = "valor",
|
|
1723
|
+
VANRY = "vanry",
|
|
1724
|
+
VBNT = "vbnt",
|
|
1725
|
+
VCORE = "vcore",
|
|
1726
|
+
VDX = "vdx",
|
|
1727
|
+
VEC = "vec",
|
|
1728
|
+
VEE = "vee",
|
|
1729
|
+
VEGA = "vega",
|
|
1730
|
+
VEXT = "vext",
|
|
1731
|
+
VGX = "vgx",
|
|
1732
|
+
VI = "vi",
|
|
1733
|
+
VIB = "vib",
|
|
1734
|
+
VIC = "vic",
|
|
1735
|
+
VIDT = "vidt",
|
|
1736
|
+
VISR = "visr",
|
|
1737
|
+
VIU = "viu",
|
|
1738
|
+
VOLT = "volt",
|
|
1739
|
+
VRA = "vra",
|
|
1740
|
+
VRGX = "vrgx",
|
|
1741
|
+
VRTX = "vrtx",
|
|
1742
|
+
VSP = "vsp",
|
|
1743
|
+
VXC = "vxc",
|
|
1744
|
+
VXV = "vxv",
|
|
1745
|
+
W = "w",
|
|
1746
|
+
WAAVE = "waave",
|
|
1747
|
+
WABI = "wabi",
|
|
1748
|
+
WAFL = "wafl",
|
|
1749
|
+
WAGMI = "wagmi",
|
|
1750
|
+
WAVAX = "wavax",
|
|
1751
|
+
WAVES = "waves",
|
|
1752
|
+
WAX = "wax",
|
|
1753
|
+
WAXP = "waxp",
|
|
1754
|
+
WBNB = "wbnb",
|
|
1755
|
+
WECAN = "wecan",
|
|
1756
|
+
WFEE = "wfee",
|
|
1757
|
+
WHAT = "what",
|
|
1758
|
+
WOO = "woo",
|
|
1759
|
+
WTK = "wtk",
|
|
1760
|
+
WBTC = "wbtc",
|
|
1761
|
+
WDAIV2 = "wdaiv2",
|
|
1762
|
+
WDOGE = "wdoge",
|
|
1763
|
+
WCFG = "wcfg",
|
|
1764
|
+
WEC = "wec",
|
|
1765
|
+
'sol:wec' = "sol:wec",
|
|
1766
|
+
WET = "wet",
|
|
1767
|
+
WETH = "weth",
|
|
1768
|
+
WEETH = "weeth",
|
|
1769
|
+
WFLOW = "wflow",
|
|
1770
|
+
WFFT = "wfft",
|
|
1771
|
+
WHALE = "whale",
|
|
1772
|
+
WHT = "wht",
|
|
1773
|
+
WILD = "wild",
|
|
1774
|
+
WING = "wing",
|
|
1775
|
+
WNXM = "wnxm",
|
|
1776
|
+
WLD = "wld",
|
|
1777
|
+
WLUNA = "wluna",
|
|
1778
|
+
WLXT = "wlxt",
|
|
1779
|
+
'sol:wsol' = "sol:wsol",
|
|
1780
|
+
WROSE = "wrose",
|
|
1781
|
+
WSTETH = "wsteth",
|
|
1782
|
+
WPX = "wpx",
|
|
1783
|
+
WTAO = "wtao",
|
|
1784
|
+
WTC = "wtc",
|
|
1785
|
+
WTGXX = "wtgxx",
|
|
1786
|
+
WUSDC = "wusdc",
|
|
1787
|
+
WUSDCV2 = "wusdvcv2",
|
|
1788
|
+
WUSDM = "wusdm",
|
|
1789
|
+
WUSDTV2 = "wusdtv2",
|
|
1790
|
+
WXRP = "wxrp",
|
|
1791
|
+
WXRPV0 = "wxrpv0",
|
|
1792
|
+
WXT = "wxt",
|
|
1793
|
+
XAUD = "xaud",
|
|
1794
|
+
XAURY = "xaury",
|
|
1795
|
+
XAUT = "xaut",
|
|
1796
|
+
XAUTBEAR = "xautbear",
|
|
1797
|
+
XAUTBULL = "xautbull",
|
|
1798
|
+
XBGOLD = "xbgold",
|
|
1799
|
+
XCD = "xcd",
|
|
1800
|
+
XCHNG = "xchng",
|
|
1801
|
+
XCN = "xcn",
|
|
1802
|
+
XDEFI = "xdefi",
|
|
1803
|
+
XDOGE = "xdoge",
|
|
1804
|
+
XEX = "xex",
|
|
1805
|
+
XLMBEAR = "xlmbear",
|
|
1806
|
+
XLMBULL = "xlmbull",
|
|
1807
|
+
XRL = "xrl",
|
|
1808
|
+
XRPBEAR = "xrpbear",
|
|
1809
|
+
XRPBULL = "xrpbull",
|
|
1810
|
+
XRPDOOM = "xrpdoom",
|
|
1811
|
+
XRPHEDGE = "xrphedge",
|
|
1812
|
+
XRPMOON = "xrpmoon",
|
|
1813
|
+
XSGD = "xsgd",
|
|
1814
|
+
XSUSHI = "xsushi",
|
|
1815
|
+
XTP = "xtp",
|
|
1816
|
+
XTZBEAR = "xtzbear",
|
|
1817
|
+
XTZBULL = "xtzbull",
|
|
1818
|
+
XUSD = "xusd",
|
|
1819
|
+
XVS = "xvs",
|
|
1820
|
+
XX = "xx",
|
|
1821
|
+
XZK = "xzk",
|
|
1822
|
+
YAMV2 = "yamv2",
|
|
1823
|
+
YFDAI = "yfdai",
|
|
1824
|
+
YFI = "yfi",
|
|
1825
|
+
YFII = "yfii",
|
|
1826
|
+
YFL = "yfl",
|
|
1827
|
+
YGG = "ygg",
|
|
1828
|
+
YLD = "yld",
|
|
1829
|
+
YNG = "yng",
|
|
1830
|
+
YSEY = "ysey",
|
|
1831
|
+
ZARX = "zarx",
|
|
1832
|
+
ZBC = "zbc",
|
|
1833
|
+
ZBU = "zbu",
|
|
1834
|
+
ZBUV2 = "zbuv2",
|
|
1835
|
+
ZCO = "zco",
|
|
1836
|
+
ZECBEAR = "zecbear",
|
|
1837
|
+
ZECBULL = "zecbull",
|
|
1838
|
+
ZETAEVM = "zetaevm",
|
|
1839
|
+
ZIL = "zil",
|
|
1840
|
+
ZIP = "zip",
|
|
1841
|
+
ZIX = "zix",
|
|
1842
|
+
ZKL = "zkl",
|
|
1843
|
+
ZKS = "zks",
|
|
1844
|
+
ZLW = "zlw",
|
|
1845
|
+
ZMT = "zmt",
|
|
1846
|
+
ZOOM = "zoom",
|
|
1847
|
+
ZRO = "zro",
|
|
1848
|
+
'ZRO-0x320' = "zro-0x320",
|
|
1849
|
+
'ZRO-0xFCF' = "zro-0xfcf",
|
|
1850
|
+
'ZRO-0xE5C' = "zro-0xe5c",
|
|
1851
|
+
ZRX = "zrx",
|
|
1852
|
+
ZUSD = "zusd",
|
|
1853
|
+
'eth:usdg' = "eth:usdg",
|
|
1854
|
+
'eth:spxux' = "eth:spxux",
|
|
1855
|
+
'eth:aleo' = "eth:aleo",
|
|
1856
|
+
'eth:dbusd' = "eth:dbusd",
|
|
1857
|
+
'eth:edu' = "eth:edu",
|
|
1858
|
+
'eth:telos' = "eth:telos",
|
|
1859
|
+
'eth:cusdo' = "eth:cusdo",
|
|
1860
|
+
'eth:aevo' = "eth:aevo",
|
|
1861
|
+
'eth:alt' = "eth:alt",
|
|
1862
|
+
'eth:rtbl' = "eth:rtbl",
|
|
1863
|
+
'eth:virtual' = "eth:virtual",
|
|
1864
|
+
'eth:vice' = "eth:vice",
|
|
1865
|
+
'eth:audu' = "eth:audu",
|
|
1866
|
+
'eth:wlfi' = "eth:wlfi",
|
|
1867
|
+
'eth:kava' = "eth:kava",
|
|
1868
|
+
'eth:gousd' = "eth:gousd",
|
|
1869
|
+
'eth:iq' = "eth:iq",
|
|
1870
|
+
'eth:iris' = "eth:iris",
|
|
1871
|
+
'eth:hard' = "eth:hard",
|
|
1872
|
+
'eth:hegic' = "eth:hegic",
|
|
1873
|
+
'eth:spx' = "eth:spx",
|
|
1874
|
+
'eth:exrd' = "eth:exrd",
|
|
1875
|
+
'eth:turbo' = "eth:turbo",
|
|
1876
|
+
'eth:icnt' = "eth:icnt",
|
|
1877
|
+
'eth:god' = "eth:god",
|
|
1878
|
+
'eth:sky' = "eth:sky",
|
|
1879
|
+
'eth:uco' = "eth:uco",
|
|
1880
|
+
'eth:fuel' = "eth:fuel",
|
|
1881
|
+
'eth:xreth' = "eth:xreth",
|
|
1882
|
+
'eth:xy' = "eth:xy",
|
|
1883
|
+
'eth:move' = "eth:move",
|
|
1884
|
+
'eth:mon' = "eth:mon",
|
|
1885
|
+
'eth:usual' = "eth:usual",
|
|
1886
|
+
'eth:usd1' = "eth:usd1",
|
|
1887
|
+
'eth:ibtc' = "eth:ibtc",
|
|
1888
|
+
'eth:pyr' = "eth:pyr",
|
|
1889
|
+
'eth:una' = "eth:una",
|
|
1890
|
+
'eth:ads' = "eth:ads",
|
|
1891
|
+
'eth:fuelv1' = "eth:fuelv1",
|
|
1892
|
+
'eth:cet' = "eth:cet",
|
|
1893
|
+
'eth:unio' = "eth:unio",
|
|
1894
|
+
'eth:flttx' = "eth:flttx",
|
|
1895
|
+
'eth:wtsix' = "eth:wtsix",
|
|
1896
|
+
'eth:modrx' = "eth:modrx",
|
|
1897
|
+
'eth:techx' = "eth:techx",
|
|
1898
|
+
'eth:wtsyx' = "eth:wtsyx",
|
|
1899
|
+
'eth:wtlgx' = "eth:wtlgx",
|
|
1900
|
+
'eth:wttsx' = "eth:wttsx",
|
|
1901
|
+
'eth:tipsx' = "eth:tipsx",
|
|
1902
|
+
'eth:wtstx' = "eth:wtstx",
|
|
1903
|
+
'eth:lngvx' = "eth:lngvx",
|
|
1904
|
+
'eth:eqtyx' = "eth:eqtyx",
|
|
1905
|
+
'eth:deuro' = "eth:deuro",
|
|
1906
|
+
'eth:usdf' = "eth:usdf",
|
|
1907
|
+
'eth:ausd' = "eth:ausd",
|
|
1908
|
+
'eth:gaia' = "eth:gaia",
|
|
1909
|
+
'eth:usds' = "eth:usds",
|
|
1910
|
+
'eth:perc' = "eth:perc",
|
|
1911
|
+
'eth:cfg' = "eth:cfg",
|
|
1912
|
+
'eth:plume' = "eth:plume",
|
|
1913
|
+
'eth:vbill' = "eth:vbill",
|
|
1914
|
+
'eth:la' = "eth:la",
|
|
1915
|
+
'eth:es' = "eth:es",
|
|
1916
|
+
'eth:ctrl' = "eth:ctrl",
|
|
1917
|
+
'eth:benji' = "eth:benji",
|
|
1918
|
+
'eth:ibenji' = "eth:ibenji",
|
|
1919
|
+
'eth:chex' = "eth:chex",
|
|
1920
|
+
'eth:gho' = "eth:gho",
|
|
1921
|
+
'eth:npc' = "eth:npc",
|
|
1922
|
+
'eth:towns' = "eth:towns",
|
|
1923
|
+
'eth:umint' = "eth:umint",
|
|
1924
|
+
'eth:arb' = "eth:arb",
|
|
1925
|
+
'eth:ez' = "eth:ez",
|
|
1926
|
+
'eth:ncash' = "eth:ncash",
|
|
1927
|
+
'eth:sub' = "eth:sub",
|
|
1928
|
+
'eth:poe' = "eth:poe",
|
|
1929
|
+
'eth:ocn' = "eth:ocn",
|
|
1930
|
+
'eth:banca' = "eth:banca",
|
|
1931
|
+
'eth:stq' = "eth:stq",
|
|
1932
|
+
'eth:route' = "eth:route",
|
|
1933
|
+
'eth:ryt' = "eth:ryt",
|
|
1934
|
+
'eth:guild' = "eth:guild",
|
|
1935
|
+
'eth:rdo' = "eth:rdo",
|
|
1936
|
+
'eth:h' = "eth:h",
|
|
1937
|
+
'eth:wbt' = "eth:wbt",
|
|
1938
|
+
'eth:ftn' = "eth:ftn",
|
|
1939
|
+
'eth:sc' = "eth:sc",
|
|
1940
|
+
'eth:lf' = "eth:lf",
|
|
1941
|
+
'eth:usdcv' = "eth:usdcv",
|
|
1942
|
+
'eth:cake' = "eth:cake",
|
|
1943
|
+
'eth:nft' = "eth:nft",
|
|
1944
|
+
'eth:morpho' = "eth:morpho",
|
|
1945
|
+
'eth:usdd' = "eth:usdd",
|
|
1946
|
+
'eth:mx' = "eth:mx",
|
|
1947
|
+
'eth:flz' = "eth:flz",
|
|
1948
|
+
'eth:usd0' = "eth:usd0",
|
|
1949
|
+
'eth:white' = "eth:white",
|
|
1950
|
+
'eth:upc' = "eth:upc",
|
|
1951
|
+
'eth:lgct' = "eth:lgct",
|
|
1952
|
+
'eth:usdtb' = "eth:usdtb",
|
|
1953
|
+
'eth:deusd' = "eth:deusd",
|
|
1954
|
+
'eth:neiro' = "eth:neiro",
|
|
1955
|
+
'eth:vana' = "eth:vana",
|
|
1956
|
+
'eth:eurau' = "eth:eurau",
|
|
1957
|
+
'eth:insur' = "eth:insur",
|
|
1958
|
+
'eth:xyo' = "eth:xyo",
|
|
1959
|
+
'eth:zig' = "eth:zig",
|
|
1960
|
+
'eth:swftc' = "eth:swftc",
|
|
1961
|
+
'eth:dsync' = "eth:dsync",
|
|
1962
|
+
'eth:orbr' = "eth:orbr",
|
|
1963
|
+
'eth:sxt' = "eth:sxt",
|
|
1964
|
+
'eth:paal' = "eth:paal",
|
|
1965
|
+
'eth:wmtx' = "eth:wmtx",
|
|
1966
|
+
'eth:anime' = "eth:anime",
|
|
1967
|
+
'eth:newt' = "eth:newt",
|
|
1968
|
+
'eth:hsk' = "eth:hsk",
|
|
1969
|
+
'eth:rog' = "eth:rog",
|
|
1970
|
+
'eth:xaum' = "eth:xaum",
|
|
1971
|
+
'eth:avail' = "eth:avail",
|
|
1972
|
+
'eth:dolo' = "eth:dolo",
|
|
1973
|
+
'eth:era' = "eth:era",
|
|
1974
|
+
'eth:ugold' = "eth:ugold",
|
|
1975
|
+
'eth:seda' = "eth:seda",
|
|
1976
|
+
'eth:enso' = "eth:enso",
|
|
1977
|
+
'eth:hpp' = "eth:hpp",
|
|
1978
|
+
'eth:six' = "eth:six",
|
|
1979
|
+
'eth:eden' = "eth:eden",
|
|
1980
|
+
'eth:xeden' = "eth:xeden",
|
|
1981
|
+
'eth:linea' = "eth:linea",
|
|
1982
|
+
'eth:qqqon' = "qqqon",
|
|
1983
|
+
'eth:spyon' = "spyon",
|
|
1984
|
+
'eth:nvdaon' = "nvdaon",
|
|
1985
|
+
'eth:tslaon' = "tslaon",
|
|
1986
|
+
'eth:aaplon' = "aaplon",
|
|
1987
|
+
'eth:mstron' = "mstron",
|
|
1988
|
+
'eth:pltron' = "pltron",
|
|
1989
|
+
'eth:hoodon' = "hoodon",
|
|
1990
|
+
'eth:crclon' = "crclon",
|
|
1991
|
+
'eth:coinon' = "coinon",
|
|
1992
|
+
'eth:amznon' = "amznon",
|
|
1993
|
+
'eth:googlon' = "googlon",
|
|
1994
|
+
'eth:metaon' = "metaon",
|
|
1995
|
+
'eth:babaon' = "babaon",
|
|
1996
|
+
'eth:msfton' = "msfton",
|
|
1997
|
+
'eth:spgion' = "spgion",
|
|
1998
|
+
'eth:tsmon' = "tsmon",
|
|
1999
|
+
'eth:amdon' = "amdon",
|
|
2000
|
+
'eth:unhon' = "unhon",
|
|
2001
|
+
'eth:jpmon' = "jpmon",
|
|
2002
|
+
'eth:orclon' = "orclon",
|
|
2003
|
+
'eth:von' = "von",
|
|
2004
|
+
'eth:maon' = "maon",
|
|
2005
|
+
'eth:llyon' = "llyon",
|
|
2006
|
+
'eth:nflxon' = "nflxon",
|
|
2007
|
+
'eth:coston' = "coston",
|
|
2008
|
+
'eth:iauon' = "iauon",
|
|
2009
|
+
'eth:ivvon' = "ivvon",
|
|
2010
|
+
'eth:slvon' = "slvon",
|
|
2011
|
+
'eth:iwnon' = "eth:iwnon",
|
|
2012
|
+
'eth:qbtson' = "eth:qbtson",
|
|
2013
|
+
'eth:tipon' = "eth:tipon",
|
|
2014
|
+
'eth:ulon' = "eth:ulon",
|
|
2015
|
+
'eth:itoton' = "eth:itoton",
|
|
2016
|
+
'eth:hygon' = "eth:hygon",
|
|
2017
|
+
'eth:gmeon' = "eth:gmeon",
|
|
2018
|
+
'eth:pbron' = "eth:pbron",
|
|
2019
|
+
'eth:eqixon' = "eth:eqixon",
|
|
2020
|
+
'eth:rioton' = "eth:rioton",
|
|
2021
|
+
'eth:maraon' = "eth:maraon",
|
|
2022
|
+
'eth:pfeon' = "eth:pfeon",
|
|
2023
|
+
'eth:eemon' = "eth:eemon",
|
|
2024
|
+
'eth:cmcsaon' = "eth:cmcsaon",
|
|
2025
|
+
'eth:sonyon' = "eth:sonyon",
|
|
2026
|
+
'eth:pyplon' = "eth:pyplon",
|
|
2027
|
+
'eth:himson' = "eth:himson",
|
|
2028
|
+
'eth:abton' = "eth:abton",
|
|
2029
|
+
'eth:nvoon' = "eth:nvoon",
|
|
2030
|
+
'eth:efaon' = "eth:efaon",
|
|
2031
|
+
'eth:nkeon' = "eth:nkeon",
|
|
2032
|
+
'eth:intcon' = "eth:intcon",
|
|
2033
|
+
'eth:iefaon' = "eth:iefaon",
|
|
2034
|
+
'eth:smcion' = "eth:smcion",
|
|
2035
|
+
'eth:mrvlon' = "eth:mrvlon",
|
|
2036
|
+
'eth:aggon' = "eth:aggon",
|
|
2037
|
+
'eth:sbuxon' = "eth:sbuxon",
|
|
2038
|
+
'eth:uberon' = "eth:uberon",
|
|
2039
|
+
'eth:abnbon' = "eth:abnbon",
|
|
2040
|
+
'eth:qcomon' = "eth:qcomon",
|
|
2041
|
+
'eth:cscoon' = "eth:cscoon",
|
|
2042
|
+
'eth:futuon' = "eth:futuon",
|
|
2043
|
+
'eth:cmgon' = "eth:cmgon",
|
|
2044
|
+
'eth:iwfon' = "eth:iwfon",
|
|
2045
|
+
'eth:koon' = "eth:koon",
|
|
2046
|
+
'eth:linon' = "eth:linon",
|
|
2047
|
+
'eth:armon' = "eth:armon",
|
|
2048
|
+
'eth:jdon' = "eth:jdon",
|
|
2049
|
+
'eth:muon' = "eth:muon",
|
|
2050
|
+
'eth:wmton' = "eth:wmton",
|
|
2051
|
+
'eth:tmon' = "eth:tmon",
|
|
2052
|
+
'eth:shopon' = "eth:shopon",
|
|
2053
|
+
'eth:rddton' = "eth:rddton",
|
|
2054
|
+
'eth:dison' = "eth:dison",
|
|
2055
|
+
'eth:apoon' = "eth:apoon",
|
|
2056
|
+
'eth:pepon' = "eth:pepon",
|
|
2057
|
+
'eth:wfcon' = "eth:wfcon",
|
|
2058
|
+
'eth:biduon' = "eth:biduon",
|
|
2059
|
+
'eth:mson' = "eth:mson",
|
|
2060
|
+
'eth:pgon' = "eth:pgon",
|
|
2061
|
+
'eth:cvxon' = "eth:cvxon",
|
|
2062
|
+
'eth:panwon' = "eth:panwon",
|
|
2063
|
+
'eth:avgoon' = "eth:avgoon",
|
|
2064
|
+
'eth:crmon' = "eth:crmon",
|
|
2065
|
+
'eth:snowon' = "eth:snowon",
|
|
2066
|
+
'eth:axpon' = "eth:axpon",
|
|
2067
|
+
'eth:ibmon' = "eth:ibmon",
|
|
2068
|
+
'eth:dashon' = "eth:dashon",
|
|
2069
|
+
'eth:acnon' = "eth:acnon",
|
|
2070
|
+
'eth:ijhon' = "eth:ijhon",
|
|
2071
|
+
'eth:baon' = "eth:baon",
|
|
2072
|
+
'eth:geon' = "eth:geon",
|
|
2073
|
+
'eth:appon' = "eth:appon",
|
|
2074
|
+
'eth:lmton' = "eth:lmton",
|
|
2075
|
+
'eth:intuon' = "eth:intuon",
|
|
2076
|
+
'eth:mcdon' = "eth:mcdon",
|
|
2077
|
+
'eth:gson' = "eth:gson",
|
|
2078
|
+
'eth:adbeon' = "eth:adbeon",
|
|
2079
|
+
'eth:spoton' = "eth:spoton",
|
|
2080
|
+
'eth:blkon' = "eth:blkon",
|
|
2081
|
+
'eth:asmlon' = "eth:asmlon",
|
|
2082
|
+
'eth:nowon' = "eth:nowon",
|
|
2083
|
+
'eth:iwmon' = "eth:iwmon",
|
|
2084
|
+
'eth:melion' = "eth:melion",
|
|
2085
|
+
'eth:tlton' = "eth:tlton",
|
|
2086
|
+
'eth:grndon' = "eth:grndon",
|
|
2087
|
+
'eth:figon' = "eth:figon",
|
|
2088
|
+
'eth:iemgon' = "eth:iemgon",
|
|
2089
|
+
'eth:sbeton' = "eth:sbeton",
|
|
2090
|
+
'eth:usdo' = "eth:usdo",
|
|
2091
|
+
'xlm:BST-GADDFE4R72YUP2AOEL67OHZN3GJQYPC3VE734N2XFMEGRR2L32CZ3XYZ' = "xlm:BST-GADDFE4R72YUP2AOEL67OHZN3GJQYPC3VE734N2XFMEGRR2L32CZ3XYZ",
|
|
2092
|
+
'xlm:VELO-GDM4RQUQQUVSKQA7S6EM7XBZP3FCGH4Q7CL6TABQ7B2BEJ5ERARM2M5M' = "xlm:VELO-GDM4RQUQQUVSKQA7S6EM7XBZP3FCGH4Q7CL6TABQ7B2BEJ5ERARM2M5M",
|
|
2093
|
+
'xlm:SLT-GCKA6K5PCQ6PNF5RQBF7PQDJWRHO6UOGFMRLK3DYHDOI244V47XKQ4GP' = "xlm:SLT-GCKA6K5PCQ6PNF5RQBF7PQDJWRHO6UOGFMRLK3DYHDOI244V47XKQ4GP",
|
|
2094
|
+
'xlm:USD-GDUKMGUGDZQK6YHYA5Z6AY2G4XDSZPSZ3SW5UN3ARVMO6QSRDWP5YLEX' = "xlm:USD-GDUKMGUGDZQK6YHYA5Z6AY2G4XDSZPSZ3SW5UN3ARVMO6QSRDWP5YLEX",
|
|
2095
|
+
'xlm:ETH-GBVOL67TMUQBGL4TZYNMY3ZQ5WGQYFPFD5VJRWXR72VA33VFNL225PL5' = "xlm:ETH-GBVOL67TMUQBGL4TZYNMY3ZQ5WGQYFPFD5VJRWXR72VA33VFNL225PL5",
|
|
2096
|
+
'xlm:WXT-GASBLVHS5FOABSDNW5SPPH3QRJYXY5JHA2AOA2QHH2FJLZBRXSG4SWXT' = "xlm:WXT-GASBLVHS5FOABSDNW5SPPH3QRJYXY5JHA2AOA2QHH2FJLZBRXSG4SWXT",
|
|
2097
|
+
'xlm:USDC-GA5ZSEJYB37JRC5AVCIA5MOP4RHTM335X2KGX3IHOJAPP5RE34K4KZVN' = "xlm:USDC-GA5ZSEJYB37JRC5AVCIA5MOP4RHTM335X2KGX3IHOJAPP5RE34K4KZVN",
|
|
2098
|
+
'xlm:SIX-GDMS6EECOH6MBMCP3FYRYEVRBIV3TQGLOFQIPVAITBRJUMTI6V7A2X6Z' = "xlm:SIX-GDMS6EECOH6MBMCP3FYRYEVRBIV3TQGLOFQIPVAITBRJUMTI6V7A2X6Z",
|
|
2099
|
+
'xlm:BRLT-GCHQ3F2BF5P74DMDNOOGHT5DUCKC773AW5DTOFINC26W4KGYFPYDPRSO' = "xlm:BRLT-GCHQ3F2BF5P74DMDNOOGHT5DUCKC773AW5DTOFINC26W4KGYFPYDPRSO",
|
|
2100
|
+
'xlm:ARST-GCSAZVWXZKWS4XS223M5F54H2B6XPIIXZZGP7KEAIU6YSL5HDRGCI3DG' = "xlm:ARST-GCSAZVWXZKWS4XS223M5F54H2B6XPIIXZZGP7KEAIU6YSL5HDRGCI3DG",
|
|
2101
|
+
'xlm:AQUA-GBNZILSTVQZ4R7IKQDGHYGY2QXL5QOFJYQMXPKWRRM5PAV7Y4M67AQUA' = "xlm:AQUA-GBNZILSTVQZ4R7IKQDGHYGY2QXL5QOFJYQMXPKWRRM5PAV7Y4M67AQUA",
|
|
2102
|
+
'xlm:EURC-GDHU6WRG4IEQXM5NZ4BMPKOXHW76MZM4Y2IEMFDVXBSDP6SJY4ITNPP2' = "xlm:EURC-GDHU6WRG4IEQXM5NZ4BMPKOXHW76MZM4Y2IEMFDVXBSDP6SJY4ITNPP2",
|
|
2103
|
+
'xlm:GYEN-GDF6VOEGRWLOZ64PQQGKD2IYWA22RLT37GJKS2EJXZHT2VLAGWLC5TOB' = "xlm:GYEN-GDF6VOEGRWLOZ64PQQGKD2IYWA22RLT37GJKS2EJXZHT2VLAGWLC5TOB",
|
|
2104
|
+
'xlm:ZUSD-GDF6VOEGRWLOZ64PQQGKD2IYWA22RLT37GJKS2EJXZHT2VLAGWLC5TOB' = "xlm:ZUSD-GDF6VOEGRWLOZ64PQQGKD2IYWA22RLT37GJKS2EJXZHT2VLAGWLC5TOB",
|
|
2105
|
+
'xlm:EURS-GC5FGCDEOGOGSNWCCNKS3OMEVDHTE3Q5A5FEQWQKV3AXA7N6KDQ2CUZJ' = "xlm:EURS-GC5FGCDEOGOGSNWCCNKS3OMEVDHTE3Q5A5FEQWQKV3AXA7N6KDQ2CUZJ",
|
|
2106
|
+
'xlm:VEUR-GDXLSLCOPPHTWOQXLLKSVN4VN3G67WD2ENU7UMVAROEYVJLSPSEWXIZN' = "xlm:VEUR-GDXLSLCOPPHTWOQXLLKSVN4VN3G67WD2ENU7UMVAROEYVJLSPSEWXIZN",
|
|
2107
|
+
'xlm:VCHF-GDXLSLCOPPHTWOQXLLKSVN4VN3G67WD2ENU7UMVAROEYVJLSPSEWXIZN' = "xlm:VCHF-GDXLSLCOPPHTWOQXLLKSVN4VN3G67WD2ENU7UMVAROEYVJLSPSEWXIZN",
|
|
2108
|
+
'xlm:AUDD-GDC7X2MXTYSAKUUGAIQ7J7RPEIM7GXSAIWFYWWH4GLNFECQVJJLB2EEU' = "xlm:AUDD-GDC7X2MXTYSAKUUGAIQ7J7RPEIM7GXSAIWFYWWH4GLNFECQVJJLB2EEU",
|
|
2109
|
+
'xlm:BENJI-GBHNGLLIE3KWGKCHIKMHJ5HVZHYIK7WTBE4QF5PLAKL4CJGSEU7HZIW5' = "xlm:BENJI-GBHNGLLIE3KWGKCHIKMHJ5HVZHYIK7WTBE4QF5PLAKL4CJGSEU7HZIW5",
|
|
2110
|
+
'xlm:gBENJI-GD5J73EKK5IYL5XS3FBTHHX7CZIYRP7QXDL57XFWGC2WVYWT326OBXRP' = "xlm:gBENJI-GD5J73EKK5IYL5XS3FBTHHX7CZIYRP7QXDL57XFWGC2WVYWT326OBXRP",
|
|
2111
|
+
'xlm:SHX-GDSTRSHXHGJ7ZIVRBXEYE5Q74XUVCUSEKEBR7UCHEUUEK72N7I7KJ6JH' = "xlm:SHX-GDSTRSHXHGJ7ZIVRBXEYE5Q74XUVCUSEKEBR7UCHEUUEK72N7I7KJ6JH",
|
|
2112
|
+
'erc721:token' = "erc721:token",
|
|
2113
|
+
'erc1155:token' = "erc1155:token",
|
|
2114
|
+
'nonstandard:token' = "nonstandard:token",
|
|
2115
|
+
'terc721:token' = "terc721:token",
|
|
2116
|
+
'terc1155:token' = "terc1155:token",
|
|
2117
|
+
'tnonstandard:token' = "tnonstandard:token",
|
|
2118
|
+
'algo:USDC-31566704' = "algo:USDC-31566704",
|
|
2119
|
+
'algo:USDt-312769' = "algo:USDt-312769",
|
|
2120
|
+
'algo:MCAU-6547014' = "algo:MCAU-6547014",
|
|
2121
|
+
'algo:QCAD-84507107' = "algo:QCAD-84507107",
|
|
2122
|
+
'algo:VCAD-438505559' = "algo:VCAD-438505559",
|
|
2123
|
+
TEST = "test",
|
|
2124
|
+
SCHZ = "schz",
|
|
2125
|
+
CAT = "cat",
|
|
2126
|
+
'txlm:BST-GBQTIOS3XGHB7LVYGBKQVJGCZ3R4JL5E4CBSWJ5ALIJUHBKS6263644L' = "txlm:BST-GBQTIOS3XGHB7LVYGBKQVJGCZ3R4JL5E4CBSWJ5ALIJUHBKS6263644L",
|
|
2127
|
+
'txlm:TST-GBQTIOS3XGHB7LVYGBKQVJGCZ3R4JL5E4CBSWJ5ALIJUHBKS6263644L' = "txlm:TST-GBQTIOS3XGHB7LVYGBKQVJGCZ3R4JL5E4CBSWJ5ALIJUHBKS6263644L",
|
|
2128
|
+
'talgo:USON-16026728' = "talgo:USON-16026728",
|
|
2129
|
+
'talgo:SPRW-16026732' = "talgo:SPRW-16026732",
|
|
2130
|
+
'talgo:KAL-16026733' = "talgo:KAL-16026733",
|
|
2131
|
+
'talgo:USDC-10458941' = "talgo:USDC-10458941",
|
|
2132
|
+
'talgo:USDt-180447' = "talgo:USDt-180447",
|
|
2133
|
+
'talgo:JPT-162085446' = "talgo:JPT-162085446",
|
|
2134
|
+
CHEX = "chex",
|
|
2135
|
+
IQ = "iq",
|
|
2136
|
+
EOS_BOX = "eos:box",
|
|
2137
|
+
VAULTA = "vaulta",
|
|
2138
|
+
'avaxc:qi' = "avaxc:qi",
|
|
2139
|
+
'avaxc:xava' = "avaxc:xava",
|
|
2140
|
+
'avaxc:klo' = "avaxc:klo",
|
|
2141
|
+
'avaxc:joe' = "avaxc:joe",
|
|
2142
|
+
'avaxc:png' = "avaxc:png",
|
|
2143
|
+
'avaxc:usdt' = "avaxc:usdt",
|
|
2144
|
+
'avaxc:usdc' = "avaxc:usdc",
|
|
2145
|
+
'avaxc:link' = "avaxc:link",
|
|
2146
|
+
'avaxc:cai' = "avaxc:cai",
|
|
2147
|
+
'avaxc:aave' = "avaxc:aave",
|
|
2148
|
+
'avaxc:btc' = "avaxc:btc",
|
|
2149
|
+
'avaxc:dai' = "avaxc:dai",
|
|
2150
|
+
'avaxc:tryb' = "avaxc:tryb",
|
|
2151
|
+
'avaxc:wbtc' = "avaxc:wbtc",
|
|
2152
|
+
'avaxc:weth' = "avaxc:weth",
|
|
2153
|
+
'avaxc:sbc' = "avaxc:sbc",
|
|
2154
|
+
'avaxc:xsgd' = "avaxc:xsgd",
|
|
2155
|
+
'avaxc:ticov2' = "avaxc:ticov2",
|
|
2156
|
+
'avaxc:nxpc' = "avaxc:nxpc",
|
|
2157
|
+
'avaxc:spxux' = "avaxc:spxux",
|
|
2158
|
+
'avaxc:stavax' = "avaxc:stavax",
|
|
2159
|
+
'tavaxc:opm' = "tavaxc:opm",
|
|
2160
|
+
'tavaxc:cop2peq' = "tavaxc:cop2peq",
|
|
2161
|
+
'tavaxc:xsgd' = "tavaxc:xsgd",
|
|
2162
|
+
'tavaxc:bitgo' = "tavaxc:bitgo",
|
|
2163
|
+
'tavaxc:stavax' = "tavaxc:stavax",
|
|
2164
|
+
'avaxc:yeti' = "avaxc:yeti",
|
|
2165
|
+
'avaxc:spell' = "avaxc:spell",
|
|
2166
|
+
'avaxc:yusd' = "avaxc:yusd",
|
|
2167
|
+
'avaxc:yusdcrv-f' = "avaxc:yusdcrv-f",
|
|
2168
|
+
'avaxc:ecd' = "avaxc:ecd",
|
|
2169
|
+
'avaxc:blzz' = "avaxc:blzz",
|
|
2170
|
+
'avaxc:ptp' = "avaxc:ptp",
|
|
2171
|
+
'avaxc:stg' = "avaxc:stg",
|
|
2172
|
+
'avaxc:syn' = "avaxc:syn",
|
|
2173
|
+
'avaxc:aavausdc' = "avaxc:aavausdc",
|
|
2174
|
+
'avaxc:tusd' = "avaxc:tusd",
|
|
2175
|
+
'avaxc:crv' = "avaxc:crv",
|
|
2176
|
+
'avaxc:savax' = "avaxc:savax",
|
|
2177
|
+
'avaxc:ampl' = "avaxc:ampl",
|
|
2178
|
+
'avaxc:cnr' = "avaxc:cnr",
|
|
2179
|
+
'avaxc:roco' = "avaxc:roco",
|
|
2180
|
+
'avaxc:aavadai' = "avaxc:aavadai",
|
|
2181
|
+
'avaxc:vtx' = "avaxc:vtx",
|
|
2182
|
+
'avaxc:wavax' = "avaxc:wavax",
|
|
2183
|
+
'avaxc:bnb' = "avaxc:bnb",
|
|
2184
|
+
'avaxc:aavausdt' = "avaxc:aavausdt",
|
|
2185
|
+
'avaxc:acre' = "avaxc:acre",
|
|
2186
|
+
'avaxc:gmx' = "avaxc:gmx",
|
|
2187
|
+
'avaxc:gunz' = "avaxc:gunz",
|
|
2188
|
+
'avaxc:mim' = "avaxc:mim",
|
|
2189
|
+
'avaxc:axlusdc' = "avaxc:axlusdc",
|
|
2190
|
+
'avaxc:lot' = "avaxc:lot",
|
|
2191
|
+
'avaxc:av3crv' = "avaxc:av3crv",
|
|
2192
|
+
'avaxc:time' = "avaxc:time",
|
|
2193
|
+
'avaxc:uni.e' = "avaxc:uni.e",
|
|
2194
|
+
'avaxc:sb' = "avaxc:sb",
|
|
2195
|
+
'avaxc:dyp' = "avaxc:dyp",
|
|
2196
|
+
'avaxc:sing' = "avaxc:sing",
|
|
2197
|
+
'avaxc:gohm' = "avaxc:gohm",
|
|
2198
|
+
'avaxc:boofi' = "avaxc:boofi",
|
|
2199
|
+
'avaxc:eth' = "avaxc:eth",
|
|
2200
|
+
'avaxc:wmemo' = "avaxc:wmemo",
|
|
2201
|
+
'avaxc:fxs' = "avaxc:fxs",
|
|
2202
|
+
'avaxc:sifu' = "avaxc:sifu",
|
|
2203
|
+
'avaxc:sushi.e' = "avaxc:sushi.e",
|
|
2204
|
+
'avaxc:sushi' = "avaxc:sushi",
|
|
2205
|
+
'avaxc:mimatic' = "avaxc:mimatic",
|
|
2206
|
+
'avaxc:sspell' = "avaxc:sspell",
|
|
2207
|
+
'avaxc:grape' = "avaxc:grape",
|
|
2208
|
+
'avaxc:xjoe' = "avaxc:xjoe",
|
|
2209
|
+
'avaxc:bsgg' = "avaxc:bsgg",
|
|
2210
|
+
'avaxc:roy' = "avaxc:roy",
|
|
2211
|
+
'avaxc:wow' = "avaxc:wow",
|
|
2212
|
+
'avaxc:wine' = "avaxc:wine",
|
|
2213
|
+
'avaxc:mu' = "avaxc:mu",
|
|
2214
|
+
'avaxc:frax' = "avaxc:frax",
|
|
2215
|
+
'avaxc:movr' = "avaxc:movr",
|
|
2216
|
+
'avaxc:ice' = "avaxc:ice",
|
|
2217
|
+
'avaxc:note' = "avaxc:note",
|
|
2218
|
+
'avaxc:wrose' = "avaxc:wrose",
|
|
2219
|
+
'avaxc:swap' = "avaxc:swap",
|
|
2220
|
+
'avaxc:tico' = "avaxc:tico",
|
|
2221
|
+
'avaxc:shrap' = "avaxc:shrap",
|
|
2222
|
+
'avaxc:benji' = "avaxc:benji",
|
|
2223
|
+
'avaxc:emdx' = "avaxc:emdx",
|
|
2224
|
+
'avaxc:eurc' = "avaxc:eurc",
|
|
2225
|
+
'polygon:usdc' = "polygon:usdc",
|
|
2226
|
+
'polygon:usdcv2' = "polygon:usdcv2",
|
|
2227
|
+
'polygon:usdt' = "polygon:usdt",
|
|
2228
|
+
'polygon:weth' = "polygon:weth",
|
|
2229
|
+
'polygon:cnkt' = "polygon:cnkt",
|
|
2230
|
+
'polygon:wbtc' = "polygon:wbtc",
|
|
2231
|
+
'polygon:sand' = "polygon:sand",
|
|
2232
|
+
'polygon:dai' = "polygon:dai",
|
|
2233
|
+
'polygon:woo' = "polygon:woo",
|
|
2234
|
+
'polygon:aave' = "polygon:aave",
|
|
2235
|
+
'polygon:link' = "polygon:link",
|
|
2236
|
+
'polygon:tusd' = "polygon:tusd",
|
|
2237
|
+
'polygon:cel' = "polygon:cel",
|
|
2238
|
+
'polygon:busd' = "polygon:busd",
|
|
2239
|
+
'polygon:frax' = "polygon:frax",
|
|
2240
|
+
'polygon:crv' = "polygon:crv",
|
|
2241
|
+
'polygon:uni' = "polygon:uni",
|
|
2242
|
+
'polygon:fcd' = "polygon:fcd",
|
|
2243
|
+
'polygon:ape' = "polygon:ape",
|
|
2244
|
+
'polygon:srm' = "polygon:srm",
|
|
2245
|
+
'polygon:fly' = "polygon:fly",
|
|
2246
|
+
'polygon:gfc' = "polygon:gfc",
|
|
2247
|
+
'polygon:rbw' = "polygon:rbw",
|
|
2248
|
+
'polygon:zed' = "polygon:zed",
|
|
2249
|
+
'polygon:vext' = "polygon:vext",
|
|
2250
|
+
'polygon:vcnt' = "polygon:vcnt",
|
|
2251
|
+
'polygon:sushi' = "polygon:sushi",
|
|
2252
|
+
'polygon:wmatic' = "polygon:wmatic",
|
|
2253
|
+
'polygon:1inch' = "polygon:1inch",
|
|
2254
|
+
'polygon:comp' = "polygon:comp",
|
|
2255
|
+
'polygon:sol' = "polygon:sol",
|
|
2256
|
+
'polygon:wavax' = "polygon:wavax",
|
|
2257
|
+
'polygon:wbnb' = "polygon:wbnb",
|
|
2258
|
+
'polygon:wftm' = "polygon:wftm",
|
|
2259
|
+
'polygon:yfi' = "polygon:yfi",
|
|
2260
|
+
'polygon:treta' = "polygon:treta",
|
|
2261
|
+
'polygon:orb' = "polygon:orb",
|
|
2262
|
+
'polygon:route' = "polygon:route",
|
|
2263
|
+
'polygon:sbc' = "polygon:sbc",
|
|
2264
|
+
'polygon:xsgd' = "polygon:xsgd",
|
|
2265
|
+
'polygon:dimo' = "polygon:dimo",
|
|
2266
|
+
'polygon:bcut' = "polygon:bcut",
|
|
2267
|
+
'polygon:pme' = "polygon:pme",
|
|
2268
|
+
'polygon:dipe' = "polygon:dipe",
|
|
2269
|
+
'polygon:lif3' = "polygon:lif3",
|
|
2270
|
+
'polygon:l3usd' = "polygon:l3usd",
|
|
2271
|
+
'polygon:moca' = "polygon:moca",
|
|
2272
|
+
'polygon:mask' = "polygon:mask",
|
|
2273
|
+
'polygon:nexo' = "polygon:nexo",
|
|
2274
|
+
'polygon:om' = "polygon:om",
|
|
2275
|
+
'polygon:pyr' = "polygon:pyr",
|
|
2276
|
+
'polygon:renbtc' = "polygon:renbtc",
|
|
2277
|
+
'polygon:req' = "polygon:req",
|
|
2278
|
+
'polygon:rndr' = "polygon:rndr",
|
|
2279
|
+
'polygon:snx' = "polygon:snx",
|
|
2280
|
+
'polygon:trb' = "polygon:trb",
|
|
2281
|
+
'polygon:ali' = "polygon:ali",
|
|
2282
|
+
'polygon:bal' = "polygon:bal",
|
|
2283
|
+
'polygon:elon' = "polygon:elon",
|
|
2284
|
+
'polygon:hex' = "polygon:hex",
|
|
2285
|
+
'polygon:iotx' = "polygon:iotx",
|
|
2286
|
+
'polygon:agix' = "polygon:agix",
|
|
2287
|
+
'polygon:avax' = "polygon:avax",
|
|
2288
|
+
'polygon:band' = "polygon:band",
|
|
2289
|
+
'polygon:blz' = "polygon:blz",
|
|
2290
|
+
'polygon:bnb' = "polygon:bnb",
|
|
2291
|
+
'polygon:bnt' = "polygon:bnt",
|
|
2292
|
+
'polygon:chz' = "polygon:chz",
|
|
2293
|
+
'polygon:enj' = "polygon:enj",
|
|
2294
|
+
'polygon:fet' = "polygon:fet",
|
|
2295
|
+
'polygon:forth' = "polygon:forth",
|
|
2296
|
+
'polygon:glm' = "polygon:glm",
|
|
2297
|
+
'polygon:gno' = "polygon:gno",
|
|
2298
|
+
'polygon:gohm' = "polygon:gohm",
|
|
2299
|
+
'polygon:gtc' = "polygon:gtc",
|
|
2300
|
+
'polygon:gusd' = "polygon:gusd",
|
|
2301
|
+
'polygon:hot' = "polygon:hot",
|
|
2302
|
+
'polygon:inj' = "polygon:inj",
|
|
2303
|
+
'polygon:lit' = "polygon:lit",
|
|
2304
|
+
'polygon:lrc' = "polygon:lrc",
|
|
2305
|
+
'polygon:mana' = "polygon:mana",
|
|
2306
|
+
'polygon:shib' = "polygon:shib",
|
|
2307
|
+
'polygon:sxp' = "polygon:sxp",
|
|
2308
|
+
'polygon:grt' = "polygon:grt",
|
|
2309
|
+
'polygon:mkr' = "polygon:mkr",
|
|
2310
|
+
'polygon:oxt' = "polygon:oxt",
|
|
2311
|
+
'polygon:pax' = "polygon:pax",
|
|
2312
|
+
'polygon:paxg' = "polygon:paxg",
|
|
2313
|
+
'polygon:powr' = "polygon:powr",
|
|
2314
|
+
'polygon:super' = "polygon:super",
|
|
2315
|
+
'polygon:uma' = "polygon:uma",
|
|
2316
|
+
'polygon:zrx' = "polygon:zrx",
|
|
2317
|
+
'polygon:ont' = "polygon:ont",
|
|
2318
|
+
'polygon:wrx' = "polygon:wrx",
|
|
2319
|
+
'polygon:voxel' = "polygon:voxel",
|
|
2320
|
+
'polygon:uft' = "polygon:uft",
|
|
2321
|
+
'polygon:ooki' = "polygon:ooki",
|
|
2322
|
+
'polygon:swap' = "polygon:swap",
|
|
2323
|
+
'polygon:vanry' = "polygon:vanry",
|
|
2324
|
+
'polygon:npt' = "polygon:npt",
|
|
2325
|
+
'polygon:volt' = "polygon:volt",
|
|
2326
|
+
'polygon:euroe' = "polygon:euroe",
|
|
2327
|
+
'polygon:geod' = "polygon:geod",
|
|
2328
|
+
'polygon:heth' = "polygon:heth",
|
|
2329
|
+
'polygon:copm' = "polygon:copm",
|
|
2330
|
+
'polygon:gmt' = "polygon:gmt",
|
|
2331
|
+
'polygon:uhu' = "polygon:uhu",
|
|
2332
|
+
'polygon:mv' = "polygon:mv",
|
|
2333
|
+
'polygon:bid' = "polygon:bid",
|
|
2334
|
+
'polygon:tcs' = "polygon:tcs",
|
|
2335
|
+
'polygon:buidl' = "polygon:buidl",
|
|
2336
|
+
'polygon:benji' = "polygon:benji",
|
|
2337
|
+
'polygon:naka' = "polygon:naka",
|
|
2338
|
+
'polygon:xusd' = "polygon:xusd",
|
|
2339
|
+
'polygon:txusd' = "polygon:txusd",
|
|
2340
|
+
'polygon:zig' = "polygon:zig",
|
|
2341
|
+
'erc721:polygontoken' = "erc721:polygontoken",
|
|
2342
|
+
'erc1155:polygontoken' = "erc1155:polygontoken",
|
|
2343
|
+
'bsc:sol' = "bsc:sol",
|
|
2344
|
+
'bsc:solv' = "bsc:solv",
|
|
2345
|
+
'bsc:brise' = "bsc:brise",
|
|
2346
|
+
'bsc:bsw' = "bsc:bsw",
|
|
2347
|
+
'bsc:burger' = "bsc:burger",
|
|
2348
|
+
'bsc:cfx' = "bsc:cfx",
|
|
2349
|
+
'bsc:bake' = "bsc:bake",
|
|
2350
|
+
'bsc:bnx' = "bsc:bnx",
|
|
2351
|
+
'bsc:busd' = "bsc:busd",
|
|
2352
|
+
'bsc:hook' = "bsc:hook",
|
|
2353
|
+
'bsc:ksm' = "bsc:ksm",
|
|
2354
|
+
'bsc:usdt' = "bsc:usdt",
|
|
2355
|
+
'bsc:vet' = "bsc:vet",
|
|
2356
|
+
'bsc:cake' = "bsc:cake",
|
|
2357
|
+
'bsc:litt' = "bsc:litt",
|
|
2358
|
+
'bsc:xvs' = "bsc:xvs",
|
|
2359
|
+
'bsc:epx' = "bsc:epx",
|
|
2360
|
+
'bsc:usdc' = "bsc:usdc",
|
|
2361
|
+
'bsc:eth' = "bsc:eth",
|
|
2362
|
+
'bsc:dd' = "bsc:dd",
|
|
2363
|
+
'bsc:parti' = "bsc:parti",
|
|
2364
|
+
'bsc:form' = "bsc:form",
|
|
2365
|
+
'bsc:ltc' = "bsc:ltc",
|
|
2366
|
+
'bsc:mask' = "bsc:mask",
|
|
2367
|
+
'bsc:matic' = "bsc:matic",
|
|
2368
|
+
'bsc:mbox' = "bsc:mbox",
|
|
2369
|
+
'bsc:mdt' = "bsc:mdt",
|
|
2370
|
+
'bsc:nuls' = "bsc:nuls",
|
|
2371
|
+
'bsc:ont' = "bsc:ont",
|
|
2372
|
+
'bsc:orn' = "bsc:orn",
|
|
2373
|
+
'bsc:porto' = "bsc:porto",
|
|
2374
|
+
'bsc:reef' = "bsc:reef",
|
|
2375
|
+
'bsc:renbtc' = "bsc:renbtc",
|
|
2376
|
+
'bsc:snx' = "bsc:snx",
|
|
2377
|
+
'bsc:tking' = "bsc:tking",
|
|
2378
|
+
'bsc:tlm' = "bsc:tlm",
|
|
2379
|
+
'bsc:ton' = "bsc:ton",
|
|
2380
|
+
'bsc:trx' = "bsc:trx",
|
|
2381
|
+
'bsc:wbnb' = "bsc:wbnb",
|
|
2382
|
+
'bsc:win' = "bsc:win",
|
|
2383
|
+
'bsc:wrx' = "bsc:wrx",
|
|
2384
|
+
'bsc:yfii' = "bsc:yfii",
|
|
2385
|
+
'bsc:zil' = "bsc:zil",
|
|
2386
|
+
'bsc:1inch' = "bsc:1inch",
|
|
2387
|
+
'bsc:ada' = "bsc:ada",
|
|
2388
|
+
'bsc:alice' = "bsc:alice",
|
|
2389
|
+
'bsc:alpaca' = "bsc:alpaca",
|
|
2390
|
+
'bsc:alpine' = "bsc:alpine",
|
|
2391
|
+
'bsc:ankr' = "bsc:ankr",
|
|
2392
|
+
'bsc:avax' = "bsc:avax",
|
|
2393
|
+
'bsc:beta' = "bsc:beta",
|
|
2394
|
+
'bsc:btt' = "bsc:btt",
|
|
2395
|
+
'bsc:celr' = "bsc:celr",
|
|
2396
|
+
'bsc:chr' = "bsc:chr",
|
|
2397
|
+
'bsc:coti' = "bsc:coti",
|
|
2398
|
+
'bsc:cream' = "bsc:cream",
|
|
2399
|
+
'bsc:dar' = "bsc:dar",
|
|
2400
|
+
'bsc:degov2' = "bsc:degov2",
|
|
2401
|
+
'bsc:dodo' = "bsc:dodo",
|
|
2402
|
+
'bsc:elon' = "bsc:elon",
|
|
2403
|
+
'bsc:etc' = "bsc:etc",
|
|
2404
|
+
'bsc:firo' = "bsc:firo",
|
|
2405
|
+
'bsc:front' = "bsc:front",
|
|
2406
|
+
'bsc:hft' = "bsc:hft",
|
|
2407
|
+
'bsc:high' = "bsc:high",
|
|
2408
|
+
'bsc:inj' = "bsc:inj",
|
|
2409
|
+
'bsc:iotx' = "bsc:iotx",
|
|
2410
|
+
'bsc:auto' = "bsc:auto",
|
|
2411
|
+
'bsc:fet' = "bsc:fet",
|
|
2412
|
+
'bsc:kas' = "bsc:kas",
|
|
2413
|
+
'bsc:lit' = "bsc:lit",
|
|
2414
|
+
'bsc:mana' = "bsc:mana",
|
|
2415
|
+
'bsc:shib' = "bsc:shib",
|
|
2416
|
+
'bsc:sxp' = "bsc:sxp",
|
|
2417
|
+
'bsc:nnn' = "bsc:nnn",
|
|
2418
|
+
'bsc:nvm' = "bsc:nvm",
|
|
2419
|
+
'bsc:jasmy' = "bsc:jasmy",
|
|
2420
|
+
'bsc:near' = "bsc:near",
|
|
2421
|
+
'bsc:ocean' = "bsc:ocean",
|
|
2422
|
+
'bsc:sand' = "bsc:sand",
|
|
2423
|
+
'bsc:tusd' = "bsc:tusd",
|
|
2424
|
+
'bsc:wrose' = "bsc:wrose",
|
|
2425
|
+
'bsc:twt' = "bsc:twt",
|
|
2426
|
+
'bsc:sfp' = "bsc:sfp",
|
|
2427
|
+
'bsc:edu' = "bsc:edu",
|
|
2428
|
+
'bsc:mrs' = "bsc:mrs",
|
|
2429
|
+
'bsc:ong' = "bsc:ong",
|
|
2430
|
+
'bsc:ctk' = "bsc:ctk",
|
|
2431
|
+
'bsc:rndt' = "bsc:rndt",
|
|
2432
|
+
'bsc:mbx' = "bsc:mbx",
|
|
2433
|
+
'bsc:mav' = "bsc:mav",
|
|
2434
|
+
'bsc:mct' = "bsc:mct",
|
|
2435
|
+
'bsc:thunder' = "bsc:thunder",
|
|
2436
|
+
'bsc:atlas' = "bsc:atlas",
|
|
2437
|
+
'bsc:vidt' = "bsc:vidt",
|
|
2438
|
+
'bsc:unfi' = "bsc:unfi",
|
|
2439
|
+
'bsc:chess' = "bsc:chess",
|
|
2440
|
+
'bsc:pols' = "bsc:pols",
|
|
2441
|
+
'bsc:uft' = "bsc:uft",
|
|
2442
|
+
'bsc:wing' = "bsc:wing",
|
|
2443
|
+
'bsc:santos' = "bsc:santos",
|
|
2444
|
+
'bsc:lazio' = "bsc:lazio",
|
|
2445
|
+
'bsc:swap' = "bsc:swap",
|
|
2446
|
+
'bsc:troy' = "bsc:troy",
|
|
2447
|
+
'bsc:rdnt' = "bsc:rdnt",
|
|
2448
|
+
'bsc:pax' = "bsc:pax",
|
|
2449
|
+
'bsc:volt' = "bsc:volt",
|
|
2450
|
+
'tbsc:busd' = "tbsc:busd",
|
|
2451
|
+
'tbsc:usd1' = "tbsc:usd1",
|
|
2452
|
+
'tbsc:stgusd1' = "tbsc:stgusd1",
|
|
2453
|
+
'bsc:city' = "bsc:city",
|
|
2454
|
+
'bsc:fdusd' = "bsc:fdusd",
|
|
2455
|
+
'bsc:floki' = "bsc:floki",
|
|
2456
|
+
'bsc:ldo' = "bsc:ldo",
|
|
2457
|
+
'bsc:om' = "bsc:om",
|
|
2458
|
+
'bsc:eos' = "bsc:eos",
|
|
2459
|
+
'bsc:usdd' = "bsc:usdd",
|
|
2460
|
+
'bsc:gft' = "bsc:gft",
|
|
2461
|
+
'bsc:glmr' = "bsc:glmr",
|
|
2462
|
+
'bsc:gmt' = "bsc:gmt",
|
|
2463
|
+
'bsc:tko' = "bsc:tko",
|
|
2464
|
+
'bsc:vite' = "bsc:vite",
|
|
2465
|
+
'bsc:mdx' = "bsc:mdx",
|
|
2466
|
+
'bsc:multi' = "bsc:multi",
|
|
2467
|
+
'bsc:psg' = "bsc:psg",
|
|
2468
|
+
'bsc:telos' = "bsc:telos",
|
|
2469
|
+
'bsc:flux' = "bsc:flux",
|
|
2470
|
+
'bsc:h2o' = "bsc:h2o",
|
|
2471
|
+
'bsc:lto' = "bsc:lto",
|
|
2472
|
+
'bsc:kmd' = "bsc:kmd",
|
|
2473
|
+
'bsc:farm' = "bsc:farm",
|
|
2474
|
+
'bsc:lina' = "bsc:lina",
|
|
2475
|
+
'bsc:usd1' = "bsc:usd1",
|
|
2476
|
+
'bsc:oort' = "bsc:oort",
|
|
2477
|
+
'bsc:aitech' = "bsc:aitech",
|
|
2478
|
+
'bsc:fil' = "bsc:fil",
|
|
2479
|
+
'bsc:ftm' = "bsc:ftm",
|
|
2480
|
+
'bsc:comp' = "bsc:comp",
|
|
2481
|
+
'bsc:uni' = "bsc:uni",
|
|
2482
|
+
'bsc:yfi' = "bsc:yfi",
|
|
2483
|
+
'bsc:link' = "bsc:link",
|
|
2484
|
+
'bsc:cusdo' = "bsc:cusdo",
|
|
2485
|
+
'bsc:unx' = "bsc:unx",
|
|
2486
|
+
'bsc:usdo' = "bsc:usdo",
|
|
2487
|
+
'bsc:slay' = "bsc:slay",
|
|
2488
|
+
'bsc:prove' = "bsc:prove",
|
|
2489
|
+
'bsc:rekt' = "bsc:rekt",
|
|
2490
|
+
'bsc:zig' = "bsc:zig",
|
|
2491
|
+
'bsc:eden' = "bsc:eden",
|
|
2492
|
+
'bsc:m' = "bsc:m",
|
|
2493
|
+
'bsc:cashplus' = "bsc:cashplus",
|
|
2494
|
+
'bsc:aster' = "bsc:aster",
|
|
2495
|
+
'erc721:bsctoken' = "erc721:bsctoken",
|
|
2496
|
+
'erc1155:bsctoken' = "erc1155:bsctoken",
|
|
2497
|
+
'terc721:bsctoken' = "terc721:bsctoken",
|
|
2498
|
+
'terc1155:bsctoken' = "terc1155:bsctoken",
|
|
2499
|
+
'tpolygon:derc20' = "tpolygon:derc20",
|
|
2500
|
+
'tpolygon:link' = "tpolygon:link",
|
|
2501
|
+
'tpolygon:name' = "tpolygon:name",
|
|
2502
|
+
'tpolygon:opm' = "tpolygon:opm",
|
|
2503
|
+
'tpolygon:pme' = "tpolygon:pme",
|
|
2504
|
+
'tpolygon:xsgd' = "tpolygon:xsgd",
|
|
2505
|
+
'tpolygon:terc18dp' = "tpolygon:terc18dp",
|
|
2506
|
+
'tpolygon:terc10dp' = "tpolygon:terc10dp",
|
|
2507
|
+
'tpolygon:terc6dp' = "tpolygon:terc6dp",
|
|
2508
|
+
'tpolygon:usdt' = "tpolygon:usdt",
|
|
2509
|
+
'tpolygon:usdc' = "tpolygon:usdc",
|
|
2510
|
+
'tpolygon:testcopm' = "tpolygon:testcopm",
|
|
2511
|
+
'tpolygon:BitGoTest' = "tpolygon:BitGoTest",
|
|
2512
|
+
'terc721:polygontoken' = "terc721:polygontoken",
|
|
2513
|
+
'terc1155:polygontoken' = "terc1155:polygontoken",
|
|
2514
|
+
'arbeth:link' = "arbeth:link",
|
|
2515
|
+
'arbeth:spxux' = "arbeth:spxux",
|
|
2516
|
+
'arbeth:usdc' = "arbeth:usdc",
|
|
2517
|
+
'arbeth:xsgdv2' = "arbeth:xsgdv2",
|
|
2518
|
+
'arbeth:trn' = "arbeth:trn",
|
|
2519
|
+
'arbeth:usdcv2' = "arbeth:usdcv2",
|
|
2520
|
+
'arbeth:usdt' = "arbeth:usdt",
|
|
2521
|
+
'arbeth:arb' = "arbeth:arb",
|
|
2522
|
+
'arbeth:sqd' = "arbeth:sqd",
|
|
2523
|
+
'arbeth:cbl' = "arbeth:cbl",
|
|
2524
|
+
'arbeth:w' = "arbeth:w",
|
|
2525
|
+
'arbeth:comp' = "arbeth:comp",
|
|
2526
|
+
'arbeth:coti' = "arbeth:coti",
|
|
2527
|
+
'arbeth:gno' = "arbeth:gno",
|
|
2528
|
+
'arbeth:gohm' = "arbeth:gohm",
|
|
2529
|
+
'arbeth:grt' = "arbeth:grt",
|
|
2530
|
+
'arbeth:knc' = "arbeth:knc",
|
|
2531
|
+
'arbeth:trb' = "arbeth:trb",
|
|
2532
|
+
'arbeth:tusd' = "arbeth:tusd",
|
|
2533
|
+
'arbeth:uma' = "arbeth:uma",
|
|
2534
|
+
'arbeth:uni' = "arbeth:uni",
|
|
2535
|
+
'arbeth:weth' = "arbeth:weth",
|
|
2536
|
+
'arbeth:woo' = "arbeth:woo",
|
|
2537
|
+
'arbeth:yfi' = "arbeth:yfi",
|
|
2538
|
+
'arbeth:xsgd' = "arbeth:xsgd",
|
|
2539
|
+
'arbeth:ztx' = "arbeth:ztx",
|
|
2540
|
+
'arbeth:ldo' = "arbeth:ldo",
|
|
2541
|
+
'arbeth:egp' = "arbeth:egp",
|
|
2542
|
+
'arbeth:myrc' = "arbeth:myrc",
|
|
2543
|
+
'arbeth:gs' = "arbeth:gs",
|
|
2544
|
+
'arbeth:veur' = "arbeth:veur",
|
|
2545
|
+
'arbeth:vchf' = "arbeth:vchf",
|
|
2546
|
+
'arbeth:tbill' = "arbeth:tbill",
|
|
2547
|
+
'arbeth:xai' = "arbeth:xai",
|
|
2548
|
+
'arbeth:flttx' = "arbeth:flttx",
|
|
2549
|
+
'arbeth:wtsix' = "arbeth:wtsix",
|
|
2550
|
+
'arbeth:modrx' = "arbeth:modrx",
|
|
2551
|
+
'arbeth:techx' = "arbeth:techx",
|
|
2552
|
+
'arbeth:wtsyx' = "arbeth:wtsyx",
|
|
2553
|
+
'arbeth:wtlgx' = "arbeth:wtlgx",
|
|
2554
|
+
'arbeth:wttsx' = "arbeth:wttsx",
|
|
2555
|
+
'arbeth:tipsx' = "arbeth:tipsx",
|
|
2556
|
+
'arbeth:wtstx' = "arbeth:wtstx",
|
|
2557
|
+
'arbeth:wtgxx' = "arbeth:wtgxx",
|
|
2558
|
+
'arbeth:lngvx' = "arbeth:lngvx",
|
|
2559
|
+
'arbeth:eqtyx' = "arbeth:eqtyx",
|
|
2560
|
+
'arbeth:anime' = "arbeth:anime",
|
|
2561
|
+
'arbeth:benji' = "arbeth:benji",
|
|
2562
|
+
'arbeth:dolo' = "arbeth:dolo",
|
|
2563
|
+
'arbeth:bull' = "arbeth:bull",
|
|
2564
|
+
'baseeth:aero' = "baseeth:aero",
|
|
2565
|
+
'baseeth:icnt' = "baseeth:icnt",
|
|
2566
|
+
'baseeth:morpho' = "baseeth:morpho",
|
|
2567
|
+
'baseeth:weth' = "baseeth:weth",
|
|
2568
|
+
'baseeth:usdc' = "baseeth:usdc",
|
|
2569
|
+
'baseeth:wbtc' = "baseeth:wbtc",
|
|
2570
|
+
'baseeth:usde' = "baseeth:usde",
|
|
2571
|
+
'baseeth:trust' = "baseeth:trust",
|
|
2572
|
+
'baseeth:flk' = "baseeth:flk",
|
|
2573
|
+
'tbaseeth:usdc' = "tbaseeth:usdc",
|
|
2574
|
+
'og:wog' = "og:wog",
|
|
2575
|
+
'seievm:usdc' = "seievm:usdc",
|
|
2576
|
+
'seievm:weth' = "seievm:weth",
|
|
2577
|
+
'seievm:wbtc' = "seievm:wbtc",
|
|
2578
|
+
'seievm:usd0' = "seievm:usd0",
|
|
2579
|
+
'lineaeth:linea' = "lineaeth:linea",
|
|
2580
|
+
'lineaeth:usdt' = "lineaeth:usdt",
|
|
2581
|
+
'lineaeth:usdc' = "lineaeth:usdc",
|
|
2582
|
+
'flow:weth' = "flow:weth",
|
|
2583
|
+
'flow:usdf' = "flow:usdf",
|
|
2584
|
+
'flow:wflow' = "flow:wflow",
|
|
2585
|
+
'tarbeth:link' = "tarbeth:link",
|
|
2586
|
+
'tarbeth:xsgd' = "tarbeth:xsgd",
|
|
2587
|
+
'opeth:link' = "opeth:link",
|
|
2588
|
+
'opeth:usdc' = "opeth:usdc",
|
|
2589
|
+
'opeth:usdcv2' = "opeth:usdcv2",
|
|
2590
|
+
'opeth:usdt' = "opeth:usdt",
|
|
2591
|
+
'opeth:op' = "opeth:op",
|
|
2592
|
+
'opeth:exa' = "opeth:exa",
|
|
2593
|
+
'opeth:wld' = "opeth:wld",
|
|
2594
|
+
'opeth:wct' = "opeth:wct",
|
|
2595
|
+
'opeth:spxux' = "opeth:spxux",
|
|
2596
|
+
'opeth:flttx' = "opeth:flttx",
|
|
2597
|
+
'opeth:wtsix' = "opeth:wtsix",
|
|
2598
|
+
'opeth:modrx' = "opeth:modrx",
|
|
2599
|
+
'opeth:techx' = "opeth:techx",
|
|
2600
|
+
'opeth:wtsyx' = "opeth:wtsyx",
|
|
2601
|
+
'opeth:wtlgx' = "opeth:wtlgx",
|
|
2602
|
+
'opeth:wttsx' = "opeth:wttsx",
|
|
2603
|
+
'opeth:tipsx' = "opeth:tipsx",
|
|
2604
|
+
'opeth:wtstx' = "opeth:wtstx",
|
|
2605
|
+
'opeth:wtgxx' = "opeth:wtgxx",
|
|
2606
|
+
'opeth:lngvx' = "opeth:lngvx",
|
|
2607
|
+
'opeth:eqtyx' = "opeth:eqtyx",
|
|
2608
|
+
'topeth:terc18dp' = "topeth:terc18dp",
|
|
2609
|
+
'topeth:wct' = "topeth:wct",
|
|
2610
|
+
'zketh:link' = "zketh:link",
|
|
2611
|
+
'tzketh:link' = "tzketh:link",
|
|
2612
|
+
'celo:pact' = "celo:pact",
|
|
2613
|
+
'bera:bgt' = "bera:bgt",
|
|
2614
|
+
'bera:honey' = "bera:honey",
|
|
2615
|
+
'bera:usdc' = "bera:usdc",
|
|
2616
|
+
'bera:ibera' = "bera:ibera",
|
|
2617
|
+
'bera:dolo' = "bera:dolo",
|
|
2618
|
+
'bera:wgbera' = "bera:wgbera",
|
|
2619
|
+
'tbera:bgt' = "tbera:bgt",
|
|
2620
|
+
'tbera:honey' = "tbera:honey",
|
|
2621
|
+
'tbera:usdc' = "tbera:usdc",
|
|
2622
|
+
'tbera:ibera' = "tbera:ibera",
|
|
2623
|
+
'erc721:soneiumtoken' = "erc721:soneiumtoken",
|
|
2624
|
+
'erc1155:soneiumtoken' = "erc1155:soneiumtoken",
|
|
2625
|
+
'tsoneium:test721' = "tsoneium:test721",
|
|
2626
|
+
'tsoneium:test1155' = "tsoneium:test1155",
|
|
2627
|
+
'coredao:stcore' = "coredao:stcore",
|
|
2628
|
+
'tcoredao:stcore' = "tcoredao:stcore",
|
|
2629
|
+
'tcoredao:tlstbtc' = "tcoredao:tlstbtc",
|
|
2630
|
+
'world:wld' = "world:wld",
|
|
2631
|
+
'world:usdc' = "world:usdc",
|
|
2632
|
+
'tworld:wld' = "tworld:wld",
|
|
2633
|
+
'tworld:usdc' = "tworld:usdc",
|
|
2634
|
+
'flr:wflr' = "flr:wflr",
|
|
2635
|
+
'tflr:wflr' = "tflr:wflr",
|
|
2636
|
+
ERC721 = "erc721",
|
|
2637
|
+
ERC1155 = "erc1155",
|
|
2638
|
+
NONSTANDARD = "nonstandard",
|
|
2639
|
+
adaTestnetToken = "temporary-placeholder",
|
|
2640
|
+
'sol:bome' = "sol:bome",
|
|
2641
|
+
'3uejh-usdc' = "3uejh-usdc",
|
|
2642
|
+
'avax-usdc' = "avax-usdc",
|
|
2643
|
+
'bop-usdc' = "bop-usdc",
|
|
2644
|
+
'sol:crown' = "sol:crown",
|
|
2645
|
+
'elu-usdt' = "elu-usdt",
|
|
2646
|
+
'fida-usdc' = "fida-usdc",
|
|
2647
|
+
'fida-usdt' = "fida-usdt",
|
|
2648
|
+
'ftt-ftt' = "ftt-ftt",
|
|
2649
|
+
'link-usdc' = "link-usdc",
|
|
2650
|
+
'lqid-usdc' = "lqid-usdc",
|
|
2651
|
+
'maticpo-usdc' = "maticpo-usdc",
|
|
2652
|
+
'msol-sol' = "msol-sol",
|
|
2653
|
+
'msol-usdc' = "msol-usdc",
|
|
2654
|
+
'prism-usdc' = "prism-usdc",
|
|
2655
|
+
'sol:pyth' = "sol:pyth",
|
|
2656
|
+
'rendoge-usdc' = "rendoge-usdc",
|
|
2657
|
+
'shdw-usdc' = "shdw-usdc",
|
|
2658
|
+
'sol-wtust' = "sol-wtust",
|
|
2659
|
+
'srm-usdc' = "srm-usdc",
|
|
2660
|
+
'srmet-srm' = "srmet-srm",
|
|
2661
|
+
'sushi-usdc' = "sushi-usdc",
|
|
2662
|
+
'tuatlas' = "tuatlas",
|
|
2663
|
+
'tucope' = "tucope",
|
|
2664
|
+
'tulike' = "tulike",
|
|
2665
|
+
'tureal' = "tureal",
|
|
2666
|
+
'tusamo' = "tusamo",
|
|
2667
|
+
'usdt-usdc' = "usdt-usdc",
|
|
2668
|
+
'wbwbnb-usdc' = "wbwbnb-usdc",
|
|
2669
|
+
'wheth-usdc' = "wheth-usdc",
|
|
2670
|
+
'wtust-usdt' = "wtust-usdt",
|
|
2671
|
+
'xcope-usdc' = "xcope-usdc",
|
|
2672
|
+
'xrp-sollet' = "xrp-sollet",
|
|
2673
|
+
'aury' = "aury",
|
|
2674
|
+
'dio' = "dio",
|
|
2675
|
+
'sol-perp' = "sol-perp",
|
|
2676
|
+
'sol-woo' = "sol-woo",
|
|
2677
|
+
'sol-weth' = "sol-weth",
|
|
2678
|
+
'btc-sollet' = "btc-sollet",
|
|
2679
|
+
'eth-sollet' = "eth-sollet",
|
|
2680
|
+
'sol:bonk' = "sol:bonk",
|
|
2681
|
+
'jto' = "jto",
|
|
2682
|
+
'sol:jto' = "sol:jto",
|
|
2683
|
+
'jup' = "jup",
|
|
2684
|
+
'sol:jup' = "sol:jup",
|
|
2685
|
+
'sol:honey' = "sol:honey",
|
|
2686
|
+
'mobile' = "mobile",
|
|
2687
|
+
'sol:mobile' = "sol:mobile",
|
|
2688
|
+
'wif' = "wif",
|
|
2689
|
+
'sol:wif' = "sol:wif",
|
|
2690
|
+
'natix' = "natix",
|
|
2691
|
+
'sol:natix' = "sol:natix",
|
|
2692
|
+
'sol:ks' = "sol:ks",
|
|
2693
|
+
'sol:apusdt' = "sol:apusdt",
|
|
2694
|
+
'sol:acusd' = "sol:acusd",
|
|
2695
|
+
'sol:solink' = "sol:solink",
|
|
2696
|
+
'sol:block' = "sol:block",
|
|
2697
|
+
'sol:render' = "sol:render",
|
|
2698
|
+
'sol:wen' = "sol:wen",
|
|
2699
|
+
'sol:mew' = "sol:mew",
|
|
2700
|
+
'sol:pyusd' = "sol:pyusd",
|
|
2701
|
+
'sol:moveusd' = "sol:moveusd",
|
|
2702
|
+
'sol:dxl' = "sol:dxl",
|
|
2703
|
+
'sol:mother' = "sol:mother",
|
|
2704
|
+
'sol:wrose' = "sol:wrose",
|
|
2705
|
+
'sol:atlas' = "sol:atlas",
|
|
2706
|
+
'sol:mdt' = "sol:mdt",
|
|
2707
|
+
'sol:io' = "sol:io",
|
|
2708
|
+
'sol:aave' = "sol:aave",
|
|
2709
|
+
'sol:ldo' = "sol:ldo",
|
|
2710
|
+
'sol:gt' = "sol:gt",
|
|
2711
|
+
'sol:popcat' = "sol:popcat",
|
|
2712
|
+
'sol:axs' = "sol:axs",
|
|
2713
|
+
'sol:sand' = "sol:sand",
|
|
2714
|
+
'sol:ens' = "sol:ens",
|
|
2715
|
+
'sol:enron' = "sol:enron",
|
|
2716
|
+
'sol:jitosol' = "sol:jitosol",
|
|
2717
|
+
'sol:zeus' = "sol:zeus",
|
|
2718
|
+
'sol:kmno' = "sol:kmno",
|
|
2719
|
+
'sol:giga' = "sol:giga",
|
|
2720
|
+
'sol:tnsr' = "sol:tnsr",
|
|
2721
|
+
'sol:ssol' = "sol:ssol",
|
|
2722
|
+
'sol:drift' = "sol:drift",
|
|
2723
|
+
'sol:spx' = "sol:spx",
|
|
2724
|
+
'sol:turbo' = "sol:turbo",
|
|
2725
|
+
'sol:fartcoin' = "sol:fartcoin",
|
|
2726
|
+
'sol:swarms' = "sol:swarms",
|
|
2727
|
+
'sol:nc' = "sol:nc",
|
|
2728
|
+
'sol:tai' = "sol:tai",
|
|
2729
|
+
'sol:pengu' = "sol:pengu",
|
|
2730
|
+
'sol:corn' = "sol:corn",
|
|
2731
|
+
'sol:yes' = "sol:yes",
|
|
2732
|
+
'sol:ai16z' = "sol:ai16z",
|
|
2733
|
+
'sol:pnut' = "sol:pnut",
|
|
2734
|
+
'sol:nyan' = "sol:nyan",
|
|
2735
|
+
'sol:virtual' = "sol:virtual",
|
|
2736
|
+
'sol:zerebro' = "sol:zerebro",
|
|
2737
|
+
'sol:arc' = "sol:arc",
|
|
2738
|
+
'sol:nos' = "sol:nos",
|
|
2739
|
+
'sol:jlp' = "sol:jlp",
|
|
2740
|
+
'sol:grass' = "sol:grass",
|
|
2741
|
+
'sol:trump' = "sol:trump",
|
|
2742
|
+
'sol:melania' = "sol:melania",
|
|
2743
|
+
'sol:ustry' = "sol:ustry",
|
|
2744
|
+
'sol:eurob' = "sol:eurob",
|
|
2745
|
+
'sol:tesouro' = "sol:tesouro",
|
|
2746
|
+
'sol:cetes' = "sol:cetes",
|
|
2747
|
+
'sol:gilts' = "sol:gilts",
|
|
2748
|
+
'sol:muskit' = "sol:muskit",
|
|
2749
|
+
'sol:matrix' = "sol:matrix",
|
|
2750
|
+
'sol:eurcv' = "sol:eurcv",
|
|
2751
|
+
'sol:layer' = "sol:layer",
|
|
2752
|
+
'sol:rock' = "sol:rock",
|
|
2753
|
+
'sol:dood' = "sol:dood",
|
|
2754
|
+
'sol:sb' = "sol:sb",
|
|
2755
|
+
'sol:dfdvsol' = "sol:dfdvsol",
|
|
2756
|
+
'sol:chillguy' = "sol:chillguy",
|
|
2757
|
+
'sol:moodeng' = "sol:moodeng",
|
|
2758
|
+
'sol:hsol' = "sol:hsol",
|
|
2759
|
+
'sol:grph' = "sol:grph",
|
|
2760
|
+
'sol:superbonds' = "sol:superbonds",
|
|
2761
|
+
'sol:would' = "sol:would",
|
|
2762
|
+
'sol:dog' = "sol:dog",
|
|
2763
|
+
'sol:saros' = "sol:saros",
|
|
2764
|
+
'sol:babydoge' = "sol:babydoge",
|
|
2765
|
+
'sol:useless' = "sol:useless",
|
|
2766
|
+
'sol:gohome' = "sol:gohome",
|
|
2767
|
+
'sol:aura' = "sol:aura",
|
|
2768
|
+
'sol:me' = "sol:me",
|
|
2769
|
+
'sol:alch' = "sol:alch",
|
|
2770
|
+
'sol:launchcoin' = "sol:launchcoin",
|
|
2771
|
+
'sol:stik' = "sol:stik",
|
|
2772
|
+
'sol:chill' = "sol:chill",
|
|
2773
|
+
'sol:zbcn' = "sol:zbcn",
|
|
2774
|
+
'sol:benji' = "sol:benji",
|
|
2775
|
+
'sol:dupe' = "sol:dupe",
|
|
2776
|
+
'sol:tank' = "sol:tank",
|
|
2777
|
+
'sol:grift' = "sol:grift",
|
|
2778
|
+
'sol:usdk' = "sol:usdk",
|
|
2779
|
+
'sol:usdky' = "sol:usdky",
|
|
2780
|
+
'sol:wave' = "sol:wave",
|
|
2781
|
+
'sol:usdcv' = "sol:usdcv",
|
|
2782
|
+
'sol:2z' = "sol:2z",
|
|
2783
|
+
'sol:cloud' = "sol:cloud",
|
|
2784
|
+
'sol:eliza' = "sol:eliza",
|
|
2785
|
+
'sol:eurc' = "sol:eurc",
|
|
2786
|
+
'sol:dynosol' = "sol:dynosol",
|
|
2787
|
+
'sol:cipher' = "sol:cipher",
|
|
2788
|
+
'sol:bio' = "sol:bio",
|
|
2789
|
+
'sol:rekt' = "sol:rekt",
|
|
2790
|
+
'sol:xyo' = "sol:xyo",
|
|
2791
|
+
'sol:zig' = "sol:zig",
|
|
2792
|
+
'tsol:txsgd' = "sol:txsgd",
|
|
2793
|
+
'tsol:txusd' = "sol:txusd",
|
|
2794
|
+
'trx:htx' = "trx:htx",
|
|
2795
|
+
'trx:jst' = "trx:jst",
|
|
2796
|
+
'trx:tusd' = "trx:tusd",
|
|
2797
|
+
'trx:win' = "trx:win",
|
|
2798
|
+
'trx:btt' = "trx:btt",
|
|
2799
|
+
'trx:usdd' = "trx:usdd",
|
|
2800
|
+
'trx:usdt' = "trx:usdt",
|
|
2801
|
+
'trx:usd1' = "trx:usd1",
|
|
2802
|
+
'trx:nft' = "trx:nft",
|
|
2803
|
+
'trx:trxs' = "trx:trxs",
|
|
2804
|
+
'ttrx:usdt' = "ttrx:usdt",
|
|
2805
|
+
'ttrx:usd1' = "ttrx:usd1",
|
|
2806
|
+
'ttrx:stgusd1' = "ttrx:stgusd1",
|
|
2807
|
+
'txrp:tst-rP9jPyP5kyvFRb6ZiRghAGw5u8SGAmU4bd' = "txrp:tst-rP9jPyP5kyvFRb6ZiRghAGw5u8SGAmU4bd",
|
|
2808
|
+
'xrp:rlusd' = "xrp:rlusd",
|
|
2809
|
+
'txrp:rlusd' = "txrp:rlusd",
|
|
2810
|
+
'txrp:xat' = "txrp:xat",
|
|
2811
|
+
'xrp:tbill' = "xrp:tbill",
|
|
2812
|
+
'xrp:xsgd' = "xrp:xsgd",
|
|
2813
|
+
'xrp:veur' = "xrp:veur",
|
|
2814
|
+
'xrp:vchf' = "xrp:vchf",
|
|
2815
|
+
'xrp:vgbp' = "xrp:vgbp",
|
|
2816
|
+
'xrp:solo' = "xrp:solo",
|
|
2817
|
+
'xrp:aau' = "xrp:aau",
|
|
2818
|
+
'xrp:fiuaxrp' = "xrp:fiuaxrp",
|
|
2819
|
+
'txrp:xsgd' = "txrp:xsgd",
|
|
2820
|
+
'sui:deep' = "sui:deep",
|
|
2821
|
+
'sui:suins' = "sui:suins",
|
|
2822
|
+
'sui:fdusd' = "sui:fdusd",
|
|
2823
|
+
'sui:usdc' = "sui:usdc",
|
|
2824
|
+
'sui:wusdc' = "sui:wusdc",
|
|
2825
|
+
'sui:sca' = "sui:sca",
|
|
2826
|
+
'sui:times' = "sui:times",
|
|
2827
|
+
'sui:fud' = "sui:fud",
|
|
2828
|
+
'sui:afsui' = "sui:afsui",
|
|
2829
|
+
'sui:navx' = "sui:navx",
|
|
2830
|
+
'sui:vsui' = "sui:vsui",
|
|
2831
|
+
'sui:send' = "sui:send",
|
|
2832
|
+
'sui:cetus' = "sui:cetus",
|
|
2833
|
+
'sui:wal' = "sui:wal",
|
|
2834
|
+
'sui:xmn' = "sui:xmn",
|
|
2835
|
+
'sui:xaum' = "sui:xaum",
|
|
2836
|
+
'sui:alkimi' = "sui:alkimi",
|
|
2837
|
+
'tsui:deep' = "tsui:deep",
|
|
2838
|
+
'tsui:wal' = "tsui:wal",
|
|
2839
|
+
'apt:usd1' = "apt:usd1",
|
|
2840
|
+
'apt:usdt' = "apt:usdt",
|
|
2841
|
+
'apt:usdc' = "apt:usdc",
|
|
2842
|
+
'apt:pact' = "apt:pact",
|
|
2843
|
+
'apt:benji' = "apt:benji",
|
|
2844
|
+
'apt:lsd' = "apt:lsd",
|
|
2845
|
+
'apt:kgen' = "apt:kgen",
|
|
2846
|
+
'apt:h00ts' = "apt:h00ts",
|
|
2847
|
+
'tapt:stgusd1' = "tapt:stgusd1",
|
|
2848
|
+
'tapt:usd1' = "tapt:usd1",
|
|
2849
|
+
'tapt:usdt' = "tapt:usdt",
|
|
2850
|
+
'tapt:nftcollection1' = "tapt:nftcollection1",
|
|
2851
|
+
'tapt:beta3loanbook' = "tapt:beta3loanbook",
|
|
2852
|
+
'stx:sbtc' = "stx:sbtc",
|
|
2853
|
+
'stx:ststx' = "stx:ststx",
|
|
2854
|
+
'stx:alex' = "stx:alex",
|
|
2855
|
+
'stx:aeusdc' = "stx:aeusdc",
|
|
2856
|
+
'stx:usdh' = "stx:usdh",
|
|
2857
|
+
'stx:susdh' = "stx:susdh",
|
|
2858
|
+
'stx:welsh' = "stx:welsh",
|
|
2859
|
+
'tstx:tsbtc' = "tstx:tsbtc",
|
|
2860
|
+
'tstx:tsip6dp' = "tstx:tsip6dp",
|
|
2861
|
+
'tstx:tsip8dp' = "tstx:tsip8dp",
|
|
2862
|
+
'ttao:apex' = "ttao:apex",
|
|
2863
|
+
'ttao:onion' = "ttao:onion",
|
|
2864
|
+
'ttao:templar' = "ttao:templar",
|
|
2865
|
+
'ttao:targon' = "ttao:targon",
|
|
2866
|
+
'tpolyx:nvbitgot' = "tpolyx:nvbitgot",
|
|
2867
|
+
'hbar:karate' = "hbar:karate",
|
|
2868
|
+
'hbar:sauce' = "hbar:sauce",
|
|
2869
|
+
'hbar:dovu' = "hbar:dovu",
|
|
2870
|
+
'hbar:pack' = "hbar:pack",
|
|
2871
|
+
'hbar:jam' = "hbar:jam",
|
|
2872
|
+
'hbar:berry' = "hbar:berry",
|
|
2873
|
+
'hbar:bonzo' = "hbar:bonzo",
|
|
2874
|
+
'hbar:co2e' = "hbar:co2e",
|
|
2875
|
+
'hbar:hsuite' = "hbar:hsuite",
|
|
2876
|
+
'thbar:txsgd' = "thbar:txsgd",
|
|
2877
|
+
'near:usdc' = "near:usdc",
|
|
2878
|
+
'near:usdt' = "near:usdt",
|
|
2879
|
+
'tnear:tnep24dp' = "tnear:tnep24dp",
|
|
2880
|
+
'tnear:usdc' = "tnear:usdc",
|
|
2881
|
+
'vet:vtho' = "vet:vtho",
|
|
2882
|
+
'tvet:vtho' = "tvet:vtho",
|
|
2883
|
+
'vet:sdt' = "vet:sdt",
|
|
2884
|
+
'tvet:sdt' = "tvet:sdt",
|
|
2885
|
+
'hash:ylds' = "hash:ylds",
|
|
2886
|
+
'thash:ylds' = "thash:ylds",
|
|
2887
|
+
'ton:usdt' = "ton:usdt",
|
|
2888
|
+
'tton:ukwny-us' = "tton:ukwny-us",
|
|
2889
|
+
'eth:0x0' = "eth:0x0",
|
|
2890
|
+
'eth:vvs' = "eth:vvs",
|
|
2891
|
+
'eth:bmx' = "eth:bmx",
|
|
2892
|
+
'eth:pro' = "eth:pro",
|
|
2893
|
+
'eth:prime' = "eth:prime",
|
|
2894
|
+
'eth:pokt' = "eth:pokt",
|
|
2895
|
+
'eth:lon' = "eth:lon",
|
|
2896
|
+
'eth:rlb' = "eth:rlb",
|
|
2897
|
+
'eth:neiro2' = "eth:neiro2",
|
|
2898
|
+
'eth:sign' = "eth:sign",
|
|
2899
|
+
'eth:vsn' = "eth:vsn",
|
|
2900
|
+
'eth:shx' = "eth:shx",
|
|
2901
|
+
'eth:slay' = "eth:slay",
|
|
2902
|
+
'eth:mxnb' = "eth:mxnb",
|
|
2903
|
+
'eth:hwhlp' = "eth:hwhlp",
|
|
2904
|
+
'eth:mxnd' = "eth:mxnd",
|
|
2905
|
+
'eth:bio' = "eth:bio",
|
|
2906
|
+
'eth:prove' = "eth:prove",
|
|
2907
|
+
'eth:zrc' = "eth:zrc",
|
|
2908
|
+
'eth:open' = "eth:open",
|
|
2909
|
+
'eth:mbg' = "eth:mbg",
|
|
2910
|
+
'eth:rekt' = "eth:rekt",
|
|
2911
|
+
'tada:water' = "tada:water",
|
|
2912
|
+
AED = "aed",
|
|
2913
|
+
EUR = "eur",
|
|
2914
|
+
GBP = "gbp",
|
|
2915
|
+
SGD = "sgd",
|
|
2916
|
+
USD = "usd"
|
|
2917
|
+
}
|
|
2918
|
+
/**
|
|
2919
|
+
* This is the curve BitGo signs against with the user, backup and BitGo key.
|
|
2920
|
+
*/
|
|
2921
|
+
export declare enum KeyCurve {
|
|
2922
|
+
Secp256k1 = "secp256k1",
|
|
2923
|
+
Ed25519 = "ed25519"
|
|
2924
|
+
}
|
|
2925
|
+
/**
|
|
2926
|
+
* This enum contains the base units for the coins that BitGo supports
|
|
2927
|
+
*/
|
|
2928
|
+
export declare enum BaseUnit {
|
|
2929
|
+
ATOM = "uatom",
|
|
2930
|
+
APT = "octa",
|
|
2931
|
+
ETH = "wei",
|
|
2932
|
+
BABY = "ubbn",
|
|
2933
|
+
BTC = "satoshi",
|
|
2934
|
+
BSC = "jager",
|
|
2935
|
+
XLM = "stroop",
|
|
2936
|
+
TRX = "sun",
|
|
2937
|
+
HBAR = "tinybar",
|
|
2938
|
+
ALGO = "microAlgo",
|
|
2939
|
+
EOS = "eos",// eos has no base unit. smallest amount in eos is 4 decimals
|
|
2940
|
+
SOL = "lamport",
|
|
2941
|
+
ADA = "lovelace",
|
|
2942
|
+
USD = "USD",
|
|
2943
|
+
LNBTC = "millisatoshi",
|
|
2944
|
+
LTC = "microlitecoins",
|
|
2945
|
+
DASH = "duff",
|
|
2946
|
+
ZEC = "zatoshi",
|
|
2947
|
+
CSPR = "mote",
|
|
2948
|
+
DOT = "planck",
|
|
2949
|
+
XRP = "drop",
|
|
2950
|
+
XTZ = "micro xtz",
|
|
2951
|
+
STX = "micro-STX",
|
|
2952
|
+
SUI = "MIST",
|
|
2953
|
+
TON = "nanoton",
|
|
2954
|
+
NEAR = "yocto",
|
|
2955
|
+
OFC = "ofcCoin",
|
|
2956
|
+
OSMO = "uosmo",
|
|
2957
|
+
FIAT = "fiatCoin",
|
|
2958
|
+
TIA = "utia",
|
|
2959
|
+
HASH = "nhash",
|
|
2960
|
+
BLD = "ubld",
|
|
2961
|
+
SEI = "usei",
|
|
2962
|
+
INJECTIVE = "inj",
|
|
2963
|
+
IOTA = "iota",
|
|
2964
|
+
ZETA = "azeta",
|
|
2965
|
+
KAVA = "ukava",
|
|
2966
|
+
COREUM = "ucore",
|
|
2967
|
+
TCOREUM = "utestcore",// Coreum testnet uses different name for native coin
|
|
2968
|
+
ISLM = "aISLM",
|
|
2969
|
+
RUNE = "rune",
|
|
2970
|
+
TAO = "rao",
|
|
2971
|
+
ICP = "e8s",
|
|
2972
|
+
MANTRA = "uom",
|
|
2973
|
+
POLYX = "micropolyx",
|
|
2974
|
+
CRONOS = "basecro",
|
|
2975
|
+
FETCHAI = "afet",
|
|
2976
|
+
INITIA = "uinit",
|
|
2977
|
+
ASI = "afet",
|
|
2978
|
+
VET = "wei",
|
|
2979
|
+
TCRONOS = "basetcro",
|
|
2980
|
+
TASI = "atestfet"
|
|
2981
|
+
}
|
|
2982
|
+
export interface BaseCoinConstructorOptions {
|
|
2983
|
+
id: string;
|
|
2984
|
+
fullName: string;
|
|
2985
|
+
name: string;
|
|
2986
|
+
alias?: string;
|
|
2987
|
+
prefix?: string;
|
|
2988
|
+
suffix?: string;
|
|
2989
|
+
denom?: string;
|
|
2990
|
+
baseUnit: string;
|
|
2991
|
+
kind: CoinKind;
|
|
2992
|
+
isToken: boolean;
|
|
2993
|
+
features: CoinFeature[];
|
|
2994
|
+
decimalPlaces: number;
|
|
2995
|
+
asset: UnderlyingAsset;
|
|
2996
|
+
network: BaseNetwork;
|
|
2997
|
+
primaryKeyCurve: KeyCurve;
|
|
2998
|
+
}
|
|
2999
|
+
export declare abstract class BaseCoin {
|
|
3000
|
+
/**
|
|
3001
|
+
* random uuid for a coin
|
|
3002
|
+
*/
|
|
3003
|
+
readonly id: string;
|
|
3004
|
+
readonly fullName: string;
|
|
3005
|
+
readonly name: string;
|
|
3006
|
+
readonly prefix?: string;
|
|
3007
|
+
readonly suffix?: string;
|
|
3008
|
+
readonly denom?: string;
|
|
3009
|
+
readonly baseUnit: string;
|
|
3010
|
+
readonly alias?: string;
|
|
3011
|
+
readonly kind: CoinKind;
|
|
3012
|
+
readonly family: CoinFamily;
|
|
3013
|
+
readonly isToken: boolean;
|
|
3014
|
+
readonly features: CoinFeature[];
|
|
3015
|
+
readonly network: BaseNetwork;
|
|
3016
|
+
readonly decimalPlaces: number;
|
|
3017
|
+
readonly asset: UnderlyingAsset;
|
|
3018
|
+
/**
|
|
3019
|
+
* The primary elliptic curve BitGo signs and generates keys against.
|
|
3020
|
+
*/
|
|
3021
|
+
readonly primaryKeyCurve: KeyCurve;
|
|
3022
|
+
/**
|
|
3023
|
+
* Set of features which are required by a coin subclass
|
|
3024
|
+
* @return {Set<CoinFeature>}
|
|
3025
|
+
*/
|
|
3026
|
+
protected abstract requiredFeatures(): Set<CoinFeature>;
|
|
3027
|
+
/**
|
|
3028
|
+
* Set of features which are not valid and are disallowed by a coin subclass
|
|
3029
|
+
* @return {Set<CoinFeature>}
|
|
3030
|
+
*/
|
|
3031
|
+
protected abstract disallowedFeatures(): Set<CoinFeature>;
|
|
3032
|
+
private static isValidUuidV4;
|
|
3033
|
+
/**
|
|
3034
|
+
* Ensures that the base coin constructor was passed a valid set of options.
|
|
3035
|
+
*
|
|
3036
|
+
* This includes checking that:
|
|
3037
|
+
* - All coin features of the new instance are allowed by the coin class
|
|
3038
|
+
* - No features required by the coin class are missing from the new instance
|
|
3039
|
+
* @param {BaseCoinConstructorOptions} options
|
|
3040
|
+
* @throws {DisallowedCoinFeatureError} if any of the coin features are not allowed for the coin class
|
|
3041
|
+
* @throws {MissingRequiredCoinFeatureError} if any features required by the coin class are missing
|
|
3042
|
+
*/
|
|
3043
|
+
private validateOptions;
|
|
3044
|
+
protected constructor(options: BaseCoinConstructorOptions);
|
|
3045
|
+
}
|
|
3046
|
+
//# sourceMappingURL=base.d.ts.map
|