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