@bitgo-beta/statics 15.1.1-beta.166 → 15.1.1-beta.1661
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 +1421 -0
- package/dist/src/avaxp.d.ts.map +1 -1
- package/dist/src/avaxp.js +9 -3
- package/dist/src/base.d.ts +2218 -53
- package/dist/src/base.d.ts.map +1 -1
- package/dist/src/base.js +2316 -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 +203 -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 +2014 -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 +938 -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 +1768 -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 +454 -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 +1672 -33
- package/dist/src/networks.d.ts.map +1 -1
- package/dist/src/networks.js +2082 -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,74 @@ 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
|
+
'sol:sonic' = "sol:sonic",
|
|
1797
|
+
USCC = "uscc",
|
|
997
1798
|
USDC = "usdc",
|
|
1799
|
+
'USDC-POS-WORMHOLE' = "usdc-pos-wormhole",
|
|
1800
|
+
USDD = "usdd",
|
|
1801
|
+
USDE = "usde",
|
|
1802
|
+
USDGLO = "usdglo",
|
|
998
1803
|
USDH = "usdh",
|
|
1804
|
+
USDK = "usdk",
|
|
999
1805
|
USDT = "usdt",
|
|
1806
|
+
USDTBEAR = "usdtbear",
|
|
1807
|
+
USDTBULL = "usdtbull",
|
|
1808
|
+
USDTDOOM = "usdtdoom",
|
|
1809
|
+
USDTHEDGE = "usdthedge",
|
|
1810
|
+
USDTMOON = "usdtmoon",
|
|
1000
1811
|
USDX = "usdx",
|
|
1812
|
+
USDY = "usdy",
|
|
1001
1813
|
USG = "usg",
|
|
1002
1814
|
USPX = "uspx",
|
|
1003
1815
|
UST = "ust",
|
|
1816
|
+
USTB = "ustb",
|
|
1817
|
+
'UST-WORMHOLE' = "ust-wormhole",
|
|
1004
1818
|
USX = "usx",
|
|
1819
|
+
USYC = "usyc",
|
|
1005
1820
|
UTK = "utk",
|
|
1006
1821
|
UTK1 = "utk1",
|
|
1007
1822
|
UXB = "uxb",
|
|
1008
1823
|
UXP = "uxp",
|
|
1009
1824
|
VALOR = "valor",
|
|
1825
|
+
VANRY = "vanry",
|
|
1826
|
+
VBNT = "vbnt",
|
|
1010
1827
|
VCORE = "vcore",
|
|
1011
1828
|
VDX = "vdx",
|
|
1829
|
+
VEC = "vec",
|
|
1830
|
+
VEE = "vee",
|
|
1012
1831
|
VEGA = "vega",
|
|
1013
1832
|
VEXT = "vext",
|
|
1014
1833
|
VGX = "vgx",
|
|
1834
|
+
VI = "vi",
|
|
1835
|
+
VIB = "vib",
|
|
1836
|
+
VIC = "vic",
|
|
1837
|
+
VIDT = "vidt",
|
|
1015
1838
|
VISR = "visr",
|
|
1839
|
+
VIU = "viu",
|
|
1840
|
+
VOLT = "volt",
|
|
1841
|
+
VRA = "vra",
|
|
1016
1842
|
VRGX = "vrgx",
|
|
1017
|
-
|
|
1018
|
-
VI = "vi",
|
|
1843
|
+
VRTX = "vrtx",
|
|
1019
1844
|
VSP = "vsp",
|
|
1845
|
+
VXC = "vxc",
|
|
1846
|
+
VXV = "vxv",
|
|
1847
|
+
W = "w",
|
|
1020
1848
|
WAAVE = "waave",
|
|
1849
|
+
WABI = "wabi",
|
|
1021
1850
|
WAFL = "wafl",
|
|
1851
|
+
WAGMI = "wagmi",
|
|
1022
1852
|
WAVAX = "wavax",
|
|
1023
1853
|
WAVES = "waves",
|
|
1024
1854
|
WAX = "wax",
|
|
1025
|
-
|
|
1855
|
+
WAXP = "waxp",
|
|
1026
1856
|
WBNB = "wbnb",
|
|
1857
|
+
WECAN = "wecan",
|
|
1858
|
+
WFEE = "wfee",
|
|
1859
|
+
WHAT = "what",
|
|
1027
1860
|
WOO = "woo",
|
|
1028
1861
|
WTK = "wtk",
|
|
1029
1862
|
WBTC = "wbtc",
|
|
@@ -1031,23 +1864,30 @@ export declare enum UnderlyingAsset {
|
|
|
1031
1864
|
WDOGE = "wdoge",
|
|
1032
1865
|
WCFG = "wcfg",
|
|
1033
1866
|
WEC = "wec",
|
|
1867
|
+
'sol:wec' = "sol:wec",
|
|
1034
1868
|
WET = "wet",
|
|
1035
1869
|
WETH = "weth",
|
|
1870
|
+
WEETH = "weeth",
|
|
1036
1871
|
WFLOW = "wflow",
|
|
1037
1872
|
WFFT = "wfft",
|
|
1038
1873
|
WHALE = "whale",
|
|
1039
1874
|
WHT = "wht",
|
|
1040
1875
|
WILD = "wild",
|
|
1876
|
+
WING = "wing",
|
|
1041
1877
|
WNXM = "wnxm",
|
|
1042
1878
|
WLD = "wld",
|
|
1043
1879
|
WLUNA = "wluna",
|
|
1044
1880
|
WLXT = "wlxt",
|
|
1045
|
-
|
|
1881
|
+
'sol:wsol' = "sol:wsol",
|
|
1882
|
+
WROSE = "wrose",
|
|
1046
1883
|
WSTETH = "wsteth",
|
|
1047
1884
|
WPX = "wpx",
|
|
1885
|
+
WTAO = "wtao",
|
|
1048
1886
|
WTC = "wtc",
|
|
1887
|
+
WTGXX = "wtgxx",
|
|
1049
1888
|
WUSDC = "wusdc",
|
|
1050
1889
|
WUSDCV2 = "wusdvcv2",
|
|
1890
|
+
WUSDM = "wusdm",
|
|
1051
1891
|
WUSDTV2 = "wusdtv2",
|
|
1052
1892
|
WXRP = "wxrp",
|
|
1053
1893
|
WXRPV0 = "wxrpv0",
|
|
@@ -1059,21 +1899,31 @@ export declare enum UnderlyingAsset {
|
|
|
1059
1899
|
XAUTBULL = "xautbull",
|
|
1060
1900
|
XBGOLD = "xbgold",
|
|
1061
1901
|
XCD = "xcd",
|
|
1902
|
+
XCHNG = "xchng",
|
|
1062
1903
|
XCN = "xcn",
|
|
1063
1904
|
XDEFI = "xdefi",
|
|
1905
|
+
XDOGE = "xdoge",
|
|
1064
1906
|
XEX = "xex",
|
|
1065
1907
|
XLMBEAR = "xlmbear",
|
|
1066
1908
|
XLMBULL = "xlmbull",
|
|
1909
|
+
'xpl:syzusd' = "xpl:syzusd",
|
|
1910
|
+
'xpl:usdto' = "xpl:usdto",
|
|
1067
1911
|
XRL = "xrl",
|
|
1068
1912
|
XRPBEAR = "xrpbear",
|
|
1069
1913
|
XRPBULL = "xrpbull",
|
|
1914
|
+
XRPDOOM = "xrpdoom",
|
|
1070
1915
|
XRPHEDGE = "xrphedge",
|
|
1916
|
+
XRPMOON = "xrpmoon",
|
|
1071
1917
|
XSGD = "xsgd",
|
|
1072
1918
|
XSUSHI = "xsushi",
|
|
1073
1919
|
XTP = "xtp",
|
|
1074
1920
|
XTZBEAR = "xtzbear",
|
|
1075
1921
|
XTZBULL = "xtzbull",
|
|
1076
1922
|
XUSD = "xusd",
|
|
1923
|
+
XVS = "xvs",
|
|
1924
|
+
XX = "xx",
|
|
1925
|
+
XZK = "xzk",
|
|
1926
|
+
YAMV2 = "yamv2",
|
|
1077
1927
|
YFDAI = "yfdai",
|
|
1078
1928
|
YFI = "yfi",
|
|
1079
1929
|
YFII = "yfii",
|
|
@@ -1085,16 +1935,349 @@ export declare enum UnderlyingAsset {
|
|
|
1085
1935
|
ZARX = "zarx",
|
|
1086
1936
|
ZBC = "zbc",
|
|
1087
1937
|
ZBU = "zbu",
|
|
1938
|
+
ZBUV2 = "zbuv2",
|
|
1088
1939
|
ZCO = "zco",
|
|
1089
1940
|
ZECBEAR = "zecbear",
|
|
1090
1941
|
ZECBULL = "zecbull",
|
|
1942
|
+
ZETAEVM = "zetaevm",
|
|
1091
1943
|
ZIL = "zil",
|
|
1944
|
+
ZIP = "zip",
|
|
1092
1945
|
ZIX = "zix",
|
|
1946
|
+
ZKL = "zkl",
|
|
1947
|
+
ZKS = "zks",
|
|
1093
1948
|
ZLW = "zlw",
|
|
1094
1949
|
ZMT = "zmt",
|
|
1095
1950
|
ZOOM = "zoom",
|
|
1951
|
+
ZRO = "zro",
|
|
1952
|
+
'ZRO-0x320' = "zro-0x320",
|
|
1953
|
+
'ZRO-0xFCF' = "zro-0xfcf",
|
|
1954
|
+
'ZRO-0xE5C' = "zro-0xe5c",
|
|
1096
1955
|
ZRX = "zrx",
|
|
1097
1956
|
ZUSD = "zusd",
|
|
1957
|
+
'eth:usdg' = "eth:usdg",
|
|
1958
|
+
'eth:spxux' = "eth:spxux",
|
|
1959
|
+
'eth:aleo' = "eth:aleo",
|
|
1960
|
+
'eth:dbusd' = "eth:dbusd",
|
|
1961
|
+
'eth:edu' = "eth:edu",
|
|
1962
|
+
'eth:telos' = "eth:telos",
|
|
1963
|
+
'eth:cusdo' = "eth:cusdo",
|
|
1964
|
+
'eth:aevo' = "eth:aevo",
|
|
1965
|
+
'eth:alt' = "eth:alt",
|
|
1966
|
+
'eth:rtbl' = "eth:rtbl",
|
|
1967
|
+
'eth:virtual' = "eth:virtual",
|
|
1968
|
+
'eth:vice' = "eth:vice",
|
|
1969
|
+
'eth:audu' = "eth:audu",
|
|
1970
|
+
'eth:wlfi' = "eth:wlfi",
|
|
1971
|
+
'eth:kava' = "eth:kava",
|
|
1972
|
+
'eth:gousd' = "eth:gousd",
|
|
1973
|
+
'eth:iq' = "eth:iq",
|
|
1974
|
+
'eth:iris' = "eth:iris",
|
|
1975
|
+
'eth:hard' = "eth:hard",
|
|
1976
|
+
'eth:hegic' = "eth:hegic",
|
|
1977
|
+
'eth:spx' = "eth:spx",
|
|
1978
|
+
'eth:exrd' = "eth:exrd",
|
|
1979
|
+
'eth:turbo' = "eth:turbo",
|
|
1980
|
+
'eth:icnt' = "eth:icnt",
|
|
1981
|
+
'eth:god' = "eth:god",
|
|
1982
|
+
'eth:sky' = "eth:sky",
|
|
1983
|
+
'eth:uco' = "eth:uco",
|
|
1984
|
+
'eth:fuel' = "eth:fuel",
|
|
1985
|
+
'eth:xprism' = "eth:xprism",
|
|
1986
|
+
'eth:xreth' = "eth:xreth",
|
|
1987
|
+
'eth:xy' = "eth:xy",
|
|
1988
|
+
'eth:yu' = "eth:yu",
|
|
1989
|
+
'eth:move' = "eth:move",
|
|
1990
|
+
'eth:mon' = "eth:mon",
|
|
1991
|
+
'eth:usual' = "eth:usual",
|
|
1992
|
+
'eth:usd1' = "eth:usd1",
|
|
1993
|
+
'eth:usdm1' = "eth:usdm1",
|
|
1994
|
+
'eth:sofid' = "eth:sofid",
|
|
1995
|
+
'eth:cusd' = "eth:cusd",
|
|
1996
|
+
'eth:fyusd' = "eth:fyusd",
|
|
1997
|
+
'eth:ibtc' = "eth:ibtc",
|
|
1998
|
+
'eth:pyr' = "eth:pyr",
|
|
1999
|
+
'eth:una' = "eth:una",
|
|
2000
|
+
'eth:ads' = "eth:ads",
|
|
2001
|
+
'eth:fuelv1' = "eth:fuelv1",
|
|
2002
|
+
'eth:cet' = "eth:cet",
|
|
2003
|
+
'eth:unio' = "eth:unio",
|
|
2004
|
+
'eth:flttx' = "eth:flttx",
|
|
2005
|
+
'eth:wtsix' = "eth:wtsix",
|
|
2006
|
+
'eth:modrx' = "eth:modrx",
|
|
2007
|
+
'eth:techx' = "eth:techx",
|
|
2008
|
+
'eth:wtsyx' = "eth:wtsyx",
|
|
2009
|
+
'eth:wtlgx' = "eth:wtlgx",
|
|
2010
|
+
'eth:wttsx' = "eth:wttsx",
|
|
2011
|
+
'eth:tipsx' = "eth:tipsx",
|
|
2012
|
+
'eth:wtstx' = "eth:wtstx",
|
|
2013
|
+
'eth:lngvx' = "eth:lngvx",
|
|
2014
|
+
'eth:eqtyx' = "eth:eqtyx",
|
|
2015
|
+
'eth:deuro' = "eth:deuro",
|
|
2016
|
+
'eth:usat' = "eth:usat",
|
|
2017
|
+
'eth:usdf' = "eth:usdf",
|
|
2018
|
+
'eth:ausd' = "eth:ausd",
|
|
2019
|
+
'eth:ags' = "eth:ags",
|
|
2020
|
+
'eth:aus' = "eth:aus",
|
|
2021
|
+
'eth:reya' = "eth:reya",
|
|
2022
|
+
'eth:usdp' = "eth:usdp",
|
|
2023
|
+
'eth:grtx' = "eth:grtx",
|
|
2024
|
+
'eth:gaia' = "eth:gaia",
|
|
2025
|
+
'eth:usds' = "eth:usds",
|
|
2026
|
+
'eth:perc' = "eth:perc",
|
|
2027
|
+
'eth:cfg' = "eth:cfg",
|
|
2028
|
+
'eth:plume' = "eth:plume",
|
|
2029
|
+
'eth:vbill' = "eth:vbill",
|
|
2030
|
+
'eth:la' = "eth:la",
|
|
2031
|
+
'eth:es' = "eth:es",
|
|
2032
|
+
'eth:ctrl' = "eth:ctrl",
|
|
2033
|
+
'eth:benji' = "eth:benji",
|
|
2034
|
+
'eth:ibenji' = "eth:ibenji",
|
|
2035
|
+
'eth:chex' = "eth:chex",
|
|
2036
|
+
'eth:gho' = "eth:gho",
|
|
2037
|
+
'eth:npc' = "eth:npc",
|
|
2038
|
+
'eth:towns' = "eth:towns",
|
|
2039
|
+
'eth:umint' = "eth:umint",
|
|
2040
|
+
'eth:arb' = "eth:arb",
|
|
2041
|
+
'eth:ez' = "eth:ez",
|
|
2042
|
+
'eth:ncash' = "eth:ncash",
|
|
2043
|
+
'eth:sub' = "eth:sub",
|
|
2044
|
+
'eth:poe' = "eth:poe",
|
|
2045
|
+
'eth:ocn' = "eth:ocn",
|
|
2046
|
+
'eth:banca' = "eth:banca",
|
|
2047
|
+
'eth:stq' = "eth:stq",
|
|
2048
|
+
'eth:route' = "eth:route",
|
|
2049
|
+
'eth:ryt' = "eth:ryt",
|
|
2050
|
+
'eth:guild' = "eth:guild",
|
|
2051
|
+
'eth:rdo' = "eth:rdo",
|
|
2052
|
+
'eth:h' = "eth:h",
|
|
2053
|
+
'eth:wbt' = "eth:wbt",
|
|
2054
|
+
'eth:ftn' = "eth:ftn",
|
|
2055
|
+
'eth:sc' = "eth:sc",
|
|
2056
|
+
'eth:lf' = "eth:lf",
|
|
2057
|
+
'eth:usdcv' = "eth:usdcv",
|
|
2058
|
+
'eth:cake' = "eth:cake",
|
|
2059
|
+
'eth:nft' = "eth:nft",
|
|
2060
|
+
'eth:morpho' = "eth:morpho",
|
|
2061
|
+
'eth:usdd' = "eth:usdd",
|
|
2062
|
+
'eth:mx' = "eth:mx",
|
|
2063
|
+
'eth:flz' = "eth:flz",
|
|
2064
|
+
'eth:usd0' = "eth:usd0",
|
|
2065
|
+
'eth:white' = "eth:white",
|
|
2066
|
+
'eth:upc' = "eth:upc",
|
|
2067
|
+
'eth:lgct' = "eth:lgct",
|
|
2068
|
+
'eth:usdtb' = "eth:usdtb",
|
|
2069
|
+
'eth:deusd' = "eth:deusd",
|
|
2070
|
+
'eth:neiro' = "eth:neiro",
|
|
2071
|
+
'eth:vana' = "eth:vana",
|
|
2072
|
+
'eth:eurau' = "eth:eurau",
|
|
2073
|
+
'eth:insur' = "eth:insur",
|
|
2074
|
+
'eth:xyo' = "eth:xyo",
|
|
2075
|
+
'eth:zig' = "eth:zig",
|
|
2076
|
+
'eth:swftc' = "eth:swftc",
|
|
2077
|
+
'eth:dsync' = "eth:dsync",
|
|
2078
|
+
'eth:orbr' = "eth:orbr",
|
|
2079
|
+
'eth:sxt' = "eth:sxt",
|
|
2080
|
+
'eth:paal' = "eth:paal",
|
|
2081
|
+
'eth:wmtx' = "eth:wmtx",
|
|
2082
|
+
'eth:anime' = "eth:anime",
|
|
2083
|
+
'eth:newt' = "eth:newt",
|
|
2084
|
+
'eth:hsk' = "eth:hsk",
|
|
2085
|
+
'eth:rog' = "eth:rog",
|
|
2086
|
+
'eth:xaum' = "eth:xaum",
|
|
2087
|
+
'eth:avail' = "eth:avail",
|
|
2088
|
+
'eth:dolo' = "eth:dolo",
|
|
2089
|
+
'eth:era' = "eth:era",
|
|
2090
|
+
'eth:ugold' = "eth:ugold",
|
|
2091
|
+
'eth:seda' = "eth:seda",
|
|
2092
|
+
'eth:enso' = "eth:enso",
|
|
2093
|
+
'eth:hpp' = "eth:hpp",
|
|
2094
|
+
'eth:lit' = "eth:lit",
|
|
2095
|
+
'eth:aedz' = "eth:aedz",
|
|
2096
|
+
'eth:arm-susde-usde' = "eth:arm-susde-usde",
|
|
2097
|
+
'eth:arm-weth-eeth' = "eth:arm-weth-eeth",
|
|
2098
|
+
'eth:cashplus' = "eth:cashplus",
|
|
2099
|
+
'eth:island' = "eth:island",
|
|
2100
|
+
'eth:six' = "eth:six",
|
|
2101
|
+
'eth:eden' = "eth:eden",
|
|
2102
|
+
'eth:xeden' = "eth:xeden",
|
|
2103
|
+
'eth:linea' = "eth:linea",
|
|
2104
|
+
'eth:ff' = "eth:ff",
|
|
2105
|
+
'eth:mavia' = "eth:mavia",
|
|
2106
|
+
'eth:lm' = "eth:lm",
|
|
2107
|
+
'eth:kub' = "eth:kub",
|
|
2108
|
+
'eth:fidd' = "eth:fidd",
|
|
2109
|
+
'eth:meme' = "eth:meme",
|
|
2110
|
+
'eth:bard' = "eth:bard",
|
|
2111
|
+
'eth:sfp' = "eth:sfp",
|
|
2112
|
+
'eth:aztec' = "eth:aztec",
|
|
2113
|
+
'eth:qqqon' = "qqqon",
|
|
2114
|
+
'eth:spyon' = "spyon",
|
|
2115
|
+
'eth:nvdaon' = "nvdaon",
|
|
2116
|
+
'eth:tslaon' = "tslaon",
|
|
2117
|
+
'eth:aaplon' = "aaplon",
|
|
2118
|
+
'eth:mstron' = "mstron",
|
|
2119
|
+
'eth:pltron' = "pltron",
|
|
2120
|
+
'eth:hoodon' = "hoodon",
|
|
2121
|
+
'eth:crclon' = "crclon",
|
|
2122
|
+
'eth:coinon' = "coinon",
|
|
2123
|
+
'eth:amznon' = "amznon",
|
|
2124
|
+
'eth:googlon' = "googlon",
|
|
2125
|
+
'eth:metaon' = "metaon",
|
|
2126
|
+
'eth:babaon' = "babaon",
|
|
2127
|
+
'eth:msfton' = "msfton",
|
|
2128
|
+
'eth:spgion' = "spgion",
|
|
2129
|
+
'eth:tsmon' = "tsmon",
|
|
2130
|
+
'eth:amdon' = "amdon",
|
|
2131
|
+
'eth:unhon' = "unhon",
|
|
2132
|
+
'eth:jpmon' = "jpmon",
|
|
2133
|
+
'eth:orclon' = "orclon",
|
|
2134
|
+
'eth:von' = "von",
|
|
2135
|
+
'eth:maon' = "maon",
|
|
2136
|
+
'eth:llyon' = "llyon",
|
|
2137
|
+
'eth:nflxon' = "nflxon",
|
|
2138
|
+
'eth:coston' = "coston",
|
|
2139
|
+
'eth:iauon' = "iauon",
|
|
2140
|
+
'eth:ivvon' = "ivvon",
|
|
2141
|
+
'eth:slvon' = "slvon",
|
|
2142
|
+
'eth:iwnon' = "eth:iwnon",
|
|
2143
|
+
'eth:qbtson' = "eth:qbtson",
|
|
2144
|
+
'eth:tipon' = "eth:tipon",
|
|
2145
|
+
'eth:ulon' = "eth:ulon",
|
|
2146
|
+
'eth:itoton' = "eth:itoton",
|
|
2147
|
+
'eth:hygon' = "eth:hygon",
|
|
2148
|
+
'eth:gmeon' = "eth:gmeon",
|
|
2149
|
+
'eth:pbron' = "eth:pbron",
|
|
2150
|
+
'eth:eqixon' = "eth:eqixon",
|
|
2151
|
+
'eth:rioton' = "eth:rioton",
|
|
2152
|
+
'eth:maraon' = "eth:maraon",
|
|
2153
|
+
'eth:pfeon' = "eth:pfeon",
|
|
2154
|
+
'eth:eemon' = "eth:eemon",
|
|
2155
|
+
'eth:cmcsaon' = "eth:cmcsaon",
|
|
2156
|
+
'eth:sonyon' = "eth:sonyon",
|
|
2157
|
+
'eth:pyplon' = "eth:pyplon",
|
|
2158
|
+
'eth:himson' = "eth:himson",
|
|
2159
|
+
'eth:abton' = "eth:abton",
|
|
2160
|
+
'eth:nvoon' = "eth:nvoon",
|
|
2161
|
+
'eth:efaon' = "eth:efaon",
|
|
2162
|
+
'eth:nkeon' = "eth:nkeon",
|
|
2163
|
+
'eth:intcon' = "eth:intcon",
|
|
2164
|
+
'eth:iefaon' = "eth:iefaon",
|
|
2165
|
+
'eth:smcion' = "eth:smcion",
|
|
2166
|
+
'eth:mrvlon' = "eth:mrvlon",
|
|
2167
|
+
'eth:aggon' = "eth:aggon",
|
|
2168
|
+
'eth:sbuxon' = "eth:sbuxon",
|
|
2169
|
+
'eth:uberon' = "eth:uberon",
|
|
2170
|
+
'eth:abnbon' = "eth:abnbon",
|
|
2171
|
+
'eth:qcomon' = "eth:qcomon",
|
|
2172
|
+
'eth:cscoon' = "eth:cscoon",
|
|
2173
|
+
'eth:futuon' = "eth:futuon",
|
|
2174
|
+
'eth:cmgon' = "eth:cmgon",
|
|
2175
|
+
'eth:iwfon' = "eth:iwfon",
|
|
2176
|
+
'eth:koon' = "eth:koon",
|
|
2177
|
+
'eth:linon' = "eth:linon",
|
|
2178
|
+
'eth:armon' = "eth:armon",
|
|
2179
|
+
'eth:jdon' = "eth:jdon",
|
|
2180
|
+
'eth:muon' = "eth:muon",
|
|
2181
|
+
'eth:wmton' = "eth:wmton",
|
|
2182
|
+
'eth:tmon' = "eth:tmon",
|
|
2183
|
+
'eth:shopon' = "eth:shopon",
|
|
2184
|
+
'eth:rddton' = "eth:rddton",
|
|
2185
|
+
'eth:dison' = "eth:dison",
|
|
2186
|
+
'eth:apoon' = "eth:apoon",
|
|
2187
|
+
'eth:pepon' = "eth:pepon",
|
|
2188
|
+
'eth:wfcon' = "eth:wfcon",
|
|
2189
|
+
'eth:biduon' = "eth:biduon",
|
|
2190
|
+
'eth:mson' = "eth:mson",
|
|
2191
|
+
'eth:pgon' = "eth:pgon",
|
|
2192
|
+
'eth:cvxon' = "eth:cvxon",
|
|
2193
|
+
'eth:panwon' = "eth:panwon",
|
|
2194
|
+
'eth:avgoon' = "eth:avgoon",
|
|
2195
|
+
'eth:crmon' = "eth:crmon",
|
|
2196
|
+
'eth:snowon' = "eth:snowon",
|
|
2197
|
+
'eth:axpon' = "eth:axpon",
|
|
2198
|
+
'eth:ibmon' = "eth:ibmon",
|
|
2199
|
+
'eth:dashon' = "eth:dashon",
|
|
2200
|
+
'eth:acnon' = "eth:acnon",
|
|
2201
|
+
'eth:ijhon' = "eth:ijhon",
|
|
2202
|
+
'eth:baon' = "eth:baon",
|
|
2203
|
+
'eth:geon' = "eth:geon",
|
|
2204
|
+
'eth:appon' = "eth:appon",
|
|
2205
|
+
'eth:lmton' = "eth:lmton",
|
|
2206
|
+
'eth:intuon' = "eth:intuon",
|
|
2207
|
+
'eth:mcdon' = "eth:mcdon",
|
|
2208
|
+
'eth:gson' = "eth:gson",
|
|
2209
|
+
'eth:adbeon' = "eth:adbeon",
|
|
2210
|
+
'eth:spoton' = "eth:spoton",
|
|
2211
|
+
'eth:blkon' = "eth:blkon",
|
|
2212
|
+
'eth:asmlon' = "eth:asmlon",
|
|
2213
|
+
'eth:nowon' = "eth:nowon",
|
|
2214
|
+
'eth:iwmon' = "eth:iwmon",
|
|
2215
|
+
'eth:melion' = "eth:melion",
|
|
2216
|
+
'eth:tlton' = "eth:tlton",
|
|
2217
|
+
'eth:grndon' = "eth:grndon",
|
|
2218
|
+
'eth:figon' = "eth:figon",
|
|
2219
|
+
'eth:iemgon' = "eth:iemgon",
|
|
2220
|
+
'eth:sbeton' = "eth:sbeton",
|
|
2221
|
+
'eth:usdo' = "eth:usdo",
|
|
2222
|
+
'eth:align' = "eth:align",
|
|
2223
|
+
'eth:xan' = "eth:xan",
|
|
2224
|
+
'eth:frxusd' = "eth:frxusd",
|
|
2225
|
+
'eth:red' = "eth:red",
|
|
2226
|
+
'eth:dka' = "eth:dka",
|
|
2227
|
+
'eth:cgpt' = "eth:cgpt",
|
|
2228
|
+
'eth:apu' = "eth:apu",
|
|
2229
|
+
'eth:shfl' = "eth:shfl",
|
|
2230
|
+
'eth:banana' = "eth:banana",
|
|
2231
|
+
'eth:zkj' = "eth:zkj",
|
|
2232
|
+
'eth:spk' = "eth:spk",
|
|
2233
|
+
'eth:merl' = "eth:merl",
|
|
2234
|
+
'eth:aeur' = "eth:aeur",
|
|
2235
|
+
'eth:soso' = "eth:soso",
|
|
2236
|
+
'eth:bfc' = "eth:bfc",
|
|
2237
|
+
'eth:osak' = "eth:osak",
|
|
2238
|
+
'eth:uds' = "eth:uds",
|
|
2239
|
+
'eth:zent' = "eth:zent",
|
|
2240
|
+
'eth:euri' = "eth:euri",
|
|
2241
|
+
'eth:al' = "eth:al",
|
|
2242
|
+
'eth:wct' = "eth:wct",
|
|
2243
|
+
'eth:pundiai' = "eth:pundiai",
|
|
2244
|
+
'eth:anon' = "eth:anon",
|
|
2245
|
+
'eth:omi' = "eth:omi",
|
|
2246
|
+
'eth:andy' = "eth:andy",
|
|
2247
|
+
'eth:aioz' = "eth:aioz",
|
|
2248
|
+
'eth:job' = "eth:job",
|
|
2249
|
+
'eth:irys' = "eth:irys",
|
|
2250
|
+
'eth:kpk' = "eth:kpk",
|
|
2251
|
+
'eth:devve' = "eth:devve",
|
|
2252
|
+
'eth:fbtc' = "eth:fbtc",
|
|
2253
|
+
'eth:byzusd' = "eth:byzusd",
|
|
2254
|
+
'eth:audm' = "eth:audm",
|
|
2255
|
+
'eth:usdi' = "eth:usdi",
|
|
2256
|
+
'eth:tea' = "eth:tea",
|
|
2257
|
+
'eth:ofc' = "eth:ofc",
|
|
2258
|
+
'eth:wxm' = "eth:wxm",
|
|
2259
|
+
'eth:jpyc' = "eth:jpyc",
|
|
2260
|
+
'eth:ten' = "eth:ten",
|
|
2261
|
+
'eth:camp' = "eth:camp",
|
|
2262
|
+
'eth:f' = "eth:f",
|
|
2263
|
+
'eth:turtle' = "eth:turtle",
|
|
2264
|
+
'eth:order' = "eth:order",
|
|
2265
|
+
'eth:puffer' = "eth:puffer",
|
|
2266
|
+
'eth:resolv' = "eth:resolv",
|
|
2267
|
+
'eth:spec' = "eth:spec",
|
|
2268
|
+
'eth:prompt' = "eth:prompt",
|
|
2269
|
+
'eth:yb' = "eth:yb",
|
|
2270
|
+
'eth:btr' = "eth:btr",
|
|
2271
|
+
'morph:usdc' = "morph:usdc",
|
|
2272
|
+
'morpheth:usdc' = "morpheth:usdc",
|
|
2273
|
+
'morph:usdt' = "morph:usdt",
|
|
2274
|
+
'morpheth:usdt' = "morpheth:usdt",
|
|
2275
|
+
'morph:usd1' = "morph:usd1",
|
|
2276
|
+
'morpheth:usd1' = "morpheth:usd1",
|
|
2277
|
+
'tmorph:tmt' = "tmorph:tmt",
|
|
2278
|
+
'tmorpheth:tmt' = "tmorpheth:tmt",
|
|
2279
|
+
'tmorpheth:usd1' = "tmorpheth:usd1",
|
|
2280
|
+
'tmorpheth:stgusd1' = "tmorpheth:stgusd1",
|
|
1098
2281
|
'xlm:BST-GADDFE4R72YUP2AOEL67OHZN3GJQYPC3VE734N2XFMEGRR2L32CZ3XYZ' = "xlm:BST-GADDFE4R72YUP2AOEL67OHZN3GJQYPC3VE734N2XFMEGRR2L32CZ3XYZ",
|
|
1099
2282
|
'xlm:VELO-GDM4RQUQQUVSKQA7S6EM7XBZP3FCGH4Q7CL6TABQ7B2BEJ5ERARM2M5M' = "xlm:VELO-GDM4RQUQQUVSKQA7S6EM7XBZP3FCGH4Q7CL6TABQ7B2BEJ5ERARM2M5M",
|
|
1100
2283
|
'xlm:SLT-GCKA6K5PCQ6PNF5RQBF7PQDJWRHO6UOGFMRLK3DYHDOI244V47XKQ4GP' = "xlm:SLT-GCKA6K5PCQ6PNF5RQBF7PQDJWRHO6UOGFMRLK3DYHDOI244V47XKQ4GP",
|
|
@@ -1102,11 +2285,21 @@ export declare enum UnderlyingAsset {
|
|
|
1102
2285
|
'xlm:ETH-GBVOL67TMUQBGL4TZYNMY3ZQ5WGQYFPFD5VJRWXR72VA33VFNL225PL5' = "xlm:ETH-GBVOL67TMUQBGL4TZYNMY3ZQ5WGQYFPFD5VJRWXR72VA33VFNL225PL5",
|
|
1103
2286
|
'xlm:WXT-GASBLVHS5FOABSDNW5SPPH3QRJYXY5JHA2AOA2QHH2FJLZBRXSG4SWXT' = "xlm:WXT-GASBLVHS5FOABSDNW5SPPH3QRJYXY5JHA2AOA2QHH2FJLZBRXSG4SWXT",
|
|
1104
2287
|
'xlm:USDC-GA5ZSEJYB37JRC5AVCIA5MOP4RHTM335X2KGX3IHOJAPP5RE34K4KZVN' = "xlm:USDC-GA5ZSEJYB37JRC5AVCIA5MOP4RHTM335X2KGX3IHOJAPP5RE34K4KZVN",
|
|
2288
|
+
'xlm:USDM1-GDM5QWWXCMDTQMZAKMYTCI52LA7FWBHAZMU5NJLMIFHDJISJRP2ZWPKC' = "xlm:USDM1-GDM5QWWXCMDTQMZAKMYTCI52LA7FWBHAZMU5NJLMIFHDJISJRP2ZWPKC",
|
|
1105
2289
|
'xlm:SIX-GDMS6EECOH6MBMCP3FYRYEVRBIV3TQGLOFQIPVAITBRJUMTI6V7A2X6Z' = "xlm:SIX-GDMS6EECOH6MBMCP3FYRYEVRBIV3TQGLOFQIPVAITBRJUMTI6V7A2X6Z",
|
|
1106
2290
|
'xlm:BRLT-GCHQ3F2BF5P74DMDNOOGHT5DUCKC773AW5DTOFINC26W4KGYFPYDPRSO' = "xlm:BRLT-GCHQ3F2BF5P74DMDNOOGHT5DUCKC773AW5DTOFINC26W4KGYFPYDPRSO",
|
|
1107
2291
|
'xlm:ARST-GCSAZVWXZKWS4XS223M5F54H2B6XPIIXZZGP7KEAIU6YSL5HDRGCI3DG' = "xlm:ARST-GCSAZVWXZKWS4XS223M5F54H2B6XPIIXZZGP7KEAIU6YSL5HDRGCI3DG",
|
|
1108
2292
|
'xlm:AQUA-GBNZILSTVQZ4R7IKQDGHYGY2QXL5QOFJYQMXPKWRRM5PAV7Y4M67AQUA' = "xlm:AQUA-GBNZILSTVQZ4R7IKQDGHYGY2QXL5QOFJYQMXPKWRRM5PAV7Y4M67AQUA",
|
|
1109
2293
|
'xlm:EURC-GDHU6WRG4IEQXM5NZ4BMPKOXHW76MZM4Y2IEMFDVXBSDP6SJY4ITNPP2' = "xlm:EURC-GDHU6WRG4IEQXM5NZ4BMPKOXHW76MZM4Y2IEMFDVXBSDP6SJY4ITNPP2",
|
|
2294
|
+
'xlm:GYEN-GDF6VOEGRWLOZ64PQQGKD2IYWA22RLT37GJKS2EJXZHT2VLAGWLC5TOB' = "xlm:GYEN-GDF6VOEGRWLOZ64PQQGKD2IYWA22RLT37GJKS2EJXZHT2VLAGWLC5TOB",
|
|
2295
|
+
'xlm:ZUSD-GDF6VOEGRWLOZ64PQQGKD2IYWA22RLT37GJKS2EJXZHT2VLAGWLC5TOB' = "xlm:ZUSD-GDF6VOEGRWLOZ64PQQGKD2IYWA22RLT37GJKS2EJXZHT2VLAGWLC5TOB",
|
|
2296
|
+
'xlm:EURS-GC5FGCDEOGOGSNWCCNKS3OMEVDHTE3Q5A5FEQWQKV3AXA7N6KDQ2CUZJ' = "xlm:EURS-GC5FGCDEOGOGSNWCCNKS3OMEVDHTE3Q5A5FEQWQKV3AXA7N6KDQ2CUZJ",
|
|
2297
|
+
'xlm:VEUR-GDXLSLCOPPHTWOQXLLKSVN4VN3G67WD2ENU7UMVAROEYVJLSPSEWXIZN' = "xlm:VEUR-GDXLSLCOPPHTWOQXLLKSVN4VN3G67WD2ENU7UMVAROEYVJLSPSEWXIZN",
|
|
2298
|
+
'xlm:VCHF-GDXLSLCOPPHTWOQXLLKSVN4VN3G67WD2ENU7UMVAROEYVJLSPSEWXIZN' = "xlm:VCHF-GDXLSLCOPPHTWOQXLLKSVN4VN3G67WD2ENU7UMVAROEYVJLSPSEWXIZN",
|
|
2299
|
+
'xlm:AUDD-GDC7X2MXTYSAKUUGAIQ7J7RPEIM7GXSAIWFYWWH4GLNFECQVJJLB2EEU' = "xlm:AUDD-GDC7X2MXTYSAKUUGAIQ7J7RPEIM7GXSAIWFYWWH4GLNFECQVJJLB2EEU",
|
|
2300
|
+
'xlm:BENJI-GBHNGLLIE3KWGKCHIKMHJ5HVZHYIK7WTBE4QF5PLAKL4CJGSEU7HZIW5' = "xlm:BENJI-GBHNGLLIE3KWGKCHIKMHJ5HVZHYIK7WTBE4QF5PLAKL4CJGSEU7HZIW5",
|
|
2301
|
+
'xlm:gBENJI-GD5J73EKK5IYL5XS3FBTHHX7CZIYRP7QXDL57XFWGC2WVYWT326OBXRP' = "xlm:gBENJI-GD5J73EKK5IYL5XS3FBTHHX7CZIYRP7QXDL57XFWGC2WVYWT326OBXRP",
|
|
2302
|
+
'xlm:SHX-GDSTRSHXHGJ7ZIVRBXEYE5Q74XUVCUSEKEBR7UCHEUUEK72N7I7KJ6JH' = "xlm:SHX-GDSTRSHXHGJ7ZIVRBXEYE5Q74XUVCUSEKEBR7UCHEUUEK72N7I7KJ6JH",
|
|
1110
2303
|
'erc721:token' = "erc721:token",
|
|
1111
2304
|
'erc1155:token' = "erc1155:token",
|
|
1112
2305
|
'nonstandard:token' = "nonstandard:token",
|
|
@@ -1132,6 +2325,8 @@ export declare enum UnderlyingAsset {
|
|
|
1132
2325
|
CHEX = "chex",
|
|
1133
2326
|
IQ = "iq",
|
|
1134
2327
|
EOS_BOX = "eos:box",
|
|
2328
|
+
EOS_SBET = "eos:sbet",
|
|
2329
|
+
VAULTA = "vaulta",
|
|
1135
2330
|
'avaxc:qi' = "avaxc:qi",
|
|
1136
2331
|
'avaxc:xava' = "avaxc:xava",
|
|
1137
2332
|
'avaxc:klo' = "avaxc:klo",
|
|
@@ -1144,12 +2339,91 @@ export declare enum UnderlyingAsset {
|
|
|
1144
2339
|
'avaxc:aave' = "avaxc:aave",
|
|
1145
2340
|
'avaxc:btc' = "avaxc:btc",
|
|
1146
2341
|
'avaxc:dai' = "avaxc:dai",
|
|
2342
|
+
'avaxc:arena' = "avaxc:arena",
|
|
2343
|
+
'avaxc:tryb' = "avaxc:tryb",
|
|
1147
2344
|
'avaxc:wbtc' = "avaxc:wbtc",
|
|
1148
2345
|
'avaxc:weth' = "avaxc:weth",
|
|
2346
|
+
'avaxc:sbc' = "avaxc:sbc",
|
|
2347
|
+
'avaxc:xsgd' = "avaxc:xsgd",
|
|
2348
|
+
'avaxc:ticov2' = "avaxc:ticov2",
|
|
2349
|
+
'avaxc:nxpc' = "avaxc:nxpc",
|
|
2350
|
+
'avaxc:spxux' = "avaxc:spxux",
|
|
2351
|
+
'avaxc:stavax' = "avaxc:stavax",
|
|
1149
2352
|
'tavaxc:opm' = "tavaxc:opm",
|
|
2353
|
+
'tavaxc:cop2peq' = "tavaxc:cop2peq",
|
|
2354
|
+
'tavaxc:xsgd' = "tavaxc:xsgd",
|
|
2355
|
+
'tavaxc:bitgo' = "tavaxc:bitgo",
|
|
2356
|
+
'tavaxc:stavax' = "tavaxc:stavax",
|
|
2357
|
+
'tavaxc:rtest' = "tavaxc:rtest",
|
|
2358
|
+
'avaxc:usdc-e' = "avaxc:usdc-e",
|
|
2359
|
+
'avaxc:usdt-e' = "avaxc:usdt-e",
|
|
2360
|
+
'avaxc:yeti' = "avaxc:yeti",
|
|
2361
|
+
'avaxc:spell' = "avaxc:spell",
|
|
2362
|
+
'avaxc:yusd' = "avaxc:yusd",
|
|
2363
|
+
'avaxc:yusdcrv-f' = "avaxc:yusdcrv-f",
|
|
2364
|
+
'avaxc:ecd' = "avaxc:ecd",
|
|
2365
|
+
'avaxc:blzz' = "avaxc:blzz",
|
|
2366
|
+
'avaxc:ptp' = "avaxc:ptp",
|
|
2367
|
+
'avaxc:stg' = "avaxc:stg",
|
|
2368
|
+
'avaxc:syn' = "avaxc:syn",
|
|
2369
|
+
'avaxc:aavausdc' = "avaxc:aavausdc",
|
|
2370
|
+
'avaxc:tusd' = "avaxc:tusd",
|
|
2371
|
+
'avaxc:crv' = "avaxc:crv",
|
|
2372
|
+
'avaxc:savax' = "avaxc:savax",
|
|
2373
|
+
'avaxc:ampl' = "avaxc:ampl",
|
|
2374
|
+
'avaxc:cnr' = "avaxc:cnr",
|
|
2375
|
+
'avaxc:roco' = "avaxc:roco",
|
|
2376
|
+
'avaxc:aavadai' = "avaxc:aavadai",
|
|
2377
|
+
'avaxc:vtx' = "avaxc:vtx",
|
|
2378
|
+
'avaxc:wavax' = "avaxc:wavax",
|
|
2379
|
+
'avaxc:bnb' = "avaxc:bnb",
|
|
2380
|
+
'avaxc:aavausdt' = "avaxc:aavausdt",
|
|
2381
|
+
'avaxc:acre' = "avaxc:acre",
|
|
2382
|
+
'avaxc:gmx' = "avaxc:gmx",
|
|
2383
|
+
'avaxc:gunz' = "avaxc:gunz",
|
|
2384
|
+
'avaxc:mim' = "avaxc:mim",
|
|
2385
|
+
'avaxc:axlusdc' = "avaxc:axlusdc",
|
|
2386
|
+
'avaxc:lot' = "avaxc:lot",
|
|
2387
|
+
'avaxc:av3crv' = "avaxc:av3crv",
|
|
2388
|
+
'avaxc:time' = "avaxc:time",
|
|
2389
|
+
'avaxc:uni.e' = "avaxc:uni.e",
|
|
2390
|
+
'avaxc:sb' = "avaxc:sb",
|
|
2391
|
+
'avaxc:dyp' = "avaxc:dyp",
|
|
2392
|
+
'avaxc:sing' = "avaxc:sing",
|
|
2393
|
+
'avaxc:gohm' = "avaxc:gohm",
|
|
2394
|
+
'avaxc:boofi' = "avaxc:boofi",
|
|
2395
|
+
'avaxc:eth' = "avaxc:eth",
|
|
2396
|
+
'avaxc:wmemo' = "avaxc:wmemo",
|
|
2397
|
+
'avaxc:fxs' = "avaxc:fxs",
|
|
2398
|
+
'avaxc:sifu' = "avaxc:sifu",
|
|
2399
|
+
'avaxc:sushi.e' = "avaxc:sushi.e",
|
|
2400
|
+
'avaxc:sushi' = "avaxc:sushi",
|
|
2401
|
+
'avaxc:mimatic' = "avaxc:mimatic",
|
|
2402
|
+
'avaxc:sspell' = "avaxc:sspell",
|
|
2403
|
+
'avaxc:grape' = "avaxc:grape",
|
|
2404
|
+
'avaxc:xjoe' = "avaxc:xjoe",
|
|
2405
|
+
'avaxc:bsgg' = "avaxc:bsgg",
|
|
2406
|
+
'avaxc:roy' = "avaxc:roy",
|
|
2407
|
+
'avaxc:wow' = "avaxc:wow",
|
|
2408
|
+
'avaxc:wine' = "avaxc:wine",
|
|
2409
|
+
'avaxc:mu' = "avaxc:mu",
|
|
2410
|
+
'avaxc:frax' = "avaxc:frax",
|
|
2411
|
+
'avaxc:movr' = "avaxc:movr",
|
|
2412
|
+
'avaxc:ice' = "avaxc:ice",
|
|
2413
|
+
'avaxc:note' = "avaxc:note",
|
|
2414
|
+
'avaxc:wrose' = "avaxc:wrose",
|
|
2415
|
+
'avaxc:swap' = "avaxc:swap",
|
|
2416
|
+
'avaxc:tico' = "avaxc:tico",
|
|
2417
|
+
'avaxc:shrap' = "avaxc:shrap",
|
|
2418
|
+
'avaxc:benji' = "avaxc:benji",
|
|
2419
|
+
'avaxc:emdx' = "avaxc:emdx",
|
|
2420
|
+
'avaxc:eurc' = "avaxc:eurc",
|
|
2421
|
+
'avaxc:ausd' = "avaxc:ausd",
|
|
1150
2422
|
'polygon:usdc' = "polygon:usdc",
|
|
2423
|
+
'polygon:usdcv2' = "polygon:usdcv2",
|
|
1151
2424
|
'polygon:usdt' = "polygon:usdt",
|
|
1152
2425
|
'polygon:weth' = "polygon:weth",
|
|
2426
|
+
'polygon:cnkt' = "polygon:cnkt",
|
|
1153
2427
|
'polygon:wbtc' = "polygon:wbtc",
|
|
1154
2428
|
'polygon:sand' = "polygon:sand",
|
|
1155
2429
|
'polygon:dai' = "polygon:dai",
|
|
@@ -1181,13 +2455,270 @@ export declare enum UnderlyingAsset {
|
|
|
1181
2455
|
'polygon:wftm' = "polygon:wftm",
|
|
1182
2456
|
'polygon:yfi' = "polygon:yfi",
|
|
1183
2457
|
'polygon:treta' = "polygon:treta",
|
|
2458
|
+
'polygon:orb' = "polygon:orb",
|
|
2459
|
+
'polygon:route' = "polygon:route",
|
|
2460
|
+
'polygon:sbc' = "polygon:sbc",
|
|
2461
|
+
'polygon:xsgd' = "polygon:xsgd",
|
|
2462
|
+
'polygon:dimo' = "polygon:dimo",
|
|
2463
|
+
'polygon:bcut' = "polygon:bcut",
|
|
2464
|
+
'polygon:pme' = "polygon:pme",
|
|
2465
|
+
'polygon:dipe' = "polygon:dipe",
|
|
2466
|
+
'polygon:lif3' = "polygon:lif3",
|
|
2467
|
+
'polygon:l3usd' = "polygon:l3usd",
|
|
2468
|
+
'polygon:moca' = "polygon:moca",
|
|
2469
|
+
'polygon:mask' = "polygon:mask",
|
|
2470
|
+
'polygon:nexo' = "polygon:nexo",
|
|
2471
|
+
'polygon:om' = "polygon:om",
|
|
2472
|
+
'polygon:pyr' = "polygon:pyr",
|
|
2473
|
+
'polygon:renbtc' = "polygon:renbtc",
|
|
2474
|
+
'polygon:req' = "polygon:req",
|
|
2475
|
+
'polygon:rndr' = "polygon:rndr",
|
|
2476
|
+
'polygon:snx' = "polygon:snx",
|
|
2477
|
+
'polygon:trb' = "polygon:trb",
|
|
2478
|
+
'polygon:ali' = "polygon:ali",
|
|
2479
|
+
'polygon:bal' = "polygon:bal",
|
|
2480
|
+
'polygon:elon' = "polygon:elon",
|
|
2481
|
+
'polygon:hex' = "polygon:hex",
|
|
2482
|
+
'polygon:iotx' = "polygon:iotx",
|
|
2483
|
+
'polygon:agix' = "polygon:agix",
|
|
2484
|
+
'polygon:avax' = "polygon:avax",
|
|
2485
|
+
'polygon:band' = "polygon:band",
|
|
2486
|
+
'polygon:blz' = "polygon:blz",
|
|
2487
|
+
'polygon:bnb' = "polygon:bnb",
|
|
2488
|
+
'polygon:bnt' = "polygon:bnt",
|
|
2489
|
+
'polygon:chz' = "polygon:chz",
|
|
2490
|
+
'polygon:enj' = "polygon:enj",
|
|
2491
|
+
'polygon:fet' = "polygon:fet",
|
|
2492
|
+
'polygon:forth' = "polygon:forth",
|
|
2493
|
+
'polygon:glm' = "polygon:glm",
|
|
2494
|
+
'polygon:gno' = "polygon:gno",
|
|
2495
|
+
'polygon:gohm' = "polygon:gohm",
|
|
2496
|
+
'polygon:gtc' = "polygon:gtc",
|
|
2497
|
+
'polygon:gusd' = "polygon:gusd",
|
|
2498
|
+
'polygon:hot' = "polygon:hot",
|
|
2499
|
+
'polygon:inj' = "polygon:inj",
|
|
2500
|
+
'polygon:lit' = "polygon:lit",
|
|
2501
|
+
'polygon:lrc' = "polygon:lrc",
|
|
2502
|
+
'polygon:mana' = "polygon:mana",
|
|
2503
|
+
'polygon:shib' = "polygon:shib",
|
|
2504
|
+
'polygon:sxp' = "polygon:sxp",
|
|
2505
|
+
'polygon:grt' = "polygon:grt",
|
|
2506
|
+
'polygon:mkr' = "polygon:mkr",
|
|
2507
|
+
'polygon:oxt' = "polygon:oxt",
|
|
2508
|
+
'polygon:pax' = "polygon:pax",
|
|
2509
|
+
'polygon:paxg' = "polygon:paxg",
|
|
2510
|
+
'polygon:powr' = "polygon:powr",
|
|
2511
|
+
'polygon:super' = "polygon:super",
|
|
2512
|
+
'polygon:uma' = "polygon:uma",
|
|
2513
|
+
'polygon:zrx' = "polygon:zrx",
|
|
2514
|
+
'polygon:ont' = "polygon:ont",
|
|
2515
|
+
'polygon:wrx' = "polygon:wrx",
|
|
2516
|
+
'polygon:voxel' = "polygon:voxel",
|
|
2517
|
+
'polygon:uft' = "polygon:uft",
|
|
2518
|
+
'polygon:ooki' = "polygon:ooki",
|
|
2519
|
+
'polygon:swap' = "polygon:swap",
|
|
2520
|
+
'polygon:vanry' = "polygon:vanry",
|
|
2521
|
+
'polygon:npt' = "polygon:npt",
|
|
2522
|
+
'polygon:volt' = "polygon:volt",
|
|
2523
|
+
'polygon:euroe' = "polygon:euroe",
|
|
2524
|
+
'polygon:geod' = "polygon:geod",
|
|
2525
|
+
'polygon:heth' = "polygon:heth",
|
|
2526
|
+
'polygon:copm' = "polygon:copm",
|
|
2527
|
+
'polygon:gmt' = "polygon:gmt",
|
|
2528
|
+
'polygon:uhu' = "polygon:uhu",
|
|
2529
|
+
'polygon:mv' = "polygon:mv",
|
|
2530
|
+
'polygon:bid' = "polygon:bid",
|
|
2531
|
+
'polygon:tcs' = "polygon:tcs",
|
|
2532
|
+
'polygon:buidl' = "polygon:buidl",
|
|
2533
|
+
'polygon:benji' = "polygon:benji",
|
|
2534
|
+
'polygon:naka' = "polygon:naka",
|
|
2535
|
+
'polygon:xusd' = "polygon:xusd",
|
|
2536
|
+
'polygon:txusd' = "polygon:txusd",
|
|
2537
|
+
'polygon:zig' = "polygon:zig",
|
|
2538
|
+
'polygon:brl1' = "polygon:brl1",
|
|
2539
|
+
'polygon:cnktplus' = "polygon:cnktplus",
|
|
2540
|
+
'polygon:land1' = "polygon:land1",
|
|
2541
|
+
'polygon:mmt54' = "polygon:mmt54",
|
|
2542
|
+
'polygon:jpyc' = "polygon:jpyc",
|
|
2543
|
+
'polygon:argt' = "polygon:argt",
|
|
2544
|
+
'polygon:brat' = "polygon:brat",
|
|
2545
|
+
'polygon:chlt' = "polygon:chlt",
|
|
2546
|
+
'polygon:stg' = "polygon:stg",
|
|
1184
2547
|
'erc721:polygontoken' = "erc721:polygontoken",
|
|
1185
2548
|
'erc1155:polygontoken' = "erc1155:polygontoken",
|
|
2549
|
+
'bsc:sol' = "bsc:sol",
|
|
2550
|
+
'bsc:solv' = "bsc:solv",
|
|
2551
|
+
'bsc:stable' = "bsc:stable",
|
|
2552
|
+
'bsc:brise' = "bsc:brise",
|
|
2553
|
+
'bsc:bsw' = "bsc:bsw",
|
|
2554
|
+
'bsc:burger' = "bsc:burger",
|
|
2555
|
+
'bsc:cfx' = "bsc:cfx",
|
|
2556
|
+
'bsc:bake' = "bsc:bake",
|
|
2557
|
+
'bsc:bnx' = "bsc:bnx",
|
|
1186
2558
|
'bsc:busd' = "bsc:busd",
|
|
2559
|
+
'bsc:hook' = "bsc:hook",
|
|
1187
2560
|
'bsc:ksm' = "bsc:ksm",
|
|
1188
2561
|
'bsc:usdt' = "bsc:usdt",
|
|
1189
2562
|
'bsc:vet' = "bsc:vet",
|
|
2563
|
+
'bsc:cake' = "bsc:cake",
|
|
2564
|
+
'bsc:litt' = "bsc:litt",
|
|
2565
|
+
'bsc:xvs' = "bsc:xvs",
|
|
2566
|
+
'bsc:epx' = "bsc:epx",
|
|
2567
|
+
'bsc:usdc' = "bsc:usdc",
|
|
2568
|
+
'bsc:eth' = "bsc:eth",
|
|
2569
|
+
'bsc:dd' = "bsc:dd",
|
|
2570
|
+
'bsc:parti' = "bsc:parti",
|
|
2571
|
+
'bsc:form' = "bsc:form",
|
|
2572
|
+
'bsc:ake' = "bsc:ake",
|
|
2573
|
+
'bsc:kgen' = "bsc:kgen",
|
|
2574
|
+
'bsc:myx' = "bsc:myx",
|
|
2575
|
+
'bsc:ltc' = "bsc:ltc",
|
|
2576
|
+
'bsc:mask' = "bsc:mask",
|
|
2577
|
+
'bsc:matic' = "bsc:matic",
|
|
2578
|
+
'bsc:mbox' = "bsc:mbox",
|
|
2579
|
+
'bsc:mdt' = "bsc:mdt",
|
|
2580
|
+
'bsc:nuls' = "bsc:nuls",
|
|
2581
|
+
'bsc:ont' = "bsc:ont",
|
|
2582
|
+
'bsc:orn' = "bsc:orn",
|
|
2583
|
+
'bsc:porto' = "bsc:porto",
|
|
2584
|
+
'bsc:reef' = "bsc:reef",
|
|
2585
|
+
'bsc:renbtc' = "bsc:renbtc",
|
|
2586
|
+
'bsc:snx' = "bsc:snx",
|
|
2587
|
+
'bsc:tking' = "bsc:tking",
|
|
2588
|
+
'bsc:tlm' = "bsc:tlm",
|
|
2589
|
+
'bsc:ton' = "bsc:ton",
|
|
2590
|
+
'bsc:trx' = "bsc:trx",
|
|
2591
|
+
'bsc:wbnb' = "bsc:wbnb",
|
|
2592
|
+
'bsc:win' = "bsc:win",
|
|
2593
|
+
'bsc:wrx' = "bsc:wrx",
|
|
2594
|
+
'bsc:yfii' = "bsc:yfii",
|
|
2595
|
+
'bsc:zil' = "bsc:zil",
|
|
2596
|
+
'bsc:1inch' = "bsc:1inch",
|
|
2597
|
+
'bsc:ada' = "bsc:ada",
|
|
2598
|
+
'bsc:alice' = "bsc:alice",
|
|
2599
|
+
'bsc:alpaca' = "bsc:alpaca",
|
|
2600
|
+
'bsc:alpine' = "bsc:alpine",
|
|
2601
|
+
'bsc:ankr' = "bsc:ankr",
|
|
2602
|
+
'bsc:avax' = "bsc:avax",
|
|
2603
|
+
'bsc:beta' = "bsc:beta",
|
|
2604
|
+
'bsc:btt' = "bsc:btt",
|
|
2605
|
+
'bsc:celr' = "bsc:celr",
|
|
2606
|
+
'bsc:chr' = "bsc:chr",
|
|
2607
|
+
'bsc:coti' = "bsc:coti",
|
|
2608
|
+
'bsc:cream' = "bsc:cream",
|
|
2609
|
+
'bsc:dar' = "bsc:dar",
|
|
2610
|
+
'bsc:degov2' = "bsc:degov2",
|
|
2611
|
+
'bsc:dodo' = "bsc:dodo",
|
|
2612
|
+
'bsc:elon' = "bsc:elon",
|
|
2613
|
+
'bsc:etc' = "bsc:etc",
|
|
2614
|
+
'bsc:firo' = "bsc:firo",
|
|
2615
|
+
'bsc:front' = "bsc:front",
|
|
2616
|
+
'bsc:hft' = "bsc:hft",
|
|
2617
|
+
'bsc:high' = "bsc:high",
|
|
2618
|
+
'bsc:hyper' = "bsc:hyper",
|
|
2619
|
+
'bsc:inj' = "bsc:inj",
|
|
2620
|
+
'bsc:iotx' = "bsc:iotx",
|
|
2621
|
+
'bsc:auto' = "bsc:auto",
|
|
2622
|
+
'bsc:fet' = "bsc:fet",
|
|
2623
|
+
'bsc:kas' = "bsc:kas",
|
|
2624
|
+
'bsc:lit' = "bsc:lit",
|
|
2625
|
+
'bsc:mana' = "bsc:mana",
|
|
2626
|
+
'bsc:shib' = "bsc:shib",
|
|
2627
|
+
'bsc:sxp' = "bsc:sxp",
|
|
2628
|
+
'bsc:nnn' = "bsc:nnn",
|
|
2629
|
+
'bsc:nvm' = "bsc:nvm",
|
|
2630
|
+
'bsc:jasmy' = "bsc:jasmy",
|
|
2631
|
+
'bsc:near' = "bsc:near",
|
|
2632
|
+
'bsc:ocean' = "bsc:ocean",
|
|
2633
|
+
'bsc:sand' = "bsc:sand",
|
|
2634
|
+
'bsc:tusd' = "bsc:tusd",
|
|
2635
|
+
'bsc:wrose' = "bsc:wrose",
|
|
2636
|
+
'bsc:twt' = "bsc:twt",
|
|
2637
|
+
'bsc:sfp' = "bsc:sfp",
|
|
2638
|
+
'bsc:edu' = "bsc:edu",
|
|
2639
|
+
'bsc:mrs' = "bsc:mrs",
|
|
2640
|
+
'bsc:ong' = "bsc:ong",
|
|
2641
|
+
'bsc:ctk' = "bsc:ctk",
|
|
2642
|
+
'bsc:rndt' = "bsc:rndt",
|
|
2643
|
+
'bsc:mbx' = "bsc:mbx",
|
|
2644
|
+
'bsc:mav' = "bsc:mav",
|
|
2645
|
+
'bsc:mct' = "bsc:mct",
|
|
2646
|
+
'bsc:thunder' = "bsc:thunder",
|
|
2647
|
+
'bsc:atlas' = "bsc:atlas",
|
|
2648
|
+
'bsc:vidt' = "bsc:vidt",
|
|
2649
|
+
'bsc:unfi' = "bsc:unfi",
|
|
2650
|
+
'bsc:chess' = "bsc:chess",
|
|
2651
|
+
'bsc:pols' = "bsc:pols",
|
|
2652
|
+
'bsc:uft' = "bsc:uft",
|
|
2653
|
+
'bsc:wing' = "bsc:wing",
|
|
2654
|
+
'bsc:santos' = "bsc:santos",
|
|
2655
|
+
'bsc:lazio' = "bsc:lazio",
|
|
2656
|
+
'bsc:swap' = "bsc:swap",
|
|
2657
|
+
'bsc:troy' = "bsc:troy",
|
|
2658
|
+
'bsc:rdnt' = "bsc:rdnt",
|
|
2659
|
+
'bsc:pax' = "bsc:pax",
|
|
2660
|
+
'bsc:volt' = "bsc:volt",
|
|
1190
2661
|
'tbsc:busd' = "tbsc:busd",
|
|
2662
|
+
'tbsc:usd1' = "tbsc:usd1",
|
|
2663
|
+
'tbsc:stgusd1' = "tbsc:stgusd1",
|
|
2664
|
+
'bsc:city' = "bsc:city",
|
|
2665
|
+
'bsc:fdusd' = "bsc:fdusd",
|
|
2666
|
+
'bsc:floki' = "bsc:floki",
|
|
2667
|
+
'bsc:ldo' = "bsc:ldo",
|
|
2668
|
+
'bsc:om' = "bsc:om",
|
|
2669
|
+
'bsc:eos' = "bsc:eos",
|
|
2670
|
+
'bsc:usdd' = "bsc:usdd",
|
|
2671
|
+
'bsc:gft' = "bsc:gft",
|
|
2672
|
+
'bsc:glmr' = "bsc:glmr",
|
|
2673
|
+
'bsc:gmt' = "bsc:gmt",
|
|
2674
|
+
'bsc:tko' = "bsc:tko",
|
|
2675
|
+
'bsc:vite' = "bsc:vite",
|
|
2676
|
+
'bsc:mdx' = "bsc:mdx",
|
|
2677
|
+
'bsc:multi' = "bsc:multi",
|
|
2678
|
+
'bsc:psg' = "bsc:psg",
|
|
2679
|
+
'bsc:telos' = "bsc:telos",
|
|
2680
|
+
'bsc:flux' = "bsc:flux",
|
|
2681
|
+
'bsc:h2o' = "bsc:h2o",
|
|
2682
|
+
'bsc:lto' = "bsc:lto",
|
|
2683
|
+
'bsc:kmd' = "bsc:kmd",
|
|
2684
|
+
'bsc:farm' = "bsc:farm",
|
|
2685
|
+
'bsc:lina' = "bsc:lina",
|
|
2686
|
+
'bsc:usd1' = "bsc:usd1",
|
|
2687
|
+
'bsc:oort' = "bsc:oort",
|
|
2688
|
+
'bsc:aitech' = "bsc:aitech",
|
|
2689
|
+
'bsc:fil' = "bsc:fil",
|
|
2690
|
+
'bsc:ftm' = "bsc:ftm",
|
|
2691
|
+
'bsc:comp' = "bsc:comp",
|
|
2692
|
+
'bsc:uni' = "bsc:uni",
|
|
2693
|
+
'bsc:yfi' = "bsc:yfi",
|
|
2694
|
+
'bsc:link' = "bsc:link",
|
|
2695
|
+
'bsc:cusdo' = "bsc:cusdo",
|
|
2696
|
+
'bsc:unx' = "bsc:unx",
|
|
2697
|
+
'bsc:usdo' = "bsc:usdo",
|
|
2698
|
+
'bsc:slay' = "bsc:slay",
|
|
2699
|
+
'bsc:prove' = "bsc:prove",
|
|
2700
|
+
'bsc:rekt' = "bsc:rekt",
|
|
2701
|
+
'bsc:zig' = "bsc:zig",
|
|
2702
|
+
'bsc:eden' = "bsc:eden",
|
|
2703
|
+
'bsc:m' = "bsc:m",
|
|
2704
|
+
'bsc:cashplus' = "bsc:cashplus",
|
|
2705
|
+
'bsc:aster' = "bsc:aster",
|
|
2706
|
+
'bsc:pln' = "bsc:pln",
|
|
2707
|
+
'bsc:ff' = "bsc:ff",
|
|
2708
|
+
'bsc:c98' = "bsc:c98",
|
|
2709
|
+
'bsc:ln' = "bsc:ln",
|
|
2710
|
+
'bsc:soon' = "bsc:soon",
|
|
2711
|
+
'bsc:bard' = "bsc:bard",
|
|
2712
|
+
'bsc:home' = "bsc:home",
|
|
2713
|
+
'bsc:zbt' = "bsc:zbt",
|
|
2714
|
+
'bsc:btr' = "bsc:btr",
|
|
2715
|
+
'bsc:iost' = "bsc:iost",
|
|
2716
|
+
'bsc:sto' = "bsc:sto",
|
|
2717
|
+
'bsc:pt-cusdo-29oct2026' = "bsc:pt-cusdo-29oct2026",
|
|
2718
|
+
'bsc:mito' = "bsc:mito",
|
|
2719
|
+
'bsc:shell' = "bsc:shell",
|
|
2720
|
+
'bsc:hemi' = "bsc:hemi",
|
|
2721
|
+
'bsc:cookie' = "bsc:cookie",
|
|
1191
2722
|
'erc721:bsctoken' = "erc721:bsctoken",
|
|
1192
2723
|
'erc1155:bsctoken' = "erc1155:bsctoken",
|
|
1193
2724
|
'terc721:bsctoken' = "terc721:bsctoken",
|
|
@@ -1196,17 +2727,263 @@ export declare enum UnderlyingAsset {
|
|
|
1196
2727
|
'tpolygon:link' = "tpolygon:link",
|
|
1197
2728
|
'tpolygon:name' = "tpolygon:name",
|
|
1198
2729
|
'tpolygon:opm' = "tpolygon:opm",
|
|
2730
|
+
'tpolygon:pme' = "tpolygon:pme",
|
|
2731
|
+
'tpolygon:xsgd' = "tpolygon:xsgd",
|
|
2732
|
+
'tpolygon:terc18dp' = "tpolygon:terc18dp",
|
|
2733
|
+
'tpolygon:terc10dp' = "tpolygon:terc10dp",
|
|
2734
|
+
'tpolygon:terc6dp' = "tpolygon:terc6dp",
|
|
2735
|
+
'tpolygon:usdt' = "tpolygon:usdt",
|
|
2736
|
+
'tpolygon:usdc' = "tpolygon:usdc",
|
|
2737
|
+
'tpolygon:testcopm' = "tpolygon:testcopm",
|
|
2738
|
+
'tpolygon:BitGoTest' = "tpolygon:BitGoTest",
|
|
2739
|
+
'tpolygon:copr3' = "tpolygon:copr3",
|
|
1199
2740
|
'terc721:polygontoken' = "terc721:polygontoken",
|
|
1200
2741
|
'terc1155:polygontoken' = "terc1155:polygontoken",
|
|
1201
2742
|
'arbeth:link' = "arbeth:link",
|
|
2743
|
+
'arbeth:spxux' = "arbeth:spxux",
|
|
2744
|
+
'arbeth:usdc' = "arbeth:usdc",
|
|
2745
|
+
'arbeth:xsgdv2' = "arbeth:xsgdv2",
|
|
2746
|
+
'arbeth:trn' = "arbeth:trn",
|
|
2747
|
+
'arbeth:usdcv2' = "arbeth:usdcv2",
|
|
2748
|
+
'arbeth:usdt' = "arbeth:usdt",
|
|
2749
|
+
'arbeth:arb' = "arbeth:arb",
|
|
2750
|
+
'arbeth:sqd' = "arbeth:sqd",
|
|
2751
|
+
'arbeth:cbl' = "arbeth:cbl",
|
|
2752
|
+
'arbeth:w' = "arbeth:w",
|
|
2753
|
+
'arbeth:comp' = "arbeth:comp",
|
|
2754
|
+
'arbeth:coti' = "arbeth:coti",
|
|
2755
|
+
'arbeth:gno' = "arbeth:gno",
|
|
2756
|
+
'arbeth:gohm' = "arbeth:gohm",
|
|
2757
|
+
'arbeth:grt' = "arbeth:grt",
|
|
2758
|
+
'arbeth:knc' = "arbeth:knc",
|
|
2759
|
+
'arbeth:trb' = "arbeth:trb",
|
|
2760
|
+
'arbeth:tusd' = "arbeth:tusd",
|
|
2761
|
+
'arbeth:uma' = "arbeth:uma",
|
|
2762
|
+
'arbeth:uni' = "arbeth:uni",
|
|
2763
|
+
'arbeth:weth' = "arbeth:weth",
|
|
2764
|
+
'arbeth:woo' = "arbeth:woo",
|
|
2765
|
+
'arbeth:yfi' = "arbeth:yfi",
|
|
2766
|
+
'arbeth:xsgd' = "arbeth:xsgd",
|
|
2767
|
+
'arbeth:ztx' = "arbeth:ztx",
|
|
2768
|
+
'arbeth:ldo' = "arbeth:ldo",
|
|
2769
|
+
'arbeth:egp' = "arbeth:egp",
|
|
2770
|
+
'arbeth:myrc' = "arbeth:myrc",
|
|
2771
|
+
'arbeth:gs' = "arbeth:gs",
|
|
2772
|
+
'arbeth:veur' = "arbeth:veur",
|
|
2773
|
+
'arbeth:vchf' = "arbeth:vchf",
|
|
2774
|
+
'arbeth:tbill' = "arbeth:tbill",
|
|
2775
|
+
'arbeth:xai' = "arbeth:xai",
|
|
2776
|
+
'arbeth:flttx' = "arbeth:flttx",
|
|
2777
|
+
'arbeth:wtsix' = "arbeth:wtsix",
|
|
2778
|
+
'arbeth:modrx' = "arbeth:modrx",
|
|
2779
|
+
'arbeth:techx' = "arbeth:techx",
|
|
2780
|
+
'arbeth:wtsyx' = "arbeth:wtsyx",
|
|
2781
|
+
'arbeth:wtlgx' = "arbeth:wtlgx",
|
|
2782
|
+
'arbeth:wttsx' = "arbeth:wttsx",
|
|
2783
|
+
'arbeth:tipsx' = "arbeth:tipsx",
|
|
2784
|
+
'arbeth:wtstx' = "arbeth:wtstx",
|
|
2785
|
+
'arbeth:wtgxx' = "arbeth:wtgxx",
|
|
2786
|
+
'arbeth:lngvx' = "arbeth:lngvx",
|
|
2787
|
+
'arbeth:eqtyx' = "arbeth:eqtyx",
|
|
2788
|
+
'arbeth:anime' = "arbeth:anime",
|
|
2789
|
+
'arbeth:benji' = "arbeth:benji",
|
|
2790
|
+
'arbeth:dolo' = "arbeth:dolo",
|
|
2791
|
+
'arbeth:bull' = "arbeth:bull",
|
|
2792
|
+
'arbeth:rdnt' = "arbeth:rdnt",
|
|
2793
|
+
'arbeth:pendle' = "arbeth:pendle",
|
|
2794
|
+
'arbeth:gmx' = "arbeth:gmx",
|
|
2795
|
+
'arbeth:uxlink' = "arbeth:uxlink",
|
|
2796
|
+
'arbeth:next' = "arbeth:next",
|
|
2797
|
+
'arbeth:zro' = "arbeth:zro",
|
|
2798
|
+
'arbeth:tt' = "arbeth:tt",
|
|
2799
|
+
'arbeth:testtsla' = "arbeth:testtsla",
|
|
2800
|
+
'arbeth:testamzn' = "arbeth:testamzn",
|
|
2801
|
+
'arbeth:testpltr' = "arbeth:testpltr",
|
|
2802
|
+
'arbeth:testnflx' = "arbeth:testnflx",
|
|
2803
|
+
'baseeth:aero' = "baseeth:aero",
|
|
2804
|
+
'baseeth:cfi' = "baseeth:cfi",
|
|
2805
|
+
'baseeth:icnt' = "baseeth:icnt",
|
|
2806
|
+
'baseeth:mey' = "baseeth:mey",
|
|
2807
|
+
'baseeth:morpho' = "baseeth:morpho",
|
|
2808
|
+
'baseeth:myrc' = "baseeth:myrc",
|
|
2809
|
+
'baseeth:weth' = "baseeth:weth",
|
|
2810
|
+
'baseeth:usdc' = "baseeth:usdc",
|
|
2811
|
+
'baseeth:wbtc' = "baseeth:wbtc",
|
|
2812
|
+
'baseeth:usde' = "baseeth:usde",
|
|
2813
|
+
'baseeth:trust' = "baseeth:trust",
|
|
2814
|
+
'baseeth:flk' = "baseeth:flk",
|
|
2815
|
+
'baseeth:soon' = "baseeth:soon",
|
|
2816
|
+
'baseeth:wave' = "baseeth:wave",
|
|
2817
|
+
'baseeth:spec' = "baseeth:spec",
|
|
2818
|
+
'baseeth:tig' = "baseeth:tig",
|
|
2819
|
+
'baseeth:virtual' = "baseeth:virtual",
|
|
2820
|
+
'baseeth:zora' = "baseeth:zora",
|
|
2821
|
+
'baseeth:toshi' = "baseeth:toshi",
|
|
2822
|
+
'baseeth:creator' = "baseeth:creator",
|
|
2823
|
+
'baseeth:avnt' = "baseeth:avnt",
|
|
2824
|
+
'baseeth:mira' = "baseeth:mira",
|
|
2825
|
+
'baseeth:towns' = "baseeth:towns",
|
|
2826
|
+
'baseeth:brlv' = "baseeth:brlv",
|
|
2827
|
+
'baseeth:wbrly' = "baseeth:wbrly",
|
|
2828
|
+
'baseeth:recall' = "baseeth:recall",
|
|
2829
|
+
'baseeth:sapien' = "baseeth:sapien",
|
|
2830
|
+
'baseeth:aixbt' = "baseeth:aixbt",
|
|
2831
|
+
'baseeth:brett' = "baseeth:brett",
|
|
2832
|
+
'baseeth:argt' = "baseeth:argt",
|
|
2833
|
+
'baseeth:brat' = "baseeth:brat",
|
|
2834
|
+
'baseeth:mext' = "baseeth:mext",
|
|
2835
|
+
'baseeth:common' = "baseeth:common",
|
|
2836
|
+
'baseeth:unite' = "baseeth:unite",
|
|
2837
|
+
'baseeth:b3' = "baseeth:b3",
|
|
2838
|
+
'baseeth:kaito' = "baseeth:kaito",
|
|
2839
|
+
'baseeth:xsgd' = "baseeth:xsgd",
|
|
2840
|
+
'baseeth:xusd' = "baseeth:xusd",
|
|
2841
|
+
'baseeth:home' = "baseeth:home",
|
|
2842
|
+
'baseeth:c' = "baseeth:c",
|
|
2843
|
+
'baseeth:carv' = "baseeth:carv",
|
|
2844
|
+
'tbaseeth:usdc' = "tbaseeth:usdc",
|
|
2845
|
+
'tbaseeth:xusd' = "tbaseeth:xusd",
|
|
2846
|
+
'tbaseeth:xsgd' = "tbaseeth:xsgd",
|
|
2847
|
+
'tbaseeth:usd1cx' = "tbaseeth:usd1cx",
|
|
2848
|
+
'tbaseeth:ctusd1cx' = "tbaseeth:ctusd1cx",
|
|
2849
|
+
'og:wog' = "og:wog",
|
|
2850
|
+
'seievm:usdc' = "seievm:usdc",
|
|
2851
|
+
'seievm:weth' = "seievm:weth",
|
|
2852
|
+
'seievm:wbtc' = "seievm:wbtc",
|
|
2853
|
+
'seievm:usd0' = "seievm:usd0",
|
|
2854
|
+
'seievm:wsei' = "seievm:wsei",
|
|
2855
|
+
'lineaeth:linea' = "lineaeth:linea",
|
|
2856
|
+
'lineaeth:usdt' = "lineaeth:usdt",
|
|
2857
|
+
'lineaeth:usdc' = "lineaeth:usdc",
|
|
2858
|
+
'mantle:usdt' = "mantle:usdt",
|
|
2859
|
+
'mantle:usdc' = "mantle:usdc",
|
|
2860
|
+
'mantle:usde' = "mantle:usde",
|
|
2861
|
+
'mantle:usdt0' = "mantle:usdt0",
|
|
2862
|
+
'mantle:ausd' = "mantle:ausd",
|
|
2863
|
+
'mantle:usd1' = "mantle:usd1",
|
|
2864
|
+
'tmantle:bgerch' = "tmantle:bgerch",
|
|
2865
|
+
'tmantle:usd1' = "tmantle:usd1",
|
|
2866
|
+
'tmantle:stgusd1' = "tmantle:stgusd1",
|
|
2867
|
+
'flow:weth' = "flow:weth",
|
|
2868
|
+
'flow:usdf' = "flow:usdf",
|
|
2869
|
+
'flow:wflow' = "flow:wflow",
|
|
2870
|
+
'mon:usdc' = "mon:usdc",
|
|
2871
|
+
'mon:wmon' = "mon:wmon",
|
|
2872
|
+
'tmon:tmt' = "tmon:tmt",
|
|
2873
|
+
'xdc:usdc' = "xdc:usdc",
|
|
2874
|
+
'xdc:lbt' = "xdc:lbt",
|
|
2875
|
+
'xdc:cre' = "xdc:cre",
|
|
2876
|
+
'xdc:gama' = "xdc:gama",
|
|
2877
|
+
'xdc:audd' = "xdc:audd",
|
|
2878
|
+
'xdc:srx' = "xdc:srx",
|
|
2879
|
+
'xdc:weth' = "xdc:weth",
|
|
2880
|
+
'txdc:tmt' = "txdc:tmt",
|
|
2881
|
+
'thypeevm:usdc' = "thypeevm:usdc",
|
|
2882
|
+
'hypeevm:hwhype' = "hypeevm:hwhype",
|
|
2883
|
+
'hypeevm:usdc' = "hypeevm:usdc",
|
|
2884
|
+
'hypeevm:usdt0' = "hypeevm:usdt0",
|
|
2885
|
+
'jovayeth:jft' = "jovayeth:jft",
|
|
2886
|
+
'jovayeth:usdce' = "jovayeth:usdce",
|
|
2887
|
+
'tjovayeth:tcmn' = "tjovayeth:tcmn",
|
|
2888
|
+
'tjovayeth:usdce' = "tjovayeth:usdce",
|
|
2889
|
+
'okbxlayer:usdg' = "okbxlayer:usdg",
|
|
2890
|
+
'okbxlayer:usdt0' = "okbxlayer:usdt0",
|
|
2891
|
+
'okbxlayer:usdt' = "okbxlayer:usdt",
|
|
2892
|
+
'okbxlayer:usdc' = "okbxlayer:usdc",
|
|
2893
|
+
'tokbxlayer:tzeb' = "tokbxlayer:tzeb",
|
|
2894
|
+
'tip:usdc' = "tip:usdc",
|
|
2895
|
+
'tip:tmt' = "tip:tmt",
|
|
2896
|
+
'ip:aria' = "ip:aria",
|
|
2897
|
+
'megaeth:mega' = "megaeth:mega",
|
|
2898
|
+
'megaeth:weth' = "megaeth:weth",
|
|
2899
|
+
'tmegaeth:tmt' = "tmegaeth:tmt",
|
|
2900
|
+
'tplume:usdc' = "tplume:usdc",
|
|
1202
2901
|
'tarbeth:link' = "tarbeth:link",
|
|
2902
|
+
'tarbeth:xsgd' = "tarbeth:xsgd",
|
|
2903
|
+
'opeth:link' = "opeth:link",
|
|
2904
|
+
'opeth:usdc' = "opeth:usdc",
|
|
2905
|
+
'opeth:usdcv2' = "opeth:usdcv2",
|
|
2906
|
+
'opeth:usdt' = "opeth:usdt",
|
|
2907
|
+
'opeth:op' = "opeth:op",
|
|
2908
|
+
'opeth:exa' = "opeth:exa",
|
|
2909
|
+
'opeth:wld' = "opeth:wld",
|
|
2910
|
+
'opeth:wct' = "opeth:wct",
|
|
2911
|
+
'opeth:spxux' = "opeth:spxux",
|
|
2912
|
+
'opeth:perp' = "opeth:perp",
|
|
2913
|
+
'opeth:flttx' = "opeth:flttx",
|
|
2914
|
+
'opeth:wtsix' = "opeth:wtsix",
|
|
2915
|
+
'opeth:modrx' = "opeth:modrx",
|
|
2916
|
+
'opeth:techx' = "opeth:techx",
|
|
2917
|
+
'opeth:wtsyx' = "opeth:wtsyx",
|
|
2918
|
+
'opeth:wtlgx' = "opeth:wtlgx",
|
|
2919
|
+
'opeth:wttsx' = "opeth:wttsx",
|
|
2920
|
+
'opeth:tipsx' = "opeth:tipsx",
|
|
2921
|
+
'opeth:wtstx' = "opeth:wtstx",
|
|
2922
|
+
'opeth:wtgxx' = "opeth:wtgxx",
|
|
2923
|
+
'opeth:lngvx' = "opeth:lngvx",
|
|
2924
|
+
'opeth:eqtyx' = "opeth:eqtyx",
|
|
2925
|
+
'opeth:cyber' = "opeth:cyber",
|
|
2926
|
+
'opeth:velo' = "opeth:velo",
|
|
2927
|
+
'topeth:terc18dp' = "topeth:terc18dp",
|
|
2928
|
+
'topeth:wct' = "topeth:wct",
|
|
2929
|
+
'zketh:link' = "zketh:link",
|
|
2930
|
+
'tzketh:link' = "tzketh:link",
|
|
2931
|
+
'celo:pact' = "celo:pact",
|
|
2932
|
+
'bera:bgt' = "bera:bgt",
|
|
2933
|
+
'bera:honey' = "bera:honey",
|
|
2934
|
+
'bera:usdc' = "bera:usdc",
|
|
2935
|
+
'bera:ibera' = "bera:ibera",
|
|
2936
|
+
'bera:dolo' = "bera:dolo",
|
|
2937
|
+
'bera:wgbera' = "bera:wgbera",
|
|
2938
|
+
'bera:ir' = "bera:ir",
|
|
2939
|
+
'tbera:bgt' = "tbera:bgt",
|
|
2940
|
+
'tbera:honey' = "tbera:honey",
|
|
2941
|
+
'tbera:usdc' = "tbera:usdc",
|
|
2942
|
+
'tbera:ibera' = "tbera:ibera",
|
|
2943
|
+
'erc721:soneiumtoken' = "erc721:soneiumtoken",
|
|
2944
|
+
'erc1155:soneiumtoken' = "erc1155:soneiumtoken",
|
|
2945
|
+
'tsoneium:test721' = "tsoneium:test721",
|
|
2946
|
+
'tsoneium:test1155' = "tsoneium:test1155",
|
|
2947
|
+
'coredao:stcore' = "coredao:stcore",
|
|
2948
|
+
'tcoredao:stcore' = "tcoredao:stcore",
|
|
2949
|
+
'tcoredao:tlstbtc' = "tcoredao:tlstbtc",
|
|
2950
|
+
'chiliz:acm' = "chiliz:acm",
|
|
2951
|
+
'chiliz:afc' = "chiliz:afc",
|
|
2952
|
+
'chiliz:arg' = "chiliz:arg",
|
|
2953
|
+
'chiliz:asr' = "chiliz:asr",
|
|
2954
|
+
'chiliz:atm' = "chiliz:atm",
|
|
2955
|
+
'chiliz:avl' = "chiliz:avl",
|
|
2956
|
+
'chiliz:bar' = "chiliz:bar",
|
|
2957
|
+
'chiliz:benfica' = "chiliz:benfica",
|
|
2958
|
+
'chiliz:city' = "chiliz:city",
|
|
2959
|
+
'chiliz:gal' = "chiliz:gal",
|
|
2960
|
+
'chiliz:inter' = "chiliz:inter",
|
|
2961
|
+
'chiliz:ita' = "chiliz:ita",
|
|
2962
|
+
'chiliz:juv' = "chiliz:juv",
|
|
2963
|
+
'chiliz:mengo' = "chiliz:mengo",
|
|
2964
|
+
'chiliz:nap' = "chiliz:nap",
|
|
2965
|
+
'chiliz:og' = "chiliz:og",
|
|
2966
|
+
'chiliz:pepper' = "chiliz:pepper",
|
|
2967
|
+
'chiliz:por' = "chiliz:por",
|
|
2968
|
+
'chiliz:psg' = "chiliz:psg",
|
|
2969
|
+
'chiliz:spurs' = "chiliz:spurs",
|
|
2970
|
+
'chiliz:tra' = "chiliz:tra",
|
|
2971
|
+
'world:wld' = "world:wld",
|
|
2972
|
+
'world:usdc' = "world:usdc",
|
|
2973
|
+
'tworld:wld' = "tworld:wld",
|
|
2974
|
+
'tworld:usdc' = "tworld:usdc",
|
|
2975
|
+
'flr:wflr' = "flr:wflr",
|
|
2976
|
+
'tflr:wflr' = "tflr:wflr",
|
|
2977
|
+
'tflr:twc2flr' = "tflr:twc2flr",
|
|
1203
2978
|
ERC721 = "erc721",
|
|
1204
2979
|
ERC1155 = "erc1155",
|
|
1205
2980
|
NONSTANDARD = "nonstandard",
|
|
1206
2981
|
adaTestnetToken = "temporary-placeholder",
|
|
2982
|
+
'sol:bome' = "sol:bome",
|
|
1207
2983
|
'3uejh-usdc' = "3uejh-usdc",
|
|
1208
2984
|
'avax-usdc' = "avax-usdc",
|
|
1209
2985
|
'bop-usdc' = "bop-usdc",
|
|
2986
|
+
'sol:crown' = "sol:crown",
|
|
1210
2987
|
'elu-usdt' = "elu-usdt",
|
|
1211
2988
|
'fida-usdc' = "fida-usdc",
|
|
1212
2989
|
'fida-usdt' = "fida-usdt",
|
|
@@ -1217,6 +2994,7 @@ export declare enum UnderlyingAsset {
|
|
|
1217
2994
|
'msol-sol' = "msol-sol",
|
|
1218
2995
|
'msol-usdc' = "msol-usdc",
|
|
1219
2996
|
'prism-usdc' = "prism-usdc",
|
|
2997
|
+
'sol:pyth' = "sol:pyth",
|
|
1220
2998
|
'rendoge-usdc' = "rendoge-usdc",
|
|
1221
2999
|
'shdw-usdc' = "shdw-usdc",
|
|
1222
3000
|
'sol-wtust' = "sol-wtust",
|
|
@@ -1233,32 +3011,392 @@ export declare enum UnderlyingAsset {
|
|
|
1233
3011
|
'wheth-usdc' = "wheth-usdc",
|
|
1234
3012
|
'wtust-usdt' = "wtust-usdt",
|
|
1235
3013
|
'xcope-usdc' = "xcope-usdc",
|
|
1236
|
-
'
|
|
3014
|
+
'xrp-sollet' = "xrp-sollet",
|
|
3015
|
+
'aury' = "aury",
|
|
3016
|
+
'dio' = "dio",
|
|
3017
|
+
'sol-perp' = "sol-perp",
|
|
3018
|
+
'sol-woo' = "sol-woo",
|
|
3019
|
+
'sol-weth' = "sol-weth",
|
|
3020
|
+
'btc-sollet' = "btc-sollet",
|
|
3021
|
+
'eth-sollet' = "eth-sollet",
|
|
3022
|
+
'sol:bonk' = "sol:bonk",
|
|
3023
|
+
'jto' = "jto",
|
|
3024
|
+
'sol:jto' = "sol:jto",
|
|
3025
|
+
'jup' = "jup",
|
|
3026
|
+
'sol:jup' = "sol:jup",
|
|
3027
|
+
'sol:honey' = "sol:honey",
|
|
3028
|
+
'mobile' = "mobile",
|
|
3029
|
+
'sol:mobile' = "sol:mobile",
|
|
3030
|
+
'wif' = "wif",
|
|
3031
|
+
'sol:wif' = "sol:wif",
|
|
3032
|
+
'natix' = "natix",
|
|
3033
|
+
'sol:natix' = "sol:natix",
|
|
3034
|
+
'sol:ks' = "sol:ks",
|
|
3035
|
+
'sol:apusdt' = "sol:apusdt",
|
|
3036
|
+
'sol:acusd' = "sol:acusd",
|
|
3037
|
+
'sol:solink' = "sol:solink",
|
|
3038
|
+
'sol:soon' = "sol:soon",
|
|
3039
|
+
'sol:wylds' = "sol:wylds",
|
|
3040
|
+
'sol:block' = "sol:block",
|
|
3041
|
+
'sol:render' = "sol:render",
|
|
3042
|
+
'sol:wen' = "sol:wen",
|
|
3043
|
+
'sol:mew' = "sol:mew",
|
|
3044
|
+
'sol:pyusd' = "sol:pyusd",
|
|
3045
|
+
'sol:moveusd' = "sol:moveusd",
|
|
3046
|
+
'sol:dxl' = "sol:dxl",
|
|
3047
|
+
'sol:mother' = "sol:mother",
|
|
3048
|
+
'sol:wrose' = "sol:wrose",
|
|
3049
|
+
'sol:atlas' = "sol:atlas",
|
|
3050
|
+
'sol:mdt' = "sol:mdt",
|
|
3051
|
+
'sol:io' = "sol:io",
|
|
3052
|
+
'sol:aave' = "sol:aave",
|
|
3053
|
+
'sol:ldo' = "sol:ldo",
|
|
3054
|
+
'sol:gt' = "sol:gt",
|
|
3055
|
+
'sol:popcat' = "sol:popcat",
|
|
3056
|
+
'sol:axs' = "sol:axs",
|
|
3057
|
+
'sol:sand' = "sol:sand",
|
|
3058
|
+
'sol:ens' = "sol:ens",
|
|
3059
|
+
'sol:enron' = "sol:enron",
|
|
3060
|
+
'sol:jitosol' = "sol:jitosol",
|
|
3061
|
+
'sol:zeus' = "sol:zeus",
|
|
3062
|
+
'sol:kmno' = "sol:kmno",
|
|
3063
|
+
'sol:giga' = "sol:giga",
|
|
3064
|
+
'sol:tnsr' = "sol:tnsr",
|
|
3065
|
+
'sol:ssol' = "sol:ssol",
|
|
3066
|
+
'sol:drift' = "sol:drift",
|
|
3067
|
+
'sol:spx' = "sol:spx",
|
|
3068
|
+
'sol:turbo' = "sol:turbo",
|
|
3069
|
+
'sol:fartcoin' = "sol:fartcoin",
|
|
3070
|
+
'sol:swarms' = "sol:swarms",
|
|
3071
|
+
'sol:nc' = "sol:nc",
|
|
3072
|
+
'sol:tai' = "sol:tai",
|
|
3073
|
+
'sol:pengu' = "sol:pengu",
|
|
3074
|
+
'sol:corn' = "sol:corn",
|
|
3075
|
+
'sol:yes' = "sol:yes",
|
|
3076
|
+
'sol:ai16z' = "sol:ai16z",
|
|
3077
|
+
'sol:pnut' = "sol:pnut",
|
|
3078
|
+
'sol:nyan' = "sol:nyan",
|
|
3079
|
+
'sol:fight' = "sol:fight",
|
|
3080
|
+
'sol:wet' = "sol:wet",
|
|
3081
|
+
'sol:meta' = "sol:meta",
|
|
3082
|
+
'sol:portals' = "sol:portals",
|
|
3083
|
+
'sol:virtual' = "sol:virtual",
|
|
3084
|
+
'sol:zerebro' = "sol:zerebro",
|
|
3085
|
+
'sol:arc' = "sol:arc",
|
|
3086
|
+
'sol:nos' = "sol:nos",
|
|
3087
|
+
'sol:jlp' = "sol:jlp",
|
|
3088
|
+
'sol:grass' = "sol:grass",
|
|
3089
|
+
'sol:trump' = "sol:trump",
|
|
3090
|
+
'sol:melania' = "sol:melania",
|
|
3091
|
+
'sol:ustry' = "sol:ustry",
|
|
3092
|
+
'sol:eurob' = "sol:eurob",
|
|
3093
|
+
'sol:tesouro' = "sol:tesouro",
|
|
3094
|
+
'sol:cetes' = "sol:cetes",
|
|
3095
|
+
'sol:gilts' = "sol:gilts",
|
|
3096
|
+
'sol:muskit' = "sol:muskit",
|
|
3097
|
+
'sol:matrix' = "sol:matrix",
|
|
3098
|
+
'sol:eurcv' = "sol:eurcv",
|
|
3099
|
+
'sol:layer' = "sol:layer",
|
|
3100
|
+
'sol:rock' = "sol:rock",
|
|
3101
|
+
'sol:dood' = "sol:dood",
|
|
3102
|
+
'sol:sb' = "sol:sb",
|
|
3103
|
+
'sol:dfdvsol' = "sol:dfdvsol",
|
|
3104
|
+
'sol:chillguy' = "sol:chillguy",
|
|
3105
|
+
'sol:moodeng' = "sol:moodeng",
|
|
3106
|
+
'sol:hsol' = "sol:hsol",
|
|
3107
|
+
'sol:grph' = "sol:grph",
|
|
3108
|
+
'sol:superbonds' = "sol:superbonds",
|
|
3109
|
+
'sol:would' = "sol:would",
|
|
3110
|
+
'sol:dog' = "sol:dog",
|
|
3111
|
+
'sol:dont' = "sol:dont",
|
|
3112
|
+
'sol:saros' = "sol:saros",
|
|
3113
|
+
'sol:babydoge' = "sol:babydoge",
|
|
3114
|
+
'sol:useless' = "sol:useless",
|
|
3115
|
+
'sol:gohome' = "sol:gohome",
|
|
3116
|
+
'sol:aura' = "sol:aura",
|
|
3117
|
+
'sol:me' = "sol:me",
|
|
3118
|
+
'sol:alch' = "sol:alch",
|
|
3119
|
+
'sol:launchcoin' = "sol:launchcoin",
|
|
3120
|
+
'sol:stik' = "sol:stik",
|
|
3121
|
+
'sol:chill' = "sol:chill",
|
|
3122
|
+
'sol:zbcn' = "sol:zbcn",
|
|
3123
|
+
'sol:benji' = "sol:benji",
|
|
3124
|
+
'sol:dupe' = "sol:dupe",
|
|
3125
|
+
'sol:tank' = "sol:tank",
|
|
3126
|
+
'sol:grift' = "sol:grift",
|
|
3127
|
+
'sol:usdk' = "sol:usdk",
|
|
3128
|
+
'sol:usdky' = "sol:usdky",
|
|
3129
|
+
'sol:wave' = "sol:wave",
|
|
3130
|
+
'sol:usdcv' = "sol:usdcv",
|
|
3131
|
+
'sol:2z' = "sol:2z",
|
|
3132
|
+
'sol:cloud' = "sol:cloud",
|
|
3133
|
+
'sol:eliza' = "sol:eliza",
|
|
3134
|
+
'sol:eurc' = "sol:eurc",
|
|
3135
|
+
'sol:dynosol' = "sol:dynosol",
|
|
3136
|
+
'sol:cipher' = "sol:cipher",
|
|
3137
|
+
'sol:bio' = "sol:bio",
|
|
3138
|
+
'sol:rekt' = "sol:rekt",
|
|
3139
|
+
'sol:xyo' = "sol:xyo",
|
|
3140
|
+
'sol:zig' = "sol:zig",
|
|
3141
|
+
'sol:xsgd' = "sol:xsgd",
|
|
3142
|
+
'sol:straitxusd' = "sol:straitxusd",
|
|
3143
|
+
'sol:usx' = "sol:usx",
|
|
3144
|
+
'sol:rksol' = "sol:rksol",
|
|
3145
|
+
'sol:usda1' = "sol:usda1",
|
|
3146
|
+
'sol:ponke' = "sol:ponke",
|
|
3147
|
+
'sol:jellyjelly' = "sol:jellyjelly",
|
|
3148
|
+
'sol:yu' = "sol:yu",
|
|
3149
|
+
'sol:met' = "sol:met",
|
|
3150
|
+
'sol:white' = "sol:white",
|
|
3151
|
+
'sol:yzy' = "sol:yzy",
|
|
3152
|
+
'sol:wild' = "sol:wild",
|
|
3153
|
+
'sol:npc' = "sol:npc",
|
|
3154
|
+
'sol:aix' = "sol:aix",
|
|
3155
|
+
'sol:troll' = "sol:troll",
|
|
3156
|
+
'sol:ban' = "sol:ban",
|
|
3157
|
+
'sol:dbr' = "sol:dbr",
|
|
3158
|
+
'sol:bless' = "sol:bless",
|
|
3159
|
+
'sol:cpool' = "sol:cpool",
|
|
3160
|
+
'sol:home' = "sol:home",
|
|
3161
|
+
'sol:oob' = "sol:oob",
|
|
3162
|
+
'sol:xnet' = "sol:xnet",
|
|
3163
|
+
'sol:xnetv2' = "sol:xnetv2",
|
|
3164
|
+
'sol:prcl' = "sol:prcl",
|
|
3165
|
+
'sol:asp' = "sol:asp",
|
|
3166
|
+
'sol:skr' = "sol:skr",
|
|
3167
|
+
'sol:bmt' = "sol:bmt",
|
|
3168
|
+
'sol:huma' = "sol:huma",
|
|
3169
|
+
'sol:prime' = "sol:prime",
|
|
3170
|
+
'sol:kwyld-usdc' = "sol:kwyld-usdc",
|
|
3171
|
+
'sol:kprme-cash' = "sol:kprme-cash",
|
|
3172
|
+
'sol:kwyld-cash' = "sol:kwyld-cash",
|
|
3173
|
+
'tsol:txsgd' = "sol:txsgd",
|
|
3174
|
+
'tsol:txusd' = "sol:txusd",
|
|
3175
|
+
'trx:htx' = "trx:htx",
|
|
3176
|
+
'trx:jst' = "trx:jst",
|
|
3177
|
+
'trx:tusd' = "trx:tusd",
|
|
3178
|
+
'trx:win' = "trx:win",
|
|
3179
|
+
'trx:btt' = "trx:btt",
|
|
3180
|
+
'trx:usdd' = "trx:usdd",
|
|
3181
|
+
'trx:usdt' = "trx:usdt",
|
|
3182
|
+
'trx:usd1' = "trx:usd1",
|
|
3183
|
+
'trx:nft' = "trx:nft",
|
|
3184
|
+
'trx:trxs' = "trx:trxs",
|
|
3185
|
+
'ttrx:usdt' = "ttrx:usdt",
|
|
3186
|
+
'ttrx:usd1' = "ttrx:usd1",
|
|
3187
|
+
'ttrx:stgusd1' = "ttrx:stgusd1",
|
|
3188
|
+
'txrp:tst-rP9jPyP5kyvFRb6ZiRghAGw5u8SGAmU4bd' = "txrp:tst-rP9jPyP5kyvFRb6ZiRghAGw5u8SGAmU4bd",
|
|
3189
|
+
'xrp:rlusd' = "xrp:rlusd",
|
|
3190
|
+
'txrp:rlusd' = "txrp:rlusd",
|
|
3191
|
+
'txrp:xat' = "txrp:xat",
|
|
3192
|
+
'xrp:tbill' = "xrp:tbill",
|
|
3193
|
+
'xrp:xsgd' = "xrp:xsgd",
|
|
3194
|
+
'xrp:veur' = "xrp:veur",
|
|
3195
|
+
'xrp:vchf' = "xrp:vchf",
|
|
3196
|
+
'xrp:vgbp' = "xrp:vgbp",
|
|
3197
|
+
'xrp:solo' = "xrp:solo",
|
|
3198
|
+
'xrp:usdc' = "xrp:usdc",
|
|
3199
|
+
'xrp:eurcv' = "xrp:eurcv",
|
|
3200
|
+
'xrp:aau' = "xrp:aau",
|
|
3201
|
+
'xrp:fiuaxrp' = "xrp:fiuaxrp",
|
|
3202
|
+
'txrp:xsgd' = "txrp:xsgd",
|
|
3203
|
+
'sui:deep' = "sui:deep",
|
|
3204
|
+
'sui:suins' = "sui:suins",
|
|
3205
|
+
'sui:suiusde' = "sui:suiusde",
|
|
3206
|
+
'sui:fdusd' = "sui:fdusd",
|
|
3207
|
+
'sui:usdc' = "sui:usdc",
|
|
3208
|
+
'sui:wusdc' = "sui:wusdc",
|
|
3209
|
+
'sui:sca' = "sui:sca",
|
|
3210
|
+
'sui:times' = "sui:times",
|
|
3211
|
+
'sui:fud' = "sui:fud",
|
|
3212
|
+
'sui:haedal' = "sui:haedal",
|
|
3213
|
+
'sui:afsui' = "sui:afsui",
|
|
3214
|
+
'sui:navx' = "sui:navx",
|
|
3215
|
+
'sui:vsui' = "sui:vsui",
|
|
3216
|
+
'sui:send' = "sui:send",
|
|
3217
|
+
'sui:cetus' = "sui:cetus",
|
|
3218
|
+
'sui:wal' = "sui:wal",
|
|
3219
|
+
'sui:xmn' = "sui:xmn",
|
|
3220
|
+
'sui:xaum' = "sui:xaum",
|
|
3221
|
+
'sui:alkimi' = "sui:alkimi",
|
|
3222
|
+
'sui:dmc' = "sui:dmc",
|
|
3223
|
+
'sui:mmt' = "sui:mmt",
|
|
3224
|
+
'sui:usdsui' = "sui:usdsui",
|
|
3225
|
+
'sui:blue' = "sui:blue",
|
|
3226
|
+
'tsui:deep' = "tsui:deep",
|
|
3227
|
+
'tsui:wal' = "tsui:wal",
|
|
3228
|
+
'apt:usd1' = "apt:usd1",
|
|
3229
|
+
'apt:usdt' = "apt:usdt",
|
|
3230
|
+
'apt:usdc' = "apt:usdc",
|
|
3231
|
+
'apt:pact' = "apt:pact",
|
|
3232
|
+
'apt:benji' = "apt:benji",
|
|
3233
|
+
'apt:lsd' = "apt:lsd",
|
|
3234
|
+
'apt:kgen' = "apt:kgen",
|
|
3235
|
+
'apt:scf1' = "apt:scf1",
|
|
3236
|
+
'apt:h00ts' = "apt:h00ts",
|
|
3237
|
+
'tapt:stgusd1' = "tapt:stgusd1",
|
|
3238
|
+
'tapt:usd1' = "tapt:usd1",
|
|
3239
|
+
'tapt:usdt' = "tapt:usdt",
|
|
3240
|
+
'tapt:nftcollection1' = "tapt:nftcollection1",
|
|
3241
|
+
'tapt:beta3loanbook' = "tapt:beta3loanbook",
|
|
3242
|
+
'stx:sbtc' = "stx:sbtc",
|
|
3243
|
+
'stx:ststx' = "stx:ststx",
|
|
3244
|
+
'stx:alex' = "stx:alex",
|
|
3245
|
+
'stx:aeusdc' = "stx:aeusdc",
|
|
3246
|
+
'stx:usdh' = "stx:usdh",
|
|
3247
|
+
'stx:susdh' = "stx:susdh",
|
|
3248
|
+
'stx:welsh' = "stx:welsh",
|
|
3249
|
+
'tstx:tsbtc' = "tstx:tsbtc",
|
|
3250
|
+
'tstx:tsip6dp' = "tstx:tsip6dp",
|
|
3251
|
+
'tstx:tsip8dp' = "tstx:tsip8dp",
|
|
3252
|
+
'ttao:apex' = "ttao:apex",
|
|
3253
|
+
'ttao:onion' = "ttao:onion",
|
|
3254
|
+
'ttao:templar' = "ttao:templar",
|
|
3255
|
+
'ttao:targon' = "ttao:targon",
|
|
3256
|
+
'tpolyx:nvbitgot' = "tpolyx:nvbitgot",
|
|
3257
|
+
'tpolyx:RAND176TM' = "tpolyx:RAND176TM",
|
|
3258
|
+
'tpolyx:WEBINRASSET3' = "tpolyx:WEBINRASSET3",
|
|
3259
|
+
'tpolyx:WEBINRASSET4' = "tpolyx:WEBINRASSET4",
|
|
3260
|
+
'tpolyx:WEBINRASSET5' = "tpolyx:WEBINRASSET5",
|
|
3261
|
+
'tpolyx:WEBINRASSET6' = "tpolyx:WEBINRASSET6",
|
|
3262
|
+
'tpolyx:WEBINRASSET7' = "tpolyx:WEBINRASSET7",
|
|
3263
|
+
'tpolyx:BULLRWA' = "tpolyx:BULLRWA",
|
|
3264
|
+
'tpolyx:0x4a002922d38b8a7f87484b9c65a7ca0c' = "tpolyx:0x4a002922d38b8a7f87484b9c65a7ca0c",
|
|
3265
|
+
'tpolyx:0x753b5a2cb97c83e8b1bd66ed6643e4e9' = "tpolyx:0x753b5a2cb97c83e8b1bd66ed6643e4e9",
|
|
3266
|
+
'polyx:0xa0ce6bc4c60981e08eca6504656c99e6' = "polyx:0xa0ce6bc4c60981e08eca6504656c99e6",
|
|
3267
|
+
'polyx:TEST-TOKEN-1' = "polyx:TEST-TOKEN-1",
|
|
3268
|
+
'hbar:karate' = "hbar:karate",
|
|
3269
|
+
'hbar:sauce' = "hbar:sauce",
|
|
3270
|
+
'hbar:dovu' = "hbar:dovu",
|
|
3271
|
+
'hbar:pack' = "hbar:pack",
|
|
3272
|
+
'hbar:jam' = "hbar:jam",
|
|
3273
|
+
'hbar:berry' = "hbar:berry",
|
|
3274
|
+
'hbar:bonzo' = "hbar:bonzo",
|
|
3275
|
+
'hbar:co2e' = "hbar:co2e",
|
|
3276
|
+
'hbar:hsuite' = "hbar:hsuite",
|
|
3277
|
+
'hbar:usdc' = "hbar:usdc",
|
|
3278
|
+
'thbar:txsgd' = "thbar:txsgd",
|
|
3279
|
+
'thbarevm:hbarnativetoken' = "thbarevm:hbarnativetoken",
|
|
3280
|
+
'thbarevm:tmt' = "thbarevm:tmt",
|
|
3281
|
+
'thbarevm:tnt' = "thbarevm:tnt",
|
|
3282
|
+
'near:usdc' = "near:usdc",
|
|
3283
|
+
'near:usdt' = "near:usdt",
|
|
3284
|
+
'near:mpdao' = "near:mpdao",
|
|
3285
|
+
'near:stnear' = "near:stnear",
|
|
3286
|
+
'tnear:tnep24dp' = "tnear:tnep24dp",
|
|
3287
|
+
'tnear:usdc' = "tnear:usdc",
|
|
3288
|
+
'tnear:stnear' = "tnear:stnear",
|
|
3289
|
+
'vet:vtho' = "vet:vtho",
|
|
3290
|
+
'tvet:vtho' = "tvet:vtho",
|
|
3291
|
+
'vet:sdt' = "vet:sdt",
|
|
3292
|
+
'tvet:sdt' = "tvet:sdt",
|
|
3293
|
+
'hash:ylds' = "hash:ylds",
|
|
3294
|
+
'hash:figr' = "hash:figr",
|
|
3295
|
+
'thash:ylds' = "thash:ylds",
|
|
3296
|
+
'thash:tfigr' = "thash:tfigr",
|
|
3297
|
+
'ton:usdt' = "ton:usdt",
|
|
3298
|
+
'ton:usde' = "ton:usde",
|
|
3299
|
+
'ton:not' = "ton:not",
|
|
3300
|
+
'ton:cati' = "ton:cati",
|
|
3301
|
+
'ton:dogs' = "ton:dogs",
|
|
3302
|
+
'ton:ston' = "ton:ston",
|
|
3303
|
+
'tton:ukwny-us' = "tton:ukwny-us",
|
|
3304
|
+
'eth:0x0' = "eth:0x0",
|
|
3305
|
+
'eth:vvs' = "eth:vvs",
|
|
3306
|
+
'eth:bmx' = "eth:bmx",
|
|
3307
|
+
'eth:pro' = "eth:pro",
|
|
3308
|
+
'eth:prime' = "eth:prime",
|
|
3309
|
+
'eth:pokt' = "eth:pokt",
|
|
3310
|
+
'eth:lon' = "eth:lon",
|
|
3311
|
+
'eth:rlb' = "eth:rlb",
|
|
3312
|
+
'eth:neiro2' = "eth:neiro2",
|
|
3313
|
+
'eth:sign' = "eth:sign",
|
|
3314
|
+
'eth:vsn' = "eth:vsn",
|
|
3315
|
+
'eth:shx' = "eth:shx",
|
|
3316
|
+
'eth:slay' = "eth:slay",
|
|
3317
|
+
'eth:mxnb' = "eth:mxnb",
|
|
3318
|
+
'eth:hwhlp' = "eth:hwhlp",
|
|
3319
|
+
'eth:mxnd' = "eth:mxnd",
|
|
3320
|
+
'eth:bio' = "eth:bio",
|
|
3321
|
+
'eth:prove' = "eth:prove",
|
|
3322
|
+
'eth:zrc' = "eth:zrc",
|
|
3323
|
+
'eth:open' = "eth:open",
|
|
3324
|
+
'eth:mbg' = "eth:mbg",
|
|
3325
|
+
'eth:rekt' = "eth:rekt",
|
|
3326
|
+
'eth:audx' = "eth:audx",
|
|
3327
|
+
'eth:chfau' = "eth:chfau",
|
|
3328
|
+
'eth:dxi' = "eth:dxi",
|
|
3329
|
+
'eth:apxusd' = "eth:apxusd",
|
|
3330
|
+
'eth:q' = "eth:q",
|
|
3331
|
+
'eth:shvon' = "eth:shvon",
|
|
3332
|
+
'eth:pt-cusdo-28may2026' = "eth:pt-cusdo-28may2026",
|
|
3333
|
+
'eth:usd1cx' = "eth:usd1cx",
|
|
3334
|
+
'eth:ctusd1cx' = "eth:ctusd1cx",
|
|
3335
|
+
'eth:nom' = "eth:nom",
|
|
3336
|
+
'eth:kite' = "eth:kite",
|
|
3337
|
+
'eth:sahara' = "eth:sahara",
|
|
3338
|
+
'eth:epic' = "eth:epic",
|
|
3339
|
+
'eth:el' = "eth:el",
|
|
3340
|
+
'eth:kernel' = "eth:kernel",
|
|
3341
|
+
'eth:tree' = "eth:tree",
|
|
3342
|
+
'eth:zkc' = "eth:zkc",
|
|
3343
|
+
'tada:water' = "tada:water",
|
|
3344
|
+
'tada:tusda' = "tada:tusda",
|
|
3345
|
+
'ada:min' = "ada:min",
|
|
3346
|
+
'ada:snek' = "ada:snek",
|
|
3347
|
+
'ada:wmtx' = "ada:wmtx",
|
|
3348
|
+
'ada:iag' = "ada:iag",
|
|
3349
|
+
'ada:djed' = "ada:djed",
|
|
3350
|
+
'ada:usda' = "ada:usda",
|
|
3351
|
+
'ada:night' = "ada:night",
|
|
3352
|
+
'ada:usdcx' = "ada:usdcx",
|
|
3353
|
+
'ada:lcc' = "ada:lcc",
|
|
3354
|
+
'ada:awlf' = "ada:awlf",
|
|
3355
|
+
'ada:asnek' = "ada:asnek",
|
|
3356
|
+
'tcanton:testcoin1' = "tcanton:testcoin1",
|
|
3357
|
+
'tcanton:testtoken' = "tcanton:testtoken",
|
|
3358
|
+
'canton:usdcx' = "canton:usdcx",
|
|
3359
|
+
'canton:cbtc' = "canton:cbtc",
|
|
3360
|
+
'canton:usdxlr' = "canton:usdxlr",
|
|
3361
|
+
'tempo:pathusd' = "tempo:pathusd",
|
|
3362
|
+
'tempo:usdc' = "tempo:usdc",
|
|
3363
|
+
'ttempo:pathusd' = "ttempo:pathusd",
|
|
3364
|
+
'ttempo:alphausd' = "ttempo:alphausd",
|
|
3365
|
+
'ttempo:betausd' = "ttempo:betausd",
|
|
3366
|
+
'ttempo:thetausd' = "ttempo:thetausd",
|
|
3367
|
+
AED = "aed",
|
|
3368
|
+
EUR = "eur",
|
|
3369
|
+
GBP = "gbp",
|
|
3370
|
+
INR = "inr",
|
|
3371
|
+
SGD = "sgd",
|
|
3372
|
+
USD = "usd"
|
|
1237
3373
|
}
|
|
1238
3374
|
/**
|
|
1239
3375
|
* This is the curve BitGo signs against with the user, backup and BitGo key.
|
|
1240
3376
|
*/
|
|
1241
3377
|
export declare enum KeyCurve {
|
|
1242
3378
|
Secp256k1 = "secp256k1",
|
|
1243
|
-
Ed25519 = "ed25519"
|
|
1244
|
-
BLS = "bls"
|
|
3379
|
+
Ed25519 = "ed25519"
|
|
1245
3380
|
}
|
|
1246
3381
|
/**
|
|
1247
3382
|
* This enum contains the base units for the coins that BitGo supports
|
|
1248
3383
|
*/
|
|
1249
3384
|
export declare enum BaseUnit {
|
|
1250
|
-
ATOM = "
|
|
3385
|
+
ATOM = "uatom",
|
|
3386
|
+
APT = "octa",
|
|
1251
3387
|
ETH = "wei",
|
|
3388
|
+
BABY = "ubbn",
|
|
1252
3389
|
BTC = "satoshi",
|
|
1253
3390
|
BSC = "jager",
|
|
1254
3391
|
XLM = "stroop",
|
|
1255
3392
|
TRX = "sun",
|
|
1256
3393
|
HBAR = "tinybar",
|
|
1257
3394
|
ALGO = "microAlgo",
|
|
1258
|
-
EOS = "eos"
|
|
3395
|
+
EOS = "eos",// eos has no base unit. smallest amount in eos is 4 decimals
|
|
1259
3396
|
SOL = "lamport",
|
|
1260
3397
|
ADA = "lovelace",
|
|
1261
3398
|
USD = "USD",
|
|
3399
|
+
LNBTC = "millisatoshi",
|
|
1262
3400
|
LTC = "microlitecoins",
|
|
1263
3401
|
DASH = "duff",
|
|
1264
3402
|
ZEC = "zatoshi",
|
|
@@ -1278,12 +3416,27 @@ export declare enum BaseUnit {
|
|
|
1278
3416
|
BLD = "ubld",
|
|
1279
3417
|
SEI = "usei",
|
|
1280
3418
|
INJECTIVE = "inj",
|
|
3419
|
+
IOTA = "iota",
|
|
1281
3420
|
ZETA = "azeta",
|
|
1282
|
-
|
|
3421
|
+
KAVACOSMOS = "ukava",
|
|
3422
|
+
DYDX = "adydx",
|
|
1283
3423
|
COREUM = "ucore",
|
|
1284
|
-
TCOREUM = "utestcore"
|
|
1285
|
-
|
|
1286
|
-
|
|
3424
|
+
TCOREUM = "utestcore",// Coreum testnet uses different name for native coin
|
|
3425
|
+
ISLM = "aISLM",
|
|
3426
|
+
RUNE = "rune",
|
|
3427
|
+
TAO = "rao",
|
|
3428
|
+
ICP = "e8s",
|
|
3429
|
+
MANTRA = "uom",
|
|
3430
|
+
POLYX = "micropolyx",
|
|
3431
|
+
CRONOS = "basecro",
|
|
3432
|
+
FETCHAI = "afet",
|
|
3433
|
+
INITIA = "uinit",
|
|
3434
|
+
ASI = "afet",
|
|
3435
|
+
VET = "wei",
|
|
3436
|
+
TCRONOS = "basetcro",
|
|
3437
|
+
TASI = "atestfet",
|
|
3438
|
+
CANTON = "canton",
|
|
3439
|
+
USDC = "usdc"
|
|
1287
3440
|
}
|
|
1288
3441
|
export interface BaseCoinConstructorOptions {
|
|
1289
3442
|
id: string;
|
|
@@ -1292,6 +3445,7 @@ export interface BaseCoinConstructorOptions {
|
|
|
1292
3445
|
alias?: string;
|
|
1293
3446
|
prefix?: string;
|
|
1294
3447
|
suffix?: string;
|
|
3448
|
+
denom?: string;
|
|
1295
3449
|
baseUnit: string;
|
|
1296
3450
|
kind: CoinKind;
|
|
1297
3451
|
isToken: boolean;
|
|
@@ -1302,11 +3456,15 @@ export interface BaseCoinConstructorOptions {
|
|
|
1302
3456
|
primaryKeyCurve: KeyCurve;
|
|
1303
3457
|
}
|
|
1304
3458
|
export declare abstract class BaseCoin {
|
|
3459
|
+
/**
|
|
3460
|
+
* random uuid for a coin
|
|
3461
|
+
*/
|
|
1305
3462
|
readonly id: string;
|
|
1306
3463
|
readonly fullName: string;
|
|
1307
3464
|
readonly name: string;
|
|
1308
3465
|
readonly prefix?: string;
|
|
1309
3466
|
readonly suffix?: string;
|
|
3467
|
+
readonly denom?: string;
|
|
1310
3468
|
readonly baseUnit: string;
|
|
1311
3469
|
readonly alias?: string;
|
|
1312
3470
|
readonly kind: CoinKind;
|
|
@@ -1343,5 +3501,12 @@ export declare abstract class BaseCoin {
|
|
|
1343
3501
|
*/
|
|
1344
3502
|
private validateOptions;
|
|
1345
3503
|
protected constructor(options: BaseCoinConstructorOptions);
|
|
3504
|
+
/**
|
|
3505
|
+
* Returns features from a base feature set, excluding specified features
|
|
3506
|
+
* @param excludedFeatures Array of features to exclude
|
|
3507
|
+
* @param baseFeatures Base feature array to filter from (optional)
|
|
3508
|
+
* @returns Filtered array of features
|
|
3509
|
+
*/
|
|
3510
|
+
static getFeaturesByTypeExcluding(excludedFeatures: CoinFeature[], baseFeatures?: CoinFeature[]): CoinFeature[];
|
|
1346
3511
|
}
|
|
1347
3512
|
//# sourceMappingURL=base.d.ts.map
|