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