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