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