@bitgo-beta/statics 15.1.1-beta.187 → 15.1.1-beta.1870

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