@0xtorch/core 0.0.15 → 0.0.17

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 (302) hide show
  1. package/_cjs/actions/index.js +3 -1
  2. package/_cjs/actions/index.js.map +1 -1
  3. package/_cjs/actions/parsers/borrow/borrow.js +1 -0
  4. package/_cjs/actions/parsers/borrow/borrow.js.map +1 -1
  5. package/_cjs/actions/parsers/borrow/borrowWithDebt.js +1 -0
  6. package/_cjs/actions/parsers/borrow/borrowWithDebt.js.map +1 -1
  7. package/_cjs/actions/parsers/crossReplace/bridgeFrom.js +1 -0
  8. package/_cjs/actions/parsers/crossReplace/bridgeFrom.js.map +1 -1
  9. package/_cjs/actions/parsers/crossReplace/bridgeTo.js +1 -0
  10. package/_cjs/actions/parsers/crossReplace/bridgeTo.js.map +1 -1
  11. package/_cjs/actions/parsers/crossReplace/crossReplace.js +1 -0
  12. package/_cjs/actions/parsers/crossReplace/crossReplace.js.map +1 -1
  13. package/_cjs/actions/parsers/crossTrade/crossTrade.js +1 -0
  14. package/_cjs/actions/parsers/crossTrade/crossTrade.js.map +1 -1
  15. package/_cjs/actions/parsers/deposit/addLiquidity.js +1 -0
  16. package/_cjs/actions/parsers/deposit/addLiquidity.js.map +1 -1
  17. package/_cjs/actions/parsers/deposit/deposit.js +1 -0
  18. package/_cjs/actions/parsers/deposit/deposit.js.map +1 -1
  19. package/_cjs/actions/parsers/deposit/depositWithBond.js +1 -0
  20. package/_cjs/actions/parsers/deposit/depositWithBond.js.map +1 -1
  21. package/_cjs/actions/parsers/deposit/stake.js +1 -0
  22. package/_cjs/actions/parsers/deposit/stake.js.map +1 -1
  23. package/_cjs/actions/parsers/fee/fee.js +2 -0
  24. package/_cjs/actions/parsers/fee/fee.js.map +1 -1
  25. package/_cjs/actions/parsers/fee/transactionFee.js +1 -0
  26. package/_cjs/actions/parsers/fee/transactionFee.js.map +1 -1
  27. package/_cjs/actions/parsers/ignore/approve.js +1 -0
  28. package/_cjs/actions/parsers/ignore/approve.js.map +1 -1
  29. package/_cjs/actions/parsers/ignore/failTx.js +1 -0
  30. package/_cjs/actions/parsers/ignore/failTx.js.map +1 -1
  31. package/_cjs/actions/parsers/ignore/revoke.js +1 -0
  32. package/_cjs/actions/parsers/ignore/revoke.js.map +1 -1
  33. package/_cjs/actions/parsers/ignore/spam.js +1 -0
  34. package/_cjs/actions/parsers/ignore/spam.js.map +1 -1
  35. package/_cjs/actions/parsers/income/atomicArbitrage.js +3 -0
  36. package/_cjs/actions/parsers/income/atomicArbitrage.js.map +1 -1
  37. package/_cjs/actions/parsers/income/freeMintNft.js +1 -0
  38. package/_cjs/actions/parsers/income/freeMintNft.js.map +1 -1
  39. package/_cjs/actions/parsers/income/income.js +1 -0
  40. package/_cjs/actions/parsers/income/income.js.map +1 -1
  41. package/_cjs/actions/parsers/repayment/repayment.js +1 -0
  42. package/_cjs/actions/parsers/repayment/repayment.js.map +1 -1
  43. package/_cjs/actions/parsers/repayment/repaymentWithDebt.js +1 -0
  44. package/_cjs/actions/parsers/repayment/repaymentWithDebt.js.map +1 -1
  45. package/_cjs/actions/parsers/replace/replace.js +1 -0
  46. package/_cjs/actions/parsers/replace/replace.js.map +1 -1
  47. package/_cjs/actions/parsers/replace/swapNft.js +1 -0
  48. package/_cjs/actions/parsers/replace/swapNft.js.map +1 -1
  49. package/_cjs/actions/parsers/replace/unwrap.js +1 -0
  50. package/_cjs/actions/parsers/replace/unwrap.js.map +1 -1
  51. package/_cjs/actions/parsers/replace/wrap.js +1 -0
  52. package/_cjs/actions/parsers/replace/wrap.js.map +1 -1
  53. package/_cjs/actions/parsers/trade/buyCrypto.js +2 -0
  54. package/_cjs/actions/parsers/trade/buyCrypto.js.map +1 -1
  55. package/_cjs/actions/parsers/trade/buyNft.js +5 -0
  56. package/_cjs/actions/parsers/trade/buyNft.js.map +1 -1
  57. package/_cjs/actions/parsers/trade/mintNft.js +3 -0
  58. package/_cjs/actions/parsers/trade/mintNft.js.map +1 -1
  59. package/_cjs/actions/parsers/trade/sellCrypto.js +2 -0
  60. package/_cjs/actions/parsers/trade/sellCrypto.js.map +1 -1
  61. package/_cjs/actions/parsers/trade/sellNft.js +5 -0
  62. package/_cjs/actions/parsers/trade/sellNft.js.map +1 -1
  63. package/_cjs/actions/parsers/trade/trade.js +8 -0
  64. package/_cjs/actions/parsers/trade/trade.js.map +1 -1
  65. package/_cjs/actions/parsers/valuedown/valuedown.js +1 -0
  66. package/_cjs/actions/parsers/valuedown/valuedown.js.map +1 -1
  67. package/_cjs/actions/parsers/valueup/valueup.js +1 -0
  68. package/_cjs/actions/parsers/valueup/valueup.js.map +1 -1
  69. package/_cjs/actions/parsers/withdraw/removeLiquidity.js +1 -0
  70. package/_cjs/actions/parsers/withdraw/removeLiquidity.js.map +1 -1
  71. package/_cjs/actions/parsers/withdraw/unstake.js +1 -0
  72. package/_cjs/actions/parsers/withdraw/unstake.js.map +1 -1
  73. package/_cjs/actions/parsers/withdraw/withdraw.js +1 -0
  74. package/_cjs/actions/parsers/withdraw/withdraw.js.map +1 -1
  75. package/_cjs/actions/parsers/withdraw/withdrawWithBond.js +1 -0
  76. package/_cjs/actions/parsers/withdraw/withdrawWithBond.js.map +1 -1
  77. package/_cjs/actions/utils.js +1318 -1
  78. package/_cjs/actions/utils.js.map +1 -1
  79. package/_cjs/index.js +3 -1
  80. package/_cjs/index.js.map +1 -1
  81. package/_esm/actions/index.js +1 -1
  82. package/_esm/actions/index.js.map +1 -1
  83. package/_esm/actions/parsers/borrow/borrow.js +1 -0
  84. package/_esm/actions/parsers/borrow/borrow.js.map +1 -1
  85. package/_esm/actions/parsers/borrow/borrowWithDebt.js +1 -0
  86. package/_esm/actions/parsers/borrow/borrowWithDebt.js.map +1 -1
  87. package/_esm/actions/parsers/crossReplace/bridgeFrom.js +1 -0
  88. package/_esm/actions/parsers/crossReplace/bridgeFrom.js.map +1 -1
  89. package/_esm/actions/parsers/crossReplace/bridgeTo.js +1 -0
  90. package/_esm/actions/parsers/crossReplace/bridgeTo.js.map +1 -1
  91. package/_esm/actions/parsers/crossReplace/crossReplace.js +1 -0
  92. package/_esm/actions/parsers/crossReplace/crossReplace.js.map +1 -1
  93. package/_esm/actions/parsers/crossTrade/crossTrade.js +1 -0
  94. package/_esm/actions/parsers/crossTrade/crossTrade.js.map +1 -1
  95. package/_esm/actions/parsers/deposit/addLiquidity.js +1 -0
  96. package/_esm/actions/parsers/deposit/addLiquidity.js.map +1 -1
  97. package/_esm/actions/parsers/deposit/deposit.js +1 -0
  98. package/_esm/actions/parsers/deposit/deposit.js.map +1 -1
  99. package/_esm/actions/parsers/deposit/depositWithBond.js +1 -0
  100. package/_esm/actions/parsers/deposit/depositWithBond.js.map +1 -1
  101. package/_esm/actions/parsers/deposit/stake.js +1 -0
  102. package/_esm/actions/parsers/deposit/stake.js.map +1 -1
  103. package/_esm/actions/parsers/fee/fee.js +2 -0
  104. package/_esm/actions/parsers/fee/fee.js.map +1 -1
  105. package/_esm/actions/parsers/fee/transactionFee.js +1 -0
  106. package/_esm/actions/parsers/fee/transactionFee.js.map +1 -1
  107. package/_esm/actions/parsers/ignore/approve.js +1 -0
  108. package/_esm/actions/parsers/ignore/approve.js.map +1 -1
  109. package/_esm/actions/parsers/ignore/failTx.js +1 -0
  110. package/_esm/actions/parsers/ignore/failTx.js.map +1 -1
  111. package/_esm/actions/parsers/ignore/revoke.js +1 -0
  112. package/_esm/actions/parsers/ignore/revoke.js.map +1 -1
  113. package/_esm/actions/parsers/ignore/spam.js +1 -0
  114. package/_esm/actions/parsers/ignore/spam.js.map +1 -1
  115. package/_esm/actions/parsers/income/atomicArbitrage.js +3 -0
  116. package/_esm/actions/parsers/income/atomicArbitrage.js.map +1 -1
  117. package/_esm/actions/parsers/income/freeMintNft.js +1 -0
  118. package/_esm/actions/parsers/income/freeMintNft.js.map +1 -1
  119. package/_esm/actions/parsers/income/income.js +1 -0
  120. package/_esm/actions/parsers/income/income.js.map +1 -1
  121. package/_esm/actions/parsers/repayment/repayment.js +1 -0
  122. package/_esm/actions/parsers/repayment/repayment.js.map +1 -1
  123. package/_esm/actions/parsers/repayment/repaymentWithDebt.js +1 -0
  124. package/_esm/actions/parsers/repayment/repaymentWithDebt.js.map +1 -1
  125. package/_esm/actions/parsers/replace/replace.js +1 -0
  126. package/_esm/actions/parsers/replace/replace.js.map +1 -1
  127. package/_esm/actions/parsers/replace/swapNft.js +1 -0
  128. package/_esm/actions/parsers/replace/swapNft.js.map +1 -1
  129. package/_esm/actions/parsers/replace/unwrap.js +1 -0
  130. package/_esm/actions/parsers/replace/unwrap.js.map +1 -1
  131. package/_esm/actions/parsers/replace/wrap.js +1 -0
  132. package/_esm/actions/parsers/replace/wrap.js.map +1 -1
  133. package/_esm/actions/parsers/trade/buyCrypto.js +2 -0
  134. package/_esm/actions/parsers/trade/buyCrypto.js.map +1 -1
  135. package/_esm/actions/parsers/trade/buyNft.js +5 -0
  136. package/_esm/actions/parsers/trade/buyNft.js.map +1 -1
  137. package/_esm/actions/parsers/trade/mintNft.js +3 -0
  138. package/_esm/actions/parsers/trade/mintNft.js.map +1 -1
  139. package/_esm/actions/parsers/trade/sellCrypto.js +2 -0
  140. package/_esm/actions/parsers/trade/sellCrypto.js.map +1 -1
  141. package/_esm/actions/parsers/trade/sellNft.js +5 -0
  142. package/_esm/actions/parsers/trade/sellNft.js.map +1 -1
  143. package/_esm/actions/parsers/trade/trade.js +8 -0
  144. package/_esm/actions/parsers/trade/trade.js.map +1 -1
  145. package/_esm/actions/parsers/valuedown/valuedown.js +1 -0
  146. package/_esm/actions/parsers/valuedown/valuedown.js.map +1 -1
  147. package/_esm/actions/parsers/valueup/valueup.js +1 -0
  148. package/_esm/actions/parsers/valueup/valueup.js.map +1 -1
  149. package/_esm/actions/parsers/withdraw/removeLiquidity.js +1 -0
  150. package/_esm/actions/parsers/withdraw/removeLiquidity.js.map +1 -1
  151. package/_esm/actions/parsers/withdraw/unstake.js +1 -0
  152. package/_esm/actions/parsers/withdraw/unstake.js.map +1 -1
  153. package/_esm/actions/parsers/withdraw/withdraw.js +1 -0
  154. package/_esm/actions/parsers/withdraw/withdraw.js.map +1 -1
  155. package/_esm/actions/parsers/withdraw/withdrawWithBond.js +1 -0
  156. package/_esm/actions/parsers/withdraw/withdrawWithBond.js.map +1 -1
  157. package/_esm/actions/utils.js +1389 -0
  158. package/_esm/actions/utils.js.map +1 -1
  159. package/_esm/index.js +1 -1
  160. package/_esm/index.js.map +1 -1
  161. package/_types/actions/index.d.ts +2 -2
  162. package/_types/actions/index.d.ts.map +1 -1
  163. package/_types/actions/parsers/borrow/borrow.d.ts.map +1 -1
  164. package/_types/actions/parsers/borrow/borrowWithDebt.d.ts.map +1 -1
  165. package/_types/actions/parsers/crossReplace/bridgeFrom.d.ts.map +1 -1
  166. package/_types/actions/parsers/crossReplace/bridgeTo.d.ts.map +1 -1
  167. package/_types/actions/parsers/crossReplace/crossReplace.d.ts.map +1 -1
  168. package/_types/actions/parsers/crossTrade/crossTrade.d.ts.map +1 -1
  169. package/_types/actions/parsers/default.d.ts +1 -1
  170. package/_types/actions/parsers/deposit/addLiquidity.d.ts.map +1 -1
  171. package/_types/actions/parsers/deposit/deposit.d.ts.map +1 -1
  172. package/_types/actions/parsers/deposit/depositWithBond.d.ts.map +1 -1
  173. package/_types/actions/parsers/deposit/stake.d.ts.map +1 -1
  174. package/_types/actions/parsers/fee/fee.d.ts.map +1 -1
  175. package/_types/actions/parsers/fee/transactionFee.d.ts.map +1 -1
  176. package/_types/actions/parsers/ignore/approve.d.ts.map +1 -1
  177. package/_types/actions/parsers/ignore/failTx.d.ts.map +1 -1
  178. package/_types/actions/parsers/ignore/revoke.d.ts.map +1 -1
  179. package/_types/actions/parsers/ignore/spam.d.ts.map +1 -1
  180. package/_types/actions/parsers/income/atomicArbitrage.d.ts.map +1 -1
  181. package/_types/actions/parsers/income/freeMintNft.d.ts.map +1 -1
  182. package/_types/actions/parsers/income/income.d.ts.map +1 -1
  183. package/_types/actions/parsers/repayment/repayment.d.ts.map +1 -1
  184. package/_types/actions/parsers/repayment/repaymentWithDebt.d.ts.map +1 -1
  185. package/_types/actions/parsers/replace/replace.d.ts.map +1 -1
  186. package/_types/actions/parsers/replace/swapNft.d.ts.map +1 -1
  187. package/_types/actions/parsers/replace/unwrap.d.ts.map +1 -1
  188. package/_types/actions/parsers/replace/wrap.d.ts.map +1 -1
  189. package/_types/actions/parsers/trade/buyCrypto.d.ts.map +1 -1
  190. package/_types/actions/parsers/trade/buyNft.d.ts.map +1 -1
  191. package/_types/actions/parsers/trade/mintNft.d.ts.map +1 -1
  192. package/_types/actions/parsers/trade/sellCrypto.d.ts.map +1 -1
  193. package/_types/actions/parsers/trade/sellNft.d.ts.map +1 -1
  194. package/_types/actions/parsers/trade/trade.d.ts.map +1 -1
  195. package/_types/actions/parsers/valuedown/valuedown.d.ts.map +1 -1
  196. package/_types/actions/parsers/valueup/valueup.d.ts.map +1 -1
  197. package/_types/actions/parsers/withdraw/removeLiquidity.d.ts.map +1 -1
  198. package/_types/actions/parsers/withdraw/unstake.d.ts.map +1 -1
  199. package/_types/actions/parsers/withdraw/withdraw.d.ts.map +1 -1
  200. package/_types/actions/parsers/withdraw/withdrawWithBond.d.ts.map +1 -1
  201. package/_types/actions/schemas/action.d.ts +950 -950
  202. package/_types/actions/schemas/borrow/borrow.d.ts +16 -16
  203. package/_types/actions/schemas/borrow/borrowWithDebt.d.ts +16 -16
  204. package/_types/actions/schemas/crossActionBundle.d.ts +40 -40
  205. package/_types/actions/schemas/crossReplace/bridgeFrom.d.ts +16 -16
  206. package/_types/actions/schemas/crossReplace/bridgeTo.d.ts +16 -16
  207. package/_types/actions/schemas/crossReplace/crossReplace.d.ts +16 -16
  208. package/_types/actions/schemas/crossTrade/crossTrade.d.ts +16 -16
  209. package/_types/actions/schemas/default/accountAction.d.ts +18 -18
  210. package/_types/actions/schemas/default/normalAction.d.ts +18 -18
  211. package/_types/actions/schemas/deposit/addLiquidity.d.ts +16 -16
  212. package/_types/actions/schemas/deposit/deposit.d.ts +16 -16
  213. package/_types/actions/schemas/deposit/depositWithBond.d.ts +16 -16
  214. package/_types/actions/schemas/deposit/stake.d.ts +16 -16
  215. package/_types/actions/schemas/fee/fee.d.ts +16 -16
  216. package/_types/actions/schemas/fee/transactionFee.d.ts +16 -16
  217. package/_types/actions/schemas/ignore/approve.d.ts +16 -16
  218. package/_types/actions/schemas/ignore/failTx.d.ts +16 -16
  219. package/_types/actions/schemas/ignore/ignore.d.ts +8 -8
  220. package/_types/actions/schemas/ignore/move.d.ts +8 -8
  221. package/_types/actions/schemas/ignore/receiveFromCex.d.ts +16 -16
  222. package/_types/actions/schemas/ignore/revoke.d.ts +16 -16
  223. package/_types/actions/schemas/ignore/sendToCex.d.ts +16 -16
  224. package/_types/actions/schemas/ignore/spam.d.ts +16 -16
  225. package/_types/actions/schemas/income/atomicArbitrage.d.ts +16 -16
  226. package/_types/actions/schemas/income/freeMintNft.d.ts +16 -16
  227. package/_types/actions/schemas/income/income.d.ts +16 -16
  228. package/_types/actions/schemas/income/nftRoyalty.d.ts +8 -8
  229. package/_types/actions/schemas/income/swapIncome.d.ts +8 -8
  230. package/_types/actions/schemas/reduce/reduce.d.ts +8 -8
  231. package/_types/actions/schemas/repayment/repayment.d.ts +16 -16
  232. package/_types/actions/schemas/repayment/repaymentWithDebt.d.ts +16 -16
  233. package/_types/actions/schemas/replace/replace.d.ts +16 -16
  234. package/_types/actions/schemas/replace/swapNft.d.ts +16 -16
  235. package/_types/actions/schemas/replace/unwrap.d.ts +16 -16
  236. package/_types/actions/schemas/replace/wrap.d.ts +16 -16
  237. package/_types/actions/schemas/trade/buyCrypto.d.ts +16 -16
  238. package/_types/actions/schemas/trade/buyNft.d.ts +16 -16
  239. package/_types/actions/schemas/trade/mintNft.d.ts +16 -16
  240. package/_types/actions/schemas/trade/sellCrypto.d.ts +16 -16
  241. package/_types/actions/schemas/trade/sellNft.d.ts +16 -16
  242. package/_types/actions/schemas/trade/trade.d.ts +16 -16
  243. package/_types/actions/schemas/transfer/swapTransfer.d.ts +8 -8
  244. package/_types/actions/schemas/transfer/transfer.d.ts +16 -16
  245. package/_types/actions/schemas/valuedown/valuedown.d.ts +16 -16
  246. package/_types/actions/schemas/valueup/valueup.d.ts +16 -16
  247. package/_types/actions/schemas/withdraw/removeLiquidity.d.ts +16 -16
  248. package/_types/actions/schemas/withdraw/unstake.d.ts +16 -16
  249. package/_types/actions/schemas/withdraw/withdraw.d.ts +16 -16
  250. package/_types/actions/schemas/withdraw/withdrawWithBond.d.ts +16 -16
  251. package/_types/actions/types/action.d.ts +17 -1
  252. package/_types/actions/types/action.d.ts.map +1 -1
  253. package/_types/actions/types/index.d.ts +1 -1
  254. package/_types/actions/types/index.d.ts.map +1 -1
  255. package/_types/actions/utils.d.ts +3 -0
  256. package/_types/actions/utils.d.ts.map +1 -1
  257. package/_types/apps/schemas.d.ts +4 -4
  258. package/_types/index.d.ts +2 -2
  259. package/_types/index.d.ts.map +1 -1
  260. package/actions/index.ts +4 -0
  261. package/actions/parsers/borrow/borrow.ts +1 -0
  262. package/actions/parsers/borrow/borrowWithDebt.ts +1 -0
  263. package/actions/parsers/crossReplace/bridgeFrom.ts +1 -0
  264. package/actions/parsers/crossReplace/bridgeTo.ts +1 -0
  265. package/actions/parsers/crossReplace/crossReplace.ts +1 -0
  266. package/actions/parsers/crossTrade/crossTrade.ts +1 -0
  267. package/actions/parsers/deposit/addLiquidity.ts +1 -0
  268. package/actions/parsers/deposit/deposit.ts +1 -0
  269. package/actions/parsers/deposit/depositWithBond.ts +1 -0
  270. package/actions/parsers/deposit/stake.ts +1 -0
  271. package/actions/parsers/fee/fee.ts +2 -0
  272. package/actions/parsers/fee/transactionFee.ts +1 -0
  273. package/actions/parsers/ignore/approve.ts +1 -0
  274. package/actions/parsers/ignore/failTx.ts +1 -0
  275. package/actions/parsers/ignore/revoke.ts +1 -0
  276. package/actions/parsers/ignore/spam.ts +1 -0
  277. package/actions/parsers/income/atomicArbitrage.ts +3 -0
  278. package/actions/parsers/income/freeMintNft.ts +1 -0
  279. package/actions/parsers/income/income.ts +1 -0
  280. package/actions/parsers/repayment/repayment.ts +1 -0
  281. package/actions/parsers/repayment/repaymentWithDebt.ts +1 -0
  282. package/actions/parsers/replace/replace.ts +1 -0
  283. package/actions/parsers/replace/swapNft.ts +1 -0
  284. package/actions/parsers/replace/unwrap.ts +1 -0
  285. package/actions/parsers/replace/wrap.ts +1 -0
  286. package/actions/parsers/trade/buyCrypto.ts +2 -0
  287. package/actions/parsers/trade/buyNft.ts +5 -0
  288. package/actions/parsers/trade/mintNft.ts +3 -0
  289. package/actions/parsers/trade/sellCrypto.ts +2 -0
  290. package/actions/parsers/trade/sellNft.ts +5 -0
  291. package/actions/parsers/trade/trade.ts +8 -0
  292. package/actions/parsers/valuedown/valuedown.ts +1 -0
  293. package/actions/parsers/valueup/valueup.ts +1 -0
  294. package/actions/parsers/withdraw/removeLiquidity.ts +1 -0
  295. package/actions/parsers/withdraw/unstake.ts +1 -0
  296. package/actions/parsers/withdraw/withdraw.ts +1 -0
  297. package/actions/parsers/withdraw/withdrawWithBond.ts +1 -0
  298. package/actions/types/action.ts +26 -1
  299. package/actions/types/index.ts +2 -0
  300. package/actions/utils.ts +1951 -0
  301. package/index.ts +4 -0
  302. package/package.json +1 -1
@@ -13,15 +13,15 @@ export declare const normalActionBridgeToSchema: z.ZodEffects<z.ZodObject<{
13
13
  icon: z.ZodOptional<z.ZodString>;
14
14
  }, "strip", z.ZodTypeAny, {
15
15
  id: string;
16
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
17
16
  name: string;
17
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
18
18
  description?: string | undefined;
19
19
  website?: string | undefined;
20
20
  icon?: string | undefined;
21
21
  }, {
22
22
  id: string;
23
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
24
23
  name: string;
24
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
25
25
  description?: string | undefined;
26
26
  website?: string | undefined;
27
27
  icon?: string | undefined;
@@ -30,12 +30,12 @@ export declare const normalActionBridgeToSchema: z.ZodEffects<z.ZodObject<{
30
30
  website: string | undefined;
31
31
  icon: string | undefined;
32
32
  id: string;
33
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
34
33
  name: string;
34
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
35
35
  }, {
36
36
  id: string;
37
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
38
37
  name: string;
38
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
39
39
  description?: string | undefined;
40
40
  website?: string | undefined;
41
41
  icon?: string | undefined;
@@ -524,8 +524,8 @@ export declare const normalActionBridgeToSchema: z.ZodEffects<z.ZodObject<{
524
524
  website: string | undefined;
525
525
  icon: string | undefined;
526
526
  id: string;
527
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
528
527
  name: string;
528
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
529
529
  } | undefined;
530
530
  }, {
531
531
  type: "CrossNormalAction";
@@ -591,8 +591,8 @@ export declare const normalActionBridgeToSchema: z.ZodEffects<z.ZodObject<{
591
591
  comment?: string | undefined;
592
592
  app?: {
593
593
  id: string;
594
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
595
594
  name: string;
595
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
596
596
  description?: string | undefined;
597
597
  website?: string | undefined;
598
598
  icon?: string | undefined;
@@ -604,8 +604,8 @@ export declare const normalActionBridgeToSchema: z.ZodEffects<z.ZodObject<{
604
604
  website: string | undefined;
605
605
  icon: string | undefined;
606
606
  id: string;
607
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
608
607
  name: string;
608
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
609
609
  } | undefined;
610
610
  type: "CrossNormalAction";
611
611
  timestamp: number;
@@ -731,8 +731,8 @@ export declare const normalActionBridgeToSchema: z.ZodEffects<z.ZodObject<{
731
731
  comment?: string | undefined;
732
732
  app?: {
733
733
  id: string;
734
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
735
734
  name: string;
735
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
736
736
  description?: string | undefined;
737
737
  website?: string | undefined;
738
738
  icon?: string | undefined;
@@ -754,15 +754,15 @@ export declare const accountActionBridgeToSchema: z.ZodEffects<z.ZodObject<{
754
754
  icon: z.ZodOptional<z.ZodString>;
755
755
  }, "strip", z.ZodTypeAny, {
756
756
  id: string;
757
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
758
757
  name: string;
758
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
759
759
  description?: string | undefined;
760
760
  website?: string | undefined;
761
761
  icon?: string | undefined;
762
762
  }, {
763
763
  id: string;
764
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
765
764
  name: string;
765
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
766
766
  description?: string | undefined;
767
767
  website?: string | undefined;
768
768
  icon?: string | undefined;
@@ -771,12 +771,12 @@ export declare const accountActionBridgeToSchema: z.ZodEffects<z.ZodObject<{
771
771
  website: string | undefined;
772
772
  icon: string | undefined;
773
773
  id: string;
774
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
775
774
  name: string;
775
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
776
776
  }, {
777
777
  id: string;
778
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
779
778
  name: string;
779
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
780
780
  description?: string | undefined;
781
781
  website?: string | undefined;
782
782
  icon?: string | undefined;
@@ -1267,8 +1267,8 @@ export declare const accountActionBridgeToSchema: z.ZodEffects<z.ZodObject<{
1267
1267
  website: string | undefined;
1268
1268
  icon: string | undefined;
1269
1269
  id: string;
1270
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
1271
1270
  name: string;
1271
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
1272
1272
  } | undefined;
1273
1273
  }, {
1274
1274
  type: "CrossAccountAction";
@@ -1336,8 +1336,8 @@ export declare const accountActionBridgeToSchema: z.ZodEffects<z.ZodObject<{
1336
1336
  comment?: string | undefined;
1337
1337
  app?: {
1338
1338
  id: string;
1339
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
1340
1339
  name: string;
1340
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
1341
1341
  description?: string | undefined;
1342
1342
  website?: string | undefined;
1343
1343
  icon?: string | undefined;
@@ -1349,8 +1349,8 @@ export declare const accountActionBridgeToSchema: z.ZodEffects<z.ZodObject<{
1349
1349
  website: string | undefined;
1350
1350
  icon: string | undefined;
1351
1351
  id: string;
1352
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
1353
1352
  name: string;
1353
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
1354
1354
  } | undefined;
1355
1355
  type: "CrossAccountAction";
1356
1356
  timestamp: number;
@@ -1480,8 +1480,8 @@ export declare const accountActionBridgeToSchema: z.ZodEffects<z.ZodObject<{
1480
1480
  comment?: string | undefined;
1481
1481
  app?: {
1482
1482
  id: string;
1483
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
1484
1483
  name: string;
1484
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
1485
1485
  description?: string | undefined;
1486
1486
  website?: string | undefined;
1487
1487
  icon?: string | undefined;
@@ -13,15 +13,15 @@ export declare const normalActionCrossReplaceSchema: z.ZodEffects<z.ZodObject<{
13
13
  icon: z.ZodOptional<z.ZodString>;
14
14
  }, "strip", z.ZodTypeAny, {
15
15
  id: string;
16
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
17
16
  name: string;
17
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
18
18
  description?: string | undefined;
19
19
  website?: string | undefined;
20
20
  icon?: string | undefined;
21
21
  }, {
22
22
  id: string;
23
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
24
23
  name: string;
24
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
25
25
  description?: string | undefined;
26
26
  website?: string | undefined;
27
27
  icon?: string | undefined;
@@ -30,12 +30,12 @@ export declare const normalActionCrossReplaceSchema: z.ZodEffects<z.ZodObject<{
30
30
  website: string | undefined;
31
31
  icon: string | undefined;
32
32
  id: string;
33
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
34
33
  name: string;
34
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
35
35
  }, {
36
36
  id: string;
37
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
38
37
  name: string;
38
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
39
39
  description?: string | undefined;
40
40
  website?: string | undefined;
41
41
  icon?: string | undefined;
@@ -838,8 +838,8 @@ export declare const normalActionCrossReplaceSchema: z.ZodEffects<z.ZodObject<{
838
838
  website: string | undefined;
839
839
  icon: string | undefined;
840
840
  id: string;
841
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
842
841
  name: string;
842
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
843
843
  } | undefined;
844
844
  }, {
845
845
  type: "CrossNormalAction";
@@ -934,8 +934,8 @@ export declare const normalActionCrossReplaceSchema: z.ZodEffects<z.ZodObject<{
934
934
  comment?: string | undefined;
935
935
  app?: {
936
936
  id: string;
937
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
938
937
  name: string;
938
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
939
939
  description?: string | undefined;
940
940
  website?: string | undefined;
941
941
  icon?: string | undefined;
@@ -947,8 +947,8 @@ export declare const normalActionCrossReplaceSchema: z.ZodEffects<z.ZodObject<{
947
947
  website: string | undefined;
948
948
  icon: string | undefined;
949
949
  id: string;
950
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
951
950
  name: string;
951
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
952
952
  } | undefined;
953
953
  type: "CrossNormalAction";
954
954
  timestamp: number;
@@ -1132,8 +1132,8 @@ export declare const normalActionCrossReplaceSchema: z.ZodEffects<z.ZodObject<{
1132
1132
  comment?: string | undefined;
1133
1133
  app?: {
1134
1134
  id: string;
1135
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
1136
1135
  name: string;
1136
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
1137
1137
  description?: string | undefined;
1138
1138
  website?: string | undefined;
1139
1139
  icon?: string | undefined;
@@ -1155,15 +1155,15 @@ export declare const accountActionCrossReplaceSchema: z.ZodEffects<z.ZodObject<{
1155
1155
  icon: z.ZodOptional<z.ZodString>;
1156
1156
  }, "strip", z.ZodTypeAny, {
1157
1157
  id: string;
1158
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
1159
1158
  name: string;
1159
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
1160
1160
  description?: string | undefined;
1161
1161
  website?: string | undefined;
1162
1162
  icon?: string | undefined;
1163
1163
  }, {
1164
1164
  id: string;
1165
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
1166
1165
  name: string;
1166
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
1167
1167
  description?: string | undefined;
1168
1168
  website?: string | undefined;
1169
1169
  icon?: string | undefined;
@@ -1172,12 +1172,12 @@ export declare const accountActionCrossReplaceSchema: z.ZodEffects<z.ZodObject<{
1172
1172
  website: string | undefined;
1173
1173
  icon: string | undefined;
1174
1174
  id: string;
1175
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
1176
1175
  name: string;
1176
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
1177
1177
  }, {
1178
1178
  id: string;
1179
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
1180
1179
  name: string;
1180
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
1181
1181
  description?: string | undefined;
1182
1182
  website?: string | undefined;
1183
1183
  icon?: string | undefined;
@@ -1982,8 +1982,8 @@ export declare const accountActionCrossReplaceSchema: z.ZodEffects<z.ZodObject<{
1982
1982
  website: string | undefined;
1983
1983
  icon: string | undefined;
1984
1984
  id: string;
1985
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
1986
1985
  name: string;
1986
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
1987
1987
  } | undefined;
1988
1988
  }, {
1989
1989
  type: "CrossAccountAction";
@@ -2080,8 +2080,8 @@ export declare const accountActionCrossReplaceSchema: z.ZodEffects<z.ZodObject<{
2080
2080
  comment?: string | undefined;
2081
2081
  app?: {
2082
2082
  id: string;
2083
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
2084
2083
  name: string;
2084
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
2085
2085
  description?: string | undefined;
2086
2086
  website?: string | undefined;
2087
2087
  icon?: string | undefined;
@@ -2093,8 +2093,8 @@ export declare const accountActionCrossReplaceSchema: z.ZodEffects<z.ZodObject<{
2093
2093
  website: string | undefined;
2094
2094
  icon: string | undefined;
2095
2095
  id: string;
2096
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
2097
2096
  name: string;
2097
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
2098
2098
  } | undefined;
2099
2099
  type: "CrossAccountAction";
2100
2100
  timestamp: number;
@@ -2282,8 +2282,8 @@ export declare const accountActionCrossReplaceSchema: z.ZodEffects<z.ZodObject<{
2282
2282
  comment?: string | undefined;
2283
2283
  app?: {
2284
2284
  id: string;
2285
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
2286
2285
  name: string;
2286
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
2287
2287
  description?: string | undefined;
2288
2288
  website?: string | undefined;
2289
2289
  icon?: string | undefined;
@@ -13,15 +13,15 @@ export declare const normalActionCrossTradeSchema: z.ZodEffects<z.ZodObject<{
13
13
  icon: z.ZodOptional<z.ZodString>;
14
14
  }, "strip", z.ZodTypeAny, {
15
15
  id: string;
16
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
17
16
  name: string;
17
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
18
18
  description?: string | undefined;
19
19
  website?: string | undefined;
20
20
  icon?: string | undefined;
21
21
  }, {
22
22
  id: string;
23
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
24
23
  name: string;
24
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
25
25
  description?: string | undefined;
26
26
  website?: string | undefined;
27
27
  icon?: string | undefined;
@@ -30,12 +30,12 @@ export declare const normalActionCrossTradeSchema: z.ZodEffects<z.ZodObject<{
30
30
  website: string | undefined;
31
31
  icon: string | undefined;
32
32
  id: string;
33
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
34
33
  name: string;
34
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
35
35
  }, {
36
36
  id: string;
37
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
38
37
  name: string;
38
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
39
39
  description?: string | undefined;
40
40
  website?: string | undefined;
41
41
  icon?: string | undefined;
@@ -838,8 +838,8 @@ export declare const normalActionCrossTradeSchema: z.ZodEffects<z.ZodObject<{
838
838
  website: string | undefined;
839
839
  icon: string | undefined;
840
840
  id: string;
841
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
842
841
  name: string;
842
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
843
843
  } | undefined;
844
844
  }, {
845
845
  type: "CrossNormalAction";
@@ -934,8 +934,8 @@ export declare const normalActionCrossTradeSchema: z.ZodEffects<z.ZodObject<{
934
934
  comment?: string | undefined;
935
935
  app?: {
936
936
  id: string;
937
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
938
937
  name: string;
938
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
939
939
  description?: string | undefined;
940
940
  website?: string | undefined;
941
941
  icon?: string | undefined;
@@ -947,8 +947,8 @@ export declare const normalActionCrossTradeSchema: z.ZodEffects<z.ZodObject<{
947
947
  website: string | undefined;
948
948
  icon: string | undefined;
949
949
  id: string;
950
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
951
950
  name: string;
951
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
952
952
  } | undefined;
953
953
  type: "CrossNormalAction";
954
954
  timestamp: number;
@@ -1132,8 +1132,8 @@ export declare const normalActionCrossTradeSchema: z.ZodEffects<z.ZodObject<{
1132
1132
  comment?: string | undefined;
1133
1133
  app?: {
1134
1134
  id: string;
1135
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
1136
1135
  name: string;
1136
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
1137
1137
  description?: string | undefined;
1138
1138
  website?: string | undefined;
1139
1139
  icon?: string | undefined;
@@ -1155,15 +1155,15 @@ export declare const accountActionCrossTradeSchema: z.ZodEffects<z.ZodObject<{
1155
1155
  icon: z.ZodOptional<z.ZodString>;
1156
1156
  }, "strip", z.ZodTypeAny, {
1157
1157
  id: string;
1158
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
1159
1158
  name: string;
1159
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
1160
1160
  description?: string | undefined;
1161
1161
  website?: string | undefined;
1162
1162
  icon?: string | undefined;
1163
1163
  }, {
1164
1164
  id: string;
1165
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
1166
1165
  name: string;
1166
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
1167
1167
  description?: string | undefined;
1168
1168
  website?: string | undefined;
1169
1169
  icon?: string | undefined;
@@ -1172,12 +1172,12 @@ export declare const accountActionCrossTradeSchema: z.ZodEffects<z.ZodObject<{
1172
1172
  website: string | undefined;
1173
1173
  icon: string | undefined;
1174
1174
  id: string;
1175
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
1176
1175
  name: string;
1176
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
1177
1177
  }, {
1178
1178
  id: string;
1179
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
1180
1179
  name: string;
1180
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
1181
1181
  description?: string | undefined;
1182
1182
  website?: string | undefined;
1183
1183
  icon?: string | undefined;
@@ -1982,8 +1982,8 @@ export declare const accountActionCrossTradeSchema: z.ZodEffects<z.ZodObject<{
1982
1982
  website: string | undefined;
1983
1983
  icon: string | undefined;
1984
1984
  id: string;
1985
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
1986
1985
  name: string;
1986
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
1987
1987
  } | undefined;
1988
1988
  }, {
1989
1989
  type: "CrossAccountAction";
@@ -2080,8 +2080,8 @@ export declare const accountActionCrossTradeSchema: z.ZodEffects<z.ZodObject<{
2080
2080
  comment?: string | undefined;
2081
2081
  app?: {
2082
2082
  id: string;
2083
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
2084
2083
  name: string;
2084
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
2085
2085
  description?: string | undefined;
2086
2086
  website?: string | undefined;
2087
2087
  icon?: string | undefined;
@@ -2093,8 +2093,8 @@ export declare const accountActionCrossTradeSchema: z.ZodEffects<z.ZodObject<{
2093
2093
  website: string | undefined;
2094
2094
  icon: string | undefined;
2095
2095
  id: string;
2096
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
2097
2096
  name: string;
2097
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
2098
2098
  } | undefined;
2099
2099
  type: "CrossAccountAction";
2100
2100
  timestamp: number;
@@ -2282,8 +2282,8 @@ export declare const accountActionCrossTradeSchema: z.ZodEffects<z.ZodObject<{
2282
2282
  comment?: string | undefined;
2283
2283
  app?: {
2284
2284
  id: string;
2285
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
2286
2285
  name: string;
2286
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
2287
2287
  description?: string | undefined;
2288
2288
  website?: string | undefined;
2289
2289
  icon?: string | undefined;
@@ -15,15 +15,15 @@ export declare const normalAccountActionDefaultSchema: z.ZodObject<{
15
15
  icon: z.ZodOptional<z.ZodString>;
16
16
  }, "strip", z.ZodTypeAny, {
17
17
  id: string;
18
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
19
18
  name: string;
19
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
20
20
  description?: string | undefined;
21
21
  website?: string | undefined;
22
22
  icon?: string | undefined;
23
23
  }, {
24
24
  id: string;
25
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
26
25
  name: string;
26
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
27
27
  description?: string | undefined;
28
28
  website?: string | undefined;
29
29
  icon?: string | undefined;
@@ -32,12 +32,12 @@ export declare const normalAccountActionDefaultSchema: z.ZodObject<{
32
32
  website: string | undefined;
33
33
  icon: string | undefined;
34
34
  id: string;
35
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
36
35
  name: string;
36
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
37
37
  }, {
38
38
  id: string;
39
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
40
39
  name: string;
40
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
41
41
  description?: string | undefined;
42
42
  website?: string | undefined;
43
43
  icon?: string | undefined;
@@ -1228,8 +1228,8 @@ export declare const normalAccountActionDefaultSchema: z.ZodObject<{
1228
1228
  website: string | undefined;
1229
1229
  icon: string | undefined;
1230
1230
  id: string;
1231
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
1232
1231
  name: string;
1232
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
1233
1233
  } | undefined;
1234
1234
  }, {
1235
1235
  type: "NormalAccountAction";
@@ -1365,8 +1365,8 @@ export declare const normalAccountActionDefaultSchema: z.ZodObject<{
1365
1365
  comment?: string | undefined;
1366
1366
  app?: {
1367
1367
  id: string;
1368
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
1369
1368
  name: string;
1369
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
1370
1370
  description?: string | undefined;
1371
1371
  website?: string | undefined;
1372
1372
  icon?: string | undefined;
@@ -1388,15 +1388,15 @@ export declare const crossAccountActionDefaultSchema: z.ZodObject<{
1388
1388
  icon: z.ZodOptional<z.ZodString>;
1389
1389
  }, "strip", z.ZodTypeAny, {
1390
1390
  id: string;
1391
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
1392
1391
  name: string;
1392
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
1393
1393
  description?: string | undefined;
1394
1394
  website?: string | undefined;
1395
1395
  icon?: string | undefined;
1396
1396
  }, {
1397
1397
  id: string;
1398
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
1399
1398
  name: string;
1399
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
1400
1400
  description?: string | undefined;
1401
1401
  website?: string | undefined;
1402
1402
  icon?: string | undefined;
@@ -1405,12 +1405,12 @@ export declare const crossAccountActionDefaultSchema: z.ZodObject<{
1405
1405
  website: string | undefined;
1406
1406
  icon: string | undefined;
1407
1407
  id: string;
1408
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
1409
1408
  name: string;
1409
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
1410
1410
  }, {
1411
1411
  id: string;
1412
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
1413
1412
  name: string;
1413
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
1414
1414
  description?: string | undefined;
1415
1415
  website?: string | undefined;
1416
1416
  icon?: string | undefined;
@@ -2605,8 +2605,8 @@ export declare const crossAccountActionDefaultSchema: z.ZodObject<{
2605
2605
  website: string | undefined;
2606
2606
  icon: string | undefined;
2607
2607
  id: string;
2608
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
2609
2608
  name: string;
2609
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
2610
2610
  } | undefined;
2611
2611
  }, {
2612
2612
  type: "CrossAccountAction";
@@ -2744,8 +2744,8 @@ export declare const crossAccountActionDefaultSchema: z.ZodObject<{
2744
2744
  comment?: string | undefined;
2745
2745
  app?: {
2746
2746
  id: string;
2747
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
2748
2747
  name: string;
2748
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
2749
2749
  description?: string | undefined;
2750
2750
  website?: string | undefined;
2751
2751
  icon?: string | undefined;
@@ -2767,15 +2767,15 @@ export declare const loanAccountActionDefaultSchema: z.ZodObject<{
2767
2767
  icon: z.ZodOptional<z.ZodString>;
2768
2768
  }, "strip", z.ZodTypeAny, {
2769
2769
  id: string;
2770
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
2771
2770
  name: string;
2771
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
2772
2772
  description?: string | undefined;
2773
2773
  website?: string | undefined;
2774
2774
  icon?: string | undefined;
2775
2775
  }, {
2776
2776
  id: string;
2777
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
2778
2777
  name: string;
2778
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
2779
2779
  description?: string | undefined;
2780
2780
  website?: string | undefined;
2781
2781
  icon?: string | undefined;
@@ -2784,12 +2784,12 @@ export declare const loanAccountActionDefaultSchema: z.ZodObject<{
2784
2784
  website: string | undefined;
2785
2785
  icon: string | undefined;
2786
2786
  id: string;
2787
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
2788
2787
  name: string;
2788
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
2789
2789
  }, {
2790
2790
  id: string;
2791
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
2792
2791
  name: string;
2792
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
2793
2793
  description?: string | undefined;
2794
2794
  website?: string | undefined;
2795
2795
  icon?: string | undefined;
@@ -3982,8 +3982,8 @@ export declare const loanAccountActionDefaultSchema: z.ZodObject<{
3982
3982
  website: string | undefined;
3983
3983
  icon: string | undefined;
3984
3984
  id: string;
3985
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
3986
3985
  name: string;
3986
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
3987
3987
  } | undefined;
3988
3988
  }, {
3989
3989
  type: "LoanAccountAction";
@@ -4120,8 +4120,8 @@ export declare const loanAccountActionDefaultSchema: z.ZodObject<{
4120
4120
  comment?: string | undefined;
4121
4121
  app?: {
4122
4122
  id: string;
4123
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
4124
4123
  name: string;
4124
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
4125
4125
  description?: string | undefined;
4126
4126
  website?: string | undefined;
4127
4127
  icon?: string | undefined;