@chainflip/processor 2.2.0-alpha.7 → 2.2.0-beta.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1249) hide show
  1. package/dist/100/bitcoinBroadcaster/broadcastCallbackExecuted.d.cts +56 -56
  2. package/dist/100/bitcoinBroadcaster/broadcastCallbackExecuted.d.mts +56 -56
  3. package/dist/100/bitcoinBroadcaster/transactionFeeDeficitRecorded.d.cts +40 -40
  4. package/dist/100/bitcoinBroadcaster/transactionFeeDeficitRecorded.d.mts +40 -40
  5. package/dist/100/bitcoinBroadcaster/transactionFeeDeficitRefused.d.cts +40 -40
  6. package/dist/100/bitcoinBroadcaster/transactionFeeDeficitRefused.d.mts +40 -40
  7. package/dist/100/bitcoinIngressEgress/ccmBroadcastRequested.d.cts +4 -4
  8. package/dist/100/bitcoinIngressEgress/ccmBroadcastRequested.d.mts +4 -4
  9. package/dist/100/bitcoinIngressEgress/ccmEgressInvalid.d.cts +40 -40
  10. package/dist/100/bitcoinIngressEgress/ccmEgressInvalid.d.mts +40 -40
  11. package/dist/100/bitcoinIngressEgress/depositIgnored.d.cts +48 -48
  12. package/dist/100/bitcoinIngressEgress/depositIgnored.d.mts +48 -48
  13. package/dist/100/bitcoinIngressEgress/depositReceived.d.cts +48 -48
  14. package/dist/100/bitcoinIngressEgress/depositReceived.d.mts +48 -48
  15. package/dist/100/bitcoinIngressEgress/depositWitnessRejected.d.cts +108 -108
  16. package/dist/100/bitcoinIngressEgress/depositWitnessRejected.d.mts +108 -108
  17. package/dist/100/bitcoinIngressEgress/egressScheduled.d.cts +40 -40
  18. package/dist/100/bitcoinIngressEgress/egressScheduled.d.mts +40 -40
  19. package/dist/100/bitcoinIngressEgress/vaultTransferFailed.d.cts +40 -40
  20. package/dist/100/bitcoinIngressEgress/vaultTransferFailed.d.mts +40 -40
  21. package/dist/100/bitcoinThresholdSigner/currentKeyUnavailable.d.cts +4 -4
  22. package/dist/100/bitcoinThresholdSigner/currentKeyUnavailable.d.mts +4 -4
  23. package/dist/100/bitcoinThresholdSigner/failureReportProcessed.d.cts +4 -4
  24. package/dist/100/bitcoinThresholdSigner/failureReportProcessed.d.mts +4 -4
  25. package/dist/100/bitcoinThresholdSigner/retryRequested.d.cts +4 -4
  26. package/dist/100/bitcoinThresholdSigner/retryRequested.d.mts +4 -4
  27. package/dist/100/bitcoinThresholdSigner/signersUnavailable.d.cts +4 -4
  28. package/dist/100/bitcoinThresholdSigner/signersUnavailable.d.mts +4 -4
  29. package/dist/100/bitcoinThresholdSigner/thresholdDispatchComplete.d.cts +64 -64
  30. package/dist/100/bitcoinThresholdSigner/thresholdDispatchComplete.d.mts +64 -64
  31. package/dist/100/bitcoinThresholdSigner/thresholdSignatureFailed.d.cts +4 -4
  32. package/dist/100/bitcoinThresholdSigner/thresholdSignatureFailed.d.mts +4 -4
  33. package/dist/100/bitcoinThresholdSigner/thresholdSignatureRequest.d.cts +4 -4
  34. package/dist/100/bitcoinThresholdSigner/thresholdSignatureRequest.d.mts +4 -4
  35. package/dist/100/bitcoinThresholdSigner/thresholdSignatureSuccess.d.cts +4 -4
  36. package/dist/100/bitcoinThresholdSigner/thresholdSignatureSuccess.d.mts +4 -4
  37. package/dist/100/common.d.cts +249 -249
  38. package/dist/100/common.d.mts +249 -249
  39. package/dist/100/environment/runtimeSafeModeUpdated.d.cts +24 -24
  40. package/dist/100/environment/runtimeSafeModeUpdated.d.mts +24 -24
  41. package/dist/100/ethereumBroadcaster/broadcastCallbackExecuted.d.cts +56 -56
  42. package/dist/100/ethereumBroadcaster/broadcastCallbackExecuted.d.mts +56 -56
  43. package/dist/100/ethereumIngressEgress/ccmBroadcastRequested.d.cts +4 -4
  44. package/dist/100/ethereumIngressEgress/ccmBroadcastRequested.d.mts +4 -4
  45. package/dist/100/ethereumIngressEgress/ccmEgressInvalid.d.cts +40 -40
  46. package/dist/100/ethereumIngressEgress/ccmEgressInvalid.d.mts +40 -40
  47. package/dist/100/ethereumIngressEgress/depositIgnored.d.cts +4 -4
  48. package/dist/100/ethereumIngressEgress/depositIgnored.d.mts +4 -4
  49. package/dist/100/ethereumIngressEgress/depositReceived.d.cts +4 -4
  50. package/dist/100/ethereumIngressEgress/depositReceived.d.mts +4 -4
  51. package/dist/100/ethereumIngressEgress/depositWitnessRejected.d.cts +40 -40
  52. package/dist/100/ethereumIngressEgress/depositWitnessRejected.d.mts +40 -40
  53. package/dist/100/ethereumThresholdSigner/currentKeyUnavailable.d.cts +4 -4
  54. package/dist/100/ethereumThresholdSigner/currentKeyUnavailable.d.mts +4 -4
  55. package/dist/100/ethereumThresholdSigner/failureReportProcessed.d.cts +4 -4
  56. package/dist/100/ethereumThresholdSigner/failureReportProcessed.d.mts +4 -4
  57. package/dist/100/ethereumThresholdSigner/retryRequested.d.cts +4 -4
  58. package/dist/100/ethereumThresholdSigner/retryRequested.d.mts +4 -4
  59. package/dist/100/ethereumThresholdSigner/signersUnavailable.d.cts +4 -4
  60. package/dist/100/ethereumThresholdSigner/signersUnavailable.d.mts +4 -4
  61. package/dist/100/ethereumThresholdSigner/thresholdDispatchComplete.d.cts +64 -64
  62. package/dist/100/ethereumThresholdSigner/thresholdDispatchComplete.d.mts +64 -64
  63. package/dist/100/ethereumThresholdSigner/thresholdSignatureFailed.d.cts +4 -4
  64. package/dist/100/ethereumThresholdSigner/thresholdSignatureFailed.d.mts +4 -4
  65. package/dist/100/ethereumThresholdSigner/thresholdSignatureRequest.d.cts +4 -4
  66. package/dist/100/ethereumThresholdSigner/thresholdSignatureRequest.d.mts +4 -4
  67. package/dist/100/ethereumThresholdSigner/thresholdSignatureSuccess.d.cts +4 -4
  68. package/dist/100/ethereumThresholdSigner/thresholdSignatureSuccess.d.mts +4 -4
  69. package/dist/100/flip/remainingImbalance.d.cts +44 -44
  70. package/dist/100/flip/remainingImbalance.d.mts +44 -44
  71. package/dist/100/funding/boundExecutorAddress.d.cts +4 -4
  72. package/dist/100/funding/boundExecutorAddress.d.mts +4 -4
  73. package/dist/100/funding/boundRedeemAddress.d.cts +4 -4
  74. package/dist/100/funding/boundRedeemAddress.d.mts +4 -4
  75. package/dist/100/funding/failedFundingAttempt.d.cts +4 -4
  76. package/dist/100/funding/failedFundingAttempt.d.mts +4 -4
  77. package/dist/100/funding/funded.d.cts +4 -4
  78. package/dist/100/funding/funded.d.mts +4 -4
  79. package/dist/100/funding/redemptionRequested.d.cts +8 -8
  80. package/dist/100/funding/redemptionRequested.d.mts +8 -8
  81. package/dist/100/governance/failedExecution.d.cts +16 -16
  82. package/dist/100/governance/failedExecution.d.mts +16 -16
  83. package/dist/100/governance/govKeyCallExecutionFailed.d.cts +32 -32
  84. package/dist/100/governance/govKeyCallExecutionFailed.d.mts +32 -32
  85. package/dist/100/liquidityPools/assetSwapped.d.cts +24 -24
  86. package/dist/100/liquidityPools/assetSwapped.d.mts +24 -24
  87. package/dist/100/liquidityPools/limitOrderUpdated.d.cts +40 -40
  88. package/dist/100/liquidityPools/limitOrderUpdated.d.mts +40 -40
  89. package/dist/100/liquidityPools/newPoolCreated.d.cts +24 -24
  90. package/dist/100/liquidityPools/newPoolCreated.d.mts +24 -24
  91. package/dist/100/liquidityPools/poolFeeSet.d.cts +24 -24
  92. package/dist/100/liquidityPools/poolFeeSet.d.mts +24 -24
  93. package/dist/100/liquidityPools/poolStateUpdated.d.cts +24 -24
  94. package/dist/100/liquidityPools/poolStateUpdated.d.mts +24 -24
  95. package/dist/100/liquidityPools/rangeOrderUpdated.d.cts +40 -40
  96. package/dist/100/liquidityPools/rangeOrderUpdated.d.mts +40 -40
  97. package/dist/100/liquidityProvider/accountCredited.d.cts +12 -12
  98. package/dist/100/liquidityProvider/accountCredited.d.mts +12 -12
  99. package/dist/100/liquidityProvider/accountDebited.d.cts +12 -12
  100. package/dist/100/liquidityProvider/accountDebited.d.mts +12 -12
  101. package/dist/100/liquidityProvider/liquidityDepositAddressReady.d.cts +30 -30
  102. package/dist/100/liquidityProvider/liquidityDepositAddressReady.d.mts +30 -30
  103. package/dist/100/liquidityProvider/liquidityRefundAddressRegistered.d.cts +88 -88
  104. package/dist/100/liquidityProvider/liquidityRefundAddressRegistered.d.mts +88 -88
  105. package/dist/100/liquidityProvider/withdrawalEgressScheduled.d.cts +28 -28
  106. package/dist/100/liquidityProvider/withdrawalEgressScheduled.d.mts +28 -28
  107. package/dist/100/polkadotBroadcaster/broadcastCallbackExecuted.d.cts +56 -56
  108. package/dist/100/polkadotBroadcaster/broadcastCallbackExecuted.d.mts +56 -56
  109. package/dist/100/polkadotIngressEgress/ccmBroadcastRequested.d.cts +4 -4
  110. package/dist/100/polkadotIngressEgress/ccmBroadcastRequested.d.mts +4 -4
  111. package/dist/100/polkadotIngressEgress/ccmEgressInvalid.d.cts +40 -40
  112. package/dist/100/polkadotIngressEgress/ccmEgressInvalid.d.mts +40 -40
  113. package/dist/100/polkadotIngressEgress/depositIgnored.d.cts +4 -4
  114. package/dist/100/polkadotIngressEgress/depositIgnored.d.mts +4 -4
  115. package/dist/100/polkadotIngressEgress/depositReceived.d.cts +4 -4
  116. package/dist/100/polkadotIngressEgress/depositReceived.d.mts +4 -4
  117. package/dist/100/polkadotIngressEgress/depositWitnessRejected.d.cts +40 -40
  118. package/dist/100/polkadotIngressEgress/depositWitnessRejected.d.mts +40 -40
  119. package/dist/100/polkadotThresholdSigner/currentKeyUnavailable.d.cts +4 -4
  120. package/dist/100/polkadotThresholdSigner/currentKeyUnavailable.d.mts +4 -4
  121. package/dist/100/polkadotThresholdSigner/failureReportProcessed.d.cts +4 -4
  122. package/dist/100/polkadotThresholdSigner/failureReportProcessed.d.mts +4 -4
  123. package/dist/100/polkadotThresholdSigner/retryRequested.d.cts +4 -4
  124. package/dist/100/polkadotThresholdSigner/retryRequested.d.mts +4 -4
  125. package/dist/100/polkadotThresholdSigner/signersUnavailable.d.cts +4 -4
  126. package/dist/100/polkadotThresholdSigner/signersUnavailable.d.mts +4 -4
  127. package/dist/100/polkadotThresholdSigner/thresholdDispatchComplete.d.cts +64 -64
  128. package/dist/100/polkadotThresholdSigner/thresholdDispatchComplete.d.mts +64 -64
  129. package/dist/100/polkadotThresholdSigner/thresholdSignatureFailed.d.cts +4 -4
  130. package/dist/100/polkadotThresholdSigner/thresholdSignatureFailed.d.mts +4 -4
  131. package/dist/100/polkadotThresholdSigner/thresholdSignatureRequest.d.cts +4 -4
  132. package/dist/100/polkadotThresholdSigner/thresholdSignatureRequest.d.mts +4 -4
  133. package/dist/100/polkadotThresholdSigner/thresholdSignatureSuccess.d.cts +4 -4
  134. package/dist/100/polkadotThresholdSigner/thresholdSignatureSuccess.d.mts +4 -4
  135. package/dist/100/swapping/batchSwapFailed.d.cts +12 -12
  136. package/dist/100/swapping/batchSwapFailed.d.mts +12 -12
  137. package/dist/100/swapping/ccmDepositReceived.d.cts +128 -128
  138. package/dist/100/swapping/ccmDepositReceived.d.mts +128 -128
  139. package/dist/100/swapping/ccmFailed.d.cts +124 -124
  140. package/dist/100/swapping/ccmFailed.d.mts +124 -124
  141. package/dist/100/swapping/minimumSwapAmountSet.d.cts +12 -12
  142. package/dist/100/swapping/minimumSwapAmountSet.d.mts +12 -12
  143. package/dist/100/swapping/swapAmountTooLow.d.cts +38 -38
  144. package/dist/100/swapping/swapAmountTooLow.d.mts +38 -38
  145. package/dist/100/swapping/swapDepositAddressReady.d.cts +44 -44
  146. package/dist/100/swapping/swapDepositAddressReady.d.mts +44 -44
  147. package/dist/100/swapping/swapEgressScheduled.d.cts +20 -20
  148. package/dist/100/swapping/swapEgressScheduled.d.mts +20 -20
  149. package/dist/100/swapping/swapExecuted.d.cts +30 -30
  150. package/dist/100/swapping/swapExecuted.d.mts +30 -30
  151. package/dist/100/swapping/swapScheduled.d.cts +196 -196
  152. package/dist/100/swapping/swapScheduled.d.mts +196 -196
  153. package/dist/100/swapping/withdrawalRequested.d.cts +16 -16
  154. package/dist/100/swapping/withdrawalRequested.d.mts +16 -16
  155. package/dist/100/system/extrinsicFailed.d.cts +66 -66
  156. package/dist/100/system/extrinsicFailed.d.mts +66 -66
  157. package/dist/100/tokenholderGovernance/proposalEnacted.d.cts +16 -16
  158. package/dist/100/tokenholderGovernance/proposalEnacted.d.mts +16 -16
  159. package/dist/100/tokenholderGovernance/proposalPassed.d.cts +16 -16
  160. package/dist/100/tokenholderGovernance/proposalPassed.d.mts +16 -16
  161. package/dist/100/tokenholderGovernance/proposalRejected.d.cts +16 -16
  162. package/dist/100/tokenholderGovernance/proposalRejected.d.mts +16 -16
  163. package/dist/100/tokenholderGovernance/proposalSubmitted.d.cts +16 -16
  164. package/dist/100/tokenholderGovernance/proposalSubmitted.d.mts +16 -16
  165. package/dist/100/validator/rotationPhaseUpdated.d.cts +40 -40
  166. package/dist/100/validator/rotationPhaseUpdated.d.mts +40 -40
  167. package/dist/100/witnesser/witnessExecutionFailed.d.cts +32 -32
  168. package/dist/100/witnesser/witnessExecutionFailed.d.mts +32 -32
  169. package/dist/11000/arbitrumIngressEgress/ccmEgressInvalid.d.cts +214 -214
  170. package/dist/11000/arbitrumIngressEgress/ccmEgressInvalid.d.mts +214 -214
  171. package/dist/11000/arbitrumIngressEgress/depositFailed.d.cts +370 -370
  172. package/dist/11000/arbitrumIngressEgress/depositFailed.d.mts +370 -370
  173. package/dist/11000/arbitrumIngressEgress/failedToBuildAllBatchCall.d.cts +206 -206
  174. package/dist/11000/arbitrumIngressEgress/failedToBuildAllBatchCall.d.mts +206 -206
  175. package/dist/11000/assethubIngressEgress/ccmEgressInvalid.d.cts +214 -214
  176. package/dist/11000/assethubIngressEgress/ccmEgressInvalid.d.mts +214 -214
  177. package/dist/11000/assethubIngressEgress/depositFailed.d.cts +408 -408
  178. package/dist/11000/assethubIngressEgress/depositFailed.d.mts +408 -408
  179. package/dist/11000/assethubIngressEgress/failedToBuildAllBatchCall.d.cts +206 -206
  180. package/dist/11000/assethubIngressEgress/failedToBuildAllBatchCall.d.mts +206 -206
  181. package/dist/11000/bitcoinIngressEgress/ccmEgressInvalid.d.cts +214 -214
  182. package/dist/11000/bitcoinIngressEgress/ccmEgressInvalid.d.mts +214 -214
  183. package/dist/11000/bitcoinIngressEgress/depositFailed.d.cts +631 -631
  184. package/dist/11000/bitcoinIngressEgress/depositFailed.d.mts +631 -631
  185. package/dist/11000/bitcoinIngressEgress/failedToBuildAllBatchCall.d.cts +206 -206
  186. package/dist/11000/bitcoinIngressEgress/failedToBuildAllBatchCall.d.mts +206 -206
  187. package/dist/11000/bitcoinIngressEgress/invalidCcmRefunded.d.cts +40 -40
  188. package/dist/11000/bitcoinIngressEgress/invalidCcmRefunded.d.mts +40 -40
  189. package/dist/11000/common.d.cts +2445 -2445
  190. package/dist/11000/common.d.mts +2445 -2445
  191. package/dist/11000/environment/runtimeSafeModeUpdated.d.cts +24 -24
  192. package/dist/11000/environment/runtimeSafeModeUpdated.d.mts +24 -24
  193. package/dist/11000/ethereumIngressEgress/ccmEgressInvalid.d.cts +214 -214
  194. package/dist/11000/ethereumIngressEgress/ccmEgressInvalid.d.mts +214 -214
  195. package/dist/11000/ethereumIngressEgress/depositFailed.d.cts +370 -370
  196. package/dist/11000/ethereumIngressEgress/depositFailed.d.mts +370 -370
  197. package/dist/11000/ethereumIngressEgress/failedToBuildAllBatchCall.d.cts +206 -206
  198. package/dist/11000/ethereumIngressEgress/failedToBuildAllBatchCall.d.mts +206 -206
  199. package/dist/11000/lendingPools/boostFundsAdded.d.cts +16 -16
  200. package/dist/11000/lendingPools/boostFundsAdded.d.mts +16 -16
  201. package/dist/11000/lendingPools/boostPoolCreated.d.cts +16 -16
  202. package/dist/11000/lendingPools/boostPoolCreated.d.mts +16 -16
  203. package/dist/11000/lendingPools/stoppedBoosting.d.cts +16 -16
  204. package/dist/11000/lendingPools/stoppedBoosting.d.mts +16 -16
  205. package/dist/11000/polkadotIngressEgress/ccmEgressInvalid.d.cts +214 -214
  206. package/dist/11000/polkadotIngressEgress/ccmEgressInvalid.d.mts +214 -214
  207. package/dist/11000/polkadotIngressEgress/depositFailed.d.cts +408 -408
  208. package/dist/11000/polkadotIngressEgress/depositFailed.d.mts +408 -408
  209. package/dist/11000/polkadotIngressEgress/failedToBuildAllBatchCall.d.cts +206 -206
  210. package/dist/11000/polkadotIngressEgress/failedToBuildAllBatchCall.d.mts +206 -206
  211. package/dist/11000/solanaElections/unknownElection.d.cts +8 -8
  212. package/dist/11000/solanaElections/unknownElection.d.mts +8 -8
  213. package/dist/11000/solanaIngressEgress/ccmEgressInvalid.d.cts +214 -214
  214. package/dist/11000/solanaIngressEgress/ccmEgressInvalid.d.mts +214 -214
  215. package/dist/11000/solanaIngressEgress/depositFailed.d.cts +370 -370
  216. package/dist/11000/solanaIngressEgress/depositFailed.d.mts +370 -370
  217. package/dist/11000/solanaIngressEgress/failedToBuildAllBatchCall.d.cts +206 -206
  218. package/dist/11000/solanaIngressEgress/failedToBuildAllBatchCall.d.mts +206 -206
  219. package/dist/11000/swapping/palletConfigUpdated.d.cts +64 -64
  220. package/dist/11000/swapping/palletConfigUpdated.d.mts +64 -64
  221. package/dist/11000/swapping/refundEgressScheduled.d.cts +32 -32
  222. package/dist/11000/swapping/refundEgressScheduled.d.mts +32 -32
  223. package/dist/11000/swapping/refundedOnChain.d.cts +16 -16
  224. package/dist/11000/swapping/refundedOnChain.d.mts +16 -16
  225. package/dist/11000/swapping/swapDepositAddressReady.d.cts +108 -108
  226. package/dist/11000/swapping/swapDepositAddressReady.d.mts +108 -108
  227. package/dist/11000/swapping/swapRequested.d.cts +212 -212
  228. package/dist/11000/swapping/swapRequested.d.mts +212 -212
  229. package/dist/11000/tradingStrategy/strategyDeployed.d.cts +48 -48
  230. package/dist/11000/tradingStrategy/strategyDeployed.d.mts +48 -48
  231. package/dist/111/bitcoinIngressEgress/transferFallbackRequested.d.cts +40 -40
  232. package/dist/111/bitcoinIngressEgress/transferFallbackRequested.d.mts +40 -40
  233. package/dist/111/common.d.cts +30 -30
  234. package/dist/111/common.d.mts +30 -30
  235. package/dist/111/liquidityPools/limitOrderUpdated.d.cts +50 -50
  236. package/dist/111/liquidityPools/limitOrderUpdated.d.mts +50 -50
  237. package/dist/111/liquidityPools/newPoolCreated.d.cts +24 -24
  238. package/dist/111/liquidityPools/newPoolCreated.d.mts +24 -24
  239. package/dist/111/liquidityPools/poolFeeSet.d.cts +24 -24
  240. package/dist/111/liquidityPools/poolFeeSet.d.mts +24 -24
  241. package/dist/111/liquidityPools/rangeOrderUpdated.d.cts +58 -58
  242. package/dist/111/liquidityPools/rangeOrderUpdated.d.mts +58 -58
  243. package/dist/111/liquidityPools/scheduledLimitOrderUpdateDispatchFailure.d.cts +36 -36
  244. package/dist/111/liquidityPools/scheduledLimitOrderUpdateDispatchFailure.d.mts +36 -36
  245. package/dist/11100/arbitrumIngressEgress/depositFailed.d.cts +44 -44
  246. package/dist/11100/arbitrumIngressEgress/depositFailed.d.mts +44 -44
  247. package/dist/11100/assethubIngressEgress/depositFailed.d.cts +80 -80
  248. package/dist/11100/assethubIngressEgress/depositFailed.d.mts +80 -80
  249. package/dist/11100/bitcoinIngressEgress/depositFailed.d.cts +76 -76
  250. package/dist/11100/bitcoinIngressEgress/depositFailed.d.mts +76 -76
  251. package/dist/11100/common.d.cts +370 -370
  252. package/dist/11100/common.d.mts +370 -370
  253. package/dist/11100/environment/runtimeSafeModeUpdated.d.cts +120 -120
  254. package/dist/11100/environment/runtimeSafeModeUpdated.d.mts +120 -120
  255. package/dist/11100/ethereumIngressEgress/depositFailed.d.cts +44 -44
  256. package/dist/11100/ethereumIngressEgress/depositFailed.d.mts +44 -44
  257. package/dist/11100/funding/sCCallCannotBeDecoded.d.cts +4 -4
  258. package/dist/11100/funding/sCCallCannotBeDecoded.d.mts +4 -4
  259. package/dist/11100/funding/sCCallCannotBeExecuted.d.cts +4 -4
  260. package/dist/11100/funding/sCCallCannotBeExecuted.d.mts +4 -4
  261. package/dist/11100/funding/sCCallExecuted.d.cts +4 -4
  262. package/dist/11100/funding/sCCallExecuted.d.mts +4 -4
  263. package/dist/11100/lendingPools/collateralAdded.d.cts +24 -24
  264. package/dist/11100/lendingPools/collateralAdded.d.mts +24 -24
  265. package/dist/11100/lendingPools/collateralRemoved.d.cts +24 -24
  266. package/dist/11100/lendingPools/collateralRemoved.d.mts +24 -24
  267. package/dist/11100/lendingPools/lendingFeeCollectionInitiated.d.cts +12 -12
  268. package/dist/11100/lendingPools/lendingFeeCollectionInitiated.d.mts +12 -12
  269. package/dist/11100/lendingPools/lendingFundsAdded.d.cts +14 -14
  270. package/dist/11100/lendingPools/lendingFundsAdded.d.mts +14 -14
  271. package/dist/11100/lendingPools/lendingFundsRemoved.d.cts +12 -12
  272. package/dist/11100/lendingPools/lendingFundsRemoved.d.mts +12 -12
  273. package/dist/11100/lendingPools/lendingPoolCreated.d.cts +12 -12
  274. package/dist/11100/lendingPools/lendingPoolCreated.d.mts +12 -12
  275. package/dist/11100/lendingPools/loanCreated.d.cts +16 -16
  276. package/dist/11100/lendingPools/loanCreated.d.mts +16 -16
  277. package/dist/11100/lendingPools/loanRepaid.d.cts +12 -12
  278. package/dist/11100/lendingPools/loanRepaid.d.mts +12 -12
  279. package/dist/11100/lendingPools/loanSettled.d.cts +12 -12
  280. package/dist/11100/lendingPools/loanSettled.d.mts +12 -12
  281. package/dist/11100/polkadotIngressEgress/depositFailed.d.cts +80 -80
  282. package/dist/11100/polkadotIngressEgress/depositFailed.d.mts +80 -80
  283. package/dist/11100/solanaIngressEgress/depositFailed.d.cts +44 -44
  284. package/dist/11100/solanaIngressEgress/depositFailed.d.mts +44 -44
  285. package/dist/11100/swapping/swapDepositAddressReady.d.cts +28 -28
  286. package/dist/11100/swapping/swapDepositAddressReady.d.mts +28 -28
  287. package/dist/11100/swapping/swapExecuted.d.cts +28 -28
  288. package/dist/11100/swapping/swapExecuted.d.mts +28 -28
  289. package/dist/11100/swapping/swapRequested.d.cts +68 -68
  290. package/dist/11100/swapping/swapRequested.d.mts +68 -68
  291. package/dist/11200/arbitrumIngressEgress/depositBoosted.d.cts +24 -24
  292. package/dist/11200/arbitrumIngressEgress/depositBoosted.d.mts +24 -24
  293. package/dist/11200/arbitrumIngressEgress/depositFailed.d.cts +368 -368
  294. package/dist/11200/arbitrumIngressEgress/depositFailed.d.mts +368 -368
  295. package/dist/11200/arbitrumIngressEgress/depositFinalised.d.cts +12 -12
  296. package/dist/11200/arbitrumIngressEgress/depositFinalised.d.mts +12 -12
  297. package/dist/11200/assethubIngressEgress/depositBoosted.d.cts +24 -24
  298. package/dist/11200/assethubIngressEgress/depositBoosted.d.mts +24 -24
  299. package/dist/11200/assethubIngressEgress/depositFailed.d.cts +404 -404
  300. package/dist/11200/assethubIngressEgress/depositFailed.d.mts +404 -404
  301. package/dist/11200/assethubIngressEgress/depositFinalised.d.cts +12 -12
  302. package/dist/11200/assethubIngressEgress/depositFinalised.d.mts +12 -12
  303. package/dist/11200/bitcoinIngressEgress/channelRejectionRequestReceived.d.cts +40 -40
  304. package/dist/11200/bitcoinIngressEgress/channelRejectionRequestReceived.d.mts +40 -40
  305. package/dist/11200/bitcoinIngressEgress/depositBoosted.d.cts +64 -64
  306. package/dist/11200/bitcoinIngressEgress/depositBoosted.d.mts +64 -64
  307. package/dist/11200/bitcoinIngressEgress/depositFailed.d.cts +640 -640
  308. package/dist/11200/bitcoinIngressEgress/depositFailed.d.mts +640 -640
  309. package/dist/11200/bitcoinIngressEgress/depositFinalised.d.cts +52 -52
  310. package/dist/11200/bitcoinIngressEgress/depositFinalised.d.mts +52 -52
  311. package/dist/11200/common.d.cts +2751 -2751
  312. package/dist/11200/common.d.mts +2751 -2751
  313. package/dist/11200/environment/runtimeSafeModeUpdated.d.cts +24 -24
  314. package/dist/11200/environment/runtimeSafeModeUpdated.d.mts +24 -24
  315. package/dist/11200/ethereumIngressEgress/depositBoosted.d.cts +24 -24
  316. package/dist/11200/ethereumIngressEgress/depositBoosted.d.mts +24 -24
  317. package/dist/11200/ethereumIngressEgress/depositFailed.d.cts +368 -368
  318. package/dist/11200/ethereumIngressEgress/depositFailed.d.mts +368 -368
  319. package/dist/11200/ethereumIngressEgress/depositFinalised.d.cts +12 -12
  320. package/dist/11200/ethereumIngressEgress/depositFinalised.d.mts +12 -12
  321. package/dist/11200/polkadotIngressEgress/depositBoosted.d.cts +24 -24
  322. package/dist/11200/polkadotIngressEgress/depositBoosted.d.mts +24 -24
  323. package/dist/11200/polkadotIngressEgress/depositFailed.d.cts +404 -404
  324. package/dist/11200/polkadotIngressEgress/depositFailed.d.mts +404 -404
  325. package/dist/11200/polkadotIngressEgress/depositFinalised.d.cts +12 -12
  326. package/dist/11200/polkadotIngressEgress/depositFinalised.d.mts +12 -12
  327. package/dist/11200/solanaIngressEgress/depositBoosted.d.cts +40 -40
  328. package/dist/11200/solanaIngressEgress/depositBoosted.d.mts +40 -40
  329. package/dist/11200/solanaIngressEgress/depositFailed.d.cts +432 -432
  330. package/dist/11200/solanaIngressEgress/depositFailed.d.mts +432 -432
  331. package/dist/11200/solanaIngressEgress/depositFinalised.d.cts +28 -28
  332. package/dist/11200/solanaIngressEgress/depositFinalised.d.mts +28 -28
  333. package/dist/11200/solanaIngressEgress/transactionRejectedByBroker.d.cts +16 -16
  334. package/dist/11200/solanaIngressEgress/transactionRejectedByBroker.d.mts +16 -16
  335. package/dist/11200/solanaIngressEgress/transactionRejectionFailed.d.cts +16 -16
  336. package/dist/11200/solanaIngressEgress/transactionRejectionFailed.d.mts +16 -16
  337. package/dist/11200/swapping/swapRequested.d.cts +760 -760
  338. package/dist/11200/swapping/swapRequested.d.mts +760 -760
  339. package/dist/120/bitcoinIngressEgress/depositIgnored.d.cts +8 -8
  340. package/dist/120/bitcoinIngressEgress/depositIgnored.d.mts +8 -8
  341. package/dist/120/bitcoinIngressEgress/depositReceived.d.cts +8 -8
  342. package/dist/120/bitcoinIngressEgress/depositReceived.d.mts +8 -8
  343. package/dist/120/emissions/networkFeeBurned.d.cts +4 -4
  344. package/dist/120/emissions/networkFeeBurned.d.mts +4 -4
  345. package/dist/120/ethereumIngressEgress/depositIgnored.d.cts +6 -6
  346. package/dist/120/ethereumIngressEgress/depositIgnored.d.mts +6 -6
  347. package/dist/120/ethereumIngressEgress/depositReceived.d.cts +6 -6
  348. package/dist/120/ethereumIngressEgress/depositReceived.d.mts +6 -6
  349. package/dist/120/liquidityProvider/withdrawalEgressScheduled.d.cts +12 -12
  350. package/dist/120/liquidityProvider/withdrawalEgressScheduled.d.mts +12 -12
  351. package/dist/120/polkadotIngressEgress/depositIgnored.d.cts +6 -6
  352. package/dist/120/polkadotIngressEgress/depositIgnored.d.mts +6 -6
  353. package/dist/120/polkadotIngressEgress/depositReceived.d.cts +6 -6
  354. package/dist/120/polkadotIngressEgress/depositReceived.d.mts +6 -6
  355. package/dist/120/swapping/swapEgressIgnored.d.cts +4 -4
  356. package/dist/120/swapping/swapEgressIgnored.d.mts +4 -4
  357. package/dist/120/swapping/swapEgressScheduled.d.cts +4 -4
  358. package/dist/120/swapping/swapEgressScheduled.d.mts +4 -4
  359. package/dist/120/swapping/withdrawalRequested.d.cts +8 -8
  360. package/dist/120/swapping/withdrawalRequested.d.mts +8 -8
  361. package/dist/131/bitcoinBroadcaster/transactionBroadcastRequest.d.cts +4 -4
  362. package/dist/131/bitcoinBroadcaster/transactionBroadcastRequest.d.mts +4 -4
  363. package/dist/131/common.d.cts +11 -11
  364. package/dist/131/common.d.mts +11 -11
  365. package/dist/131/ethereumIngressEgress/depositFetchesScheduled.d.cts +4 -4
  366. package/dist/131/ethereumIngressEgress/depositFetchesScheduled.d.mts +4 -4
  367. package/dist/131/liquidityPools/assetSwapped.d.cts +24 -24
  368. package/dist/131/liquidityPools/assetSwapped.d.mts +24 -24
  369. package/dist/131/liquidityPools/limitOrderUpdated.d.cts +32 -32
  370. package/dist/131/liquidityPools/limitOrderUpdated.d.mts +32 -32
  371. package/dist/131/liquidityPools/newPoolCreated.d.cts +24 -24
  372. package/dist/131/liquidityPools/newPoolCreated.d.mts +24 -24
  373. package/dist/131/liquidityPools/poolFeeSet.d.cts +24 -24
  374. package/dist/131/liquidityPools/poolFeeSet.d.mts +24 -24
  375. package/dist/131/liquidityPools/rangeOrderUpdated.d.cts +40 -40
  376. package/dist/131/liquidityPools/rangeOrderUpdated.d.mts +40 -40
  377. package/dist/131/liquidityProvider/accountCredited.d.cts +12 -12
  378. package/dist/131/liquidityProvider/accountCredited.d.mts +12 -12
  379. package/dist/131/liquidityProvider/accountDebited.d.cts +12 -12
  380. package/dist/131/liquidityProvider/accountDebited.d.mts +12 -12
  381. package/dist/131/liquidityProvider/liquidityDepositAddressReady.d.cts +22 -22
  382. package/dist/131/liquidityProvider/liquidityDepositAddressReady.d.mts +22 -22
  383. package/dist/131/liquidityProvider/liquidityDepositCredited.d.cts +12 -12
  384. package/dist/131/liquidityProvider/liquidityDepositCredited.d.mts +12 -12
  385. package/dist/131/liquidityProvider/withdrawalEgressScheduled.d.cts +20 -20
  386. package/dist/131/liquidityProvider/withdrawalEgressScheduled.d.mts +20 -20
  387. package/dist/131/swapping/batchSwapFailed.d.cts +12 -12
  388. package/dist/131/swapping/batchSwapFailed.d.mts +12 -12
  389. package/dist/131/swapping/ccmFailed.d.cts +76 -76
  390. package/dist/131/swapping/ccmFailed.d.mts +76 -76
  391. package/dist/131/swapping/maximumSwapAmountSet.d.cts +12 -12
  392. package/dist/131/swapping/maximumSwapAmountSet.d.mts +12 -12
  393. package/dist/131/swapping/swapAmountConfiscated.d.cts +24 -24
  394. package/dist/131/swapping/swapAmountConfiscated.d.mts +24 -24
  395. package/dist/131/swapping/swapDepositAddressReady.d.cts +50 -50
  396. package/dist/131/swapping/swapDepositAddressReady.d.mts +50 -50
  397. package/dist/131/swapping/swapEgressIgnored.d.cts +16 -16
  398. package/dist/131/swapping/swapEgressIgnored.d.mts +16 -16
  399. package/dist/131/swapping/swapEgressScheduled.d.cts +16 -16
  400. package/dist/131/swapping/swapEgressScheduled.d.mts +16 -16
  401. package/dist/131/swapping/swapExecuted.d.cts +30 -30
  402. package/dist/131/swapping/swapExecuted.d.mts +30 -30
  403. package/dist/131/swapping/swapScheduled.d.cts +54 -54
  404. package/dist/131/swapping/swapScheduled.d.mts +54 -54
  405. package/dist/131/swapping/withdrawalRequested.d.cts +22 -22
  406. package/dist/131/swapping/withdrawalRequested.d.mts +22 -22
  407. package/dist/141/arbitrumBroadcaster/broadcastCallbackExecuted.d.cts +56 -56
  408. package/dist/141/arbitrumBroadcaster/broadcastCallbackExecuted.d.mts +56 -56
  409. package/dist/141/arbitrumIngressEgress/ccmEgressInvalid.d.cts +32 -32
  410. package/dist/141/arbitrumIngressEgress/ccmEgressInvalid.d.mts +32 -32
  411. package/dist/141/arbitrumIngressEgress/depositBoosted.d.cts +8 -8
  412. package/dist/141/arbitrumIngressEgress/depositBoosted.d.mts +8 -8
  413. package/dist/141/arbitrumIngressEgress/depositFetchesScheduled.d.cts +4 -4
  414. package/dist/141/arbitrumIngressEgress/depositFetchesScheduled.d.mts +4 -4
  415. package/dist/141/arbitrumIngressEgress/depositFinalised.d.cts +8 -8
  416. package/dist/141/arbitrumIngressEgress/depositFinalised.d.mts +8 -8
  417. package/dist/141/arbitrumIngressEgress/depositIgnored.d.cts +4 -4
  418. package/dist/141/arbitrumIngressEgress/depositIgnored.d.mts +4 -4
  419. package/dist/141/arbitrumIngressEgress/depositWitnessRejected.d.cts +40 -40
  420. package/dist/141/arbitrumIngressEgress/depositWitnessRejected.d.mts +40 -40
  421. package/dist/141/arbitrumIngressEgress/failedToBuildAllBatchCall.d.cts +56 -56
  422. package/dist/141/arbitrumIngressEgress/failedToBuildAllBatchCall.d.mts +56 -56
  423. package/dist/141/arbitrumIngressEgress/insufficientBoostLiquidity.d.cts +8 -8
  424. package/dist/141/arbitrumIngressEgress/insufficientBoostLiquidity.d.mts +8 -8
  425. package/dist/141/arbitrumIngressEgress/transferFallbackRequested.d.cts +8 -8
  426. package/dist/141/arbitrumIngressEgress/transferFallbackRequested.d.mts +8 -8
  427. package/dist/141/bitcoinIngressEgress/ccmEgressInvalid.d.cts +32 -32
  428. package/dist/141/bitcoinIngressEgress/ccmEgressInvalid.d.mts +32 -32
  429. package/dist/141/bitcoinIngressEgress/depositBoosted.d.cts +48 -48
  430. package/dist/141/bitcoinIngressEgress/depositBoosted.d.mts +48 -48
  431. package/dist/141/bitcoinIngressEgress/depositFinalised.d.cts +48 -48
  432. package/dist/141/bitcoinIngressEgress/depositFinalised.d.mts +48 -48
  433. package/dist/141/bitcoinIngressEgress/insufficientBoostLiquidity.d.cts +8 -8
  434. package/dist/141/bitcoinIngressEgress/insufficientBoostLiquidity.d.mts +8 -8
  435. package/dist/141/common.d.cts +243 -243
  436. package/dist/141/common.d.mts +243 -243
  437. package/dist/141/environment/runtimeSafeModeUpdated.d.cts +24 -24
  438. package/dist/141/environment/runtimeSafeModeUpdated.d.mts +24 -24
  439. package/dist/141/environment/staleUtxosDiscarded.d.cts +36 -36
  440. package/dist/141/environment/staleUtxosDiscarded.d.mts +36 -36
  441. package/dist/141/ethereumIngressEgress/ccmEgressInvalid.d.cts +32 -32
  442. package/dist/141/ethereumIngressEgress/ccmEgressInvalid.d.mts +32 -32
  443. package/dist/141/ethereumIngressEgress/depositBoosted.d.cts +8 -8
  444. package/dist/141/ethereumIngressEgress/depositBoosted.d.mts +8 -8
  445. package/dist/141/ethereumIngressEgress/depositFinalised.d.cts +8 -8
  446. package/dist/141/ethereumIngressEgress/depositFinalised.d.mts +8 -8
  447. package/dist/141/ethereumIngressEgress/insufficientBoostLiquidity.d.cts +8 -8
  448. package/dist/141/ethereumIngressEgress/insufficientBoostLiquidity.d.mts +8 -8
  449. package/dist/141/evmThresholdSigner/thresholdDispatchComplete.d.cts +56 -56
  450. package/dist/141/evmThresholdSigner/thresholdDispatchComplete.d.mts +56 -56
  451. package/dist/141/liquidityPools/limitOrderUpdated.d.cts +16 -16
  452. package/dist/141/liquidityPools/limitOrderUpdated.d.mts +16 -16
  453. package/dist/141/liquidityPools/rangeOrderUpdated.d.cts +40 -40
  454. package/dist/141/liquidityPools/rangeOrderUpdated.d.mts +40 -40
  455. package/dist/141/liquidityProvider/accountCredited.d.cts +4 -4
  456. package/dist/141/liquidityProvider/accountCredited.d.mts +4 -4
  457. package/dist/141/liquidityProvider/accountDebited.d.cts +4 -4
  458. package/dist/141/liquidityProvider/accountDebited.d.mts +4 -4
  459. package/dist/141/liquidityProvider/assetTransferred.d.cts +4 -4
  460. package/dist/141/liquidityProvider/assetTransferred.d.mts +4 -4
  461. package/dist/141/liquidityProvider/liquidityDepositAddressReady.d.cts +16 -16
  462. package/dist/141/liquidityProvider/liquidityDepositAddressReady.d.mts +16 -16
  463. package/dist/141/liquidityProvider/liquidityDepositCredited.d.cts +4 -4
  464. package/dist/141/liquidityProvider/liquidityDepositCredited.d.mts +4 -4
  465. package/dist/141/liquidityProvider/liquidityRefundAddressRegistered.d.cts +96 -96
  466. package/dist/141/liquidityProvider/liquidityRefundAddressRegistered.d.mts +96 -96
  467. package/dist/141/liquidityProvider/withdrawalEgressScheduled.d.cts +12 -12
  468. package/dist/141/liquidityProvider/withdrawalEgressScheduled.d.mts +12 -12
  469. package/dist/141/polkadotIngressEgress/ccmEgressInvalid.d.cts +32 -32
  470. package/dist/141/polkadotIngressEgress/ccmEgressInvalid.d.mts +32 -32
  471. package/dist/141/polkadotIngressEgress/depositBoosted.d.cts +8 -8
  472. package/dist/141/polkadotIngressEgress/depositBoosted.d.mts +8 -8
  473. package/dist/141/polkadotIngressEgress/depositFinalised.d.cts +8 -8
  474. package/dist/141/polkadotIngressEgress/depositFinalised.d.mts +8 -8
  475. package/dist/141/polkadotIngressEgress/insufficientBoostLiquidity.d.cts +8 -8
  476. package/dist/141/polkadotIngressEgress/insufficientBoostLiquidity.d.mts +8 -8
  477. package/dist/141/swapping/batchSwapFailed.d.cts +4 -4
  478. package/dist/141/swapping/batchSwapFailed.d.mts +4 -4
  479. package/dist/141/swapping/ccmDepositReceived.d.cts +144 -144
  480. package/dist/141/swapping/ccmDepositReceived.d.mts +144 -144
  481. package/dist/141/swapping/ccmFailed.d.cts +146 -146
  482. package/dist/141/swapping/ccmFailed.d.mts +146 -146
  483. package/dist/141/swapping/swapDepositAddressReady.d.cts +16 -16
  484. package/dist/141/swapping/swapDepositAddressReady.d.mts +16 -16
  485. package/dist/141/swapping/swapEgressIgnored.d.cts +40 -40
  486. package/dist/141/swapping/swapEgressIgnored.d.mts +40 -40
  487. package/dist/141/swapping/swapEgressScheduled.d.cts +8 -8
  488. package/dist/141/swapping/swapEgressScheduled.d.mts +8 -8
  489. package/dist/141/swapping/swapExecuted.d.cts +152 -152
  490. package/dist/141/swapping/swapExecuted.d.mts +152 -152
  491. package/dist/141/swapping/swapScheduled.d.cts +174 -174
  492. package/dist/141/swapping/swapScheduled.d.mts +174 -174
  493. package/dist/141/swapping/withdrawalRequested.d.cts +8 -8
  494. package/dist/141/swapping/withdrawalRequested.d.mts +8 -8
  495. package/dist/141/tokenholderGovernance/proposalEnacted.d.cts +16 -16
  496. package/dist/141/tokenholderGovernance/proposalEnacted.d.mts +16 -16
  497. package/dist/141/tokenholderGovernance/proposalPassed.d.cts +16 -16
  498. package/dist/141/tokenholderGovernance/proposalPassed.d.mts +16 -16
  499. package/dist/141/tokenholderGovernance/proposalRejected.d.cts +16 -16
  500. package/dist/141/tokenholderGovernance/proposalRejected.d.mts +16 -16
  501. package/dist/141/tokenholderGovernance/proposalSubmitted.d.cts +16 -16
  502. package/dist/141/tokenholderGovernance/proposalSubmitted.d.mts +16 -16
  503. package/dist/141/validator/rotationPhaseUpdated.d.cts +40 -40
  504. package/dist/141/validator/rotationPhaseUpdated.d.mts +40 -40
  505. package/dist/150/arbitrumIngressEgress/ccmEgressInvalid.d.cts +40 -40
  506. package/dist/150/arbitrumIngressEgress/ccmEgressInvalid.d.mts +40 -40
  507. package/dist/150/arbitrumIngressEgress/depositBoosted.d.cts +12 -12
  508. package/dist/150/arbitrumIngressEgress/depositBoosted.d.mts +12 -12
  509. package/dist/150/arbitrumIngressEgress/depositFinalised.d.cts +8 -8
  510. package/dist/150/arbitrumIngressEgress/depositFinalised.d.mts +8 -8
  511. package/dist/150/arbitrumIngressEgress/depositIgnored.d.cts +4 -4
  512. package/dist/150/arbitrumIngressEgress/depositIgnored.d.mts +4 -4
  513. package/dist/150/arbitrumIngressEgress/depositWitnessRejected.d.cts +40 -40
  514. package/dist/150/arbitrumIngressEgress/depositWitnessRejected.d.mts +40 -40
  515. package/dist/150/assetBalances/refundScheduled.d.cts +104 -104
  516. package/dist/150/assetBalances/refundScheduled.d.mts +104 -104
  517. package/dist/150/assetBalances/refundSkipped.d.cts +192 -192
  518. package/dist/150/assetBalances/refundSkipped.d.mts +192 -192
  519. package/dist/150/bitcoinIngressEgress/ccmEgressInvalid.d.cts +40 -40
  520. package/dist/150/bitcoinIngressEgress/ccmEgressInvalid.d.mts +40 -40
  521. package/dist/150/bitcoinIngressEgress/depositBoosted.d.cts +52 -52
  522. package/dist/150/bitcoinIngressEgress/depositBoosted.d.mts +52 -52
  523. package/dist/150/bitcoinIngressEgress/depositFinalised.d.cts +48 -48
  524. package/dist/150/bitcoinIngressEgress/depositFinalised.d.mts +48 -48
  525. package/dist/150/common.d.cts +289 -289
  526. package/dist/150/common.d.mts +289 -289
  527. package/dist/150/emissions/networkFeeBurned.d.cts +4 -4
  528. package/dist/150/emissions/networkFeeBurned.d.mts +4 -4
  529. package/dist/150/environment/runtimeSafeModeUpdated.d.cts +80 -80
  530. package/dist/150/environment/runtimeSafeModeUpdated.d.mts +80 -80
  531. package/dist/150/ethereumIngressEgress/ccmEgressInvalid.d.cts +40 -40
  532. package/dist/150/ethereumIngressEgress/ccmEgressInvalid.d.mts +40 -40
  533. package/dist/150/ethereumIngressEgress/depositBoosted.d.cts +12 -12
  534. package/dist/150/ethereumIngressEgress/depositBoosted.d.mts +12 -12
  535. package/dist/150/ethereumIngressEgress/depositFinalised.d.cts +8 -8
  536. package/dist/150/ethereumIngressEgress/depositFinalised.d.mts +8 -8
  537. package/dist/150/ethereumIngressEgress/depositIgnored.d.cts +4 -4
  538. package/dist/150/ethereumIngressEgress/depositIgnored.d.mts +4 -4
  539. package/dist/150/ethereumIngressEgress/depositWitnessRejected.d.cts +40 -40
  540. package/dist/150/ethereumIngressEgress/depositWitnessRejected.d.mts +40 -40
  541. package/dist/150/liquidityPools/assetSwapped.d.cts +24 -24
  542. package/dist/150/liquidityPools/assetSwapped.d.mts +24 -24
  543. package/dist/150/liquidityPools/limitOrderUpdated.d.cts +48 -48
  544. package/dist/150/liquidityPools/limitOrderUpdated.d.mts +48 -48
  545. package/dist/150/liquidityPools/newPoolCreated.d.cts +24 -24
  546. package/dist/150/liquidityPools/newPoolCreated.d.mts +24 -24
  547. package/dist/150/liquidityPools/poolFeeSet.d.cts +24 -24
  548. package/dist/150/liquidityPools/poolFeeSet.d.mts +24 -24
  549. package/dist/150/liquidityPools/rangeOrderUpdated.d.cts +80 -80
  550. package/dist/150/liquidityPools/rangeOrderUpdated.d.mts +80 -80
  551. package/dist/150/liquidityProvider/accountCredited.d.cts +12 -12
  552. package/dist/150/liquidityProvider/accountCredited.d.mts +12 -12
  553. package/dist/150/liquidityProvider/accountDebited.d.cts +12 -12
  554. package/dist/150/liquidityProvider/accountDebited.d.mts +12 -12
  555. package/dist/150/liquidityProvider/assetTransferred.d.cts +12 -12
  556. package/dist/150/liquidityProvider/assetTransferred.d.mts +12 -12
  557. package/dist/150/liquidityProvider/liquidityDepositAddressReady.d.cts +22 -22
  558. package/dist/150/liquidityProvider/liquidityDepositAddressReady.d.mts +22 -22
  559. package/dist/150/liquidityProvider/liquidityDepositCredited.d.cts +12 -12
  560. package/dist/150/liquidityProvider/liquidityDepositCredited.d.mts +12 -12
  561. package/dist/150/liquidityProvider/liquidityRefundAddressRegistered.d.cts +100 -100
  562. package/dist/150/liquidityProvider/liquidityRefundAddressRegistered.d.mts +100 -100
  563. package/dist/150/liquidityProvider/withdrawalEgressScheduled.d.cts +28 -28
  564. package/dist/150/liquidityProvider/withdrawalEgressScheduled.d.mts +28 -28
  565. package/dist/150/polkadotIngressEgress/ccmEgressInvalid.d.cts +40 -40
  566. package/dist/150/polkadotIngressEgress/ccmEgressInvalid.d.mts +40 -40
  567. package/dist/150/polkadotIngressEgress/depositBoosted.d.cts +12 -12
  568. package/dist/150/polkadotIngressEgress/depositBoosted.d.mts +12 -12
  569. package/dist/150/polkadotIngressEgress/depositFinalised.d.cts +8 -8
  570. package/dist/150/polkadotIngressEgress/depositFinalised.d.mts +8 -8
  571. package/dist/150/polkadotIngressEgress/depositIgnored.d.cts +4 -4
  572. package/dist/150/polkadotIngressEgress/depositIgnored.d.mts +4 -4
  573. package/dist/150/polkadotIngressEgress/depositWitnessRejected.d.cts +40 -40
  574. package/dist/150/polkadotIngressEgress/depositWitnessRejected.d.mts +40 -40
  575. package/dist/150/solanaBroadcaster/broadcastCallbackExecuted.d.cts +56 -56
  576. package/dist/150/solanaBroadcaster/broadcastCallbackExecuted.d.mts +56 -56
  577. package/dist/150/solanaBroadcaster/transactionBroadcastRequest.d.cts +4 -4
  578. package/dist/150/solanaBroadcaster/transactionBroadcastRequest.d.mts +4 -4
  579. package/dist/150/solanaIngressEgress/ccmEgressInvalid.d.cts +40 -40
  580. package/dist/150/solanaIngressEgress/ccmEgressInvalid.d.mts +40 -40
  581. package/dist/150/solanaIngressEgress/depositBoosted.d.cts +8 -8
  582. package/dist/150/solanaIngressEgress/depositBoosted.d.mts +8 -8
  583. package/dist/150/solanaIngressEgress/depositFetchesScheduled.d.cts +4 -4
  584. package/dist/150/solanaIngressEgress/depositFetchesScheduled.d.mts +4 -4
  585. package/dist/150/solanaIngressEgress/depositFinalised.d.cts +8 -8
  586. package/dist/150/solanaIngressEgress/depositFinalised.d.mts +8 -8
  587. package/dist/150/solanaIngressEgress/depositWitnessRejected.d.cts +32 -32
  588. package/dist/150/solanaIngressEgress/depositWitnessRejected.d.mts +32 -32
  589. package/dist/150/solanaIngressEgress/failedToBuildAllBatchCall.d.cts +56 -56
  590. package/dist/150/solanaIngressEgress/failedToBuildAllBatchCall.d.mts +56 -56
  591. package/dist/150/solanaIngressEgress/insufficientBoostLiquidity.d.cts +8 -8
  592. package/dist/150/solanaIngressEgress/insufficientBoostLiquidity.d.mts +8 -8
  593. package/dist/150/solanaThresholdSigner/thresholdDispatchComplete.d.cts +56 -56
  594. package/dist/150/solanaThresholdSigner/thresholdDispatchComplete.d.mts +56 -56
  595. package/dist/150/solanaThresholdSigner/thresholdSignatureRequest.d.cts +4 -4
  596. package/dist/150/solanaThresholdSigner/thresholdSignatureRequest.d.mts +4 -4
  597. package/dist/150/swapping/batchSwapFailed.d.cts +12 -12
  598. package/dist/150/swapping/batchSwapFailed.d.mts +12 -12
  599. package/dist/150/swapping/ccmDepositReceived.d.cts +172 -172
  600. package/dist/150/swapping/ccmDepositReceived.d.mts +172 -172
  601. package/dist/150/swapping/ccmFailed.d.cts +244 -244
  602. package/dist/150/swapping/ccmFailed.d.mts +244 -244
  603. package/dist/150/swapping/maximumSwapAmountSet.d.cts +12 -12
  604. package/dist/150/swapping/maximumSwapAmountSet.d.mts +12 -12
  605. package/dist/150/swapping/refundEgressIgnored.d.cts +46 -46
  606. package/dist/150/swapping/refundEgressIgnored.d.mts +46 -46
  607. package/dist/150/swapping/refundEgressScheduled.d.cts +22 -22
  608. package/dist/150/swapping/refundEgressScheduled.d.mts +22 -22
  609. package/dist/150/swapping/swapAmountConfiscated.d.cts +24 -24
  610. package/dist/150/swapping/swapAmountConfiscated.d.mts +24 -24
  611. package/dist/150/swapping/swapDepositAddressReady.d.cts +58 -58
  612. package/dist/150/swapping/swapDepositAddressReady.d.mts +58 -58
  613. package/dist/150/swapping/swapEgressIgnored.d.cts +46 -46
  614. package/dist/150/swapping/swapEgressIgnored.d.mts +46 -46
  615. package/dist/150/swapping/swapEgressScheduled.d.cts +22 -22
  616. package/dist/150/swapping/swapEgressScheduled.d.mts +22 -22
  617. package/dist/150/swapping/swapExecuted.d.cts +196 -196
  618. package/dist/150/swapping/swapExecuted.d.mts +196 -196
  619. package/dist/150/swapping/swapScheduled.d.cts +278 -278
  620. package/dist/150/swapping/swapScheduled.d.mts +278 -278
  621. package/dist/150/swapping/withdrawalRequested.d.cts +32 -32
  622. package/dist/150/swapping/withdrawalRequested.d.mts +32 -32
  623. package/dist/150/tokenholderGovernance/proposalEnacted.d.cts +16 -16
  624. package/dist/150/tokenholderGovernance/proposalEnacted.d.mts +16 -16
  625. package/dist/150/tokenholderGovernance/proposalPassed.d.cts +16 -16
  626. package/dist/150/tokenholderGovernance/proposalPassed.d.mts +16 -16
  627. package/dist/150/tokenholderGovernance/proposalRejected.d.cts +16 -16
  628. package/dist/150/tokenholderGovernance/proposalRejected.d.mts +16 -16
  629. package/dist/150/tokenholderGovernance/proposalSubmitted.d.cts +16 -16
  630. package/dist/150/tokenholderGovernance/proposalSubmitted.d.mts +16 -16
  631. package/dist/160/arbitrumIngressEgress/ccmEgressInvalid.d.cts +28 -28
  632. package/dist/160/arbitrumIngressEgress/ccmEgressInvalid.d.mts +28 -28
  633. package/dist/160/arbitrumIngressEgress/depositBoosted.d.cts +20 -20
  634. package/dist/160/arbitrumIngressEgress/depositBoosted.d.mts +20 -20
  635. package/dist/160/arbitrumIngressEgress/depositFinalised.d.cts +12 -12
  636. package/dist/160/arbitrumIngressEgress/depositFinalised.d.mts +12 -12
  637. package/dist/160/assetBalances/accountCredited.d.cts +12 -12
  638. package/dist/160/assetBalances/accountCredited.d.mts +12 -12
  639. package/dist/160/assetBalances/accountDebited.d.cts +12 -12
  640. package/dist/160/assetBalances/accountDebited.d.mts +12 -12
  641. package/dist/160/bitcoinIngressEgress/ccmEgressInvalid.d.cts +28 -28
  642. package/dist/160/bitcoinIngressEgress/ccmEgressInvalid.d.mts +28 -28
  643. package/dist/160/bitcoinIngressEgress/depositBoosted.d.cts +20 -20
  644. package/dist/160/bitcoinIngressEgress/depositBoosted.d.mts +20 -20
  645. package/dist/160/bitcoinIngressEgress/depositFinalised.d.cts +12 -12
  646. package/dist/160/bitcoinIngressEgress/depositFinalised.d.mts +12 -12
  647. package/dist/160/common.d.cts +88 -88
  648. package/dist/160/common.d.mts +88 -88
  649. package/dist/160/ethereumIngressEgress/ccmEgressInvalid.d.cts +28 -28
  650. package/dist/160/ethereumIngressEgress/ccmEgressInvalid.d.mts +28 -28
  651. package/dist/160/ethereumIngressEgress/depositBoosted.d.cts +20 -20
  652. package/dist/160/ethereumIngressEgress/depositBoosted.d.mts +20 -20
  653. package/dist/160/ethereumIngressEgress/depositFinalised.d.cts +12 -12
  654. package/dist/160/ethereumIngressEgress/depositFinalised.d.mts +12 -12
  655. package/dist/160/liquidityPools/assetSwapped.d.cts +24 -24
  656. package/dist/160/liquidityPools/assetSwapped.d.mts +24 -24
  657. package/dist/160/liquidityPools/limitOrderUpdated.d.cts +24 -24
  658. package/dist/160/liquidityPools/limitOrderUpdated.d.mts +24 -24
  659. package/dist/160/liquidityPools/newPoolCreated.d.cts +24 -24
  660. package/dist/160/liquidityPools/newPoolCreated.d.mts +24 -24
  661. package/dist/160/liquidityPools/orderDeletionFailed.d.cts +64 -64
  662. package/dist/160/liquidityPools/orderDeletionFailed.d.mts +64 -64
  663. package/dist/160/liquidityPools/poolFeeSet.d.cts +24 -24
  664. package/dist/160/liquidityPools/poolFeeSet.d.mts +24 -24
  665. package/dist/160/liquidityPools/rangeOrderUpdated.d.cts +48 -48
  666. package/dist/160/liquidityPools/rangeOrderUpdated.d.mts +48 -48
  667. package/dist/160/liquidityProvider/assetTransferred.d.cts +12 -12
  668. package/dist/160/liquidityProvider/assetTransferred.d.mts +12 -12
  669. package/dist/160/liquidityProvider/liquidityDepositAddressReady.d.cts +26 -26
  670. package/dist/160/liquidityProvider/liquidityDepositAddressReady.d.mts +26 -26
  671. package/dist/160/liquidityProvider/withdrawalEgressScheduled.d.cts +28 -28
  672. package/dist/160/liquidityProvider/withdrawalEgressScheduled.d.mts +28 -28
  673. package/dist/160/polkadotIngressEgress/ccmEgressInvalid.d.cts +28 -28
  674. package/dist/160/polkadotIngressEgress/ccmEgressInvalid.d.mts +28 -28
  675. package/dist/160/polkadotIngressEgress/depositBoosted.d.cts +20 -20
  676. package/dist/160/polkadotIngressEgress/depositBoosted.d.mts +20 -20
  677. package/dist/160/polkadotIngressEgress/depositFinalised.d.cts +12 -12
  678. package/dist/160/polkadotIngressEgress/depositFinalised.d.mts +12 -12
  679. package/dist/160/solanaIngressEgress/boostFundsAdded.d.cts +4 -4
  680. package/dist/160/solanaIngressEgress/boostFundsAdded.d.mts +4 -4
  681. package/dist/160/solanaIngressEgress/ccmEgressInvalid.d.cts +28 -28
  682. package/dist/160/solanaIngressEgress/ccmEgressInvalid.d.mts +28 -28
  683. package/dist/160/solanaIngressEgress/depositBoosted.d.cts +16 -16
  684. package/dist/160/solanaIngressEgress/depositBoosted.d.mts +16 -16
  685. package/dist/160/solanaIngressEgress/depositFetchesScheduled.d.cts +4 -4
  686. package/dist/160/solanaIngressEgress/depositFetchesScheduled.d.mts +4 -4
  687. package/dist/160/solanaIngressEgress/depositFinalised.d.cts +8 -8
  688. package/dist/160/solanaIngressEgress/depositFinalised.d.mts +8 -8
  689. package/dist/160/solanaIngressEgress/depositWitnessRejected.d.cts +16 -16
  690. package/dist/160/solanaIngressEgress/depositWitnessRejected.d.mts +16 -16
  691. package/dist/160/solanaIngressEgress/insufficientBoostLiquidity.d.cts +8 -8
  692. package/dist/160/solanaIngressEgress/insufficientBoostLiquidity.d.mts +8 -8
  693. package/dist/160/solanaIngressEgress/stoppedBoosting.d.cts +4 -4
  694. package/dist/160/solanaIngressEgress/stoppedBoosting.d.mts +4 -4
  695. package/dist/160/solanaIngressEgress/transferFallbackRequested.d.cts +4 -4
  696. package/dist/160/solanaIngressEgress/transferFallbackRequested.d.mts +4 -4
  697. package/dist/160/swapping/batchSwapFailed.d.cts +12 -12
  698. package/dist/160/swapping/batchSwapFailed.d.mts +12 -12
  699. package/dist/160/swapping/ccmFailed.d.cts +28 -28
  700. package/dist/160/swapping/ccmFailed.d.mts +28 -28
  701. package/dist/160/swapping/maximumSwapAmountSet.d.cts +12 -12
  702. package/dist/160/swapping/maximumSwapAmountSet.d.mts +12 -12
  703. package/dist/160/swapping/refundEgressIgnored.d.cts +30 -30
  704. package/dist/160/swapping/refundEgressIgnored.d.mts +30 -30
  705. package/dist/160/swapping/refundEgressScheduled.d.cts +22 -22
  706. package/dist/160/swapping/refundEgressScheduled.d.mts +22 -22
  707. package/dist/160/swapping/swapAmountConfiscated.d.cts +14 -14
  708. package/dist/160/swapping/swapAmountConfiscated.d.mts +14 -14
  709. package/dist/160/swapping/swapDepositAddressReady.d.cts +50 -50
  710. package/dist/160/swapping/swapDepositAddressReady.d.mts +50 -50
  711. package/dist/160/swapping/swapEgressIgnored.d.cts +30 -30
  712. package/dist/160/swapping/swapEgressIgnored.d.mts +30 -30
  713. package/dist/160/swapping/swapEgressScheduled.d.cts +22 -22
  714. package/dist/160/swapping/swapEgressScheduled.d.mts +22 -22
  715. package/dist/160/swapping/swapExecuted.d.cts +24 -24
  716. package/dist/160/swapping/swapExecuted.d.mts +24 -24
  717. package/dist/160/swapping/swapRequested.d.cts +76 -76
  718. package/dist/160/swapping/swapRequested.d.mts +76 -76
  719. package/dist/160/swapping/swapScheduled.d.cts +12 -12
  720. package/dist/160/swapping/swapScheduled.d.mts +12 -12
  721. package/dist/160/swapping/withdrawalRequested.d.cts +30 -30
  722. package/dist/160/swapping/withdrawalRequested.d.mts +30 -30
  723. package/dist/170/arbitrumIngressEgress/boostedDepositLost.d.cts +4 -4
  724. package/dist/170/arbitrumIngressEgress/boostedDepositLost.d.mts +4 -4
  725. package/dist/170/arbitrumIngressEgress/ccmFailed.d.cts +74 -74
  726. package/dist/170/arbitrumIngressEgress/ccmFailed.d.mts +74 -74
  727. package/dist/170/arbitrumIngressEgress/depositIgnored.d.cts +12 -12
  728. package/dist/170/arbitrumIngressEgress/depositIgnored.d.mts +12 -12
  729. package/dist/170/bitcoinIngressEgress/boostedDepositLost.d.cts +4 -4
  730. package/dist/170/bitcoinIngressEgress/boostedDepositLost.d.mts +4 -4
  731. package/dist/170/bitcoinIngressEgress/ccmFailed.d.cts +74 -74
  732. package/dist/170/bitcoinIngressEgress/ccmFailed.d.mts +74 -74
  733. package/dist/170/bitcoinIngressEgress/depositBoosted.d.cts +12 -12
  734. package/dist/170/bitcoinIngressEgress/depositBoosted.d.mts +12 -12
  735. package/dist/170/bitcoinIngressEgress/depositFinalised.d.cts +12 -12
  736. package/dist/170/bitcoinIngressEgress/depositFinalised.d.mts +12 -12
  737. package/dist/170/bitcoinIngressEgress/depositIgnored.d.cts +20 -20
  738. package/dist/170/bitcoinIngressEgress/depositIgnored.d.mts +20 -20
  739. package/dist/170/bitcoinIngressEgress/depositWitnessRejected.d.cts +20 -20
  740. package/dist/170/bitcoinIngressEgress/depositWitnessRejected.d.mts +20 -20
  741. package/dist/170/bitcoinIngressEgress/transactionRejectedByBroker.d.cts +8 -8
  742. package/dist/170/bitcoinIngressEgress/transactionRejectedByBroker.d.mts +8 -8
  743. package/dist/170/bitcoinIngressEgress/transactionRejectionFailed.d.cts +8 -8
  744. package/dist/170/bitcoinIngressEgress/transactionRejectionFailed.d.mts +8 -8
  745. package/dist/170/common.d.cts +70 -70
  746. package/dist/170/common.d.mts +70 -70
  747. package/dist/170/ethereumIngressEgress/boostedDepositLost.d.cts +4 -4
  748. package/dist/170/ethereumIngressEgress/boostedDepositLost.d.mts +4 -4
  749. package/dist/170/ethereumIngressEgress/ccmFailed.d.cts +74 -74
  750. package/dist/170/ethereumIngressEgress/ccmFailed.d.mts +74 -74
  751. package/dist/170/ethereumIngressEgress/depositIgnored.d.cts +12 -12
  752. package/dist/170/ethereumIngressEgress/depositIgnored.d.mts +12 -12
  753. package/dist/170/polkadotIngressEgress/boostedDepositLost.d.cts +4 -4
  754. package/dist/170/polkadotIngressEgress/boostedDepositLost.d.mts +4 -4
  755. package/dist/170/polkadotIngressEgress/ccmFailed.d.cts +74 -74
  756. package/dist/170/polkadotIngressEgress/ccmFailed.d.mts +74 -74
  757. package/dist/170/polkadotIngressEgress/depositIgnored.d.cts +12 -12
  758. package/dist/170/polkadotIngressEgress/depositIgnored.d.mts +12 -12
  759. package/dist/170/reputation/offencePenalty.d.cts +4 -4
  760. package/dist/170/reputation/offencePenalty.d.mts +4 -4
  761. package/dist/170/solanaIngressEgress/boostedDepositLost.d.cts +4 -4
  762. package/dist/170/solanaIngressEgress/boostedDepositLost.d.mts +4 -4
  763. package/dist/170/solanaIngressEgress/ccmFailed.d.cts +74 -74
  764. package/dist/170/solanaIngressEgress/ccmFailed.d.mts +74 -74
  765. package/dist/170/solanaIngressEgress/depositIgnored.d.cts +12 -12
  766. package/dist/170/solanaIngressEgress/depositIgnored.d.mts +12 -12
  767. package/dist/170/swapping/minimumChunkSizeSet.d.cts +12 -12
  768. package/dist/170/swapping/minimumChunkSizeSet.d.mts +12 -12
  769. package/dist/170/swapping/swapRequested.d.cts +106 -106
  770. package/dist/170/swapping/swapRequested.d.mts +106 -106
  771. package/dist/180/arbitrumIngressEgress/depositBoosted.d.cts +12 -12
  772. package/dist/180/arbitrumIngressEgress/depositBoosted.d.mts +12 -12
  773. package/dist/180/arbitrumIngressEgress/depositFailed.d.cts +56 -56
  774. package/dist/180/arbitrumIngressEgress/depositFailed.d.mts +56 -56
  775. package/dist/180/arbitrumIngressEgress/depositFinalised.d.cts +4 -4
  776. package/dist/180/arbitrumIngressEgress/depositFinalised.d.mts +4 -4
  777. package/dist/180/arbitrumIngressEgress/insufficientBoostLiquidity.d.cts +4 -4
  778. package/dist/180/arbitrumIngressEgress/insufficientBoostLiquidity.d.mts +4 -4
  779. package/dist/180/bitcoinIngressEgress/depositBoosted.d.cts +12 -12
  780. package/dist/180/bitcoinIngressEgress/depositBoosted.d.mts +12 -12
  781. package/dist/180/bitcoinIngressEgress/depositFailed.d.cts +56 -56
  782. package/dist/180/bitcoinIngressEgress/depositFailed.d.mts +56 -56
  783. package/dist/180/bitcoinIngressEgress/depositFinalised.d.cts +4 -4
  784. package/dist/180/bitcoinIngressEgress/depositFinalised.d.mts +4 -4
  785. package/dist/180/bitcoinIngressEgress/insufficientBoostLiquidity.d.cts +4 -4
  786. package/dist/180/bitcoinIngressEgress/insufficientBoostLiquidity.d.mts +4 -4
  787. package/dist/180/common.d.cts +158 -158
  788. package/dist/180/common.d.mts +158 -158
  789. package/dist/180/ethereumIngressEgress/depositBoosted.d.cts +12 -12
  790. package/dist/180/ethereumIngressEgress/depositBoosted.d.mts +12 -12
  791. package/dist/180/ethereumIngressEgress/depositFailed.d.cts +56 -56
  792. package/dist/180/ethereumIngressEgress/depositFailed.d.mts +56 -56
  793. package/dist/180/ethereumIngressEgress/depositFinalised.d.cts +4 -4
  794. package/dist/180/ethereumIngressEgress/depositFinalised.d.mts +4 -4
  795. package/dist/180/ethereumIngressEgress/insufficientBoostLiquidity.d.cts +4 -4
  796. package/dist/180/ethereumIngressEgress/insufficientBoostLiquidity.d.mts +4 -4
  797. package/dist/180/polkadotIngressEgress/depositBoosted.d.cts +12 -12
  798. package/dist/180/polkadotIngressEgress/depositBoosted.d.mts +12 -12
  799. package/dist/180/polkadotIngressEgress/depositFailed.d.cts +56 -56
  800. package/dist/180/polkadotIngressEgress/depositFailed.d.mts +56 -56
  801. package/dist/180/polkadotIngressEgress/depositFinalised.d.cts +4 -4
  802. package/dist/180/polkadotIngressEgress/depositFinalised.d.mts +4 -4
  803. package/dist/180/polkadotIngressEgress/insufficientBoostLiquidity.d.cts +4 -4
  804. package/dist/180/polkadotIngressEgress/insufficientBoostLiquidity.d.mts +4 -4
  805. package/dist/180/solanaIngressEgress/depositBoosted.d.cts +12 -12
  806. package/dist/180/solanaIngressEgress/depositBoosted.d.mts +12 -12
  807. package/dist/180/solanaIngressEgress/depositFailed.d.cts +32 -32
  808. package/dist/180/solanaIngressEgress/depositFailed.d.mts +32 -32
  809. package/dist/180/solanaIngressEgress/depositFinalised.d.cts +4 -4
  810. package/dist/180/solanaIngressEgress/depositFinalised.d.mts +4 -4
  811. package/dist/180/solanaIngressEgress/insufficientBoostLiquidity.d.cts +4 -4
  812. package/dist/180/solanaIngressEgress/insufficientBoostLiquidity.d.mts +4 -4
  813. package/dist/180/swapping/refundEgressScheduled.d.cts +26 -26
  814. package/dist/180/swapping/refundEgressScheduled.d.mts +26 -26
  815. package/dist/180/swapping/swapDepositAddressReady.d.cts +28 -28
  816. package/dist/180/swapping/swapDepositAddressReady.d.mts +28 -28
  817. package/dist/180/swapping/swapEgressScheduled.d.cts +26 -26
  818. package/dist/180/swapping/swapEgressScheduled.d.mts +26 -26
  819. package/dist/180/swapping/swapRequested.d.cts +32 -32
  820. package/dist/180/swapping/swapRequested.d.mts +32 -32
  821. package/dist/180/swapping/swapScheduled.d.cts +12 -12
  822. package/dist/180/swapping/swapScheduled.d.mts +12 -12
  823. package/dist/180/swapping/withdrawalRequested.d.cts +12 -12
  824. package/dist/180/swapping/withdrawalRequested.d.mts +12 -12
  825. package/dist/190/arbitrumIngressEgress/ccmBroadcastRequested.d.cts +4 -4
  826. package/dist/190/arbitrumIngressEgress/ccmBroadcastRequested.d.mts +4 -4
  827. package/dist/190/arbitrumIngressEgress/depositBoosted.d.cts +24 -24
  828. package/dist/190/arbitrumIngressEgress/depositBoosted.d.mts +24 -24
  829. package/dist/190/arbitrumIngressEgress/depositFailed.d.cts +60 -60
  830. package/dist/190/arbitrumIngressEgress/depositFailed.d.mts +60 -60
  831. package/dist/190/arbitrumIngressEgress/depositFinalised.d.cts +16 -16
  832. package/dist/190/arbitrumIngressEgress/depositFinalised.d.mts +16 -16
  833. package/dist/190/arbitrumIngressEgress/transferFallbackRequested.d.cts +4 -4
  834. package/dist/190/arbitrumIngressEgress/transferFallbackRequested.d.mts +4 -4
  835. package/dist/190/assetBalances/accountCredited.d.cts +4 -4
  836. package/dist/190/assetBalances/accountCredited.d.mts +4 -4
  837. package/dist/190/assetBalances/accountDebited.d.cts +4 -4
  838. package/dist/190/assetBalances/accountDebited.d.mts +4 -4
  839. package/dist/190/assethubIngressEgress/boostedDepositLost.d.cts +4 -4
  840. package/dist/190/assethubIngressEgress/boostedDepositLost.d.mts +4 -4
  841. package/dist/190/assethubIngressEgress/ccmBroadcastRequested.d.cts +4 -4
  842. package/dist/190/assethubIngressEgress/ccmBroadcastRequested.d.mts +4 -4
  843. package/dist/190/assethubIngressEgress/depositBoosted.d.cts +24 -24
  844. package/dist/190/assethubIngressEgress/depositBoosted.d.mts +24 -24
  845. package/dist/190/assethubIngressEgress/depositFailed.d.cts +60 -60
  846. package/dist/190/assethubIngressEgress/depositFailed.d.mts +60 -60
  847. package/dist/190/assethubIngressEgress/depositFinalised.d.cts +16 -16
  848. package/dist/190/assethubIngressEgress/depositFinalised.d.mts +16 -16
  849. package/dist/190/assethubIngressEgress/transactionRejectionRequestExpired.d.cts +4 -4
  850. package/dist/190/assethubIngressEgress/transactionRejectionRequestExpired.d.mts +4 -4
  851. package/dist/190/assethubIngressEgress/transactionRejectionRequestReceived.d.cts +4 -4
  852. package/dist/190/assethubIngressEgress/transactionRejectionRequestReceived.d.mts +4 -4
  853. package/dist/190/assethubIngressEgress/transferFallbackRequested.d.cts +4 -4
  854. package/dist/190/assethubIngressEgress/transferFallbackRequested.d.mts +4 -4
  855. package/dist/190/bitcoinIngressEgress/ccmBroadcastRequested.d.cts +4 -4
  856. package/dist/190/bitcoinIngressEgress/ccmBroadcastRequested.d.mts +4 -4
  857. package/dist/190/bitcoinIngressEgress/depositBoosted.d.cts +24 -24
  858. package/dist/190/bitcoinIngressEgress/depositBoosted.d.mts +24 -24
  859. package/dist/190/bitcoinIngressEgress/depositFailed.d.cts +60 -60
  860. package/dist/190/bitcoinIngressEgress/depositFailed.d.mts +60 -60
  861. package/dist/190/bitcoinIngressEgress/depositFinalised.d.cts +16 -16
  862. package/dist/190/bitcoinIngressEgress/depositFinalised.d.mts +16 -16
  863. package/dist/190/bitcoinIngressEgress/transferFallbackRequested.d.cts +4 -4
  864. package/dist/190/bitcoinIngressEgress/transferFallbackRequested.d.mts +4 -4
  865. package/dist/190/common.d.cts +250 -250
  866. package/dist/190/common.d.mts +250 -250
  867. package/dist/190/environment/runtimeSafeModeUpdated.d.cts +92 -92
  868. package/dist/190/environment/runtimeSafeModeUpdated.d.mts +92 -92
  869. package/dist/190/ethereumIngressEgress/ccmBroadcastRequested.d.cts +4 -4
  870. package/dist/190/ethereumIngressEgress/ccmBroadcastRequested.d.mts +4 -4
  871. package/dist/190/ethereumIngressEgress/depositBoosted.d.cts +24 -24
  872. package/dist/190/ethereumIngressEgress/depositBoosted.d.mts +24 -24
  873. package/dist/190/ethereumIngressEgress/depositFailed.d.cts +60 -60
  874. package/dist/190/ethereumIngressEgress/depositFailed.d.mts +60 -60
  875. package/dist/190/ethereumIngressEgress/depositFinalised.d.cts +16 -16
  876. package/dist/190/ethereumIngressEgress/depositFinalised.d.mts +16 -16
  877. package/dist/190/ethereumIngressEgress/transferFallbackRequested.d.cts +4 -4
  878. package/dist/190/ethereumIngressEgress/transferFallbackRequested.d.mts +4 -4
  879. package/dist/190/liquidityPools/limitOrderUpdated.d.cts +8 -8
  880. package/dist/190/liquidityPools/limitOrderUpdated.d.mts +8 -8
  881. package/dist/190/liquidityPools/orderDeletionFailed.d.cts +16 -16
  882. package/dist/190/liquidityPools/orderDeletionFailed.d.mts +16 -16
  883. package/dist/190/liquidityPools/rangeOrderUpdated.d.cts +8 -8
  884. package/dist/190/liquidityPools/rangeOrderUpdated.d.mts +8 -8
  885. package/dist/190/liquidityProvider/liquidityDepositAddressReady.d.cts +8 -8
  886. package/dist/190/liquidityProvider/liquidityDepositAddressReady.d.mts +8 -8
  887. package/dist/190/liquidityProvider/liquidityRefundAddressRegistered.d.cts +4 -4
  888. package/dist/190/liquidityProvider/liquidityRefundAddressRegistered.d.mts +4 -4
  889. package/dist/190/polkadotIngressEgress/ccmBroadcastRequested.d.cts +4 -4
  890. package/dist/190/polkadotIngressEgress/ccmBroadcastRequested.d.mts +4 -4
  891. package/dist/190/polkadotIngressEgress/depositBoosted.d.cts +24 -24
  892. package/dist/190/polkadotIngressEgress/depositBoosted.d.mts +24 -24
  893. package/dist/190/polkadotIngressEgress/depositFailed.d.cts +60 -60
  894. package/dist/190/polkadotIngressEgress/depositFailed.d.mts +60 -60
  895. package/dist/190/polkadotIngressEgress/depositFinalised.d.cts +16 -16
  896. package/dist/190/polkadotIngressEgress/depositFinalised.d.mts +16 -16
  897. package/dist/190/polkadotIngressEgress/transferFallbackRequested.d.cts +4 -4
  898. package/dist/190/polkadotIngressEgress/transferFallbackRequested.d.mts +4 -4
  899. package/dist/190/solanaIngressEgress/ccmBroadcastRequested.d.cts +4 -4
  900. package/dist/190/solanaIngressEgress/ccmBroadcastRequested.d.mts +4 -4
  901. package/dist/190/solanaIngressEgress/depositBoosted.d.cts +20 -20
  902. package/dist/190/solanaIngressEgress/depositBoosted.d.mts +20 -20
  903. package/dist/190/solanaIngressEgress/depositFailed.d.cts +48 -48
  904. package/dist/190/solanaIngressEgress/depositFailed.d.mts +48 -48
  905. package/dist/190/solanaIngressEgress/depositFinalised.d.cts +12 -12
  906. package/dist/190/solanaIngressEgress/depositFinalised.d.mts +12 -12
  907. package/dist/190/solanaIngressEgress/transferFallbackRequested.d.cts +4 -4
  908. package/dist/190/solanaIngressEgress/transferFallbackRequested.d.mts +4 -4
  909. package/dist/190/swapping/creditedOnChain.d.cts +4 -4
  910. package/dist/190/swapping/creditedOnChain.d.mts +4 -4
  911. package/dist/190/swapping/refundEgressIgnored.d.cts +4 -4
  912. package/dist/190/swapping/refundEgressIgnored.d.mts +4 -4
  913. package/dist/190/swapping/refundEgressScheduled.d.cts +4 -4
  914. package/dist/190/swapping/refundEgressScheduled.d.mts +4 -4
  915. package/dist/190/swapping/refundedOnChain.d.cts +4 -4
  916. package/dist/190/swapping/refundedOnChain.d.mts +4 -4
  917. package/dist/190/swapping/swapDepositAddressReady.d.cts +28 -28
  918. package/dist/190/swapping/swapDepositAddressReady.d.mts +28 -28
  919. package/dist/190/swapping/swapEgressIgnored.d.cts +4 -4
  920. package/dist/190/swapping/swapEgressIgnored.d.mts +4 -4
  921. package/dist/190/swapping/swapEgressScheduled.d.cts +4 -4
  922. package/dist/190/swapping/swapEgressScheduled.d.mts +4 -4
  923. package/dist/190/swapping/swapRequested.d.cts +8 -8
  924. package/dist/190/swapping/swapRequested.d.mts +8 -8
  925. package/dist/190/tradingStrategy/strategyDeployed.d.cts +8 -8
  926. package/dist/190/tradingStrategy/strategyDeployed.d.mts +8 -8
  927. package/dist/200/common.d.cts +56 -56
  928. package/dist/200/common.d.mts +56 -56
  929. package/dist/200/environment/runtimeSafeModeUpdated.d.cts +56 -56
  930. package/dist/200/environment/runtimeSafeModeUpdated.d.mts +56 -56
  931. package/dist/200/lendingPools/lendingFundsAdded.d.cts +4 -4
  932. package/dist/200/lendingPools/lendingFundsAdded.d.mts +4 -4
  933. package/dist/200/lendingPools/lendingFundsRemoved.d.cts +4 -4
  934. package/dist/200/lendingPools/lendingFundsRemoved.d.mts +4 -4
  935. package/dist/200/lendingPools/liquidationCompleted.d.cts +4 -4
  936. package/dist/200/lendingPools/liquidationCompleted.d.mts +4 -4
  937. package/dist/200/lendingPools/loanCreated.d.cts +4 -4
  938. package/dist/200/lendingPools/loanCreated.d.mts +4 -4
  939. package/dist/200/swapping/accountCreationDepositAddressReady.d.cts +4 -4
  940. package/dist/200/swapping/accountCreationDepositAddressReady.d.mts +4 -4
  941. package/dist/200/swapping/swapAborted.d.cts +4 -4
  942. package/dist/200/swapping/swapAborted.d.mts +4 -4
  943. package/dist/200/swapping/swapRequestCompleted.d.cts +4 -4
  944. package/dist/200/swapping/swapRequestCompleted.d.mts +4 -4
  945. package/dist/200/swapping/swapRequested.d.cts +32 -32
  946. package/dist/200/swapping/swapRequested.d.mts +32 -32
  947. package/dist/200/swapping/swapRescheduled.d.cts +6 -6
  948. package/dist/200/swapping/swapRescheduled.d.mts +6 -6
  949. package/dist/210/arbitrumIngressEgress/ccmEgressInvalid.d.cts +204 -204
  950. package/dist/210/arbitrumIngressEgress/ccmEgressInvalid.d.mts +204 -204
  951. package/dist/210/arbitrumIngressEgress/depositBoosted.d.cts +8 -8
  952. package/dist/210/arbitrumIngressEgress/depositBoosted.d.mts +8 -8
  953. package/dist/210/arbitrumIngressEgress/depositFailed.d.cts +320 -320
  954. package/dist/210/arbitrumIngressEgress/depositFailed.d.mts +320 -320
  955. package/dist/210/arbitrumIngressEgress/depositFinalised.d.cts +8 -8
  956. package/dist/210/arbitrumIngressEgress/depositFinalised.d.mts +8 -8
  957. package/dist/210/arbitrumIngressEgress/failedToBuildAllBatchCall.d.cts +204 -204
  958. package/dist/210/arbitrumIngressEgress/failedToBuildAllBatchCall.d.mts +204 -204
  959. package/dist/210/arbitrumIngressEgress/insufficientBoostLiquidity.d.cts +4 -4
  960. package/dist/210/arbitrumIngressEgress/insufficientBoostLiquidity.d.mts +4 -4
  961. package/dist/210/assetBalances/refundSkipped.d.cts +148 -148
  962. package/dist/210/assetBalances/refundSkipped.d.mts +148 -148
  963. package/dist/210/assethubIngressEgress/ccmEgressInvalid.d.cts +204 -204
  964. package/dist/210/assethubIngressEgress/ccmEgressInvalid.d.mts +204 -204
  965. package/dist/210/assethubIngressEgress/depositFailed.d.cts +320 -320
  966. package/dist/210/assethubIngressEgress/depositFailed.d.mts +320 -320
  967. package/dist/210/assethubIngressEgress/failedToBuildAllBatchCall.d.cts +204 -204
  968. package/dist/210/assethubIngressEgress/failedToBuildAllBatchCall.d.mts +204 -204
  969. package/dist/210/bitcoinIngressEgress/ccmEgressInvalid.d.cts +204 -204
  970. package/dist/210/bitcoinIngressEgress/ccmEgressInvalid.d.mts +204 -204
  971. package/dist/210/bitcoinIngressEgress/depositFailed.d.cts +580 -580
  972. package/dist/210/bitcoinIngressEgress/depositFailed.d.mts +580 -580
  973. package/dist/210/bitcoinIngressEgress/failedToBuildAllBatchCall.d.cts +204 -204
  974. package/dist/210/bitcoinIngressEgress/failedToBuildAllBatchCall.d.mts +204 -204
  975. package/dist/210/bitcoinThresholdSigner/thresholdDispatchComplete.d.cts +68 -68
  976. package/dist/210/bitcoinThresholdSigner/thresholdDispatchComplete.d.mts +68 -68
  977. package/dist/210/common.d.cts +2906 -2906
  978. package/dist/210/common.d.mts +2906 -2906
  979. package/dist/210/emissions/flipBurnSkipped.d.cts +40 -40
  980. package/dist/210/emissions/flipBurnSkipped.d.mts +40 -40
  981. package/dist/210/environment/runtimeSafeModeUpdated.d.cts +124 -124
  982. package/dist/210/environment/runtimeSafeModeUpdated.d.mts +124 -124
  983. package/dist/210/ethereumIngressEgress/ccmEgressInvalid.d.cts +204 -204
  984. package/dist/210/ethereumIngressEgress/ccmEgressInvalid.d.mts +204 -204
  985. package/dist/210/ethereumIngressEgress/depositBoosted.d.cts +8 -8
  986. package/dist/210/ethereumIngressEgress/depositBoosted.d.mts +8 -8
  987. package/dist/210/ethereumIngressEgress/depositFailed.d.cts +320 -320
  988. package/dist/210/ethereumIngressEgress/depositFailed.d.mts +320 -320
  989. package/dist/210/ethereumIngressEgress/depositFinalised.d.cts +8 -8
  990. package/dist/210/ethereumIngressEgress/depositFinalised.d.mts +8 -8
  991. package/dist/210/ethereumIngressEgress/failedToBuildAllBatchCall.d.cts +204 -204
  992. package/dist/210/ethereumIngressEgress/failedToBuildAllBatchCall.d.mts +204 -204
  993. package/dist/210/ethereumIngressEgress/insufficientBoostLiquidity.d.cts +4 -4
  994. package/dist/210/ethereumIngressEgress/insufficientBoostLiquidity.d.mts +4 -4
  995. package/dist/210/evmThresholdSigner/thresholdDispatchComplete.d.cts +68 -68
  996. package/dist/210/evmThresholdSigner/thresholdDispatchComplete.d.mts +68 -68
  997. package/dist/210/funding/sCCallCannotBeExecuted.d.cts +108 -108
  998. package/dist/210/funding/sCCallCannotBeExecuted.d.mts +108 -108
  999. package/dist/210/governance/failedExecution.d.cts +20 -20
  1000. package/dist/210/governance/failedExecution.d.mts +20 -20
  1001. package/dist/210/governance/govKeyCallExecutionFailed.d.cts +44 -44
  1002. package/dist/210/governance/govKeyCallExecutionFailed.d.mts +44 -44
  1003. package/dist/210/lendingPools/collateralAdded.d.cts +8 -8
  1004. package/dist/210/lendingPools/collateralAdded.d.mts +8 -8
  1005. package/dist/210/lendingPools/lendingFundsRemoved.d.cts +4 -4
  1006. package/dist/210/lendingPools/lendingFundsRemoved.d.mts +4 -4
  1007. package/dist/210/lendingPools/palletConfigUpdated.d.cts +32 -32
  1008. package/dist/210/lendingPools/palletConfigUpdated.d.mts +32 -32
  1009. package/dist/210/lendingPools/stoppedBoosting.d.cts +4 -4
  1010. package/dist/210/lendingPools/stoppedBoosting.d.mts +4 -4
  1011. package/dist/210/liquidityPools/limitOrderUpdated.d.cts +16 -16
  1012. package/dist/210/liquidityPools/limitOrderUpdated.d.mts +16 -16
  1013. package/dist/210/liquidityPools/rangeOrderUpdated.d.cts +16 -16
  1014. package/dist/210/liquidityPools/rangeOrderUpdated.d.mts +16 -16
  1015. package/dist/210/liquidityPools/scheduledLimitOrderUpdateDispatchFailure.d.cts +40 -40
  1016. package/dist/210/liquidityPools/scheduledLimitOrderUpdateDispatchFailure.d.mts +40 -40
  1017. package/dist/210/liquidityProvider/assetBalancePurgeFailed.d.cts +40 -40
  1018. package/dist/210/liquidityProvider/assetBalancePurgeFailed.d.mts +40 -40
  1019. package/dist/210/liquidityProvider/assetBalancePurged.d.cts +8 -8
  1020. package/dist/210/liquidityProvider/assetBalancePurged.d.mts +8 -8
  1021. package/dist/210/liquidityProvider/liquidityDepositAddressReady.d.cts +8 -8
  1022. package/dist/210/liquidityProvider/liquidityDepositAddressReady.d.mts +8 -8
  1023. package/dist/210/liquidityProvider/withdrawalEgressScheduled.d.cts +8 -8
  1024. package/dist/210/liquidityProvider/withdrawalEgressScheduled.d.mts +8 -8
  1025. package/dist/210/polkadotIngressEgress/ccmEgressInvalid.d.cts +204 -204
  1026. package/dist/210/polkadotIngressEgress/ccmEgressInvalid.d.mts +204 -204
  1027. package/dist/210/polkadotIngressEgress/depositFailed.d.cts +320 -320
  1028. package/dist/210/polkadotIngressEgress/depositFailed.d.mts +320 -320
  1029. package/dist/210/polkadotIngressEgress/failedToBuildAllBatchCall.d.cts +204 -204
  1030. package/dist/210/polkadotIngressEgress/failedToBuildAllBatchCall.d.mts +204 -204
  1031. package/dist/210/polkadotThresholdSigner/thresholdDispatchComplete.d.cts +68 -68
  1032. package/dist/210/polkadotThresholdSigner/thresholdDispatchComplete.d.mts +68 -68
  1033. package/dist/210/solanaIngressEgress/ccmEgressInvalid.d.cts +204 -204
  1034. package/dist/210/solanaIngressEgress/ccmEgressInvalid.d.mts +204 -204
  1035. package/dist/210/solanaIngressEgress/depositBoosted.d.cts +24 -24
  1036. package/dist/210/solanaIngressEgress/depositBoosted.d.mts +24 -24
  1037. package/dist/210/solanaIngressEgress/depositFailed.d.cts +384 -384
  1038. package/dist/210/solanaIngressEgress/depositFailed.d.mts +384 -384
  1039. package/dist/210/solanaIngressEgress/depositFinalised.d.cts +24 -24
  1040. package/dist/210/solanaIngressEgress/depositFinalised.d.mts +24 -24
  1041. package/dist/210/solanaIngressEgress/failedToBuildAllBatchCall.d.cts +204 -204
  1042. package/dist/210/solanaIngressEgress/failedToBuildAllBatchCall.d.mts +204 -204
  1043. package/dist/210/solanaIngressEgress/insufficientBoostLiquidity.d.cts +4 -4
  1044. package/dist/210/solanaIngressEgress/insufficientBoostLiquidity.d.mts +4 -4
  1045. package/dist/210/solanaThresholdSigner/thresholdDispatchComplete.d.cts +68 -68
  1046. package/dist/210/solanaThresholdSigner/thresholdDispatchComplete.d.mts +68 -68
  1047. package/dist/210/swapping/accountCreationDepositAddressReady.d.cts +24 -24
  1048. package/dist/210/swapping/accountCreationDepositAddressReady.d.mts +24 -24
  1049. package/dist/210/swapping/refundEgressIgnored.d.cts +40 -40
  1050. package/dist/210/swapping/refundEgressIgnored.d.mts +40 -40
  1051. package/dist/210/swapping/swapDepositAddressReady.d.cts +54 -54
  1052. package/dist/210/swapping/swapDepositAddressReady.d.mts +54 -54
  1053. package/dist/210/swapping/swapEgressIgnored.d.cts +40 -40
  1054. package/dist/210/swapping/swapEgressIgnored.d.mts +40 -40
  1055. package/dist/210/swapping/swapRequested.d.cts +786 -786
  1056. package/dist/210/swapping/swapRequested.d.mts +786 -786
  1057. package/dist/210/swapping/withdrawalRequested.d.cts +12 -12
  1058. package/dist/210/swapping/withdrawalRequested.d.mts +12 -12
  1059. package/dist/210/system/extrinsicFailed.d.cts +40 -40
  1060. package/dist/210/system/extrinsicFailed.d.mts +40 -40
  1061. package/dist/210/system/rejectedInvalidAuthorizedUpgrade.d.cts +40 -40
  1062. package/dist/210/system/rejectedInvalidAuthorizedUpgrade.d.mts +40 -40
  1063. package/dist/210/witnesser/prewitnessExecutionFailed.d.cts +44 -44
  1064. package/dist/210/witnesser/prewitnessExecutionFailed.d.mts +44 -44
  1065. package/dist/210/witnesser/witnessExecutionFailed.d.cts +44 -44
  1066. package/dist/210/witnesser/witnessExecutionFailed.d.mts +44 -44
  1067. package/dist/220/arbitrumIngressEgress/ccmBroadcastRequested.d.cts +4 -4
  1068. package/dist/220/arbitrumIngressEgress/ccmBroadcastRequested.d.mts +4 -4
  1069. package/dist/220/arbitrumIngressEgress/ccmEgressInvalid.d.cts +8 -8
  1070. package/dist/220/arbitrumIngressEgress/ccmEgressInvalid.d.mts +8 -8
  1071. package/dist/220/arbitrumIngressEgress/depositBoosted.d.cts +28 -28
  1072. package/dist/220/arbitrumIngressEgress/depositBoosted.d.mts +28 -28
  1073. package/dist/220/arbitrumIngressEgress/depositFailed.d.cts +72 -72
  1074. package/dist/220/arbitrumIngressEgress/depositFailed.d.mts +72 -72
  1075. package/dist/220/arbitrumIngressEgress/depositFinalised.d.cts +8 -8
  1076. package/dist/220/arbitrumIngressEgress/depositFinalised.d.mts +8 -8
  1077. package/dist/220/arbitrumIngressEgress/transferFallbackRequested.d.cts +4 -4
  1078. package/dist/220/arbitrumIngressEgress/transferFallbackRequested.d.mts +4 -4
  1079. package/dist/220/assetBalances/accountCredited.d.cts +14 -14
  1080. package/dist/220/assetBalances/accountCredited.d.mts +14 -14
  1081. package/dist/220/assetBalances/accountDebited.d.cts +14 -14
  1082. package/dist/220/assetBalances/accountDebited.d.mts +14 -14
  1083. package/dist/220/assetBalances/refundSkipped.d.cts +106 -106
  1084. package/dist/220/assetBalances/refundSkipped.d.mts +106 -106
  1085. package/dist/220/assethubIngressEgress/ccmBroadcastRequested.d.cts +4 -4
  1086. package/dist/220/assethubIngressEgress/ccmBroadcastRequested.d.mts +4 -4
  1087. package/dist/220/assethubIngressEgress/ccmEgressInvalid.d.cts +8 -8
  1088. package/dist/220/assethubIngressEgress/ccmEgressInvalid.d.mts +8 -8
  1089. package/dist/220/assethubIngressEgress/depositBoosted.d.cts +28 -28
  1090. package/dist/220/assethubIngressEgress/depositBoosted.d.mts +28 -28
  1091. package/dist/220/assethubIngressEgress/depositFailed.d.cts +72 -72
  1092. package/dist/220/assethubIngressEgress/depositFailed.d.mts +72 -72
  1093. package/dist/220/assethubIngressEgress/depositFinalised.d.cts +8 -8
  1094. package/dist/220/assethubIngressEgress/depositFinalised.d.mts +8 -8
  1095. package/dist/220/assethubIngressEgress/transferFallbackRequested.d.cts +4 -4
  1096. package/dist/220/assethubIngressEgress/transferFallbackRequested.d.mts +4 -4
  1097. package/dist/220/bitcoinIngressEgress/ccmBroadcastRequested.d.cts +4 -4
  1098. package/dist/220/bitcoinIngressEgress/ccmBroadcastRequested.d.mts +4 -4
  1099. package/dist/220/bitcoinIngressEgress/ccmEgressInvalid.d.cts +8 -8
  1100. package/dist/220/bitcoinIngressEgress/ccmEgressInvalid.d.mts +8 -8
  1101. package/dist/220/bitcoinIngressEgress/depositBoosted.d.cts +28 -28
  1102. package/dist/220/bitcoinIngressEgress/depositBoosted.d.mts +28 -28
  1103. package/dist/220/bitcoinIngressEgress/depositFailed.d.cts +84 -84
  1104. package/dist/220/bitcoinIngressEgress/depositFailed.d.mts +84 -84
  1105. package/dist/220/bitcoinIngressEgress/depositFinalised.d.cts +8 -8
  1106. package/dist/220/bitcoinIngressEgress/depositFinalised.d.mts +8 -8
  1107. package/dist/220/bitcoinIngressEgress/transferFallbackRequested.d.cts +4 -4
  1108. package/dist/220/bitcoinIngressEgress/transferFallbackRequested.d.mts +4 -4
  1109. package/dist/220/common.d.cts +607 -607
  1110. package/dist/220/common.d.mts +607 -607
  1111. package/dist/220/environment/runtimeSafeModeUpdated.d.cts +84 -84
  1112. package/dist/220/environment/runtimeSafeModeUpdated.d.mts +84 -84
  1113. package/dist/220/ethereumIngressEgress/ccmBroadcastRequested.d.cts +4 -4
  1114. package/dist/220/ethereumIngressEgress/ccmBroadcastRequested.d.mts +4 -4
  1115. package/dist/220/ethereumIngressEgress/ccmEgressInvalid.d.cts +8 -8
  1116. package/dist/220/ethereumIngressEgress/ccmEgressInvalid.d.mts +8 -8
  1117. package/dist/220/ethereumIngressEgress/depositBoosted.d.cts +28 -28
  1118. package/dist/220/ethereumIngressEgress/depositBoosted.d.mts +28 -28
  1119. package/dist/220/ethereumIngressEgress/depositFailed.d.cts +72 -72
  1120. package/dist/220/ethereumIngressEgress/depositFailed.d.mts +72 -72
  1121. package/dist/220/ethereumIngressEgress/depositFinalised.d.cts +8 -8
  1122. package/dist/220/ethereumIngressEgress/depositFinalised.d.mts +8 -8
  1123. package/dist/220/ethereumIngressEgress/transferFallbackRequested.d.cts +4 -4
  1124. package/dist/220/ethereumIngressEgress/transferFallbackRequested.d.mts +4 -4
  1125. package/dist/220/funding/funded.d.cts +16 -16
  1126. package/dist/220/funding/funded.d.mts +16 -16
  1127. package/dist/220/lendingPools/boostFundsAdded.d.cts +16 -16
  1128. package/dist/220/lendingPools/boostFundsAdded.d.mts +16 -16
  1129. package/dist/220/lendingPools/boostPoolCreated.d.cts +16 -16
  1130. package/dist/220/lendingPools/boostPoolCreated.d.mts +16 -16
  1131. package/dist/220/lendingPools/lendingFundsAdded.d.cts +12 -12
  1132. package/dist/220/lendingPools/lendingFundsAdded.d.mts +12 -12
  1133. package/dist/220/lendingPools/lendingFundsRemoved.d.cts +16 -16
  1134. package/dist/220/lendingPools/lendingFundsRemoved.d.mts +16 -16
  1135. package/dist/220/lendingPools/lendingPoolCreated.d.cts +12 -12
  1136. package/dist/220/lendingPools/lendingPoolCreated.d.mts +12 -12
  1137. package/dist/220/lendingPools/loanCreated.d.cts +12 -12
  1138. package/dist/220/lendingPools/loanCreated.d.mts +12 -12
  1139. package/dist/220/lendingPools/loanRepaid.d.cts +4 -4
  1140. package/dist/220/lendingPools/loanRepaid.d.mts +4 -4
  1141. package/dist/220/lendingPools/palletConfigUpdated.d.cts +36 -36
  1142. package/dist/220/lendingPools/palletConfigUpdated.d.mts +36 -36
  1143. package/dist/220/lendingPools/stoppedBoosting.d.cts +16 -16
  1144. package/dist/220/lendingPools/stoppedBoosting.d.mts +16 -16
  1145. package/dist/220/liquidityPools/assetSwapped.d.cts +28 -28
  1146. package/dist/220/liquidityPools/assetSwapped.d.mts +28 -28
  1147. package/dist/220/liquidityPools/limitOrderUpdated.d.cts +24 -24
  1148. package/dist/220/liquidityPools/limitOrderUpdated.d.mts +24 -24
  1149. package/dist/220/liquidityPools/newPoolCreated.d.cts +24 -24
  1150. package/dist/220/liquidityPools/newPoolCreated.d.mts +24 -24
  1151. package/dist/220/liquidityPools/orderDeletionFailed.d.cts +64 -64
  1152. package/dist/220/liquidityPools/orderDeletionFailed.d.mts +64 -64
  1153. package/dist/220/liquidityPools/palletConfigUpdated.d.cts +16 -16
  1154. package/dist/220/liquidityPools/palletConfigUpdated.d.mts +16 -16
  1155. package/dist/220/liquidityPools/poolFeeSet.d.cts +24 -24
  1156. package/dist/220/liquidityPools/poolFeeSet.d.mts +24 -24
  1157. package/dist/220/liquidityPools/rangeOrderUpdated.d.cts +24 -24
  1158. package/dist/220/liquidityPools/rangeOrderUpdated.d.mts +24 -24
  1159. package/dist/220/liquidityProvider/assetBalancePurgeFailed.d.cts +18 -18
  1160. package/dist/220/liquidityProvider/assetBalancePurgeFailed.d.mts +18 -18
  1161. package/dist/220/liquidityProvider/assetBalancePurged.d.cts +24 -24
  1162. package/dist/220/liquidityProvider/assetBalancePurged.d.mts +24 -24
  1163. package/dist/220/liquidityProvider/assetTransferred.d.cts +12 -12
  1164. package/dist/220/liquidityProvider/assetTransferred.d.mts +12 -12
  1165. package/dist/220/liquidityProvider/liquidityDepositAddressReady.d.cts +36 -36
  1166. package/dist/220/liquidityProvider/liquidityDepositAddressReady.d.mts +36 -36
  1167. package/dist/220/liquidityProvider/liquidityRefundAddressRegistered.d.cts +4 -4
  1168. package/dist/220/liquidityProvider/liquidityRefundAddressRegistered.d.mts +4 -4
  1169. package/dist/220/liquidityProvider/withdrawalEgressScheduled.d.cts +20 -20
  1170. package/dist/220/liquidityProvider/withdrawalEgressScheduled.d.mts +20 -20
  1171. package/dist/220/polkadotIngressEgress/ccmBroadcastRequested.d.cts +4 -4
  1172. package/dist/220/polkadotIngressEgress/ccmBroadcastRequested.d.mts +4 -4
  1173. package/dist/220/polkadotIngressEgress/ccmEgressInvalid.d.cts +8 -8
  1174. package/dist/220/polkadotIngressEgress/ccmEgressInvalid.d.mts +8 -8
  1175. package/dist/220/polkadotIngressEgress/depositBoosted.d.cts +28 -28
  1176. package/dist/220/polkadotIngressEgress/depositBoosted.d.mts +28 -28
  1177. package/dist/220/polkadotIngressEgress/depositFailed.d.cts +72 -72
  1178. package/dist/220/polkadotIngressEgress/depositFailed.d.mts +72 -72
  1179. package/dist/220/polkadotIngressEgress/depositFinalised.d.cts +8 -8
  1180. package/dist/220/polkadotIngressEgress/depositFinalised.d.mts +8 -8
  1181. package/dist/220/polkadotIngressEgress/transferFallbackRequested.d.cts +4 -4
  1182. package/dist/220/polkadotIngressEgress/transferFallbackRequested.d.mts +4 -4
  1183. package/dist/220/solanaIngressEgress/ccmBroadcastRequested.d.cts +4 -4
  1184. package/dist/220/solanaIngressEgress/ccmBroadcastRequested.d.mts +4 -4
  1185. package/dist/220/solanaIngressEgress/ccmEgressInvalid.d.cts +8 -8
  1186. package/dist/220/solanaIngressEgress/ccmEgressInvalid.d.mts +8 -8
  1187. package/dist/220/solanaIngressEgress/depositBoosted.d.cts +28 -28
  1188. package/dist/220/solanaIngressEgress/depositBoosted.d.mts +28 -28
  1189. package/dist/220/solanaIngressEgress/depositFailed.d.cts +72 -72
  1190. package/dist/220/solanaIngressEgress/depositFailed.d.mts +72 -72
  1191. package/dist/220/solanaIngressEgress/depositFinalised.d.cts +8 -8
  1192. package/dist/220/solanaIngressEgress/depositFinalised.d.mts +8 -8
  1193. package/dist/220/solanaIngressEgress/transferFallbackRequested.d.cts +4 -4
  1194. package/dist/220/solanaIngressEgress/transferFallbackRequested.d.mts +4 -4
  1195. package/dist/220/swapping/accountCreationDepositAddressReady.d.cts +40 -40
  1196. package/dist/220/swapping/accountCreationDepositAddressReady.d.mts +40 -40
  1197. package/dist/220/swapping/batchSwapFailed.d.cts +12 -12
  1198. package/dist/220/swapping/batchSwapFailed.d.mts +12 -12
  1199. package/dist/220/swapping/creditedOnChain.d.cts +20 -20
  1200. package/dist/220/swapping/creditedOnChain.d.mts +20 -20
  1201. package/dist/220/swapping/palletConfigUpdated.d.cts +96 -96
  1202. package/dist/220/swapping/palletConfigUpdated.d.mts +96 -96
  1203. package/dist/220/swapping/refundEgressIgnored.d.cts +16 -16
  1204. package/dist/220/swapping/refundEgressIgnored.d.mts +16 -16
  1205. package/dist/220/swapping/refundEgressScheduled.d.cts +28 -28
  1206. package/dist/220/swapping/refundEgressScheduled.d.mts +28 -28
  1207. package/dist/220/swapping/refundedOnChain.d.cts +20 -20
  1208. package/dist/220/swapping/refundedOnChain.d.mts +20 -20
  1209. package/dist/220/swapping/swapAmountConfiscated.d.cts +12 -12
  1210. package/dist/220/swapping/swapAmountConfiscated.d.mts +12 -12
  1211. package/dist/220/swapping/swapDepositAddressReady.d.cts +58 -58
  1212. package/dist/220/swapping/swapDepositAddressReady.d.mts +58 -58
  1213. package/dist/220/swapping/swapEgressIgnored.d.cts +16 -16
  1214. package/dist/220/swapping/swapEgressIgnored.d.mts +16 -16
  1215. package/dist/220/swapping/swapEgressScheduled.d.cts +28 -28
  1216. package/dist/220/swapping/swapEgressScheduled.d.mts +28 -28
  1217. package/dist/220/swapping/swapExecuted.d.cts +32 -32
  1218. package/dist/220/swapping/swapExecuted.d.mts +32 -32
  1219. package/dist/220/swapping/swapRequested.d.cts +158 -158
  1220. package/dist/220/swapping/swapRequested.d.mts +158 -158
  1221. package/dist/220/swapping/withdrawalRequested.d.cts +26 -26
  1222. package/dist/220/swapping/withdrawalRequested.d.mts +26 -26
  1223. package/dist/220/tradingStrategy/fundsAddedToStrategy.d.cts +12 -12
  1224. package/dist/220/tradingStrategy/fundsAddedToStrategy.d.mts +12 -12
  1225. package/dist/220/tradingStrategy/palletConfigUpdated.d.cts +48 -48
  1226. package/dist/220/tradingStrategy/palletConfigUpdated.d.mts +48 -48
  1227. package/dist/220/tradingStrategy/strategyDeployed.d.cts +80 -80
  1228. package/dist/220/tradingStrategy/strategyDeployed.d.mts +80 -80
  1229. package/dist/220/tronIngressEgress/ccmBroadcastRequested.d.cts +4 -4
  1230. package/dist/220/tronIngressEgress/ccmBroadcastRequested.d.mts +4 -4
  1231. package/dist/220/tronIngressEgress/ccmEgressInvalid.d.cts +8 -8
  1232. package/dist/220/tronIngressEgress/ccmEgressInvalid.d.mts +8 -8
  1233. package/dist/220/tronIngressEgress/channelRejectionRequestReceived.d.cts +4 -4
  1234. package/dist/220/tronIngressEgress/channelRejectionRequestReceived.d.mts +4 -4
  1235. package/dist/220/tronIngressEgress/depositBoosted.d.cts +28 -28
  1236. package/dist/220/tronIngressEgress/depositBoosted.d.mts +28 -28
  1237. package/dist/220/tronIngressEgress/depositFailed.d.cts +72 -72
  1238. package/dist/220/tronIngressEgress/depositFailed.d.mts +72 -72
  1239. package/dist/220/tronIngressEgress/depositFinalised.d.cts +8 -8
  1240. package/dist/220/tronIngressEgress/depositFinalised.d.mts +8 -8
  1241. package/dist/220/tronIngressEgress/transactionRejectedByBroker.d.cts +4 -4
  1242. package/dist/220/tronIngressEgress/transactionRejectedByBroker.d.mts +4 -4
  1243. package/dist/220/tronIngressEgress/transactionRejectionRequestExpired.d.cts +4 -4
  1244. package/dist/220/tronIngressEgress/transactionRejectionRequestExpired.d.mts +4 -4
  1245. package/dist/220/tronIngressEgress/transactionRejectionRequestReceived.d.cts +4 -4
  1246. package/dist/220/tronIngressEgress/transactionRejectionRequestReceived.d.mts +4 -4
  1247. package/dist/220/tronIngressEgress/transferFallbackRequested.d.cts +4 -4
  1248. package/dist/220/tronIngressEgress/transferFallbackRequested.d.mts +4 -4
  1249. package/package.json +3 -3
@@ -55,17 +55,17 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
55
55
  error: string;
56
56
  }>;
57
57
  }, "strip", z.ZodTypeAny, {
58
+ __kind: "Module";
58
59
  value: {
59
60
  index: number;
60
61
  error: `0x${string}`;
61
62
  };
62
- __kind: "Module";
63
63
  }, {
64
+ __kind: "Module";
64
65
  value: {
65
66
  index: number;
66
67
  error: string;
67
68
  };
68
- __kind: "Module";
69
69
  }>, z.ZodObject<{
70
70
  __kind: z.ZodLiteral<"ConsumerRemaining">;
71
71
  }, "strip", z.ZodTypeAny, {
@@ -96,13 +96,13 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
96
96
  __kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
97
97
  }>;
98
98
  }, "strip", z.ZodTypeAny, {
99
- value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
100
99
  __kind: "Token";
100
+ value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
101
101
  }, {
102
+ __kind: "Token";
102
103
  value: {
103
104
  __kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
104
105
  };
105
- __kind: "Token";
106
106
  }>, z.ZodObject<{
107
107
  __kind: z.ZodLiteral<"Arithmetic">;
108
108
  value: z.ZodEffects<z.ZodObject<{
@@ -115,13 +115,13 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
115
115
  __kind: "Underflow" | "Overflow" | "DivisionByZero";
116
116
  }>;
117
117
  }, "strip", z.ZodTypeAny, {
118
- value: "Underflow" | "Overflow" | "DivisionByZero";
119
118
  __kind: "Arithmetic";
119
+ value: "Underflow" | "Overflow" | "DivisionByZero";
120
120
  }, {
121
+ __kind: "Arithmetic";
121
122
  value: {
122
123
  __kind: "Underflow" | "Overflow" | "DivisionByZero";
123
124
  };
124
- __kind: "Arithmetic";
125
125
  }>, z.ZodObject<{
126
126
  __kind: z.ZodLiteral<"Transactional">;
127
127
  value: z.ZodEffects<z.ZodObject<{
@@ -134,13 +134,13 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
134
134
  __kind: "LimitReached" | "NoLayer";
135
135
  }>;
136
136
  }, "strip", z.ZodTypeAny, {
137
- value: "LimitReached" | "NoLayer";
138
137
  __kind: "Transactional";
138
+ value: "LimitReached" | "NoLayer";
139
139
  }, {
140
+ __kind: "Transactional";
140
141
  value: {
141
142
  __kind: "LimitReached" | "NoLayer";
142
143
  };
143
- __kind: "Transactional";
144
144
  }>, z.ZodObject<{
145
145
  __kind: z.ZodLiteral<"Exhausted">;
146
146
  }, "strip", z.ZodTypeAny, {
@@ -167,6 +167,7 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
167
167
  __kind: "RootNotAllowed";
168
168
  }>]>;
169
169
  }, "strip", z.ZodTypeAny, {
170
+ __kind: "DepositWitnessRejected";
170
171
  value: {
171
172
  __kind: "Other";
172
173
  } | {
@@ -174,11 +175,11 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
174
175
  } | {
175
176
  __kind: "BadOrigin";
176
177
  } | {
178
+ __kind: "Module";
177
179
  value: {
178
180
  index: number;
179
181
  error: `0x${string}`;
180
182
  };
181
- __kind: "Module";
182
183
  } | {
183
184
  __kind: "ConsumerRemaining";
184
185
  } | {
@@ -186,14 +187,14 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
186
187
  } | {
187
188
  __kind: "TooManyConsumers";
188
189
  } | {
189
- value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
190
190
  __kind: "Token";
191
+ value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
191
192
  } | {
192
- value: "Underflow" | "Overflow" | "DivisionByZero";
193
193
  __kind: "Arithmetic";
194
+ value: "Underflow" | "Overflow" | "DivisionByZero";
194
195
  } | {
195
- value: "LimitReached" | "NoLayer";
196
196
  __kind: "Transactional";
197
+ value: "LimitReached" | "NoLayer";
197
198
  } | {
198
199
  __kind: "Exhausted";
199
200
  } | {
@@ -203,8 +204,8 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
203
204
  } | {
204
205
  __kind: "RootNotAllowed";
205
206
  };
206
- __kind: "DepositWitnessRejected";
207
207
  }, {
208
+ __kind: "DepositWitnessRejected";
208
209
  value: {
209
210
  __kind: "Other";
210
211
  } | {
@@ -212,11 +213,11 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
212
213
  } | {
213
214
  __kind: "BadOrigin";
214
215
  } | {
216
+ __kind: "Module";
215
217
  value: {
216
218
  index: number;
217
219
  error: string;
218
220
  };
219
- __kind: "Module";
220
221
  } | {
221
222
  __kind: "ConsumerRemaining";
222
223
  } | {
@@ -224,20 +225,20 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
224
225
  } | {
225
226
  __kind: "TooManyConsumers";
226
227
  } | {
228
+ __kind: "Token";
227
229
  value: {
228
230
  __kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
229
231
  };
230
- __kind: "Token";
231
232
  } | {
233
+ __kind: "Arithmetic";
232
234
  value: {
233
235
  __kind: "Underflow" | "Overflow" | "DivisionByZero";
234
236
  };
235
- __kind: "Arithmetic";
236
237
  } | {
238
+ __kind: "Transactional";
237
239
  value: {
238
240
  __kind: "LimitReached" | "NoLayer";
239
241
  };
240
- __kind: "Transactional";
241
242
  } | {
242
243
  __kind: "Exhausted";
243
244
  } | {
@@ -247,7 +248,6 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
247
248
  } | {
248
249
  __kind: "RootNotAllowed";
249
250
  };
250
- __kind: "DepositWitnessRejected";
251
251
  }>, z.ZodObject<{
252
252
  __kind: z.ZodLiteral<"Unrefundable">;
253
253
  }, "strip", z.ZodTypeAny, {
@@ -262,47 +262,47 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
262
262
  __kind: z.ZodLiteral<"P2PKH">;
263
263
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
264
264
  }, "strip", z.ZodTypeAny, {
265
- value: `0x${string}`;
266
265
  __kind: "P2PKH";
266
+ value: `0x${string}`;
267
267
  }, {
268
- value: string;
269
268
  __kind: "P2PKH";
269
+ value: string;
270
270
  }>, z.ZodObject<{
271
271
  __kind: z.ZodLiteral<"P2SH">;
272
272
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
273
273
  }, "strip", z.ZodTypeAny, {
274
- value: `0x${string}`;
275
274
  __kind: "P2SH";
275
+ value: `0x${string}`;
276
276
  }, {
277
- value: string;
278
277
  __kind: "P2SH";
278
+ value: string;
279
279
  }>, z.ZodObject<{
280
280
  __kind: z.ZodLiteral<"P2WPKH">;
281
281
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
282
282
  }, "strip", z.ZodTypeAny, {
283
- value: `0x${string}`;
284
283
  __kind: "P2WPKH";
284
+ value: `0x${string}`;
285
285
  }, {
286
- value: string;
287
286
  __kind: "P2WPKH";
287
+ value: string;
288
288
  }>, z.ZodObject<{
289
289
  __kind: z.ZodLiteral<"P2WSH">;
290
290
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
291
291
  }, "strip", z.ZodTypeAny, {
292
- value: `0x${string}`;
293
292
  __kind: "P2WSH";
293
+ value: `0x${string}`;
294
294
  }, {
295
- value: string;
296
295
  __kind: "P2WSH";
296
+ value: string;
297
297
  }>, z.ZodObject<{
298
298
  __kind: z.ZodLiteral<"Taproot">;
299
299
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
300
300
  }, "strip", z.ZodTypeAny, {
301
- value: `0x${string}`;
302
301
  __kind: "Taproot";
302
+ value: `0x${string}`;
303
303
  }, {
304
- value: string;
305
304
  __kind: "Taproot";
305
+ value: string;
306
306
  }>, z.ZodObject<{
307
307
  __kind: z.ZodLiteral<"OtherSegwit">;
308
308
  version: z.ZodNumber;
@@ -423,27 +423,27 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
423
423
  };
424
424
  }>;
425
425
  }, "strip", z.ZodTypeAny, {
426
+ asset: "Btc";
426
427
  depositAddress: {
427
- value: `0x${string}`;
428
428
  __kind: "P2PKH";
429
- } | {
430
429
  value: `0x${string}`;
431
- __kind: "P2SH";
432
430
  } | {
431
+ __kind: "P2SH";
433
432
  value: `0x${string}`;
434
- __kind: "P2WPKH";
435
433
  } | {
434
+ __kind: "P2WPKH";
436
435
  value: `0x${string}`;
437
- __kind: "P2WSH";
438
436
  } | {
437
+ __kind: "P2WSH";
439
438
  value: `0x${string}`;
439
+ } | {
440
440
  __kind: "Taproot";
441
+ value: `0x${string}`;
441
442
  } | {
442
443
  __kind: "OtherSegwit";
443
444
  version: number;
444
445
  program: `0x${string}`;
445
446
  };
446
- asset: "Btc";
447
447
  amount: bigint;
448
448
  depositDetails: {
449
449
  depositAddress: {
@@ -464,29 +464,29 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
464
464
  };
465
465
  };
466
466
  }, {
467
+ asset: {
468
+ __kind: "Btc";
469
+ };
467
470
  depositAddress: {
468
- value: string;
469
471
  __kind: "P2PKH";
470
- } | {
471
472
  value: string;
472
- __kind: "P2SH";
473
473
  } | {
474
+ __kind: "P2SH";
474
475
  value: string;
475
- __kind: "P2WPKH";
476
476
  } | {
477
+ __kind: "P2WPKH";
477
478
  value: string;
478
- __kind: "P2WSH";
479
479
  } | {
480
+ __kind: "P2WSH";
480
481
  value: string;
482
+ } | {
481
483
  __kind: "Taproot";
484
+ value: string;
482
485
  } | {
483
486
  __kind: "OtherSegwit";
484
487
  version: number;
485
488
  program: string;
486
489
  };
487
- asset: {
488
- __kind: "Btc";
489
- };
490
490
  amount: string | number;
491
491
  depositDetails: {
492
492
  depositAddress: {
@@ -510,27 +510,27 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
510
510
  }, "strip", z.ZodTypeAny, {
511
511
  __kind: "DepositFailedDepositChannelVariantBitcoin";
512
512
  depositWitness: {
513
+ asset: "Btc";
513
514
  depositAddress: {
514
- value: `0x${string}`;
515
515
  __kind: "P2PKH";
516
- } | {
517
516
  value: `0x${string}`;
518
- __kind: "P2SH";
519
517
  } | {
518
+ __kind: "P2SH";
520
519
  value: `0x${string}`;
521
- __kind: "P2WPKH";
522
520
  } | {
521
+ __kind: "P2WPKH";
523
522
  value: `0x${string}`;
524
- __kind: "P2WSH";
525
523
  } | {
524
+ __kind: "P2WSH";
526
525
  value: `0x${string}`;
526
+ } | {
527
527
  __kind: "Taproot";
528
+ value: `0x${string}`;
528
529
  } | {
529
530
  __kind: "OtherSegwit";
530
531
  version: number;
531
532
  program: `0x${string}`;
532
533
  };
533
- asset: "Btc";
534
534
  amount: bigint;
535
535
  depositDetails: {
536
536
  depositAddress: {
@@ -554,29 +554,29 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
554
554
  }, {
555
555
  __kind: "DepositFailedDepositChannelVariantBitcoin";
556
556
  depositWitness: {
557
+ asset: {
558
+ __kind: "Btc";
559
+ };
557
560
  depositAddress: {
558
- value: string;
559
561
  __kind: "P2PKH";
560
- } | {
561
562
  value: string;
562
- __kind: "P2SH";
563
563
  } | {
564
+ __kind: "P2SH";
564
565
  value: string;
565
- __kind: "P2WPKH";
566
566
  } | {
567
+ __kind: "P2WPKH";
567
568
  value: string;
568
- __kind: "P2WSH";
569
569
  } | {
570
+ __kind: "P2WSH";
570
571
  value: string;
572
+ } | {
571
573
  __kind: "Taproot";
574
+ value: string;
572
575
  } | {
573
576
  __kind: "OtherSegwit";
574
577
  version: number;
575
578
  program: string;
576
579
  };
577
- asset: {
578
- __kind: "Btc";
579
- };
580
580
  amount: string | number;
581
581
  depositDetails: {
582
582
  depositAddress: {
@@ -613,47 +613,47 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
613
613
  __kind: z.ZodLiteral<"P2PKH">;
614
614
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
615
615
  }, "strip", z.ZodTypeAny, {
616
- value: `0x${string}`;
617
616
  __kind: "P2PKH";
617
+ value: `0x${string}`;
618
618
  }, {
619
- value: string;
620
619
  __kind: "P2PKH";
620
+ value: string;
621
621
  }>, z.ZodObject<{
622
622
  __kind: z.ZodLiteral<"P2SH">;
623
623
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
624
624
  }, "strip", z.ZodTypeAny, {
625
- value: `0x${string}`;
626
625
  __kind: "P2SH";
626
+ value: `0x${string}`;
627
627
  }, {
628
- value: string;
629
628
  __kind: "P2SH";
629
+ value: string;
630
630
  }>, z.ZodObject<{
631
631
  __kind: z.ZodLiteral<"P2WPKH">;
632
632
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
633
633
  }, "strip", z.ZodTypeAny, {
634
- value: `0x${string}`;
635
634
  __kind: "P2WPKH";
635
+ value: `0x${string}`;
636
636
  }, {
637
- value: string;
638
637
  __kind: "P2WPKH";
638
+ value: string;
639
639
  }>, z.ZodObject<{
640
640
  __kind: z.ZodLiteral<"P2WSH">;
641
641
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
642
642
  }, "strip", z.ZodTypeAny, {
643
- value: `0x${string}`;
644
643
  __kind: "P2WSH";
644
+ value: `0x${string}`;
645
645
  }, {
646
- value: string;
647
646
  __kind: "P2WSH";
647
+ value: string;
648
648
  }>, z.ZodObject<{
649
649
  __kind: z.ZodLiteral<"Taproot">;
650
650
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
651
651
  }, "strip", z.ZodTypeAny, {
652
- value: `0x${string}`;
653
652
  __kind: "Taproot";
653
+ value: `0x${string}`;
654
654
  }, {
655
- value: string;
656
655
  __kind: "Taproot";
656
+ value: string;
657
657
  }>, z.ZodObject<{
658
658
  __kind: z.ZodLiteral<"OtherSegwit">;
659
659
  version: z.ZodNumber;
@@ -768,21 +768,21 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
768
768
  outputAsset: z.ZodEffects<z.ZodObject<{
769
769
  __kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc", "HubDot", "HubUsdt", "HubUsdc"]>;
770
770
  }, "strip", z.ZodTypeAny, {
771
- __kind: "HubDot" | "HubUsdt" | "HubUsdc" | "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc";
771
+ __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
772
772
  }, {
773
- __kind: "HubDot" | "HubUsdt" | "HubUsdc" | "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc";
774
- }>, "HubDot" | "HubUsdt" | "HubUsdc" | "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc", {
775
- __kind: "HubDot" | "HubUsdt" | "HubUsdc" | "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc";
773
+ __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
774
+ }>, "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc", {
775
+ __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
776
776
  }>;
777
777
  destinationAddress: z.ZodEffects<z.ZodObject<{
778
778
  __kind: z.ZodEnum<["Eth", "Dot", "Btc", "Arb", "Sol", "Hub"]>;
779
779
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
780
780
  }, "strip", z.ZodTypeAny, {
781
- value: `0x${string}`;
782
781
  __kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
782
+ value: `0x${string}`;
783
783
  }, {
784
- value: string;
785
784
  __kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
785
+ value: string;
786
786
  }>, {
787
787
  readonly chain: "Ethereum";
788
788
  readonly address: `0x${string}`;
@@ -802,8 +802,8 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
802
802
  readonly chain: "Assethub";
803
803
  readonly address: string;
804
804
  }, {
805
- value: string;
806
805
  __kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
806
+ value: string;
807
807
  }>;
808
808
  depositMetadata: z.ZodOptional<z.ZodNullable<z.ZodObject<{
809
809
  channelMetadata: z.ZodObject<{
@@ -832,67 +832,67 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
832
832
  __kind: z.ZodLiteral<"Eth">;
833
833
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
834
834
  }, "strip", z.ZodTypeAny, {
835
- value: `0x${string}`;
836
835
  __kind: "Eth";
836
+ value: `0x${string}`;
837
837
  }, {
838
- value: string;
839
838
  __kind: "Eth";
839
+ value: string;
840
840
  }>, z.ZodObject<{
841
841
  __kind: z.ZodLiteral<"Dot">;
842
842
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
843
843
  }, "strip", z.ZodTypeAny, {
844
- value: `0x${string}`;
845
844
  __kind: "Dot";
845
+ value: `0x${string}`;
846
846
  }, {
847
- value: string;
848
847
  __kind: "Dot";
848
+ value: string;
849
849
  }>, z.ZodObject<{
850
850
  __kind: z.ZodLiteral<"Btc">;
851
851
  value: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
852
852
  __kind: z.ZodLiteral<"P2PKH">;
853
853
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
854
854
  }, "strip", z.ZodTypeAny, {
855
- value: `0x${string}`;
856
855
  __kind: "P2PKH";
856
+ value: `0x${string}`;
857
857
  }, {
858
- value: string;
859
858
  __kind: "P2PKH";
859
+ value: string;
860
860
  }>, z.ZodObject<{
861
861
  __kind: z.ZodLiteral<"P2SH">;
862
862
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
863
863
  }, "strip", z.ZodTypeAny, {
864
- value: `0x${string}`;
865
864
  __kind: "P2SH";
865
+ value: `0x${string}`;
866
866
  }, {
867
- value: string;
868
867
  __kind: "P2SH";
868
+ value: string;
869
869
  }>, z.ZodObject<{
870
870
  __kind: z.ZodLiteral<"P2WPKH">;
871
871
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
872
872
  }, "strip", z.ZodTypeAny, {
873
- value: `0x${string}`;
874
873
  __kind: "P2WPKH";
874
+ value: `0x${string}`;
875
875
  }, {
876
- value: string;
877
876
  __kind: "P2WPKH";
877
+ value: string;
878
878
  }>, z.ZodObject<{
879
879
  __kind: z.ZodLiteral<"P2WSH">;
880
880
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
881
881
  }, "strip", z.ZodTypeAny, {
882
- value: `0x${string}`;
883
882
  __kind: "P2WSH";
883
+ value: `0x${string}`;
884
884
  }, {
885
- value: string;
886
885
  __kind: "P2WSH";
886
+ value: string;
887
887
  }>, z.ZodObject<{
888
888
  __kind: z.ZodLiteral<"Taproot">;
889
889
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
890
890
  }, "strip", z.ZodTypeAny, {
891
- value: `0x${string}`;
892
891
  __kind: "Taproot";
892
+ value: `0x${string}`;
893
893
  }, {
894
- value: string;
895
894
  __kind: "Taproot";
895
+ value: string;
896
896
  }>, z.ZodObject<{
897
897
  __kind: z.ZodLiteral<"OtherSegwit">;
898
898
  version: z.ZodNumber;
@@ -907,76 +907,76 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
907
907
  program: string;
908
908
  }>]>;
909
909
  }, "strip", z.ZodTypeAny, {
910
+ __kind: "Btc";
910
911
  value: {
911
- value: `0x${string}`;
912
912
  __kind: "P2PKH";
913
- } | {
914
913
  value: `0x${string}`;
915
- __kind: "P2SH";
916
914
  } | {
915
+ __kind: "P2SH";
917
916
  value: `0x${string}`;
918
- __kind: "P2WPKH";
919
917
  } | {
918
+ __kind: "P2WPKH";
920
919
  value: `0x${string}`;
921
- __kind: "P2WSH";
922
920
  } | {
921
+ __kind: "P2WSH";
923
922
  value: `0x${string}`;
923
+ } | {
924
924
  __kind: "Taproot";
925
+ value: `0x${string}`;
925
926
  } | {
926
927
  __kind: "OtherSegwit";
927
928
  version: number;
928
929
  program: `0x${string}`;
929
930
  };
930
- __kind: "Btc";
931
931
  }, {
932
+ __kind: "Btc";
932
933
  value: {
933
- value: string;
934
934
  __kind: "P2PKH";
935
- } | {
936
935
  value: string;
937
- __kind: "P2SH";
938
936
  } | {
937
+ __kind: "P2SH";
939
938
  value: string;
940
- __kind: "P2WPKH";
941
939
  } | {
940
+ __kind: "P2WPKH";
942
941
  value: string;
943
- __kind: "P2WSH";
944
942
  } | {
943
+ __kind: "P2WSH";
945
944
  value: string;
945
+ } | {
946
946
  __kind: "Taproot";
947
+ value: string;
947
948
  } | {
948
949
  __kind: "OtherSegwit";
949
950
  version: number;
950
951
  program: string;
951
952
  };
952
- __kind: "Btc";
953
953
  }>, z.ZodObject<{
954
954
  __kind: z.ZodLiteral<"Arb">;
955
955
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
956
956
  }, "strip", z.ZodTypeAny, {
957
- value: `0x${string}`;
958
957
  __kind: "Arb";
958
+ value: `0x${string}`;
959
959
  }, {
960
- value: string;
961
960
  __kind: "Arb";
961
+ value: string;
962
962
  }>, z.ZodObject<{
963
963
  __kind: z.ZodLiteral<"Sol">;
964
964
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
965
965
  }, "strip", z.ZodTypeAny, {
966
- value: `0x${string}`;
967
966
  __kind: "Sol";
967
+ value: `0x${string}`;
968
968
  }, {
969
- value: string;
970
969
  __kind: "Sol";
970
+ value: string;
971
971
  }>, z.ZodObject<{
972
972
  __kind: z.ZodLiteral<"Hub">;
973
973
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
974
974
  }, "strip", z.ZodTypeAny, {
975
- value: `0x${string}`;
976
975
  __kind: "Hub";
976
+ value: `0x${string}`;
977
977
  }, {
978
- value: string;
979
978
  __kind: "Hub";
979
+ value: string;
980
980
  }>]>>>;
981
981
  }, "strip", z.ZodTypeAny, {
982
982
  channelMetadata: {
@@ -986,42 +986,42 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
986
986
  };
987
987
  sourceChain: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
988
988
  sourceAddress?: {
989
- value: `0x${string}`;
990
989
  __kind: "Eth";
991
- } | {
992
990
  value: `0x${string}`;
991
+ } | {
993
992
  __kind: "Dot";
993
+ value: `0x${string}`;
994
994
  } | {
995
+ __kind: "Btc";
995
996
  value: {
996
- value: `0x${string}`;
997
997
  __kind: "P2PKH";
998
- } | {
999
998
  value: `0x${string}`;
1000
- __kind: "P2SH";
1001
999
  } | {
1000
+ __kind: "P2SH";
1002
1001
  value: `0x${string}`;
1003
- __kind: "P2WPKH";
1004
1002
  } | {
1003
+ __kind: "P2WPKH";
1005
1004
  value: `0x${string}`;
1006
- __kind: "P2WSH";
1007
1005
  } | {
1006
+ __kind: "P2WSH";
1008
1007
  value: `0x${string}`;
1008
+ } | {
1009
1009
  __kind: "Taproot";
1010
+ value: `0x${string}`;
1010
1011
  } | {
1011
1012
  __kind: "OtherSegwit";
1012
1013
  version: number;
1013
1014
  program: `0x${string}`;
1014
1015
  };
1015
- __kind: "Btc";
1016
1016
  } | {
1017
- value: `0x${string}`;
1018
1017
  __kind: "Arb";
1019
- } | {
1020
1018
  value: `0x${string}`;
1021
- __kind: "Sol";
1022
1019
  } | {
1020
+ __kind: "Sol";
1023
1021
  value: `0x${string}`;
1022
+ } | {
1024
1023
  __kind: "Hub";
1024
+ value: `0x${string}`;
1025
1025
  } | null | undefined;
1026
1026
  }, {
1027
1027
  channelMetadata: {
@@ -1033,42 +1033,42 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
1033
1033
  __kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
1034
1034
  };
1035
1035
  sourceAddress?: {
1036
- value: string;
1037
1036
  __kind: "Eth";
1038
- } | {
1039
1037
  value: string;
1038
+ } | {
1040
1039
  __kind: "Dot";
1040
+ value: string;
1041
1041
  } | {
1042
+ __kind: "Btc";
1042
1043
  value: {
1043
- value: string;
1044
1044
  __kind: "P2PKH";
1045
- } | {
1046
1045
  value: string;
1047
- __kind: "P2SH";
1048
1046
  } | {
1047
+ __kind: "P2SH";
1049
1048
  value: string;
1050
- __kind: "P2WPKH";
1051
1049
  } | {
1050
+ __kind: "P2WPKH";
1052
1051
  value: string;
1053
- __kind: "P2WSH";
1054
1052
  } | {
1053
+ __kind: "P2WSH";
1055
1054
  value: string;
1055
+ } | {
1056
1056
  __kind: "Taproot";
1057
+ value: string;
1057
1058
  } | {
1058
1059
  __kind: "OtherSegwit";
1059
1060
  version: number;
1060
1061
  program: string;
1061
1062
  };
1062
- __kind: "Btc";
1063
1063
  } | {
1064
- value: string;
1065
1064
  __kind: "Arb";
1066
- } | {
1067
1065
  value: string;
1068
- __kind: "Sol";
1069
1066
  } | {
1067
+ __kind: "Sol";
1070
1068
  value: string;
1069
+ } | {
1071
1070
  __kind: "Hub";
1071
+ value: string;
1072
1072
  } | null | undefined;
1073
1073
  }>>>;
1074
1074
  txId: z.ZodEffects<z.ZodString, `0x${string}`, string>;
@@ -1098,47 +1098,47 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
1098
1098
  __kind: z.ZodLiteral<"P2PKH">;
1099
1099
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
1100
1100
  }, "strip", z.ZodTypeAny, {
1101
- value: `0x${string}`;
1102
1101
  __kind: "P2PKH";
1102
+ value: `0x${string}`;
1103
1103
  }, {
1104
- value: string;
1105
1104
  __kind: "P2PKH";
1105
+ value: string;
1106
1106
  }>, z.ZodObject<{
1107
1107
  __kind: z.ZodLiteral<"P2SH">;
1108
1108
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
1109
1109
  }, "strip", z.ZodTypeAny, {
1110
- value: `0x${string}`;
1111
1110
  __kind: "P2SH";
1111
+ value: `0x${string}`;
1112
1112
  }, {
1113
- value: string;
1114
1113
  __kind: "P2SH";
1114
+ value: string;
1115
1115
  }>, z.ZodObject<{
1116
1116
  __kind: z.ZodLiteral<"P2WPKH">;
1117
1117
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
1118
1118
  }, "strip", z.ZodTypeAny, {
1119
- value: `0x${string}`;
1120
1119
  __kind: "P2WPKH";
1120
+ value: `0x${string}`;
1121
1121
  }, {
1122
- value: string;
1123
1122
  __kind: "P2WPKH";
1123
+ value: string;
1124
1124
  }>, z.ZodObject<{
1125
1125
  __kind: z.ZodLiteral<"P2WSH">;
1126
1126
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
1127
1127
  }, "strip", z.ZodTypeAny, {
1128
- value: `0x${string}`;
1129
1128
  __kind: "P2WSH";
1129
+ value: `0x${string}`;
1130
1130
  }, {
1131
- value: string;
1132
1131
  __kind: "P2WSH";
1132
+ value: string;
1133
1133
  }>, z.ZodObject<{
1134
1134
  __kind: z.ZodLiteral<"Taproot">;
1135
1135
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
1136
1136
  }, "strip", z.ZodTypeAny, {
1137
- value: `0x${string}`;
1138
1137
  __kind: "Taproot";
1138
+ value: `0x${string}`;
1139
1139
  }, {
1140
- value: string;
1141
1140
  __kind: "Taproot";
1141
+ value: string;
1142
1142
  }>, z.ZodObject<{
1143
1143
  __kind: z.ZodLiteral<"OtherSegwit">;
1144
1144
  version: z.ZodNumber;
@@ -1170,20 +1170,20 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
1170
1170
  }, "strip", z.ZodTypeAny, {
1171
1171
  retryDuration: number;
1172
1172
  refundAddress: {
1173
- value: `0x${string}`;
1174
1173
  __kind: "P2PKH";
1175
- } | {
1176
1174
  value: `0x${string}`;
1177
- __kind: "P2SH";
1178
1175
  } | {
1176
+ __kind: "P2SH";
1179
1177
  value: `0x${string}`;
1180
- __kind: "P2WPKH";
1181
1178
  } | {
1179
+ __kind: "P2WPKH";
1182
1180
  value: `0x${string}`;
1183
- __kind: "P2WSH";
1184
1181
  } | {
1182
+ __kind: "P2WSH";
1185
1183
  value: `0x${string}`;
1184
+ } | {
1186
1185
  __kind: "Taproot";
1186
+ value: `0x${string}`;
1187
1187
  } | {
1188
1188
  __kind: "OtherSegwit";
1189
1189
  version: number;
@@ -1199,20 +1199,20 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
1199
1199
  }, {
1200
1200
  retryDuration: number;
1201
1201
  refundAddress: {
1202
- value: string;
1203
1202
  __kind: "P2PKH";
1204
- } | {
1205
1203
  value: string;
1206
- __kind: "P2SH";
1207
1204
  } | {
1205
+ __kind: "P2SH";
1208
1206
  value: string;
1209
- __kind: "P2WPKH";
1210
1207
  } | {
1208
+ __kind: "P2WPKH";
1211
1209
  value: string;
1212
- __kind: "P2WSH";
1213
1210
  } | {
1211
+ __kind: "P2WSH";
1214
1212
  value: string;
1213
+ } | {
1215
1214
  __kind: "Taproot";
1215
+ value: string;
1216
1216
  } | {
1217
1217
  __kind: "OtherSegwit";
1218
1218
  version: number;
@@ -1238,6 +1238,7 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
1238
1238
  }>>>;
1239
1239
  boostFee: z.ZodNumber;
1240
1240
  }, "strip", z.ZodTypeAny, {
1241
+ txId: `0x${string}`;
1241
1242
  depositDetails: {
1242
1243
  depositAddress: {
1243
1244
  pubkeyX: `0x${string}`;
@@ -1256,10 +1257,9 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
1256
1257
  vout: number;
1257
1258
  };
1258
1259
  };
1259
- boostFee: number;
1260
1260
  inputAsset: "Btc";
1261
1261
  depositAmount: bigint;
1262
- outputAsset: "HubDot" | "HubUsdt" | "HubUsdc" | "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc";
1262
+ outputAsset: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
1263
1263
  destinationAddress: {
1264
1264
  readonly chain: "Ethereum";
1265
1265
  readonly address: `0x${string}`;
@@ -1279,7 +1279,6 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
1279
1279
  readonly chain: "Assethub";
1280
1280
  readonly address: string;
1281
1281
  };
1282
- txId: `0x${string}`;
1283
1282
  affiliateFees: {
1284
1283
  account: number;
1285
1284
  bps: number;
@@ -1287,20 +1286,20 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
1287
1286
  refundParams: {
1288
1287
  retryDuration: number;
1289
1288
  refundAddress: {
1290
- value: `0x${string}`;
1291
1289
  __kind: "P2PKH";
1292
- } | {
1293
1290
  value: `0x${string}`;
1294
- __kind: "P2SH";
1295
1291
  } | {
1292
+ __kind: "P2SH";
1296
1293
  value: `0x${string}`;
1297
- __kind: "P2WPKH";
1298
1294
  } | {
1295
+ __kind: "P2WPKH";
1299
1296
  value: `0x${string}`;
1300
- __kind: "P2WSH";
1301
1297
  } | {
1298
+ __kind: "P2WSH";
1302
1299
  value: `0x${string}`;
1300
+ } | {
1303
1301
  __kind: "Taproot";
1302
+ value: `0x${string}`;
1304
1303
  } | {
1305
1304
  __kind: "OtherSegwit";
1306
1305
  version: number;
@@ -1314,21 +1313,22 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
1314
1313
  } | null | undefined;
1315
1314
  maxOraclePriceSlippage?: number | null | undefined;
1316
1315
  };
1316
+ boostFee: number;
1317
1317
  depositAddress?: {
1318
- value: `0x${string}`;
1319
1318
  __kind: "P2PKH";
1320
- } | {
1321
1319
  value: `0x${string}`;
1322
- __kind: "P2SH";
1323
1320
  } | {
1321
+ __kind: "P2SH";
1324
1322
  value: `0x${string}`;
1325
- __kind: "P2WPKH";
1326
1323
  } | {
1324
+ __kind: "P2WPKH";
1327
1325
  value: `0x${string}`;
1328
- __kind: "P2WSH";
1329
1326
  } | {
1327
+ __kind: "P2WSH";
1330
1328
  value: `0x${string}`;
1329
+ } | {
1331
1330
  __kind: "Taproot";
1331
+ value: `0x${string}`;
1332
1332
  } | {
1333
1333
  __kind: "OtherSegwit";
1334
1334
  version: number;
@@ -1343,42 +1343,42 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
1343
1343
  };
1344
1344
  sourceChain: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
1345
1345
  sourceAddress?: {
1346
- value: `0x${string}`;
1347
1346
  __kind: "Eth";
1348
- } | {
1349
1347
  value: `0x${string}`;
1348
+ } | {
1350
1349
  __kind: "Dot";
1350
+ value: `0x${string}`;
1351
1351
  } | {
1352
+ __kind: "Btc";
1352
1353
  value: {
1353
- value: `0x${string}`;
1354
1354
  __kind: "P2PKH";
1355
- } | {
1356
1355
  value: `0x${string}`;
1357
- __kind: "P2SH";
1358
1356
  } | {
1357
+ __kind: "P2SH";
1359
1358
  value: `0x${string}`;
1360
- __kind: "P2WPKH";
1361
1359
  } | {
1360
+ __kind: "P2WPKH";
1362
1361
  value: `0x${string}`;
1363
- __kind: "P2WSH";
1364
1362
  } | {
1363
+ __kind: "P2WSH";
1365
1364
  value: `0x${string}`;
1365
+ } | {
1366
1366
  __kind: "Taproot";
1367
+ value: `0x${string}`;
1367
1368
  } | {
1368
1369
  __kind: "OtherSegwit";
1369
1370
  version: number;
1370
1371
  program: `0x${string}`;
1371
1372
  };
1372
- __kind: "Btc";
1373
1373
  } | {
1374
- value: `0x${string}`;
1375
1374
  __kind: "Arb";
1376
- } | {
1377
1375
  value: `0x${string}`;
1378
- __kind: "Sol";
1379
1376
  } | {
1377
+ __kind: "Sol";
1380
1378
  value: `0x${string}`;
1379
+ } | {
1381
1380
  __kind: "Hub";
1381
+ value: `0x${string}`;
1382
1382
  } | null | undefined;
1383
1383
  } | null | undefined;
1384
1384
  brokerFee?: {
@@ -1390,6 +1390,7 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
1390
1390
  chunkInterval: number;
1391
1391
  } | null | undefined;
1392
1392
  }, {
1393
+ txId: string;
1393
1394
  depositDetails: {
1394
1395
  depositAddress: {
1395
1396
  pubkeyX: string;
@@ -1408,19 +1409,17 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
1408
1409
  vout: number;
1409
1410
  };
1410
1411
  };
1411
- boostFee: number;
1412
1412
  inputAsset: {
1413
1413
  __kind: "Btc";
1414
1414
  };
1415
1415
  depositAmount: string | number;
1416
1416
  outputAsset: {
1417
- __kind: "HubDot" | "HubUsdt" | "HubUsdc" | "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc";
1417
+ __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
1418
1418
  };
1419
1419
  destinationAddress: {
1420
- value: string;
1421
1420
  __kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
1421
+ value: string;
1422
1422
  };
1423
- txId: string;
1424
1423
  affiliateFees: {
1425
1424
  account: number;
1426
1425
  bps: number;
@@ -1428,20 +1427,20 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
1428
1427
  refundParams: {
1429
1428
  retryDuration: number;
1430
1429
  refundAddress: {
1431
- value: string;
1432
1430
  __kind: "P2PKH";
1433
- } | {
1434
1431
  value: string;
1435
- __kind: "P2SH";
1436
1432
  } | {
1433
+ __kind: "P2SH";
1437
1434
  value: string;
1438
- __kind: "P2WPKH";
1439
1435
  } | {
1436
+ __kind: "P2WPKH";
1440
1437
  value: string;
1441
- __kind: "P2WSH";
1442
1438
  } | {
1439
+ __kind: "P2WSH";
1443
1440
  value: string;
1441
+ } | {
1444
1442
  __kind: "Taproot";
1443
+ value: string;
1445
1444
  } | {
1446
1445
  __kind: "OtherSegwit";
1447
1446
  version: number;
@@ -1455,21 +1454,22 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
1455
1454
  } | null | undefined;
1456
1455
  maxOraclePriceSlippage?: number | null | undefined;
1457
1456
  };
1457
+ boostFee: number;
1458
1458
  depositAddress?: {
1459
- value: string;
1460
1459
  __kind: "P2PKH";
1461
- } | {
1462
1460
  value: string;
1463
- __kind: "P2SH";
1464
1461
  } | {
1462
+ __kind: "P2SH";
1465
1463
  value: string;
1466
- __kind: "P2WPKH";
1467
1464
  } | {
1465
+ __kind: "P2WPKH";
1468
1466
  value: string;
1469
- __kind: "P2WSH";
1470
1467
  } | {
1468
+ __kind: "P2WSH";
1471
1469
  value: string;
1470
+ } | {
1472
1471
  __kind: "Taproot";
1472
+ value: string;
1473
1473
  } | {
1474
1474
  __kind: "OtherSegwit";
1475
1475
  version: number;
@@ -1486,42 +1486,42 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
1486
1486
  __kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
1487
1487
  };
1488
1488
  sourceAddress?: {
1489
- value: string;
1490
1489
  __kind: "Eth";
1491
- } | {
1492
1490
  value: string;
1491
+ } | {
1493
1492
  __kind: "Dot";
1493
+ value: string;
1494
1494
  } | {
1495
+ __kind: "Btc";
1495
1496
  value: {
1496
- value: string;
1497
1497
  __kind: "P2PKH";
1498
- } | {
1499
1498
  value: string;
1500
- __kind: "P2SH";
1501
1499
  } | {
1500
+ __kind: "P2SH";
1502
1501
  value: string;
1503
- __kind: "P2WPKH";
1504
1502
  } | {
1503
+ __kind: "P2WPKH";
1505
1504
  value: string;
1506
- __kind: "P2WSH";
1507
1505
  } | {
1506
+ __kind: "P2WSH";
1508
1507
  value: string;
1508
+ } | {
1509
1509
  __kind: "Taproot";
1510
+ value: string;
1510
1511
  } | {
1511
1512
  __kind: "OtherSegwit";
1512
1513
  version: number;
1513
1514
  program: string;
1514
1515
  };
1515
- __kind: "Btc";
1516
1516
  } | {
1517
- value: string;
1518
1517
  __kind: "Arb";
1519
- } | {
1520
1518
  value: string;
1521
- __kind: "Sol";
1522
1519
  } | {
1520
+ __kind: "Sol";
1523
1521
  value: string;
1522
+ } | {
1524
1523
  __kind: "Hub";
1524
+ value: string;
1525
1525
  } | null | undefined;
1526
1526
  } | null | undefined;
1527
1527
  brokerFee?: {
@@ -1536,6 +1536,7 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
1536
1536
  }, "strip", z.ZodTypeAny, {
1537
1537
  __kind: "DepositFailedVaultVariantBitcoin";
1538
1538
  vaultWitness: {
1539
+ txId: `0x${string}`;
1539
1540
  depositDetails: {
1540
1541
  depositAddress: {
1541
1542
  pubkeyX: `0x${string}`;
@@ -1554,10 +1555,9 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
1554
1555
  vout: number;
1555
1556
  };
1556
1557
  };
1557
- boostFee: number;
1558
1558
  inputAsset: "Btc";
1559
1559
  depositAmount: bigint;
1560
- outputAsset: "HubDot" | "HubUsdt" | "HubUsdc" | "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc";
1560
+ outputAsset: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
1561
1561
  destinationAddress: {
1562
1562
  readonly chain: "Ethereum";
1563
1563
  readonly address: `0x${string}`;
@@ -1577,7 +1577,6 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
1577
1577
  readonly chain: "Assethub";
1578
1578
  readonly address: string;
1579
1579
  };
1580
- txId: `0x${string}`;
1581
1580
  affiliateFees: {
1582
1581
  account: number;
1583
1582
  bps: number;
@@ -1585,20 +1584,20 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
1585
1584
  refundParams: {
1586
1585
  retryDuration: number;
1587
1586
  refundAddress: {
1588
- value: `0x${string}`;
1589
1587
  __kind: "P2PKH";
1590
- } | {
1591
1588
  value: `0x${string}`;
1592
- __kind: "P2SH";
1593
1589
  } | {
1590
+ __kind: "P2SH";
1594
1591
  value: `0x${string}`;
1595
- __kind: "P2WPKH";
1596
1592
  } | {
1593
+ __kind: "P2WPKH";
1597
1594
  value: `0x${string}`;
1598
- __kind: "P2WSH";
1599
1595
  } | {
1596
+ __kind: "P2WSH";
1600
1597
  value: `0x${string}`;
1598
+ } | {
1601
1599
  __kind: "Taproot";
1600
+ value: `0x${string}`;
1602
1601
  } | {
1603
1602
  __kind: "OtherSegwit";
1604
1603
  version: number;
@@ -1612,21 +1611,22 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
1612
1611
  } | null | undefined;
1613
1612
  maxOraclePriceSlippage?: number | null | undefined;
1614
1613
  };
1614
+ boostFee: number;
1615
1615
  depositAddress?: {
1616
- value: `0x${string}`;
1617
1616
  __kind: "P2PKH";
1618
- } | {
1619
1617
  value: `0x${string}`;
1620
- __kind: "P2SH";
1621
1618
  } | {
1619
+ __kind: "P2SH";
1622
1620
  value: `0x${string}`;
1623
- __kind: "P2WPKH";
1624
1621
  } | {
1622
+ __kind: "P2WPKH";
1625
1623
  value: `0x${string}`;
1626
- __kind: "P2WSH";
1627
1624
  } | {
1625
+ __kind: "P2WSH";
1628
1626
  value: `0x${string}`;
1627
+ } | {
1629
1628
  __kind: "Taproot";
1629
+ value: `0x${string}`;
1630
1630
  } | {
1631
1631
  __kind: "OtherSegwit";
1632
1632
  version: number;
@@ -1641,42 +1641,42 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
1641
1641
  };
1642
1642
  sourceChain: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
1643
1643
  sourceAddress?: {
1644
- value: `0x${string}`;
1645
1644
  __kind: "Eth";
1646
- } | {
1647
1645
  value: `0x${string}`;
1646
+ } | {
1648
1647
  __kind: "Dot";
1648
+ value: `0x${string}`;
1649
1649
  } | {
1650
+ __kind: "Btc";
1650
1651
  value: {
1651
- value: `0x${string}`;
1652
1652
  __kind: "P2PKH";
1653
- } | {
1654
1653
  value: `0x${string}`;
1655
- __kind: "P2SH";
1656
1654
  } | {
1655
+ __kind: "P2SH";
1657
1656
  value: `0x${string}`;
1658
- __kind: "P2WPKH";
1659
1657
  } | {
1658
+ __kind: "P2WPKH";
1660
1659
  value: `0x${string}`;
1661
- __kind: "P2WSH";
1662
1660
  } | {
1661
+ __kind: "P2WSH";
1663
1662
  value: `0x${string}`;
1663
+ } | {
1664
1664
  __kind: "Taproot";
1665
+ value: `0x${string}`;
1665
1666
  } | {
1666
1667
  __kind: "OtherSegwit";
1667
1668
  version: number;
1668
1669
  program: `0x${string}`;
1669
1670
  };
1670
- __kind: "Btc";
1671
1671
  } | {
1672
- value: `0x${string}`;
1673
1672
  __kind: "Arb";
1674
- } | {
1675
1673
  value: `0x${string}`;
1676
- __kind: "Sol";
1677
1674
  } | {
1675
+ __kind: "Sol";
1678
1676
  value: `0x${string}`;
1677
+ } | {
1679
1678
  __kind: "Hub";
1679
+ value: `0x${string}`;
1680
1680
  } | null | undefined;
1681
1681
  } | null | undefined;
1682
1682
  brokerFee?: {
@@ -1691,6 +1691,7 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
1691
1691
  }, {
1692
1692
  __kind: "DepositFailedVaultVariantBitcoin";
1693
1693
  vaultWitness: {
1694
+ txId: string;
1694
1695
  depositDetails: {
1695
1696
  depositAddress: {
1696
1697
  pubkeyX: string;
@@ -1709,19 +1710,17 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
1709
1710
  vout: number;
1710
1711
  };
1711
1712
  };
1712
- boostFee: number;
1713
1713
  inputAsset: {
1714
1714
  __kind: "Btc";
1715
1715
  };
1716
1716
  depositAmount: string | number;
1717
1717
  outputAsset: {
1718
- __kind: "HubDot" | "HubUsdt" | "HubUsdc" | "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc";
1718
+ __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
1719
1719
  };
1720
1720
  destinationAddress: {
1721
- value: string;
1722
1721
  __kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
1722
+ value: string;
1723
1723
  };
1724
- txId: string;
1725
1724
  affiliateFees: {
1726
1725
  account: number;
1727
1726
  bps: number;
@@ -1729,20 +1728,20 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
1729
1728
  refundParams: {
1730
1729
  retryDuration: number;
1731
1730
  refundAddress: {
1732
- value: string;
1733
1731
  __kind: "P2PKH";
1734
- } | {
1735
1732
  value: string;
1736
- __kind: "P2SH";
1737
1733
  } | {
1734
+ __kind: "P2SH";
1738
1735
  value: string;
1739
- __kind: "P2WPKH";
1740
1736
  } | {
1737
+ __kind: "P2WPKH";
1741
1738
  value: string;
1742
- __kind: "P2WSH";
1743
1739
  } | {
1740
+ __kind: "P2WSH";
1744
1741
  value: string;
1742
+ } | {
1745
1743
  __kind: "Taproot";
1744
+ value: string;
1746
1745
  } | {
1747
1746
  __kind: "OtherSegwit";
1748
1747
  version: number;
@@ -1756,21 +1755,22 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
1756
1755
  } | null | undefined;
1757
1756
  maxOraclePriceSlippage?: number | null | undefined;
1758
1757
  };
1758
+ boostFee: number;
1759
1759
  depositAddress?: {
1760
- value: string;
1761
1760
  __kind: "P2PKH";
1762
- } | {
1763
1761
  value: string;
1764
- __kind: "P2SH";
1765
1762
  } | {
1763
+ __kind: "P2SH";
1766
1764
  value: string;
1767
- __kind: "P2WPKH";
1768
1765
  } | {
1766
+ __kind: "P2WPKH";
1769
1767
  value: string;
1770
- __kind: "P2WSH";
1771
1768
  } | {
1769
+ __kind: "P2WSH";
1772
1770
  value: string;
1771
+ } | {
1773
1772
  __kind: "Taproot";
1773
+ value: string;
1774
1774
  } | {
1775
1775
  __kind: "OtherSegwit";
1776
1776
  version: number;
@@ -1787,42 +1787,42 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
1787
1787
  __kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
1788
1788
  };
1789
1789
  sourceAddress?: {
1790
- value: string;
1791
1790
  __kind: "Eth";
1792
- } | {
1793
1791
  value: string;
1792
+ } | {
1794
1793
  __kind: "Dot";
1794
+ value: string;
1795
1795
  } | {
1796
+ __kind: "Btc";
1796
1797
  value: {
1797
- value: string;
1798
1798
  __kind: "P2PKH";
1799
- } | {
1800
1799
  value: string;
1801
- __kind: "P2SH";
1802
1800
  } | {
1801
+ __kind: "P2SH";
1803
1802
  value: string;
1804
- __kind: "P2WPKH";
1805
1803
  } | {
1804
+ __kind: "P2WPKH";
1806
1805
  value: string;
1807
- __kind: "P2WSH";
1808
1806
  } | {
1807
+ __kind: "P2WSH";
1809
1808
  value: string;
1809
+ } | {
1810
1810
  __kind: "Taproot";
1811
+ value: string;
1811
1812
  } | {
1812
1813
  __kind: "OtherSegwit";
1813
1814
  version: number;
1814
1815
  program: string;
1815
1816
  };
1816
- __kind: "Btc";
1817
1817
  } | {
1818
- value: string;
1819
1818
  __kind: "Arb";
1820
- } | {
1821
1819
  value: string;
1822
- __kind: "Sol";
1823
1820
  } | {
1821
+ __kind: "Sol";
1824
1822
  value: string;
1823
+ } | {
1825
1824
  __kind: "Hub";
1825
+ value: string;
1826
1826
  } | null | undefined;
1827
1827
  } | null | undefined;
1828
1828
  brokerFee?: {
@@ -1836,7 +1836,6 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
1836
1836
  };
1837
1837
  }>]>;
1838
1838
  }, "strip", z.ZodTypeAny, {
1839
- blockHeight: bigint;
1840
1839
  reason: {
1841
1840
  __kind: "BelowMinimumDeposit";
1842
1841
  } | {
@@ -1844,6 +1843,7 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
1844
1843
  } | {
1845
1844
  __kind: "TransactionRejectedByBroker";
1846
1845
  } | {
1846
+ __kind: "DepositWitnessRejected";
1847
1847
  value: {
1848
1848
  __kind: "Other";
1849
1849
  } | {
@@ -1851,11 +1851,11 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
1851
1851
  } | {
1852
1852
  __kind: "BadOrigin";
1853
1853
  } | {
1854
+ __kind: "Module";
1854
1855
  value: {
1855
1856
  index: number;
1856
1857
  error: `0x${string}`;
1857
1858
  };
1858
- __kind: "Module";
1859
1859
  } | {
1860
1860
  __kind: "ConsumerRemaining";
1861
1861
  } | {
@@ -1863,14 +1863,14 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
1863
1863
  } | {
1864
1864
  __kind: "TooManyConsumers";
1865
1865
  } | {
1866
- value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
1867
1866
  __kind: "Token";
1867
+ value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
1868
1868
  } | {
1869
- value: "Underflow" | "Overflow" | "DivisionByZero";
1870
1869
  __kind: "Arithmetic";
1870
+ value: "Underflow" | "Overflow" | "DivisionByZero";
1871
1871
  } | {
1872
- value: "LimitReached" | "NoLayer";
1873
1872
  __kind: "Transactional";
1873
+ value: "LimitReached" | "NoLayer";
1874
1874
  } | {
1875
1875
  __kind: "Exhausted";
1876
1876
  } | {
@@ -1880,34 +1880,34 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
1880
1880
  } | {
1881
1881
  __kind: "RootNotAllowed";
1882
1882
  };
1883
- __kind: "DepositWitnessRejected";
1884
1883
  } | {
1885
1884
  __kind: "Unrefundable";
1886
1885
  };
1886
+ blockHeight: bigint;
1887
1887
  details: {
1888
1888
  __kind: "DepositFailedDepositChannelVariantBitcoin";
1889
1889
  depositWitness: {
1890
+ asset: "Btc";
1890
1891
  depositAddress: {
1891
- value: `0x${string}`;
1892
1892
  __kind: "P2PKH";
1893
- } | {
1894
1893
  value: `0x${string}`;
1895
- __kind: "P2SH";
1896
1894
  } | {
1895
+ __kind: "P2SH";
1897
1896
  value: `0x${string}`;
1898
- __kind: "P2WPKH";
1899
1897
  } | {
1898
+ __kind: "P2WPKH";
1900
1899
  value: `0x${string}`;
1901
- __kind: "P2WSH";
1902
1900
  } | {
1901
+ __kind: "P2WSH";
1903
1902
  value: `0x${string}`;
1903
+ } | {
1904
1904
  __kind: "Taproot";
1905
+ value: `0x${string}`;
1905
1906
  } | {
1906
1907
  __kind: "OtherSegwit";
1907
1908
  version: number;
1908
1909
  program: `0x${string}`;
1909
1910
  };
1910
- asset: "Btc";
1911
1911
  amount: bigint;
1912
1912
  depositDetails: {
1913
1913
  depositAddress: {
@@ -1931,6 +1931,7 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
1931
1931
  } | {
1932
1932
  __kind: "DepositFailedVaultVariantBitcoin";
1933
1933
  vaultWitness: {
1934
+ txId: `0x${string}`;
1934
1935
  depositDetails: {
1935
1936
  depositAddress: {
1936
1937
  pubkeyX: `0x${string}`;
@@ -1949,10 +1950,9 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
1949
1950
  vout: number;
1950
1951
  };
1951
1952
  };
1952
- boostFee: number;
1953
1953
  inputAsset: "Btc";
1954
1954
  depositAmount: bigint;
1955
- outputAsset: "HubDot" | "HubUsdt" | "HubUsdc" | "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc";
1955
+ outputAsset: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
1956
1956
  destinationAddress: {
1957
1957
  readonly chain: "Ethereum";
1958
1958
  readonly address: `0x${string}`;
@@ -1972,7 +1972,6 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
1972
1972
  readonly chain: "Assethub";
1973
1973
  readonly address: string;
1974
1974
  };
1975
- txId: `0x${string}`;
1976
1975
  affiliateFees: {
1977
1976
  account: number;
1978
1977
  bps: number;
@@ -1980,20 +1979,20 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
1980
1979
  refundParams: {
1981
1980
  retryDuration: number;
1982
1981
  refundAddress: {
1983
- value: `0x${string}`;
1984
1982
  __kind: "P2PKH";
1985
- } | {
1986
1983
  value: `0x${string}`;
1987
- __kind: "P2SH";
1988
1984
  } | {
1985
+ __kind: "P2SH";
1989
1986
  value: `0x${string}`;
1990
- __kind: "P2WPKH";
1991
1987
  } | {
1988
+ __kind: "P2WPKH";
1992
1989
  value: `0x${string}`;
1993
- __kind: "P2WSH";
1994
1990
  } | {
1991
+ __kind: "P2WSH";
1995
1992
  value: `0x${string}`;
1993
+ } | {
1996
1994
  __kind: "Taproot";
1995
+ value: `0x${string}`;
1997
1996
  } | {
1998
1997
  __kind: "OtherSegwit";
1999
1998
  version: number;
@@ -2007,21 +2006,22 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
2007
2006
  } | null | undefined;
2008
2007
  maxOraclePriceSlippage?: number | null | undefined;
2009
2008
  };
2009
+ boostFee: number;
2010
2010
  depositAddress?: {
2011
- value: `0x${string}`;
2012
2011
  __kind: "P2PKH";
2013
- } | {
2014
2012
  value: `0x${string}`;
2015
- __kind: "P2SH";
2016
2013
  } | {
2014
+ __kind: "P2SH";
2017
2015
  value: `0x${string}`;
2018
- __kind: "P2WPKH";
2019
2016
  } | {
2017
+ __kind: "P2WPKH";
2020
2018
  value: `0x${string}`;
2021
- __kind: "P2WSH";
2022
2019
  } | {
2020
+ __kind: "P2WSH";
2023
2021
  value: `0x${string}`;
2022
+ } | {
2024
2023
  __kind: "Taproot";
2024
+ value: `0x${string}`;
2025
2025
  } | {
2026
2026
  __kind: "OtherSegwit";
2027
2027
  version: number;
@@ -2036,42 +2036,42 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
2036
2036
  };
2037
2037
  sourceChain: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
2038
2038
  sourceAddress?: {
2039
- value: `0x${string}`;
2040
2039
  __kind: "Eth";
2041
- } | {
2042
2040
  value: `0x${string}`;
2041
+ } | {
2043
2042
  __kind: "Dot";
2043
+ value: `0x${string}`;
2044
2044
  } | {
2045
+ __kind: "Btc";
2045
2046
  value: {
2046
- value: `0x${string}`;
2047
2047
  __kind: "P2PKH";
2048
- } | {
2049
2048
  value: `0x${string}`;
2050
- __kind: "P2SH";
2051
2049
  } | {
2050
+ __kind: "P2SH";
2052
2051
  value: `0x${string}`;
2053
- __kind: "P2WPKH";
2054
2052
  } | {
2053
+ __kind: "P2WPKH";
2055
2054
  value: `0x${string}`;
2056
- __kind: "P2WSH";
2057
2055
  } | {
2056
+ __kind: "P2WSH";
2058
2057
  value: `0x${string}`;
2058
+ } | {
2059
2059
  __kind: "Taproot";
2060
+ value: `0x${string}`;
2060
2061
  } | {
2061
2062
  __kind: "OtherSegwit";
2062
2063
  version: number;
2063
2064
  program: `0x${string}`;
2064
2065
  };
2065
- __kind: "Btc";
2066
2066
  } | {
2067
- value: `0x${string}`;
2068
2067
  __kind: "Arb";
2069
- } | {
2070
2068
  value: `0x${string}`;
2071
- __kind: "Sol";
2072
2069
  } | {
2070
+ __kind: "Sol";
2073
2071
  value: `0x${string}`;
2072
+ } | {
2074
2073
  __kind: "Hub";
2074
+ value: `0x${string}`;
2075
2075
  } | null | undefined;
2076
2076
  } | null | undefined;
2077
2077
  brokerFee?: {
@@ -2085,7 +2085,6 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
2085
2085
  };
2086
2086
  };
2087
2087
  }, {
2088
- blockHeight: string | number;
2089
2088
  reason: {
2090
2089
  __kind: "BelowMinimumDeposit";
2091
2090
  } | {
@@ -2093,6 +2092,7 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
2093
2092
  } | {
2094
2093
  __kind: "TransactionRejectedByBroker";
2095
2094
  } | {
2095
+ __kind: "DepositWitnessRejected";
2096
2096
  value: {
2097
2097
  __kind: "Other";
2098
2098
  } | {
@@ -2100,11 +2100,11 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
2100
2100
  } | {
2101
2101
  __kind: "BadOrigin";
2102
2102
  } | {
2103
+ __kind: "Module";
2103
2104
  value: {
2104
2105
  index: number;
2105
2106
  error: string;
2106
2107
  };
2107
- __kind: "Module";
2108
2108
  } | {
2109
2109
  __kind: "ConsumerRemaining";
2110
2110
  } | {
@@ -2112,20 +2112,20 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
2112
2112
  } | {
2113
2113
  __kind: "TooManyConsumers";
2114
2114
  } | {
2115
+ __kind: "Token";
2115
2116
  value: {
2116
2117
  __kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
2117
2118
  };
2118
- __kind: "Token";
2119
2119
  } | {
2120
+ __kind: "Arithmetic";
2120
2121
  value: {
2121
2122
  __kind: "Underflow" | "Overflow" | "DivisionByZero";
2122
2123
  };
2123
- __kind: "Arithmetic";
2124
2124
  } | {
2125
+ __kind: "Transactional";
2125
2126
  value: {
2126
2127
  __kind: "LimitReached" | "NoLayer";
2127
2128
  };
2128
- __kind: "Transactional";
2129
2129
  } | {
2130
2130
  __kind: "Exhausted";
2131
2131
  } | {
@@ -2135,36 +2135,36 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
2135
2135
  } | {
2136
2136
  __kind: "RootNotAllowed";
2137
2137
  };
2138
- __kind: "DepositWitnessRejected";
2139
2138
  } | {
2140
2139
  __kind: "Unrefundable";
2141
2140
  };
2141
+ blockHeight: string | number;
2142
2142
  details: {
2143
2143
  __kind: "DepositFailedDepositChannelVariantBitcoin";
2144
2144
  depositWitness: {
2145
+ asset: {
2146
+ __kind: "Btc";
2147
+ };
2145
2148
  depositAddress: {
2146
- value: string;
2147
2149
  __kind: "P2PKH";
2148
- } | {
2149
2150
  value: string;
2150
- __kind: "P2SH";
2151
2151
  } | {
2152
+ __kind: "P2SH";
2152
2153
  value: string;
2153
- __kind: "P2WPKH";
2154
2154
  } | {
2155
+ __kind: "P2WPKH";
2155
2156
  value: string;
2156
- __kind: "P2WSH";
2157
2157
  } | {
2158
+ __kind: "P2WSH";
2158
2159
  value: string;
2160
+ } | {
2159
2161
  __kind: "Taproot";
2162
+ value: string;
2160
2163
  } | {
2161
2164
  __kind: "OtherSegwit";
2162
2165
  version: number;
2163
2166
  program: string;
2164
2167
  };
2165
- asset: {
2166
- __kind: "Btc";
2167
- };
2168
2168
  amount: string | number;
2169
2169
  depositDetails: {
2170
2170
  depositAddress: {
@@ -2188,6 +2188,7 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
2188
2188
  } | {
2189
2189
  __kind: "DepositFailedVaultVariantBitcoin";
2190
2190
  vaultWitness: {
2191
+ txId: string;
2191
2192
  depositDetails: {
2192
2193
  depositAddress: {
2193
2194
  pubkeyX: string;
@@ -2206,19 +2207,17 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
2206
2207
  vout: number;
2207
2208
  };
2208
2209
  };
2209
- boostFee: number;
2210
2210
  inputAsset: {
2211
2211
  __kind: "Btc";
2212
2212
  };
2213
2213
  depositAmount: string | number;
2214
2214
  outputAsset: {
2215
- __kind: "HubDot" | "HubUsdt" | "HubUsdc" | "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc";
2215
+ __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
2216
2216
  };
2217
2217
  destinationAddress: {
2218
- value: string;
2219
2218
  __kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
2219
+ value: string;
2220
2220
  };
2221
- txId: string;
2222
2221
  affiliateFees: {
2223
2222
  account: number;
2224
2223
  bps: number;
@@ -2226,20 +2225,20 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
2226
2225
  refundParams: {
2227
2226
  retryDuration: number;
2228
2227
  refundAddress: {
2229
- value: string;
2230
2228
  __kind: "P2PKH";
2231
- } | {
2232
2229
  value: string;
2233
- __kind: "P2SH";
2234
2230
  } | {
2231
+ __kind: "P2SH";
2235
2232
  value: string;
2236
- __kind: "P2WPKH";
2237
2233
  } | {
2234
+ __kind: "P2WPKH";
2238
2235
  value: string;
2239
- __kind: "P2WSH";
2240
2236
  } | {
2237
+ __kind: "P2WSH";
2241
2238
  value: string;
2239
+ } | {
2242
2240
  __kind: "Taproot";
2241
+ value: string;
2243
2242
  } | {
2244
2243
  __kind: "OtherSegwit";
2245
2244
  version: number;
@@ -2253,21 +2252,22 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
2253
2252
  } | null | undefined;
2254
2253
  maxOraclePriceSlippage?: number | null | undefined;
2255
2254
  };
2255
+ boostFee: number;
2256
2256
  depositAddress?: {
2257
- value: string;
2258
2257
  __kind: "P2PKH";
2259
- } | {
2260
2258
  value: string;
2261
- __kind: "P2SH";
2262
2259
  } | {
2260
+ __kind: "P2SH";
2263
2261
  value: string;
2264
- __kind: "P2WPKH";
2265
2262
  } | {
2263
+ __kind: "P2WPKH";
2266
2264
  value: string;
2267
- __kind: "P2WSH";
2268
2265
  } | {
2266
+ __kind: "P2WSH";
2269
2267
  value: string;
2268
+ } | {
2270
2269
  __kind: "Taproot";
2270
+ value: string;
2271
2271
  } | {
2272
2272
  __kind: "OtherSegwit";
2273
2273
  version: number;
@@ -2284,42 +2284,42 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
2284
2284
  __kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
2285
2285
  };
2286
2286
  sourceAddress?: {
2287
- value: string;
2288
2287
  __kind: "Eth";
2289
- } | {
2290
2288
  value: string;
2289
+ } | {
2291
2290
  __kind: "Dot";
2291
+ value: string;
2292
2292
  } | {
2293
+ __kind: "Btc";
2293
2294
  value: {
2294
- value: string;
2295
2295
  __kind: "P2PKH";
2296
- } | {
2297
2296
  value: string;
2298
- __kind: "P2SH";
2299
2297
  } | {
2298
+ __kind: "P2SH";
2300
2299
  value: string;
2301
- __kind: "P2WPKH";
2302
2300
  } | {
2301
+ __kind: "P2WPKH";
2303
2302
  value: string;
2304
- __kind: "P2WSH";
2305
2303
  } | {
2304
+ __kind: "P2WSH";
2306
2305
  value: string;
2306
+ } | {
2307
2307
  __kind: "Taproot";
2308
+ value: string;
2308
2309
  } | {
2309
2310
  __kind: "OtherSegwit";
2310
2311
  version: number;
2311
2312
  program: string;
2312
2313
  };
2313
- __kind: "Btc";
2314
2314
  } | {
2315
- value: string;
2316
2315
  __kind: "Arb";
2317
- } | {
2318
2316
  value: string;
2319
- __kind: "Sol";
2320
2317
  } | {
2318
+ __kind: "Sol";
2321
2319
  value: string;
2320
+ } | {
2322
2321
  __kind: "Hub";
2322
+ value: string;
2323
2323
  } | null | undefined;
2324
2324
  } | null | undefined;
2325
2325
  brokerFee?: {
@@ -2386,17 +2386,17 @@ declare const bitcoinIngressEgressDepositFailedEvent: _$_chainflip_processor_eve
2386
2386
  error: string;
2387
2387
  }>;
2388
2388
  }, "strip", z.ZodTypeAny, {
2389
+ __kind: "Module";
2389
2390
  value: {
2390
2391
  index: number;
2391
2392
  error: `0x${string}`;
2392
2393
  };
2393
- __kind: "Module";
2394
2394
  }, {
2395
+ __kind: "Module";
2395
2396
  value: {
2396
2397
  index: number;
2397
2398
  error: string;
2398
2399
  };
2399
- __kind: "Module";
2400
2400
  }>, z.ZodObject<{
2401
2401
  __kind: z.ZodLiteral<"ConsumerRemaining">;
2402
2402
  }, "strip", z.ZodTypeAny, {
@@ -2427,13 +2427,13 @@ declare const bitcoinIngressEgressDepositFailedEvent: _$_chainflip_processor_eve
2427
2427
  __kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
2428
2428
  }>;
2429
2429
  }, "strip", z.ZodTypeAny, {
2430
- value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
2431
2430
  __kind: "Token";
2431
+ value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
2432
2432
  }, {
2433
+ __kind: "Token";
2433
2434
  value: {
2434
2435
  __kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
2435
2436
  };
2436
- __kind: "Token";
2437
2437
  }>, z.ZodObject<{
2438
2438
  __kind: z.ZodLiteral<"Arithmetic">;
2439
2439
  value: z.ZodEffects<z.ZodObject<{
@@ -2446,13 +2446,13 @@ declare const bitcoinIngressEgressDepositFailedEvent: _$_chainflip_processor_eve
2446
2446
  __kind: "Underflow" | "Overflow" | "DivisionByZero";
2447
2447
  }>;
2448
2448
  }, "strip", z.ZodTypeAny, {
2449
- value: "Underflow" | "Overflow" | "DivisionByZero";
2450
2449
  __kind: "Arithmetic";
2450
+ value: "Underflow" | "Overflow" | "DivisionByZero";
2451
2451
  }, {
2452
+ __kind: "Arithmetic";
2452
2453
  value: {
2453
2454
  __kind: "Underflow" | "Overflow" | "DivisionByZero";
2454
2455
  };
2455
- __kind: "Arithmetic";
2456
2456
  }>, z.ZodObject<{
2457
2457
  __kind: z.ZodLiteral<"Transactional">;
2458
2458
  value: z.ZodEffects<z.ZodObject<{
@@ -2465,13 +2465,13 @@ declare const bitcoinIngressEgressDepositFailedEvent: _$_chainflip_processor_eve
2465
2465
  __kind: "LimitReached" | "NoLayer";
2466
2466
  }>;
2467
2467
  }, "strip", z.ZodTypeAny, {
2468
- value: "LimitReached" | "NoLayer";
2469
2468
  __kind: "Transactional";
2469
+ value: "LimitReached" | "NoLayer";
2470
2470
  }, {
2471
+ __kind: "Transactional";
2471
2472
  value: {
2472
2473
  __kind: "LimitReached" | "NoLayer";
2473
2474
  };
2474
- __kind: "Transactional";
2475
2475
  }>, z.ZodObject<{
2476
2476
  __kind: z.ZodLiteral<"Exhausted">;
2477
2477
  }, "strip", z.ZodTypeAny, {
@@ -2498,6 +2498,7 @@ declare const bitcoinIngressEgressDepositFailedEvent: _$_chainflip_processor_eve
2498
2498
  __kind: "RootNotAllowed";
2499
2499
  }>]>;
2500
2500
  }, "strip", z.ZodTypeAny, {
2501
+ __kind: "DepositWitnessRejected";
2501
2502
  value: {
2502
2503
  __kind: "Other";
2503
2504
  } | {
@@ -2505,11 +2506,11 @@ declare const bitcoinIngressEgressDepositFailedEvent: _$_chainflip_processor_eve
2505
2506
  } | {
2506
2507
  __kind: "BadOrigin";
2507
2508
  } | {
2509
+ __kind: "Module";
2508
2510
  value: {
2509
2511
  index: number;
2510
2512
  error: `0x${string}`;
2511
2513
  };
2512
- __kind: "Module";
2513
2514
  } | {
2514
2515
  __kind: "ConsumerRemaining";
2515
2516
  } | {
@@ -2517,14 +2518,14 @@ declare const bitcoinIngressEgressDepositFailedEvent: _$_chainflip_processor_eve
2517
2518
  } | {
2518
2519
  __kind: "TooManyConsumers";
2519
2520
  } | {
2520
- value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
2521
2521
  __kind: "Token";
2522
+ value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
2522
2523
  } | {
2523
- value: "Underflow" | "Overflow" | "DivisionByZero";
2524
2524
  __kind: "Arithmetic";
2525
+ value: "Underflow" | "Overflow" | "DivisionByZero";
2525
2526
  } | {
2526
- value: "LimitReached" | "NoLayer";
2527
2527
  __kind: "Transactional";
2528
+ value: "LimitReached" | "NoLayer";
2528
2529
  } | {
2529
2530
  __kind: "Exhausted";
2530
2531
  } | {
@@ -2534,8 +2535,8 @@ declare const bitcoinIngressEgressDepositFailedEvent: _$_chainflip_processor_eve
2534
2535
  } | {
2535
2536
  __kind: "RootNotAllowed";
2536
2537
  };
2537
- __kind: "DepositWitnessRejected";
2538
2538
  }, {
2539
+ __kind: "DepositWitnessRejected";
2539
2540
  value: {
2540
2541
  __kind: "Other";
2541
2542
  } | {
@@ -2543,11 +2544,11 @@ declare const bitcoinIngressEgressDepositFailedEvent: _$_chainflip_processor_eve
2543
2544
  } | {
2544
2545
  __kind: "BadOrigin";
2545
2546
  } | {
2547
+ __kind: "Module";
2546
2548
  value: {
2547
2549
  index: number;
2548
2550
  error: string;
2549
2551
  };
2550
- __kind: "Module";
2551
2552
  } | {
2552
2553
  __kind: "ConsumerRemaining";
2553
2554
  } | {
@@ -2555,20 +2556,20 @@ declare const bitcoinIngressEgressDepositFailedEvent: _$_chainflip_processor_eve
2555
2556
  } | {
2556
2557
  __kind: "TooManyConsumers";
2557
2558
  } | {
2559
+ __kind: "Token";
2558
2560
  value: {
2559
2561
  __kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
2560
2562
  };
2561
- __kind: "Token";
2562
2563
  } | {
2564
+ __kind: "Arithmetic";
2563
2565
  value: {
2564
2566
  __kind: "Underflow" | "Overflow" | "DivisionByZero";
2565
2567
  };
2566
- __kind: "Arithmetic";
2567
2568
  } | {
2569
+ __kind: "Transactional";
2568
2570
  value: {
2569
2571
  __kind: "LimitReached" | "NoLayer";
2570
2572
  };
2571
- __kind: "Transactional";
2572
2573
  } | {
2573
2574
  __kind: "Exhausted";
2574
2575
  } | {
@@ -2578,7 +2579,6 @@ declare const bitcoinIngressEgressDepositFailedEvent: _$_chainflip_processor_eve
2578
2579
  } | {
2579
2580
  __kind: "RootNotAllowed";
2580
2581
  };
2581
- __kind: "DepositWitnessRejected";
2582
2582
  }>, z.ZodObject<{
2583
2583
  __kind: z.ZodLiteral<"Unrefundable">;
2584
2584
  }, "strip", z.ZodTypeAny, {
@@ -2593,47 +2593,47 @@ declare const bitcoinIngressEgressDepositFailedEvent: _$_chainflip_processor_eve
2593
2593
  __kind: z.ZodLiteral<"P2PKH">;
2594
2594
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
2595
2595
  }, "strip", z.ZodTypeAny, {
2596
- value: `0x${string}`;
2597
2596
  __kind: "P2PKH";
2597
+ value: `0x${string}`;
2598
2598
  }, {
2599
- value: string;
2600
2599
  __kind: "P2PKH";
2600
+ value: string;
2601
2601
  }>, z.ZodObject<{
2602
2602
  __kind: z.ZodLiteral<"P2SH">;
2603
2603
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
2604
2604
  }, "strip", z.ZodTypeAny, {
2605
- value: `0x${string}`;
2606
2605
  __kind: "P2SH";
2606
+ value: `0x${string}`;
2607
2607
  }, {
2608
- value: string;
2609
2608
  __kind: "P2SH";
2609
+ value: string;
2610
2610
  }>, z.ZodObject<{
2611
2611
  __kind: z.ZodLiteral<"P2WPKH">;
2612
2612
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
2613
2613
  }, "strip", z.ZodTypeAny, {
2614
- value: `0x${string}`;
2615
2614
  __kind: "P2WPKH";
2615
+ value: `0x${string}`;
2616
2616
  }, {
2617
- value: string;
2618
2617
  __kind: "P2WPKH";
2618
+ value: string;
2619
2619
  }>, z.ZodObject<{
2620
2620
  __kind: z.ZodLiteral<"P2WSH">;
2621
2621
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
2622
2622
  }, "strip", z.ZodTypeAny, {
2623
- value: `0x${string}`;
2624
2623
  __kind: "P2WSH";
2624
+ value: `0x${string}`;
2625
2625
  }, {
2626
- value: string;
2627
2626
  __kind: "P2WSH";
2627
+ value: string;
2628
2628
  }>, z.ZodObject<{
2629
2629
  __kind: z.ZodLiteral<"Taproot">;
2630
2630
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
2631
2631
  }, "strip", z.ZodTypeAny, {
2632
- value: `0x${string}`;
2633
2632
  __kind: "Taproot";
2633
+ value: `0x${string}`;
2634
2634
  }, {
2635
- value: string;
2636
2635
  __kind: "Taproot";
2636
+ value: string;
2637
2637
  }>, z.ZodObject<{
2638
2638
  __kind: z.ZodLiteral<"OtherSegwit">;
2639
2639
  version: z.ZodNumber;
@@ -2754,27 +2754,27 @@ declare const bitcoinIngressEgressDepositFailedEvent: _$_chainflip_processor_eve
2754
2754
  };
2755
2755
  }>;
2756
2756
  }, "strip", z.ZodTypeAny, {
2757
+ asset: "Btc";
2757
2758
  depositAddress: {
2758
- value: `0x${string}`;
2759
2759
  __kind: "P2PKH";
2760
- } | {
2761
2760
  value: `0x${string}`;
2762
- __kind: "P2SH";
2763
2761
  } | {
2762
+ __kind: "P2SH";
2764
2763
  value: `0x${string}`;
2765
- __kind: "P2WPKH";
2766
2764
  } | {
2765
+ __kind: "P2WPKH";
2767
2766
  value: `0x${string}`;
2768
- __kind: "P2WSH";
2769
2767
  } | {
2768
+ __kind: "P2WSH";
2770
2769
  value: `0x${string}`;
2770
+ } | {
2771
2771
  __kind: "Taproot";
2772
+ value: `0x${string}`;
2772
2773
  } | {
2773
2774
  __kind: "OtherSegwit";
2774
2775
  version: number;
2775
2776
  program: `0x${string}`;
2776
2777
  };
2777
- asset: "Btc";
2778
2778
  amount: bigint;
2779
2779
  depositDetails: {
2780
2780
  depositAddress: {
@@ -2795,29 +2795,29 @@ declare const bitcoinIngressEgressDepositFailedEvent: _$_chainflip_processor_eve
2795
2795
  };
2796
2796
  };
2797
2797
  }, {
2798
+ asset: {
2799
+ __kind: "Btc";
2800
+ };
2798
2801
  depositAddress: {
2799
- value: string;
2800
2802
  __kind: "P2PKH";
2801
- } | {
2802
2803
  value: string;
2803
- __kind: "P2SH";
2804
2804
  } | {
2805
+ __kind: "P2SH";
2805
2806
  value: string;
2806
- __kind: "P2WPKH";
2807
2807
  } | {
2808
+ __kind: "P2WPKH";
2808
2809
  value: string;
2809
- __kind: "P2WSH";
2810
2810
  } | {
2811
+ __kind: "P2WSH";
2811
2812
  value: string;
2813
+ } | {
2812
2814
  __kind: "Taproot";
2815
+ value: string;
2813
2816
  } | {
2814
2817
  __kind: "OtherSegwit";
2815
2818
  version: number;
2816
2819
  program: string;
2817
2820
  };
2818
- asset: {
2819
- __kind: "Btc";
2820
- };
2821
2821
  amount: string | number;
2822
2822
  depositDetails: {
2823
2823
  depositAddress: {
@@ -2841,27 +2841,27 @@ declare const bitcoinIngressEgressDepositFailedEvent: _$_chainflip_processor_eve
2841
2841
  }, "strip", z.ZodTypeAny, {
2842
2842
  __kind: "DepositFailedDepositChannelVariantBitcoin";
2843
2843
  depositWitness: {
2844
+ asset: "Btc";
2844
2845
  depositAddress: {
2845
- value: `0x${string}`;
2846
2846
  __kind: "P2PKH";
2847
- } | {
2848
2847
  value: `0x${string}`;
2849
- __kind: "P2SH";
2850
2848
  } | {
2849
+ __kind: "P2SH";
2851
2850
  value: `0x${string}`;
2852
- __kind: "P2WPKH";
2853
2851
  } | {
2852
+ __kind: "P2WPKH";
2854
2853
  value: `0x${string}`;
2855
- __kind: "P2WSH";
2856
2854
  } | {
2855
+ __kind: "P2WSH";
2857
2856
  value: `0x${string}`;
2857
+ } | {
2858
2858
  __kind: "Taproot";
2859
+ value: `0x${string}`;
2859
2860
  } | {
2860
2861
  __kind: "OtherSegwit";
2861
2862
  version: number;
2862
2863
  program: `0x${string}`;
2863
2864
  };
2864
- asset: "Btc";
2865
2865
  amount: bigint;
2866
2866
  depositDetails: {
2867
2867
  depositAddress: {
@@ -2885,29 +2885,29 @@ declare const bitcoinIngressEgressDepositFailedEvent: _$_chainflip_processor_eve
2885
2885
  }, {
2886
2886
  __kind: "DepositFailedDepositChannelVariantBitcoin";
2887
2887
  depositWitness: {
2888
+ asset: {
2889
+ __kind: "Btc";
2890
+ };
2888
2891
  depositAddress: {
2889
- value: string;
2890
2892
  __kind: "P2PKH";
2891
- } | {
2892
2893
  value: string;
2893
- __kind: "P2SH";
2894
2894
  } | {
2895
+ __kind: "P2SH";
2895
2896
  value: string;
2896
- __kind: "P2WPKH";
2897
2897
  } | {
2898
+ __kind: "P2WPKH";
2898
2899
  value: string;
2899
- __kind: "P2WSH";
2900
2900
  } | {
2901
+ __kind: "P2WSH";
2901
2902
  value: string;
2903
+ } | {
2902
2904
  __kind: "Taproot";
2905
+ value: string;
2903
2906
  } | {
2904
2907
  __kind: "OtherSegwit";
2905
2908
  version: number;
2906
2909
  program: string;
2907
2910
  };
2908
- asset: {
2909
- __kind: "Btc";
2910
- };
2911
2911
  amount: string | number;
2912
2912
  depositDetails: {
2913
2913
  depositAddress: {
@@ -2944,47 +2944,47 @@ declare const bitcoinIngressEgressDepositFailedEvent: _$_chainflip_processor_eve
2944
2944
  __kind: z.ZodLiteral<"P2PKH">;
2945
2945
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
2946
2946
  }, "strip", z.ZodTypeAny, {
2947
- value: `0x${string}`;
2948
2947
  __kind: "P2PKH";
2948
+ value: `0x${string}`;
2949
2949
  }, {
2950
- value: string;
2951
2950
  __kind: "P2PKH";
2951
+ value: string;
2952
2952
  }>, z.ZodObject<{
2953
2953
  __kind: z.ZodLiteral<"P2SH">;
2954
2954
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
2955
2955
  }, "strip", z.ZodTypeAny, {
2956
- value: `0x${string}`;
2957
2956
  __kind: "P2SH";
2957
+ value: `0x${string}`;
2958
2958
  }, {
2959
- value: string;
2960
2959
  __kind: "P2SH";
2960
+ value: string;
2961
2961
  }>, z.ZodObject<{
2962
2962
  __kind: z.ZodLiteral<"P2WPKH">;
2963
2963
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
2964
2964
  }, "strip", z.ZodTypeAny, {
2965
- value: `0x${string}`;
2966
2965
  __kind: "P2WPKH";
2966
+ value: `0x${string}`;
2967
2967
  }, {
2968
- value: string;
2969
2968
  __kind: "P2WPKH";
2969
+ value: string;
2970
2970
  }>, z.ZodObject<{
2971
2971
  __kind: z.ZodLiteral<"P2WSH">;
2972
2972
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
2973
2973
  }, "strip", z.ZodTypeAny, {
2974
- value: `0x${string}`;
2975
2974
  __kind: "P2WSH";
2975
+ value: `0x${string}`;
2976
2976
  }, {
2977
- value: string;
2978
2977
  __kind: "P2WSH";
2978
+ value: string;
2979
2979
  }>, z.ZodObject<{
2980
2980
  __kind: z.ZodLiteral<"Taproot">;
2981
2981
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
2982
2982
  }, "strip", z.ZodTypeAny, {
2983
- value: `0x${string}`;
2984
2983
  __kind: "Taproot";
2984
+ value: `0x${string}`;
2985
2985
  }, {
2986
- value: string;
2987
2986
  __kind: "Taproot";
2987
+ value: string;
2988
2988
  }>, z.ZodObject<{
2989
2989
  __kind: z.ZodLiteral<"OtherSegwit">;
2990
2990
  version: z.ZodNumber;
@@ -3099,21 +3099,21 @@ declare const bitcoinIngressEgressDepositFailedEvent: _$_chainflip_processor_eve
3099
3099
  outputAsset: z.ZodEffects<z.ZodObject<{
3100
3100
  __kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc", "HubDot", "HubUsdt", "HubUsdc"]>;
3101
3101
  }, "strip", z.ZodTypeAny, {
3102
- __kind: "HubDot" | "HubUsdt" | "HubUsdc" | "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc";
3102
+ __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
3103
3103
  }, {
3104
- __kind: "HubDot" | "HubUsdt" | "HubUsdc" | "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc";
3105
- }>, "HubDot" | "HubUsdt" | "HubUsdc" | "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc", {
3106
- __kind: "HubDot" | "HubUsdt" | "HubUsdc" | "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc";
3104
+ __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
3105
+ }>, "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc", {
3106
+ __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
3107
3107
  }>;
3108
3108
  destinationAddress: z.ZodEffects<z.ZodObject<{
3109
3109
  __kind: z.ZodEnum<["Eth", "Dot", "Btc", "Arb", "Sol", "Hub"]>;
3110
3110
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
3111
3111
  }, "strip", z.ZodTypeAny, {
3112
- value: `0x${string}`;
3113
3112
  __kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
3113
+ value: `0x${string}`;
3114
3114
  }, {
3115
- value: string;
3116
3115
  __kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
3116
+ value: string;
3117
3117
  }>, {
3118
3118
  readonly chain: "Ethereum";
3119
3119
  readonly address: `0x${string}`;
@@ -3133,8 +3133,8 @@ declare const bitcoinIngressEgressDepositFailedEvent: _$_chainflip_processor_eve
3133
3133
  readonly chain: "Assethub";
3134
3134
  readonly address: string;
3135
3135
  }, {
3136
- value: string;
3137
3136
  __kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
3137
+ value: string;
3138
3138
  }>;
3139
3139
  depositMetadata: z.ZodOptional<z.ZodNullable<z.ZodObject<{
3140
3140
  channelMetadata: z.ZodObject<{
@@ -3163,67 +3163,67 @@ declare const bitcoinIngressEgressDepositFailedEvent: _$_chainflip_processor_eve
3163
3163
  __kind: z.ZodLiteral<"Eth">;
3164
3164
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
3165
3165
  }, "strip", z.ZodTypeAny, {
3166
- value: `0x${string}`;
3167
3166
  __kind: "Eth";
3167
+ value: `0x${string}`;
3168
3168
  }, {
3169
- value: string;
3170
3169
  __kind: "Eth";
3170
+ value: string;
3171
3171
  }>, z.ZodObject<{
3172
3172
  __kind: z.ZodLiteral<"Dot">;
3173
3173
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
3174
3174
  }, "strip", z.ZodTypeAny, {
3175
- value: `0x${string}`;
3176
3175
  __kind: "Dot";
3176
+ value: `0x${string}`;
3177
3177
  }, {
3178
- value: string;
3179
3178
  __kind: "Dot";
3179
+ value: string;
3180
3180
  }>, z.ZodObject<{
3181
3181
  __kind: z.ZodLiteral<"Btc">;
3182
3182
  value: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
3183
3183
  __kind: z.ZodLiteral<"P2PKH">;
3184
3184
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
3185
3185
  }, "strip", z.ZodTypeAny, {
3186
- value: `0x${string}`;
3187
3186
  __kind: "P2PKH";
3187
+ value: `0x${string}`;
3188
3188
  }, {
3189
- value: string;
3190
3189
  __kind: "P2PKH";
3190
+ value: string;
3191
3191
  }>, z.ZodObject<{
3192
3192
  __kind: z.ZodLiteral<"P2SH">;
3193
3193
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
3194
3194
  }, "strip", z.ZodTypeAny, {
3195
- value: `0x${string}`;
3196
3195
  __kind: "P2SH";
3196
+ value: `0x${string}`;
3197
3197
  }, {
3198
- value: string;
3199
3198
  __kind: "P2SH";
3199
+ value: string;
3200
3200
  }>, z.ZodObject<{
3201
3201
  __kind: z.ZodLiteral<"P2WPKH">;
3202
3202
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
3203
3203
  }, "strip", z.ZodTypeAny, {
3204
- value: `0x${string}`;
3205
3204
  __kind: "P2WPKH";
3205
+ value: `0x${string}`;
3206
3206
  }, {
3207
- value: string;
3208
3207
  __kind: "P2WPKH";
3208
+ value: string;
3209
3209
  }>, z.ZodObject<{
3210
3210
  __kind: z.ZodLiteral<"P2WSH">;
3211
3211
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
3212
3212
  }, "strip", z.ZodTypeAny, {
3213
- value: `0x${string}`;
3214
3213
  __kind: "P2WSH";
3214
+ value: `0x${string}`;
3215
3215
  }, {
3216
- value: string;
3217
3216
  __kind: "P2WSH";
3217
+ value: string;
3218
3218
  }>, z.ZodObject<{
3219
3219
  __kind: z.ZodLiteral<"Taproot">;
3220
3220
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
3221
3221
  }, "strip", z.ZodTypeAny, {
3222
- value: `0x${string}`;
3223
3222
  __kind: "Taproot";
3223
+ value: `0x${string}`;
3224
3224
  }, {
3225
- value: string;
3226
3225
  __kind: "Taproot";
3226
+ value: string;
3227
3227
  }>, z.ZodObject<{
3228
3228
  __kind: z.ZodLiteral<"OtherSegwit">;
3229
3229
  version: z.ZodNumber;
@@ -3238,76 +3238,76 @@ declare const bitcoinIngressEgressDepositFailedEvent: _$_chainflip_processor_eve
3238
3238
  program: string;
3239
3239
  }>]>;
3240
3240
  }, "strip", z.ZodTypeAny, {
3241
+ __kind: "Btc";
3241
3242
  value: {
3242
- value: `0x${string}`;
3243
3243
  __kind: "P2PKH";
3244
- } | {
3245
3244
  value: `0x${string}`;
3246
- __kind: "P2SH";
3247
3245
  } | {
3246
+ __kind: "P2SH";
3248
3247
  value: `0x${string}`;
3249
- __kind: "P2WPKH";
3250
3248
  } | {
3249
+ __kind: "P2WPKH";
3251
3250
  value: `0x${string}`;
3252
- __kind: "P2WSH";
3253
3251
  } | {
3252
+ __kind: "P2WSH";
3254
3253
  value: `0x${string}`;
3254
+ } | {
3255
3255
  __kind: "Taproot";
3256
+ value: `0x${string}`;
3256
3257
  } | {
3257
3258
  __kind: "OtherSegwit";
3258
3259
  version: number;
3259
3260
  program: `0x${string}`;
3260
3261
  };
3261
- __kind: "Btc";
3262
3262
  }, {
3263
+ __kind: "Btc";
3263
3264
  value: {
3264
- value: string;
3265
3265
  __kind: "P2PKH";
3266
- } | {
3267
3266
  value: string;
3268
- __kind: "P2SH";
3269
3267
  } | {
3268
+ __kind: "P2SH";
3270
3269
  value: string;
3271
- __kind: "P2WPKH";
3272
3270
  } | {
3271
+ __kind: "P2WPKH";
3273
3272
  value: string;
3274
- __kind: "P2WSH";
3275
3273
  } | {
3274
+ __kind: "P2WSH";
3276
3275
  value: string;
3276
+ } | {
3277
3277
  __kind: "Taproot";
3278
+ value: string;
3278
3279
  } | {
3279
3280
  __kind: "OtherSegwit";
3280
3281
  version: number;
3281
3282
  program: string;
3282
3283
  };
3283
- __kind: "Btc";
3284
3284
  }>, z.ZodObject<{
3285
3285
  __kind: z.ZodLiteral<"Arb">;
3286
3286
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
3287
3287
  }, "strip", z.ZodTypeAny, {
3288
- value: `0x${string}`;
3289
3288
  __kind: "Arb";
3289
+ value: `0x${string}`;
3290
3290
  }, {
3291
- value: string;
3292
3291
  __kind: "Arb";
3292
+ value: string;
3293
3293
  }>, z.ZodObject<{
3294
3294
  __kind: z.ZodLiteral<"Sol">;
3295
3295
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
3296
3296
  }, "strip", z.ZodTypeAny, {
3297
- value: `0x${string}`;
3298
3297
  __kind: "Sol";
3298
+ value: `0x${string}`;
3299
3299
  }, {
3300
- value: string;
3301
3300
  __kind: "Sol";
3301
+ value: string;
3302
3302
  }>, z.ZodObject<{
3303
3303
  __kind: z.ZodLiteral<"Hub">;
3304
3304
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
3305
3305
  }, "strip", z.ZodTypeAny, {
3306
- value: `0x${string}`;
3307
3306
  __kind: "Hub";
3307
+ value: `0x${string}`;
3308
3308
  }, {
3309
- value: string;
3310
3309
  __kind: "Hub";
3310
+ value: string;
3311
3311
  }>]>>>;
3312
3312
  }, "strip", z.ZodTypeAny, {
3313
3313
  channelMetadata: {
@@ -3317,42 +3317,42 @@ declare const bitcoinIngressEgressDepositFailedEvent: _$_chainflip_processor_eve
3317
3317
  };
3318
3318
  sourceChain: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
3319
3319
  sourceAddress?: {
3320
- value: `0x${string}`;
3321
3320
  __kind: "Eth";
3322
- } | {
3323
3321
  value: `0x${string}`;
3322
+ } | {
3324
3323
  __kind: "Dot";
3324
+ value: `0x${string}`;
3325
3325
  } | {
3326
+ __kind: "Btc";
3326
3327
  value: {
3327
- value: `0x${string}`;
3328
3328
  __kind: "P2PKH";
3329
- } | {
3330
3329
  value: `0x${string}`;
3331
- __kind: "P2SH";
3332
3330
  } | {
3331
+ __kind: "P2SH";
3333
3332
  value: `0x${string}`;
3334
- __kind: "P2WPKH";
3335
3333
  } | {
3334
+ __kind: "P2WPKH";
3336
3335
  value: `0x${string}`;
3337
- __kind: "P2WSH";
3338
3336
  } | {
3337
+ __kind: "P2WSH";
3339
3338
  value: `0x${string}`;
3339
+ } | {
3340
3340
  __kind: "Taproot";
3341
+ value: `0x${string}`;
3341
3342
  } | {
3342
3343
  __kind: "OtherSegwit";
3343
3344
  version: number;
3344
3345
  program: `0x${string}`;
3345
3346
  };
3346
- __kind: "Btc";
3347
3347
  } | {
3348
- value: `0x${string}`;
3349
3348
  __kind: "Arb";
3350
- } | {
3351
3349
  value: `0x${string}`;
3352
- __kind: "Sol";
3353
3350
  } | {
3351
+ __kind: "Sol";
3354
3352
  value: `0x${string}`;
3353
+ } | {
3355
3354
  __kind: "Hub";
3355
+ value: `0x${string}`;
3356
3356
  } | null | undefined;
3357
3357
  }, {
3358
3358
  channelMetadata: {
@@ -3364,42 +3364,42 @@ declare const bitcoinIngressEgressDepositFailedEvent: _$_chainflip_processor_eve
3364
3364
  __kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
3365
3365
  };
3366
3366
  sourceAddress?: {
3367
- value: string;
3368
3367
  __kind: "Eth";
3369
- } | {
3370
3368
  value: string;
3369
+ } | {
3371
3370
  __kind: "Dot";
3371
+ value: string;
3372
3372
  } | {
3373
+ __kind: "Btc";
3373
3374
  value: {
3374
- value: string;
3375
3375
  __kind: "P2PKH";
3376
- } | {
3377
3376
  value: string;
3378
- __kind: "P2SH";
3379
3377
  } | {
3378
+ __kind: "P2SH";
3380
3379
  value: string;
3381
- __kind: "P2WPKH";
3382
3380
  } | {
3381
+ __kind: "P2WPKH";
3383
3382
  value: string;
3384
- __kind: "P2WSH";
3385
3383
  } | {
3384
+ __kind: "P2WSH";
3386
3385
  value: string;
3386
+ } | {
3387
3387
  __kind: "Taproot";
3388
+ value: string;
3388
3389
  } | {
3389
3390
  __kind: "OtherSegwit";
3390
3391
  version: number;
3391
3392
  program: string;
3392
3393
  };
3393
- __kind: "Btc";
3394
3394
  } | {
3395
- value: string;
3396
3395
  __kind: "Arb";
3397
- } | {
3398
3396
  value: string;
3399
- __kind: "Sol";
3400
3397
  } | {
3398
+ __kind: "Sol";
3401
3399
  value: string;
3400
+ } | {
3402
3401
  __kind: "Hub";
3402
+ value: string;
3403
3403
  } | null | undefined;
3404
3404
  }>>>;
3405
3405
  txId: z.ZodEffects<z.ZodString, `0x${string}`, string>;
@@ -3429,47 +3429,47 @@ declare const bitcoinIngressEgressDepositFailedEvent: _$_chainflip_processor_eve
3429
3429
  __kind: z.ZodLiteral<"P2PKH">;
3430
3430
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
3431
3431
  }, "strip", z.ZodTypeAny, {
3432
- value: `0x${string}`;
3433
3432
  __kind: "P2PKH";
3433
+ value: `0x${string}`;
3434
3434
  }, {
3435
- value: string;
3436
3435
  __kind: "P2PKH";
3436
+ value: string;
3437
3437
  }>, z.ZodObject<{
3438
3438
  __kind: z.ZodLiteral<"P2SH">;
3439
3439
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
3440
3440
  }, "strip", z.ZodTypeAny, {
3441
- value: `0x${string}`;
3442
3441
  __kind: "P2SH";
3442
+ value: `0x${string}`;
3443
3443
  }, {
3444
- value: string;
3445
3444
  __kind: "P2SH";
3445
+ value: string;
3446
3446
  }>, z.ZodObject<{
3447
3447
  __kind: z.ZodLiteral<"P2WPKH">;
3448
3448
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
3449
3449
  }, "strip", z.ZodTypeAny, {
3450
- value: `0x${string}`;
3451
3450
  __kind: "P2WPKH";
3451
+ value: `0x${string}`;
3452
3452
  }, {
3453
- value: string;
3454
3453
  __kind: "P2WPKH";
3454
+ value: string;
3455
3455
  }>, z.ZodObject<{
3456
3456
  __kind: z.ZodLiteral<"P2WSH">;
3457
3457
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
3458
3458
  }, "strip", z.ZodTypeAny, {
3459
- value: `0x${string}`;
3460
3459
  __kind: "P2WSH";
3460
+ value: `0x${string}`;
3461
3461
  }, {
3462
- value: string;
3463
3462
  __kind: "P2WSH";
3463
+ value: string;
3464
3464
  }>, z.ZodObject<{
3465
3465
  __kind: z.ZodLiteral<"Taproot">;
3466
3466
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
3467
3467
  }, "strip", z.ZodTypeAny, {
3468
- value: `0x${string}`;
3469
3468
  __kind: "Taproot";
3469
+ value: `0x${string}`;
3470
3470
  }, {
3471
- value: string;
3472
3471
  __kind: "Taproot";
3472
+ value: string;
3473
3473
  }>, z.ZodObject<{
3474
3474
  __kind: z.ZodLiteral<"OtherSegwit">;
3475
3475
  version: z.ZodNumber;
@@ -3501,20 +3501,20 @@ declare const bitcoinIngressEgressDepositFailedEvent: _$_chainflip_processor_eve
3501
3501
  }, "strip", z.ZodTypeAny, {
3502
3502
  retryDuration: number;
3503
3503
  refundAddress: {
3504
- value: `0x${string}`;
3505
3504
  __kind: "P2PKH";
3506
- } | {
3507
3505
  value: `0x${string}`;
3508
- __kind: "P2SH";
3509
3506
  } | {
3507
+ __kind: "P2SH";
3510
3508
  value: `0x${string}`;
3511
- __kind: "P2WPKH";
3512
3509
  } | {
3510
+ __kind: "P2WPKH";
3513
3511
  value: `0x${string}`;
3514
- __kind: "P2WSH";
3515
3512
  } | {
3513
+ __kind: "P2WSH";
3516
3514
  value: `0x${string}`;
3515
+ } | {
3517
3516
  __kind: "Taproot";
3517
+ value: `0x${string}`;
3518
3518
  } | {
3519
3519
  __kind: "OtherSegwit";
3520
3520
  version: number;
@@ -3530,20 +3530,20 @@ declare const bitcoinIngressEgressDepositFailedEvent: _$_chainflip_processor_eve
3530
3530
  }, {
3531
3531
  retryDuration: number;
3532
3532
  refundAddress: {
3533
- value: string;
3534
3533
  __kind: "P2PKH";
3535
- } | {
3536
3534
  value: string;
3537
- __kind: "P2SH";
3538
3535
  } | {
3536
+ __kind: "P2SH";
3539
3537
  value: string;
3540
- __kind: "P2WPKH";
3541
3538
  } | {
3539
+ __kind: "P2WPKH";
3542
3540
  value: string;
3543
- __kind: "P2WSH";
3544
3541
  } | {
3542
+ __kind: "P2WSH";
3545
3543
  value: string;
3544
+ } | {
3546
3545
  __kind: "Taproot";
3546
+ value: string;
3547
3547
  } | {
3548
3548
  __kind: "OtherSegwit";
3549
3549
  version: number;
@@ -3569,6 +3569,7 @@ declare const bitcoinIngressEgressDepositFailedEvent: _$_chainflip_processor_eve
3569
3569
  }>>>;
3570
3570
  boostFee: z.ZodNumber;
3571
3571
  }, "strip", z.ZodTypeAny, {
3572
+ txId: `0x${string}`;
3572
3573
  depositDetails: {
3573
3574
  depositAddress: {
3574
3575
  pubkeyX: `0x${string}`;
@@ -3587,10 +3588,9 @@ declare const bitcoinIngressEgressDepositFailedEvent: _$_chainflip_processor_eve
3587
3588
  vout: number;
3588
3589
  };
3589
3590
  };
3590
- boostFee: number;
3591
3591
  inputAsset: "Btc";
3592
3592
  depositAmount: bigint;
3593
- outputAsset: "HubDot" | "HubUsdt" | "HubUsdc" | "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc";
3593
+ outputAsset: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
3594
3594
  destinationAddress: {
3595
3595
  readonly chain: "Ethereum";
3596
3596
  readonly address: `0x${string}`;
@@ -3610,7 +3610,6 @@ declare const bitcoinIngressEgressDepositFailedEvent: _$_chainflip_processor_eve
3610
3610
  readonly chain: "Assethub";
3611
3611
  readonly address: string;
3612
3612
  };
3613
- txId: `0x${string}`;
3614
3613
  affiliateFees: {
3615
3614
  account: number;
3616
3615
  bps: number;
@@ -3618,20 +3617,20 @@ declare const bitcoinIngressEgressDepositFailedEvent: _$_chainflip_processor_eve
3618
3617
  refundParams: {
3619
3618
  retryDuration: number;
3620
3619
  refundAddress: {
3621
- value: `0x${string}`;
3622
3620
  __kind: "P2PKH";
3623
- } | {
3624
3621
  value: `0x${string}`;
3625
- __kind: "P2SH";
3626
3622
  } | {
3623
+ __kind: "P2SH";
3627
3624
  value: `0x${string}`;
3628
- __kind: "P2WPKH";
3629
3625
  } | {
3626
+ __kind: "P2WPKH";
3630
3627
  value: `0x${string}`;
3631
- __kind: "P2WSH";
3632
3628
  } | {
3629
+ __kind: "P2WSH";
3633
3630
  value: `0x${string}`;
3631
+ } | {
3634
3632
  __kind: "Taproot";
3633
+ value: `0x${string}`;
3635
3634
  } | {
3636
3635
  __kind: "OtherSegwit";
3637
3636
  version: number;
@@ -3645,21 +3644,22 @@ declare const bitcoinIngressEgressDepositFailedEvent: _$_chainflip_processor_eve
3645
3644
  } | null | undefined;
3646
3645
  maxOraclePriceSlippage?: number | null | undefined;
3647
3646
  };
3647
+ boostFee: number;
3648
3648
  depositAddress?: {
3649
- value: `0x${string}`;
3650
3649
  __kind: "P2PKH";
3651
- } | {
3652
3650
  value: `0x${string}`;
3653
- __kind: "P2SH";
3654
3651
  } | {
3652
+ __kind: "P2SH";
3655
3653
  value: `0x${string}`;
3656
- __kind: "P2WPKH";
3657
3654
  } | {
3655
+ __kind: "P2WPKH";
3658
3656
  value: `0x${string}`;
3659
- __kind: "P2WSH";
3660
3657
  } | {
3658
+ __kind: "P2WSH";
3661
3659
  value: `0x${string}`;
3660
+ } | {
3662
3661
  __kind: "Taproot";
3662
+ value: `0x${string}`;
3663
3663
  } | {
3664
3664
  __kind: "OtherSegwit";
3665
3665
  version: number;
@@ -3674,42 +3674,42 @@ declare const bitcoinIngressEgressDepositFailedEvent: _$_chainflip_processor_eve
3674
3674
  };
3675
3675
  sourceChain: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
3676
3676
  sourceAddress?: {
3677
- value: `0x${string}`;
3678
3677
  __kind: "Eth";
3679
- } | {
3680
3678
  value: `0x${string}`;
3679
+ } | {
3681
3680
  __kind: "Dot";
3681
+ value: `0x${string}`;
3682
3682
  } | {
3683
+ __kind: "Btc";
3683
3684
  value: {
3684
- value: `0x${string}`;
3685
3685
  __kind: "P2PKH";
3686
- } | {
3687
3686
  value: `0x${string}`;
3688
- __kind: "P2SH";
3689
3687
  } | {
3688
+ __kind: "P2SH";
3690
3689
  value: `0x${string}`;
3691
- __kind: "P2WPKH";
3692
3690
  } | {
3691
+ __kind: "P2WPKH";
3693
3692
  value: `0x${string}`;
3694
- __kind: "P2WSH";
3695
3693
  } | {
3694
+ __kind: "P2WSH";
3696
3695
  value: `0x${string}`;
3696
+ } | {
3697
3697
  __kind: "Taproot";
3698
+ value: `0x${string}`;
3698
3699
  } | {
3699
3700
  __kind: "OtherSegwit";
3700
3701
  version: number;
3701
3702
  program: `0x${string}`;
3702
3703
  };
3703
- __kind: "Btc";
3704
3704
  } | {
3705
- value: `0x${string}`;
3706
3705
  __kind: "Arb";
3707
- } | {
3708
3706
  value: `0x${string}`;
3709
- __kind: "Sol";
3710
3707
  } | {
3708
+ __kind: "Sol";
3711
3709
  value: `0x${string}`;
3710
+ } | {
3712
3711
  __kind: "Hub";
3712
+ value: `0x${string}`;
3713
3713
  } | null | undefined;
3714
3714
  } | null | undefined;
3715
3715
  brokerFee?: {
@@ -3721,6 +3721,7 @@ declare const bitcoinIngressEgressDepositFailedEvent: _$_chainflip_processor_eve
3721
3721
  chunkInterval: number;
3722
3722
  } | null | undefined;
3723
3723
  }, {
3724
+ txId: string;
3724
3725
  depositDetails: {
3725
3726
  depositAddress: {
3726
3727
  pubkeyX: string;
@@ -3739,19 +3740,17 @@ declare const bitcoinIngressEgressDepositFailedEvent: _$_chainflip_processor_eve
3739
3740
  vout: number;
3740
3741
  };
3741
3742
  };
3742
- boostFee: number;
3743
3743
  inputAsset: {
3744
3744
  __kind: "Btc";
3745
3745
  };
3746
3746
  depositAmount: string | number;
3747
3747
  outputAsset: {
3748
- __kind: "HubDot" | "HubUsdt" | "HubUsdc" | "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc";
3748
+ __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
3749
3749
  };
3750
3750
  destinationAddress: {
3751
- value: string;
3752
3751
  __kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
3752
+ value: string;
3753
3753
  };
3754
- txId: string;
3755
3754
  affiliateFees: {
3756
3755
  account: number;
3757
3756
  bps: number;
@@ -3759,20 +3758,20 @@ declare const bitcoinIngressEgressDepositFailedEvent: _$_chainflip_processor_eve
3759
3758
  refundParams: {
3760
3759
  retryDuration: number;
3761
3760
  refundAddress: {
3762
- value: string;
3763
3761
  __kind: "P2PKH";
3764
- } | {
3765
3762
  value: string;
3766
- __kind: "P2SH";
3767
3763
  } | {
3764
+ __kind: "P2SH";
3768
3765
  value: string;
3769
- __kind: "P2WPKH";
3770
3766
  } | {
3767
+ __kind: "P2WPKH";
3771
3768
  value: string;
3772
- __kind: "P2WSH";
3773
3769
  } | {
3770
+ __kind: "P2WSH";
3774
3771
  value: string;
3772
+ } | {
3775
3773
  __kind: "Taproot";
3774
+ value: string;
3776
3775
  } | {
3777
3776
  __kind: "OtherSegwit";
3778
3777
  version: number;
@@ -3786,21 +3785,22 @@ declare const bitcoinIngressEgressDepositFailedEvent: _$_chainflip_processor_eve
3786
3785
  } | null | undefined;
3787
3786
  maxOraclePriceSlippage?: number | null | undefined;
3788
3787
  };
3788
+ boostFee: number;
3789
3789
  depositAddress?: {
3790
- value: string;
3791
3790
  __kind: "P2PKH";
3792
- } | {
3793
3791
  value: string;
3794
- __kind: "P2SH";
3795
3792
  } | {
3793
+ __kind: "P2SH";
3796
3794
  value: string;
3797
- __kind: "P2WPKH";
3798
3795
  } | {
3796
+ __kind: "P2WPKH";
3799
3797
  value: string;
3800
- __kind: "P2WSH";
3801
3798
  } | {
3799
+ __kind: "P2WSH";
3802
3800
  value: string;
3801
+ } | {
3803
3802
  __kind: "Taproot";
3803
+ value: string;
3804
3804
  } | {
3805
3805
  __kind: "OtherSegwit";
3806
3806
  version: number;
@@ -3817,42 +3817,42 @@ declare const bitcoinIngressEgressDepositFailedEvent: _$_chainflip_processor_eve
3817
3817
  __kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
3818
3818
  };
3819
3819
  sourceAddress?: {
3820
- value: string;
3821
3820
  __kind: "Eth";
3822
- } | {
3823
3821
  value: string;
3822
+ } | {
3824
3823
  __kind: "Dot";
3824
+ value: string;
3825
3825
  } | {
3826
+ __kind: "Btc";
3826
3827
  value: {
3827
- value: string;
3828
3828
  __kind: "P2PKH";
3829
- } | {
3830
3829
  value: string;
3831
- __kind: "P2SH";
3832
3830
  } | {
3831
+ __kind: "P2SH";
3833
3832
  value: string;
3834
- __kind: "P2WPKH";
3835
3833
  } | {
3834
+ __kind: "P2WPKH";
3836
3835
  value: string;
3837
- __kind: "P2WSH";
3838
3836
  } | {
3837
+ __kind: "P2WSH";
3839
3838
  value: string;
3839
+ } | {
3840
3840
  __kind: "Taproot";
3841
+ value: string;
3841
3842
  } | {
3842
3843
  __kind: "OtherSegwit";
3843
3844
  version: number;
3844
3845
  program: string;
3845
3846
  };
3846
- __kind: "Btc";
3847
3847
  } | {
3848
- value: string;
3849
3848
  __kind: "Arb";
3850
- } | {
3851
3849
  value: string;
3852
- __kind: "Sol";
3853
3850
  } | {
3851
+ __kind: "Sol";
3854
3852
  value: string;
3853
+ } | {
3855
3854
  __kind: "Hub";
3855
+ value: string;
3856
3856
  } | null | undefined;
3857
3857
  } | null | undefined;
3858
3858
  brokerFee?: {
@@ -3867,6 +3867,7 @@ declare const bitcoinIngressEgressDepositFailedEvent: _$_chainflip_processor_eve
3867
3867
  }, "strip", z.ZodTypeAny, {
3868
3868
  __kind: "DepositFailedVaultVariantBitcoin";
3869
3869
  vaultWitness: {
3870
+ txId: `0x${string}`;
3870
3871
  depositDetails: {
3871
3872
  depositAddress: {
3872
3873
  pubkeyX: `0x${string}`;
@@ -3885,10 +3886,9 @@ declare const bitcoinIngressEgressDepositFailedEvent: _$_chainflip_processor_eve
3885
3886
  vout: number;
3886
3887
  };
3887
3888
  };
3888
- boostFee: number;
3889
3889
  inputAsset: "Btc";
3890
3890
  depositAmount: bigint;
3891
- outputAsset: "HubDot" | "HubUsdt" | "HubUsdc" | "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc";
3891
+ outputAsset: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
3892
3892
  destinationAddress: {
3893
3893
  readonly chain: "Ethereum";
3894
3894
  readonly address: `0x${string}`;
@@ -3908,7 +3908,6 @@ declare const bitcoinIngressEgressDepositFailedEvent: _$_chainflip_processor_eve
3908
3908
  readonly chain: "Assethub";
3909
3909
  readonly address: string;
3910
3910
  };
3911
- txId: `0x${string}`;
3912
3911
  affiliateFees: {
3913
3912
  account: number;
3914
3913
  bps: number;
@@ -3916,20 +3915,20 @@ declare const bitcoinIngressEgressDepositFailedEvent: _$_chainflip_processor_eve
3916
3915
  refundParams: {
3917
3916
  retryDuration: number;
3918
3917
  refundAddress: {
3919
- value: `0x${string}`;
3920
3918
  __kind: "P2PKH";
3921
- } | {
3922
3919
  value: `0x${string}`;
3923
- __kind: "P2SH";
3924
3920
  } | {
3921
+ __kind: "P2SH";
3925
3922
  value: `0x${string}`;
3926
- __kind: "P2WPKH";
3927
3923
  } | {
3924
+ __kind: "P2WPKH";
3928
3925
  value: `0x${string}`;
3929
- __kind: "P2WSH";
3930
3926
  } | {
3927
+ __kind: "P2WSH";
3931
3928
  value: `0x${string}`;
3929
+ } | {
3932
3930
  __kind: "Taproot";
3931
+ value: `0x${string}`;
3933
3932
  } | {
3934
3933
  __kind: "OtherSegwit";
3935
3934
  version: number;
@@ -3943,21 +3942,22 @@ declare const bitcoinIngressEgressDepositFailedEvent: _$_chainflip_processor_eve
3943
3942
  } | null | undefined;
3944
3943
  maxOraclePriceSlippage?: number | null | undefined;
3945
3944
  };
3945
+ boostFee: number;
3946
3946
  depositAddress?: {
3947
- value: `0x${string}`;
3948
3947
  __kind: "P2PKH";
3949
- } | {
3950
3948
  value: `0x${string}`;
3951
- __kind: "P2SH";
3952
3949
  } | {
3950
+ __kind: "P2SH";
3953
3951
  value: `0x${string}`;
3954
- __kind: "P2WPKH";
3955
3952
  } | {
3953
+ __kind: "P2WPKH";
3956
3954
  value: `0x${string}`;
3957
- __kind: "P2WSH";
3958
3955
  } | {
3956
+ __kind: "P2WSH";
3959
3957
  value: `0x${string}`;
3958
+ } | {
3960
3959
  __kind: "Taproot";
3960
+ value: `0x${string}`;
3961
3961
  } | {
3962
3962
  __kind: "OtherSegwit";
3963
3963
  version: number;
@@ -3972,42 +3972,42 @@ declare const bitcoinIngressEgressDepositFailedEvent: _$_chainflip_processor_eve
3972
3972
  };
3973
3973
  sourceChain: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
3974
3974
  sourceAddress?: {
3975
- value: `0x${string}`;
3976
3975
  __kind: "Eth";
3977
- } | {
3978
3976
  value: `0x${string}`;
3977
+ } | {
3979
3978
  __kind: "Dot";
3979
+ value: `0x${string}`;
3980
3980
  } | {
3981
+ __kind: "Btc";
3981
3982
  value: {
3982
- value: `0x${string}`;
3983
3983
  __kind: "P2PKH";
3984
- } | {
3985
3984
  value: `0x${string}`;
3986
- __kind: "P2SH";
3987
3985
  } | {
3986
+ __kind: "P2SH";
3988
3987
  value: `0x${string}`;
3989
- __kind: "P2WPKH";
3990
3988
  } | {
3989
+ __kind: "P2WPKH";
3991
3990
  value: `0x${string}`;
3992
- __kind: "P2WSH";
3993
3991
  } | {
3992
+ __kind: "P2WSH";
3994
3993
  value: `0x${string}`;
3994
+ } | {
3995
3995
  __kind: "Taproot";
3996
+ value: `0x${string}`;
3996
3997
  } | {
3997
3998
  __kind: "OtherSegwit";
3998
3999
  version: number;
3999
4000
  program: `0x${string}`;
4000
4001
  };
4001
- __kind: "Btc";
4002
4002
  } | {
4003
- value: `0x${string}`;
4004
4003
  __kind: "Arb";
4005
- } | {
4006
4004
  value: `0x${string}`;
4007
- __kind: "Sol";
4008
4005
  } | {
4006
+ __kind: "Sol";
4009
4007
  value: `0x${string}`;
4008
+ } | {
4010
4009
  __kind: "Hub";
4010
+ value: `0x${string}`;
4011
4011
  } | null | undefined;
4012
4012
  } | null | undefined;
4013
4013
  brokerFee?: {
@@ -4022,6 +4022,7 @@ declare const bitcoinIngressEgressDepositFailedEvent: _$_chainflip_processor_eve
4022
4022
  }, {
4023
4023
  __kind: "DepositFailedVaultVariantBitcoin";
4024
4024
  vaultWitness: {
4025
+ txId: string;
4025
4026
  depositDetails: {
4026
4027
  depositAddress: {
4027
4028
  pubkeyX: string;
@@ -4040,19 +4041,17 @@ declare const bitcoinIngressEgressDepositFailedEvent: _$_chainflip_processor_eve
4040
4041
  vout: number;
4041
4042
  };
4042
4043
  };
4043
- boostFee: number;
4044
4044
  inputAsset: {
4045
4045
  __kind: "Btc";
4046
4046
  };
4047
4047
  depositAmount: string | number;
4048
4048
  outputAsset: {
4049
- __kind: "HubDot" | "HubUsdt" | "HubUsdc" | "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc";
4049
+ __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
4050
4050
  };
4051
4051
  destinationAddress: {
4052
- value: string;
4053
4052
  __kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
4053
+ value: string;
4054
4054
  };
4055
- txId: string;
4056
4055
  affiliateFees: {
4057
4056
  account: number;
4058
4057
  bps: number;
@@ -4060,20 +4059,20 @@ declare const bitcoinIngressEgressDepositFailedEvent: _$_chainflip_processor_eve
4060
4059
  refundParams: {
4061
4060
  retryDuration: number;
4062
4061
  refundAddress: {
4063
- value: string;
4064
4062
  __kind: "P2PKH";
4065
- } | {
4066
4063
  value: string;
4067
- __kind: "P2SH";
4068
4064
  } | {
4065
+ __kind: "P2SH";
4069
4066
  value: string;
4070
- __kind: "P2WPKH";
4071
4067
  } | {
4068
+ __kind: "P2WPKH";
4072
4069
  value: string;
4073
- __kind: "P2WSH";
4074
4070
  } | {
4071
+ __kind: "P2WSH";
4075
4072
  value: string;
4073
+ } | {
4076
4074
  __kind: "Taproot";
4075
+ value: string;
4077
4076
  } | {
4078
4077
  __kind: "OtherSegwit";
4079
4078
  version: number;
@@ -4087,21 +4086,22 @@ declare const bitcoinIngressEgressDepositFailedEvent: _$_chainflip_processor_eve
4087
4086
  } | null | undefined;
4088
4087
  maxOraclePriceSlippage?: number | null | undefined;
4089
4088
  };
4089
+ boostFee: number;
4090
4090
  depositAddress?: {
4091
- value: string;
4092
4091
  __kind: "P2PKH";
4093
- } | {
4094
4092
  value: string;
4095
- __kind: "P2SH";
4096
4093
  } | {
4094
+ __kind: "P2SH";
4097
4095
  value: string;
4098
- __kind: "P2WPKH";
4099
4096
  } | {
4097
+ __kind: "P2WPKH";
4100
4098
  value: string;
4101
- __kind: "P2WSH";
4102
4099
  } | {
4100
+ __kind: "P2WSH";
4103
4101
  value: string;
4102
+ } | {
4104
4103
  __kind: "Taproot";
4104
+ value: string;
4105
4105
  } | {
4106
4106
  __kind: "OtherSegwit";
4107
4107
  version: number;
@@ -4118,42 +4118,42 @@ declare const bitcoinIngressEgressDepositFailedEvent: _$_chainflip_processor_eve
4118
4118
  __kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
4119
4119
  };
4120
4120
  sourceAddress?: {
4121
- value: string;
4122
4121
  __kind: "Eth";
4123
- } | {
4124
4122
  value: string;
4123
+ } | {
4125
4124
  __kind: "Dot";
4125
+ value: string;
4126
4126
  } | {
4127
+ __kind: "Btc";
4127
4128
  value: {
4128
- value: string;
4129
4129
  __kind: "P2PKH";
4130
- } | {
4131
4130
  value: string;
4132
- __kind: "P2SH";
4133
4131
  } | {
4132
+ __kind: "P2SH";
4134
4133
  value: string;
4135
- __kind: "P2WPKH";
4136
4134
  } | {
4135
+ __kind: "P2WPKH";
4137
4136
  value: string;
4138
- __kind: "P2WSH";
4139
4137
  } | {
4138
+ __kind: "P2WSH";
4140
4139
  value: string;
4140
+ } | {
4141
4141
  __kind: "Taproot";
4142
+ value: string;
4142
4143
  } | {
4143
4144
  __kind: "OtherSegwit";
4144
4145
  version: number;
4145
4146
  program: string;
4146
4147
  };
4147
- __kind: "Btc";
4148
4148
  } | {
4149
- value: string;
4150
4149
  __kind: "Arb";
4151
- } | {
4152
4150
  value: string;
4153
- __kind: "Sol";
4154
4151
  } | {
4152
+ __kind: "Sol";
4155
4153
  value: string;
4154
+ } | {
4156
4155
  __kind: "Hub";
4156
+ value: string;
4157
4157
  } | null | undefined;
4158
4158
  } | null | undefined;
4159
4159
  brokerFee?: {
@@ -4167,7 +4167,6 @@ declare const bitcoinIngressEgressDepositFailedEvent: _$_chainflip_processor_eve
4167
4167
  };
4168
4168
  }>]>;
4169
4169
  }, "strip", z.ZodTypeAny, {
4170
- blockHeight: bigint;
4171
4170
  reason: {
4172
4171
  __kind: "BelowMinimumDeposit";
4173
4172
  } | {
@@ -4175,6 +4174,7 @@ declare const bitcoinIngressEgressDepositFailedEvent: _$_chainflip_processor_eve
4175
4174
  } | {
4176
4175
  __kind: "TransactionRejectedByBroker";
4177
4176
  } | {
4177
+ __kind: "DepositWitnessRejected";
4178
4178
  value: {
4179
4179
  __kind: "Other";
4180
4180
  } | {
@@ -4182,11 +4182,11 @@ declare const bitcoinIngressEgressDepositFailedEvent: _$_chainflip_processor_eve
4182
4182
  } | {
4183
4183
  __kind: "BadOrigin";
4184
4184
  } | {
4185
+ __kind: "Module";
4185
4186
  value: {
4186
4187
  index: number;
4187
4188
  error: `0x${string}`;
4188
4189
  };
4189
- __kind: "Module";
4190
4190
  } | {
4191
4191
  __kind: "ConsumerRemaining";
4192
4192
  } | {
@@ -4194,14 +4194,14 @@ declare const bitcoinIngressEgressDepositFailedEvent: _$_chainflip_processor_eve
4194
4194
  } | {
4195
4195
  __kind: "TooManyConsumers";
4196
4196
  } | {
4197
- value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
4198
4197
  __kind: "Token";
4198
+ value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
4199
4199
  } | {
4200
- value: "Underflow" | "Overflow" | "DivisionByZero";
4201
4200
  __kind: "Arithmetic";
4201
+ value: "Underflow" | "Overflow" | "DivisionByZero";
4202
4202
  } | {
4203
- value: "LimitReached" | "NoLayer";
4204
4203
  __kind: "Transactional";
4204
+ value: "LimitReached" | "NoLayer";
4205
4205
  } | {
4206
4206
  __kind: "Exhausted";
4207
4207
  } | {
@@ -4211,34 +4211,34 @@ declare const bitcoinIngressEgressDepositFailedEvent: _$_chainflip_processor_eve
4211
4211
  } | {
4212
4212
  __kind: "RootNotAllowed";
4213
4213
  };
4214
- __kind: "DepositWitnessRejected";
4215
4214
  } | {
4216
4215
  __kind: "Unrefundable";
4217
4216
  };
4217
+ blockHeight: bigint;
4218
4218
  details: {
4219
4219
  __kind: "DepositFailedDepositChannelVariantBitcoin";
4220
4220
  depositWitness: {
4221
+ asset: "Btc";
4221
4222
  depositAddress: {
4222
- value: `0x${string}`;
4223
4223
  __kind: "P2PKH";
4224
- } | {
4225
4224
  value: `0x${string}`;
4226
- __kind: "P2SH";
4227
4225
  } | {
4226
+ __kind: "P2SH";
4228
4227
  value: `0x${string}`;
4229
- __kind: "P2WPKH";
4230
4228
  } | {
4229
+ __kind: "P2WPKH";
4231
4230
  value: `0x${string}`;
4232
- __kind: "P2WSH";
4233
4231
  } | {
4232
+ __kind: "P2WSH";
4234
4233
  value: `0x${string}`;
4234
+ } | {
4235
4235
  __kind: "Taproot";
4236
+ value: `0x${string}`;
4236
4237
  } | {
4237
4238
  __kind: "OtherSegwit";
4238
4239
  version: number;
4239
4240
  program: `0x${string}`;
4240
4241
  };
4241
- asset: "Btc";
4242
4242
  amount: bigint;
4243
4243
  depositDetails: {
4244
4244
  depositAddress: {
@@ -4262,6 +4262,7 @@ declare const bitcoinIngressEgressDepositFailedEvent: _$_chainflip_processor_eve
4262
4262
  } | {
4263
4263
  __kind: "DepositFailedVaultVariantBitcoin";
4264
4264
  vaultWitness: {
4265
+ txId: `0x${string}`;
4265
4266
  depositDetails: {
4266
4267
  depositAddress: {
4267
4268
  pubkeyX: `0x${string}`;
@@ -4280,10 +4281,9 @@ declare const bitcoinIngressEgressDepositFailedEvent: _$_chainflip_processor_eve
4280
4281
  vout: number;
4281
4282
  };
4282
4283
  };
4283
- boostFee: number;
4284
4284
  inputAsset: "Btc";
4285
4285
  depositAmount: bigint;
4286
- outputAsset: "HubDot" | "HubUsdt" | "HubUsdc" | "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc";
4286
+ outputAsset: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
4287
4287
  destinationAddress: {
4288
4288
  readonly chain: "Ethereum";
4289
4289
  readonly address: `0x${string}`;
@@ -4303,7 +4303,6 @@ declare const bitcoinIngressEgressDepositFailedEvent: _$_chainflip_processor_eve
4303
4303
  readonly chain: "Assethub";
4304
4304
  readonly address: string;
4305
4305
  };
4306
- txId: `0x${string}`;
4307
4306
  affiliateFees: {
4308
4307
  account: number;
4309
4308
  bps: number;
@@ -4311,20 +4310,20 @@ declare const bitcoinIngressEgressDepositFailedEvent: _$_chainflip_processor_eve
4311
4310
  refundParams: {
4312
4311
  retryDuration: number;
4313
4312
  refundAddress: {
4314
- value: `0x${string}`;
4315
4313
  __kind: "P2PKH";
4316
- } | {
4317
4314
  value: `0x${string}`;
4318
- __kind: "P2SH";
4319
4315
  } | {
4316
+ __kind: "P2SH";
4320
4317
  value: `0x${string}`;
4321
- __kind: "P2WPKH";
4322
4318
  } | {
4319
+ __kind: "P2WPKH";
4323
4320
  value: `0x${string}`;
4324
- __kind: "P2WSH";
4325
4321
  } | {
4322
+ __kind: "P2WSH";
4326
4323
  value: `0x${string}`;
4324
+ } | {
4327
4325
  __kind: "Taproot";
4326
+ value: `0x${string}`;
4328
4327
  } | {
4329
4328
  __kind: "OtherSegwit";
4330
4329
  version: number;
@@ -4338,21 +4337,22 @@ declare const bitcoinIngressEgressDepositFailedEvent: _$_chainflip_processor_eve
4338
4337
  } | null | undefined;
4339
4338
  maxOraclePriceSlippage?: number | null | undefined;
4340
4339
  };
4340
+ boostFee: number;
4341
4341
  depositAddress?: {
4342
- value: `0x${string}`;
4343
4342
  __kind: "P2PKH";
4344
- } | {
4345
4343
  value: `0x${string}`;
4346
- __kind: "P2SH";
4347
4344
  } | {
4345
+ __kind: "P2SH";
4348
4346
  value: `0x${string}`;
4349
- __kind: "P2WPKH";
4350
4347
  } | {
4348
+ __kind: "P2WPKH";
4351
4349
  value: `0x${string}`;
4352
- __kind: "P2WSH";
4353
4350
  } | {
4351
+ __kind: "P2WSH";
4354
4352
  value: `0x${string}`;
4353
+ } | {
4355
4354
  __kind: "Taproot";
4355
+ value: `0x${string}`;
4356
4356
  } | {
4357
4357
  __kind: "OtherSegwit";
4358
4358
  version: number;
@@ -4367,42 +4367,42 @@ declare const bitcoinIngressEgressDepositFailedEvent: _$_chainflip_processor_eve
4367
4367
  };
4368
4368
  sourceChain: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
4369
4369
  sourceAddress?: {
4370
- value: `0x${string}`;
4371
4370
  __kind: "Eth";
4372
- } | {
4373
4371
  value: `0x${string}`;
4372
+ } | {
4374
4373
  __kind: "Dot";
4374
+ value: `0x${string}`;
4375
4375
  } | {
4376
+ __kind: "Btc";
4376
4377
  value: {
4377
- value: `0x${string}`;
4378
4378
  __kind: "P2PKH";
4379
- } | {
4380
4379
  value: `0x${string}`;
4381
- __kind: "P2SH";
4382
4380
  } | {
4381
+ __kind: "P2SH";
4383
4382
  value: `0x${string}`;
4384
- __kind: "P2WPKH";
4385
4383
  } | {
4384
+ __kind: "P2WPKH";
4386
4385
  value: `0x${string}`;
4387
- __kind: "P2WSH";
4388
4386
  } | {
4387
+ __kind: "P2WSH";
4389
4388
  value: `0x${string}`;
4389
+ } | {
4390
4390
  __kind: "Taproot";
4391
+ value: `0x${string}`;
4391
4392
  } | {
4392
4393
  __kind: "OtherSegwit";
4393
4394
  version: number;
4394
4395
  program: `0x${string}`;
4395
4396
  };
4396
- __kind: "Btc";
4397
4397
  } | {
4398
- value: `0x${string}`;
4399
4398
  __kind: "Arb";
4400
- } | {
4401
4399
  value: `0x${string}`;
4402
- __kind: "Sol";
4403
4400
  } | {
4401
+ __kind: "Sol";
4404
4402
  value: `0x${string}`;
4403
+ } | {
4405
4404
  __kind: "Hub";
4405
+ value: `0x${string}`;
4406
4406
  } | null | undefined;
4407
4407
  } | null | undefined;
4408
4408
  brokerFee?: {
@@ -4416,7 +4416,6 @@ declare const bitcoinIngressEgressDepositFailedEvent: _$_chainflip_processor_eve
4416
4416
  };
4417
4417
  };
4418
4418
  }, {
4419
- blockHeight: string | number;
4420
4419
  reason: {
4421
4420
  __kind: "BelowMinimumDeposit";
4422
4421
  } | {
@@ -4424,6 +4423,7 @@ declare const bitcoinIngressEgressDepositFailedEvent: _$_chainflip_processor_eve
4424
4423
  } | {
4425
4424
  __kind: "TransactionRejectedByBroker";
4426
4425
  } | {
4426
+ __kind: "DepositWitnessRejected";
4427
4427
  value: {
4428
4428
  __kind: "Other";
4429
4429
  } | {
@@ -4431,11 +4431,11 @@ declare const bitcoinIngressEgressDepositFailedEvent: _$_chainflip_processor_eve
4431
4431
  } | {
4432
4432
  __kind: "BadOrigin";
4433
4433
  } | {
4434
+ __kind: "Module";
4434
4435
  value: {
4435
4436
  index: number;
4436
4437
  error: string;
4437
4438
  };
4438
- __kind: "Module";
4439
4439
  } | {
4440
4440
  __kind: "ConsumerRemaining";
4441
4441
  } | {
@@ -4443,20 +4443,20 @@ declare const bitcoinIngressEgressDepositFailedEvent: _$_chainflip_processor_eve
4443
4443
  } | {
4444
4444
  __kind: "TooManyConsumers";
4445
4445
  } | {
4446
+ __kind: "Token";
4446
4447
  value: {
4447
4448
  __kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
4448
4449
  };
4449
- __kind: "Token";
4450
4450
  } | {
4451
+ __kind: "Arithmetic";
4451
4452
  value: {
4452
4453
  __kind: "Underflow" | "Overflow" | "DivisionByZero";
4453
4454
  };
4454
- __kind: "Arithmetic";
4455
4455
  } | {
4456
+ __kind: "Transactional";
4456
4457
  value: {
4457
4458
  __kind: "LimitReached" | "NoLayer";
4458
4459
  };
4459
- __kind: "Transactional";
4460
4460
  } | {
4461
4461
  __kind: "Exhausted";
4462
4462
  } | {
@@ -4466,36 +4466,36 @@ declare const bitcoinIngressEgressDepositFailedEvent: _$_chainflip_processor_eve
4466
4466
  } | {
4467
4467
  __kind: "RootNotAllowed";
4468
4468
  };
4469
- __kind: "DepositWitnessRejected";
4470
4469
  } | {
4471
4470
  __kind: "Unrefundable";
4472
4471
  };
4472
+ blockHeight: string | number;
4473
4473
  details: {
4474
4474
  __kind: "DepositFailedDepositChannelVariantBitcoin";
4475
4475
  depositWitness: {
4476
+ asset: {
4477
+ __kind: "Btc";
4478
+ };
4476
4479
  depositAddress: {
4477
- value: string;
4478
4480
  __kind: "P2PKH";
4479
- } | {
4480
4481
  value: string;
4481
- __kind: "P2SH";
4482
4482
  } | {
4483
+ __kind: "P2SH";
4483
4484
  value: string;
4484
- __kind: "P2WPKH";
4485
4485
  } | {
4486
+ __kind: "P2WPKH";
4486
4487
  value: string;
4487
- __kind: "P2WSH";
4488
4488
  } | {
4489
+ __kind: "P2WSH";
4489
4490
  value: string;
4491
+ } | {
4490
4492
  __kind: "Taproot";
4493
+ value: string;
4491
4494
  } | {
4492
4495
  __kind: "OtherSegwit";
4493
4496
  version: number;
4494
4497
  program: string;
4495
4498
  };
4496
- asset: {
4497
- __kind: "Btc";
4498
- };
4499
4499
  amount: string | number;
4500
4500
  depositDetails: {
4501
4501
  depositAddress: {
@@ -4519,6 +4519,7 @@ declare const bitcoinIngressEgressDepositFailedEvent: _$_chainflip_processor_eve
4519
4519
  } | {
4520
4520
  __kind: "DepositFailedVaultVariantBitcoin";
4521
4521
  vaultWitness: {
4522
+ txId: string;
4522
4523
  depositDetails: {
4523
4524
  depositAddress: {
4524
4525
  pubkeyX: string;
@@ -4537,19 +4538,17 @@ declare const bitcoinIngressEgressDepositFailedEvent: _$_chainflip_processor_eve
4537
4538
  vout: number;
4538
4539
  };
4539
4540
  };
4540
- boostFee: number;
4541
4541
  inputAsset: {
4542
4542
  __kind: "Btc";
4543
4543
  };
4544
4544
  depositAmount: string | number;
4545
4545
  outputAsset: {
4546
- __kind: "HubDot" | "HubUsdt" | "HubUsdc" | "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc";
4546
+ __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
4547
4547
  };
4548
4548
  destinationAddress: {
4549
- value: string;
4550
4549
  __kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
4550
+ value: string;
4551
4551
  };
4552
- txId: string;
4553
4552
  affiliateFees: {
4554
4553
  account: number;
4555
4554
  bps: number;
@@ -4557,20 +4556,20 @@ declare const bitcoinIngressEgressDepositFailedEvent: _$_chainflip_processor_eve
4557
4556
  refundParams: {
4558
4557
  retryDuration: number;
4559
4558
  refundAddress: {
4560
- value: string;
4561
4559
  __kind: "P2PKH";
4562
- } | {
4563
4560
  value: string;
4564
- __kind: "P2SH";
4565
4561
  } | {
4562
+ __kind: "P2SH";
4566
4563
  value: string;
4567
- __kind: "P2WPKH";
4568
4564
  } | {
4565
+ __kind: "P2WPKH";
4569
4566
  value: string;
4570
- __kind: "P2WSH";
4571
4567
  } | {
4568
+ __kind: "P2WSH";
4572
4569
  value: string;
4570
+ } | {
4573
4571
  __kind: "Taproot";
4572
+ value: string;
4574
4573
  } | {
4575
4574
  __kind: "OtherSegwit";
4576
4575
  version: number;
@@ -4584,21 +4583,22 @@ declare const bitcoinIngressEgressDepositFailedEvent: _$_chainflip_processor_eve
4584
4583
  } | null | undefined;
4585
4584
  maxOraclePriceSlippage?: number | null | undefined;
4586
4585
  };
4586
+ boostFee: number;
4587
4587
  depositAddress?: {
4588
- value: string;
4589
4588
  __kind: "P2PKH";
4590
- } | {
4591
4589
  value: string;
4592
- __kind: "P2SH";
4593
4590
  } | {
4591
+ __kind: "P2SH";
4594
4592
  value: string;
4595
- __kind: "P2WPKH";
4596
4593
  } | {
4594
+ __kind: "P2WPKH";
4597
4595
  value: string;
4598
- __kind: "P2WSH";
4599
4596
  } | {
4597
+ __kind: "P2WSH";
4600
4598
  value: string;
4599
+ } | {
4601
4600
  __kind: "Taproot";
4601
+ value: string;
4602
4602
  } | {
4603
4603
  __kind: "OtherSegwit";
4604
4604
  version: number;
@@ -4615,42 +4615,42 @@ declare const bitcoinIngressEgressDepositFailedEvent: _$_chainflip_processor_eve
4615
4615
  __kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
4616
4616
  };
4617
4617
  sourceAddress?: {
4618
- value: string;
4619
4618
  __kind: "Eth";
4620
- } | {
4621
4619
  value: string;
4620
+ } | {
4622
4621
  __kind: "Dot";
4622
+ value: string;
4623
4623
  } | {
4624
+ __kind: "Btc";
4624
4625
  value: {
4625
- value: string;
4626
4626
  __kind: "P2PKH";
4627
- } | {
4628
4627
  value: string;
4629
- __kind: "P2SH";
4630
4628
  } | {
4629
+ __kind: "P2SH";
4631
4630
  value: string;
4632
- __kind: "P2WPKH";
4633
4631
  } | {
4632
+ __kind: "P2WPKH";
4634
4633
  value: string;
4635
- __kind: "P2WSH";
4636
4634
  } | {
4635
+ __kind: "P2WSH";
4637
4636
  value: string;
4637
+ } | {
4638
4638
  __kind: "Taproot";
4639
+ value: string;
4639
4640
  } | {
4640
4641
  __kind: "OtherSegwit";
4641
4642
  version: number;
4642
4643
  program: string;
4643
4644
  };
4644
- __kind: "Btc";
4645
4645
  } | {
4646
- value: string;
4647
4646
  __kind: "Arb";
4648
- } | {
4649
4647
  value: string;
4650
- __kind: "Sol";
4651
4648
  } | {
4649
+ __kind: "Sol";
4652
4650
  value: string;
4651
+ } | {
4653
4652
  __kind: "Hub";
4653
+ value: string;
4654
4654
  } | null | undefined;
4655
4655
  } | null | undefined;
4656
4656
  brokerFee?: {