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