@chainflip/processor 1.11.0-beta → 1.11.2

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 (442) hide show
  1. package/README.MD +4 -2
  2. package/dist/100/environment/runtimeSafeModeUpdated.d.cts +12 -12
  3. package/dist/100/environment/runtimeSafeModeUpdated.d.ts +12 -12
  4. package/dist/100/ethereumIngressEgress/ccmBroadcastRequested.d.cts +2 -2
  5. package/dist/100/ethereumIngressEgress/ccmBroadcastRequested.d.ts +2 -2
  6. package/dist/100/ethereumIngressEgress/ccmEgressInvalid.d.cts +4 -4
  7. package/dist/100/ethereumIngressEgress/ccmEgressInvalid.d.ts +4 -4
  8. package/dist/100/funding/boundExecutorAddress.d.cts +2 -2
  9. package/dist/100/funding/boundExecutorAddress.d.ts +2 -2
  10. package/dist/100/funding/boundRedeemAddress.d.cts +2 -2
  11. package/dist/100/funding/boundRedeemAddress.d.ts +2 -2
  12. package/dist/100/funding/failedFundingAttempt.d.cts +2 -2
  13. package/dist/100/funding/failedFundingAttempt.d.ts +2 -2
  14. package/dist/100/funding/funded.d.cts +2 -2
  15. package/dist/100/funding/funded.d.ts +2 -2
  16. package/dist/100/funding/redemptionRequested.d.cts +2 -2
  17. package/dist/100/funding/redemptionRequested.d.ts +2 -2
  18. package/dist/100/liquidityPools/rangeOrderUpdated.d.cts +8 -8
  19. package/dist/100/liquidityPools/rangeOrderUpdated.d.ts +8 -8
  20. package/dist/100/polkadotIngressEgress/ccmEgressInvalid.d.cts +20 -20
  21. package/dist/100/polkadotIngressEgress/ccmEgressInvalid.d.ts +20 -20
  22. package/dist/100/polkadotIngressEgress/depositFetchesScheduled.d.cts +2 -2
  23. package/dist/100/polkadotIngressEgress/depositFetchesScheduled.d.ts +2 -2
  24. package/dist/100/polkadotIngressEgress/depositIgnored.d.cts +2 -2
  25. package/dist/100/polkadotIngressEgress/depositIgnored.d.ts +2 -2
  26. package/dist/100/polkadotIngressEgress/depositReceived.d.cts +2 -2
  27. package/dist/100/polkadotIngressEgress/depositReceived.d.ts +2 -2
  28. package/dist/100/polkadotIngressEgress/depositWitnessRejected.d.cts +20 -20
  29. package/dist/100/polkadotIngressEgress/depositWitnessRejected.d.ts +20 -20
  30. package/dist/100/system/extrinsicFailed.d.cts +16 -16
  31. package/dist/100/system/extrinsicFailed.d.ts +16 -16
  32. package/dist/100/witnesser/witnessExecutionFailed.d.cts +18 -18
  33. package/dist/100/witnesser/witnessExecutionFailed.d.ts +18 -18
  34. package/dist/11000/environment/runtimeSafeModeUpdated.d.cts +28 -28
  35. package/dist/11000/environment/runtimeSafeModeUpdated.d.ts +28 -28
  36. package/dist/11000/polkadotIngressEgress/ccmEgressInvalid.d.cts +107 -107
  37. package/dist/11000/polkadotIngressEgress/ccmEgressInvalid.d.ts +107 -107
  38. package/dist/11000/polkadotIngressEgress/depositFailed.d.cts +203 -203
  39. package/dist/11000/polkadotIngressEgress/depositFailed.d.ts +203 -203
  40. package/dist/11000/polkadotIngressEgress/failedToBuildAllBatchCall.d.cts +103 -103
  41. package/dist/11000/polkadotIngressEgress/failedToBuildAllBatchCall.d.ts +103 -103
  42. package/dist/11000/solanaIngressEgress/ccmEgressInvalid.d.cts +26 -26
  43. package/dist/11000/solanaIngressEgress/ccmEgressInvalid.d.ts +26 -26
  44. package/dist/11000/solanaIngressEgress/depositFailed.d.cts +40 -40
  45. package/dist/11000/solanaIngressEgress/depositFailed.d.ts +40 -40
  46. package/dist/11000/solanaIngressEgress/failedToBuildAllBatchCall.d.cts +22 -22
  47. package/dist/11000/solanaIngressEgress/failedToBuildAllBatchCall.d.ts +22 -22
  48. package/dist/111/polkadotIngressEgress/transferFallbackRequested.d.cts +2 -2
  49. package/dist/111/polkadotIngressEgress/transferFallbackRequested.d.ts +2 -2
  50. package/dist/11100/assethubIngressEgress/depositFailed.d.cts +30 -30
  51. package/dist/11100/assethubIngressEgress/depositFailed.d.ts +30 -30
  52. package/dist/11100/common.cjs +162 -1
  53. package/dist/11100/common.d.cts +2296 -1
  54. package/dist/11100/common.d.ts +2296 -1
  55. package/dist/11100/common.mjs +162 -1
  56. package/dist/11100/environment/runtimeSafeModeUpdated.cjs +9 -0
  57. package/dist/11100/environment/runtimeSafeModeUpdated.d.cts +1390 -0
  58. package/dist/11100/environment/runtimeSafeModeUpdated.d.ts +1390 -0
  59. package/dist/11100/environment/runtimeSafeModeUpdated.mjs +9 -0
  60. package/dist/11100/ethereumIngressEgress/depositFailed.d.cts +166 -166
  61. package/dist/11100/ethereumIngressEgress/depositFailed.d.ts +166 -166
  62. package/dist/11100/genericElections/allVotesCleared.cjs +6 -0
  63. package/dist/11100/genericElections/allVotesCleared.d.cts +5 -0
  64. package/dist/11100/genericElections/allVotesCleared.d.ts +5 -0
  65. package/dist/11100/genericElections/allVotesCleared.mjs +6 -0
  66. package/dist/11100/genericElections/allVotesNotCleared.cjs +6 -0
  67. package/dist/11100/genericElections/allVotesNotCleared.d.cts +5 -0
  68. package/dist/11100/genericElections/allVotesNotCleared.d.ts +5 -0
  69. package/dist/11100/genericElections/allVotesNotCleared.mjs +6 -0
  70. package/dist/11100/genericElections/corruptStorage.cjs +6 -0
  71. package/dist/11100/genericElections/corruptStorage.d.cts +5 -0
  72. package/dist/11100/genericElections/corruptStorage.d.ts +5 -0
  73. package/dist/11100/genericElections/corruptStorage.mjs +6 -0
  74. package/dist/11100/genericElections/electoralEvent.cjs +6 -0
  75. package/dist/11100/genericElections/electoralEvent.d.cts +63 -0
  76. package/dist/11100/genericElections/electoralEvent.d.ts +63 -0
  77. package/dist/11100/genericElections/electoralEvent.mjs +6 -0
  78. package/dist/11100/genericElections/uninitialized.cjs +6 -0
  79. package/dist/11100/genericElections/uninitialized.d.cts +5 -0
  80. package/dist/11100/genericElections/uninitialized.d.ts +5 -0
  81. package/dist/11100/genericElections/uninitialized.mjs +6 -0
  82. package/dist/11100/genericElections/unknownElection.cjs +13 -0
  83. package/dist/11100/genericElections/unknownElection.d.cts +13 -0
  84. package/dist/11100/genericElections/unknownElection.d.ts +13 -0
  85. package/dist/11100/genericElections/unknownElection.mjs +13 -0
  86. package/dist/11100/polkadotIngressEgress/depositFailed.d.cts +30 -30
  87. package/dist/11100/polkadotIngressEgress/depositFailed.d.ts +30 -30
  88. package/dist/11100/solanaIngressEgress/depositFailed.d.cts +166 -166
  89. package/dist/11100/solanaIngressEgress/depositFailed.d.ts +166 -166
  90. package/dist/11100/swapping/swapCanceled.cjs +7 -0
  91. package/dist/11100/swapping/swapCanceled.d.cts +11 -0
  92. package/dist/11100/swapping/swapCanceled.d.ts +11 -0
  93. package/dist/11100/swapping/swapCanceled.mjs +7 -0
  94. package/dist/11100/swapping/swapDepositAddressReady.d.cts +41 -41
  95. package/dist/11100/swapping/swapDepositAddressReady.d.ts +41 -41
  96. package/dist/11100/swapping/swapRequested.d.cts +4 -4
  97. package/dist/11100/swapping/swapRequested.d.ts +4 -4
  98. package/dist/120/liquidityProvider/liquidityDepositCredited.d.cts +2 -2
  99. package/dist/120/liquidityProvider/liquidityDepositCredited.d.ts +2 -2
  100. package/dist/120/liquidityProvider/withdrawalEgressScheduled.d.cts +4 -4
  101. package/dist/120/liquidityProvider/withdrawalEgressScheduled.d.ts +4 -4
  102. package/dist/120/swapping/ccmFailed.d.cts +62 -62
  103. package/dist/120/swapping/ccmFailed.d.ts +62 -62
  104. package/dist/120/swapping/swapEgressIgnored.d.cts +28 -28
  105. package/dist/120/swapping/swapEgressIgnored.d.ts +28 -28
  106. package/dist/120/swapping/swapEgressScheduled.d.cts +10 -10
  107. package/dist/120/swapping/swapEgressScheduled.d.ts +10 -10
  108. package/dist/120/swapping/swapExecuted.d.cts +12 -12
  109. package/dist/120/swapping/swapExecuted.d.ts +12 -12
  110. package/dist/120/swapping/withdrawalRequested.d.cts +8 -8
  111. package/dist/120/swapping/withdrawalRequested.d.ts +8 -8
  112. package/dist/131/bitcoinBroadcaster/transactionBroadcastRequest.d.cts +2 -2
  113. package/dist/131/bitcoinBroadcaster/transactionBroadcastRequest.d.ts +2 -2
  114. package/dist/131/ethereumIngressEgress/depositIgnored.d.cts +2 -2
  115. package/dist/131/ethereumIngressEgress/depositIgnored.d.ts +2 -2
  116. package/dist/131/ethereumIngressEgress/depositReceived.d.cts +2 -2
  117. package/dist/131/ethereumIngressEgress/depositReceived.d.ts +2 -2
  118. package/dist/131/ethereumIngressEgress/depositWitnessRejected.d.cts +4 -4
  119. package/dist/131/ethereumIngressEgress/depositWitnessRejected.d.ts +4 -4
  120. package/dist/131/swapping/batchSwapFailed.d.cts +2 -2
  121. package/dist/131/swapping/batchSwapFailed.d.ts +2 -2
  122. package/dist/141/bitcoinIngressEgress/boostFundsAdded.d.cts +4 -4
  123. package/dist/141/bitcoinIngressEgress/boostFundsAdded.d.ts +4 -4
  124. package/dist/141/bitcoinIngressEgress/ccmEgressInvalid.d.cts +16 -16
  125. package/dist/141/bitcoinIngressEgress/ccmEgressInvalid.d.ts +16 -16
  126. package/dist/141/bitcoinIngressEgress/depositBoosted.d.cts +24 -24
  127. package/dist/141/bitcoinIngressEgress/depositBoosted.d.ts +24 -24
  128. package/dist/141/bitcoinIngressEgress/depositFinalised.d.cts +24 -24
  129. package/dist/141/bitcoinIngressEgress/depositFinalised.d.ts +24 -24
  130. package/dist/141/bitcoinIngressEgress/insufficientBoostLiquidity.d.cts +3 -3
  131. package/dist/141/bitcoinIngressEgress/insufficientBoostLiquidity.d.ts +3 -3
  132. package/dist/141/bitcoinIngressEgress/stoppedBoosting.d.cts +2 -2
  133. package/dist/141/bitcoinIngressEgress/stoppedBoosting.d.ts +2 -2
  134. package/dist/141/ethereumIngressEgress/boostFundsAdded.d.cts +2 -2
  135. package/dist/141/ethereumIngressEgress/boostFundsAdded.d.ts +2 -2
  136. package/dist/141/ethereumIngressEgress/ccmEgressInvalid.d.cts +16 -16
  137. package/dist/141/ethereumIngressEgress/ccmEgressInvalid.d.ts +16 -16
  138. package/dist/141/ethereumIngressEgress/stoppedBoosting.d.cts +2 -2
  139. package/dist/141/ethereumIngressEgress/stoppedBoosting.d.ts +2 -2
  140. package/dist/141/evmThresholdSigner/failureReportProcessed.d.cts +2 -2
  141. package/dist/141/evmThresholdSigner/failureReportProcessed.d.ts +2 -2
  142. package/dist/141/evmThresholdSigner/retryRequested.d.cts +2 -2
  143. package/dist/141/evmThresholdSigner/retryRequested.d.ts +2 -2
  144. package/dist/141/evmThresholdSigner/thresholdDispatchComplete.d.cts +2 -2
  145. package/dist/141/evmThresholdSigner/thresholdDispatchComplete.d.ts +2 -2
  146. package/dist/141/evmThresholdSigner/thresholdSignatureFailed.d.cts +2 -2
  147. package/dist/141/evmThresholdSigner/thresholdSignatureFailed.d.ts +2 -2
  148. package/dist/141/evmThresholdSigner/thresholdSignatureRequest.d.cts +2 -2
  149. package/dist/141/evmThresholdSigner/thresholdSignatureRequest.d.ts +2 -2
  150. package/dist/141/evmThresholdSigner/thresholdSignatureSuccess.d.cts +2 -2
  151. package/dist/141/evmThresholdSigner/thresholdSignatureSuccess.d.ts +2 -2
  152. package/dist/141/liquidityPools/limitOrderUpdated.d.cts +10 -10
  153. package/dist/141/liquidityPools/limitOrderUpdated.d.ts +10 -10
  154. package/dist/141/liquidityPools/rangeOrderUpdated.d.cts +10 -10
  155. package/dist/141/liquidityPools/rangeOrderUpdated.d.ts +10 -10
  156. package/dist/141/polkadotIngressEgress/boostFundsAdded.d.cts +2 -2
  157. package/dist/141/polkadotIngressEgress/boostFundsAdded.d.ts +2 -2
  158. package/dist/141/polkadotIngressEgress/depositBoosted.d.cts +4 -4
  159. package/dist/141/polkadotIngressEgress/depositBoosted.d.ts +4 -4
  160. package/dist/141/polkadotIngressEgress/depositFinalised.d.cts +4 -4
  161. package/dist/141/polkadotIngressEgress/depositFinalised.d.ts +4 -4
  162. package/dist/141/polkadotIngressEgress/insufficientBoostLiquidity.d.cts +3 -3
  163. package/dist/141/polkadotIngressEgress/insufficientBoostLiquidity.d.ts +3 -3
  164. package/dist/141/swapping/batchSwapFailed.d.cts +8 -8
  165. package/dist/141/swapping/batchSwapFailed.d.ts +8 -8
  166. package/dist/141/swapping/ccmDepositReceived.d.cts +68 -68
  167. package/dist/141/swapping/ccmDepositReceived.d.ts +68 -68
  168. package/dist/141/swapping/ccmFailed.d.cts +73 -73
  169. package/dist/141/swapping/ccmFailed.d.ts +73 -73
  170. package/dist/141/swapping/maximumSwapAmountSet.d.cts +6 -6
  171. package/dist/141/swapping/maximumSwapAmountSet.d.ts +6 -6
  172. package/dist/141/swapping/swapAmountConfiscated.d.cts +12 -12
  173. package/dist/141/swapping/swapAmountConfiscated.d.ts +12 -12
  174. package/dist/141/swapping/swapDepositAddressReady.d.cts +26 -26
  175. package/dist/141/swapping/swapDepositAddressReady.d.ts +26 -26
  176. package/dist/141/swapping/swapEgressIgnored.d.cts +24 -24
  177. package/dist/141/swapping/swapEgressIgnored.d.ts +24 -24
  178. package/dist/141/swapping/swapEgressScheduled.d.cts +8 -8
  179. package/dist/141/swapping/swapEgressScheduled.d.ts +8 -8
  180. package/dist/141/swapping/swapExecuted.d.cts +90 -90
  181. package/dist/141/swapping/swapExecuted.d.ts +90 -90
  182. package/dist/141/swapping/swapScheduled.d.cts +99 -99
  183. package/dist/141/swapping/swapScheduled.d.ts +99 -99
  184. package/dist/141/swapping/withdrawalRequested.d.cts +10 -10
  185. package/dist/141/swapping/withdrawalRequested.d.ts +10 -10
  186. package/dist/141/validator/rotationPhaseUpdated.d.cts +20 -20
  187. package/dist/141/validator/rotationPhaseUpdated.d.ts +20 -20
  188. package/dist/150/assetBalances/refundScheduled.d.cts +52 -52
  189. package/dist/150/assetBalances/refundScheduled.d.ts +52 -52
  190. package/dist/150/assetBalances/refundSkipped.d.cts +66 -66
  191. package/dist/150/assetBalances/refundSkipped.d.ts +66 -66
  192. package/dist/150/ethereumIngressEgress/ccmBroadcastRequested.d.cts +2 -2
  193. package/dist/150/ethereumIngressEgress/ccmBroadcastRequested.d.ts +2 -2
  194. package/dist/150/ethereumIngressEgress/ccmEgressInvalid.d.cts +4 -4
  195. package/dist/150/ethereumIngressEgress/ccmEgressInvalid.d.ts +4 -4
  196. package/dist/150/liquidityPools/limitOrderUpdated.d.cts +8 -8
  197. package/dist/150/liquidityPools/limitOrderUpdated.d.ts +8 -8
  198. package/dist/150/liquidityPools/rangeOrderUpdated.d.cts +8 -8
  199. package/dist/150/liquidityPools/rangeOrderUpdated.d.ts +8 -8
  200. package/dist/150/liquidityProvider/accountCredited.d.cts +2 -2
  201. package/dist/150/liquidityProvider/accountCredited.d.ts +2 -2
  202. package/dist/150/liquidityProvider/accountDebited.d.cts +2 -2
  203. package/dist/150/liquidityProvider/accountDebited.d.ts +2 -2
  204. package/dist/150/liquidityProvider/assetTransferred.d.cts +3 -3
  205. package/dist/150/liquidityProvider/assetTransferred.d.ts +3 -3
  206. package/dist/150/liquidityProvider/liquidityDepositAddressReady.d.cts +2 -2
  207. package/dist/150/liquidityProvider/liquidityDepositAddressReady.d.ts +2 -2
  208. package/dist/150/liquidityProvider/liquidityDepositCredited.d.cts +2 -2
  209. package/dist/150/liquidityProvider/liquidityDepositCredited.d.ts +2 -2
  210. package/dist/150/liquidityProvider/liquidityRefundAddressRegistered.d.cts +2 -2
  211. package/dist/150/liquidityProvider/liquidityRefundAddressRegistered.d.ts +2 -2
  212. package/dist/150/solanaIngressEgress/ccmEgressInvalid.d.cts +16 -16
  213. package/dist/150/solanaIngressEgress/ccmEgressInvalid.d.ts +16 -16
  214. package/dist/150/solanaIngressEgress/depositBoosted.d.cts +4 -4
  215. package/dist/150/solanaIngressEgress/depositBoosted.d.ts +4 -4
  216. package/dist/150/solanaIngressEgress/depositFetchesScheduled.d.cts +2 -2
  217. package/dist/150/solanaIngressEgress/depositFetchesScheduled.d.ts +2 -2
  218. package/dist/150/solanaIngressEgress/depositFinalised.d.cts +3 -3
  219. package/dist/150/solanaIngressEgress/depositFinalised.d.ts +3 -3
  220. package/dist/150/solanaIngressEgress/depositIgnored.d.cts +2 -2
  221. package/dist/150/solanaIngressEgress/depositIgnored.d.ts +2 -2
  222. package/dist/150/solanaIngressEgress/depositWitnessRejected.d.cts +20 -20
  223. package/dist/150/solanaIngressEgress/depositWitnessRejected.d.ts +20 -20
  224. package/dist/150/solanaIngressEgress/failedToBuildAllBatchCall.d.cts +28 -28
  225. package/dist/150/solanaIngressEgress/failedToBuildAllBatchCall.d.ts +28 -28
  226. package/dist/150/solanaIngressEgress/insufficientBoostLiquidity.d.cts +3 -3
  227. package/dist/150/solanaIngressEgress/insufficientBoostLiquidity.d.ts +3 -3
  228. package/dist/150/solanaIngressEgress/transferFallbackRequested.d.cts +2 -2
  229. package/dist/150/solanaIngressEgress/transferFallbackRequested.d.ts +2 -2
  230. package/dist/150/swapping/batchSwapFailed.d.cts +8 -8
  231. package/dist/150/swapping/batchSwapFailed.d.ts +8 -8
  232. package/dist/150/swapping/ccmDepositReceived.d.cts +74 -74
  233. package/dist/150/swapping/ccmDepositReceived.d.ts +74 -74
  234. package/dist/150/swapping/ccmFailed.d.cts +79 -79
  235. package/dist/150/swapping/ccmFailed.d.ts +79 -79
  236. package/dist/150/swapping/maximumSwapAmountSet.d.cts +6 -6
  237. package/dist/150/swapping/maximumSwapAmountSet.d.ts +6 -6
  238. package/dist/150/swapping/refundEgressIgnored.d.cts +24 -24
  239. package/dist/150/swapping/refundEgressIgnored.d.ts +24 -24
  240. package/dist/150/swapping/refundEgressScheduled.d.cts +8 -8
  241. package/dist/150/swapping/refundEgressScheduled.d.ts +8 -8
  242. package/dist/150/swapping/swapAmountConfiscated.d.cts +12 -12
  243. package/dist/150/swapping/swapAmountConfiscated.d.ts +12 -12
  244. package/dist/150/swapping/swapDepositAddressReady.d.cts +25 -25
  245. package/dist/150/swapping/swapDepositAddressReady.d.ts +25 -25
  246. package/dist/150/swapping/swapEgressIgnored.d.cts +24 -24
  247. package/dist/150/swapping/swapEgressIgnored.d.ts +24 -24
  248. package/dist/150/swapping/swapEgressScheduled.d.cts +8 -8
  249. package/dist/150/swapping/swapEgressScheduled.d.ts +8 -8
  250. package/dist/150/swapping/swapExecuted.d.cts +94 -94
  251. package/dist/150/swapping/swapExecuted.d.ts +94 -94
  252. package/dist/150/swapping/swapScheduled.d.cts +103 -103
  253. package/dist/150/swapping/swapScheduled.d.ts +103 -103
  254. package/dist/150/swapping/withdrawalRequested.d.cts +10 -10
  255. package/dist/150/swapping/withdrawalRequested.d.ts +10 -10
  256. package/dist/160/assetBalances/accountCredited.d.cts +2 -2
  257. package/dist/160/assetBalances/accountCredited.d.ts +2 -2
  258. package/dist/160/assetBalances/accountDebited.d.cts +2 -2
  259. package/dist/160/assetBalances/accountDebited.d.ts +2 -2
  260. package/dist/160/bitcoinIngressEgress/ccmEgressInvalid.d.cts +61 -61
  261. package/dist/160/bitcoinIngressEgress/ccmEgressInvalid.d.ts +61 -61
  262. package/dist/160/bitcoinIngressEgress/depositBoosted.d.cts +28 -28
  263. package/dist/160/bitcoinIngressEgress/depositBoosted.d.ts +28 -28
  264. package/dist/160/bitcoinIngressEgress/depositFinalised.d.cts +26 -26
  265. package/dist/160/bitcoinIngressEgress/depositFinalised.d.ts +26 -26
  266. package/dist/160/environment/runtimeSafeModeUpdated.d.cts +40 -40
  267. package/dist/160/environment/runtimeSafeModeUpdated.d.ts +40 -40
  268. package/dist/160/solanaBroadcaster/transactionBroadcastRequest.d.cts +2 -2
  269. package/dist/160/solanaBroadcaster/transactionBroadcastRequest.d.ts +2 -2
  270. package/dist/160/swapping/batchSwapFailed.d.cts +8 -8
  271. package/dist/160/swapping/batchSwapFailed.d.ts +8 -8
  272. package/dist/160/swapping/ccmFailed.d.cts +14 -14
  273. package/dist/160/swapping/ccmFailed.d.ts +14 -14
  274. package/dist/160/swapping/maximumSwapAmountSet.d.cts +6 -6
  275. package/dist/160/swapping/maximumSwapAmountSet.d.ts +6 -6
  276. package/dist/160/swapping/refundEgressIgnored.d.cts +12 -12
  277. package/dist/160/swapping/refundEgressIgnored.d.ts +12 -12
  278. package/dist/160/swapping/refundEgressScheduled.d.cts +8 -8
  279. package/dist/160/swapping/refundEgressScheduled.d.ts +8 -8
  280. package/dist/160/swapping/swapAmountConfiscated.d.cts +7 -7
  281. package/dist/160/swapping/swapAmountConfiscated.d.ts +7 -7
  282. package/dist/160/swapping/swapDepositAddressReady.d.cts +31 -31
  283. package/dist/160/swapping/swapDepositAddressReady.d.ts +31 -31
  284. package/dist/160/swapping/swapEgressIgnored.d.cts +12 -12
  285. package/dist/160/swapping/swapEgressIgnored.d.ts +12 -12
  286. package/dist/160/swapping/swapEgressScheduled.d.cts +8 -8
  287. package/dist/160/swapping/swapEgressScheduled.d.ts +8 -8
  288. package/dist/160/swapping/swapExecuted.d.cts +12 -12
  289. package/dist/160/swapping/swapExecuted.d.ts +12 -12
  290. package/dist/160/swapping/swapRequested.d.cts +40 -40
  291. package/dist/160/swapping/swapRequested.d.ts +40 -40
  292. package/dist/160/swapping/withdrawalRequested.d.cts +10 -10
  293. package/dist/160/swapping/withdrawalRequested.d.ts +10 -10
  294. package/dist/170/ethereumIngressEgress/boostedDepositLost.d.cts +2 -2
  295. package/dist/170/ethereumIngressEgress/boostedDepositLost.d.ts +2 -2
  296. package/dist/170/ethereumIngressEgress/depositIgnored.d.cts +2 -2
  297. package/dist/170/ethereumIngressEgress/depositIgnored.d.ts +2 -2
  298. package/dist/170/ethereumIngressEgress/transactionRejectedByBroker.d.cts +2 -2
  299. package/dist/170/ethereumIngressEgress/transactionRejectedByBroker.d.ts +2 -2
  300. package/dist/170/solanaIngressEgress/boostedDepositLost.d.cts +2 -2
  301. package/dist/170/solanaIngressEgress/boostedDepositLost.d.ts +2 -2
  302. package/dist/170/solanaIngressEgress/depositIgnored.d.cts +2 -2
  303. package/dist/170/solanaIngressEgress/depositIgnored.d.ts +2 -2
  304. package/dist/180/arbitrumIngressEgress/ccmEgressInvalid.d.cts +61 -61
  305. package/dist/180/arbitrumIngressEgress/ccmEgressInvalid.d.ts +61 -61
  306. package/dist/180/arbitrumIngressEgress/depositFailed.d.cts +151 -151
  307. package/dist/180/arbitrumIngressEgress/depositFailed.d.ts +151 -151
  308. package/dist/180/arbitrumIngressEgress/failedToBuildAllBatchCall.d.cts +57 -57
  309. package/dist/180/arbitrumIngressEgress/failedToBuildAllBatchCall.d.ts +57 -57
  310. package/dist/180/bitcoinIngressEgress/ccmEgressInvalid.d.cts +61 -61
  311. package/dist/180/bitcoinIngressEgress/ccmEgressInvalid.d.ts +61 -61
  312. package/dist/180/bitcoinIngressEgress/depositBoosted.d.cts +30 -30
  313. package/dist/180/bitcoinIngressEgress/depositBoosted.d.ts +30 -30
  314. package/dist/180/bitcoinIngressEgress/depositFailed.d.cts +313 -313
  315. package/dist/180/bitcoinIngressEgress/depositFailed.d.ts +313 -313
  316. package/dist/180/bitcoinIngressEgress/depositFinalised.d.cts +24 -24
  317. package/dist/180/bitcoinIngressEgress/depositFinalised.d.ts +24 -24
  318. package/dist/180/bitcoinIngressEgress/failedToBuildAllBatchCall.d.cts +57 -57
  319. package/dist/180/bitcoinIngressEgress/failedToBuildAllBatchCall.d.ts +57 -57
  320. package/dist/180/bitcoinIngressEgress/insufficientBoostLiquidity.d.cts +2 -2
  321. package/dist/180/bitcoinIngressEgress/insufficientBoostLiquidity.d.ts +2 -2
  322. package/dist/180/bitcoinIngressEgress/transferFallbackRequested.d.cts +20 -20
  323. package/dist/180/bitcoinIngressEgress/transferFallbackRequested.d.ts +20 -20
  324. package/dist/180/polkadotIngressEgress/ccmEgressInvalid.d.cts +61 -61
  325. package/dist/180/polkadotIngressEgress/ccmEgressInvalid.d.ts +61 -61
  326. package/dist/180/polkadotIngressEgress/depositBoosted.d.cts +6 -6
  327. package/dist/180/polkadotIngressEgress/depositBoosted.d.ts +6 -6
  328. package/dist/180/polkadotIngressEgress/depositFailed.d.cts +179 -179
  329. package/dist/180/polkadotIngressEgress/depositFailed.d.ts +179 -179
  330. package/dist/180/polkadotIngressEgress/depositFinalised.d.cts +2 -2
  331. package/dist/180/polkadotIngressEgress/depositFinalised.d.ts +2 -2
  332. package/dist/180/polkadotIngressEgress/failedToBuildAllBatchCall.d.cts +57 -57
  333. package/dist/180/polkadotIngressEgress/failedToBuildAllBatchCall.d.ts +57 -57
  334. package/dist/180/polkadotIngressEgress/insufficientBoostLiquidity.d.cts +2 -2
  335. package/dist/180/polkadotIngressEgress/insufficientBoostLiquidity.d.ts +2 -2
  336. package/dist/180/solanaIngressEgress/ccmEgressInvalid.d.cts +61 -61
  337. package/dist/180/solanaIngressEgress/ccmEgressInvalid.d.ts +61 -61
  338. package/dist/180/solanaIngressEgress/depositBoosted.d.cts +6 -6
  339. package/dist/180/solanaIngressEgress/depositBoosted.d.ts +6 -6
  340. package/dist/180/solanaIngressEgress/depositFailed.d.cts +167 -167
  341. package/dist/180/solanaIngressEgress/depositFailed.d.ts +167 -167
  342. package/dist/180/solanaIngressEgress/depositFinalised.d.cts +2 -2
  343. package/dist/180/solanaIngressEgress/depositFinalised.d.ts +2 -2
  344. package/dist/180/solanaIngressEgress/failedToBuildAllBatchCall.d.cts +57 -57
  345. package/dist/180/solanaIngressEgress/failedToBuildAllBatchCall.d.ts +57 -57
  346. package/dist/180/solanaIngressEgress/insufficientBoostLiquidity.d.cts +2 -2
  347. package/dist/180/solanaIngressEgress/insufficientBoostLiquidity.d.ts +2 -2
  348. package/dist/190/arbitrumIngressEgress/ccmBroadcastRequested.d.cts +2 -2
  349. package/dist/190/arbitrumIngressEgress/ccmBroadcastRequested.d.ts +2 -2
  350. package/dist/190/arbitrumIngressEgress/ccmEgressInvalid.d.cts +54 -54
  351. package/dist/190/arbitrumIngressEgress/ccmEgressInvalid.d.ts +54 -54
  352. package/dist/190/arbitrumIngressEgress/depositBoosted.d.cts +10 -10
  353. package/dist/190/arbitrumIngressEgress/depositBoosted.d.ts +10 -10
  354. package/dist/190/arbitrumIngressEgress/depositFailed.d.cts +184 -184
  355. package/dist/190/arbitrumIngressEgress/depositFailed.d.ts +184 -184
  356. package/dist/190/arbitrumIngressEgress/depositFinalised.d.cts +6 -6
  357. package/dist/190/arbitrumIngressEgress/depositFinalised.d.ts +6 -6
  358. package/dist/190/arbitrumIngressEgress/failedToBuildAllBatchCall.d.cts +50 -50
  359. package/dist/190/arbitrumIngressEgress/failedToBuildAllBatchCall.d.ts +50 -50
  360. package/dist/190/arbitrumIngressEgress/transferFallbackRequested.d.cts +2 -2
  361. package/dist/190/arbitrumIngressEgress/transferFallbackRequested.d.ts +2 -2
  362. package/dist/190/assetBalances/refundScheduled.d.cts +56 -56
  363. package/dist/190/assetBalances/refundScheduled.d.ts +56 -56
  364. package/dist/190/assetBalances/refundSkipped.d.cts +103 -103
  365. package/dist/190/assetBalances/refundSkipped.d.ts +103 -103
  366. package/dist/190/assethubBroadcaster/broadcastCallbackExecuted.d.cts +28 -28
  367. package/dist/190/assethubBroadcaster/broadcastCallbackExecuted.d.ts +28 -28
  368. package/dist/190/assethubIngressEgress/boostFundsAdded.d.cts +2 -2
  369. package/dist/190/assethubIngressEgress/boostFundsAdded.d.ts +2 -2
  370. package/dist/190/assethubIngressEgress/ccmBroadcastRequested.d.cts +2 -2
  371. package/dist/190/assethubIngressEgress/ccmBroadcastRequested.d.ts +2 -2
  372. package/dist/190/assethubIngressEgress/depositFailed.d.cts +16 -16
  373. package/dist/190/assethubIngressEgress/depositFailed.d.ts +16 -16
  374. package/dist/190/assethubIngressEgress/depositFetchesScheduled.d.cts +2 -2
  375. package/dist/190/assethubIngressEgress/depositFetchesScheduled.d.ts +2 -2
  376. package/dist/190/assethubIngressEgress/transactionRejectedByBroker.d.cts +2 -2
  377. package/dist/190/assethubIngressEgress/transactionRejectedByBroker.d.ts +2 -2
  378. package/dist/190/assethubIngressEgress/transferFallbackRequested.d.cts +2 -2
  379. package/dist/190/assethubIngressEgress/transferFallbackRequested.d.ts +2 -2
  380. package/dist/190/ethereumIngressEgress/ccmBroadcastRequested.d.cts +2 -2
  381. package/dist/190/ethereumIngressEgress/ccmBroadcastRequested.d.ts +2 -2
  382. package/dist/190/ethereumIngressEgress/ccmEgressInvalid.d.cts +54 -54
  383. package/dist/190/ethereumIngressEgress/ccmEgressInvalid.d.ts +54 -54
  384. package/dist/190/ethereumIngressEgress/depositBoosted.d.cts +10 -10
  385. package/dist/190/ethereumIngressEgress/depositBoosted.d.ts +10 -10
  386. package/dist/190/ethereumIngressEgress/depositFailed.d.cts +184 -184
  387. package/dist/190/ethereumIngressEgress/depositFailed.d.ts +184 -184
  388. package/dist/190/ethereumIngressEgress/depositFinalised.d.cts +6 -6
  389. package/dist/190/ethereumIngressEgress/depositFinalised.d.ts +6 -6
  390. package/dist/190/ethereumIngressEgress/failedToBuildAllBatchCall.d.cts +50 -50
  391. package/dist/190/ethereumIngressEgress/failedToBuildAllBatchCall.d.ts +50 -50
  392. package/dist/190/ethereumIngressEgress/transferFallbackRequested.d.cts +2 -2
  393. package/dist/190/ethereumIngressEgress/transferFallbackRequested.d.ts +2 -2
  394. package/dist/190/liquidityPools/limitOrderUpdated.d.cts +12 -12
  395. package/dist/190/liquidityPools/limitOrderUpdated.d.ts +12 -12
  396. package/dist/190/liquidityPools/orderDeletionFailed.d.cts +4 -4
  397. package/dist/190/liquidityPools/orderDeletionFailed.d.ts +4 -4
  398. package/dist/190/liquidityPools/rangeOrderUpdated.d.cts +10 -10
  399. package/dist/190/liquidityPools/rangeOrderUpdated.d.ts +10 -10
  400. package/dist/190/liquidityProvider/assetTransferred.d.cts +3 -3
  401. package/dist/190/liquidityProvider/assetTransferred.d.ts +3 -3
  402. package/dist/190/liquidityProvider/withdrawalEgressScheduled.d.cts +6 -6
  403. package/dist/190/liquidityProvider/withdrawalEgressScheduled.d.ts +6 -6
  404. package/dist/190/polkadotIngressEgress/ccmBroadcastRequested.d.cts +2 -2
  405. package/dist/190/polkadotIngressEgress/ccmBroadcastRequested.d.ts +2 -2
  406. package/dist/190/polkadotIngressEgress/ccmEgressInvalid.d.cts +50 -50
  407. package/dist/190/polkadotIngressEgress/ccmEgressInvalid.d.ts +50 -50
  408. package/dist/190/polkadotIngressEgress/depositBoosted.d.cts +8 -8
  409. package/dist/190/polkadotIngressEgress/depositBoosted.d.ts +8 -8
  410. package/dist/190/polkadotIngressEgress/depositFailed.d.cts +198 -198
  411. package/dist/190/polkadotIngressEgress/depositFailed.d.ts +198 -198
  412. package/dist/190/polkadotIngressEgress/depositFinalised.d.cts +6 -6
  413. package/dist/190/polkadotIngressEgress/depositFinalised.d.ts +6 -6
  414. package/dist/190/polkadotIngressEgress/failedToBuildAllBatchCall.d.cts +50 -50
  415. package/dist/190/polkadotIngressEgress/failedToBuildAllBatchCall.d.ts +50 -50
  416. package/dist/190/polkadotIngressEgress/transferFallbackRequested.d.cts +2 -2
  417. package/dist/190/polkadotIngressEgress/transferFallbackRequested.d.ts +2 -2
  418. package/dist/190/solanaIngressEgress/ccmEgressInvalid.d.cts +4 -4
  419. package/dist/190/solanaIngressEgress/ccmEgressInvalid.d.ts +4 -4
  420. package/dist/190/swapping/batchSwapFailed.d.cts +2 -2
  421. package/dist/190/swapping/batchSwapFailed.d.ts +2 -2
  422. package/dist/190/swapping/creditedOnChain.d.cts +4 -4
  423. package/dist/190/swapping/creditedOnChain.d.ts +4 -4
  424. package/dist/190/swapping/refundEgressIgnored.d.cts +18 -18
  425. package/dist/190/swapping/refundEgressIgnored.d.ts +18 -18
  426. package/dist/190/swapping/refundEgressScheduled.d.cts +2 -2
  427. package/dist/190/swapping/refundEgressScheduled.d.ts +2 -2
  428. package/dist/190/swapping/refundedOnChain.d.cts +4 -4
  429. package/dist/190/swapping/refundedOnChain.d.ts +4 -4
  430. package/dist/190/swapping/swapAmountConfiscated.d.cts +2 -2
  431. package/dist/190/swapping/swapAmountConfiscated.d.ts +2 -2
  432. package/dist/190/swapping/swapDepositAddressReady.d.cts +13 -13
  433. package/dist/190/swapping/swapDepositAddressReady.d.ts +13 -13
  434. package/dist/190/swapping/swapEgressIgnored.d.cts +18 -18
  435. package/dist/190/swapping/swapEgressIgnored.d.ts +18 -18
  436. package/dist/190/swapping/swapEgressScheduled.d.cts +2 -2
  437. package/dist/190/swapping/swapEgressScheduled.d.ts +2 -2
  438. package/dist/190/swapping/swapRequested.d.cts +70 -70
  439. package/dist/190/swapping/swapRequested.d.ts +70 -70
  440. package/dist/190/swapping/withdrawalRequested.d.cts +4 -4
  441. package/dist/190/swapping/withdrawalRequested.d.ts +4 -4
  442. package/package.json +3 -3
@@ -41,17 +41,17 @@ declare const ethereumIngressEgressCcmEgressInvalid: z.ZodObject<{
41
41
  error: string;
42
42
  }>;
43
43
  }, "strip", z.ZodTypeAny, {
44
+ __kind: "Module";
44
45
  value: {
45
46
  index: number;
46
47
  error: `0x${string}`;
47
48
  };
48
- __kind: "Module";
49
49
  }, {
50
+ __kind: "Module";
50
51
  value: {
51
52
  index: number;
52
53
  error: string;
53
54
  };
54
- __kind: "Module";
55
55
  }>, z.ZodObject<{
56
56
  __kind: z.ZodLiteral<"ConsumerRemaining">;
57
57
  }, "strip", z.ZodTypeAny, {
@@ -82,13 +82,13 @@ declare const ethereumIngressEgressCcmEgressInvalid: z.ZodObject<{
82
82
  __kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
83
83
  }>;
84
84
  }, "strip", z.ZodTypeAny, {
85
- value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
86
85
  __kind: "Token";
86
+ value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
87
87
  }, {
88
+ __kind: "Token";
88
89
  value: {
89
90
  __kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
90
91
  };
91
- __kind: "Token";
92
92
  }>, z.ZodObject<{
93
93
  __kind: z.ZodLiteral<"Arithmetic">;
94
94
  value: z.ZodEffects<z.ZodObject<{
@@ -101,13 +101,13 @@ declare const ethereumIngressEgressCcmEgressInvalid: z.ZodObject<{
101
101
  __kind: "Underflow" | "Overflow" | "DivisionByZero";
102
102
  }>;
103
103
  }, "strip", z.ZodTypeAny, {
104
- value: "Underflow" | "Overflow" | "DivisionByZero";
105
104
  __kind: "Arithmetic";
105
+ value: "Underflow" | "Overflow" | "DivisionByZero";
106
106
  }, {
107
+ __kind: "Arithmetic";
107
108
  value: {
108
109
  __kind: "Underflow" | "Overflow" | "DivisionByZero";
109
110
  };
110
- __kind: "Arithmetic";
111
111
  }>, z.ZodObject<{
112
112
  __kind: z.ZodLiteral<"Transactional">;
113
113
  value: z.ZodEffects<z.ZodObject<{
@@ -120,13 +120,13 @@ declare const ethereumIngressEgressCcmEgressInvalid: z.ZodObject<{
120
120
  __kind: "LimitReached" | "NoLayer";
121
121
  }>;
122
122
  }, "strip", z.ZodTypeAny, {
123
- value: "LimitReached" | "NoLayer";
124
123
  __kind: "Transactional";
124
+ value: "LimitReached" | "NoLayer";
125
125
  }, {
126
+ __kind: "Transactional";
126
127
  value: {
127
128
  __kind: "LimitReached" | "NoLayer";
128
129
  };
129
- __kind: "Transactional";
130
130
  }>, z.ZodObject<{
131
131
  __kind: z.ZodLiteral<"Exhausted">;
132
132
  }, "strip", z.ZodTypeAny, {
@@ -160,11 +160,11 @@ declare const ethereumIngressEgressCcmEgressInvalid: z.ZodObject<{
160
160
  } | {
161
161
  __kind: "BadOrigin";
162
162
  } | {
163
+ __kind: "Module";
163
164
  value: {
164
165
  index: number;
165
166
  error: `0x${string}`;
166
167
  };
167
- __kind: "Module";
168
168
  } | {
169
169
  __kind: "ConsumerRemaining";
170
170
  } | {
@@ -172,14 +172,14 @@ declare const ethereumIngressEgressCcmEgressInvalid: z.ZodObject<{
172
172
  } | {
173
173
  __kind: "TooManyConsumers";
174
174
  } | {
175
- value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
176
175
  __kind: "Token";
176
+ value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
177
177
  } | {
178
- value: "Underflow" | "Overflow" | "DivisionByZero";
179
178
  __kind: "Arithmetic";
179
+ value: "Underflow" | "Overflow" | "DivisionByZero";
180
180
  } | {
181
- value: "LimitReached" | "NoLayer";
182
181
  __kind: "Transactional";
182
+ value: "LimitReached" | "NoLayer";
183
183
  } | {
184
184
  __kind: "Exhausted";
185
185
  } | {
@@ -198,11 +198,11 @@ declare const ethereumIngressEgressCcmEgressInvalid: z.ZodObject<{
198
198
  } | {
199
199
  __kind: "BadOrigin";
200
200
  } | {
201
+ __kind: "Module";
201
202
  value: {
202
203
  index: number;
203
204
  error: string;
204
205
  };
205
- __kind: "Module";
206
206
  } | {
207
207
  __kind: "ConsumerRemaining";
208
208
  } | {
@@ -210,20 +210,20 @@ declare const ethereumIngressEgressCcmEgressInvalid: z.ZodObject<{
210
210
  } | {
211
211
  __kind: "TooManyConsumers";
212
212
  } | {
213
+ __kind: "Token";
213
214
  value: {
214
215
  __kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
215
216
  };
216
- __kind: "Token";
217
217
  } | {
218
+ __kind: "Arithmetic";
218
219
  value: {
219
220
  __kind: "Underflow" | "Overflow" | "DivisionByZero";
220
221
  };
221
- __kind: "Arithmetic";
222
222
  } | {
223
+ __kind: "Transactional";
223
224
  value: {
224
225
  __kind: "LimitReached" | "NoLayer";
225
226
  };
226
- __kind: "Transactional";
227
227
  } | {
228
228
  __kind: "Exhausted";
229
229
  } | {
@@ -41,17 +41,17 @@ declare const ethereumIngressEgressCcmEgressInvalid: z.ZodObject<{
41
41
  error: string;
42
42
  }>;
43
43
  }, "strip", z.ZodTypeAny, {
44
+ __kind: "Module";
44
45
  value: {
45
46
  index: number;
46
47
  error: `0x${string}`;
47
48
  };
48
- __kind: "Module";
49
49
  }, {
50
+ __kind: "Module";
50
51
  value: {
51
52
  index: number;
52
53
  error: string;
53
54
  };
54
- __kind: "Module";
55
55
  }>, z.ZodObject<{
56
56
  __kind: z.ZodLiteral<"ConsumerRemaining">;
57
57
  }, "strip", z.ZodTypeAny, {
@@ -82,13 +82,13 @@ declare const ethereumIngressEgressCcmEgressInvalid: z.ZodObject<{
82
82
  __kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
83
83
  }>;
84
84
  }, "strip", z.ZodTypeAny, {
85
- value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
86
85
  __kind: "Token";
86
+ value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
87
87
  }, {
88
+ __kind: "Token";
88
89
  value: {
89
90
  __kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
90
91
  };
91
- __kind: "Token";
92
92
  }>, z.ZodObject<{
93
93
  __kind: z.ZodLiteral<"Arithmetic">;
94
94
  value: z.ZodEffects<z.ZodObject<{
@@ -101,13 +101,13 @@ declare const ethereumIngressEgressCcmEgressInvalid: z.ZodObject<{
101
101
  __kind: "Underflow" | "Overflow" | "DivisionByZero";
102
102
  }>;
103
103
  }, "strip", z.ZodTypeAny, {
104
- value: "Underflow" | "Overflow" | "DivisionByZero";
105
104
  __kind: "Arithmetic";
105
+ value: "Underflow" | "Overflow" | "DivisionByZero";
106
106
  }, {
107
+ __kind: "Arithmetic";
107
108
  value: {
108
109
  __kind: "Underflow" | "Overflow" | "DivisionByZero";
109
110
  };
110
- __kind: "Arithmetic";
111
111
  }>, z.ZodObject<{
112
112
  __kind: z.ZodLiteral<"Transactional">;
113
113
  value: z.ZodEffects<z.ZodObject<{
@@ -120,13 +120,13 @@ declare const ethereumIngressEgressCcmEgressInvalid: z.ZodObject<{
120
120
  __kind: "LimitReached" | "NoLayer";
121
121
  }>;
122
122
  }, "strip", z.ZodTypeAny, {
123
- value: "LimitReached" | "NoLayer";
124
123
  __kind: "Transactional";
124
+ value: "LimitReached" | "NoLayer";
125
125
  }, {
126
+ __kind: "Transactional";
126
127
  value: {
127
128
  __kind: "LimitReached" | "NoLayer";
128
129
  };
129
- __kind: "Transactional";
130
130
  }>, z.ZodObject<{
131
131
  __kind: z.ZodLiteral<"Exhausted">;
132
132
  }, "strip", z.ZodTypeAny, {
@@ -160,11 +160,11 @@ declare const ethereumIngressEgressCcmEgressInvalid: z.ZodObject<{
160
160
  } | {
161
161
  __kind: "BadOrigin";
162
162
  } | {
163
+ __kind: "Module";
163
164
  value: {
164
165
  index: number;
165
166
  error: `0x${string}`;
166
167
  };
167
- __kind: "Module";
168
168
  } | {
169
169
  __kind: "ConsumerRemaining";
170
170
  } | {
@@ -172,14 +172,14 @@ declare const ethereumIngressEgressCcmEgressInvalid: z.ZodObject<{
172
172
  } | {
173
173
  __kind: "TooManyConsumers";
174
174
  } | {
175
- value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
176
175
  __kind: "Token";
176
+ value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
177
177
  } | {
178
- value: "Underflow" | "Overflow" | "DivisionByZero";
179
178
  __kind: "Arithmetic";
179
+ value: "Underflow" | "Overflow" | "DivisionByZero";
180
180
  } | {
181
- value: "LimitReached" | "NoLayer";
182
181
  __kind: "Transactional";
182
+ value: "LimitReached" | "NoLayer";
183
183
  } | {
184
184
  __kind: "Exhausted";
185
185
  } | {
@@ -198,11 +198,11 @@ declare const ethereumIngressEgressCcmEgressInvalid: z.ZodObject<{
198
198
  } | {
199
199
  __kind: "BadOrigin";
200
200
  } | {
201
+ __kind: "Module";
201
202
  value: {
202
203
  index: number;
203
204
  error: string;
204
205
  };
205
- __kind: "Module";
206
206
  } | {
207
207
  __kind: "ConsumerRemaining";
208
208
  } | {
@@ -210,20 +210,20 @@ declare const ethereumIngressEgressCcmEgressInvalid: z.ZodObject<{
210
210
  } | {
211
211
  __kind: "TooManyConsumers";
212
212
  } | {
213
+ __kind: "Token";
213
214
  value: {
214
215
  __kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
215
216
  };
216
- __kind: "Token";
217
217
  } | {
218
+ __kind: "Arithmetic";
218
219
  value: {
219
220
  __kind: "Underflow" | "Overflow" | "DivisionByZero";
220
221
  };
221
- __kind: "Arithmetic";
222
222
  } | {
223
+ __kind: "Transactional";
223
224
  value: {
224
225
  __kind: "LimitReached" | "NoLayer";
225
226
  };
226
- __kind: "Transactional";
227
227
  } | {
228
228
  __kind: "Exhausted";
229
229
  } | {
@@ -25,21 +25,21 @@ declare const ethereumIngressEgressStoppedBoosting: z.ZodObject<{
25
25
  unlockedAmount: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
26
26
  pendingBoosts: z.ZodArray<z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>, "many">;
27
27
  }, "strip", z.ZodTypeAny, {
28
- boosterId: string;
29
28
  boostPool: {
30
29
  asset: "Eth" | "Flip" | "Usdc" | "Usdt";
31
30
  tier: number;
32
31
  };
32
+ boosterId: string;
33
33
  unlockedAmount: bigint;
34
34
  pendingBoosts: bigint[];
35
35
  }, {
36
- boosterId: string;
37
36
  boostPool: {
38
37
  asset: {
39
38
  __kind: "Eth" | "Flip" | "Usdc" | "Usdt";
40
39
  };
41
40
  tier: number;
42
41
  };
42
+ boosterId: string;
43
43
  unlockedAmount: string | number;
44
44
  pendingBoosts: (string | number)[];
45
45
  }>;
@@ -25,21 +25,21 @@ declare const ethereumIngressEgressStoppedBoosting: z.ZodObject<{
25
25
  unlockedAmount: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
26
26
  pendingBoosts: z.ZodArray<z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>, "many">;
27
27
  }, "strip", z.ZodTypeAny, {
28
- boosterId: string;
29
28
  boostPool: {
30
29
  asset: "Eth" | "Flip" | "Usdc" | "Usdt";
31
30
  tier: number;
32
31
  };
32
+ boosterId: string;
33
33
  unlockedAmount: bigint;
34
34
  pendingBoosts: bigint[];
35
35
  }, {
36
- boosterId: string;
37
36
  boostPool: {
38
37
  asset: {
39
38
  __kind: "Eth" | "Flip" | "Usdc" | "Usdt";
40
39
  };
41
40
  tier: number;
42
41
  };
42
+ boosterId: string;
43
43
  unlockedAmount: string | number;
44
44
  pendingBoosts: (string | number)[];
45
45
  }>;
@@ -5,12 +5,12 @@ declare const evmThresholdSignerFailureReportProcessed: z.ZodObject<{
5
5
  ceremonyId: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
6
6
  reporterId: z.ZodEffects<z.ZodUnion<[z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, `0x${string}`, string>]>, string, string>;
7
7
  }, "strip", z.ZodTypeAny, {
8
- requestId: number;
9
8
  ceremonyId: bigint;
9
+ requestId: number;
10
10
  reporterId: string;
11
11
  }, {
12
- requestId: number;
13
12
  ceremonyId: string | number;
13
+ requestId: number;
14
14
  reporterId: string;
15
15
  }>;
16
16
 
@@ -5,12 +5,12 @@ declare const evmThresholdSignerFailureReportProcessed: z.ZodObject<{
5
5
  ceremonyId: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
6
6
  reporterId: z.ZodEffects<z.ZodUnion<[z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, `0x${string}`, string>]>, string, string>;
7
7
  }, "strip", z.ZodTypeAny, {
8
- requestId: number;
9
8
  ceremonyId: bigint;
9
+ requestId: number;
10
10
  reporterId: string;
11
11
  }, {
12
- requestId: number;
13
12
  ceremonyId: string | number;
13
+ requestId: number;
14
14
  reporterId: string;
15
15
  }>;
16
16
 
@@ -4,11 +4,11 @@ declare const evmThresholdSignerRetryRequested: z.ZodObject<{
4
4
  requestId: z.ZodNumber;
5
5
  ceremonyId: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
6
6
  }, "strip", z.ZodTypeAny, {
7
- requestId: number;
8
7
  ceremonyId: bigint;
9
- }, {
10
8
  requestId: number;
9
+ }, {
11
10
  ceremonyId: string | number;
11
+ requestId: number;
12
12
  }>;
13
13
 
14
14
  export { evmThresholdSignerRetryRequested };
@@ -4,11 +4,11 @@ declare const evmThresholdSignerRetryRequested: z.ZodObject<{
4
4
  requestId: z.ZodNumber;
5
5
  ceremonyId: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
6
6
  }, "strip", z.ZodTypeAny, {
7
- requestId: number;
8
7
  ceremonyId: bigint;
9
- }, {
10
8
  requestId: number;
9
+ }, {
11
10
  ceremonyId: string | number;
11
+ requestId: number;
12
12
  }>;
13
13
 
14
14
  export { evmThresholdSignerRetryRequested };
@@ -237,8 +237,8 @@ declare const evmThresholdSignerThresholdDispatchComplete: z.ZodObject<{
237
237
  __kind: "Err";
238
238
  }>]>;
239
239
  }, "strip", z.ZodTypeAny, {
240
- requestId: number;
241
240
  ceremonyId: bigint;
241
+ requestId: number;
242
242
  result: {
243
243
  __kind: "Ok";
244
244
  } | {
@@ -281,8 +281,8 @@ declare const evmThresholdSignerThresholdDispatchComplete: z.ZodObject<{
281
281
  __kind: "Err";
282
282
  };
283
283
  }, {
284
- requestId: number;
285
284
  ceremonyId: string | number;
285
+ requestId: number;
286
286
  result: {
287
287
  __kind: "Ok";
288
288
  } | {
@@ -237,8 +237,8 @@ declare const evmThresholdSignerThresholdDispatchComplete: z.ZodObject<{
237
237
  __kind: "Err";
238
238
  }>]>;
239
239
  }, "strip", z.ZodTypeAny, {
240
- requestId: number;
241
240
  ceremonyId: bigint;
241
+ requestId: number;
242
242
  result: {
243
243
  __kind: "Ok";
244
244
  } | {
@@ -281,8 +281,8 @@ declare const evmThresholdSignerThresholdDispatchComplete: z.ZodObject<{
281
281
  __kind: "Err";
282
282
  };
283
283
  }, {
284
- requestId: number;
285
284
  ceremonyId: string | number;
285
+ requestId: number;
286
286
  result: {
287
287
  __kind: "Ok";
288
288
  } | {
@@ -5,12 +5,12 @@ declare const evmThresholdSignerThresholdSignatureFailed: z.ZodObject<{
5
5
  ceremonyId: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
6
6
  offenders: z.ZodArray<z.ZodEffects<z.ZodUnion<[z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, `0x${string}`, string>]>, string, string>, "many">;
7
7
  }, "strip", z.ZodTypeAny, {
8
- requestId: number;
9
8
  ceremonyId: bigint;
9
+ requestId: number;
10
10
  offenders: string[];
11
11
  }, {
12
- requestId: number;
13
12
  ceremonyId: string | number;
13
+ requestId: number;
14
14
  offenders: string[];
15
15
  }>;
16
16
 
@@ -5,12 +5,12 @@ declare const evmThresholdSignerThresholdSignatureFailed: z.ZodObject<{
5
5
  ceremonyId: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
6
6
  offenders: z.ZodArray<z.ZodEffects<z.ZodUnion<[z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, `0x${string}`, string>]>, string, string>, "many">;
7
7
  }, "strip", z.ZodTypeAny, {
8
- requestId: number;
9
8
  ceremonyId: bigint;
9
+ requestId: number;
10
10
  offenders: string[];
11
11
  }, {
12
- requestId: number;
13
12
  ceremonyId: string | number;
13
+ requestId: number;
14
14
  offenders: string[];
15
15
  }>;
16
16
 
@@ -27,8 +27,8 @@ declare const evmThresholdSignerThresholdSignatureRequest: z.ZodObject<{
27
27
  signatories: z.ZodArray<z.ZodEffects<z.ZodUnion<[z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, `0x${string}`, string>]>, string, string>, "many">;
28
28
  payload: z.ZodEffects<z.ZodString, `0x${string}`, string>;
29
29
  }, "strip", z.ZodTypeAny, {
30
- requestId: number;
31
30
  ceremonyId: bigint;
31
+ requestId: number;
32
32
  epoch: number;
33
33
  key: {
34
34
  pubKeyX: `0x${string}`;
@@ -37,8 +37,8 @@ declare const evmThresholdSignerThresholdSignatureRequest: z.ZodObject<{
37
37
  signatories: string[];
38
38
  payload: `0x${string}`;
39
39
  }, {
40
- requestId: number;
41
40
  ceremonyId: string | number;
41
+ requestId: number;
42
42
  epoch: number;
43
43
  key: {
44
44
  pubKeyX: string;
@@ -27,8 +27,8 @@ declare const evmThresholdSignerThresholdSignatureRequest: z.ZodObject<{
27
27
  signatories: z.ZodArray<z.ZodEffects<z.ZodUnion<[z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, `0x${string}`, string>]>, string, string>, "many">;
28
28
  payload: z.ZodEffects<z.ZodString, `0x${string}`, string>;
29
29
  }, "strip", z.ZodTypeAny, {
30
- requestId: number;
31
30
  ceremonyId: bigint;
31
+ requestId: number;
32
32
  epoch: number;
33
33
  key: {
34
34
  pubKeyX: `0x${string}`;
@@ -37,8 +37,8 @@ declare const evmThresholdSignerThresholdSignatureRequest: z.ZodObject<{
37
37
  signatories: string[];
38
38
  payload: `0x${string}`;
39
39
  }, {
40
- requestId: number;
41
40
  ceremonyId: string | number;
41
+ requestId: number;
42
42
  epoch: number;
43
43
  key: {
44
44
  pubKeyX: string;
@@ -4,11 +4,11 @@ declare const evmThresholdSignerThresholdSignatureSuccess: z.ZodObject<{
4
4
  requestId: z.ZodNumber;
5
5
  ceremonyId: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
6
6
  }, "strip", z.ZodTypeAny, {
7
- requestId: number;
8
7
  ceremonyId: bigint;
9
- }, {
10
8
  requestId: number;
9
+ }, {
11
10
  ceremonyId: string | number;
11
+ requestId: number;
12
12
  }>;
13
13
 
14
14
  export { evmThresholdSignerThresholdSignatureSuccess };
@@ -4,11 +4,11 @@ declare const evmThresholdSignerThresholdSignatureSuccess: z.ZodObject<{
4
4
  requestId: z.ZodNumber;
5
5
  ceremonyId: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
6
6
  }, "strip", z.ZodTypeAny, {
7
- requestId: number;
8
7
  ceremonyId: bigint;
9
- }, {
10
8
  requestId: number;
9
+ }, {
11
10
  ceremonyId: string | number;
11
+ requestId: number;
12
12
  }>;
13
13
 
14
14
  export { evmThresholdSignerThresholdSignatureSuccess };
@@ -35,43 +35,42 @@ declare const liquidityPoolsLimitOrderUpdated: z.ZodObject<{
35
35
  __kind: z.ZodLiteral<"Increase">;
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: "Increase";
39
38
  value: bigint;
40
- }, {
41
39
  __kind: "Increase";
40
+ }, {
42
41
  value: string | number;
42
+ __kind: "Increase";
43
43
  }>, z.ZodObject<{
44
44
  __kind: z.ZodLiteral<"Decrease">;
45
45
  value: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
46
46
  }, "strip", z.ZodTypeAny, {
47
- __kind: "Decrease";
48
47
  value: bigint;
49
- }, {
50
48
  __kind: "Decrease";
49
+ }, {
51
50
  value: string | number;
51
+ __kind: "Decrease";
52
52
  }>]>>>;
53
53
  sellAmountTotal: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
54
54
  collectedFees: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
55
55
  boughtAmount: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
56
56
  }, "strip", z.ZodTypeAny, {
57
- id: bigint;
58
57
  lp: string;
59
58
  baseAsset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt";
60
59
  quoteAsset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt";
61
60
  side: "Buy" | "Sell";
61
+ id: bigint;
62
62
  tick: number;
63
63
  sellAmountTotal: bigint;
64
64
  collectedFees: bigint;
65
65
  boughtAmount: bigint;
66
66
  sellAmountChange?: {
67
- __kind: "Increase";
68
67
  value: bigint;
68
+ __kind: "Increase";
69
69
  } | {
70
- __kind: "Decrease";
71
70
  value: bigint;
71
+ __kind: "Decrease";
72
72
  } | null | undefined;
73
73
  }, {
74
- id: string | number;
75
74
  lp: string;
76
75
  baseAsset: {
77
76
  __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt";
@@ -82,16 +81,17 @@ declare const liquidityPoolsLimitOrderUpdated: z.ZodObject<{
82
81
  side: {
83
82
  __kind: "Buy" | "Sell";
84
83
  };
84
+ id: string | number;
85
85
  tick: number;
86
86
  sellAmountTotal: string | number;
87
87
  collectedFees: string | number;
88
88
  boughtAmount: string | number;
89
89
  sellAmountChange?: {
90
- __kind: "Increase";
91
90
  value: string | number;
91
+ __kind: "Increase";
92
92
  } | {
93
- __kind: "Decrease";
94
93
  value: string | number;
94
+ __kind: "Decrease";
95
95
  } | null | undefined;
96
96
  }>;
97
97
 
@@ -35,43 +35,42 @@ declare const liquidityPoolsLimitOrderUpdated: z.ZodObject<{
35
35
  __kind: z.ZodLiteral<"Increase">;
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: "Increase";
39
38
  value: bigint;
40
- }, {
41
39
  __kind: "Increase";
40
+ }, {
42
41
  value: string | number;
42
+ __kind: "Increase";
43
43
  }>, z.ZodObject<{
44
44
  __kind: z.ZodLiteral<"Decrease">;
45
45
  value: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
46
46
  }, "strip", z.ZodTypeAny, {
47
- __kind: "Decrease";
48
47
  value: bigint;
49
- }, {
50
48
  __kind: "Decrease";
49
+ }, {
51
50
  value: string | number;
51
+ __kind: "Decrease";
52
52
  }>]>>>;
53
53
  sellAmountTotal: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
54
54
  collectedFees: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
55
55
  boughtAmount: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
56
56
  }, "strip", z.ZodTypeAny, {
57
- id: bigint;
58
57
  lp: string;
59
58
  baseAsset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt";
60
59
  quoteAsset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt";
61
60
  side: "Buy" | "Sell";
61
+ id: bigint;
62
62
  tick: number;
63
63
  sellAmountTotal: bigint;
64
64
  collectedFees: bigint;
65
65
  boughtAmount: bigint;
66
66
  sellAmountChange?: {
67
- __kind: "Increase";
68
67
  value: bigint;
68
+ __kind: "Increase";
69
69
  } | {
70
- __kind: "Decrease";
71
70
  value: bigint;
71
+ __kind: "Decrease";
72
72
  } | null | undefined;
73
73
  }, {
74
- id: string | number;
75
74
  lp: string;
76
75
  baseAsset: {
77
76
  __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt";
@@ -82,16 +81,17 @@ declare const liquidityPoolsLimitOrderUpdated: z.ZodObject<{
82
81
  side: {
83
82
  __kind: "Buy" | "Sell";
84
83
  };
84
+ id: string | number;
85
85
  tick: number;
86
86
  sellAmountTotal: string | number;
87
87
  collectedFees: string | number;
88
88
  boughtAmount: string | number;
89
89
  sellAmountChange?: {
90
- __kind: "Increase";
91
90
  value: string | number;
91
+ __kind: "Increase";
92
92
  } | {
93
- __kind: "Decrease";
94
93
  value: string | number;
94
+ __kind: "Decrease";
95
95
  } | null | undefined;
96
96
  }>;
97
97