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