@chainflip/processor 2.1.1 → 2.1.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 (879) hide show
  1. package/dist/100/bitcoinIngressEgress/egressScheduled.d.cts +4 -4
  2. package/dist/100/bitcoinIngressEgress/egressScheduled.d.mts +4 -4
  3. package/dist/100/ethereumIngressEgress/egressScheduled.d.cts +2 -2
  4. package/dist/100/ethereumIngressEgress/egressScheduled.d.mts +2 -2
  5. package/dist/100/funding/boundExecutorAddress.d.cts +2 -2
  6. package/dist/100/funding/boundExecutorAddress.d.mts +2 -2
  7. package/dist/100/funding/boundRedeemAddress.d.cts +2 -2
  8. package/dist/100/funding/boundRedeemAddress.d.mts +2 -2
  9. package/dist/100/funding/failedFundingAttempt.d.cts +2 -2
  10. package/dist/100/funding/failedFundingAttempt.d.mts +2 -2
  11. package/dist/100/funding/funded.d.cts +2 -2
  12. package/dist/100/funding/funded.d.mts +2 -2
  13. package/dist/100/funding/redemptionRequested.d.cts +2 -2
  14. package/dist/100/funding/redemptionRequested.d.mts +2 -2
  15. package/dist/100/liquidityPools/limitOrderUpdated.d.cts +2 -2
  16. package/dist/100/liquidityPools/limitOrderUpdated.d.mts +2 -2
  17. package/dist/100/liquidityPools/rangeOrderUpdated.d.cts +8 -8
  18. package/dist/100/liquidityPools/rangeOrderUpdated.d.mts +8 -8
  19. package/dist/100/liquidityProvider/accountCredited.d.cts +2 -2
  20. package/dist/100/liquidityProvider/accountCredited.d.mts +2 -2
  21. package/dist/100/liquidityProvider/accountDebited.d.cts +2 -2
  22. package/dist/100/liquidityProvider/accountDebited.d.mts +2 -2
  23. package/dist/100/liquidityProvider/liquidityDepositAddressReady.d.cts +2 -2
  24. package/dist/100/liquidityProvider/liquidityDepositAddressReady.d.mts +2 -2
  25. package/dist/100/liquidityProvider/liquidityRefundAddressRegistered.d.cts +2 -2
  26. package/dist/100/liquidityProvider/liquidityRefundAddressRegistered.d.mts +2 -2
  27. package/dist/100/polkadotIngressEgress/egressScheduled.d.cts +2 -2
  28. package/dist/100/polkadotIngressEgress/egressScheduled.d.mts +2 -2
  29. package/dist/100/swapping/swapExecuted.d.cts +4 -4
  30. package/dist/100/swapping/swapExecuted.d.mts +4 -4
  31. package/dist/100/swapping/swapScheduled.d.cts +10 -10
  32. package/dist/100/swapping/swapScheduled.d.mts +10 -10
  33. package/dist/100/system/extrinsicFailed.d.cts +17 -17
  34. package/dist/100/system/extrinsicFailed.d.mts +17 -17
  35. package/dist/11000/arbitrumIngressEgress/ccmEgressInvalid.d.cts +26 -26
  36. package/dist/11000/arbitrumIngressEgress/ccmEgressInvalid.d.mts +26 -26
  37. package/dist/11000/arbitrumIngressEgress/depositFailed.d.cts +64 -64
  38. package/dist/11000/arbitrumIngressEgress/depositFailed.d.mts +64 -64
  39. package/dist/11000/arbitrumIngressEgress/failedToBuildAllBatchCall.d.cts +22 -22
  40. package/dist/11000/arbitrumIngressEgress/failedToBuildAllBatchCall.d.mts +22 -22
  41. package/dist/11000/assethubIngressEgress/ccmEgressInvalid.d.cts +26 -26
  42. package/dist/11000/assethubIngressEgress/ccmEgressInvalid.d.mts +26 -26
  43. package/dist/11000/assethubIngressEgress/depositFailed.d.cts +64 -64
  44. package/dist/11000/assethubIngressEgress/depositFailed.d.mts +64 -64
  45. package/dist/11000/assethubIngressEgress/failedToBuildAllBatchCall.d.cts +22 -22
  46. package/dist/11000/assethubIngressEgress/failedToBuildAllBatchCall.d.mts +22 -22
  47. package/dist/11000/bitcoinIngressEgress/ccmEgressInvalid.d.cts +26 -26
  48. package/dist/11000/bitcoinIngressEgress/ccmEgressInvalid.d.mts +26 -26
  49. package/dist/11000/bitcoinIngressEgress/depositFailed.d.cts +122 -122
  50. package/dist/11000/bitcoinIngressEgress/depositFailed.d.mts +122 -122
  51. package/dist/11000/bitcoinIngressEgress/failedToBuildAllBatchCall.d.cts +22 -22
  52. package/dist/11000/bitcoinIngressEgress/failedToBuildAllBatchCall.d.mts +22 -22
  53. package/dist/11000/common.d.cts +620 -620
  54. package/dist/11000/common.d.mts +620 -620
  55. package/dist/11000/environment/runtimeSafeModeUpdated.d.cts +28 -28
  56. package/dist/11000/environment/runtimeSafeModeUpdated.d.mts +28 -28
  57. package/dist/11000/ethereumIngressEgress/ccmEgressInvalid.d.cts +26 -26
  58. package/dist/11000/ethereumIngressEgress/ccmEgressInvalid.d.mts +26 -26
  59. package/dist/11000/ethereumIngressEgress/depositFailed.d.cts +64 -64
  60. package/dist/11000/ethereumIngressEgress/depositFailed.d.mts +64 -64
  61. package/dist/11000/ethereumIngressEgress/failedToBuildAllBatchCall.d.cts +22 -22
  62. package/dist/11000/ethereumIngressEgress/failedToBuildAllBatchCall.d.mts +22 -22
  63. package/dist/11000/lendingPools/boostFundsAdded.d.cts +10 -10
  64. package/dist/11000/lendingPools/boostFundsAdded.d.mts +10 -10
  65. package/dist/11000/lendingPools/boostPoolCreated.d.cts +8 -8
  66. package/dist/11000/lendingPools/boostPoolCreated.d.mts +8 -8
  67. package/dist/11000/lendingPools/stoppedBoosting.d.cts +10 -10
  68. package/dist/11000/lendingPools/stoppedBoosting.d.mts +10 -10
  69. package/dist/11000/polkadotIngressEgress/ccmEgressInvalid.d.cts +26 -26
  70. package/dist/11000/polkadotIngressEgress/ccmEgressInvalid.d.mts +26 -26
  71. package/dist/11000/polkadotIngressEgress/depositFailed.d.cts +64 -64
  72. package/dist/11000/polkadotIngressEgress/depositFailed.d.mts +64 -64
  73. package/dist/11000/polkadotIngressEgress/failedToBuildAllBatchCall.d.cts +22 -22
  74. package/dist/11000/polkadotIngressEgress/failedToBuildAllBatchCall.d.mts +22 -22
  75. package/dist/11000/solanaIngressEgress/ccmEgressInvalid.d.cts +26 -26
  76. package/dist/11000/solanaIngressEgress/ccmEgressInvalid.d.mts +26 -26
  77. package/dist/11000/solanaIngressEgress/depositFailed.d.cts +55 -55
  78. package/dist/11000/solanaIngressEgress/depositFailed.d.mts +55 -55
  79. package/dist/11000/solanaIngressEgress/failedToBuildAllBatchCall.d.cts +22 -22
  80. package/dist/11000/solanaIngressEgress/failedToBuildAllBatchCall.d.mts +22 -22
  81. package/dist/11000/swapping/palletConfigUpdated.d.cts +32 -32
  82. package/dist/11000/swapping/palletConfigUpdated.d.mts +32 -32
  83. package/dist/11000/swapping/refundEgressScheduled.d.cts +14 -14
  84. package/dist/11000/swapping/refundEgressScheduled.d.mts +14 -14
  85. package/dist/11000/swapping/refundedOnChain.d.cts +6 -6
  86. package/dist/11000/swapping/refundedOnChain.d.mts +6 -6
  87. package/dist/11000/swapping/swapDepositAddressReady.d.cts +24 -24
  88. package/dist/11000/swapping/swapDepositAddressReady.d.mts +24 -24
  89. package/dist/11000/swapping/swapRequested.d.cts +16 -16
  90. package/dist/11000/swapping/swapRequested.d.mts +16 -16
  91. package/dist/11000/tradingStrategy/strategyDeployed.d.cts +24 -24
  92. package/dist/11000/tradingStrategy/strategyDeployed.d.mts +24 -24
  93. package/dist/111/common.d.cts +4 -4
  94. package/dist/111/common.d.mts +4 -4
  95. package/dist/111/liquidityPools/limitOrderUpdated.d.cts +12 -12
  96. package/dist/111/liquidityPools/limitOrderUpdated.d.mts +12 -12
  97. package/dist/111/liquidityPools/newPoolCreated.d.cts +12 -12
  98. package/dist/111/liquidityPools/newPoolCreated.d.mts +12 -12
  99. package/dist/111/liquidityPools/poolFeeSet.d.cts +12 -12
  100. package/dist/111/liquidityPools/poolFeeSet.d.mts +12 -12
  101. package/dist/111/liquidityPools/rangeOrderUpdated.d.cts +12 -12
  102. package/dist/111/liquidityPools/rangeOrderUpdated.d.mts +12 -12
  103. package/dist/111/liquidityPools/scheduledLimitOrderUpdateDispatchFailure.d.cts +2 -2
  104. package/dist/111/liquidityPools/scheduledLimitOrderUpdateDispatchFailure.d.mts +2 -2
  105. package/dist/11100/swapping/swapExecuted.d.cts +2 -2
  106. package/dist/11100/swapping/swapExecuted.d.mts +2 -2
  107. package/dist/11100/swapping/swapRequested.d.cts +8 -8
  108. package/dist/11100/swapping/swapRequested.d.mts +8 -8
  109. package/dist/11200/arbitrumIngressEgress/channelRejectionRequestReceived.d.cts +2 -2
  110. package/dist/11200/arbitrumIngressEgress/channelRejectionRequestReceived.d.mts +2 -2
  111. package/dist/11200/arbitrumIngressEgress/depositBoosted.d.cts +12 -12
  112. package/dist/11200/arbitrumIngressEgress/depositBoosted.d.mts +12 -12
  113. package/dist/11200/arbitrumIngressEgress/depositFailed.d.cts +178 -178
  114. package/dist/11200/arbitrumIngressEgress/depositFailed.d.mts +178 -178
  115. package/dist/11200/arbitrumIngressEgress/depositFinalised.d.cts +8 -8
  116. package/dist/11200/arbitrumIngressEgress/depositFinalised.d.mts +8 -8
  117. package/dist/11200/assethubIngressEgress/channelRejectionRequestReceived.d.cts +2 -2
  118. package/dist/11200/assethubIngressEgress/channelRejectionRequestReceived.d.mts +2 -2
  119. package/dist/11200/assethubIngressEgress/depositBoosted.d.cts +12 -12
  120. package/dist/11200/assethubIngressEgress/depositBoosted.d.mts +12 -12
  121. package/dist/11200/assethubIngressEgress/depositFailed.d.cts +178 -178
  122. package/dist/11200/assethubIngressEgress/depositFailed.d.mts +178 -178
  123. package/dist/11200/assethubIngressEgress/depositFinalised.d.cts +8 -8
  124. package/dist/11200/assethubIngressEgress/depositFinalised.d.mts +8 -8
  125. package/dist/11200/bitcoinIngressEgress/channelRejectionRequestReceived.d.cts +22 -22
  126. package/dist/11200/bitcoinIngressEgress/channelRejectionRequestReceived.d.mts +22 -22
  127. package/dist/11200/bitcoinIngressEgress/depositBoosted.d.cts +32 -32
  128. package/dist/11200/bitcoinIngressEgress/depositBoosted.d.mts +32 -32
  129. package/dist/11200/bitcoinIngressEgress/depositFailed.d.cts +308 -308
  130. package/dist/11200/bitcoinIngressEgress/depositFailed.d.mts +308 -308
  131. package/dist/11200/bitcoinIngressEgress/depositFinalised.d.cts +28 -28
  132. package/dist/11200/bitcoinIngressEgress/depositFinalised.d.mts +28 -28
  133. package/dist/11200/common.d.cts +2663 -2663
  134. package/dist/11200/common.d.mts +2663 -2663
  135. package/dist/11200/environment/runtimeSafeModeUpdated.d.cts +12 -12
  136. package/dist/11200/environment/runtimeSafeModeUpdated.d.mts +12 -12
  137. package/dist/11200/ethereumIngressEgress/channelRejectionRequestReceived.d.cts +2 -2
  138. package/dist/11200/ethereumIngressEgress/channelRejectionRequestReceived.d.mts +2 -2
  139. package/dist/11200/ethereumIngressEgress/depositBoosted.d.cts +12 -12
  140. package/dist/11200/ethereumIngressEgress/depositBoosted.d.mts +12 -12
  141. package/dist/11200/ethereumIngressEgress/depositFailed.d.cts +178 -178
  142. package/dist/11200/ethereumIngressEgress/depositFailed.d.mts +178 -178
  143. package/dist/11200/ethereumIngressEgress/depositFinalised.d.cts +8 -8
  144. package/dist/11200/ethereumIngressEgress/depositFinalised.d.mts +8 -8
  145. package/dist/11200/polkadotIngressEgress/channelRejectionRequestReceived.d.cts +2 -2
  146. package/dist/11200/polkadotIngressEgress/channelRejectionRequestReceived.d.mts +2 -2
  147. package/dist/11200/polkadotIngressEgress/depositBoosted.d.cts +12 -12
  148. package/dist/11200/polkadotIngressEgress/depositBoosted.d.mts +12 -12
  149. package/dist/11200/polkadotIngressEgress/depositFailed.d.cts +178 -178
  150. package/dist/11200/polkadotIngressEgress/depositFailed.d.mts +178 -178
  151. package/dist/11200/polkadotIngressEgress/depositFinalised.d.cts +8 -8
  152. package/dist/11200/polkadotIngressEgress/depositFinalised.d.mts +8 -8
  153. package/dist/11200/solanaIngressEgress/channelRejectionRequestReceived.d.cts +2 -2
  154. package/dist/11200/solanaIngressEgress/channelRejectionRequestReceived.d.mts +2 -2
  155. package/dist/11200/solanaIngressEgress/depositBoosted.d.cts +20 -20
  156. package/dist/11200/solanaIngressEgress/depositBoosted.d.mts +20 -20
  157. package/dist/11200/solanaIngressEgress/depositFailed.d.cts +210 -210
  158. package/dist/11200/solanaIngressEgress/depositFailed.d.mts +210 -210
  159. package/dist/11200/solanaIngressEgress/depositFinalised.d.cts +16 -16
  160. package/dist/11200/solanaIngressEgress/depositFinalised.d.mts +16 -16
  161. package/dist/11200/solanaIngressEgress/transactionRejectedByBroker.d.cts +8 -8
  162. package/dist/11200/solanaIngressEgress/transactionRejectedByBroker.d.mts +8 -8
  163. package/dist/11200/solanaIngressEgress/transactionRejectionFailed.d.cts +8 -8
  164. package/dist/11200/solanaIngressEgress/transactionRejectionFailed.d.mts +8 -8
  165. package/dist/11200/swapping/swapRequested.d.cts +366 -366
  166. package/dist/11200/swapping/swapRequested.d.mts +366 -366
  167. package/dist/120/bitcoinIngressEgress/depositIgnored.d.cts +8 -8
  168. package/dist/120/bitcoinIngressEgress/depositIgnored.d.mts +8 -8
  169. package/dist/120/bitcoinIngressEgress/depositReceived.d.cts +12 -12
  170. package/dist/120/bitcoinIngressEgress/depositReceived.d.mts +12 -12
  171. package/dist/120/emissions/backupRewardsDistributed.d.cts +2 -2
  172. package/dist/120/emissions/backupRewardsDistributed.d.mts +2 -2
  173. package/dist/120/emissions/networkFeeBurned.d.cts +2 -2
  174. package/dist/120/emissions/networkFeeBurned.d.mts +2 -2
  175. package/dist/120/ethereumIngressEgress/depositIgnored.d.cts +3 -3
  176. package/dist/120/ethereumIngressEgress/depositIgnored.d.mts +3 -3
  177. package/dist/120/ethereumIngressEgress/depositReceived.d.cts +3 -3
  178. package/dist/120/ethereumIngressEgress/depositReceived.d.mts +3 -3
  179. package/dist/120/liquidityProvider/liquidityDepositCredited.d.cts +2 -2
  180. package/dist/120/liquidityProvider/liquidityDepositCredited.d.mts +2 -2
  181. package/dist/120/liquidityProvider/withdrawalEgressScheduled.d.cts +6 -6
  182. package/dist/120/liquidityProvider/withdrawalEgressScheduled.d.mts +6 -6
  183. package/dist/120/polkadotIngressEgress/depositIgnored.d.cts +3 -3
  184. package/dist/120/polkadotIngressEgress/depositIgnored.d.mts +3 -3
  185. package/dist/120/polkadotIngressEgress/depositReceived.d.cts +3 -3
  186. package/dist/120/polkadotIngressEgress/depositReceived.d.mts +3 -3
  187. package/dist/120/swapping/swapEgressIgnored.d.cts +4 -4
  188. package/dist/120/swapping/swapEgressIgnored.d.mts +4 -4
  189. package/dist/120/swapping/swapEgressScheduled.d.cts +8 -8
  190. package/dist/120/swapping/swapEgressScheduled.d.mts +8 -8
  191. package/dist/120/swapping/swapExecuted.d.cts +2 -2
  192. package/dist/120/swapping/swapExecuted.d.mts +2 -2
  193. package/dist/131/bitcoinBroadcaster/transactionBroadcastRequest.d.cts +2 -2
  194. package/dist/131/bitcoinBroadcaster/transactionBroadcastRequest.d.mts +2 -2
  195. package/dist/131/bitcoinIngressEgress/depositIgnored.d.cts +7 -7
  196. package/dist/131/bitcoinIngressEgress/depositIgnored.d.mts +7 -7
  197. package/dist/131/bitcoinIngressEgress/depositReceived.d.cts +12 -12
  198. package/dist/131/bitcoinIngressEgress/depositReceived.d.mts +12 -12
  199. package/dist/131/bitcoinIngressEgress/depositWitnessRejected.d.cts +8 -8
  200. package/dist/131/bitcoinIngressEgress/depositWitnessRejected.d.mts +8 -8
  201. package/dist/131/common.d.cts +17 -17
  202. package/dist/131/common.d.mts +17 -17
  203. package/dist/131/ethereumIngressEgress/depositIgnored.d.cts +6 -6
  204. package/dist/131/ethereumIngressEgress/depositIgnored.d.mts +6 -6
  205. package/dist/131/ethereumIngressEgress/depositReceived.d.cts +2 -2
  206. package/dist/131/ethereumIngressEgress/depositReceived.d.mts +2 -2
  207. package/dist/131/ethereumIngressEgress/depositWitnessRejected.d.cts +4 -4
  208. package/dist/131/ethereumIngressEgress/depositWitnessRejected.d.mts +4 -4
  209. package/dist/131/ethereumIngressEgress/transferFallbackRequested.d.cts +2 -2
  210. package/dist/131/ethereumIngressEgress/transferFallbackRequested.d.mts +2 -2
  211. package/dist/131/liquidityPools/assetSwapped.d.cts +12 -12
  212. package/dist/131/liquidityPools/assetSwapped.d.mts +12 -12
  213. package/dist/131/liquidityPools/limitOrderUpdated.d.cts +17 -17
  214. package/dist/131/liquidityPools/limitOrderUpdated.d.mts +17 -17
  215. package/dist/131/liquidityPools/newPoolCreated.d.cts +12 -12
  216. package/dist/131/liquidityPools/newPoolCreated.d.mts +12 -12
  217. package/dist/131/liquidityPools/poolFeeSet.d.cts +12 -12
  218. package/dist/131/liquidityPools/poolFeeSet.d.mts +12 -12
  219. package/dist/131/liquidityPools/rangeOrderUpdated.d.cts +21 -21
  220. package/dist/131/liquidityPools/rangeOrderUpdated.d.mts +21 -21
  221. package/dist/131/liquidityProvider/accountCredited.d.cts +6 -6
  222. package/dist/131/liquidityProvider/accountCredited.d.mts +6 -6
  223. package/dist/131/liquidityProvider/accountDebited.d.cts +6 -6
  224. package/dist/131/liquidityProvider/accountDebited.d.mts +6 -6
  225. package/dist/131/liquidityProvider/liquidityDepositAddressReady.d.cts +16 -16
  226. package/dist/131/liquidityProvider/liquidityDepositAddressReady.d.mts +16 -16
  227. package/dist/131/liquidityProvider/liquidityDepositCredited.d.cts +6 -6
  228. package/dist/131/liquidityProvider/liquidityDepositCredited.d.mts +6 -6
  229. package/dist/131/liquidityProvider/withdrawalEgressScheduled.d.cts +10 -10
  230. package/dist/131/liquidityProvider/withdrawalEgressScheduled.d.mts +10 -10
  231. package/dist/131/reputation/offencePenalty.d.cts +2 -2
  232. package/dist/131/reputation/offencePenalty.d.mts +2 -2
  233. package/dist/131/swapping/batchSwapFailed.d.cts +6 -6
  234. package/dist/131/swapping/batchSwapFailed.d.mts +6 -6
  235. package/dist/131/swapping/ccmFailed.d.cts +38 -38
  236. package/dist/131/swapping/ccmFailed.d.mts +38 -38
  237. package/dist/131/swapping/maximumSwapAmountSet.d.cts +6 -6
  238. package/dist/131/swapping/maximumSwapAmountSet.d.mts +6 -6
  239. package/dist/131/swapping/swapAmountConfiscated.d.cts +12 -12
  240. package/dist/131/swapping/swapAmountConfiscated.d.mts +12 -12
  241. package/dist/131/swapping/swapDepositAddressReady.d.cts +24 -24
  242. package/dist/131/swapping/swapDepositAddressReady.d.mts +24 -24
  243. package/dist/131/swapping/swapEgressIgnored.d.cts +12 -12
  244. package/dist/131/swapping/swapEgressIgnored.d.mts +12 -12
  245. package/dist/131/swapping/swapEgressScheduled.d.cts +6 -6
  246. package/dist/131/swapping/swapEgressScheduled.d.mts +6 -6
  247. package/dist/131/swapping/swapExecuted.d.cts +13 -13
  248. package/dist/131/swapping/swapExecuted.d.mts +13 -13
  249. package/dist/131/swapping/swapScheduled.d.cts +22 -22
  250. package/dist/131/swapping/swapScheduled.d.mts +22 -22
  251. package/dist/131/swapping/withdrawalRequested.d.cts +10 -10
  252. package/dist/131/swapping/withdrawalRequested.d.mts +10 -10
  253. package/dist/141/arbitrumBroadcaster/transactionFeeDeficitRecorded.d.cts +2 -2
  254. package/dist/141/arbitrumBroadcaster/transactionFeeDeficitRecorded.d.mts +2 -2
  255. package/dist/141/arbitrumIngressEgress/boostFundsAdded.d.cts +2 -2
  256. package/dist/141/arbitrumIngressEgress/boostFundsAdded.d.mts +2 -2
  257. package/dist/141/arbitrumIngressEgress/stoppedBoosting.d.cts +2 -2
  258. package/dist/141/arbitrumIngressEgress/stoppedBoosting.d.mts +2 -2
  259. package/dist/141/arbitrumIngressEgress/transferFallbackRequested.d.cts +2 -2
  260. package/dist/141/arbitrumIngressEgress/transferFallbackRequested.d.mts +2 -2
  261. package/dist/141/bitcoinIngressEgress/boostFundsAdded.d.cts +2 -2
  262. package/dist/141/bitcoinIngressEgress/boostFundsAdded.d.mts +2 -2
  263. package/dist/141/bitcoinIngressEgress/depositBoosted.d.cts +8 -8
  264. package/dist/141/bitcoinIngressEgress/depositBoosted.d.mts +8 -8
  265. package/dist/141/bitcoinIngressEgress/depositFinalised.d.cts +8 -8
  266. package/dist/141/bitcoinIngressEgress/depositFinalised.d.mts +8 -8
  267. package/dist/141/bitcoinIngressEgress/stoppedBoosting.d.cts +2 -2
  268. package/dist/141/bitcoinIngressEgress/stoppedBoosting.d.mts +2 -2
  269. package/dist/141/common.d.cts +2 -2
  270. package/dist/141/common.d.mts +2 -2
  271. package/dist/141/environment/staleUtxosDiscarded.d.cts +4 -4
  272. package/dist/141/environment/staleUtxosDiscarded.d.mts +4 -4
  273. package/dist/141/ethereumIngressEgress/boostFundsAdded.d.cts +2 -2
  274. package/dist/141/ethereumIngressEgress/boostFundsAdded.d.mts +2 -2
  275. package/dist/141/ethereumIngressEgress/stoppedBoosting.d.cts +2 -2
  276. package/dist/141/ethereumIngressEgress/stoppedBoosting.d.mts +2 -2
  277. package/dist/141/liquidityPools/limitOrderUpdated.d.cts +2 -2
  278. package/dist/141/liquidityPools/limitOrderUpdated.d.mts +2 -2
  279. package/dist/141/liquidityPools/rangeOrderUpdated.d.cts +2 -2
  280. package/dist/141/liquidityPools/rangeOrderUpdated.d.mts +2 -2
  281. package/dist/141/liquidityProvider/accountCredited.d.cts +2 -2
  282. package/dist/141/liquidityProvider/accountCredited.d.mts +2 -2
  283. package/dist/141/liquidityProvider/accountDebited.d.cts +2 -2
  284. package/dist/141/liquidityProvider/accountDebited.d.mts +2 -2
  285. package/dist/141/liquidityProvider/liquidityDepositAddressReady.d.cts +2 -2
  286. package/dist/141/liquidityProvider/liquidityDepositAddressReady.d.mts +2 -2
  287. package/dist/141/liquidityProvider/liquidityDepositCredited.d.cts +2 -2
  288. package/dist/141/liquidityProvider/liquidityDepositCredited.d.mts +2 -2
  289. package/dist/141/liquidityProvider/liquidityRefundAddressRegistered.d.cts +2 -2
  290. package/dist/141/liquidityProvider/liquidityRefundAddressRegistered.d.mts +2 -2
  291. package/dist/141/liquidityProvider/withdrawalEgressScheduled.d.cts +2 -2
  292. package/dist/141/liquidityProvider/withdrawalEgressScheduled.d.mts +2 -2
  293. package/dist/141/polkadotIngressEgress/boostFundsAdded.d.cts +2 -2
  294. package/dist/141/polkadotIngressEgress/boostFundsAdded.d.mts +2 -2
  295. package/dist/141/polkadotIngressEgress/stoppedBoosting.d.cts +2 -2
  296. package/dist/141/polkadotIngressEgress/stoppedBoosting.d.mts +2 -2
  297. package/dist/141/swapping/ccmDepositReceived.d.cts +4 -4
  298. package/dist/141/swapping/ccmDepositReceived.d.mts +4 -4
  299. package/dist/141/swapping/swapDepositAddressReady.d.cts +2 -2
  300. package/dist/141/swapping/swapDepositAddressReady.d.mts +2 -2
  301. package/dist/141/swapping/swapExecuted.d.cts +6 -6
  302. package/dist/141/swapping/swapExecuted.d.mts +6 -6
  303. package/dist/141/swapping/swapScheduled.d.cts +10 -10
  304. package/dist/141/swapping/swapScheduled.d.mts +10 -10
  305. package/dist/150/arbitrumIngressEgress/depositBoosted.d.cts +8 -8
  306. package/dist/150/arbitrumIngressEgress/depositBoosted.d.mts +8 -8
  307. package/dist/150/arbitrumIngressEgress/depositFinalised.d.cts +2 -2
  308. package/dist/150/arbitrumIngressEgress/depositFinalised.d.mts +2 -2
  309. package/dist/150/assetBalances/refundSkipped.d.cts +47 -47
  310. package/dist/150/assetBalances/refundSkipped.d.mts +47 -47
  311. package/dist/150/bitcoinIngressEgress/depositBoosted.d.cts +8 -8
  312. package/dist/150/bitcoinIngressEgress/depositBoosted.d.mts +8 -8
  313. package/dist/150/bitcoinIngressEgress/depositFinalised.d.cts +2 -2
  314. package/dist/150/bitcoinIngressEgress/depositFinalised.d.mts +2 -2
  315. package/dist/150/common.d.cts +25 -25
  316. package/dist/150/common.d.mts +25 -25
  317. package/dist/150/ethereumIngressEgress/depositBoosted.d.cts +8 -8
  318. package/dist/150/ethereumIngressEgress/depositBoosted.d.mts +8 -8
  319. package/dist/150/ethereumIngressEgress/depositFinalised.d.cts +2 -2
  320. package/dist/150/ethereumIngressEgress/depositFinalised.d.mts +2 -2
  321. package/dist/150/liquidityPools/assetSwapped.d.cts +12 -12
  322. package/dist/150/liquidityPools/assetSwapped.d.mts +12 -12
  323. package/dist/150/liquidityPools/limitOrderUpdated.d.cts +17 -17
  324. package/dist/150/liquidityPools/limitOrderUpdated.d.mts +17 -17
  325. package/dist/150/liquidityPools/newPoolCreated.d.cts +12 -12
  326. package/dist/150/liquidityPools/newPoolCreated.d.mts +12 -12
  327. package/dist/150/liquidityPools/poolFeeSet.d.cts +12 -12
  328. package/dist/150/liquidityPools/poolFeeSet.d.mts +12 -12
  329. package/dist/150/liquidityPools/rangeOrderUpdated.d.cts +33 -33
  330. package/dist/150/liquidityPools/rangeOrderUpdated.d.mts +33 -33
  331. package/dist/150/liquidityProvider/accountCredited.d.cts +6 -6
  332. package/dist/150/liquidityProvider/accountCredited.d.mts +6 -6
  333. package/dist/150/liquidityProvider/accountDebited.d.cts +6 -6
  334. package/dist/150/liquidityProvider/accountDebited.d.mts +6 -6
  335. package/dist/150/liquidityProvider/assetTransferred.d.cts +6 -6
  336. package/dist/150/liquidityProvider/assetTransferred.d.mts +6 -6
  337. package/dist/150/liquidityProvider/liquidityDepositAddressReady.d.cts +12 -12
  338. package/dist/150/liquidityProvider/liquidityDepositAddressReady.d.mts +12 -12
  339. package/dist/150/liquidityProvider/liquidityDepositCredited.d.cts +6 -6
  340. package/dist/150/liquidityProvider/liquidityDepositCredited.d.mts +6 -6
  341. package/dist/150/liquidityProvider/withdrawalEgressScheduled.d.cts +12 -12
  342. package/dist/150/liquidityProvider/withdrawalEgressScheduled.d.mts +12 -12
  343. package/dist/150/polkadotIngressEgress/depositBoosted.d.cts +8 -8
  344. package/dist/150/polkadotIngressEgress/depositBoosted.d.mts +8 -8
  345. package/dist/150/polkadotIngressEgress/depositFinalised.d.cts +2 -2
  346. package/dist/150/polkadotIngressEgress/depositFinalised.d.mts +2 -2
  347. package/dist/150/solanaBroadcaster/transactionBroadcastRequest.d.cts +2 -2
  348. package/dist/150/solanaBroadcaster/transactionBroadcastRequest.d.mts +2 -2
  349. package/dist/150/solanaIngressEgress/depositBoosted.d.cts +8 -8
  350. package/dist/150/solanaIngressEgress/depositBoosted.d.mts +8 -8
  351. package/dist/150/solanaIngressEgress/depositFinalised.d.cts +2 -2
  352. package/dist/150/solanaIngressEgress/depositFinalised.d.mts +2 -2
  353. package/dist/150/solanaIngressEgress/transferFallbackRequested.d.cts +2 -2
  354. package/dist/150/solanaIngressEgress/transferFallbackRequested.d.mts +2 -2
  355. package/dist/150/solanaThresholdSigner/failureReportProcessed.d.cts +2 -2
  356. package/dist/150/solanaThresholdSigner/failureReportProcessed.d.mts +2 -2
  357. package/dist/150/solanaThresholdSigner/retryRequested.d.cts +2 -2
  358. package/dist/150/solanaThresholdSigner/retryRequested.d.mts +2 -2
  359. package/dist/150/solanaThresholdSigner/thresholdDispatchComplete.d.cts +2 -2
  360. package/dist/150/solanaThresholdSigner/thresholdDispatchComplete.d.mts +2 -2
  361. package/dist/150/solanaThresholdSigner/thresholdSignatureFailed.d.cts +2 -2
  362. package/dist/150/solanaThresholdSigner/thresholdSignatureFailed.d.mts +2 -2
  363. package/dist/150/solanaThresholdSigner/thresholdSignatureRequest.d.cts +2 -2
  364. package/dist/150/solanaThresholdSigner/thresholdSignatureRequest.d.mts +2 -2
  365. package/dist/150/solanaThresholdSigner/thresholdSignatureSuccess.d.cts +2 -2
  366. package/dist/150/solanaThresholdSigner/thresholdSignatureSuccess.d.mts +2 -2
  367. package/dist/150/swapping/batchSwapFailed.d.cts +6 -6
  368. package/dist/150/swapping/batchSwapFailed.d.mts +6 -6
  369. package/dist/150/swapping/ccmDepositReceived.d.cts +4 -4
  370. package/dist/150/swapping/ccmDepositReceived.d.mts +4 -4
  371. package/dist/150/swapping/ccmFailed.d.cts +13 -13
  372. package/dist/150/swapping/ccmFailed.d.mts +13 -13
  373. package/dist/150/swapping/maximumSwapAmountSet.d.cts +6 -6
  374. package/dist/150/swapping/maximumSwapAmountSet.d.mts +6 -6
  375. package/dist/150/swapping/refundEgressIgnored.d.cts +8 -8
  376. package/dist/150/swapping/refundEgressIgnored.d.mts +8 -8
  377. package/dist/150/swapping/refundEgressScheduled.d.cts +8 -8
  378. package/dist/150/swapping/refundEgressScheduled.d.mts +8 -8
  379. package/dist/150/swapping/swapAmountConfiscated.d.cts +12 -12
  380. package/dist/150/swapping/swapAmountConfiscated.d.mts +12 -12
  381. package/dist/150/swapping/swapDepositAddressReady.d.cts +33 -33
  382. package/dist/150/swapping/swapDepositAddressReady.d.mts +33 -33
  383. package/dist/150/swapping/swapEgressIgnored.d.cts +8 -8
  384. package/dist/150/swapping/swapEgressIgnored.d.mts +8 -8
  385. package/dist/150/swapping/swapEgressScheduled.d.cts +6 -6
  386. package/dist/150/swapping/swapEgressScheduled.d.mts +6 -6
  387. package/dist/150/swapping/swapExecuted.d.cts +14 -14
  388. package/dist/150/swapping/swapExecuted.d.mts +14 -14
  389. package/dist/150/swapping/swapScheduled.d.cts +60 -60
  390. package/dist/150/swapping/swapScheduled.d.mts +60 -60
  391. package/dist/150/swapping/withdrawalRequested.d.cts +16 -16
  392. package/dist/150/swapping/withdrawalRequested.d.mts +16 -16
  393. package/dist/160/arbitrumIngressEgress/ccmEgressInvalid.d.cts +61 -61
  394. package/dist/160/arbitrumIngressEgress/ccmEgressInvalid.d.mts +61 -61
  395. package/dist/160/arbitrumIngressEgress/depositBoosted.d.cts +6 -6
  396. package/dist/160/arbitrumIngressEgress/depositBoosted.d.mts +6 -6
  397. package/dist/160/arbitrumIngressEgress/depositFinalised.d.cts +8 -8
  398. package/dist/160/arbitrumIngressEgress/depositFinalised.d.mts +8 -8
  399. package/dist/160/assetBalances/accountCredited.d.cts +6 -6
  400. package/dist/160/assetBalances/accountCredited.d.mts +6 -6
  401. package/dist/160/assetBalances/accountDebited.d.cts +6 -6
  402. package/dist/160/assetBalances/accountDebited.d.mts +6 -6
  403. package/dist/160/bitcoinIngressEgress/ccmEgressInvalid.d.cts +61 -61
  404. package/dist/160/bitcoinIngressEgress/ccmEgressInvalid.d.mts +61 -61
  405. package/dist/160/bitcoinIngressEgress/depositBoosted.d.cts +28 -28
  406. package/dist/160/bitcoinIngressEgress/depositBoosted.d.mts +28 -28
  407. package/dist/160/bitcoinIngressEgress/depositFinalised.d.cts +30 -30
  408. package/dist/160/bitcoinIngressEgress/depositFinalised.d.mts +30 -30
  409. package/dist/160/common.d.cts +149 -149
  410. package/dist/160/common.d.mts +149 -149
  411. package/dist/160/environment/runtimeSafeModeUpdated.d.cts +12 -12
  412. package/dist/160/environment/runtimeSafeModeUpdated.d.mts +12 -12
  413. package/dist/160/ethereumIngressEgress/ccmEgressInvalid.d.cts +61 -61
  414. package/dist/160/ethereumIngressEgress/ccmEgressInvalid.d.mts +61 -61
  415. package/dist/160/ethereumIngressEgress/depositBoosted.d.cts +6 -6
  416. package/dist/160/ethereumIngressEgress/depositBoosted.d.mts +6 -6
  417. package/dist/160/ethereumIngressEgress/depositFinalised.d.cts +8 -8
  418. package/dist/160/ethereumIngressEgress/depositFinalised.d.mts +8 -8
  419. package/dist/160/liquidityPools/assetSwapped.d.cts +12 -12
  420. package/dist/160/liquidityPools/assetSwapped.d.mts +12 -12
  421. package/dist/160/liquidityPools/limitOrderUpdated.d.cts +22 -22
  422. package/dist/160/liquidityPools/limitOrderUpdated.d.mts +22 -22
  423. package/dist/160/liquidityPools/newPoolCreated.d.cts +12 -12
  424. package/dist/160/liquidityPools/newPoolCreated.d.mts +12 -12
  425. package/dist/160/liquidityPools/orderDeletionFailed.d.cts +32 -32
  426. package/dist/160/liquidityPools/orderDeletionFailed.d.mts +32 -32
  427. package/dist/160/liquidityPools/poolFeeSet.d.cts +12 -12
  428. package/dist/160/liquidityPools/poolFeeSet.d.mts +12 -12
  429. package/dist/160/liquidityPools/rangeOrderUpdated.d.cts +28 -28
  430. package/dist/160/liquidityPools/rangeOrderUpdated.d.mts +28 -28
  431. package/dist/160/liquidityProvider/assetTransferred.d.cts +6 -6
  432. package/dist/160/liquidityProvider/assetTransferred.d.mts +6 -6
  433. package/dist/160/liquidityProvider/liquidityDepositAddressReady.d.cts +12 -12
  434. package/dist/160/liquidityProvider/liquidityDepositAddressReady.d.mts +12 -12
  435. package/dist/160/liquidityProvider/withdrawalEgressScheduled.d.cts +14 -14
  436. package/dist/160/liquidityProvider/withdrawalEgressScheduled.d.mts +14 -14
  437. package/dist/160/polkadotIngressEgress/ccmEgressInvalid.d.cts +61 -61
  438. package/dist/160/polkadotIngressEgress/ccmEgressInvalid.d.mts +61 -61
  439. package/dist/160/polkadotIngressEgress/depositBoosted.d.cts +2 -2
  440. package/dist/160/polkadotIngressEgress/depositBoosted.d.mts +2 -2
  441. package/dist/160/polkadotIngressEgress/depositFinalised.d.cts +4 -4
  442. package/dist/160/polkadotIngressEgress/depositFinalised.d.mts +4 -4
  443. package/dist/160/solanaBroadcaster/transactionBroadcastRequest.d.cts +2 -2
  444. package/dist/160/solanaBroadcaster/transactionBroadcastRequest.d.mts +2 -2
  445. package/dist/160/solanaIngressEgress/ccmEgressInvalid.d.cts +61 -61
  446. package/dist/160/solanaIngressEgress/ccmEgressInvalid.d.mts +61 -61
  447. package/dist/160/solanaIngressEgress/depositFinalised.d.cts +2 -2
  448. package/dist/160/solanaIngressEgress/depositFinalised.d.mts +2 -2
  449. package/dist/160/solanaIngressEgress/depositIgnored.d.cts +4 -4
  450. package/dist/160/solanaIngressEgress/depositIgnored.d.mts +4 -4
  451. package/dist/160/solanaIngressEgress/depositWitnessRejected.d.cts +22 -22
  452. package/dist/160/solanaIngressEgress/depositWitnessRejected.d.mts +22 -22
  453. package/dist/160/solanaIngressEgress/transferFallbackRequested.d.cts +2 -2
  454. package/dist/160/solanaIngressEgress/transferFallbackRequested.d.mts +2 -2
  455. package/dist/160/swapping/batchSwapFailed.d.cts +6 -6
  456. package/dist/160/swapping/batchSwapFailed.d.mts +6 -6
  457. package/dist/160/swapping/ccmFailed.d.cts +18 -18
  458. package/dist/160/swapping/ccmFailed.d.mts +18 -18
  459. package/dist/160/swapping/maximumSwapAmountSet.d.cts +6 -6
  460. package/dist/160/swapping/maximumSwapAmountSet.d.mts +6 -6
  461. package/dist/160/swapping/refundEgressIgnored.d.cts +34 -34
  462. package/dist/160/swapping/refundEgressIgnored.d.mts +34 -34
  463. package/dist/160/swapping/refundEgressScheduled.d.cts +12 -12
  464. package/dist/160/swapping/refundEgressScheduled.d.mts +12 -12
  465. package/dist/160/swapping/swapAmountConfiscated.d.cts +6 -6
  466. package/dist/160/swapping/swapAmountConfiscated.d.mts +6 -6
  467. package/dist/160/swapping/swapDepositAddressReady.d.cts +34 -34
  468. package/dist/160/swapping/swapDepositAddressReady.d.mts +34 -34
  469. package/dist/160/swapping/swapEgressIgnored.d.cts +34 -34
  470. package/dist/160/swapping/swapEgressIgnored.d.mts +34 -34
  471. package/dist/160/swapping/swapEgressScheduled.d.cts +12 -12
  472. package/dist/160/swapping/swapEgressScheduled.d.mts +12 -12
  473. package/dist/160/swapping/swapExecuted.d.cts +12 -12
  474. package/dist/160/swapping/swapExecuted.d.mts +12 -12
  475. package/dist/160/swapping/swapRequested.d.cts +38 -38
  476. package/dist/160/swapping/swapRequested.d.mts +38 -38
  477. package/dist/160/swapping/withdrawalRequested.d.cts +15 -15
  478. package/dist/160/swapping/withdrawalRequested.d.mts +15 -15
  479. package/dist/170/arbitrumIngressEgress/ccmFailed.d.cts +37 -37
  480. package/dist/170/arbitrumIngressEgress/ccmFailed.d.mts +37 -37
  481. package/dist/170/arbitrumIngressEgress/depositIgnored.d.cts +6 -6
  482. package/dist/170/arbitrumIngressEgress/depositIgnored.d.mts +6 -6
  483. package/dist/170/bitcoinIngressEgress/ccmFailed.d.cts +37 -37
  484. package/dist/170/bitcoinIngressEgress/ccmFailed.d.mts +37 -37
  485. package/dist/170/bitcoinIngressEgress/depositBoosted.d.cts +8 -8
  486. package/dist/170/bitcoinIngressEgress/depositBoosted.d.mts +8 -8
  487. package/dist/170/bitcoinIngressEgress/depositFinalised.d.cts +4 -4
  488. package/dist/170/bitcoinIngressEgress/depositFinalised.d.mts +4 -4
  489. package/dist/170/bitcoinIngressEgress/depositIgnored.d.cts +6 -6
  490. package/dist/170/bitcoinIngressEgress/depositIgnored.d.mts +6 -6
  491. package/dist/170/bitcoinIngressEgress/depositWitnessRejected.d.cts +4 -4
  492. package/dist/170/bitcoinIngressEgress/depositWitnessRejected.d.mts +4 -4
  493. package/dist/170/common.d.cts +64 -64
  494. package/dist/170/common.d.mts +64 -64
  495. package/dist/170/ethereumIngressEgress/ccmFailed.d.cts +37 -37
  496. package/dist/170/ethereumIngressEgress/ccmFailed.d.mts +37 -37
  497. package/dist/170/ethereumIngressEgress/depositIgnored.d.cts +6 -6
  498. package/dist/170/ethereumIngressEgress/depositIgnored.d.mts +6 -6
  499. package/dist/170/polkadotIngressEgress/ccmFailed.d.cts +37 -37
  500. package/dist/170/polkadotIngressEgress/ccmFailed.d.mts +37 -37
  501. package/dist/170/polkadotIngressEgress/depositIgnored.d.cts +6 -6
  502. package/dist/170/polkadotIngressEgress/depositIgnored.d.mts +6 -6
  503. package/dist/170/solanaIngressEgress/ccmFailed.d.cts +37 -37
  504. package/dist/170/solanaIngressEgress/ccmFailed.d.mts +37 -37
  505. package/dist/170/solanaIngressEgress/depositIgnored.d.cts +6 -6
  506. package/dist/170/solanaIngressEgress/depositIgnored.d.mts +6 -6
  507. package/dist/170/swapping/minimumChunkSizeSet.d.cts +7 -7
  508. package/dist/170/swapping/minimumChunkSizeSet.d.mts +7 -7
  509. package/dist/170/swapping/swapRequested.d.cts +53 -53
  510. package/dist/170/swapping/swapRequested.d.mts +53 -53
  511. package/dist/180/arbitrumIngressEgress/ccmEgressInvalid.d.cts +10 -10
  512. package/dist/180/arbitrumIngressEgress/ccmEgressInvalid.d.mts +10 -10
  513. package/dist/180/arbitrumIngressEgress/depositBoosted.d.cts +6 -6
  514. package/dist/180/arbitrumIngressEgress/depositBoosted.d.mts +6 -6
  515. package/dist/180/arbitrumIngressEgress/depositFailed.d.cts +16 -16
  516. package/dist/180/arbitrumIngressEgress/depositFailed.d.mts +16 -16
  517. package/dist/180/arbitrumIngressEgress/depositFinalised.d.cts +2 -2
  518. package/dist/180/arbitrumIngressEgress/depositFinalised.d.mts +2 -2
  519. package/dist/180/arbitrumIngressEgress/failedToBuildAllBatchCall.d.cts +10 -10
  520. package/dist/180/arbitrumIngressEgress/failedToBuildAllBatchCall.d.mts +10 -10
  521. package/dist/180/arbitrumIngressEgress/insufficientBoostLiquidity.d.cts +2 -2
  522. package/dist/180/arbitrumIngressEgress/insufficientBoostLiquidity.d.mts +2 -2
  523. package/dist/180/bitcoinIngressEgress/ccmEgressInvalid.d.cts +10 -10
  524. package/dist/180/bitcoinIngressEgress/ccmEgressInvalid.d.mts +10 -10
  525. package/dist/180/bitcoinIngressEgress/depositBoosted.d.cts +6 -6
  526. package/dist/180/bitcoinIngressEgress/depositBoosted.d.mts +6 -6
  527. package/dist/180/bitcoinIngressEgress/depositFailed.d.cts +16 -16
  528. package/dist/180/bitcoinIngressEgress/depositFailed.d.mts +16 -16
  529. package/dist/180/bitcoinIngressEgress/depositFinalised.d.cts +2 -2
  530. package/dist/180/bitcoinIngressEgress/depositFinalised.d.mts +2 -2
  531. package/dist/180/bitcoinIngressEgress/failedToBuildAllBatchCall.d.cts +10 -10
  532. package/dist/180/bitcoinIngressEgress/failedToBuildAllBatchCall.d.mts +10 -10
  533. package/dist/180/bitcoinIngressEgress/insufficientBoostLiquidity.d.cts +2 -2
  534. package/dist/180/bitcoinIngressEgress/insufficientBoostLiquidity.d.mts +2 -2
  535. package/dist/180/common.d.cts +154 -154
  536. package/dist/180/common.d.mts +154 -154
  537. package/dist/180/ethereumIngressEgress/ccmEgressInvalid.d.cts +10 -10
  538. package/dist/180/ethereumIngressEgress/ccmEgressInvalid.d.mts +10 -10
  539. package/dist/180/ethereumIngressEgress/depositBoosted.d.cts +6 -6
  540. package/dist/180/ethereumIngressEgress/depositBoosted.d.mts +6 -6
  541. package/dist/180/ethereumIngressEgress/depositFailed.d.cts +16 -16
  542. package/dist/180/ethereumIngressEgress/depositFailed.d.mts +16 -16
  543. package/dist/180/ethereumIngressEgress/depositFinalised.d.cts +2 -2
  544. package/dist/180/ethereumIngressEgress/depositFinalised.d.mts +2 -2
  545. package/dist/180/ethereumIngressEgress/failedToBuildAllBatchCall.d.cts +10 -10
  546. package/dist/180/ethereumIngressEgress/failedToBuildAllBatchCall.d.mts +10 -10
  547. package/dist/180/ethereumIngressEgress/insufficientBoostLiquidity.d.cts +2 -2
  548. package/dist/180/ethereumIngressEgress/insufficientBoostLiquidity.d.mts +2 -2
  549. package/dist/180/polkadotIngressEgress/ccmEgressInvalid.d.cts +10 -10
  550. package/dist/180/polkadotIngressEgress/ccmEgressInvalid.d.mts +10 -10
  551. package/dist/180/polkadotIngressEgress/depositBoosted.d.cts +6 -6
  552. package/dist/180/polkadotIngressEgress/depositBoosted.d.mts +6 -6
  553. package/dist/180/polkadotIngressEgress/depositFailed.d.cts +34 -34
  554. package/dist/180/polkadotIngressEgress/depositFailed.d.mts +34 -34
  555. package/dist/180/polkadotIngressEgress/depositFinalised.d.cts +2 -2
  556. package/dist/180/polkadotIngressEgress/depositFinalised.d.mts +2 -2
  557. package/dist/180/polkadotIngressEgress/failedToBuildAllBatchCall.d.cts +10 -10
  558. package/dist/180/polkadotIngressEgress/failedToBuildAllBatchCall.d.mts +10 -10
  559. package/dist/180/polkadotIngressEgress/insufficientBoostLiquidity.d.cts +2 -2
  560. package/dist/180/polkadotIngressEgress/insufficientBoostLiquidity.d.mts +2 -2
  561. package/dist/180/solanaIngressEgress/ccmEgressInvalid.d.cts +10 -10
  562. package/dist/180/solanaIngressEgress/ccmEgressInvalid.d.mts +10 -10
  563. package/dist/180/solanaIngressEgress/depositBoosted.d.cts +6 -6
  564. package/dist/180/solanaIngressEgress/depositBoosted.d.mts +6 -6
  565. package/dist/180/solanaIngressEgress/depositFailed.d.cts +16 -16
  566. package/dist/180/solanaIngressEgress/depositFailed.d.mts +16 -16
  567. package/dist/180/solanaIngressEgress/depositFinalised.d.cts +2 -2
  568. package/dist/180/solanaIngressEgress/depositFinalised.d.mts +2 -2
  569. package/dist/180/solanaIngressEgress/failedToBuildAllBatchCall.d.cts +10 -10
  570. package/dist/180/solanaIngressEgress/failedToBuildAllBatchCall.d.mts +10 -10
  571. package/dist/180/solanaIngressEgress/insufficientBoostLiquidity.d.cts +2 -2
  572. package/dist/180/solanaIngressEgress/insufficientBoostLiquidity.d.mts +2 -2
  573. package/dist/180/swapping/refundEgressScheduled.d.cts +14 -14
  574. package/dist/180/swapping/refundEgressScheduled.d.mts +14 -14
  575. package/dist/180/swapping/swapDepositAddressReady.d.cts +14 -14
  576. package/dist/180/swapping/swapDepositAddressReady.d.mts +14 -14
  577. package/dist/180/swapping/swapEgressScheduled.d.cts +14 -14
  578. package/dist/180/swapping/swapEgressScheduled.d.mts +14 -14
  579. package/dist/180/swapping/swapRequested.d.cts +17 -17
  580. package/dist/180/swapping/swapRequested.d.mts +17 -17
  581. package/dist/180/swapping/swapScheduled.d.cts +6 -6
  582. package/dist/180/swapping/swapScheduled.d.mts +6 -6
  583. package/dist/180/swapping/withdrawalRequested.d.cts +8 -8
  584. package/dist/180/swapping/withdrawalRequested.d.mts +8 -8
  585. package/dist/190/arbitrumIngressEgress/ccmEgressInvalid.d.cts +68 -68
  586. package/dist/190/arbitrumIngressEgress/ccmEgressInvalid.d.mts +68 -68
  587. package/dist/190/arbitrumIngressEgress/depositBoosted.d.cts +14 -14
  588. package/dist/190/arbitrumIngressEgress/depositBoosted.d.mts +14 -14
  589. package/dist/190/arbitrumIngressEgress/depositFailed.d.cts +197 -197
  590. package/dist/190/arbitrumIngressEgress/depositFailed.d.mts +197 -197
  591. package/dist/190/arbitrumIngressEgress/depositFinalised.d.cts +12 -12
  592. package/dist/190/arbitrumIngressEgress/depositFinalised.d.mts +12 -12
  593. package/dist/190/arbitrumIngressEgress/failedToBuildAllBatchCall.d.cts +64 -64
  594. package/dist/190/arbitrumIngressEgress/failedToBuildAllBatchCall.d.mts +64 -64
  595. package/dist/190/arbitrumIngressEgress/transferFallbackRequested.d.cts +2 -2
  596. package/dist/190/arbitrumIngressEgress/transferFallbackRequested.d.mts +2 -2
  597. package/dist/190/assetBalances/accountCredited.d.cts +8 -8
  598. package/dist/190/assetBalances/accountCredited.d.mts +8 -8
  599. package/dist/190/assetBalances/accountDebited.d.cts +8 -8
  600. package/dist/190/assetBalances/accountDebited.d.mts +8 -8
  601. package/dist/190/assetBalances/refundScheduled.d.cts +56 -56
  602. package/dist/190/assetBalances/refundScheduled.d.mts +56 -56
  603. package/dist/190/assetBalances/refundSkipped.d.cts +76 -76
  604. package/dist/190/assetBalances/refundSkipped.d.mts +76 -76
  605. package/dist/190/assethubBroadcaster/broadcastCallbackExecuted.d.cts +35 -35
  606. package/dist/190/assethubBroadcaster/broadcastCallbackExecuted.d.mts +35 -35
  607. package/dist/190/assethubIngressEgress/boostedDepositLost.d.cts +2 -2
  608. package/dist/190/assethubIngressEgress/boostedDepositLost.d.mts +2 -2
  609. package/dist/190/assethubIngressEgress/ccmEgressInvalid.d.cts +68 -68
  610. package/dist/190/assethubIngressEgress/ccmEgressInvalid.d.mts +68 -68
  611. package/dist/190/assethubIngressEgress/depositBoosted.d.cts +14 -14
  612. package/dist/190/assethubIngressEgress/depositBoosted.d.mts +14 -14
  613. package/dist/190/assethubIngressEgress/depositFailed.d.cts +215 -215
  614. package/dist/190/assethubIngressEgress/depositFailed.d.mts +215 -215
  615. package/dist/190/assethubIngressEgress/depositFinalised.d.cts +12 -12
  616. package/dist/190/assethubIngressEgress/depositFinalised.d.mts +12 -12
  617. package/dist/190/assethubIngressEgress/failedToBuildAllBatchCall.d.cts +64 -64
  618. package/dist/190/assethubIngressEgress/failedToBuildAllBatchCall.d.mts +64 -64
  619. package/dist/190/assethubIngressEgress/transactionRejectedByBroker.d.cts +2 -2
  620. package/dist/190/assethubIngressEgress/transactionRejectedByBroker.d.mts +2 -2
  621. package/dist/190/assethubIngressEgress/transferFallbackRequested.d.cts +2 -2
  622. package/dist/190/assethubIngressEgress/transferFallbackRequested.d.mts +2 -2
  623. package/dist/190/bitcoinIngressEgress/ccmEgressInvalid.d.cts +68 -68
  624. package/dist/190/bitcoinIngressEgress/ccmEgressInvalid.d.mts +68 -68
  625. package/dist/190/bitcoinIngressEgress/depositBoosted.d.cts +34 -34
  626. package/dist/190/bitcoinIngressEgress/depositBoosted.d.mts +34 -34
  627. package/dist/190/bitcoinIngressEgress/depositFailed.d.cts +327 -327
  628. package/dist/190/bitcoinIngressEgress/depositFailed.d.mts +327 -327
  629. package/dist/190/bitcoinIngressEgress/depositFinalised.d.cts +32 -32
  630. package/dist/190/bitcoinIngressEgress/depositFinalised.d.mts +32 -32
  631. package/dist/190/bitcoinIngressEgress/failedToBuildAllBatchCall.d.cts +64 -64
  632. package/dist/190/bitcoinIngressEgress/failedToBuildAllBatchCall.d.mts +64 -64
  633. package/dist/190/bitcoinIngressEgress/transferFallbackRequested.d.cts +22 -22
  634. package/dist/190/bitcoinIngressEgress/transferFallbackRequested.d.mts +22 -22
  635. package/dist/190/common.d.cts +2217 -2217
  636. package/dist/190/common.d.mts +2217 -2217
  637. package/dist/190/emissions/networkFeeBurned.d.cts +2 -2
  638. package/dist/190/emissions/networkFeeBurned.d.mts +2 -2
  639. package/dist/190/environment/runtimeSafeModeUpdated.d.cts +12 -12
  640. package/dist/190/environment/runtimeSafeModeUpdated.d.mts +12 -12
  641. package/dist/190/ethereumIngressEgress/ccmEgressInvalid.d.cts +68 -68
  642. package/dist/190/ethereumIngressEgress/ccmEgressInvalid.d.mts +68 -68
  643. package/dist/190/ethereumIngressEgress/depositBoosted.d.cts +14 -14
  644. package/dist/190/ethereumIngressEgress/depositBoosted.d.mts +14 -14
  645. package/dist/190/ethereumIngressEgress/depositFailed.d.cts +197 -197
  646. package/dist/190/ethereumIngressEgress/depositFailed.d.mts +197 -197
  647. package/dist/190/ethereumIngressEgress/depositFinalised.d.cts +12 -12
  648. package/dist/190/ethereumIngressEgress/depositFinalised.d.mts +12 -12
  649. package/dist/190/ethereumIngressEgress/failedToBuildAllBatchCall.d.cts +64 -64
  650. package/dist/190/ethereumIngressEgress/failedToBuildAllBatchCall.d.mts +64 -64
  651. package/dist/190/ethereumIngressEgress/transferFallbackRequested.d.cts +2 -2
  652. package/dist/190/ethereumIngressEgress/transferFallbackRequested.d.mts +2 -2
  653. package/dist/190/flip/palletConfigUpdated.d.cts +8 -8
  654. package/dist/190/flip/palletConfigUpdated.d.mts +8 -8
  655. package/dist/190/liquidityPools/assetSwapped.d.cts +14 -14
  656. package/dist/190/liquidityPools/assetSwapped.d.mts +14 -14
  657. package/dist/190/liquidityPools/limitOrderUpdated.d.cts +23 -23
  658. package/dist/190/liquidityPools/limitOrderUpdated.d.mts +23 -23
  659. package/dist/190/liquidityPools/newPoolCreated.d.cts +12 -12
  660. package/dist/190/liquidityPools/newPoolCreated.d.mts +12 -12
  661. package/dist/190/liquidityPools/orderDeletionFailed.d.cts +36 -36
  662. package/dist/190/liquidityPools/orderDeletionFailed.d.mts +36 -36
  663. package/dist/190/liquidityPools/palletConfigUpdated.d.cts +8 -8
  664. package/dist/190/liquidityPools/palletConfigUpdated.d.mts +8 -8
  665. package/dist/190/liquidityPools/poolFeeSet.d.cts +12 -12
  666. package/dist/190/liquidityPools/poolFeeSet.d.mts +12 -12
  667. package/dist/190/liquidityPools/rangeOrderUpdated.d.cts +29 -29
  668. package/dist/190/liquidityPools/rangeOrderUpdated.d.mts +29 -29
  669. package/dist/190/liquidityProvider/assetTransferred.d.cts +6 -6
  670. package/dist/190/liquidityProvider/assetTransferred.d.mts +6 -6
  671. package/dist/190/liquidityProvider/liquidityDepositAddressReady.d.cts +10 -10
  672. package/dist/190/liquidityProvider/liquidityDepositAddressReady.d.mts +10 -10
  673. package/dist/190/liquidityProvider/liquidityRefundAddressRegistered.d.cts +54 -54
  674. package/dist/190/liquidityProvider/liquidityRefundAddressRegistered.d.mts +54 -54
  675. package/dist/190/liquidityProvider/withdrawalEgressScheduled.d.cts +16 -16
  676. package/dist/190/liquidityProvider/withdrawalEgressScheduled.d.mts +16 -16
  677. package/dist/190/polkadotIngressEgress/ccmEgressInvalid.d.cts +68 -68
  678. package/dist/190/polkadotIngressEgress/ccmEgressInvalid.d.mts +68 -68
  679. package/dist/190/polkadotIngressEgress/depositBoosted.d.cts +14 -14
  680. package/dist/190/polkadotIngressEgress/depositBoosted.d.mts +14 -14
  681. package/dist/190/polkadotIngressEgress/depositFailed.d.cts +215 -215
  682. package/dist/190/polkadotIngressEgress/depositFailed.d.mts +215 -215
  683. package/dist/190/polkadotIngressEgress/depositFinalised.d.cts +12 -12
  684. package/dist/190/polkadotIngressEgress/depositFinalised.d.mts +12 -12
  685. package/dist/190/polkadotIngressEgress/failedToBuildAllBatchCall.d.cts +64 -64
  686. package/dist/190/polkadotIngressEgress/failedToBuildAllBatchCall.d.mts +64 -64
  687. package/dist/190/polkadotIngressEgress/transferFallbackRequested.d.cts +2 -2
  688. package/dist/190/polkadotIngressEgress/transferFallbackRequested.d.mts +2 -2
  689. package/dist/190/reputation/offencePenalty.d.cts +6 -6
  690. package/dist/190/reputation/offencePenalty.d.mts +6 -6
  691. package/dist/190/reputation/penaltyUpdated.d.cts +4 -4
  692. package/dist/190/reputation/penaltyUpdated.d.mts +4 -4
  693. package/dist/190/solanaIngressEgress/ccmEgressInvalid.d.cts +68 -68
  694. package/dist/190/solanaIngressEgress/ccmEgressInvalid.d.mts +68 -68
  695. package/dist/190/solanaIngressEgress/depositBoosted.d.cts +12 -12
  696. package/dist/190/solanaIngressEgress/depositBoosted.d.mts +12 -12
  697. package/dist/190/solanaIngressEgress/depositFailed.d.cts +191 -191
  698. package/dist/190/solanaIngressEgress/depositFailed.d.mts +191 -191
  699. package/dist/190/solanaIngressEgress/depositFinalised.d.cts +12 -12
  700. package/dist/190/solanaIngressEgress/depositFinalised.d.mts +12 -12
  701. package/dist/190/solanaIngressEgress/failedToBuildAllBatchCall.d.cts +64 -64
  702. package/dist/190/solanaIngressEgress/failedToBuildAllBatchCall.d.mts +64 -64
  703. package/dist/190/solanaIngressEgress/transferFallbackRequested.d.cts +2 -2
  704. package/dist/190/solanaIngressEgress/transferFallbackRequested.d.mts +2 -2
  705. package/dist/190/solanaThresholdSigner/thresholdSignatureRequest.d.cts +8 -8
  706. package/dist/190/solanaThresholdSigner/thresholdSignatureRequest.d.mts +8 -8
  707. package/dist/190/swapping/batchSwapFailed.d.cts +6 -6
  708. package/dist/190/swapping/batchSwapFailed.d.mts +6 -6
  709. package/dist/190/swapping/creditedOnChain.d.cts +8 -8
  710. package/dist/190/swapping/creditedOnChain.d.mts +8 -8
  711. package/dist/190/swapping/palletConfigUpdated.d.cts +16 -16
  712. package/dist/190/swapping/palletConfigUpdated.d.mts +16 -16
  713. package/dist/190/swapping/refundEgressIgnored.d.cts +32 -32
  714. package/dist/190/swapping/refundEgressIgnored.d.mts +32 -32
  715. package/dist/190/swapping/refundEgressScheduled.d.cts +16 -16
  716. package/dist/190/swapping/refundEgressScheduled.d.mts +16 -16
  717. package/dist/190/swapping/refundedOnChain.d.cts +8 -8
  718. package/dist/190/swapping/refundedOnChain.d.mts +8 -8
  719. package/dist/190/swapping/swapAmountConfiscated.d.cts +6 -6
  720. package/dist/190/swapping/swapAmountConfiscated.d.mts +6 -6
  721. package/dist/190/swapping/swapDepositAddressReady.d.cts +41 -41
  722. package/dist/190/swapping/swapDepositAddressReady.d.mts +41 -41
  723. package/dist/190/swapping/swapEgressIgnored.d.cts +32 -32
  724. package/dist/190/swapping/swapEgressIgnored.d.mts +32 -32
  725. package/dist/190/swapping/swapEgressScheduled.d.cts +16 -16
  726. package/dist/190/swapping/swapEgressScheduled.d.mts +16 -16
  727. package/dist/190/swapping/swapExecuted.d.cts +18 -18
  728. package/dist/190/swapping/swapExecuted.d.mts +18 -18
  729. package/dist/190/swapping/swapRequested.d.cts +81 -81
  730. package/dist/190/swapping/swapRequested.d.mts +81 -81
  731. package/dist/190/swapping/withdrawalRequested.d.cts +16 -16
  732. package/dist/190/swapping/withdrawalRequested.d.mts +16 -16
  733. package/dist/190/tokenholderGovernance/proposalEnacted.d.cts +8 -8
  734. package/dist/190/tokenholderGovernance/proposalEnacted.d.mts +8 -8
  735. package/dist/190/tokenholderGovernance/proposalPassed.d.cts +8 -8
  736. package/dist/190/tokenholderGovernance/proposalPassed.d.mts +8 -8
  737. package/dist/190/tokenholderGovernance/proposalRejected.d.cts +8 -8
  738. package/dist/190/tokenholderGovernance/proposalRejected.d.mts +8 -8
  739. package/dist/190/tokenholderGovernance/proposalSubmitted.d.cts +8 -8
  740. package/dist/190/tokenholderGovernance/proposalSubmitted.d.mts +8 -8
  741. package/dist/190/tradingStrategy/fundsAddedToStrategy.d.cts +7 -7
  742. package/dist/190/tradingStrategy/fundsAddedToStrategy.d.mts +7 -7
  743. package/dist/190/tradingStrategy/palletConfigUpdated.d.cts +24 -24
  744. package/dist/190/tradingStrategy/palletConfigUpdated.d.mts +24 -24
  745. package/dist/190/tradingStrategy/strategyDeployed.d.cts +10 -10
  746. package/dist/190/tradingStrategy/strategyDeployed.d.mts +10 -10
  747. package/dist/200/common.d.cts +56 -56
  748. package/dist/200/common.d.mts +56 -56
  749. package/dist/200/environment/runtimeSafeModeUpdated.d.cts +28 -28
  750. package/dist/200/environment/runtimeSafeModeUpdated.d.mts +28 -28
  751. package/dist/200/lendingPools/loanCreated.d.cts +4 -4
  752. package/dist/200/lendingPools/loanCreated.d.mts +4 -4
  753. package/dist/200/swapping/swapRequested.d.cts +16 -16
  754. package/dist/200/swapping/swapRequested.d.mts +16 -16
  755. package/dist/210/arbitrumIngressEgress/depositBoosted.d.cts +16 -16
  756. package/dist/210/arbitrumIngressEgress/depositBoosted.d.mts +16 -16
  757. package/dist/210/arbitrumIngressEgress/depositFailed.d.cts +22 -22
  758. package/dist/210/arbitrumIngressEgress/depositFailed.d.mts +22 -22
  759. package/dist/210/arbitrumIngressEgress/depositFinalised.d.cts +10 -10
  760. package/dist/210/arbitrumIngressEgress/depositFinalised.d.mts +10 -10
  761. package/dist/210/arbitrumIngressEgress/insufficientBoostLiquidity.d.cts +2 -2
  762. package/dist/210/arbitrumIngressEgress/insufficientBoostLiquidity.d.mts +2 -2
  763. package/dist/210/assetBalances/accountCredited.d.cts +7 -7
  764. package/dist/210/assetBalances/accountCredited.d.mts +7 -7
  765. package/dist/210/assetBalances/accountDebited.d.cts +7 -7
  766. package/dist/210/assetBalances/accountDebited.d.mts +7 -7
  767. package/dist/210/assethubIngressEgress/depositFailed.d.cts +22 -22
  768. package/dist/210/assethubIngressEgress/depositFailed.d.mts +22 -22
  769. package/dist/210/bitcoinIngressEgress/depositFailed.d.cts +22 -22
  770. package/dist/210/bitcoinIngressEgress/depositFailed.d.mts +22 -22
  771. package/dist/210/common.d.cts +533 -533
  772. package/dist/210/common.d.mts +533 -533
  773. package/dist/210/environment/runtimeSafeModeUpdated.d.cts +70 -70
  774. package/dist/210/environment/runtimeSafeModeUpdated.d.mts +70 -70
  775. package/dist/210/ethereumIngressEgress/depositBoosted.d.cts +16 -16
  776. package/dist/210/ethereumIngressEgress/depositBoosted.d.mts +16 -16
  777. package/dist/210/ethereumIngressEgress/depositFailed.d.cts +22 -22
  778. package/dist/210/ethereumIngressEgress/depositFailed.d.mts +22 -22
  779. package/dist/210/ethereumIngressEgress/depositFinalised.d.cts +10 -10
  780. package/dist/210/ethereumIngressEgress/depositFinalised.d.mts +10 -10
  781. package/dist/210/ethereumIngressEgress/insufficientBoostLiquidity.d.cts +2 -2
  782. package/dist/210/ethereumIngressEgress/insufficientBoostLiquidity.d.mts +2 -2
  783. package/dist/210/funding/funded.d.cts +8 -8
  784. package/dist/210/funding/funded.d.mts +8 -8
  785. package/dist/210/funding/redemptionExpired.d.cts +2 -2
  786. package/dist/210/funding/redemptionExpired.d.mts +2 -2
  787. package/dist/210/funding/redemptionSettled.d.cts +2 -2
  788. package/dist/210/funding/redemptionSettled.d.mts +2 -2
  789. package/dist/210/lendingPools/boostFundsAdded.d.cts +8 -8
  790. package/dist/210/lendingPools/boostFundsAdded.d.mts +8 -8
  791. package/dist/210/lendingPools/boostPoolCreated.d.cts +8 -8
  792. package/dist/210/lendingPools/boostPoolCreated.d.mts +8 -8
  793. package/dist/210/lendingPools/collateralAdded.d.cts +6 -6
  794. package/dist/210/lendingPools/collateralAdded.d.mts +6 -6
  795. package/dist/210/lendingPools/collateralRemoved.d.cts +6 -6
  796. package/dist/210/lendingPools/collateralRemoved.d.mts +6 -6
  797. package/dist/210/lendingPools/collateralTopupAssetUpdated.d.cts +6 -6
  798. package/dist/210/lendingPools/collateralTopupAssetUpdated.d.mts +6 -6
  799. package/dist/210/lendingPools/lendingFundsAdded.d.cts +6 -6
  800. package/dist/210/lendingPools/lendingFundsAdded.d.mts +6 -6
  801. package/dist/210/lendingPools/lendingFundsRemoved.d.cts +8 -8
  802. package/dist/210/lendingPools/lendingFundsRemoved.d.mts +8 -8
  803. package/dist/210/lendingPools/lendingPoolCreated.d.cts +6 -6
  804. package/dist/210/lendingPools/lendingPoolCreated.d.mts +6 -6
  805. package/dist/210/lendingPools/loanCreated.d.cts +6 -6
  806. package/dist/210/lendingPools/loanCreated.d.mts +6 -6
  807. package/dist/210/lendingPools/palletConfigUpdated.d.cts +18 -18
  808. package/dist/210/lendingPools/palletConfigUpdated.d.mts +18 -18
  809. package/dist/210/lendingPools/stoppedBoosting.d.cts +10 -10
  810. package/dist/210/lendingPools/stoppedBoosting.d.mts +10 -10
  811. package/dist/210/liquidityPools/assetSwapped.d.cts +12 -12
  812. package/dist/210/liquidityPools/assetSwapped.d.mts +12 -12
  813. package/dist/210/liquidityPools/limitOrderUpdated.d.cts +15 -15
  814. package/dist/210/liquidityPools/limitOrderUpdated.d.mts +15 -15
  815. package/dist/210/liquidityPools/newPoolCreated.d.cts +12 -12
  816. package/dist/210/liquidityPools/newPoolCreated.d.mts +12 -12
  817. package/dist/210/liquidityPools/orderDeletionFailed.d.cts +36 -36
  818. package/dist/210/liquidityPools/orderDeletionFailed.d.mts +36 -36
  819. package/dist/210/liquidityPools/palletConfigUpdated.d.cts +8 -8
  820. package/dist/210/liquidityPools/palletConfigUpdated.d.mts +8 -8
  821. package/dist/210/liquidityPools/poolFeeSet.d.cts +12 -12
  822. package/dist/210/liquidityPools/poolFeeSet.d.mts +12 -12
  823. package/dist/210/liquidityPools/rangeOrderUpdated.d.cts +21 -21
  824. package/dist/210/liquidityPools/rangeOrderUpdated.d.mts +21 -21
  825. package/dist/210/liquidityProvider/assetBalancePurgeFailed.d.cts +12 -12
  826. package/dist/210/liquidityProvider/assetBalancePurgeFailed.d.mts +12 -12
  827. package/dist/210/liquidityProvider/assetBalancePurged.d.cts +16 -16
  828. package/dist/210/liquidityProvider/assetBalancePurged.d.mts +16 -16
  829. package/dist/210/liquidityProvider/assetTransferred.d.cts +6 -6
  830. package/dist/210/liquidityProvider/assetTransferred.d.mts +6 -6
  831. package/dist/210/liquidityProvider/liquidityDepositAddressReady.d.cts +12 -12
  832. package/dist/210/liquidityProvider/liquidityDepositAddressReady.d.mts +12 -12
  833. package/dist/210/liquidityProvider/withdrawalEgressScheduled.d.cts +14 -14
  834. package/dist/210/liquidityProvider/withdrawalEgressScheduled.d.mts +14 -14
  835. package/dist/210/polkadotIngressEgress/depositFailed.d.cts +22 -22
  836. package/dist/210/polkadotIngressEgress/depositFailed.d.mts +22 -22
  837. package/dist/210/solanaIngressEgress/depositBoosted.d.cts +16 -16
  838. package/dist/210/solanaIngressEgress/depositBoosted.d.mts +16 -16
  839. package/dist/210/solanaIngressEgress/depositFailed.d.cts +22 -22
  840. package/dist/210/solanaIngressEgress/depositFailed.d.mts +22 -22
  841. package/dist/210/solanaIngressEgress/depositFinalised.d.cts +10 -10
  842. package/dist/210/solanaIngressEgress/depositFinalised.d.mts +10 -10
  843. package/dist/210/solanaIngressEgress/insufficientBoostLiquidity.d.cts +2 -2
  844. package/dist/210/solanaIngressEgress/insufficientBoostLiquidity.d.mts +2 -2
  845. package/dist/210/swapping/accountCreationDepositAddressReady.d.cts +18 -18
  846. package/dist/210/swapping/accountCreationDepositAddressReady.d.mts +18 -18
  847. package/dist/210/swapping/batchSwapFailed.d.cts +6 -6
  848. package/dist/210/swapping/batchSwapFailed.d.mts +6 -6
  849. package/dist/210/swapping/creditedOnChain.d.cts +8 -8
  850. package/dist/210/swapping/creditedOnChain.d.mts +8 -8
  851. package/dist/210/swapping/palletConfigUpdated.d.cts +32 -32
  852. package/dist/210/swapping/palletConfigUpdated.d.mts +32 -32
  853. package/dist/210/swapping/refundEgressIgnored.d.cts +12 -12
  854. package/dist/210/swapping/refundEgressIgnored.d.mts +12 -12
  855. package/dist/210/swapping/refundEgressScheduled.d.cts +13 -13
  856. package/dist/210/swapping/refundEgressScheduled.d.mts +13 -13
  857. package/dist/210/swapping/refundedOnChain.d.cts +8 -8
  858. package/dist/210/swapping/refundedOnChain.d.mts +8 -8
  859. package/dist/210/swapping/swapAmountConfiscated.d.cts +6 -6
  860. package/dist/210/swapping/swapAmountConfiscated.d.mts +6 -6
  861. package/dist/210/swapping/swapDepositAddressReady.d.cts +27 -27
  862. package/dist/210/swapping/swapDepositAddressReady.d.mts +27 -27
  863. package/dist/210/swapping/swapEgressIgnored.d.cts +12 -12
  864. package/dist/210/swapping/swapEgressIgnored.d.mts +12 -12
  865. package/dist/210/swapping/swapEgressScheduled.d.cts +12 -12
  866. package/dist/210/swapping/swapEgressScheduled.d.mts +12 -12
  867. package/dist/210/swapping/swapExecuted.d.cts +14 -14
  868. package/dist/210/swapping/swapExecuted.d.mts +14 -14
  869. package/dist/210/swapping/swapRequested.d.cts +72 -72
  870. package/dist/210/swapping/swapRequested.d.mts +72 -72
  871. package/dist/210/swapping/withdrawalRequested.d.cts +15 -15
  872. package/dist/210/swapping/withdrawalRequested.d.mts +15 -15
  873. package/dist/210/tradingStrategy/fundsAddedToStrategy.d.cts +7 -7
  874. package/dist/210/tradingStrategy/fundsAddedToStrategy.d.mts +7 -7
  875. package/dist/210/tradingStrategy/palletConfigUpdated.d.cts +24 -24
  876. package/dist/210/tradingStrategy/palletConfigUpdated.d.mts +24 -24
  877. package/dist/210/tradingStrategy/strategyDeployed.d.cts +26 -26
  878. package/dist/210/tradingStrategy/strategyDeployed.d.mts +26 -26
  879. package/package.json +2 -2
@@ -14,14 +14,14 @@ declare const liquidityProviderLiquidityDepositCredited: z.ZodObject<{
14
14
  }>;
15
15
  amountCredited: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
16
16
  }, "strip", z.ZodTypeAny, {
17
- asset: "ArbEth" | "ArbUsdc" | "Eth" | "Dot" | "Btc" | "Flip" | "Usdc" | "Usdt";
18
17
  accountId: `cF${string}`;
18
+ asset: "ArbEth" | "ArbUsdc" | "Eth" | "Dot" | "Btc" | "Flip" | "Usdc" | "Usdt";
19
19
  amountCredited: bigint;
20
20
  }, {
21
+ accountId: string;
21
22
  asset: {
22
23
  __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Dot" | "Btc" | "Flip" | "Usdc" | "Usdt";
23
24
  };
24
- accountId: string;
25
25
  amountCredited: string | number;
26
26
  }>;
27
27
  //#endregion
@@ -14,14 +14,14 @@ declare const liquidityProviderLiquidityDepositCredited: z.ZodObject<{
14
14
  }>;
15
15
  amountCredited: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
16
16
  }, "strip", z.ZodTypeAny, {
17
- asset: "ArbEth" | "ArbUsdc" | "Eth" | "Dot" | "Btc" | "Flip" | "Usdc" | "Usdt";
18
17
  accountId: `cF${string}`;
18
+ asset: "ArbEth" | "ArbUsdc" | "Eth" | "Dot" | "Btc" | "Flip" | "Usdc" | "Usdt";
19
19
  amountCredited: bigint;
20
20
  }, {
21
+ accountId: string;
21
22
  asset: {
22
23
  __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Dot" | "Btc" | "Flip" | "Usdc" | "Usdt";
23
24
  };
24
- accountId: string;
25
25
  amountCredited: string | number;
26
26
  }>;
27
27
  //#endregion
@@ -145,6 +145,7 @@ declare const liquidityProviderLiquidityRefundAddressRegistered: z.ZodObject<{
145
145
  __kind: "Arb";
146
146
  }>]>;
147
147
  }, "strip", z.ZodTypeAny, {
148
+ accountId: `cF${string}`;
148
149
  chain: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum";
149
150
  address: {
150
151
  value: `0x${string}`;
@@ -178,8 +179,8 @@ declare const liquidityProviderLiquidityRefundAddressRegistered: z.ZodObject<{
178
179
  value: `0x${string}`;
179
180
  __kind: "Arb";
180
181
  };
181
- accountId: `cF${string}`;
182
182
  }, {
183
+ accountId: string;
183
184
  chain: {
184
185
  __kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum";
185
186
  };
@@ -215,7 +216,6 @@ declare const liquidityProviderLiquidityRefundAddressRegistered: z.ZodObject<{
215
216
  value: string;
216
217
  __kind: "Arb";
217
218
  };
218
- accountId: string;
219
219
  }>;
220
220
  //#endregion
221
221
  export { liquidityProviderLiquidityRefundAddressRegistered };
@@ -145,6 +145,7 @@ declare const liquidityProviderLiquidityRefundAddressRegistered: z.ZodObject<{
145
145
  __kind: "Arb";
146
146
  }>]>;
147
147
  }, "strip", z.ZodTypeAny, {
148
+ accountId: `cF${string}`;
148
149
  chain: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum";
149
150
  address: {
150
151
  value: `0x${string}`;
@@ -178,8 +179,8 @@ declare const liquidityProviderLiquidityRefundAddressRegistered: z.ZodObject<{
178
179
  value: `0x${string}`;
179
180
  __kind: "Arb";
180
181
  };
181
- accountId: `cF${string}`;
182
182
  }, {
183
+ accountId: string;
183
184
  chain: {
184
185
  __kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum";
185
186
  };
@@ -215,7 +216,6 @@ declare const liquidityProviderLiquidityRefundAddressRegistered: z.ZodObject<{
215
216
  value: string;
216
217
  __kind: "Arb";
217
218
  };
218
- accountId: string;
219
219
  }>;
220
220
  //#endregion
221
221
  export { liquidityProviderLiquidityRefundAddressRegistered };
@@ -51,7 +51,6 @@ declare const liquidityProviderWithdrawalEgressScheduled: z.ZodObject<{
51
51
  amount: bigint;
52
52
  asset: "ArbEth" | "ArbUsdc" | "Eth" | "Dot" | "Btc" | "Flip" | "Usdc" | "Usdt";
53
53
  egressId: ["Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum", bigint];
54
- fee: bigint;
55
54
  destinationAddress: {
56
55
  readonly chain: "Ethereum";
57
56
  readonly address: `0x${string}`;
@@ -65,6 +64,7 @@ declare const liquidityProviderWithdrawalEgressScheduled: z.ZodObject<{
65
64
  readonly chain: "Arbitrum";
66
65
  readonly address: `0x${string}`;
67
66
  };
67
+ fee: bigint;
68
68
  }, {
69
69
  amount: string | number;
70
70
  asset: {
@@ -73,11 +73,11 @@ declare const liquidityProviderWithdrawalEgressScheduled: z.ZodObject<{
73
73
  egressId: [{
74
74
  __kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum";
75
75
  }, string | number];
76
- fee: string | number;
77
76
  destinationAddress: {
78
77
  value: string;
79
78
  __kind: "Eth" | "Dot" | "Btc" | "Arb";
80
79
  };
80
+ fee: string | number;
81
81
  }>;
82
82
  //#endregion
83
83
  export { liquidityProviderWithdrawalEgressScheduled };
@@ -51,7 +51,6 @@ declare const liquidityProviderWithdrawalEgressScheduled: z.ZodObject<{
51
51
  amount: bigint;
52
52
  asset: "ArbEth" | "ArbUsdc" | "Eth" | "Dot" | "Btc" | "Flip" | "Usdc" | "Usdt";
53
53
  egressId: ["Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum", bigint];
54
- fee: bigint;
55
54
  destinationAddress: {
56
55
  readonly chain: "Ethereum";
57
56
  readonly address: `0x${string}`;
@@ -65,6 +64,7 @@ declare const liquidityProviderWithdrawalEgressScheduled: z.ZodObject<{
65
64
  readonly chain: "Arbitrum";
66
65
  readonly address: `0x${string}`;
67
66
  };
67
+ fee: bigint;
68
68
  }, {
69
69
  amount: string | number;
70
70
  asset: {
@@ -73,11 +73,11 @@ declare const liquidityProviderWithdrawalEgressScheduled: z.ZodObject<{
73
73
  egressId: [{
74
74
  __kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum";
75
75
  }, string | number];
76
- fee: string | number;
77
76
  destinationAddress: {
78
77
  value: string;
79
78
  __kind: "Eth" | "Dot" | "Btc" | "Arb";
80
79
  };
80
+ fee: string | number;
81
81
  }>;
82
82
  //#endregion
83
83
  export { liquidityProviderWithdrawalEgressScheduled };
@@ -26,20 +26,20 @@ declare const polkadotIngressEgressBoostFundsAdded: z.ZodObject<{
26
26
  amount: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
27
27
  }, "strip", z.ZodTypeAny, {
28
28
  amount: bigint;
29
+ boosterId: `cF${string}`;
29
30
  boostPool: {
30
31
  asset: "Dot";
31
32
  tier: number;
32
33
  };
33
- boosterId: `cF${string}`;
34
34
  }, {
35
35
  amount: string | number;
36
+ boosterId: string;
36
37
  boostPool: {
37
38
  asset: {
38
39
  __kind: "Dot";
39
40
  };
40
41
  tier: number;
41
42
  };
42
- boosterId: string;
43
43
  }>;
44
44
  //#endregion
45
45
  export { polkadotIngressEgressBoostFundsAdded };
@@ -26,20 +26,20 @@ declare const polkadotIngressEgressBoostFundsAdded: z.ZodObject<{
26
26
  amount: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
27
27
  }, "strip", z.ZodTypeAny, {
28
28
  amount: bigint;
29
+ boosterId: `cF${string}`;
29
30
  boostPool: {
30
31
  asset: "Dot";
31
32
  tier: number;
32
33
  };
33
- boosterId: `cF${string}`;
34
34
  }, {
35
35
  amount: string | number;
36
+ boosterId: string;
36
37
  boostPool: {
37
38
  asset: {
38
39
  __kind: "Dot";
39
40
  };
40
41
  tier: number;
41
42
  };
42
- boosterId: string;
43
43
  }>;
44
44
  //#endregion
45
45
  export { polkadotIngressEgressBoostFundsAdded };
@@ -26,21 +26,21 @@ declare const polkadotIngressEgressStoppedBoosting: z.ZodObject<{
26
26
  unlockedAmount: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
27
27
  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">;
28
28
  }, "strip", z.ZodTypeAny, {
29
+ boosterId: `cF${string}`;
29
30
  boostPool: {
30
31
  asset: "Dot";
31
32
  tier: number;
32
33
  };
33
- boosterId: `cF${string}`;
34
34
  unlockedAmount: bigint;
35
35
  pendingBoosts: bigint[];
36
36
  }, {
37
+ boosterId: string;
37
38
  boostPool: {
38
39
  asset: {
39
40
  __kind: "Dot";
40
41
  };
41
42
  tier: number;
42
43
  };
43
- boosterId: string;
44
44
  unlockedAmount: string | number;
45
45
  pendingBoosts: (string | number)[];
46
46
  }>;
@@ -26,21 +26,21 @@ declare const polkadotIngressEgressStoppedBoosting: z.ZodObject<{
26
26
  unlockedAmount: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
27
27
  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">;
28
28
  }, "strip", z.ZodTypeAny, {
29
+ boosterId: `cF${string}`;
29
30
  boostPool: {
30
31
  asset: "Dot";
31
32
  tier: number;
32
33
  };
33
- boosterId: `cF${string}`;
34
34
  unlockedAmount: bigint;
35
35
  pendingBoosts: bigint[];
36
36
  }, {
37
+ boosterId: string;
37
38
  boostPool: {
38
39
  asset: {
39
40
  __kind: "Dot";
40
41
  };
41
42
  tier: number;
42
43
  };
43
- boosterId: string;
44
44
  unlockedAmount: string | number;
45
45
  pendingBoosts: (string | number)[];
46
46
  }>;
@@ -281,6 +281,8 @@ declare const swappingCcmDepositReceived: z.ZodObject<{
281
281
  readonly chain: "Arbitrum";
282
282
  readonly address: `0x${string}`;
283
283
  };
284
+ ccmId: bigint;
285
+ depositAmount: bigint;
284
286
  depositMetadata: {
285
287
  sourceChain: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum";
286
288
  channelMetadata: {
@@ -321,8 +323,6 @@ declare const swappingCcmDepositReceived: z.ZodObject<{
321
323
  __kind: "Arb";
322
324
  } | null | undefined;
323
325
  };
324
- ccmId: bigint;
325
- depositAmount: bigint;
326
326
  principalSwapId?: bigint | null | undefined;
327
327
  gasSwapId?: bigint | null | undefined;
328
328
  }, {
@@ -330,6 +330,8 @@ declare const swappingCcmDepositReceived: z.ZodObject<{
330
330
  value: string;
331
331
  __kind: "Eth" | "Dot" | "Btc" | "Arb";
332
332
  };
333
+ ccmId: string | number;
334
+ depositAmount: string | number;
333
335
  depositMetadata: {
334
336
  sourceChain: {
335
337
  __kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum";
@@ -372,8 +374,6 @@ declare const swappingCcmDepositReceived: z.ZodObject<{
372
374
  __kind: "Arb";
373
375
  } | null | undefined;
374
376
  };
375
- ccmId: string | number;
376
- depositAmount: string | number;
377
377
  principalSwapId?: string | number | null | undefined;
378
378
  gasSwapId?: string | number | null | undefined;
379
379
  }>;
@@ -281,6 +281,8 @@ declare const swappingCcmDepositReceived: z.ZodObject<{
281
281
  readonly chain: "Arbitrum";
282
282
  readonly address: `0x${string}`;
283
283
  };
284
+ ccmId: bigint;
285
+ depositAmount: bigint;
284
286
  depositMetadata: {
285
287
  sourceChain: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum";
286
288
  channelMetadata: {
@@ -321,8 +323,6 @@ declare const swappingCcmDepositReceived: z.ZodObject<{
321
323
  __kind: "Arb";
322
324
  } | null | undefined;
323
325
  };
324
- ccmId: bigint;
325
- depositAmount: bigint;
326
326
  principalSwapId?: bigint | null | undefined;
327
327
  gasSwapId?: bigint | null | undefined;
328
328
  }, {
@@ -330,6 +330,8 @@ declare const swappingCcmDepositReceived: z.ZodObject<{
330
330
  value: string;
331
331
  __kind: "Eth" | "Dot" | "Btc" | "Arb";
332
332
  };
333
+ ccmId: string | number;
334
+ depositAmount: string | number;
333
335
  depositMetadata: {
334
336
  sourceChain: {
335
337
  __kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum";
@@ -372,8 +374,6 @@ declare const swappingCcmDepositReceived: z.ZodObject<{
372
374
  __kind: "Arb";
373
375
  } | null | undefined;
374
376
  };
375
- ccmId: string | number;
376
- depositAmount: string | number;
377
377
  principalSwapId?: string | number | null | undefined;
378
378
  gasSwapId?: string | number | null | undefined;
379
379
  }>;
@@ -113,7 +113,6 @@ declare const swappingSwapDepositAddressReady: z.ZodObject<{
113
113
  readonly address: `0x${string}`;
114
114
  };
115
115
  channelId: bigint;
116
- boostFee: number;
117
116
  destinationAddress: {
118
117
  readonly chain: "Ethereum";
119
118
  readonly address: `0x${string}`;
@@ -127,6 +126,7 @@ declare const swappingSwapDepositAddressReady: z.ZodObject<{
127
126
  readonly chain: "Arbitrum";
128
127
  readonly address: `0x${string}`;
129
128
  };
129
+ boostFee: number;
130
130
  sourceAsset: "ArbEth" | "ArbUsdc" | "Eth" | "Dot" | "Btc" | "Flip" | "Usdc" | "Usdt";
131
131
  destinationAsset: "ArbEth" | "ArbUsdc" | "Eth" | "Dot" | "Btc" | "Flip" | "Usdc" | "Usdt";
132
132
  brokerCommissionRate: number;
@@ -147,11 +147,11 @@ declare const swappingSwapDepositAddressReady: z.ZodObject<{
147
147
  __kind: "Eth" | "Dot" | "Btc" | "Arb";
148
148
  };
149
149
  channelId: string | number;
150
- boostFee: number;
151
150
  destinationAddress: {
152
151
  value: string;
153
152
  __kind: "Eth" | "Dot" | "Btc" | "Arb";
154
153
  };
154
+ boostFee: number;
155
155
  sourceAsset: {
156
156
  __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Dot" | "Btc" | "Flip" | "Usdc" | "Usdt";
157
157
  };
@@ -113,7 +113,6 @@ declare const swappingSwapDepositAddressReady: z.ZodObject<{
113
113
  readonly address: `0x${string}`;
114
114
  };
115
115
  channelId: bigint;
116
- boostFee: number;
117
116
  destinationAddress: {
118
117
  readonly chain: "Ethereum";
119
118
  readonly address: `0x${string}`;
@@ -127,6 +126,7 @@ declare const swappingSwapDepositAddressReady: z.ZodObject<{
127
126
  readonly chain: "Arbitrum";
128
127
  readonly address: `0x${string}`;
129
128
  };
129
+ boostFee: number;
130
130
  sourceAsset: "ArbEth" | "ArbUsdc" | "Eth" | "Dot" | "Btc" | "Flip" | "Usdc" | "Usdt";
131
131
  destinationAsset: "ArbEth" | "ArbUsdc" | "Eth" | "Dot" | "Btc" | "Flip" | "Usdc" | "Usdt";
132
132
  brokerCommissionRate: number;
@@ -147,11 +147,11 @@ declare const swappingSwapDepositAddressReady: z.ZodObject<{
147
147
  __kind: "Eth" | "Dot" | "Btc" | "Arb";
148
148
  };
149
149
  channelId: string | number;
150
- boostFee: number;
151
150
  destinationAddress: {
152
151
  value: string;
153
152
  __kind: "Eth" | "Dot" | "Btc" | "Arb";
154
153
  };
154
+ boostFee: number;
155
155
  sourceAsset: {
156
156
  __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Dot" | "Btc" | "Flip" | "Usdc" | "Usdt";
157
157
  };
@@ -264,9 +264,6 @@ declare const swappingSwapExecuted: z.ZodObject<{
264
264
  sourceAsset: "ArbEth" | "ArbUsdc" | "Eth" | "Dot" | "Btc" | "Flip" | "Usdc" | "Usdt";
265
265
  destinationAsset: "ArbEth" | "ArbUsdc" | "Eth" | "Dot" | "Btc" | "Flip" | "Usdc" | "Usdt";
266
266
  depositAmount: bigint;
267
- swapInput: bigint;
268
- egressAmount: bigint;
269
- swapOutput: bigint;
270
267
  swapType: {
271
268
  value: {
272
269
  value: `0x${string}`;
@@ -312,6 +309,9 @@ declare const swappingSwapExecuted: z.ZodObject<{
312
309
  } | {
313
310
  __kind: "IngressEgressFee";
314
311
  };
312
+ swapInput: bigint;
313
+ egressAmount: bigint;
314
+ swapOutput: bigint;
315
315
  intermediateAmount?: bigint | null | undefined;
316
316
  }, {
317
317
  swapId: string | number;
@@ -322,9 +322,6 @@ declare const swappingSwapExecuted: z.ZodObject<{
322
322
  __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Dot" | "Btc" | "Flip" | "Usdc" | "Usdt";
323
323
  };
324
324
  depositAmount: string | number;
325
- swapInput: string | number;
326
- egressAmount: string | number;
327
- swapOutput: string | number;
328
325
  swapType: {
329
326
  value: {
330
327
  value: string;
@@ -370,6 +367,9 @@ declare const swappingSwapExecuted: z.ZodObject<{
370
367
  } | {
371
368
  __kind: "IngressEgressFee";
372
369
  };
370
+ swapInput: string | number;
371
+ egressAmount: string | number;
372
+ swapOutput: string | number;
373
373
  intermediateAmount?: string | number | null | undefined;
374
374
  }>;
375
375
  //#endregion
@@ -264,9 +264,6 @@ declare const swappingSwapExecuted: z.ZodObject<{
264
264
  sourceAsset: "ArbEth" | "ArbUsdc" | "Eth" | "Dot" | "Btc" | "Flip" | "Usdc" | "Usdt";
265
265
  destinationAsset: "ArbEth" | "ArbUsdc" | "Eth" | "Dot" | "Btc" | "Flip" | "Usdc" | "Usdt";
266
266
  depositAmount: bigint;
267
- swapInput: bigint;
268
- egressAmount: bigint;
269
- swapOutput: bigint;
270
267
  swapType: {
271
268
  value: {
272
269
  value: `0x${string}`;
@@ -312,6 +309,9 @@ declare const swappingSwapExecuted: z.ZodObject<{
312
309
  } | {
313
310
  __kind: "IngressEgressFee";
314
311
  };
312
+ swapInput: bigint;
313
+ egressAmount: bigint;
314
+ swapOutput: bigint;
315
315
  intermediateAmount?: bigint | null | undefined;
316
316
  }, {
317
317
  swapId: string | number;
@@ -322,9 +322,6 @@ declare const swappingSwapExecuted: z.ZodObject<{
322
322
  __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Dot" | "Btc" | "Flip" | "Usdc" | "Usdt";
323
323
  };
324
324
  depositAmount: string | number;
325
- swapInput: string | number;
326
- egressAmount: string | number;
327
- swapOutput: string | number;
328
325
  swapType: {
329
326
  value: {
330
327
  value: string;
@@ -370,6 +367,9 @@ declare const swappingSwapExecuted: z.ZodObject<{
370
367
  } | {
371
368
  __kind: "IngressEgressFee";
372
369
  };
370
+ swapInput: string | number;
371
+ egressAmount: string | number;
372
+ swapOutput: string | number;
373
373
  intermediateAmount?: string | number | null | undefined;
374
374
  }>;
375
375
  //#endregion
@@ -362,6 +362,9 @@ declare const swappingSwapScheduled: z.ZodObject<{
362
362
  readonly chain: "Arbitrum";
363
363
  readonly address: `0x${string}`;
364
364
  };
365
+ sourceAsset: "ArbEth" | "ArbUsdc" | "Eth" | "Dot" | "Btc" | "Flip" | "Usdc" | "Usdt";
366
+ destinationAsset: "ArbEth" | "ArbUsdc" | "Eth" | "Dot" | "Btc" | "Flip" | "Usdc" | "Usdt";
367
+ depositAmount: bigint;
365
368
  origin: {
366
369
  __kind: "DepositChannel";
367
370
  depositAddress: {
@@ -383,9 +386,6 @@ declare const swappingSwapScheduled: z.ZodObject<{
383
386
  __kind: "Vault";
384
387
  txHash: `0x${string}`;
385
388
  };
386
- sourceAsset: "ArbEth" | "ArbUsdc" | "Eth" | "Dot" | "Btc" | "Flip" | "Usdc" | "Usdt";
387
- destinationAsset: "ArbEth" | "ArbUsdc" | "Eth" | "Dot" | "Btc" | "Flip" | "Usdc" | "Usdt";
388
- depositAmount: bigint;
389
389
  swapType: {
390
390
  value: {
391
391
  value: `0x${string}`;
@@ -440,6 +440,13 @@ declare const swappingSwapScheduled: z.ZodObject<{
440
440
  value: string;
441
441
  __kind: "Eth" | "Dot" | "Btc" | "Arb";
442
442
  };
443
+ sourceAsset: {
444
+ __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Dot" | "Btc" | "Flip" | "Usdc" | "Usdt";
445
+ };
446
+ destinationAsset: {
447
+ __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Dot" | "Btc" | "Flip" | "Usdc" | "Usdt";
448
+ };
449
+ depositAmount: string | number;
443
450
  origin: {
444
451
  __kind: "DepositChannel";
445
452
  depositAddress: {
@@ -452,13 +459,6 @@ declare const swappingSwapScheduled: z.ZodObject<{
452
459
  __kind: "Vault";
453
460
  txHash: string;
454
461
  };
455
- sourceAsset: {
456
- __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Dot" | "Btc" | "Flip" | "Usdc" | "Usdt";
457
- };
458
- destinationAsset: {
459
- __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Dot" | "Btc" | "Flip" | "Usdc" | "Usdt";
460
- };
461
- depositAmount: string | number;
462
462
  swapType: {
463
463
  value: {
464
464
  value: string;
@@ -362,6 +362,9 @@ declare const swappingSwapScheduled: z.ZodObject<{
362
362
  readonly chain: "Arbitrum";
363
363
  readonly address: `0x${string}`;
364
364
  };
365
+ sourceAsset: "ArbEth" | "ArbUsdc" | "Eth" | "Dot" | "Btc" | "Flip" | "Usdc" | "Usdt";
366
+ destinationAsset: "ArbEth" | "ArbUsdc" | "Eth" | "Dot" | "Btc" | "Flip" | "Usdc" | "Usdt";
367
+ depositAmount: bigint;
365
368
  origin: {
366
369
  __kind: "DepositChannel";
367
370
  depositAddress: {
@@ -383,9 +386,6 @@ declare const swappingSwapScheduled: z.ZodObject<{
383
386
  __kind: "Vault";
384
387
  txHash: `0x${string}`;
385
388
  };
386
- sourceAsset: "ArbEth" | "ArbUsdc" | "Eth" | "Dot" | "Btc" | "Flip" | "Usdc" | "Usdt";
387
- destinationAsset: "ArbEth" | "ArbUsdc" | "Eth" | "Dot" | "Btc" | "Flip" | "Usdc" | "Usdt";
388
- depositAmount: bigint;
389
389
  swapType: {
390
390
  value: {
391
391
  value: `0x${string}`;
@@ -440,6 +440,13 @@ declare const swappingSwapScheduled: z.ZodObject<{
440
440
  value: string;
441
441
  __kind: "Eth" | "Dot" | "Btc" | "Arb";
442
442
  };
443
+ sourceAsset: {
444
+ __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Dot" | "Btc" | "Flip" | "Usdc" | "Usdt";
445
+ };
446
+ destinationAsset: {
447
+ __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Dot" | "Btc" | "Flip" | "Usdc" | "Usdt";
448
+ };
449
+ depositAmount: string | number;
443
450
  origin: {
444
451
  __kind: "DepositChannel";
445
452
  depositAddress: {
@@ -452,13 +459,6 @@ declare const swappingSwapScheduled: z.ZodObject<{
452
459
  __kind: "Vault";
453
460
  txHash: string;
454
461
  };
455
- sourceAsset: {
456
- __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Dot" | "Btc" | "Flip" | "Usdc" | "Usdt";
457
- };
458
- destinationAsset: {
459
- __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Dot" | "Btc" | "Flip" | "Usdc" | "Usdt";
460
- };
461
- depositAmount: string | number;
462
462
  swapType: {
463
463
  value: {
464
464
  value: string;
@@ -74,15 +74,12 @@ declare const arbitrumIngressEgressDepositBoosted: z.ZodObject<{
74
74
  }, "strip", z.ZodTypeAny, {
75
75
  depositAddress: `0x${string}`;
76
76
  asset: "ArbEth" | "ArbUsdc";
77
- amounts: [number, bigint][];
78
77
  depositDetails: {
79
78
  txHashes?: `0x${string}`[] | null | undefined;
80
79
  };
81
- prewitnessedDepositId: bigint;
82
- channelId: bigint;
83
80
  blockHeight: bigint;
84
81
  ingressFee: bigint;
85
- boostFee: bigint;
82
+ prewitnessedDepositId: bigint;
86
83
  action: {
87
84
  __kind: "Swap";
88
85
  swapId: bigint;
@@ -99,20 +96,20 @@ declare const arbitrumIngressEgressDepositBoosted: z.ZodObject<{
99
96
  __kind: "BoostersCredited";
100
97
  prewitnessedDepositId: bigint;
101
98
  };
99
+ channelId: bigint;
100
+ amounts: [number, bigint][];
101
+ boostFee: bigint;
102
102
  }, {
103
103
  depositAddress: string;
104
104
  asset: {
105
105
  __kind: "ArbEth" | "ArbUsdc";
106
106
  };
107
- amounts: [number, string | number][];
108
107
  depositDetails: {
109
108
  txHashes?: string[] | null | undefined;
110
109
  };
111
- prewitnessedDepositId: string | number;
112
- channelId: string | number;
113
110
  blockHeight: string | number;
114
111
  ingressFee: string | number;
115
- boostFee: string | number;
112
+ prewitnessedDepositId: string | number;
116
113
  action: {
117
114
  __kind: "Swap";
118
115
  swapId: string | number;
@@ -129,6 +126,9 @@ declare const arbitrumIngressEgressDepositBoosted: z.ZodObject<{
129
126
  __kind: "BoostersCredited";
130
127
  prewitnessedDepositId: string | number;
131
128
  };
129
+ channelId: string | number;
130
+ amounts: [number, string | number][];
131
+ boostFee: string | number;
132
132
  }>;
133
133
  //#endregion
134
134
  export { arbitrumIngressEgressDepositBoosted };
@@ -74,15 +74,12 @@ declare const arbitrumIngressEgressDepositBoosted: z.ZodObject<{
74
74
  }, "strip", z.ZodTypeAny, {
75
75
  depositAddress: `0x${string}`;
76
76
  asset: "ArbEth" | "ArbUsdc";
77
- amounts: [number, bigint][];
78
77
  depositDetails: {
79
78
  txHashes?: `0x${string}`[] | null | undefined;
80
79
  };
81
- prewitnessedDepositId: bigint;
82
- channelId: bigint;
83
80
  blockHeight: bigint;
84
81
  ingressFee: bigint;
85
- boostFee: bigint;
82
+ prewitnessedDepositId: bigint;
86
83
  action: {
87
84
  __kind: "Swap";
88
85
  swapId: bigint;
@@ -99,20 +96,20 @@ declare const arbitrumIngressEgressDepositBoosted: z.ZodObject<{
99
96
  __kind: "BoostersCredited";
100
97
  prewitnessedDepositId: bigint;
101
98
  };
99
+ channelId: bigint;
100
+ amounts: [number, bigint][];
101
+ boostFee: bigint;
102
102
  }, {
103
103
  depositAddress: string;
104
104
  asset: {
105
105
  __kind: "ArbEth" | "ArbUsdc";
106
106
  };
107
- amounts: [number, string | number][];
108
107
  depositDetails: {
109
108
  txHashes?: string[] | null | undefined;
110
109
  };
111
- prewitnessedDepositId: string | number;
112
- channelId: string | number;
113
110
  blockHeight: string | number;
114
111
  ingressFee: string | number;
115
- boostFee: string | number;
112
+ prewitnessedDepositId: string | number;
116
113
  action: {
117
114
  __kind: "Swap";
118
115
  swapId: string | number;
@@ -129,6 +126,9 @@ declare const arbitrumIngressEgressDepositBoosted: z.ZodObject<{
129
126
  __kind: "BoostersCredited";
130
127
  prewitnessedDepositId: string | number;
131
128
  };
129
+ channelId: string | number;
130
+ amounts: [number, string | number][];
131
+ boostFee: string | number;
132
132
  }>;
133
133
  //#endregion
134
134
  export { arbitrumIngressEgressDepositBoosted };