@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 normalActionStakeSchema: 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 normalActionStakeSchema: 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;
@@ -522,8 +522,8 @@ export declare const normalActionStakeSchema: z.ZodEffects<z.ZodObject<{
522
522
  website: string | undefined;
523
523
  icon: string | undefined;
524
524
  id: string;
525
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
526
525
  name: string;
526
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
527
527
  } | undefined;
528
528
  }, {
529
529
  type: "LoanNormalAction";
@@ -588,8 +588,8 @@ export declare const normalActionStakeSchema: z.ZodEffects<z.ZodObject<{
588
588
  comment?: string | undefined;
589
589
  app?: {
590
590
  id: string;
591
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
592
591
  name: string;
592
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
593
593
  description?: string | undefined;
594
594
  website?: string | undefined;
595
595
  icon?: string | undefined;
@@ -601,8 +601,8 @@ export declare const normalActionStakeSchema: z.ZodEffects<z.ZodObject<{
601
601
  website: string | undefined;
602
602
  icon: string | undefined;
603
603
  id: string;
604
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
605
604
  name: string;
605
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
606
606
  } | undefined;
607
607
  type: "LoanNormalAction";
608
608
  timestamp: number;
@@ -726,8 +726,8 @@ export declare const normalActionStakeSchema: z.ZodEffects<z.ZodObject<{
726
726
  comment?: string | undefined;
727
727
  app?: {
728
728
  id: string;
729
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
730
729
  name: string;
730
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
731
731
  description?: string | undefined;
732
732
  website?: string | undefined;
733
733
  icon?: string | undefined;
@@ -749,15 +749,15 @@ export declare const accountActionStakeSchema: z.ZodEffects<z.ZodObject<{
749
749
  icon: z.ZodOptional<z.ZodString>;
750
750
  }, "strip", z.ZodTypeAny, {
751
751
  id: string;
752
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
753
752
  name: string;
753
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
754
754
  description?: string | undefined;
755
755
  website?: string | undefined;
756
756
  icon?: string | undefined;
757
757
  }, {
758
758
  id: string;
759
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
760
759
  name: string;
760
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
761
761
  description?: string | undefined;
762
762
  website?: string | undefined;
763
763
  icon?: string | undefined;
@@ -766,12 +766,12 @@ export declare const accountActionStakeSchema: z.ZodEffects<z.ZodObject<{
766
766
  website: string | undefined;
767
767
  icon: string | undefined;
768
768
  id: string;
769
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
770
769
  name: string;
770
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
771
771
  }, {
772
772
  id: string;
773
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
774
773
  name: string;
774
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
775
775
  description?: string | undefined;
776
776
  website?: string | undefined;
777
777
  icon?: string | undefined;
@@ -1260,8 +1260,8 @@ export declare const accountActionStakeSchema: z.ZodEffects<z.ZodObject<{
1260
1260
  website: string | undefined;
1261
1261
  icon: string | undefined;
1262
1262
  id: string;
1263
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
1264
1263
  name: string;
1264
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
1265
1265
  } | undefined;
1266
1266
  }, {
1267
1267
  type: "LoanAccountAction";
@@ -1328,8 +1328,8 @@ export declare const accountActionStakeSchema: z.ZodEffects<z.ZodObject<{
1328
1328
  comment?: string | undefined;
1329
1329
  app?: {
1330
1330
  id: string;
1331
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
1332
1331
  name: string;
1332
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
1333
1333
  description?: string | undefined;
1334
1334
  website?: string | undefined;
1335
1335
  icon?: string | undefined;
@@ -1341,8 +1341,8 @@ export declare const accountActionStakeSchema: z.ZodEffects<z.ZodObject<{
1341
1341
  website: string | undefined;
1342
1342
  icon: string | undefined;
1343
1343
  id: string;
1344
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
1345
1344
  name: string;
1345
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
1346
1346
  } | undefined;
1347
1347
  type: "LoanAccountAction";
1348
1348
  timestamp: number;
@@ -1470,8 +1470,8 @@ export declare const accountActionStakeSchema: z.ZodEffects<z.ZodObject<{
1470
1470
  comment?: string | undefined;
1471
1471
  app?: {
1472
1472
  id: string;
1473
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
1474
1473
  name: string;
1474
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
1475
1475
  description?: string | undefined;
1476
1476
  website?: string | undefined;
1477
1477
  icon?: string | undefined;
@@ -13,15 +13,15 @@ export declare const normalActionFeeSchema: 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 normalActionFeeSchema: 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;
@@ -556,8 +556,8 @@ export declare const normalActionFeeSchema: z.ZodEffects<z.ZodObject<{
556
556
  website: string | undefined;
557
557
  icon: string | undefined;
558
558
  id: string;
559
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
560
559
  name: string;
560
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
561
561
  } | undefined;
562
562
  }, {
563
563
  type: "NormalAction";
@@ -624,8 +624,8 @@ export declare const normalActionFeeSchema: z.ZodEffects<z.ZodObject<{
624
624
  comment?: string | undefined;
625
625
  app?: {
626
626
  id: string;
627
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
628
627
  name: string;
628
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
629
629
  description?: string | undefined;
630
630
  website?: string | undefined;
631
631
  icon?: string | undefined;
@@ -637,8 +637,8 @@ export declare const normalActionFeeSchema: z.ZodEffects<z.ZodObject<{
637
637
  website: string | undefined;
638
638
  icon: string | undefined;
639
639
  id: string;
640
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
641
640
  name: string;
641
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
642
642
  } | undefined;
643
643
  type: "NormalAction";
644
644
  timestamp: number;
@@ -766,8 +766,8 @@ export declare const normalActionFeeSchema: z.ZodEffects<z.ZodObject<{
766
766
  comment?: string | undefined;
767
767
  app?: {
768
768
  id: string;
769
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
770
769
  name: string;
770
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
771
771
  description?: string | undefined;
772
772
  website?: string | undefined;
773
773
  icon?: string | undefined;
@@ -789,15 +789,15 @@ export declare const accountActionFeeSchema: z.ZodEffects<z.ZodObject<{
789
789
  icon: z.ZodOptional<z.ZodString>;
790
790
  }, "strip", z.ZodTypeAny, {
791
791
  id: string;
792
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
793
792
  name: string;
793
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
794
794
  description?: string | undefined;
795
795
  website?: string | undefined;
796
796
  icon?: string | undefined;
797
797
  }, {
798
798
  id: string;
799
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
800
799
  name: string;
800
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
801
801
  description?: string | undefined;
802
802
  website?: string | undefined;
803
803
  icon?: string | undefined;
@@ -806,12 +806,12 @@ export declare const accountActionFeeSchema: z.ZodEffects<z.ZodObject<{
806
806
  website: string | undefined;
807
807
  icon: string | undefined;
808
808
  id: string;
809
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
810
809
  name: string;
810
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
811
811
  }, {
812
812
  id: string;
813
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
814
813
  name: string;
814
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
815
815
  description?: string | undefined;
816
816
  website?: string | undefined;
817
817
  icon?: string | undefined;
@@ -1334,8 +1334,8 @@ export declare const accountActionFeeSchema: z.ZodEffects<z.ZodObject<{
1334
1334
  website: string | undefined;
1335
1335
  icon: string | undefined;
1336
1336
  id: string;
1337
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
1338
1337
  name: string;
1338
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
1339
1339
  } | undefined;
1340
1340
  }, {
1341
1341
  type: "NormalAccountAction";
@@ -1404,8 +1404,8 @@ export declare const accountActionFeeSchema: z.ZodEffects<z.ZodObject<{
1404
1404
  comment?: string | undefined;
1405
1405
  app?: {
1406
1406
  id: string;
1407
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
1408
1407
  name: string;
1408
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
1409
1409
  description?: string | undefined;
1410
1410
  website?: string | undefined;
1411
1411
  icon?: string | undefined;
@@ -1417,8 +1417,8 @@ export declare const accountActionFeeSchema: z.ZodEffects<z.ZodObject<{
1417
1417
  website: string | undefined;
1418
1418
  icon: string | undefined;
1419
1419
  id: string;
1420
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
1421
1420
  name: string;
1421
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
1422
1422
  } | undefined;
1423
1423
  type: "NormalAccountAction";
1424
1424
  timestamp: number;
@@ -1550,8 +1550,8 @@ export declare const accountActionFeeSchema: z.ZodEffects<z.ZodObject<{
1550
1550
  comment?: string | undefined;
1551
1551
  app?: {
1552
1552
  id: string;
1553
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
1554
1553
  name: string;
1554
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
1555
1555
  description?: string | undefined;
1556
1556
  website?: string | undefined;
1557
1557
  icon?: string | undefined;
@@ -13,15 +13,15 @@ export declare const normalActionTransactionFeeSchema: 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 normalActionTransactionFeeSchema: 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;
@@ -360,8 +360,8 @@ export declare const normalActionTransactionFeeSchema: z.ZodEffects<z.ZodObject<
360
360
  website: string | undefined;
361
361
  icon: string | undefined;
362
362
  id: string;
363
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
364
363
  name: string;
364
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
365
365
  } | undefined;
366
366
  }, {
367
367
  type: "NormalAction";
@@ -404,8 +404,8 @@ export declare const normalActionTransactionFeeSchema: z.ZodEffects<z.ZodObject<
404
404
  comment?: string | undefined;
405
405
  app?: {
406
406
  id: string;
407
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
408
407
  name: string;
408
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
409
409
  description?: string | undefined;
410
410
  website?: string | undefined;
411
411
  icon?: string | undefined;
@@ -417,8 +417,8 @@ export declare const normalActionTransactionFeeSchema: z.ZodEffects<z.ZodObject<
417
417
  website: string | undefined;
418
418
  icon: string | undefined;
419
419
  id: string;
420
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
421
420
  name: string;
421
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
422
422
  } | undefined;
423
423
  type: "NormalAction";
424
424
  timestamp: number;
@@ -498,8 +498,8 @@ export declare const normalActionTransactionFeeSchema: z.ZodEffects<z.ZodObject<
498
498
  comment?: string | undefined;
499
499
  app?: {
500
500
  id: string;
501
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
502
501
  name: string;
502
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
503
503
  description?: string | undefined;
504
504
  website?: string | undefined;
505
505
  icon?: string | undefined;
@@ -521,15 +521,15 @@ export declare const accountActionTransactionFeeSchema: z.ZodEffects<z.ZodObject
521
521
  icon: z.ZodOptional<z.ZodString>;
522
522
  }, "strip", z.ZodTypeAny, {
523
523
  id: string;
524
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
525
524
  name: string;
525
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
526
526
  description?: string | undefined;
527
527
  website?: string | undefined;
528
528
  icon?: string | undefined;
529
529
  }, {
530
530
  id: string;
531
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
532
531
  name: string;
532
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
533
533
  description?: string | undefined;
534
534
  website?: string | undefined;
535
535
  icon?: string | undefined;
@@ -538,12 +538,12 @@ export declare const accountActionTransactionFeeSchema: z.ZodEffects<z.ZodObject
538
538
  website: string | undefined;
539
539
  icon: string | undefined;
540
540
  id: string;
541
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
542
541
  name: string;
542
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
543
543
  }, {
544
544
  id: string;
545
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
546
545
  name: string;
546
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
547
547
  description?: string | undefined;
548
548
  website?: string | undefined;
549
549
  icon?: string | undefined;
@@ -870,8 +870,8 @@ export declare const accountActionTransactionFeeSchema: z.ZodEffects<z.ZodObject
870
870
  website: string | undefined;
871
871
  icon: string | undefined;
872
872
  id: string;
873
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
874
873
  name: string;
874
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
875
875
  } | undefined;
876
876
  }, {
877
877
  type: "NormalAccountAction";
@@ -916,8 +916,8 @@ export declare const accountActionTransactionFeeSchema: z.ZodEffects<z.ZodObject
916
916
  comment?: string | undefined;
917
917
  app?: {
918
918
  id: string;
919
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
920
919
  name: string;
920
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
921
921
  description?: string | undefined;
922
922
  website?: string | undefined;
923
923
  icon?: string | undefined;
@@ -929,8 +929,8 @@ export declare const accountActionTransactionFeeSchema: z.ZodEffects<z.ZodObject
929
929
  website: string | undefined;
930
930
  icon: string | undefined;
931
931
  id: string;
932
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
933
932
  name: string;
933
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
934
934
  } | undefined;
935
935
  type: "NormalAccountAction";
936
936
  timestamp: number;
@@ -1014,8 +1014,8 @@ export declare const accountActionTransactionFeeSchema: z.ZodEffects<z.ZodObject
1014
1014
  comment?: string | undefined;
1015
1015
  app?: {
1016
1016
  id: string;
1017
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
1018
1017
  name: string;
1018
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
1019
1019
  description?: string | undefined;
1020
1020
  website?: string | undefined;
1021
1021
  icon?: string | undefined;
@@ -13,15 +13,15 @@ export declare const normalActionApproveSchema: 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 normalActionApproveSchema: 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;
@@ -54,8 +54,8 @@ export declare const normalActionApproveSchema: z.ZodEffects<z.ZodObject<{
54
54
  website: string | undefined;
55
55
  icon: string | undefined;
56
56
  id: string;
57
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
58
57
  name: string;
58
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
59
59
  } | undefined;
60
60
  }, {
61
61
  type: "NormalAction";
@@ -66,8 +66,8 @@ export declare const normalActionApproveSchema: z.ZodEffects<z.ZodObject<{
66
66
  comment?: string | undefined;
67
67
  app?: {
68
68
  id: string;
69
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
70
69
  name: string;
70
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
71
71
  description?: string | undefined;
72
72
  website?: string | undefined;
73
73
  icon?: string | undefined;
@@ -79,8 +79,8 @@ export declare const normalActionApproveSchema: z.ZodEffects<z.ZodObject<{
79
79
  website: string | undefined;
80
80
  icon: string | undefined;
81
81
  id: string;
82
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
83
82
  name: string;
83
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
84
84
  } | undefined;
85
85
  type: "NormalAction";
86
86
  timestamp: number;
@@ -96,8 +96,8 @@ export declare const normalActionApproveSchema: z.ZodEffects<z.ZodObject<{
96
96
  comment?: string | undefined;
97
97
  app?: {
98
98
  id: string;
99
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
100
99
  name: string;
100
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
101
101
  description?: string | undefined;
102
102
  website?: string | undefined;
103
103
  icon?: string | undefined;
@@ -119,15 +119,15 @@ export declare const accountActionApproveSchema: z.ZodEffects<z.ZodObject<{
119
119
  icon: z.ZodOptional<z.ZodString>;
120
120
  }, "strip", z.ZodTypeAny, {
121
121
  id: string;
122
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
123
122
  name: string;
123
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
124
124
  description?: string | undefined;
125
125
  website?: string | undefined;
126
126
  icon?: string | undefined;
127
127
  }, {
128
128
  id: string;
129
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
130
129
  name: string;
130
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
131
131
  description?: string | undefined;
132
132
  website?: string | undefined;
133
133
  icon?: string | undefined;
@@ -136,12 +136,12 @@ export declare const accountActionApproveSchema: z.ZodEffects<z.ZodObject<{
136
136
  website: string | undefined;
137
137
  icon: string | undefined;
138
138
  id: string;
139
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
140
139
  name: string;
140
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
141
141
  }, {
142
142
  id: string;
143
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
144
143
  name: string;
144
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
145
145
  description?: string | undefined;
146
146
  website?: string | undefined;
147
147
  icon?: string | undefined;
@@ -162,8 +162,8 @@ export declare const accountActionApproveSchema: z.ZodEffects<z.ZodObject<{
162
162
  website: string | undefined;
163
163
  icon: string | undefined;
164
164
  id: string;
165
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
166
165
  name: string;
166
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
167
167
  } | undefined;
168
168
  }, {
169
169
  type: "NormalAccountAction";
@@ -176,8 +176,8 @@ export declare const accountActionApproveSchema: z.ZodEffects<z.ZodObject<{
176
176
  comment?: string | undefined;
177
177
  app?: {
178
178
  id: string;
179
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
180
179
  name: string;
180
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
181
181
  description?: string | undefined;
182
182
  website?: string | undefined;
183
183
  icon?: string | undefined;
@@ -189,8 +189,8 @@ export declare const accountActionApproveSchema: z.ZodEffects<z.ZodObject<{
189
189
  website: string | undefined;
190
190
  icon: string | undefined;
191
191
  id: string;
192
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
193
192
  name: string;
193
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
194
194
  } | undefined;
195
195
  type: "NormalAccountAction";
196
196
  timestamp: number;
@@ -210,8 +210,8 @@ export declare const accountActionApproveSchema: z.ZodEffects<z.ZodObject<{
210
210
  comment?: string | undefined;
211
211
  app?: {
212
212
  id: string;
213
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
214
213
  name: string;
214
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
215
215
  description?: string | undefined;
216
216
  website?: string | undefined;
217
217
  icon?: string | undefined;