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