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