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