@chainflip/processor 1.9.3 → 1.10.0

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 (445) hide show
  1. package/dist/100/bitcoinIngressEgress/ccmBroadcastRequested.d.cts +2 -2
  2. package/dist/100/bitcoinIngressEgress/ccmBroadcastRequested.d.ts +2 -2
  3. package/dist/100/bitcoinIngressEgress/ccmEgressInvalid.d.cts +20 -20
  4. package/dist/100/bitcoinIngressEgress/ccmEgressInvalid.d.ts +20 -20
  5. package/dist/100/bitcoinIngressEgress/depositFetchesScheduled.d.cts +2 -2
  6. package/dist/100/bitcoinIngressEgress/depositFetchesScheduled.d.ts +2 -2
  7. package/dist/100/bitcoinIngressEgress/depositIgnored.d.cts +24 -24
  8. package/dist/100/bitcoinIngressEgress/depositIgnored.d.ts +24 -24
  9. package/dist/100/bitcoinIngressEgress/depositReceived.d.cts +24 -24
  10. package/dist/100/bitcoinIngressEgress/depositReceived.d.ts +24 -24
  11. package/dist/100/bitcoinIngressEgress/depositWitnessRejected.d.cts +54 -54
  12. package/dist/100/bitcoinIngressEgress/depositWitnessRejected.d.ts +54 -54
  13. package/dist/100/bitcoinIngressEgress/egressScheduled.d.cts +20 -20
  14. package/dist/100/bitcoinIngressEgress/egressScheduled.d.ts +20 -20
  15. package/dist/100/bitcoinIngressEgress/vaultTransferFailed.d.cts +20 -20
  16. package/dist/100/bitcoinIngressEgress/vaultTransferFailed.d.ts +20 -20
  17. package/dist/100/environment/runtimeSafeModeUpdated.d.cts +12 -12
  18. package/dist/100/environment/runtimeSafeModeUpdated.d.ts +12 -12
  19. package/dist/100/ethereumBroadcaster/transactionBroadcastRequest.d.cts +8 -8
  20. package/dist/100/ethereumBroadcaster/transactionBroadcastRequest.d.ts +8 -8
  21. package/dist/100/ethereumIngressEgress/ccmBroadcastRequested.d.cts +2 -2
  22. package/dist/100/ethereumIngressEgress/ccmBroadcastRequested.d.ts +2 -2
  23. package/dist/100/ethereumIngressEgress/ccmEgressInvalid.d.cts +20 -20
  24. package/dist/100/ethereumIngressEgress/ccmEgressInvalid.d.ts +20 -20
  25. package/dist/100/ethereumIngressEgress/depositFetchesScheduled.d.cts +2 -2
  26. package/dist/100/ethereumIngressEgress/depositFetchesScheduled.d.ts +2 -2
  27. package/dist/100/ethereumIngressEgress/depositIgnored.d.cts +2 -2
  28. package/dist/100/ethereumIngressEgress/depositIgnored.d.ts +2 -2
  29. package/dist/100/ethereumIngressEgress/depositReceived.d.cts +2 -2
  30. package/dist/100/ethereumIngressEgress/depositReceived.d.ts +2 -2
  31. package/dist/100/ethereumIngressEgress/depositWitnessRejected.d.cts +20 -20
  32. package/dist/100/ethereumIngressEgress/depositWitnessRejected.d.ts +20 -20
  33. package/dist/100/liquidityPools/limitOrderUpdated.d.cts +8 -8
  34. package/dist/100/liquidityPools/limitOrderUpdated.d.ts +8 -8
  35. package/dist/100/liquidityPools/rangeOrderUpdated.d.cts +8 -8
  36. package/dist/100/liquidityPools/rangeOrderUpdated.d.ts +8 -8
  37. package/dist/100/liquidityProvider/accountCredited.d.cts +6 -6
  38. package/dist/100/liquidityProvider/accountCredited.d.ts +6 -6
  39. package/dist/100/liquidityProvider/accountDebited.d.cts +6 -6
  40. package/dist/100/liquidityProvider/accountDebited.d.ts +6 -6
  41. package/dist/100/liquidityProvider/liquidityDepositAddressReady.d.cts +8 -8
  42. package/dist/100/liquidityProvider/liquidityDepositAddressReady.d.ts +8 -8
  43. package/dist/100/liquidityProvider/withdrawalEgressScheduled.d.cts +6 -6
  44. package/dist/100/liquidityProvider/withdrawalEgressScheduled.d.ts +6 -6
  45. package/dist/100/swapping/batchSwapFailed.d.cts +8 -8
  46. package/dist/100/swapping/batchSwapFailed.d.ts +8 -8
  47. package/dist/100/swapping/ccmDepositReceived.d.cts +62 -62
  48. package/dist/100/swapping/ccmDepositReceived.d.ts +62 -62
  49. package/dist/100/swapping/ccmFailed.d.cts +62 -62
  50. package/dist/100/swapping/ccmFailed.d.ts +62 -62
  51. package/dist/100/swapping/minimumSwapAmountSet.d.cts +6 -6
  52. package/dist/100/swapping/minimumSwapAmountSet.d.ts +6 -6
  53. package/dist/100/swapping/swapAmountTooLow.d.cts +19 -19
  54. package/dist/100/swapping/swapAmountTooLow.d.ts +19 -19
  55. package/dist/100/swapping/swapDepositAddressReady.d.cts +26 -26
  56. package/dist/100/swapping/swapDepositAddressReady.d.ts +26 -26
  57. package/dist/100/swapping/swapEgressScheduled.d.cts +6 -6
  58. package/dist/100/swapping/swapEgressScheduled.d.ts +6 -6
  59. package/dist/100/swapping/swapExecuted.d.cts +12 -12
  60. package/dist/100/swapping/swapExecuted.d.ts +12 -12
  61. package/dist/100/swapping/swapScheduled.d.cts +91 -91
  62. package/dist/100/swapping/swapScheduled.d.ts +91 -91
  63. package/dist/100/swapping/withdrawalRequested.d.cts +4 -4
  64. package/dist/100/swapping/withdrawalRequested.d.ts +4 -4
  65. package/dist/11000/arbitrumIngressEgress/boostDelaySet.cjs +6 -0
  66. package/dist/11000/arbitrumIngressEgress/boostDelaySet.d.cts +11 -0
  67. package/dist/11000/arbitrumIngressEgress/boostDelaySet.d.ts +11 -0
  68. package/dist/11000/arbitrumIngressEgress/boostDelaySet.mjs +6 -0
  69. package/dist/11000/arbitrumIngressEgress/ccmEgressInvalid.cjs +14 -0
  70. package/dist/11000/arbitrumIngressEgress/ccmEgressInvalid.d.cts +970 -0
  71. package/dist/11000/arbitrumIngressEgress/ccmEgressInvalid.d.ts +970 -0
  72. package/dist/11000/arbitrumIngressEgress/ccmEgressInvalid.mjs +14 -0
  73. package/dist/11000/arbitrumIngressEgress/depositFailed.cjs +15 -0
  74. package/dist/11000/arbitrumIngressEgress/depositFailed.d.cts +1354 -0
  75. package/dist/11000/arbitrumIngressEgress/depositFailed.d.ts +1354 -0
  76. package/dist/11000/arbitrumIngressEgress/depositFailed.mjs +15 -0
  77. package/dist/11000/arbitrumIngressEgress/failedToBuildAllBatchCall.cjs +9 -0
  78. package/dist/11000/arbitrumIngressEgress/failedToBuildAllBatchCall.d.cts +977 -0
  79. package/dist/11000/arbitrumIngressEgress/failedToBuildAllBatchCall.d.ts +977 -0
  80. package/dist/11000/arbitrumIngressEgress/failedToBuildAllBatchCall.mjs +9 -0
  81. package/dist/11000/arbitrumIngressEgress/invalidCcmRefunded.cjs +11 -0
  82. package/dist/11000/arbitrumIngressEgress/invalidCcmRefunded.d.cts +27 -0
  83. package/dist/11000/arbitrumIngressEgress/invalidCcmRefunded.d.ts +27 -0
  84. package/dist/11000/arbitrumIngressEgress/invalidCcmRefunded.mjs +11 -0
  85. package/dist/11000/assethubIngressEgress/boostDelaySet.cjs +6 -0
  86. package/dist/11000/assethubIngressEgress/boostDelaySet.d.cts +11 -0
  87. package/dist/11000/assethubIngressEgress/boostDelaySet.d.ts +11 -0
  88. package/dist/11000/assethubIngressEgress/boostDelaySet.mjs +6 -0
  89. package/dist/11000/assethubIngressEgress/ccmEgressInvalid.cjs +14 -0
  90. package/dist/11000/assethubIngressEgress/ccmEgressInvalid.d.cts +970 -0
  91. package/dist/11000/assethubIngressEgress/ccmEgressInvalid.d.ts +970 -0
  92. package/dist/11000/assethubIngressEgress/ccmEgressInvalid.mjs +14 -0
  93. package/dist/11000/assethubIngressEgress/depositFailed.cjs +14 -0
  94. package/dist/11000/assethubIngressEgress/depositFailed.d.cts +1345 -0
  95. package/dist/11000/assethubIngressEgress/depositFailed.d.ts +1345 -0
  96. package/dist/11000/assethubIngressEgress/depositFailed.mjs +14 -0
  97. package/dist/11000/assethubIngressEgress/failedToBuildAllBatchCall.cjs +9 -0
  98. package/dist/11000/assethubIngressEgress/failedToBuildAllBatchCall.d.cts +977 -0
  99. package/dist/11000/assethubIngressEgress/failedToBuildAllBatchCall.d.ts +977 -0
  100. package/dist/11000/assethubIngressEgress/failedToBuildAllBatchCall.mjs +9 -0
  101. package/dist/11000/assethubIngressEgress/invalidCcmRefunded.cjs +11 -0
  102. package/dist/11000/assethubIngressEgress/invalidCcmRefunded.d.cts +27 -0
  103. package/dist/11000/assethubIngressEgress/invalidCcmRefunded.d.ts +27 -0
  104. package/dist/11000/assethubIngressEgress/invalidCcmRefunded.mjs +11 -0
  105. package/dist/11000/bitcoinIngressEgress/boostDelaySet.cjs +6 -0
  106. package/dist/11000/bitcoinIngressEgress/boostDelaySet.d.cts +11 -0
  107. package/dist/11000/bitcoinIngressEgress/boostDelaySet.d.ts +11 -0
  108. package/dist/11000/bitcoinIngressEgress/boostDelaySet.mjs +6 -0
  109. package/dist/11000/bitcoinIngressEgress/ccmEgressInvalid.cjs +14 -0
  110. package/dist/11000/bitcoinIngressEgress/ccmEgressInvalid.d.cts +970 -0
  111. package/dist/11000/bitcoinIngressEgress/ccmEgressInvalid.d.ts +970 -0
  112. package/dist/11000/bitcoinIngressEgress/ccmEgressInvalid.mjs +14 -0
  113. package/dist/11000/bitcoinIngressEgress/depositFailed.cjs +15 -0
  114. package/dist/11000/bitcoinIngressEgress/depositFailed.d.cts +2263 -0
  115. package/dist/11000/bitcoinIngressEgress/depositFailed.d.ts +2263 -0
  116. package/dist/11000/bitcoinIngressEgress/depositFailed.mjs +15 -0
  117. package/dist/11000/bitcoinIngressEgress/failedToBuildAllBatchCall.cjs +9 -0
  118. package/dist/11000/bitcoinIngressEgress/failedToBuildAllBatchCall.d.cts +977 -0
  119. package/dist/11000/bitcoinIngressEgress/failedToBuildAllBatchCall.d.ts +977 -0
  120. package/dist/11000/bitcoinIngressEgress/failedToBuildAllBatchCall.mjs +9 -0
  121. package/dist/11000/bitcoinIngressEgress/invalidCcmRefunded.cjs +11 -0
  122. package/dist/11000/bitcoinIngressEgress/invalidCcmRefunded.d.cts +122 -0
  123. package/dist/11000/bitcoinIngressEgress/invalidCcmRefunded.d.ts +122 -0
  124. package/dist/11000/bitcoinIngressEgress/invalidCcmRefunded.mjs +11 -0
  125. package/dist/11000/common.cjs +855 -0
  126. package/dist/11000/common.d.cts +19192 -0
  127. package/dist/11000/common.d.ts +19192 -0
  128. package/dist/11000/common.mjs +855 -0
  129. package/dist/11000/environment/runtimeSafeModeUpdated.cjs +9 -0
  130. package/dist/11000/environment/runtimeSafeModeUpdated.d.cts +1212 -0
  131. package/dist/11000/environment/runtimeSafeModeUpdated.d.ts +1212 -0
  132. package/dist/11000/environment/runtimeSafeModeUpdated.mjs +9 -0
  133. package/dist/11000/environment/solanaGovCallDispatched.cjs +10 -0
  134. package/dist/11000/environment/solanaGovCallDispatched.d.cts +94 -0
  135. package/dist/11000/environment/solanaGovCallDispatched.d.ts +94 -0
  136. package/dist/11000/environment/solanaGovCallDispatched.mjs +10 -0
  137. package/dist/11000/ethereumIngressEgress/boostDelaySet.cjs +6 -0
  138. package/dist/11000/ethereumIngressEgress/boostDelaySet.d.cts +11 -0
  139. package/dist/11000/ethereumIngressEgress/boostDelaySet.d.ts +11 -0
  140. package/dist/11000/ethereumIngressEgress/boostDelaySet.mjs +6 -0
  141. package/dist/11000/ethereumIngressEgress/ccmEgressInvalid.cjs +14 -0
  142. package/dist/11000/ethereumIngressEgress/ccmEgressInvalid.d.cts +970 -0
  143. package/dist/11000/ethereumIngressEgress/ccmEgressInvalid.d.ts +970 -0
  144. package/dist/11000/ethereumIngressEgress/ccmEgressInvalid.mjs +14 -0
  145. package/dist/11000/ethereumIngressEgress/depositFailed.cjs +15 -0
  146. package/dist/11000/ethereumIngressEgress/depositFailed.d.cts +1354 -0
  147. package/dist/11000/ethereumIngressEgress/depositFailed.d.ts +1354 -0
  148. package/dist/11000/ethereumIngressEgress/depositFailed.mjs +15 -0
  149. package/dist/11000/ethereumIngressEgress/failedToBuildAllBatchCall.cjs +9 -0
  150. package/dist/11000/ethereumIngressEgress/failedToBuildAllBatchCall.d.cts +977 -0
  151. package/dist/11000/ethereumIngressEgress/failedToBuildAllBatchCall.d.ts +977 -0
  152. package/dist/11000/ethereumIngressEgress/failedToBuildAllBatchCall.mjs +9 -0
  153. package/dist/11000/ethereumIngressEgress/invalidCcmRefunded.cjs +11 -0
  154. package/dist/11000/ethereumIngressEgress/invalidCcmRefunded.d.cts +27 -0
  155. package/dist/11000/ethereumIngressEgress/invalidCcmRefunded.d.ts +27 -0
  156. package/dist/11000/ethereumIngressEgress/invalidCcmRefunded.mjs +11 -0
  157. package/dist/11000/funding/rebalance.cjs +11 -0
  158. package/dist/11000/funding/rebalance.d.cts +17 -0
  159. package/dist/11000/funding/rebalance.d.ts +17 -0
  160. package/dist/11000/funding/rebalance.mjs +11 -0
  161. package/dist/11000/lendingPools/boostFundsAdded.cjs +11 -0
  162. package/dist/11000/lendingPools/boostFundsAdded.d.cts +44 -0
  163. package/dist/11000/lendingPools/boostFundsAdded.d.ts +44 -0
  164. package/dist/11000/lendingPools/boostFundsAdded.mjs +11 -0
  165. package/dist/11000/lendingPools/boostPoolCreated.cjs +9 -0
  166. package/dist/11000/lendingPools/boostPoolCreated.d.cts +38 -0
  167. package/dist/11000/lendingPools/boostPoolCreated.d.ts +38 -0
  168. package/dist/11000/lendingPools/boostPoolCreated.mjs +9 -0
  169. package/dist/11000/lendingPools/palletConfigUpdated.cjs +9 -0
  170. package/dist/11000/lendingPools/palletConfigUpdated.d.cts +26 -0
  171. package/dist/11000/lendingPools/palletConfigUpdated.d.ts +26 -0
  172. package/dist/11000/lendingPools/palletConfigUpdated.mjs +9 -0
  173. package/dist/11000/lendingPools/stoppedBoosting.cjs +12 -0
  174. package/dist/11000/lendingPools/stoppedBoosting.d.cts +47 -0
  175. package/dist/11000/lendingPools/stoppedBoosting.d.ts +47 -0
  176. package/dist/11000/lendingPools/stoppedBoosting.mjs +12 -0
  177. package/dist/11000/polkadotIngressEgress/boostDelaySet.cjs +6 -0
  178. package/dist/11000/polkadotIngressEgress/boostDelaySet.d.cts +11 -0
  179. package/dist/11000/polkadotIngressEgress/boostDelaySet.d.ts +11 -0
  180. package/dist/11000/polkadotIngressEgress/boostDelaySet.mjs +6 -0
  181. package/dist/11000/polkadotIngressEgress/ccmEgressInvalid.cjs +14 -0
  182. package/dist/11000/polkadotIngressEgress/ccmEgressInvalid.d.cts +970 -0
  183. package/dist/11000/polkadotIngressEgress/ccmEgressInvalid.d.ts +970 -0
  184. package/dist/11000/polkadotIngressEgress/ccmEgressInvalid.mjs +14 -0
  185. package/dist/11000/polkadotIngressEgress/depositFailed.cjs +14 -0
  186. package/dist/11000/polkadotIngressEgress/depositFailed.d.cts +1345 -0
  187. package/dist/11000/polkadotIngressEgress/depositFailed.d.ts +1345 -0
  188. package/dist/11000/polkadotIngressEgress/depositFailed.mjs +14 -0
  189. package/dist/11000/polkadotIngressEgress/failedToBuildAllBatchCall.cjs +9 -0
  190. package/dist/11000/polkadotIngressEgress/failedToBuildAllBatchCall.d.cts +977 -0
  191. package/dist/11000/polkadotIngressEgress/failedToBuildAllBatchCall.d.ts +977 -0
  192. package/dist/11000/polkadotIngressEgress/failedToBuildAllBatchCall.mjs +9 -0
  193. package/dist/11000/polkadotIngressEgress/invalidCcmRefunded.cjs +11 -0
  194. package/dist/11000/polkadotIngressEgress/invalidCcmRefunded.d.cts +27 -0
  195. package/dist/11000/polkadotIngressEgress/invalidCcmRefunded.d.ts +27 -0
  196. package/dist/11000/polkadotIngressEgress/invalidCcmRefunded.mjs +11 -0
  197. package/dist/11000/solanaElections/unknownElection.cjs +13 -0
  198. package/dist/11000/solanaElections/unknownElection.d.cts +53 -0
  199. package/dist/11000/solanaElections/unknownElection.d.ts +53 -0
  200. package/dist/11000/solanaElections/unknownElection.mjs +13 -0
  201. package/dist/11000/solanaIngressEgress/boostDelaySet.cjs +6 -0
  202. package/dist/11000/solanaIngressEgress/boostDelaySet.d.cts +11 -0
  203. package/dist/11000/solanaIngressEgress/boostDelaySet.d.ts +11 -0
  204. package/dist/11000/solanaIngressEgress/boostDelaySet.mjs +6 -0
  205. package/dist/11000/solanaIngressEgress/ccmEgressInvalid.cjs +14 -0
  206. package/dist/11000/solanaIngressEgress/ccmEgressInvalid.d.cts +970 -0
  207. package/dist/11000/solanaIngressEgress/ccmEgressInvalid.d.ts +970 -0
  208. package/dist/11000/solanaIngressEgress/ccmEgressInvalid.mjs +14 -0
  209. package/dist/11000/solanaIngressEgress/depositFailed.cjs +15 -0
  210. package/dist/11000/solanaIngressEgress/depositFailed.d.cts +1304 -0
  211. package/dist/11000/solanaIngressEgress/depositFailed.d.ts +1304 -0
  212. package/dist/11000/solanaIngressEgress/depositFailed.mjs +15 -0
  213. package/dist/11000/solanaIngressEgress/failedToBuildAllBatchCall.cjs +9 -0
  214. package/dist/11000/solanaIngressEgress/failedToBuildAllBatchCall.d.cts +977 -0
  215. package/dist/11000/solanaIngressEgress/failedToBuildAllBatchCall.d.ts +977 -0
  216. package/dist/11000/solanaIngressEgress/failedToBuildAllBatchCall.mjs +9 -0
  217. package/dist/11000/solanaIngressEgress/invalidCcmRefunded.cjs +11 -0
  218. package/dist/11000/solanaIngressEgress/invalidCcmRefunded.d.cts +27 -0
  219. package/dist/11000/solanaIngressEgress/invalidCcmRefunded.d.ts +27 -0
  220. package/dist/11000/solanaIngressEgress/invalidCcmRefunded.mjs +11 -0
  221. package/dist/11000/swapping/palletConfigUpdated.cjs +7 -0
  222. package/dist/11000/swapping/palletConfigUpdated.d.cts +254 -0
  223. package/dist/11000/swapping/palletConfigUpdated.d.ts +254 -0
  224. package/dist/11000/swapping/palletConfigUpdated.mjs +7 -0
  225. package/dist/11000/swapping/refundEgressScheduled.cjs +18 -0
  226. package/dist/11000/swapping/refundEgressScheduled.d.cts +56 -0
  227. package/dist/11000/swapping/refundEgressScheduled.d.ts +56 -0
  228. package/dist/11000/swapping/refundEgressScheduled.mjs +18 -0
  229. package/dist/11000/swapping/refundedOnChain.cjs +13 -0
  230. package/dist/11000/swapping/refundedOnChain.d.cts +33 -0
  231. package/dist/11000/swapping/refundedOnChain.d.ts +33 -0
  232. package/dist/11000/swapping/refundedOnChain.mjs +13 -0
  233. package/dist/11000/swapping/swapDepositAddressReady.cjs +31 -0
  234. package/dist/11000/swapping/swapDepositAddressReady.d.cts +656 -0
  235. package/dist/11000/swapping/swapDepositAddressReady.d.ts +656 -0
  236. package/dist/11000/swapping/swapDepositAddressReady.mjs +31 -0
  237. package/dist/11000/swapping/swapRequested.cjs +25 -0
  238. package/dist/11000/swapping/swapRequested.d.cts +1433 -0
  239. package/dist/11000/swapping/swapRequested.d.ts +1433 -0
  240. package/dist/11000/swapping/swapRequested.mjs +25 -0
  241. package/dist/11000/tradingStrategy/strategyDeployed.cjs +11 -0
  242. package/dist/11000/tradingStrategy/strategyDeployed.d.cts +86 -0
  243. package/dist/11000/tradingStrategy/strategyDeployed.d.ts +86 -0
  244. package/dist/11000/tradingStrategy/strategyDeployed.mjs +11 -0
  245. package/dist/131/bitcoinBroadcaster/transactionBroadcastRequest.d.cts +2 -2
  246. package/dist/131/bitcoinBroadcaster/transactionBroadcastRequest.d.ts +2 -2
  247. package/dist/131/liquidityPools/limitOrderUpdated.d.cts +8 -8
  248. package/dist/131/liquidityPools/limitOrderUpdated.d.ts +8 -8
  249. package/dist/131/liquidityPools/rangeOrderUpdated.d.cts +8 -8
  250. package/dist/131/liquidityPools/rangeOrderUpdated.d.ts +8 -8
  251. package/dist/131/swapping/batchSwapFailed.d.cts +2 -2
  252. package/dist/131/swapping/batchSwapFailed.d.ts +2 -2
  253. package/dist/141/arbitrumIngressEgress/boostFundsAdded.d.cts +4 -4
  254. package/dist/141/arbitrumIngressEgress/boostFundsAdded.d.ts +4 -4
  255. package/dist/141/arbitrumIngressEgress/stoppedBoosting.d.cts +2 -2
  256. package/dist/141/arbitrumIngressEgress/stoppedBoosting.d.ts +2 -2
  257. package/dist/141/ethereumIngressEgress/boostFundsAdded.d.cts +2 -2
  258. package/dist/141/ethereumIngressEgress/boostFundsAdded.d.ts +2 -2
  259. package/dist/141/ethereumIngressEgress/depositBoosted.d.cts +4 -4
  260. package/dist/141/ethereumIngressEgress/depositBoosted.d.ts +4 -4
  261. package/dist/141/ethereumIngressEgress/depositFinalised.d.cts +4 -4
  262. package/dist/141/ethereumIngressEgress/depositFinalised.d.ts +4 -4
  263. package/dist/141/ethereumIngressEgress/insufficientBoostLiquidity.d.cts +3 -3
  264. package/dist/141/ethereumIngressEgress/insufficientBoostLiquidity.d.ts +3 -3
  265. package/dist/150/arbitrumIngressEgress/ccmBroadcastRequested.d.cts +2 -2
  266. package/dist/150/arbitrumIngressEgress/ccmBroadcastRequested.d.ts +2 -2
  267. package/dist/150/arbitrumIngressEgress/ccmEgressInvalid.d.cts +4 -4
  268. package/dist/150/arbitrumIngressEgress/ccmEgressInvalid.d.ts +4 -4
  269. package/dist/150/bitcoinIngressEgress/ccmEgressInvalid.d.cts +4 -4
  270. package/dist/150/bitcoinIngressEgress/ccmEgressInvalid.d.ts +4 -4
  271. package/dist/150/ethereumIngressEgress/ccmBroadcastRequested.d.cts +2 -2
  272. package/dist/150/ethereumIngressEgress/ccmBroadcastRequested.d.ts +2 -2
  273. package/dist/150/ethereumIngressEgress/ccmEgressInvalid.d.cts +4 -4
  274. package/dist/150/ethereumIngressEgress/ccmEgressInvalid.d.ts +4 -4
  275. package/dist/150/liquidityPools/limitOrderUpdated.d.cts +8 -8
  276. package/dist/150/liquidityPools/limitOrderUpdated.d.ts +8 -8
  277. package/dist/150/liquidityPools/rangeOrderUpdated.d.cts +8 -8
  278. package/dist/150/liquidityPools/rangeOrderUpdated.d.ts +8 -8
  279. package/dist/150/liquidityProvider/accountCredited.d.cts +2 -2
  280. package/dist/150/liquidityProvider/accountCredited.d.ts +2 -2
  281. package/dist/150/liquidityProvider/accountDebited.d.cts +2 -2
  282. package/dist/150/liquidityProvider/accountDebited.d.ts +2 -2
  283. package/dist/150/liquidityProvider/assetTransferred.d.cts +3 -3
  284. package/dist/150/liquidityProvider/assetTransferred.d.ts +3 -3
  285. package/dist/150/liquidityProvider/liquidityDepositAddressReady.d.cts +2 -2
  286. package/dist/150/liquidityProvider/liquidityDepositAddressReady.d.ts +2 -2
  287. package/dist/150/liquidityProvider/liquidityDepositCredited.d.cts +2 -2
  288. package/dist/150/liquidityProvider/liquidityDepositCredited.d.ts +2 -2
  289. package/dist/150/liquidityProvider/liquidityRefundAddressRegistered.d.cts +2 -2
  290. package/dist/150/liquidityProvider/liquidityRefundAddressRegistered.d.ts +2 -2
  291. package/dist/150/polkadotIngressEgress/ccmEgressInvalid.d.cts +4 -4
  292. package/dist/150/polkadotIngressEgress/ccmEgressInvalid.d.ts +4 -4
  293. package/dist/150/solanaBroadcaster/broadcastCallbackExecuted.d.cts +28 -28
  294. package/dist/150/solanaBroadcaster/broadcastCallbackExecuted.d.ts +28 -28
  295. package/dist/150/solanaThresholdSigner/failureReportProcessed.d.cts +2 -2
  296. package/dist/150/solanaThresholdSigner/failureReportProcessed.d.ts +2 -2
  297. package/dist/150/solanaThresholdSigner/retryRequested.d.cts +2 -2
  298. package/dist/150/solanaThresholdSigner/retryRequested.d.ts +2 -2
  299. package/dist/150/solanaThresholdSigner/thresholdDispatchComplete.d.cts +2 -2
  300. package/dist/150/solanaThresholdSigner/thresholdDispatchComplete.d.ts +2 -2
  301. package/dist/150/solanaThresholdSigner/thresholdSignatureFailed.d.cts +2 -2
  302. package/dist/150/solanaThresholdSigner/thresholdSignatureFailed.d.ts +2 -2
  303. package/dist/150/solanaThresholdSigner/thresholdSignatureRequest.d.cts +2 -2
  304. package/dist/150/solanaThresholdSigner/thresholdSignatureRequest.d.ts +2 -2
  305. package/dist/150/solanaThresholdSigner/thresholdSignatureSuccess.d.cts +2 -2
  306. package/dist/150/solanaThresholdSigner/thresholdSignatureSuccess.d.ts +2 -2
  307. package/dist/160/polkadotIngressEgress/ccmEgressInvalid.d.cts +61 -61
  308. package/dist/160/polkadotIngressEgress/ccmEgressInvalid.d.ts +61 -61
  309. package/dist/160/polkadotIngressEgress/depositBoosted.d.cts +8 -8
  310. package/dist/160/polkadotIngressEgress/depositBoosted.d.ts +8 -8
  311. package/dist/160/polkadotIngressEgress/depositFinalised.d.cts +6 -6
  312. package/dist/160/polkadotIngressEgress/depositFinalised.d.ts +6 -6
  313. package/dist/160/solanaBroadcaster/transactionBroadcastRequest.d.cts +2 -2
  314. package/dist/160/solanaBroadcaster/transactionBroadcastRequest.d.ts +2 -2
  315. package/dist/160/solanaIngressEgress/boostFundsAdded.d.cts +2 -2
  316. package/dist/160/solanaIngressEgress/boostFundsAdded.d.ts +2 -2
  317. package/dist/160/solanaIngressEgress/ccmEgressInvalid.d.cts +50 -50
  318. package/dist/160/solanaIngressEgress/ccmEgressInvalid.d.ts +50 -50
  319. package/dist/160/solanaIngressEgress/depositFinalised.d.cts +2 -2
  320. package/dist/160/solanaIngressEgress/depositFinalised.d.ts +2 -2
  321. package/dist/160/solanaIngressEgress/depositIgnored.d.cts +2 -2
  322. package/dist/160/solanaIngressEgress/depositIgnored.d.ts +2 -2
  323. package/dist/160/solanaIngressEgress/depositWitnessRejected.d.cts +20 -20
  324. package/dist/160/solanaIngressEgress/depositWitnessRejected.d.ts +20 -20
  325. package/dist/170/arbitrumIngressEgress/boostedDepositLost.d.cts +2 -2
  326. package/dist/170/arbitrumIngressEgress/boostedDepositLost.d.ts +2 -2
  327. package/dist/170/arbitrumIngressEgress/ccmFailed.d.cts +37 -37
  328. package/dist/170/arbitrumIngressEgress/ccmFailed.d.ts +37 -37
  329. package/dist/170/arbitrumIngressEgress/depositIgnored.d.cts +6 -6
  330. package/dist/170/arbitrumIngressEgress/depositIgnored.d.ts +6 -6
  331. package/dist/170/arbitrumIngressEgress/failedToBuildAllBatchCall.d.cts +50 -50
  332. package/dist/170/arbitrumIngressEgress/failedToBuildAllBatchCall.d.ts +50 -50
  333. package/dist/170/solanaIngressEgress/boostedDepositLost.d.cts +2 -2
  334. package/dist/170/solanaIngressEgress/boostedDepositLost.d.ts +2 -2
  335. package/dist/170/solanaIngressEgress/depositIgnored.d.cts +2 -2
  336. package/dist/170/solanaIngressEgress/depositIgnored.d.ts +2 -2
  337. package/dist/170/swapping/minimumChunkSizeSet.d.cts +2 -2
  338. package/dist/170/swapping/minimumChunkSizeSet.d.ts +2 -2
  339. package/dist/170/swapping/swapRequested.d.cts +27 -27
  340. package/dist/170/swapping/swapRequested.d.ts +27 -27
  341. package/dist/180/arbitrumIngressEgress/ccmEgressInvalid.d.cts +61 -61
  342. package/dist/180/arbitrumIngressEgress/ccmEgressInvalid.d.ts +61 -61
  343. package/dist/180/arbitrumIngressEgress/depositBoosted.d.cts +6 -6
  344. package/dist/180/arbitrumIngressEgress/depositBoosted.d.ts +6 -6
  345. package/dist/180/arbitrumIngressEgress/depositFailed.d.cts +179 -179
  346. package/dist/180/arbitrumIngressEgress/depositFailed.d.ts +179 -179
  347. package/dist/180/arbitrumIngressEgress/depositFinalised.d.cts +2 -2
  348. package/dist/180/arbitrumIngressEgress/depositFinalised.d.ts +2 -2
  349. package/dist/180/arbitrumIngressEgress/failedToBuildAllBatchCall.d.cts +57 -57
  350. package/dist/180/arbitrumIngressEgress/failedToBuildAllBatchCall.d.ts +57 -57
  351. package/dist/180/arbitrumIngressEgress/insufficientBoostLiquidity.d.cts +2 -2
  352. package/dist/180/arbitrumIngressEgress/insufficientBoostLiquidity.d.ts +2 -2
  353. package/dist/180/bitcoinIngressEgress/ccmEgressInvalid.d.cts +24 -24
  354. package/dist/180/bitcoinIngressEgress/ccmEgressInvalid.d.ts +24 -24
  355. package/dist/180/bitcoinIngressEgress/depositBoosted.d.cts +4 -4
  356. package/dist/180/bitcoinIngressEgress/depositBoosted.d.ts +4 -4
  357. package/dist/180/bitcoinIngressEgress/depositFailed.d.cts +26 -26
  358. package/dist/180/bitcoinIngressEgress/depositFailed.d.ts +26 -26
  359. package/dist/180/bitcoinIngressEgress/depositFinalised.d.cts +2 -2
  360. package/dist/180/bitcoinIngressEgress/depositFinalised.d.ts +2 -2
  361. package/dist/180/bitcoinIngressEgress/failedToBuildAllBatchCall.d.cts +20 -20
  362. package/dist/180/bitcoinIngressEgress/failedToBuildAllBatchCall.d.ts +20 -20
  363. package/dist/180/bitcoinIngressEgress/insufficientBoostLiquidity.d.cts +2 -2
  364. package/dist/180/bitcoinIngressEgress/insufficientBoostLiquidity.d.ts +2 -2
  365. package/dist/180/solanaIngressEgress/ccmEgressInvalid.d.cts +61 -61
  366. package/dist/180/solanaIngressEgress/ccmEgressInvalid.d.ts +61 -61
  367. package/dist/180/solanaIngressEgress/depositBoosted.d.cts +6 -6
  368. package/dist/180/solanaIngressEgress/depositBoosted.d.ts +6 -6
  369. package/dist/180/solanaIngressEgress/depositFailed.d.cts +167 -167
  370. package/dist/180/solanaIngressEgress/depositFailed.d.ts +167 -167
  371. package/dist/180/solanaIngressEgress/depositFinalised.d.cts +2 -2
  372. package/dist/180/solanaIngressEgress/depositFinalised.d.ts +2 -2
  373. package/dist/180/solanaIngressEgress/failedToBuildAllBatchCall.d.cts +57 -57
  374. package/dist/180/solanaIngressEgress/failedToBuildAllBatchCall.d.ts +57 -57
  375. package/dist/180/solanaIngressEgress/insufficientBoostLiquidity.d.cts +2 -2
  376. package/dist/180/solanaIngressEgress/insufficientBoostLiquidity.d.ts +2 -2
  377. package/dist/180/swapping/swapDepositAddressReady.d.cts +2 -2
  378. package/dist/180/swapping/swapDepositAddressReady.d.ts +2 -2
  379. package/dist/180/swapping/swapRequested.d.cts +4 -4
  380. package/dist/180/swapping/swapRequested.d.ts +4 -4
  381. package/dist/190/arbitrumIngressEgress/ccmBroadcastRequested.d.cts +2 -2
  382. package/dist/190/arbitrumIngressEgress/ccmBroadcastRequested.d.ts +2 -2
  383. package/dist/190/arbitrumIngressEgress/ccmEgressInvalid.d.cts +54 -54
  384. package/dist/190/arbitrumIngressEgress/ccmEgressInvalid.d.ts +54 -54
  385. package/dist/190/arbitrumIngressEgress/depositBoosted.d.cts +10 -10
  386. package/dist/190/arbitrumIngressEgress/depositBoosted.d.ts +10 -10
  387. package/dist/190/arbitrumIngressEgress/depositFailed.d.cts +184 -184
  388. package/dist/190/arbitrumIngressEgress/depositFailed.d.ts +184 -184
  389. package/dist/190/arbitrumIngressEgress/depositFinalised.d.cts +6 -6
  390. package/dist/190/arbitrumIngressEgress/depositFinalised.d.ts +6 -6
  391. package/dist/190/arbitrumIngressEgress/failedToBuildAllBatchCall.d.cts +50 -50
  392. package/dist/190/arbitrumIngressEgress/failedToBuildAllBatchCall.d.ts +50 -50
  393. package/dist/190/arbitrumIngressEgress/transferFallbackRequested.d.cts +2 -2
  394. package/dist/190/arbitrumIngressEgress/transferFallbackRequested.d.ts +2 -2
  395. package/dist/190/assetBalances/accountCredited.d.cts +2 -2
  396. package/dist/190/assetBalances/accountCredited.d.ts +2 -2
  397. package/dist/190/assetBalances/accountDebited.d.cts +2 -2
  398. package/dist/190/assetBalances/accountDebited.d.ts +2 -2
  399. package/dist/190/assethubIngressEgress/ccmBroadcastRequested.d.cts +2 -2
  400. package/dist/190/assethubIngressEgress/ccmBroadcastRequested.d.ts +2 -2
  401. package/dist/190/assethubIngressEgress/ccmEgressInvalid.d.cts +50 -50
  402. package/dist/190/assethubIngressEgress/ccmEgressInvalid.d.ts +50 -50
  403. package/dist/190/assethubIngressEgress/depositFailed.d.cts +170 -170
  404. package/dist/190/assethubIngressEgress/depositFailed.d.ts +170 -170
  405. package/dist/190/assethubIngressEgress/depositFetchesScheduled.d.cts +2 -2
  406. package/dist/190/assethubIngressEgress/depositFetchesScheduled.d.ts +2 -2
  407. package/dist/190/assethubIngressEgress/failedToBuildAllBatchCall.d.cts +50 -50
  408. package/dist/190/assethubIngressEgress/failedToBuildAllBatchCall.d.ts +50 -50
  409. package/dist/190/assethubIngressEgress/transactionRejectedByBroker.d.cts +2 -2
  410. package/dist/190/assethubIngressEgress/transactionRejectedByBroker.d.ts +2 -2
  411. package/dist/190/assethubIngressEgress/transferFallbackRequested.d.cts +2 -2
  412. package/dist/190/assethubIngressEgress/transferFallbackRequested.d.ts +2 -2
  413. package/dist/190/bitcoinIngressEgress/ccmEgressInvalid.d.cts +4 -4
  414. package/dist/190/bitcoinIngressEgress/ccmEgressInvalid.d.ts +4 -4
  415. package/dist/190/environment/runtimeSafeModeUpdated.d.cts +40 -40
  416. package/dist/190/environment/runtimeSafeModeUpdated.d.ts +40 -40
  417. package/dist/190/liquidityProvider/assetTransferred.d.cts +3 -3
  418. package/dist/190/liquidityProvider/assetTransferred.d.ts +3 -3
  419. package/dist/190/liquidityProvider/liquidityDepositAddressReady.d.cts +4 -4
  420. package/dist/190/liquidityProvider/liquidityDepositAddressReady.d.ts +4 -4
  421. package/dist/190/solanaIngressEgress/ccmEgressInvalid.d.cts +4 -4
  422. package/dist/190/solanaIngressEgress/ccmEgressInvalid.d.ts +4 -4
  423. package/dist/190/swapping/batchSwapFailed.d.cts +2 -2
  424. package/dist/190/swapping/batchSwapFailed.d.ts +2 -2
  425. package/dist/190/swapping/creditedOnChain.d.cts +4 -4
  426. package/dist/190/swapping/creditedOnChain.d.ts +4 -4
  427. package/dist/190/swapping/refundEgressIgnored.d.cts +18 -18
  428. package/dist/190/swapping/refundEgressIgnored.d.ts +18 -18
  429. package/dist/190/swapping/refundEgressScheduled.d.cts +2 -2
  430. package/dist/190/swapping/refundEgressScheduled.d.ts +2 -2
  431. package/dist/190/swapping/refundedOnChain.d.cts +4 -4
  432. package/dist/190/swapping/refundedOnChain.d.ts +4 -4
  433. package/dist/190/swapping/swapAmountConfiscated.d.cts +2 -2
  434. package/dist/190/swapping/swapAmountConfiscated.d.ts +2 -2
  435. package/dist/190/swapping/swapDepositAddressReady.d.cts +13 -13
  436. package/dist/190/swapping/swapDepositAddressReady.d.ts +13 -13
  437. package/dist/190/swapping/swapEgressIgnored.d.cts +18 -18
  438. package/dist/190/swapping/swapEgressIgnored.d.ts +18 -18
  439. package/dist/190/swapping/swapEgressScheduled.d.cts +2 -2
  440. package/dist/190/swapping/swapEgressScheduled.d.ts +2 -2
  441. package/dist/190/swapping/swapRequested.d.cts +70 -70
  442. package/dist/190/swapping/swapRequested.d.ts +70 -70
  443. package/dist/190/swapping/withdrawalRequested.d.cts +4 -4
  444. package/dist/190/swapping/withdrawalRequested.d.ts +4 -4
  445. package/package.json +3 -3
@@ -26,20 +26,20 @@ declare const liquidityPoolsLimitOrderUpdated: z.ZodObject<{
26
26
  __kind: z.ZodLiteral<"Increase">;
27
27
  value: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
28
28
  }, "strip", z.ZodTypeAny, {
29
- __kind: "Increase";
30
29
  value: bigint;
31
- }, {
32
30
  __kind: "Increase";
31
+ }, {
33
32
  value: string | number;
33
+ __kind: "Increase";
34
34
  }>, z.ZodObject<{
35
35
  __kind: z.ZodLiteral<"Decrease">;
36
36
  value: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
37
37
  }, "strip", z.ZodTypeAny, {
38
- __kind: "Decrease";
39
38
  value: bigint;
40
- }, {
41
39
  __kind: "Decrease";
40
+ }, {
42
41
  value: string | number;
42
+ __kind: "Decrease";
43
43
  }>]>>>;
44
44
  amountTotal: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
45
45
  collectedFees: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
@@ -54,11 +54,11 @@ declare const liquidityPoolsLimitOrderUpdated: z.ZodObject<{
54
54
  collectedFees: bigint;
55
55
  boughtAmount: bigint;
56
56
  amountChange?: {
57
- __kind: "Increase";
58
57
  value: bigint;
58
+ __kind: "Increase";
59
59
  } | {
60
- __kind: "Decrease";
61
60
  value: bigint;
61
+ __kind: "Decrease";
62
62
  } | null | undefined;
63
63
  }, {
64
64
  lp: string;
@@ -74,11 +74,11 @@ declare const liquidityPoolsLimitOrderUpdated: z.ZodObject<{
74
74
  collectedFees: string | number;
75
75
  boughtAmount: string | number;
76
76
  amountChange?: {
77
- __kind: "Increase";
78
77
  value: string | number;
78
+ __kind: "Increase";
79
79
  } | {
80
- __kind: "Decrease";
81
80
  value: string | number;
81
+ __kind: "Decrease";
82
82
  } | null | undefined;
83
83
  }>;
84
84
 
@@ -59,7 +59,6 @@ declare const liquidityPoolsRangeOrderUpdated: z.ZodObject<{
59
59
  };
60
60
  }>;
61
61
  }, "strip", z.ZodTypeAny, {
62
- __kind: "Increase";
63
62
  value: {
64
63
  liquidity: bigint;
65
64
  amounts: {
@@ -67,8 +66,8 @@ declare const liquidityPoolsRangeOrderUpdated: z.ZodObject<{
67
66
  pair: bigint;
68
67
  };
69
68
  };
70
- }, {
71
69
  __kind: "Increase";
70
+ }, {
72
71
  value: {
73
72
  liquidity: string | number;
74
73
  amounts: {
@@ -76,6 +75,7 @@ declare const liquidityPoolsRangeOrderUpdated: z.ZodObject<{
76
75
  pair: string | number;
77
76
  };
78
77
  };
78
+ __kind: "Increase";
79
79
  }>, z.ZodObject<{
80
80
  __kind: z.ZodLiteral<"Decrease">;
81
81
  value: z.ZodObject<{
@@ -104,7 +104,6 @@ declare const liquidityPoolsRangeOrderUpdated: z.ZodObject<{
104
104
  };
105
105
  }>;
106
106
  }, "strip", z.ZodTypeAny, {
107
- __kind: "Decrease";
108
107
  value: {
109
108
  liquidity: bigint;
110
109
  amounts: {
@@ -112,8 +111,8 @@ declare const liquidityPoolsRangeOrderUpdated: z.ZodObject<{
112
111
  pair: bigint;
113
112
  };
114
113
  };
115
- }, {
116
114
  __kind: "Decrease";
115
+ }, {
117
116
  value: {
118
117
  liquidity: string | number;
119
118
  amounts: {
@@ -121,6 +120,7 @@ declare const liquidityPoolsRangeOrderUpdated: z.ZodObject<{
121
120
  pair: string | number;
122
121
  };
123
122
  };
123
+ __kind: "Decrease";
124
124
  }>]>>>;
125
125
  liquidityTotal: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
126
126
  collectedFees: z.ZodObject<{
@@ -148,7 +148,6 @@ declare const liquidityPoolsRangeOrderUpdated: z.ZodObject<{
148
148
  };
149
149
  liquidityTotal: bigint;
150
150
  sizeChange?: {
151
- __kind: "Increase";
152
151
  value: {
153
152
  liquidity: bigint;
154
153
  amounts: {
@@ -156,8 +155,8 @@ declare const liquidityPoolsRangeOrderUpdated: z.ZodObject<{
156
155
  pair: bigint;
157
156
  };
158
157
  };
158
+ __kind: "Increase";
159
159
  } | {
160
- __kind: "Decrease";
161
160
  value: {
162
161
  liquidity: bigint;
163
162
  amounts: {
@@ -165,6 +164,7 @@ declare const liquidityPoolsRangeOrderUpdated: z.ZodObject<{
165
164
  pair: bigint;
166
165
  };
167
166
  };
167
+ __kind: "Decrease";
168
168
  } | null | undefined;
169
169
  }, {
170
170
  lp: string;
@@ -185,7 +185,6 @@ declare const liquidityPoolsRangeOrderUpdated: z.ZodObject<{
185
185
  };
186
186
  liquidityTotal: string | number;
187
187
  sizeChange?: {
188
- __kind: "Increase";
189
188
  value: {
190
189
  liquidity: string | number;
191
190
  amounts: {
@@ -193,8 +192,8 @@ declare const liquidityPoolsRangeOrderUpdated: z.ZodObject<{
193
192
  pair: string | number;
194
193
  };
195
194
  };
195
+ __kind: "Increase";
196
196
  } | {
197
- __kind: "Decrease";
198
197
  value: {
199
198
  liquidity: string | number;
200
199
  amounts: {
@@ -202,6 +201,7 @@ declare const liquidityPoolsRangeOrderUpdated: z.ZodObject<{
202
201
  pair: string | number;
203
202
  };
204
203
  };
204
+ __kind: "Decrease";
205
205
  } | null | undefined;
206
206
  }>;
207
207
 
@@ -59,7 +59,6 @@ declare const liquidityPoolsRangeOrderUpdated: z.ZodObject<{
59
59
  };
60
60
  }>;
61
61
  }, "strip", z.ZodTypeAny, {
62
- __kind: "Increase";
63
62
  value: {
64
63
  liquidity: bigint;
65
64
  amounts: {
@@ -67,8 +66,8 @@ declare const liquidityPoolsRangeOrderUpdated: z.ZodObject<{
67
66
  pair: bigint;
68
67
  };
69
68
  };
70
- }, {
71
69
  __kind: "Increase";
70
+ }, {
72
71
  value: {
73
72
  liquidity: string | number;
74
73
  amounts: {
@@ -76,6 +75,7 @@ declare const liquidityPoolsRangeOrderUpdated: z.ZodObject<{
76
75
  pair: string | number;
77
76
  };
78
77
  };
78
+ __kind: "Increase";
79
79
  }>, z.ZodObject<{
80
80
  __kind: z.ZodLiteral<"Decrease">;
81
81
  value: z.ZodObject<{
@@ -104,7 +104,6 @@ declare const liquidityPoolsRangeOrderUpdated: z.ZodObject<{
104
104
  };
105
105
  }>;
106
106
  }, "strip", z.ZodTypeAny, {
107
- __kind: "Decrease";
108
107
  value: {
109
108
  liquidity: bigint;
110
109
  amounts: {
@@ -112,8 +111,8 @@ declare const liquidityPoolsRangeOrderUpdated: z.ZodObject<{
112
111
  pair: bigint;
113
112
  };
114
113
  };
115
- }, {
116
114
  __kind: "Decrease";
115
+ }, {
117
116
  value: {
118
117
  liquidity: string | number;
119
118
  amounts: {
@@ -121,6 +120,7 @@ declare const liquidityPoolsRangeOrderUpdated: z.ZodObject<{
121
120
  pair: string | number;
122
121
  };
123
122
  };
123
+ __kind: "Decrease";
124
124
  }>]>>>;
125
125
  liquidityTotal: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
126
126
  collectedFees: z.ZodObject<{
@@ -148,7 +148,6 @@ declare const liquidityPoolsRangeOrderUpdated: z.ZodObject<{
148
148
  };
149
149
  liquidityTotal: bigint;
150
150
  sizeChange?: {
151
- __kind: "Increase";
152
151
  value: {
153
152
  liquidity: bigint;
154
153
  amounts: {
@@ -156,8 +155,8 @@ declare const liquidityPoolsRangeOrderUpdated: z.ZodObject<{
156
155
  pair: bigint;
157
156
  };
158
157
  };
158
+ __kind: "Increase";
159
159
  } | {
160
- __kind: "Decrease";
161
160
  value: {
162
161
  liquidity: bigint;
163
162
  amounts: {
@@ -165,6 +164,7 @@ declare const liquidityPoolsRangeOrderUpdated: z.ZodObject<{
165
164
  pair: bigint;
166
165
  };
167
166
  };
167
+ __kind: "Decrease";
168
168
  } | null | undefined;
169
169
  }, {
170
170
  lp: string;
@@ -185,7 +185,6 @@ declare const liquidityPoolsRangeOrderUpdated: z.ZodObject<{
185
185
  };
186
186
  liquidityTotal: string | number;
187
187
  sizeChange?: {
188
- __kind: "Increase";
189
188
  value: {
190
189
  liquidity: string | number;
191
190
  amounts: {
@@ -193,8 +192,8 @@ declare const liquidityPoolsRangeOrderUpdated: z.ZodObject<{
193
192
  pair: string | number;
194
193
  };
195
194
  };
195
+ __kind: "Increase";
196
196
  } | {
197
- __kind: "Decrease";
198
197
  value: {
199
198
  liquidity: string | number;
200
199
  amounts: {
@@ -202,6 +201,7 @@ declare const liquidityPoolsRangeOrderUpdated: z.ZodObject<{
202
201
  pair: string | number;
203
202
  };
204
203
  };
204
+ __kind: "Decrease";
205
205
  } | null | undefined;
206
206
  }>;
207
207
 
@@ -5,21 +5,21 @@ declare const liquidityProviderAccountCredited: z.ZodObject<{
5
5
  asset: z.ZodEffects<z.ZodObject<{
6
6
  __kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc"]>;
7
7
  }, "strip", z.ZodTypeAny, {
8
- __kind: "Eth" | "Dot" | "Btc" | "Flip" | "Usdc";
8
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc";
9
9
  }, {
10
- __kind: "Eth" | "Dot" | "Btc" | "Flip" | "Usdc";
11
- }>, "Eth" | "Dot" | "Btc" | "Flip" | "Usdc", {
12
- __kind: "Eth" | "Dot" | "Btc" | "Flip" | "Usdc";
10
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc";
11
+ }>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc", {
12
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc";
13
13
  }>;
14
14
  amountCredited: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
15
15
  }, "strip", z.ZodTypeAny, {
16
16
  accountId: string;
17
- asset: "Eth" | "Dot" | "Btc" | "Flip" | "Usdc";
17
+ asset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc";
18
18
  amountCredited: bigint;
19
19
  }, {
20
20
  accountId: string;
21
21
  asset: {
22
- __kind: "Eth" | "Dot" | "Btc" | "Flip" | "Usdc";
22
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc";
23
23
  };
24
24
  amountCredited: string | number;
25
25
  }>;
@@ -5,21 +5,21 @@ declare const liquidityProviderAccountCredited: z.ZodObject<{
5
5
  asset: z.ZodEffects<z.ZodObject<{
6
6
  __kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc"]>;
7
7
  }, "strip", z.ZodTypeAny, {
8
- __kind: "Eth" | "Dot" | "Btc" | "Flip" | "Usdc";
8
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc";
9
9
  }, {
10
- __kind: "Eth" | "Dot" | "Btc" | "Flip" | "Usdc";
11
- }>, "Eth" | "Dot" | "Btc" | "Flip" | "Usdc", {
12
- __kind: "Eth" | "Dot" | "Btc" | "Flip" | "Usdc";
10
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc";
11
+ }>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc", {
12
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc";
13
13
  }>;
14
14
  amountCredited: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
15
15
  }, "strip", z.ZodTypeAny, {
16
16
  accountId: string;
17
- asset: "Eth" | "Dot" | "Btc" | "Flip" | "Usdc";
17
+ asset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc";
18
18
  amountCredited: bigint;
19
19
  }, {
20
20
  accountId: string;
21
21
  asset: {
22
- __kind: "Eth" | "Dot" | "Btc" | "Flip" | "Usdc";
22
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc";
23
23
  };
24
24
  amountCredited: string | number;
25
25
  }>;
@@ -5,21 +5,21 @@ declare const liquidityProviderAccountDebited: z.ZodObject<{
5
5
  asset: z.ZodEffects<z.ZodObject<{
6
6
  __kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc"]>;
7
7
  }, "strip", z.ZodTypeAny, {
8
- __kind: "Eth" | "Dot" | "Btc" | "Flip" | "Usdc";
8
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc";
9
9
  }, {
10
- __kind: "Eth" | "Dot" | "Btc" | "Flip" | "Usdc";
11
- }>, "Eth" | "Dot" | "Btc" | "Flip" | "Usdc", {
12
- __kind: "Eth" | "Dot" | "Btc" | "Flip" | "Usdc";
10
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc";
11
+ }>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc", {
12
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc";
13
13
  }>;
14
14
  amountDebited: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
15
15
  }, "strip", z.ZodTypeAny, {
16
16
  accountId: string;
17
- asset: "Eth" | "Dot" | "Btc" | "Flip" | "Usdc";
17
+ asset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc";
18
18
  amountDebited: bigint;
19
19
  }, {
20
20
  accountId: string;
21
21
  asset: {
22
- __kind: "Eth" | "Dot" | "Btc" | "Flip" | "Usdc";
22
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc";
23
23
  };
24
24
  amountDebited: string | number;
25
25
  }>;
@@ -5,21 +5,21 @@ declare const liquidityProviderAccountDebited: z.ZodObject<{
5
5
  asset: z.ZodEffects<z.ZodObject<{
6
6
  __kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc"]>;
7
7
  }, "strip", z.ZodTypeAny, {
8
- __kind: "Eth" | "Dot" | "Btc" | "Flip" | "Usdc";
8
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc";
9
9
  }, {
10
- __kind: "Eth" | "Dot" | "Btc" | "Flip" | "Usdc";
11
- }>, "Eth" | "Dot" | "Btc" | "Flip" | "Usdc", {
12
- __kind: "Eth" | "Dot" | "Btc" | "Flip" | "Usdc";
10
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc";
11
+ }>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc", {
12
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc";
13
13
  }>;
14
14
  amountDebited: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
15
15
  }, "strip", z.ZodTypeAny, {
16
16
  accountId: string;
17
- asset: "Eth" | "Dot" | "Btc" | "Flip" | "Usdc";
17
+ asset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc";
18
18
  amountDebited: bigint;
19
19
  }, {
20
20
  accountId: string;
21
21
  asset: {
22
- __kind: "Eth" | "Dot" | "Btc" | "Flip" | "Usdc";
22
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc";
23
23
  };
24
24
  amountDebited: string | number;
25
25
  }>;
@@ -5,11 +5,11 @@ declare const liquidityProviderLiquidityDepositAddressReady: z.ZodObject<{
5
5
  asset: z.ZodEffects<z.ZodObject<{
6
6
  __kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc"]>;
7
7
  }, "strip", z.ZodTypeAny, {
8
- __kind: "Eth" | "Dot" | "Btc" | "Flip" | "Usdc";
8
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc";
9
9
  }, {
10
- __kind: "Eth" | "Dot" | "Btc" | "Flip" | "Usdc";
11
- }>, "Eth" | "Dot" | "Btc" | "Flip" | "Usdc", {
12
- __kind: "Eth" | "Dot" | "Btc" | "Flip" | "Usdc";
10
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc";
11
+ }>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc", {
12
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc";
13
13
  }>;
14
14
  depositAddress: z.ZodEffects<z.ZodObject<{
15
15
  __kind: z.ZodEnum<["Eth", "Dot", "Btc"]>;
@@ -37,6 +37,7 @@ declare const liquidityProviderLiquidityDepositAddressReady: z.ZodObject<{
37
37
  depositChainExpiryBlock: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
38
38
  }, "strip", z.ZodTypeAny, {
39
39
  accountId: string;
40
+ asset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc";
40
41
  depositAddress: {
41
42
  readonly chain: "Ethereum";
42
43
  readonly address: `0x${string}`;
@@ -48,18 +49,17 @@ declare const liquidityProviderLiquidityDepositAddressReady: z.ZodObject<{
48
49
  readonly address: string;
49
50
  };
50
51
  channelId: bigint;
51
- asset: "Eth" | "Dot" | "Btc" | "Flip" | "Usdc";
52
52
  depositChainExpiryBlock: bigint;
53
53
  }, {
54
54
  accountId: string;
55
+ asset: {
56
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc";
57
+ };
55
58
  depositAddress: {
56
59
  value: string;
57
60
  __kind: "Eth" | "Dot" | "Btc";
58
61
  };
59
62
  channelId: string | number;
60
- asset: {
61
- __kind: "Eth" | "Dot" | "Btc" | "Flip" | "Usdc";
62
- };
63
63
  depositChainExpiryBlock: string | number;
64
64
  }>;
65
65
 
@@ -5,11 +5,11 @@ declare const liquidityProviderLiquidityDepositAddressReady: z.ZodObject<{
5
5
  asset: z.ZodEffects<z.ZodObject<{
6
6
  __kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc"]>;
7
7
  }, "strip", z.ZodTypeAny, {
8
- __kind: "Eth" | "Dot" | "Btc" | "Flip" | "Usdc";
8
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc";
9
9
  }, {
10
- __kind: "Eth" | "Dot" | "Btc" | "Flip" | "Usdc";
11
- }>, "Eth" | "Dot" | "Btc" | "Flip" | "Usdc", {
12
- __kind: "Eth" | "Dot" | "Btc" | "Flip" | "Usdc";
10
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc";
11
+ }>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc", {
12
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc";
13
13
  }>;
14
14
  depositAddress: z.ZodEffects<z.ZodObject<{
15
15
  __kind: z.ZodEnum<["Eth", "Dot", "Btc"]>;
@@ -37,6 +37,7 @@ declare const liquidityProviderLiquidityDepositAddressReady: z.ZodObject<{
37
37
  depositChainExpiryBlock: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
38
38
  }, "strip", z.ZodTypeAny, {
39
39
  accountId: string;
40
+ asset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc";
40
41
  depositAddress: {
41
42
  readonly chain: "Ethereum";
42
43
  readonly address: `0x${string}`;
@@ -48,18 +49,17 @@ declare const liquidityProviderLiquidityDepositAddressReady: z.ZodObject<{
48
49
  readonly address: string;
49
50
  };
50
51
  channelId: bigint;
51
- asset: "Eth" | "Dot" | "Btc" | "Flip" | "Usdc";
52
52
  depositChainExpiryBlock: bigint;
53
53
  }, {
54
54
  accountId: string;
55
+ asset: {
56
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc";
57
+ };
55
58
  depositAddress: {
56
59
  value: string;
57
60
  __kind: "Eth" | "Dot" | "Btc";
58
61
  };
59
62
  channelId: string | number;
60
- asset: {
61
- __kind: "Eth" | "Dot" | "Btc" | "Flip" | "Usdc";
62
- };
63
63
  depositChainExpiryBlock: string | number;
64
64
  }>;
65
65
 
@@ -13,11 +13,11 @@ declare const liquidityProviderWithdrawalEgressScheduled: z.ZodObject<{
13
13
  asset: z.ZodEffects<z.ZodObject<{
14
14
  __kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc"]>;
15
15
  }, "strip", z.ZodTypeAny, {
16
- __kind: "Eth" | "Dot" | "Btc" | "Flip" | "Usdc";
16
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc";
17
17
  }, {
18
- __kind: "Eth" | "Dot" | "Btc" | "Flip" | "Usdc";
19
- }>, "Eth" | "Dot" | "Btc" | "Flip" | "Usdc", {
20
- __kind: "Eth" | "Dot" | "Btc" | "Flip" | "Usdc";
18
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc";
19
+ }>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc", {
20
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc";
21
21
  }>;
22
22
  amount: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
23
23
  destinationAddress: z.ZodEffects<z.ZodObject<{
@@ -43,7 +43,7 @@ declare const liquidityProviderWithdrawalEgressScheduled: z.ZodObject<{
43
43
  __kind: "Eth" | "Dot" | "Btc";
44
44
  }>;
45
45
  }, "strip", z.ZodTypeAny, {
46
- asset: "Eth" | "Dot" | "Btc" | "Flip" | "Usdc";
46
+ asset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc";
47
47
  amount: bigint;
48
48
  egressId: ["Ethereum" | "Polkadot" | "Bitcoin", bigint];
49
49
  destinationAddress: {
@@ -58,7 +58,7 @@ declare const liquidityProviderWithdrawalEgressScheduled: z.ZodObject<{
58
58
  };
59
59
  }, {
60
60
  asset: {
61
- __kind: "Eth" | "Dot" | "Btc" | "Flip" | "Usdc";
61
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc";
62
62
  };
63
63
  amount: string | number;
64
64
  egressId: [{
@@ -13,11 +13,11 @@ declare const liquidityProviderWithdrawalEgressScheduled: z.ZodObject<{
13
13
  asset: z.ZodEffects<z.ZodObject<{
14
14
  __kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc"]>;
15
15
  }, "strip", z.ZodTypeAny, {
16
- __kind: "Eth" | "Dot" | "Btc" | "Flip" | "Usdc";
16
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc";
17
17
  }, {
18
- __kind: "Eth" | "Dot" | "Btc" | "Flip" | "Usdc";
19
- }>, "Eth" | "Dot" | "Btc" | "Flip" | "Usdc", {
20
- __kind: "Eth" | "Dot" | "Btc" | "Flip" | "Usdc";
18
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc";
19
+ }>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc", {
20
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc";
21
21
  }>;
22
22
  amount: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
23
23
  destinationAddress: z.ZodEffects<z.ZodObject<{
@@ -43,7 +43,7 @@ declare const liquidityProviderWithdrawalEgressScheduled: z.ZodObject<{
43
43
  __kind: "Eth" | "Dot" | "Btc";
44
44
  }>;
45
45
  }, "strip", z.ZodTypeAny, {
46
- asset: "Eth" | "Dot" | "Btc" | "Flip" | "Usdc";
46
+ asset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc";
47
47
  amount: bigint;
48
48
  egressId: ["Ethereum" | "Polkadot" | "Bitcoin", bigint];
49
49
  destinationAddress: {
@@ -58,7 +58,7 @@ declare const liquidityProviderWithdrawalEgressScheduled: z.ZodObject<{
58
58
  };
59
59
  }, {
60
60
  asset: {
61
- __kind: "Eth" | "Dot" | "Btc" | "Flip" | "Usdc";
61
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc";
62
62
  };
63
63
  amount: string | number;
64
64
  egressId: [{
@@ -4,11 +4,11 @@ declare const swappingBatchSwapFailed: z.ZodObject<{
4
4
  asset: z.ZodEffects<z.ZodObject<{
5
5
  __kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc"]>;
6
6
  }, "strip", z.ZodTypeAny, {
7
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc";
7
+ __kind: "Eth" | "Dot" | "Btc" | "Flip" | "Usdc";
8
8
  }, {
9
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc";
10
- }>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc", {
11
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc";
9
+ __kind: "Eth" | "Dot" | "Btc" | "Flip" | "Usdc";
10
+ }>, "Eth" | "Dot" | "Btc" | "Flip" | "Usdc", {
11
+ __kind: "Eth" | "Dot" | "Btc" | "Flip" | "Usdc";
12
12
  }>;
13
13
  direction: z.ZodEffects<z.ZodObject<{
14
14
  __kind: z.ZodEnum<["FromStable", "ToStable"]>;
@@ -21,17 +21,17 @@ declare const swappingBatchSwapFailed: z.ZodObject<{
21
21
  }>;
22
22
  amount: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
23
23
  }, "strip", z.ZodTypeAny, {
24
- asset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc";
25
- direction: "FromStable" | "ToStable";
24
+ asset: "Eth" | "Dot" | "Btc" | "Flip" | "Usdc";
26
25
  amount: bigint;
26
+ direction: "FromStable" | "ToStable";
27
27
  }, {
28
28
  asset: {
29
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc";
29
+ __kind: "Eth" | "Dot" | "Btc" | "Flip" | "Usdc";
30
30
  };
31
+ amount: string | number;
31
32
  direction: {
32
33
  __kind: "FromStable" | "ToStable";
33
34
  };
34
- amount: string | number;
35
35
  }>;
36
36
 
37
37
  export { swappingBatchSwapFailed };
@@ -4,11 +4,11 @@ declare const swappingBatchSwapFailed: z.ZodObject<{
4
4
  asset: z.ZodEffects<z.ZodObject<{
5
5
  __kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc"]>;
6
6
  }, "strip", z.ZodTypeAny, {
7
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc";
7
+ __kind: "Eth" | "Dot" | "Btc" | "Flip" | "Usdc";
8
8
  }, {
9
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc";
10
- }>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc", {
11
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc";
9
+ __kind: "Eth" | "Dot" | "Btc" | "Flip" | "Usdc";
10
+ }>, "Eth" | "Dot" | "Btc" | "Flip" | "Usdc", {
11
+ __kind: "Eth" | "Dot" | "Btc" | "Flip" | "Usdc";
12
12
  }>;
13
13
  direction: z.ZodEffects<z.ZodObject<{
14
14
  __kind: z.ZodEnum<["FromStable", "ToStable"]>;
@@ -21,17 +21,17 @@ declare const swappingBatchSwapFailed: z.ZodObject<{
21
21
  }>;
22
22
  amount: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
23
23
  }, "strip", z.ZodTypeAny, {
24
- asset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc";
25
- direction: "FromStable" | "ToStable";
24
+ asset: "Eth" | "Dot" | "Btc" | "Flip" | "Usdc";
26
25
  amount: bigint;
26
+ direction: "FromStable" | "ToStable";
27
27
  }, {
28
28
  asset: {
29
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc";
29
+ __kind: "Eth" | "Dot" | "Btc" | "Flip" | "Usdc";
30
30
  };
31
+ amount: string | number;
31
32
  direction: {
32
33
  __kind: "FromStable" | "ToStable";
33
34
  };
34
- amount: string | number;
35
35
  }>;
36
36
 
37
37
  export { swappingBatchSwapFailed };