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