@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
@@ -54,17 +54,17 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
54
54
  error: string;
55
55
  }>;
56
56
  }, "strip", z.ZodTypeAny, {
57
+ __kind: "Module";
57
58
  value: {
58
59
  index: number;
59
60
  error: `0x${string}`;
60
61
  };
61
- __kind: "Module";
62
62
  }, {
63
+ __kind: "Module";
63
64
  value: {
64
65
  index: number;
65
66
  error: string;
66
67
  };
67
- __kind: "Module";
68
68
  }>, z.ZodObject<{
69
69
  __kind: z.ZodLiteral<"ConsumerRemaining">;
70
70
  }, "strip", z.ZodTypeAny, {
@@ -88,20 +88,20 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
88
88
  value: z.ZodEffects<z.ZodObject<{
89
89
  __kind: z.ZodEnum<["FundsUnavailable", "OnlyProvider", "BelowMinimum", "CannotCreate", "UnknownAsset", "Frozen", "Unsupported", "CannotCreateHold", "NotExpendable", "Blocked"]>;
90
90
  }, "strip", z.ZodTypeAny, {
91
- __kind: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
91
+ __kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
92
92
  }, {
93
- __kind: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
94
- }>, "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked", {
95
- __kind: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
93
+ __kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
94
+ }>, "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked", {
95
+ __kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
96
96
  }>;
97
97
  }, "strip", z.ZodTypeAny, {
98
- value: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
99
98
  __kind: "Token";
99
+ value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
100
100
  }, {
101
+ __kind: "Token";
101
102
  value: {
102
- __kind: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
103
+ __kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
103
104
  };
104
- __kind: "Token";
105
105
  }>, z.ZodObject<{
106
106
  __kind: z.ZodLiteral<"Arithmetic">;
107
107
  value: z.ZodEffects<z.ZodObject<{
@@ -114,13 +114,13 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
114
114
  __kind: "Underflow" | "Overflow" | "DivisionByZero";
115
115
  }>;
116
116
  }, "strip", z.ZodTypeAny, {
117
- value: "Underflow" | "Overflow" | "DivisionByZero";
118
117
  __kind: "Arithmetic";
118
+ value: "Underflow" | "Overflow" | "DivisionByZero";
119
119
  }, {
120
+ __kind: "Arithmetic";
120
121
  value: {
121
122
  __kind: "Underflow" | "Overflow" | "DivisionByZero";
122
123
  };
123
- __kind: "Arithmetic";
124
124
  }>, z.ZodObject<{
125
125
  __kind: z.ZodLiteral<"Transactional">;
126
126
  value: z.ZodEffects<z.ZodObject<{
@@ -133,13 +133,13 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
133
133
  __kind: "LimitReached" | "NoLayer";
134
134
  }>;
135
135
  }, "strip", z.ZodTypeAny, {
136
- value: "LimitReached" | "NoLayer";
137
136
  __kind: "Transactional";
137
+ value: "LimitReached" | "NoLayer";
138
138
  }, {
139
+ __kind: "Transactional";
139
140
  value: {
140
141
  __kind: "LimitReached" | "NoLayer";
141
142
  };
142
- __kind: "Transactional";
143
143
  }>, z.ZodObject<{
144
144
  __kind: z.ZodLiteral<"Exhausted">;
145
145
  }, "strip", z.ZodTypeAny, {
@@ -166,6 +166,7 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
166
166
  __kind: "RootNotAllowed";
167
167
  }>]>;
168
168
  }, "strip", z.ZodTypeAny, {
169
+ __kind: "DepositWitnessRejected";
169
170
  value: {
170
171
  __kind: "Other";
171
172
  } | {
@@ -173,11 +174,11 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
173
174
  } | {
174
175
  __kind: "BadOrigin";
175
176
  } | {
177
+ __kind: "Module";
176
178
  value: {
177
179
  index: number;
178
180
  error: `0x${string}`;
179
181
  };
180
- __kind: "Module";
181
182
  } | {
182
183
  __kind: "ConsumerRemaining";
183
184
  } | {
@@ -185,14 +186,14 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
185
186
  } | {
186
187
  __kind: "TooManyConsumers";
187
188
  } | {
188
- value: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
189
189
  __kind: "Token";
190
+ value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
190
191
  } | {
191
- value: "Underflow" | "Overflow" | "DivisionByZero";
192
192
  __kind: "Arithmetic";
193
+ value: "Underflow" | "Overflow" | "DivisionByZero";
193
194
  } | {
194
- value: "LimitReached" | "NoLayer";
195
195
  __kind: "Transactional";
196
+ value: "LimitReached" | "NoLayer";
196
197
  } | {
197
198
  __kind: "Exhausted";
198
199
  } | {
@@ -202,8 +203,8 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
202
203
  } | {
203
204
  __kind: "RootNotAllowed";
204
205
  };
205
- __kind: "DepositWitnessRejected";
206
206
  }, {
207
+ __kind: "DepositWitnessRejected";
207
208
  value: {
208
209
  __kind: "Other";
209
210
  } | {
@@ -211,11 +212,11 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
211
212
  } | {
212
213
  __kind: "BadOrigin";
213
214
  } | {
215
+ __kind: "Module";
214
216
  value: {
215
217
  index: number;
216
218
  error: string;
217
219
  };
218
- __kind: "Module";
219
220
  } | {
220
221
  __kind: "ConsumerRemaining";
221
222
  } | {
@@ -223,20 +224,20 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
223
224
  } | {
224
225
  __kind: "TooManyConsumers";
225
226
  } | {
227
+ __kind: "Token";
226
228
  value: {
227
- __kind: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
229
+ __kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
228
230
  };
229
- __kind: "Token";
230
231
  } | {
232
+ __kind: "Arithmetic";
231
233
  value: {
232
234
  __kind: "Underflow" | "Overflow" | "DivisionByZero";
233
235
  };
234
- __kind: "Arithmetic";
235
236
  } | {
237
+ __kind: "Transactional";
236
238
  value: {
237
239
  __kind: "LimitReached" | "NoLayer";
238
240
  };
239
- __kind: "Transactional";
240
241
  } | {
241
242
  __kind: "Exhausted";
242
243
  } | {
@@ -246,7 +247,6 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
246
247
  } | {
247
248
  __kind: "RootNotAllowed";
248
249
  };
249
- __kind: "DepositWitnessRejected";
250
250
  }>]>;
251
251
  details: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
252
252
  __kind: z.ZodLiteral<"DepositChannelBitcoin">;
@@ -255,47 +255,47 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
255
255
  __kind: z.ZodLiteral<"P2PKH">;
256
256
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
257
257
  }, "strip", z.ZodTypeAny, {
258
- value: `0x${string}`;
259
258
  __kind: "P2PKH";
259
+ value: `0x${string}`;
260
260
  }, {
261
- value: string;
262
261
  __kind: "P2PKH";
262
+ value: string;
263
263
  }>, z.ZodObject<{
264
264
  __kind: z.ZodLiteral<"P2SH">;
265
265
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
266
266
  }, "strip", z.ZodTypeAny, {
267
- value: `0x${string}`;
268
267
  __kind: "P2SH";
268
+ value: `0x${string}`;
269
269
  }, {
270
- value: string;
271
270
  __kind: "P2SH";
271
+ value: string;
272
272
  }>, z.ZodObject<{
273
273
  __kind: z.ZodLiteral<"P2WPKH">;
274
274
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
275
275
  }, "strip", z.ZodTypeAny, {
276
- value: `0x${string}`;
277
276
  __kind: "P2WPKH";
277
+ value: `0x${string}`;
278
278
  }, {
279
- value: string;
280
279
  __kind: "P2WPKH";
280
+ value: string;
281
281
  }>, z.ZodObject<{
282
282
  __kind: z.ZodLiteral<"P2WSH">;
283
283
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
284
284
  }, "strip", z.ZodTypeAny, {
285
- value: `0x${string}`;
286
285
  __kind: "P2WSH";
286
+ value: `0x${string}`;
287
287
  }, {
288
- value: string;
289
288
  __kind: "P2WSH";
289
+ value: string;
290
290
  }>, z.ZodObject<{
291
291
  __kind: z.ZodLiteral<"Taproot">;
292
292
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
293
293
  }, "strip", z.ZodTypeAny, {
294
- value: `0x${string}`;
295
294
  __kind: "Taproot";
295
+ value: `0x${string}`;
296
296
  }, {
297
- value: string;
298
297
  __kind: "Taproot";
298
+ value: string;
299
299
  }>, z.ZodObject<{
300
300
  __kind: z.ZodLiteral<"OtherSegwit">;
301
301
  version: z.ZodNumber;
@@ -417,26 +417,27 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
417
417
  }>;
418
418
  }, "strip", z.ZodTypeAny, {
419
419
  depositAddress: {
420
- value: `0x${string}`;
421
420
  __kind: "P2PKH";
422
- } | {
423
421
  value: `0x${string}`;
424
- __kind: "P2SH";
425
422
  } | {
423
+ __kind: "P2SH";
426
424
  value: `0x${string}`;
427
- __kind: "P2WPKH";
428
425
  } | {
426
+ __kind: "P2WPKH";
429
427
  value: `0x${string}`;
430
- __kind: "P2WSH";
431
428
  } | {
429
+ __kind: "P2WSH";
432
430
  value: `0x${string}`;
431
+ } | {
433
432
  __kind: "Taproot";
433
+ value: `0x${string}`;
434
434
  } | {
435
435
  __kind: "OtherSegwit";
436
436
  version: number;
437
437
  program: `0x${string}`;
438
438
  };
439
439
  asset: "Btc";
440
+ amount: bigint;
440
441
  depositDetails: {
441
442
  depositAddress: {
442
443
  pubkeyX: `0x${string}`;
@@ -455,23 +456,22 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
455
456
  vout: number;
456
457
  };
457
458
  };
458
- amount: bigint;
459
459
  }, {
460
460
  depositAddress: {
461
- value: string;
462
461
  __kind: "P2PKH";
463
- } | {
464
462
  value: string;
465
- __kind: "P2SH";
466
463
  } | {
464
+ __kind: "P2SH";
467
465
  value: string;
468
- __kind: "P2WPKH";
469
466
  } | {
467
+ __kind: "P2WPKH";
470
468
  value: string;
471
- __kind: "P2WSH";
472
469
  } | {
470
+ __kind: "P2WSH";
473
471
  value: string;
472
+ } | {
474
473
  __kind: "Taproot";
474
+ value: string;
475
475
  } | {
476
476
  __kind: "OtherSegwit";
477
477
  version: number;
@@ -480,6 +480,7 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
480
480
  asset: {
481
481
  __kind: "Btc";
482
482
  };
483
+ amount: string | number;
483
484
  depositDetails: {
484
485
  depositAddress: {
485
486
  pubkeyX: string;
@@ -498,32 +499,32 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
498
499
  vout: number;
499
500
  };
500
501
  };
501
- amount: string | number;
502
502
  }>;
503
503
  }, "strip", z.ZodTypeAny, {
504
504
  __kind: "DepositChannelBitcoin";
505
505
  depositWitness: {
506
506
  depositAddress: {
507
- value: `0x${string}`;
508
507
  __kind: "P2PKH";
509
- } | {
510
508
  value: `0x${string}`;
511
- __kind: "P2SH";
512
509
  } | {
510
+ __kind: "P2SH";
513
511
  value: `0x${string}`;
514
- __kind: "P2WPKH";
515
512
  } | {
513
+ __kind: "P2WPKH";
516
514
  value: `0x${string}`;
517
- __kind: "P2WSH";
518
515
  } | {
516
+ __kind: "P2WSH";
519
517
  value: `0x${string}`;
518
+ } | {
520
519
  __kind: "Taproot";
520
+ value: `0x${string}`;
521
521
  } | {
522
522
  __kind: "OtherSegwit";
523
523
  version: number;
524
524
  program: `0x${string}`;
525
525
  };
526
526
  asset: "Btc";
527
+ amount: bigint;
527
528
  depositDetails: {
528
529
  depositAddress: {
529
530
  pubkeyX: `0x${string}`;
@@ -542,26 +543,25 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
542
543
  vout: number;
543
544
  };
544
545
  };
545
- amount: bigint;
546
546
  };
547
547
  }, {
548
548
  __kind: "DepositChannelBitcoin";
549
549
  depositWitness: {
550
550
  depositAddress: {
551
- value: string;
552
551
  __kind: "P2PKH";
553
- } | {
554
552
  value: string;
555
- __kind: "P2SH";
556
553
  } | {
554
+ __kind: "P2SH";
557
555
  value: string;
558
- __kind: "P2WPKH";
559
556
  } | {
557
+ __kind: "P2WPKH";
560
558
  value: string;
561
- __kind: "P2WSH";
562
559
  } | {
560
+ __kind: "P2WSH";
563
561
  value: string;
562
+ } | {
564
563
  __kind: "Taproot";
564
+ value: string;
565
565
  } | {
566
566
  __kind: "OtherSegwit";
567
567
  version: number;
@@ -570,6 +570,7 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
570
570
  asset: {
571
571
  __kind: "Btc";
572
572
  };
573
+ amount: string | number;
573
574
  depositDetails: {
574
575
  depositAddress: {
575
576
  pubkeyX: string;
@@ -588,7 +589,6 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
588
589
  vout: number;
589
590
  };
590
591
  };
591
- amount: string | number;
592
592
  };
593
593
  }>, z.ZodObject<{
594
594
  __kind: z.ZodLiteral<"VaultBitcoin">;
@@ -606,47 +606,47 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
606
606
  __kind: z.ZodLiteral<"P2PKH">;
607
607
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
608
608
  }, "strip", z.ZodTypeAny, {
609
- value: `0x${string}`;
610
609
  __kind: "P2PKH";
610
+ value: `0x${string}`;
611
611
  }, {
612
- value: string;
613
612
  __kind: "P2PKH";
613
+ value: string;
614
614
  }>, z.ZodObject<{
615
615
  __kind: z.ZodLiteral<"P2SH">;
616
616
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
617
617
  }, "strip", z.ZodTypeAny, {
618
- value: `0x${string}`;
619
618
  __kind: "P2SH";
619
+ value: `0x${string}`;
620
620
  }, {
621
- value: string;
622
621
  __kind: "P2SH";
622
+ value: string;
623
623
  }>, z.ZodObject<{
624
624
  __kind: z.ZodLiteral<"P2WPKH">;
625
625
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
626
626
  }, "strip", z.ZodTypeAny, {
627
- value: `0x${string}`;
628
627
  __kind: "P2WPKH";
628
+ value: `0x${string}`;
629
629
  }, {
630
- value: string;
631
630
  __kind: "P2WPKH";
631
+ value: string;
632
632
  }>, z.ZodObject<{
633
633
  __kind: z.ZodLiteral<"P2WSH">;
634
634
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
635
635
  }, "strip", z.ZodTypeAny, {
636
- value: `0x${string}`;
637
636
  __kind: "P2WSH";
637
+ value: `0x${string}`;
638
638
  }, {
639
- value: string;
640
639
  __kind: "P2WSH";
640
+ value: string;
641
641
  }>, z.ZodObject<{
642
642
  __kind: z.ZodLiteral<"Taproot">;
643
643
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
644
644
  }, "strip", z.ZodTypeAny, {
645
- value: `0x${string}`;
646
645
  __kind: "Taproot";
646
+ value: `0x${string}`;
647
647
  }, {
648
- value: string;
649
648
  __kind: "Taproot";
649
+ value: string;
650
650
  }>, z.ZodObject<{
651
651
  __kind: z.ZodLiteral<"OtherSegwit">;
652
652
  version: z.ZodNumber;
@@ -761,21 +761,21 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
761
761
  outputAsset: z.ZodEffects<z.ZodObject<{
762
762
  __kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc", "HubDot", "HubUsdt", "HubUsdc"]>;
763
763
  }, "strip", z.ZodTypeAny, {
764
- __kind: "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
764
+ __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
765
765
  }, {
766
- __kind: "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
767
- }>, "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc", {
768
- __kind: "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
766
+ __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
767
+ }>, "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc", {
768
+ __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
769
769
  }>;
770
770
  destinationAddress: z.ZodEffects<z.ZodObject<{
771
771
  __kind: z.ZodEnum<["Eth", "Dot", "Btc", "Arb", "Sol", "Hub"]>;
772
772
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
773
773
  }, "strip", z.ZodTypeAny, {
774
- value: `0x${string}`;
775
774
  __kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
775
+ value: `0x${string}`;
776
776
  }, {
777
- value: string;
778
777
  __kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
778
+ value: string;
779
779
  }>, {
780
780
  readonly chain: "Ethereum";
781
781
  readonly address: `0x${string}`;
@@ -795,8 +795,8 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
795
795
  readonly chain: "Assethub";
796
796
  readonly address: string;
797
797
  }, {
798
- value: string;
799
798
  __kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
799
+ value: string;
800
800
  }>;
801
801
  depositMetadata: z.ZodOptional<z.ZodNullable<z.ZodObject<{
802
802
  channelMetadata: z.ZodObject<{
@@ -825,67 +825,67 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
825
825
  __kind: z.ZodLiteral<"Eth">;
826
826
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
827
827
  }, "strip", z.ZodTypeAny, {
828
- value: `0x${string}`;
829
828
  __kind: "Eth";
829
+ value: `0x${string}`;
830
830
  }, {
831
- value: string;
832
831
  __kind: "Eth";
832
+ value: string;
833
833
  }>, z.ZodObject<{
834
834
  __kind: z.ZodLiteral<"Dot">;
835
835
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
836
836
  }, "strip", z.ZodTypeAny, {
837
- value: `0x${string}`;
838
837
  __kind: "Dot";
838
+ value: `0x${string}`;
839
839
  }, {
840
- value: string;
841
840
  __kind: "Dot";
841
+ value: string;
842
842
  }>, z.ZodObject<{
843
843
  __kind: z.ZodLiteral<"Btc">;
844
844
  value: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
845
845
  __kind: z.ZodLiteral<"P2PKH">;
846
846
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
847
847
  }, "strip", z.ZodTypeAny, {
848
- value: `0x${string}`;
849
848
  __kind: "P2PKH";
849
+ value: `0x${string}`;
850
850
  }, {
851
- value: string;
852
851
  __kind: "P2PKH";
852
+ value: string;
853
853
  }>, z.ZodObject<{
854
854
  __kind: z.ZodLiteral<"P2SH">;
855
855
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
856
856
  }, "strip", z.ZodTypeAny, {
857
- value: `0x${string}`;
858
857
  __kind: "P2SH";
858
+ value: `0x${string}`;
859
859
  }, {
860
- value: string;
861
860
  __kind: "P2SH";
861
+ value: string;
862
862
  }>, z.ZodObject<{
863
863
  __kind: z.ZodLiteral<"P2WPKH">;
864
864
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
865
865
  }, "strip", z.ZodTypeAny, {
866
- value: `0x${string}`;
867
866
  __kind: "P2WPKH";
867
+ value: `0x${string}`;
868
868
  }, {
869
- value: string;
870
869
  __kind: "P2WPKH";
870
+ value: string;
871
871
  }>, z.ZodObject<{
872
872
  __kind: z.ZodLiteral<"P2WSH">;
873
873
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
874
874
  }, "strip", z.ZodTypeAny, {
875
- value: `0x${string}`;
876
875
  __kind: "P2WSH";
876
+ value: `0x${string}`;
877
877
  }, {
878
- value: string;
879
878
  __kind: "P2WSH";
879
+ value: string;
880
880
  }>, z.ZodObject<{
881
881
  __kind: z.ZodLiteral<"Taproot">;
882
882
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
883
883
  }, "strip", z.ZodTypeAny, {
884
- value: `0x${string}`;
885
884
  __kind: "Taproot";
885
+ value: `0x${string}`;
886
886
  }, {
887
- value: string;
888
887
  __kind: "Taproot";
888
+ value: string;
889
889
  }>, z.ZodObject<{
890
890
  __kind: z.ZodLiteral<"OtherSegwit">;
891
891
  version: z.ZodNumber;
@@ -900,76 +900,76 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
900
900
  program: string;
901
901
  }>]>;
902
902
  }, "strip", z.ZodTypeAny, {
903
+ __kind: "Btc";
903
904
  value: {
904
- value: `0x${string}`;
905
905
  __kind: "P2PKH";
906
- } | {
907
906
  value: `0x${string}`;
908
- __kind: "P2SH";
909
907
  } | {
908
+ __kind: "P2SH";
910
909
  value: `0x${string}`;
911
- __kind: "P2WPKH";
912
910
  } | {
911
+ __kind: "P2WPKH";
913
912
  value: `0x${string}`;
914
- __kind: "P2WSH";
915
913
  } | {
914
+ __kind: "P2WSH";
916
915
  value: `0x${string}`;
916
+ } | {
917
917
  __kind: "Taproot";
918
+ value: `0x${string}`;
918
919
  } | {
919
920
  __kind: "OtherSegwit";
920
921
  version: number;
921
922
  program: `0x${string}`;
922
923
  };
923
- __kind: "Btc";
924
924
  }, {
925
+ __kind: "Btc";
925
926
  value: {
926
- value: string;
927
927
  __kind: "P2PKH";
928
- } | {
929
928
  value: string;
930
- __kind: "P2SH";
931
929
  } | {
930
+ __kind: "P2SH";
932
931
  value: string;
933
- __kind: "P2WPKH";
934
932
  } | {
933
+ __kind: "P2WPKH";
935
934
  value: string;
936
- __kind: "P2WSH";
937
935
  } | {
936
+ __kind: "P2WSH";
938
937
  value: string;
938
+ } | {
939
939
  __kind: "Taproot";
940
+ value: string;
940
941
  } | {
941
942
  __kind: "OtherSegwit";
942
943
  version: number;
943
944
  program: string;
944
945
  };
945
- __kind: "Btc";
946
946
  }>, z.ZodObject<{
947
947
  __kind: z.ZodLiteral<"Arb">;
948
948
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
949
949
  }, "strip", z.ZodTypeAny, {
950
- value: `0x${string}`;
951
950
  __kind: "Arb";
951
+ value: `0x${string}`;
952
952
  }, {
953
- value: string;
954
953
  __kind: "Arb";
954
+ value: string;
955
955
  }>, z.ZodObject<{
956
956
  __kind: z.ZodLiteral<"Sol">;
957
957
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
958
958
  }, "strip", z.ZodTypeAny, {
959
- value: `0x${string}`;
960
959
  __kind: "Sol";
960
+ value: `0x${string}`;
961
961
  }, {
962
- value: string;
963
962
  __kind: "Sol";
963
+ value: string;
964
964
  }>, z.ZodObject<{
965
965
  __kind: z.ZodLiteral<"Hub">;
966
966
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
967
967
  }, "strip", z.ZodTypeAny, {
968
- value: `0x${string}`;
969
968
  __kind: "Hub";
969
+ value: `0x${string}`;
970
970
  }, {
971
- value: string;
972
971
  __kind: "Hub";
972
+ value: string;
973
973
  }>]>>>;
974
974
  }, "strip", z.ZodTypeAny, {
975
975
  channelMetadata: {
@@ -979,42 +979,42 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
979
979
  };
980
980
  sourceChain: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
981
981
  sourceAddress?: {
982
- value: `0x${string}`;
983
982
  __kind: "Eth";
984
- } | {
985
983
  value: `0x${string}`;
984
+ } | {
986
985
  __kind: "Dot";
986
+ value: `0x${string}`;
987
987
  } | {
988
+ __kind: "Btc";
988
989
  value: {
989
- value: `0x${string}`;
990
990
  __kind: "P2PKH";
991
- } | {
992
991
  value: `0x${string}`;
993
- __kind: "P2SH";
994
992
  } | {
993
+ __kind: "P2SH";
995
994
  value: `0x${string}`;
996
- __kind: "P2WPKH";
997
995
  } | {
996
+ __kind: "P2WPKH";
998
997
  value: `0x${string}`;
999
- __kind: "P2WSH";
1000
998
  } | {
999
+ __kind: "P2WSH";
1001
1000
  value: `0x${string}`;
1001
+ } | {
1002
1002
  __kind: "Taproot";
1003
+ value: `0x${string}`;
1003
1004
  } | {
1004
1005
  __kind: "OtherSegwit";
1005
1006
  version: number;
1006
1007
  program: `0x${string}`;
1007
1008
  };
1008
- __kind: "Btc";
1009
1009
  } | {
1010
- value: `0x${string}`;
1011
1010
  __kind: "Arb";
1012
- } | {
1013
1011
  value: `0x${string}`;
1014
- __kind: "Sol";
1015
1012
  } | {
1013
+ __kind: "Sol";
1016
1014
  value: `0x${string}`;
1015
+ } | {
1017
1016
  __kind: "Hub";
1017
+ value: `0x${string}`;
1018
1018
  } | null | undefined;
1019
1019
  }, {
1020
1020
  channelMetadata: {
@@ -1026,42 +1026,42 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
1026
1026
  __kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
1027
1027
  };
1028
1028
  sourceAddress?: {
1029
- value: string;
1030
1029
  __kind: "Eth";
1031
- } | {
1032
1030
  value: string;
1031
+ } | {
1033
1032
  __kind: "Dot";
1033
+ value: string;
1034
1034
  } | {
1035
+ __kind: "Btc";
1035
1036
  value: {
1036
- value: string;
1037
1037
  __kind: "P2PKH";
1038
- } | {
1039
1038
  value: string;
1040
- __kind: "P2SH";
1041
1039
  } | {
1040
+ __kind: "P2SH";
1042
1041
  value: string;
1043
- __kind: "P2WPKH";
1044
1042
  } | {
1043
+ __kind: "P2WPKH";
1045
1044
  value: string;
1046
- __kind: "P2WSH";
1047
1045
  } | {
1046
+ __kind: "P2WSH";
1048
1047
  value: string;
1048
+ } | {
1049
1049
  __kind: "Taproot";
1050
+ value: string;
1050
1051
  } | {
1051
1052
  __kind: "OtherSegwit";
1052
1053
  version: number;
1053
1054
  program: string;
1054
1055
  };
1055
- __kind: "Btc";
1056
1056
  } | {
1057
- value: string;
1058
1057
  __kind: "Arb";
1059
- } | {
1060
1058
  value: string;
1061
- __kind: "Sol";
1062
1059
  } | {
1060
+ __kind: "Sol";
1063
1061
  value: string;
1062
+ } | {
1064
1063
  __kind: "Hub";
1064
+ value: string;
1065
1065
  } | null | undefined;
1066
1066
  }>>>;
1067
1067
  txId: z.ZodEffects<z.ZodString, `0x${string}`, string>;
@@ -1091,47 +1091,47 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
1091
1091
  __kind: z.ZodLiteral<"P2PKH">;
1092
1092
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
1093
1093
  }, "strip", z.ZodTypeAny, {
1094
- value: `0x${string}`;
1095
1094
  __kind: "P2PKH";
1095
+ value: `0x${string}`;
1096
1096
  }, {
1097
- value: string;
1098
1097
  __kind: "P2PKH";
1098
+ value: string;
1099
1099
  }>, z.ZodObject<{
1100
1100
  __kind: z.ZodLiteral<"P2SH">;
1101
1101
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
1102
1102
  }, "strip", z.ZodTypeAny, {
1103
- value: `0x${string}`;
1104
1103
  __kind: "P2SH";
1104
+ value: `0x${string}`;
1105
1105
  }, {
1106
- value: string;
1107
1106
  __kind: "P2SH";
1107
+ value: string;
1108
1108
  }>, z.ZodObject<{
1109
1109
  __kind: z.ZodLiteral<"P2WPKH">;
1110
1110
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
1111
1111
  }, "strip", z.ZodTypeAny, {
1112
- value: `0x${string}`;
1113
1112
  __kind: "P2WPKH";
1113
+ value: `0x${string}`;
1114
1114
  }, {
1115
- value: string;
1116
1115
  __kind: "P2WPKH";
1116
+ value: string;
1117
1117
  }>, z.ZodObject<{
1118
1118
  __kind: z.ZodLiteral<"P2WSH">;
1119
1119
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
1120
1120
  }, "strip", z.ZodTypeAny, {
1121
- value: `0x${string}`;
1122
1121
  __kind: "P2WSH";
1122
+ value: `0x${string}`;
1123
1123
  }, {
1124
- value: string;
1125
1124
  __kind: "P2WSH";
1125
+ value: string;
1126
1126
  }>, z.ZodObject<{
1127
1127
  __kind: z.ZodLiteral<"Taproot">;
1128
1128
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
1129
1129
  }, "strip", z.ZodTypeAny, {
1130
- value: `0x${string}`;
1131
1130
  __kind: "Taproot";
1131
+ value: `0x${string}`;
1132
1132
  }, {
1133
- value: string;
1134
1133
  __kind: "Taproot";
1134
+ value: string;
1135
1135
  }>, z.ZodObject<{
1136
1136
  __kind: z.ZodLiteral<"OtherSegwit">;
1137
1137
  version: z.ZodNumber;
@@ -1148,50 +1148,50 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
1148
1148
  minPrice: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
1149
1149
  }, "strip", z.ZodTypeAny, {
1150
1150
  retryDuration: number;
1151
- minPrice: bigint;
1152
1151
  refundAddress: {
1153
- value: `0x${string}`;
1154
1152
  __kind: "P2PKH";
1155
- } | {
1156
1153
  value: `0x${string}`;
1157
- __kind: "P2SH";
1158
1154
  } | {
1155
+ __kind: "P2SH";
1159
1156
  value: `0x${string}`;
1160
- __kind: "P2WPKH";
1161
1157
  } | {
1158
+ __kind: "P2WPKH";
1162
1159
  value: `0x${string}`;
1163
- __kind: "P2WSH";
1164
1160
  } | {
1161
+ __kind: "P2WSH";
1165
1162
  value: `0x${string}`;
1163
+ } | {
1166
1164
  __kind: "Taproot";
1165
+ value: `0x${string}`;
1167
1166
  } | {
1168
1167
  __kind: "OtherSegwit";
1169
1168
  version: number;
1170
1169
  program: `0x${string}`;
1171
1170
  };
1171
+ minPrice: bigint;
1172
1172
  }, {
1173
1173
  retryDuration: number;
1174
- minPrice: string | number;
1175
1174
  refundAddress: {
1176
- value: string;
1177
1175
  __kind: "P2PKH";
1178
- } | {
1179
1176
  value: string;
1180
- __kind: "P2SH";
1181
1177
  } | {
1178
+ __kind: "P2SH";
1182
1179
  value: string;
1183
- __kind: "P2WPKH";
1184
1180
  } | {
1181
+ __kind: "P2WPKH";
1185
1182
  value: string;
1186
- __kind: "P2WSH";
1187
1183
  } | {
1184
+ __kind: "P2WSH";
1188
1185
  value: string;
1186
+ } | {
1189
1187
  __kind: "Taproot";
1188
+ value: string;
1190
1189
  } | {
1191
1190
  __kind: "OtherSegwit";
1192
1191
  version: number;
1193
1192
  program: string;
1194
1193
  };
1194
+ minPrice: string | number;
1195
1195
  }>;
1196
1196
  dcaParams: z.ZodOptional<z.ZodNullable<z.ZodObject<{
1197
1197
  numberOfChunks: z.ZodNumber;
@@ -1223,11 +1223,9 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
1223
1223
  vout: number;
1224
1224
  };
1225
1225
  };
1226
- boostFee: number;
1227
- txId: `0x${string}`;
1228
1226
  inputAsset: "Btc";
1229
1227
  depositAmount: bigint;
1230
- outputAsset: "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
1228
+ outputAsset: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
1231
1229
  destinationAddress: {
1232
1230
  readonly chain: "Ethereum";
1233
1231
  readonly address: `0x${string}`;
@@ -1247,49 +1245,51 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
1247
1245
  readonly chain: "Assethub";
1248
1246
  readonly address: string;
1249
1247
  };
1248
+ txId: `0x${string}`;
1250
1249
  affiliateFees: {
1251
1250
  account: number;
1252
1251
  bps: number;
1253
1252
  }[];
1254
1253
  refundParams: {
1255
1254
  retryDuration: number;
1256
- minPrice: bigint;
1257
1255
  refundAddress: {
1258
- value: `0x${string}`;
1259
1256
  __kind: "P2PKH";
1260
- } | {
1261
1257
  value: `0x${string}`;
1262
- __kind: "P2SH";
1263
1258
  } | {
1259
+ __kind: "P2SH";
1264
1260
  value: `0x${string}`;
1265
- __kind: "P2WPKH";
1266
1261
  } | {
1262
+ __kind: "P2WPKH";
1267
1263
  value: `0x${string}`;
1268
- __kind: "P2WSH";
1269
1264
  } | {
1265
+ __kind: "P2WSH";
1270
1266
  value: `0x${string}`;
1267
+ } | {
1271
1268
  __kind: "Taproot";
1269
+ value: `0x${string}`;
1272
1270
  } | {
1273
1271
  __kind: "OtherSegwit";
1274
1272
  version: number;
1275
1273
  program: `0x${string}`;
1276
1274
  };
1275
+ minPrice: bigint;
1277
1276
  };
1277
+ boostFee: number;
1278
1278
  depositAddress?: {
1279
- value: `0x${string}`;
1280
1279
  __kind: "P2PKH";
1281
- } | {
1282
1280
  value: `0x${string}`;
1283
- __kind: "P2SH";
1284
1281
  } | {
1282
+ __kind: "P2SH";
1285
1283
  value: `0x${string}`;
1286
- __kind: "P2WPKH";
1287
1284
  } | {
1285
+ __kind: "P2WPKH";
1288
1286
  value: `0x${string}`;
1289
- __kind: "P2WSH";
1290
1287
  } | {
1288
+ __kind: "P2WSH";
1291
1289
  value: `0x${string}`;
1290
+ } | {
1292
1291
  __kind: "Taproot";
1292
+ value: `0x${string}`;
1293
1293
  } | {
1294
1294
  __kind: "OtherSegwit";
1295
1295
  version: number;
@@ -1304,42 +1304,42 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
1304
1304
  };
1305
1305
  sourceChain: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
1306
1306
  sourceAddress?: {
1307
- value: `0x${string}`;
1308
1307
  __kind: "Eth";
1309
- } | {
1310
1308
  value: `0x${string}`;
1309
+ } | {
1311
1310
  __kind: "Dot";
1311
+ value: `0x${string}`;
1312
1312
  } | {
1313
+ __kind: "Btc";
1313
1314
  value: {
1314
- value: `0x${string}`;
1315
1315
  __kind: "P2PKH";
1316
- } | {
1317
1316
  value: `0x${string}`;
1318
- __kind: "P2SH";
1319
1317
  } | {
1318
+ __kind: "P2SH";
1320
1319
  value: `0x${string}`;
1321
- __kind: "P2WPKH";
1322
1320
  } | {
1321
+ __kind: "P2WPKH";
1323
1322
  value: `0x${string}`;
1324
- __kind: "P2WSH";
1325
1323
  } | {
1324
+ __kind: "P2WSH";
1326
1325
  value: `0x${string}`;
1326
+ } | {
1327
1327
  __kind: "Taproot";
1328
+ value: `0x${string}`;
1328
1329
  } | {
1329
1330
  __kind: "OtherSegwit";
1330
1331
  version: number;
1331
1332
  program: `0x${string}`;
1332
1333
  };
1333
- __kind: "Btc";
1334
1334
  } | {
1335
- value: `0x${string}`;
1336
1335
  __kind: "Arb";
1337
- } | {
1338
1336
  value: `0x${string}`;
1339
- __kind: "Sol";
1340
1337
  } | {
1338
+ __kind: "Sol";
1341
1339
  value: `0x${string}`;
1340
+ } | {
1342
1341
  __kind: "Hub";
1342
+ value: `0x${string}`;
1343
1343
  } | null | undefined;
1344
1344
  } | null | undefined;
1345
1345
  brokerFee?: {
@@ -1369,62 +1369,62 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
1369
1369
  vout: number;
1370
1370
  };
1371
1371
  };
1372
- boostFee: number;
1373
- txId: string;
1374
1372
  inputAsset: {
1375
1373
  __kind: "Btc";
1376
1374
  };
1377
1375
  depositAmount: string | number;
1378
1376
  outputAsset: {
1379
- __kind: "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
1377
+ __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
1380
1378
  };
1381
1379
  destinationAddress: {
1382
- value: string;
1383
1380
  __kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
1381
+ value: string;
1384
1382
  };
1383
+ txId: string;
1385
1384
  affiliateFees: {
1386
1385
  account: number;
1387
1386
  bps: number;
1388
1387
  }[];
1389
1388
  refundParams: {
1390
1389
  retryDuration: number;
1391
- minPrice: string | number;
1392
1390
  refundAddress: {
1393
- value: string;
1394
1391
  __kind: "P2PKH";
1395
- } | {
1396
1392
  value: string;
1397
- __kind: "P2SH";
1398
1393
  } | {
1394
+ __kind: "P2SH";
1399
1395
  value: string;
1400
- __kind: "P2WPKH";
1401
1396
  } | {
1397
+ __kind: "P2WPKH";
1402
1398
  value: string;
1403
- __kind: "P2WSH";
1404
1399
  } | {
1400
+ __kind: "P2WSH";
1405
1401
  value: string;
1402
+ } | {
1406
1403
  __kind: "Taproot";
1404
+ value: string;
1407
1405
  } | {
1408
1406
  __kind: "OtherSegwit";
1409
1407
  version: number;
1410
1408
  program: string;
1411
1409
  };
1410
+ minPrice: string | number;
1412
1411
  };
1412
+ boostFee: number;
1413
1413
  depositAddress?: {
1414
- value: string;
1415
1414
  __kind: "P2PKH";
1416
- } | {
1417
1415
  value: string;
1418
- __kind: "P2SH";
1419
1416
  } | {
1417
+ __kind: "P2SH";
1420
1418
  value: string;
1421
- __kind: "P2WPKH";
1422
1419
  } | {
1420
+ __kind: "P2WPKH";
1423
1421
  value: string;
1424
- __kind: "P2WSH";
1425
1422
  } | {
1423
+ __kind: "P2WSH";
1426
1424
  value: string;
1425
+ } | {
1427
1426
  __kind: "Taproot";
1427
+ value: string;
1428
1428
  } | {
1429
1429
  __kind: "OtherSegwit";
1430
1430
  version: number;
@@ -1441,42 +1441,42 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
1441
1441
  __kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
1442
1442
  };
1443
1443
  sourceAddress?: {
1444
- value: string;
1445
1444
  __kind: "Eth";
1446
- } | {
1447
1445
  value: string;
1446
+ } | {
1448
1447
  __kind: "Dot";
1448
+ value: string;
1449
1449
  } | {
1450
+ __kind: "Btc";
1450
1451
  value: {
1451
- value: string;
1452
1452
  __kind: "P2PKH";
1453
- } | {
1454
1453
  value: string;
1455
- __kind: "P2SH";
1456
1454
  } | {
1455
+ __kind: "P2SH";
1457
1456
  value: string;
1458
- __kind: "P2WPKH";
1459
1457
  } | {
1458
+ __kind: "P2WPKH";
1460
1459
  value: string;
1461
- __kind: "P2WSH";
1462
1460
  } | {
1461
+ __kind: "P2WSH";
1463
1462
  value: string;
1463
+ } | {
1464
1464
  __kind: "Taproot";
1465
+ value: string;
1465
1466
  } | {
1466
1467
  __kind: "OtherSegwit";
1467
1468
  version: number;
1468
1469
  program: string;
1469
1470
  };
1470
- __kind: "Btc";
1471
1471
  } | {
1472
- value: string;
1473
1472
  __kind: "Arb";
1474
- } | {
1475
1473
  value: string;
1476
- __kind: "Sol";
1477
1474
  } | {
1475
+ __kind: "Sol";
1478
1476
  value: string;
1477
+ } | {
1479
1478
  __kind: "Hub";
1479
+ value: string;
1480
1480
  } | null | undefined;
1481
1481
  } | null | undefined;
1482
1482
  brokerFee?: {
@@ -1509,11 +1509,9 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
1509
1509
  vout: number;
1510
1510
  };
1511
1511
  };
1512
- boostFee: number;
1513
- txId: `0x${string}`;
1514
1512
  inputAsset: "Btc";
1515
1513
  depositAmount: bigint;
1516
- outputAsset: "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
1514
+ outputAsset: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
1517
1515
  destinationAddress: {
1518
1516
  readonly chain: "Ethereum";
1519
1517
  readonly address: `0x${string}`;
@@ -1533,49 +1531,51 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
1533
1531
  readonly chain: "Assethub";
1534
1532
  readonly address: string;
1535
1533
  };
1534
+ txId: `0x${string}`;
1536
1535
  affiliateFees: {
1537
1536
  account: number;
1538
1537
  bps: number;
1539
1538
  }[];
1540
1539
  refundParams: {
1541
1540
  retryDuration: number;
1542
- minPrice: bigint;
1543
1541
  refundAddress: {
1544
- value: `0x${string}`;
1545
1542
  __kind: "P2PKH";
1546
- } | {
1547
1543
  value: `0x${string}`;
1548
- __kind: "P2SH";
1549
1544
  } | {
1545
+ __kind: "P2SH";
1550
1546
  value: `0x${string}`;
1551
- __kind: "P2WPKH";
1552
1547
  } | {
1548
+ __kind: "P2WPKH";
1553
1549
  value: `0x${string}`;
1554
- __kind: "P2WSH";
1555
1550
  } | {
1551
+ __kind: "P2WSH";
1556
1552
  value: `0x${string}`;
1553
+ } | {
1557
1554
  __kind: "Taproot";
1555
+ value: `0x${string}`;
1558
1556
  } | {
1559
1557
  __kind: "OtherSegwit";
1560
1558
  version: number;
1561
1559
  program: `0x${string}`;
1562
1560
  };
1561
+ minPrice: bigint;
1563
1562
  };
1563
+ boostFee: number;
1564
1564
  depositAddress?: {
1565
- value: `0x${string}`;
1566
1565
  __kind: "P2PKH";
1567
- } | {
1568
1566
  value: `0x${string}`;
1569
- __kind: "P2SH";
1570
1567
  } | {
1568
+ __kind: "P2SH";
1571
1569
  value: `0x${string}`;
1572
- __kind: "P2WPKH";
1573
1570
  } | {
1571
+ __kind: "P2WPKH";
1574
1572
  value: `0x${string}`;
1575
- __kind: "P2WSH";
1576
1573
  } | {
1574
+ __kind: "P2WSH";
1577
1575
  value: `0x${string}`;
1576
+ } | {
1578
1577
  __kind: "Taproot";
1578
+ value: `0x${string}`;
1579
1579
  } | {
1580
1580
  __kind: "OtherSegwit";
1581
1581
  version: number;
@@ -1590,42 +1590,42 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
1590
1590
  };
1591
1591
  sourceChain: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
1592
1592
  sourceAddress?: {
1593
- value: `0x${string}`;
1594
1593
  __kind: "Eth";
1595
- } | {
1596
1594
  value: `0x${string}`;
1595
+ } | {
1597
1596
  __kind: "Dot";
1597
+ value: `0x${string}`;
1598
1598
  } | {
1599
+ __kind: "Btc";
1599
1600
  value: {
1600
- value: `0x${string}`;
1601
1601
  __kind: "P2PKH";
1602
- } | {
1603
1602
  value: `0x${string}`;
1604
- __kind: "P2SH";
1605
1603
  } | {
1604
+ __kind: "P2SH";
1606
1605
  value: `0x${string}`;
1607
- __kind: "P2WPKH";
1608
1606
  } | {
1607
+ __kind: "P2WPKH";
1609
1608
  value: `0x${string}`;
1610
- __kind: "P2WSH";
1611
1609
  } | {
1610
+ __kind: "P2WSH";
1612
1611
  value: `0x${string}`;
1612
+ } | {
1613
1613
  __kind: "Taproot";
1614
+ value: `0x${string}`;
1614
1615
  } | {
1615
1616
  __kind: "OtherSegwit";
1616
1617
  version: number;
1617
1618
  program: `0x${string}`;
1618
1619
  };
1619
- __kind: "Btc";
1620
1620
  } | {
1621
- value: `0x${string}`;
1622
1621
  __kind: "Arb";
1623
- } | {
1624
1622
  value: `0x${string}`;
1625
- __kind: "Sol";
1626
1623
  } | {
1624
+ __kind: "Sol";
1627
1625
  value: `0x${string}`;
1626
+ } | {
1628
1627
  __kind: "Hub";
1628
+ value: `0x${string}`;
1629
1629
  } | null | undefined;
1630
1630
  } | null | undefined;
1631
1631
  brokerFee?: {
@@ -1658,62 +1658,62 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
1658
1658
  vout: number;
1659
1659
  };
1660
1660
  };
1661
- boostFee: number;
1662
- txId: string;
1663
1661
  inputAsset: {
1664
1662
  __kind: "Btc";
1665
1663
  };
1666
1664
  depositAmount: string | number;
1667
1665
  outputAsset: {
1668
- __kind: "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
1666
+ __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
1669
1667
  };
1670
1668
  destinationAddress: {
1671
- value: string;
1672
1669
  __kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
1670
+ value: string;
1673
1671
  };
1672
+ txId: string;
1674
1673
  affiliateFees: {
1675
1674
  account: number;
1676
1675
  bps: number;
1677
1676
  }[];
1678
1677
  refundParams: {
1679
1678
  retryDuration: number;
1680
- minPrice: string | number;
1681
1679
  refundAddress: {
1682
- value: string;
1683
1680
  __kind: "P2PKH";
1684
- } | {
1685
1681
  value: string;
1686
- __kind: "P2SH";
1687
1682
  } | {
1683
+ __kind: "P2SH";
1688
1684
  value: string;
1689
- __kind: "P2WPKH";
1690
1685
  } | {
1686
+ __kind: "P2WPKH";
1691
1687
  value: string;
1692
- __kind: "P2WSH";
1693
1688
  } | {
1689
+ __kind: "P2WSH";
1694
1690
  value: string;
1691
+ } | {
1695
1692
  __kind: "Taproot";
1693
+ value: string;
1696
1694
  } | {
1697
1695
  __kind: "OtherSegwit";
1698
1696
  version: number;
1699
1697
  program: string;
1700
1698
  };
1699
+ minPrice: string | number;
1701
1700
  };
1701
+ boostFee: number;
1702
1702
  depositAddress?: {
1703
- value: string;
1704
1703
  __kind: "P2PKH";
1705
- } | {
1706
1704
  value: string;
1707
- __kind: "P2SH";
1708
1705
  } | {
1706
+ __kind: "P2SH";
1709
1707
  value: string;
1710
- __kind: "P2WPKH";
1711
1708
  } | {
1709
+ __kind: "P2WPKH";
1712
1710
  value: string;
1713
- __kind: "P2WSH";
1714
1711
  } | {
1712
+ __kind: "P2WSH";
1715
1713
  value: string;
1714
+ } | {
1716
1715
  __kind: "Taproot";
1716
+ value: string;
1717
1717
  } | {
1718
1718
  __kind: "OtherSegwit";
1719
1719
  version: number;
@@ -1730,42 +1730,42 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
1730
1730
  __kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
1731
1731
  };
1732
1732
  sourceAddress?: {
1733
- value: string;
1734
1733
  __kind: "Eth";
1735
- } | {
1736
1734
  value: string;
1735
+ } | {
1737
1736
  __kind: "Dot";
1737
+ value: string;
1738
1738
  } | {
1739
+ __kind: "Btc";
1739
1740
  value: {
1740
- value: string;
1741
1741
  __kind: "P2PKH";
1742
- } | {
1743
1742
  value: string;
1744
- __kind: "P2SH";
1745
1743
  } | {
1744
+ __kind: "P2SH";
1746
1745
  value: string;
1747
- __kind: "P2WPKH";
1748
1746
  } | {
1747
+ __kind: "P2WPKH";
1749
1748
  value: string;
1750
- __kind: "P2WSH";
1751
1749
  } | {
1750
+ __kind: "P2WSH";
1752
1751
  value: string;
1752
+ } | {
1753
1753
  __kind: "Taproot";
1754
+ value: string;
1754
1755
  } | {
1755
1756
  __kind: "OtherSegwit";
1756
1757
  version: number;
1757
1758
  program: string;
1758
1759
  };
1759
- __kind: "Btc";
1760
1760
  } | {
1761
- value: string;
1762
1761
  __kind: "Arb";
1763
- } | {
1764
1762
  value: string;
1765
- __kind: "Sol";
1766
1763
  } | {
1764
+ __kind: "Sol";
1767
1765
  value: string;
1766
+ } | {
1768
1767
  __kind: "Hub";
1768
+ value: string;
1769
1769
  } | null | undefined;
1770
1770
  } | null | undefined;
1771
1771
  brokerFee?: {
@@ -1787,6 +1787,7 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
1787
1787
  } | {
1788
1788
  __kind: "TransactionRejectedByBroker";
1789
1789
  } | {
1790
+ __kind: "DepositWitnessRejected";
1790
1791
  value: {
1791
1792
  __kind: "Other";
1792
1793
  } | {
@@ -1794,11 +1795,11 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
1794
1795
  } | {
1795
1796
  __kind: "BadOrigin";
1796
1797
  } | {
1798
+ __kind: "Module";
1797
1799
  value: {
1798
1800
  index: number;
1799
1801
  error: `0x${string}`;
1800
1802
  };
1801
- __kind: "Module";
1802
1803
  } | {
1803
1804
  __kind: "ConsumerRemaining";
1804
1805
  } | {
@@ -1806,14 +1807,14 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
1806
1807
  } | {
1807
1808
  __kind: "TooManyConsumers";
1808
1809
  } | {
1809
- value: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
1810
1810
  __kind: "Token";
1811
+ value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
1811
1812
  } | {
1812
- value: "Underflow" | "Overflow" | "DivisionByZero";
1813
1813
  __kind: "Arithmetic";
1814
+ value: "Underflow" | "Overflow" | "DivisionByZero";
1814
1815
  } | {
1815
- value: "LimitReached" | "NoLayer";
1816
1816
  __kind: "Transactional";
1817
+ value: "LimitReached" | "NoLayer";
1817
1818
  } | {
1818
1819
  __kind: "Exhausted";
1819
1820
  } | {
@@ -1823,32 +1824,32 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
1823
1824
  } | {
1824
1825
  __kind: "RootNotAllowed";
1825
1826
  };
1826
- __kind: "DepositWitnessRejected";
1827
1827
  };
1828
1828
  details: {
1829
1829
  __kind: "DepositChannelBitcoin";
1830
1830
  depositWitness: {
1831
1831
  depositAddress: {
1832
- value: `0x${string}`;
1833
1832
  __kind: "P2PKH";
1834
- } | {
1835
1833
  value: `0x${string}`;
1836
- __kind: "P2SH";
1837
1834
  } | {
1835
+ __kind: "P2SH";
1838
1836
  value: `0x${string}`;
1839
- __kind: "P2WPKH";
1840
1837
  } | {
1838
+ __kind: "P2WPKH";
1841
1839
  value: `0x${string}`;
1842
- __kind: "P2WSH";
1843
1840
  } | {
1841
+ __kind: "P2WSH";
1844
1842
  value: `0x${string}`;
1843
+ } | {
1845
1844
  __kind: "Taproot";
1845
+ value: `0x${string}`;
1846
1846
  } | {
1847
1847
  __kind: "OtherSegwit";
1848
1848
  version: number;
1849
1849
  program: `0x${string}`;
1850
1850
  };
1851
1851
  asset: "Btc";
1852
+ amount: bigint;
1852
1853
  depositDetails: {
1853
1854
  depositAddress: {
1854
1855
  pubkeyX: `0x${string}`;
@@ -1867,7 +1868,6 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
1867
1868
  vout: number;
1868
1869
  };
1869
1870
  };
1870
- amount: bigint;
1871
1871
  };
1872
1872
  } | {
1873
1873
  __kind: "VaultBitcoin";
@@ -1890,11 +1890,9 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
1890
1890
  vout: number;
1891
1891
  };
1892
1892
  };
1893
- boostFee: number;
1894
- txId: `0x${string}`;
1895
1893
  inputAsset: "Btc";
1896
1894
  depositAmount: bigint;
1897
- outputAsset: "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
1895
+ outputAsset: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
1898
1896
  destinationAddress: {
1899
1897
  readonly chain: "Ethereum";
1900
1898
  readonly address: `0x${string}`;
@@ -1914,49 +1912,51 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
1914
1912
  readonly chain: "Assethub";
1915
1913
  readonly address: string;
1916
1914
  };
1915
+ txId: `0x${string}`;
1917
1916
  affiliateFees: {
1918
1917
  account: number;
1919
1918
  bps: number;
1920
1919
  }[];
1921
1920
  refundParams: {
1922
1921
  retryDuration: number;
1923
- minPrice: bigint;
1924
1922
  refundAddress: {
1925
- value: `0x${string}`;
1926
1923
  __kind: "P2PKH";
1927
- } | {
1928
1924
  value: `0x${string}`;
1929
- __kind: "P2SH";
1930
1925
  } | {
1926
+ __kind: "P2SH";
1931
1927
  value: `0x${string}`;
1932
- __kind: "P2WPKH";
1933
1928
  } | {
1929
+ __kind: "P2WPKH";
1934
1930
  value: `0x${string}`;
1935
- __kind: "P2WSH";
1936
1931
  } | {
1932
+ __kind: "P2WSH";
1937
1933
  value: `0x${string}`;
1934
+ } | {
1938
1935
  __kind: "Taproot";
1936
+ value: `0x${string}`;
1939
1937
  } | {
1940
1938
  __kind: "OtherSegwit";
1941
1939
  version: number;
1942
1940
  program: `0x${string}`;
1943
1941
  };
1942
+ minPrice: bigint;
1944
1943
  };
1944
+ boostFee: number;
1945
1945
  depositAddress?: {
1946
- value: `0x${string}`;
1947
1946
  __kind: "P2PKH";
1948
- } | {
1949
1947
  value: `0x${string}`;
1950
- __kind: "P2SH";
1951
1948
  } | {
1949
+ __kind: "P2SH";
1952
1950
  value: `0x${string}`;
1953
- __kind: "P2WPKH";
1954
1951
  } | {
1952
+ __kind: "P2WPKH";
1955
1953
  value: `0x${string}`;
1956
- __kind: "P2WSH";
1957
1954
  } | {
1955
+ __kind: "P2WSH";
1958
1956
  value: `0x${string}`;
1957
+ } | {
1959
1958
  __kind: "Taproot";
1959
+ value: `0x${string}`;
1960
1960
  } | {
1961
1961
  __kind: "OtherSegwit";
1962
1962
  version: number;
@@ -1971,42 +1971,42 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
1971
1971
  };
1972
1972
  sourceChain: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
1973
1973
  sourceAddress?: {
1974
- value: `0x${string}`;
1975
1974
  __kind: "Eth";
1976
- } | {
1977
1975
  value: `0x${string}`;
1976
+ } | {
1978
1977
  __kind: "Dot";
1978
+ value: `0x${string}`;
1979
1979
  } | {
1980
+ __kind: "Btc";
1980
1981
  value: {
1981
- value: `0x${string}`;
1982
1982
  __kind: "P2PKH";
1983
- } | {
1984
1983
  value: `0x${string}`;
1985
- __kind: "P2SH";
1986
1984
  } | {
1985
+ __kind: "P2SH";
1987
1986
  value: `0x${string}`;
1988
- __kind: "P2WPKH";
1989
1987
  } | {
1988
+ __kind: "P2WPKH";
1990
1989
  value: `0x${string}`;
1991
- __kind: "P2WSH";
1992
1990
  } | {
1991
+ __kind: "P2WSH";
1993
1992
  value: `0x${string}`;
1993
+ } | {
1994
1994
  __kind: "Taproot";
1995
+ value: `0x${string}`;
1995
1996
  } | {
1996
1997
  __kind: "OtherSegwit";
1997
1998
  version: number;
1998
1999
  program: `0x${string}`;
1999
2000
  };
2000
- __kind: "Btc";
2001
2001
  } | {
2002
- value: `0x${string}`;
2003
2002
  __kind: "Arb";
2004
- } | {
2005
2003
  value: `0x${string}`;
2006
- __kind: "Sol";
2007
2004
  } | {
2005
+ __kind: "Sol";
2008
2006
  value: `0x${string}`;
2007
+ } | {
2009
2008
  __kind: "Hub";
2009
+ value: `0x${string}`;
2010
2010
  } | null | undefined;
2011
2011
  } | null | undefined;
2012
2012
  brokerFee?: {
@@ -2028,6 +2028,7 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
2028
2028
  } | {
2029
2029
  __kind: "TransactionRejectedByBroker";
2030
2030
  } | {
2031
+ __kind: "DepositWitnessRejected";
2031
2032
  value: {
2032
2033
  __kind: "Other";
2033
2034
  } | {
@@ -2035,11 +2036,11 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
2035
2036
  } | {
2036
2037
  __kind: "BadOrigin";
2037
2038
  } | {
2039
+ __kind: "Module";
2038
2040
  value: {
2039
2041
  index: number;
2040
2042
  error: string;
2041
2043
  };
2042
- __kind: "Module";
2043
2044
  } | {
2044
2045
  __kind: "ConsumerRemaining";
2045
2046
  } | {
@@ -2047,20 +2048,20 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
2047
2048
  } | {
2048
2049
  __kind: "TooManyConsumers";
2049
2050
  } | {
2051
+ __kind: "Token";
2050
2052
  value: {
2051
- __kind: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
2053
+ __kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
2052
2054
  };
2053
- __kind: "Token";
2054
2055
  } | {
2056
+ __kind: "Arithmetic";
2055
2057
  value: {
2056
2058
  __kind: "Underflow" | "Overflow" | "DivisionByZero";
2057
2059
  };
2058
- __kind: "Arithmetic";
2059
2060
  } | {
2061
+ __kind: "Transactional";
2060
2062
  value: {
2061
2063
  __kind: "LimitReached" | "NoLayer";
2062
2064
  };
2063
- __kind: "Transactional";
2064
2065
  } | {
2065
2066
  __kind: "Exhausted";
2066
2067
  } | {
@@ -2070,26 +2071,25 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
2070
2071
  } | {
2071
2072
  __kind: "RootNotAllowed";
2072
2073
  };
2073
- __kind: "DepositWitnessRejected";
2074
2074
  };
2075
2075
  details: {
2076
2076
  __kind: "DepositChannelBitcoin";
2077
2077
  depositWitness: {
2078
2078
  depositAddress: {
2079
- value: string;
2080
2079
  __kind: "P2PKH";
2081
- } | {
2082
2080
  value: string;
2083
- __kind: "P2SH";
2084
2081
  } | {
2082
+ __kind: "P2SH";
2085
2083
  value: string;
2086
- __kind: "P2WPKH";
2087
2084
  } | {
2085
+ __kind: "P2WPKH";
2088
2086
  value: string;
2089
- __kind: "P2WSH";
2090
2087
  } | {
2088
+ __kind: "P2WSH";
2091
2089
  value: string;
2090
+ } | {
2092
2091
  __kind: "Taproot";
2092
+ value: string;
2093
2093
  } | {
2094
2094
  __kind: "OtherSegwit";
2095
2095
  version: number;
@@ -2098,6 +2098,7 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
2098
2098
  asset: {
2099
2099
  __kind: "Btc";
2100
2100
  };
2101
+ amount: string | number;
2101
2102
  depositDetails: {
2102
2103
  depositAddress: {
2103
2104
  pubkeyX: string;
@@ -2116,7 +2117,6 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
2116
2117
  vout: number;
2117
2118
  };
2118
2119
  };
2119
- amount: string | number;
2120
2120
  };
2121
2121
  } | {
2122
2122
  __kind: "VaultBitcoin";
@@ -2139,62 +2139,62 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
2139
2139
  vout: number;
2140
2140
  };
2141
2141
  };
2142
- boostFee: number;
2143
- txId: string;
2144
2142
  inputAsset: {
2145
2143
  __kind: "Btc";
2146
2144
  };
2147
2145
  depositAmount: string | number;
2148
2146
  outputAsset: {
2149
- __kind: "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
2147
+ __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
2150
2148
  };
2151
2149
  destinationAddress: {
2152
- value: string;
2153
2150
  __kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
2151
+ value: string;
2154
2152
  };
2153
+ txId: string;
2155
2154
  affiliateFees: {
2156
2155
  account: number;
2157
2156
  bps: number;
2158
2157
  }[];
2159
2158
  refundParams: {
2160
2159
  retryDuration: number;
2161
- minPrice: string | number;
2162
2160
  refundAddress: {
2163
- value: string;
2164
2161
  __kind: "P2PKH";
2165
- } | {
2166
2162
  value: string;
2167
- __kind: "P2SH";
2168
2163
  } | {
2164
+ __kind: "P2SH";
2169
2165
  value: string;
2170
- __kind: "P2WPKH";
2171
2166
  } | {
2167
+ __kind: "P2WPKH";
2172
2168
  value: string;
2173
- __kind: "P2WSH";
2174
2169
  } | {
2170
+ __kind: "P2WSH";
2175
2171
  value: string;
2172
+ } | {
2176
2173
  __kind: "Taproot";
2174
+ value: string;
2177
2175
  } | {
2178
2176
  __kind: "OtherSegwit";
2179
2177
  version: number;
2180
2178
  program: string;
2181
2179
  };
2180
+ minPrice: string | number;
2182
2181
  };
2182
+ boostFee: number;
2183
2183
  depositAddress?: {
2184
- value: string;
2185
2184
  __kind: "P2PKH";
2186
- } | {
2187
2185
  value: string;
2188
- __kind: "P2SH";
2189
2186
  } | {
2187
+ __kind: "P2SH";
2190
2188
  value: string;
2191
- __kind: "P2WPKH";
2192
2189
  } | {
2190
+ __kind: "P2WPKH";
2193
2191
  value: string;
2194
- __kind: "P2WSH";
2195
2192
  } | {
2193
+ __kind: "P2WSH";
2196
2194
  value: string;
2195
+ } | {
2197
2196
  __kind: "Taproot";
2197
+ value: string;
2198
2198
  } | {
2199
2199
  __kind: "OtherSegwit";
2200
2200
  version: number;
@@ -2211,42 +2211,42 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
2211
2211
  __kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
2212
2212
  };
2213
2213
  sourceAddress?: {
2214
- value: string;
2215
2214
  __kind: "Eth";
2216
- } | {
2217
2215
  value: string;
2216
+ } | {
2218
2217
  __kind: "Dot";
2218
+ value: string;
2219
2219
  } | {
2220
+ __kind: "Btc";
2220
2221
  value: {
2221
- value: string;
2222
2222
  __kind: "P2PKH";
2223
- } | {
2224
2223
  value: string;
2225
- __kind: "P2SH";
2226
2224
  } | {
2225
+ __kind: "P2SH";
2227
2226
  value: string;
2228
- __kind: "P2WPKH";
2229
2227
  } | {
2228
+ __kind: "P2WPKH";
2230
2229
  value: string;
2231
- __kind: "P2WSH";
2232
2230
  } | {
2231
+ __kind: "P2WSH";
2233
2232
  value: string;
2233
+ } | {
2234
2234
  __kind: "Taproot";
2235
+ value: string;
2235
2236
  } | {
2236
2237
  __kind: "OtherSegwit";
2237
2238
  version: number;
2238
2239
  program: string;
2239
2240
  };
2240
- __kind: "Btc";
2241
2241
  } | {
2242
- value: string;
2243
2242
  __kind: "Arb";
2244
- } | {
2245
2243
  value: string;
2246
- __kind: "Sol";
2247
2244
  } | {
2245
+ __kind: "Sol";
2248
2246
  value: string;
2247
+ } | {
2249
2248
  __kind: "Hub";
2249
+ value: string;
2250
2250
  } | null | undefined;
2251
2251
  } | null | undefined;
2252
2252
  brokerFee?: {