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