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