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