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