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