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