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