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