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