@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
@@ -17,15 +17,15 @@ export declare const crossActionBundleSchema: z.ZodObject<{
17
17
  icon: z.ZodOptional<z.ZodString>;
18
18
  }, "strip", z.ZodTypeAny, {
19
19
  id: string;
20
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
21
20
  name: string;
21
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
22
22
  description?: string | undefined;
23
23
  website?: string | undefined;
24
24
  icon?: string | undefined;
25
25
  }, {
26
26
  id: string;
27
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
28
27
  name: string;
28
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
29
29
  description?: string | undefined;
30
30
  website?: string | undefined;
31
31
  icon?: string | undefined;
@@ -34,12 +34,12 @@ export declare const crossActionBundleSchema: z.ZodObject<{
34
34
  website: string | undefined;
35
35
  icon: string | undefined;
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
  }, {
40
40
  id: string;
41
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
42
41
  name: string;
42
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
43
43
  description?: string | undefined;
44
44
  website?: string | undefined;
45
45
  icon?: string | undefined;
@@ -530,8 +530,8 @@ export declare const crossActionBundleSchema: z.ZodObject<{
530
530
  website: string | undefined;
531
531
  icon: string | undefined;
532
532
  id: string;
533
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
534
533
  name: string;
534
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
535
535
  } | undefined;
536
536
  }, {
537
537
  type: "CrossAccountAction";
@@ -599,8 +599,8 @@ export declare const crossActionBundleSchema: z.ZodObject<{
599
599
  comment?: string | undefined;
600
600
  app?: {
601
601
  id: string;
602
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
603
602
  name: string;
603
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
604
604
  description?: string | undefined;
605
605
  website?: string | undefined;
606
606
  icon?: string | undefined;
@@ -612,8 +612,8 @@ export declare const crossActionBundleSchema: z.ZodObject<{
612
612
  website: string | undefined;
613
613
  icon: string | undefined;
614
614
  id: string;
615
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
616
615
  name: string;
616
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
617
617
  } | undefined;
618
618
  type: "CrossAccountAction";
619
619
  timestamp: number;
@@ -743,8 +743,8 @@ export declare const crossActionBundleSchema: z.ZodObject<{
743
743
  comment?: string | undefined;
744
744
  app?: {
745
745
  id: string;
746
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
747
746
  name: string;
747
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
748
748
  description?: string | undefined;
749
749
  website?: string | undefined;
750
750
  icon?: string | undefined;
@@ -765,15 +765,15 @@ export declare const crossActionBundleSchema: z.ZodObject<{
765
765
  icon: z.ZodOptional<z.ZodString>;
766
766
  }, "strip", z.ZodTypeAny, {
767
767
  id: string;
768
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
769
768
  name: string;
769
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
770
770
  description?: string | undefined;
771
771
  website?: string | undefined;
772
772
  icon?: string | undefined;
773
773
  }, {
774
774
  id: string;
775
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
776
775
  name: string;
776
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
777
777
  description?: string | undefined;
778
778
  website?: string | undefined;
779
779
  icon?: string | undefined;
@@ -782,12 +782,12 @@ export declare const crossActionBundleSchema: z.ZodObject<{
782
782
  website: string | undefined;
783
783
  icon: string | undefined;
784
784
  id: string;
785
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
786
785
  name: string;
786
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
787
787
  }, {
788
788
  id: string;
789
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
790
789
  name: string;
790
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
791
791
  description?: string | undefined;
792
792
  website?: string | undefined;
793
793
  icon?: string | undefined;
@@ -1278,8 +1278,8 @@ export declare const crossActionBundleSchema: z.ZodObject<{
1278
1278
  website: string | undefined;
1279
1279
  icon: string | undefined;
1280
1280
  id: string;
1281
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
1282
1281
  name: string;
1282
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
1283
1283
  } | undefined;
1284
1284
  }, {
1285
1285
  type: "CrossAccountAction";
@@ -1347,8 +1347,8 @@ export declare const crossActionBundleSchema: z.ZodObject<{
1347
1347
  comment?: string | undefined;
1348
1348
  app?: {
1349
1349
  id: string;
1350
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
1351
1350
  name: string;
1351
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
1352
1352
  description?: string | undefined;
1353
1353
  website?: string | undefined;
1354
1354
  icon?: string | undefined;
@@ -1360,8 +1360,8 @@ export declare const crossActionBundleSchema: z.ZodObject<{
1360
1360
  website: string | undefined;
1361
1361
  icon: string | undefined;
1362
1362
  id: string;
1363
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
1364
1363
  name: string;
1364
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
1365
1365
  } | undefined;
1366
1366
  type: "CrossAccountAction";
1367
1367
  timestamp: number;
@@ -1491,8 +1491,8 @@ export declare const crossActionBundleSchema: z.ZodObject<{
1491
1491
  comment?: string | undefined;
1492
1492
  app?: {
1493
1493
  id: string;
1494
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
1495
1494
  name: string;
1495
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
1496
1496
  description?: string | undefined;
1497
1497
  website?: string | undefined;
1498
1498
  icon?: string | undefined;
@@ -1513,15 +1513,15 @@ export declare const crossActionBundleSchema: z.ZodObject<{
1513
1513
  icon: z.ZodOptional<z.ZodString>;
1514
1514
  }, "strip", z.ZodTypeAny, {
1515
1515
  id: string;
1516
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
1517
1516
  name: string;
1517
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
1518
1518
  description?: string | undefined;
1519
1519
  website?: string | undefined;
1520
1520
  icon?: string | undefined;
1521
1521
  }, {
1522
1522
  id: string;
1523
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
1524
1523
  name: string;
1524
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
1525
1525
  description?: string | undefined;
1526
1526
  website?: string | undefined;
1527
1527
  icon?: string | undefined;
@@ -1530,12 +1530,12 @@ export declare const crossActionBundleSchema: z.ZodObject<{
1530
1530
  website: string | undefined;
1531
1531
  icon: string | undefined;
1532
1532
  id: string;
1533
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
1534
1533
  name: string;
1534
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
1535
1535
  }, {
1536
1536
  id: string;
1537
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
1538
1537
  name: string;
1538
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
1539
1539
  description?: string | undefined;
1540
1540
  website?: string | undefined;
1541
1541
  icon?: string | undefined;
@@ -2340,8 +2340,8 @@ export declare const crossActionBundleSchema: z.ZodObject<{
2340
2340
  website: string | undefined;
2341
2341
  icon: string | undefined;
2342
2342
  id: string;
2343
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
2344
2343
  name: string;
2344
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
2345
2345
  } | undefined;
2346
2346
  }, {
2347
2347
  type: "CrossAccountAction";
@@ -2438,8 +2438,8 @@ export declare const crossActionBundleSchema: z.ZodObject<{
2438
2438
  comment?: string | undefined;
2439
2439
  app?: {
2440
2440
  id: string;
2441
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
2442
2441
  name: string;
2442
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
2443
2443
  description?: string | undefined;
2444
2444
  website?: string | undefined;
2445
2445
  icon?: string | undefined;
@@ -2451,8 +2451,8 @@ export declare const crossActionBundleSchema: z.ZodObject<{
2451
2451
  website: string | undefined;
2452
2452
  icon: string | undefined;
2453
2453
  id: string;
2454
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
2455
2454
  name: string;
2455
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
2456
2456
  } | undefined;
2457
2457
  type: "CrossAccountAction";
2458
2458
  timestamp: number;
@@ -2640,8 +2640,8 @@ export declare const crossActionBundleSchema: z.ZodObject<{
2640
2640
  comment?: string | undefined;
2641
2641
  app?: {
2642
2642
  id: string;
2643
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
2644
2643
  name: string;
2644
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
2645
2645
  description?: string | undefined;
2646
2646
  website?: string | undefined;
2647
2647
  icon?: string | undefined;
@@ -2662,15 +2662,15 @@ export declare const crossActionBundleSchema: z.ZodObject<{
2662
2662
  icon: z.ZodOptional<z.ZodString>;
2663
2663
  }, "strip", z.ZodTypeAny, {
2664
2664
  id: string;
2665
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
2666
2665
  name: string;
2666
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
2667
2667
  description?: string | undefined;
2668
2668
  website?: string | undefined;
2669
2669
  icon?: string | undefined;
2670
2670
  }, {
2671
2671
  id: string;
2672
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
2673
2672
  name: string;
2673
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
2674
2674
  description?: string | undefined;
2675
2675
  website?: string | undefined;
2676
2676
  icon?: string | undefined;
@@ -2679,12 +2679,12 @@ export declare const crossActionBundleSchema: z.ZodObject<{
2679
2679
  website: string | undefined;
2680
2680
  icon: string | undefined;
2681
2681
  id: string;
2682
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
2683
2682
  name: string;
2683
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
2684
2684
  }, {
2685
2685
  id: string;
2686
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
2687
2686
  name: string;
2687
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
2688
2688
  description?: string | undefined;
2689
2689
  website?: string | undefined;
2690
2690
  icon?: string | undefined;
@@ -3489,8 +3489,8 @@ export declare const crossActionBundleSchema: z.ZodObject<{
3489
3489
  website: string | undefined;
3490
3490
  icon: string | undefined;
3491
3491
  id: string;
3492
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
3493
3492
  name: string;
3493
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
3494
3494
  } | undefined;
3495
3495
  }, {
3496
3496
  type: "CrossAccountAction";
@@ -3587,8 +3587,8 @@ export declare const crossActionBundleSchema: z.ZodObject<{
3587
3587
  comment?: string | undefined;
3588
3588
  app?: {
3589
3589
  id: string;
3590
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
3591
3590
  name: string;
3591
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
3592
3592
  description?: string | undefined;
3593
3593
  website?: string | undefined;
3594
3594
  icon?: string | undefined;
@@ -3600,8 +3600,8 @@ export declare const crossActionBundleSchema: z.ZodObject<{
3600
3600
  website: string | undefined;
3601
3601
  icon: string | undefined;
3602
3602
  id: string;
3603
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
3604
3603
  name: string;
3604
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
3605
3605
  } | undefined;
3606
3606
  type: "CrossAccountAction";
3607
3607
  timestamp: number;
@@ -3789,8 +3789,8 @@ export declare const crossActionBundleSchema: z.ZodObject<{
3789
3789
  comment?: string | undefined;
3790
3790
  app?: {
3791
3791
  id: string;
3792
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
3793
3792
  name: string;
3793
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
3794
3794
  description?: string | undefined;
3795
3795
  website?: string | undefined;
3796
3796
  icon?: string | undefined;
@@ -3805,8 +3805,8 @@ export declare const crossActionBundleSchema: z.ZodObject<{
3805
3805
  website: string | undefined;
3806
3806
  icon: string | undefined;
3807
3807
  id: string;
3808
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
3809
3808
  name: string;
3809
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
3810
3810
  } | undefined;
3811
3811
  type: "CrossAccountAction";
3812
3812
  timestamp: number;
@@ -3877,8 +3877,8 @@ export declare const crossActionBundleSchema: z.ZodObject<{
3877
3877
  website: string | undefined;
3878
3878
  icon: string | undefined;
3879
3879
  id: string;
3880
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
3881
3880
  name: string;
3881
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
3882
3882
  } | undefined;
3883
3883
  type: "CrossAccountAction";
3884
3884
  timestamp: number;
@@ -3949,8 +3949,8 @@ export declare const crossActionBundleSchema: z.ZodObject<{
3949
3949
  website: string | undefined;
3950
3950
  icon: string | undefined;
3951
3951
  id: string;
3952
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
3953
3952
  name: string;
3953
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
3954
3954
  } | undefined;
3955
3955
  type: "CrossAccountAction";
3956
3956
  timestamp: number;
@@ -4050,8 +4050,8 @@ export declare const crossActionBundleSchema: z.ZodObject<{
4050
4050
  website: string | undefined;
4051
4051
  icon: string | undefined;
4052
4052
  id: string;
4053
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
4054
4053
  name: string;
4054
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
4055
4055
  } | undefined;
4056
4056
  type: "CrossAccountAction";
4057
4057
  timestamp: number;
@@ -4213,8 +4213,8 @@ export declare const crossActionBundleSchema: z.ZodObject<{
4213
4213
  comment?: string | undefined;
4214
4214
  app?: {
4215
4215
  id: string;
4216
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
4217
4216
  name: string;
4217
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
4218
4218
  description?: string | undefined;
4219
4219
  website?: string | undefined;
4220
4220
  icon?: string | undefined;
@@ -4285,8 +4285,8 @@ export declare const crossActionBundleSchema: z.ZodObject<{
4285
4285
  comment?: string | undefined;
4286
4286
  app?: {
4287
4287
  id: string;
4288
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
4289
4288
  name: string;
4289
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
4290
4290
  description?: string | undefined;
4291
4291
  website?: string | undefined;
4292
4292
  icon?: string | undefined;
@@ -4386,8 +4386,8 @@ export declare const crossActionBundleSchema: z.ZodObject<{
4386
4386
  comment?: string | undefined;
4387
4387
  app?: {
4388
4388
  id: string;
4389
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
4390
4389
  name: string;
4390
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
4391
4391
  description?: string | undefined;
4392
4392
  website?: string | undefined;
4393
4393
  icon?: string | undefined;
@@ -4487,8 +4487,8 @@ export declare const crossActionBundleSchema: z.ZodObject<{
4487
4487
  comment?: string | undefined;
4488
4488
  app?: {
4489
4489
  id: string;
4490
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
4491
4490
  name: string;
4491
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
4492
4492
  description?: string | undefined;
4493
4493
  website?: string | undefined;
4494
4494
  icon?: string | undefined;
@@ -13,15 +13,15 @@ export declare const normalActionBridgeFromSchema: 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 normalActionBridgeFromSchema: 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 normalActionBridgeFromSchema: 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 normalActionBridgeFromSchema: 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 normalActionBridgeFromSchema: 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 normalActionBridgeFromSchema: 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 accountActionBridgeFromSchema: 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 accountActionBridgeFromSchema: 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 accountActionBridgeFromSchema: 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 accountActionBridgeFromSchema: 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 accountActionBridgeFromSchema: 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 accountActionBridgeFromSchema: 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;