@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 ethereumIngressEgressDepositFailed: 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 ethereumIngressEgressDepositFailed: 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 ethereumIngressEgressDepositFailed: 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 ethereumIngressEgressDepositFailed: 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 ethereumIngressEgressDepositFailed: 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 ethereumIngressEgressDepositFailed: 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 ethereumIngressEgressDepositFailed: 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 ethereumIngressEgressDepositFailed: 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 ethereumIngressEgressDepositFailed: 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 ethereumIngressEgressDepositFailed: 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 ethereumIngressEgressDepositFailed: 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, {
@@ -277,17 +277,17 @@ declare const ethereumIngressEgressDepositFailed: z.ZodObject<{
277
277
  txHashes?: string[] | null | undefined;
278
278
  }>;
279
279
  }, "strip", z.ZodTypeAny, {
280
- depositAddress: `0x${string}`;
281
280
  asset: "Eth" | "Flip" | "Usdc" | "Usdt";
281
+ depositAddress: `0x${string}`;
282
282
  amount: bigint;
283
283
  depositDetails: {
284
284
  txHashes?: `0x${string}`[] | null | undefined;
285
285
  };
286
286
  }, {
287
- depositAddress: string;
288
287
  asset: {
289
288
  __kind: "Eth" | "Flip" | "Usdc" | "Usdt";
290
289
  };
290
+ depositAddress: string;
291
291
  amount: string | number;
292
292
  depositDetails: {
293
293
  txHashes?: string[] | null | undefined;
@@ -296,8 +296,8 @@ declare const ethereumIngressEgressDepositFailed: z.ZodObject<{
296
296
  }, "strip", z.ZodTypeAny, {
297
297
  __kind: "DepositFailedDepositChannelVariantEthereum";
298
298
  depositWitness: {
299
- depositAddress: `0x${string}`;
300
299
  asset: "Eth" | "Flip" | "Usdc" | "Usdt";
300
+ depositAddress: `0x${string}`;
301
301
  amount: bigint;
302
302
  depositDetails: {
303
303
  txHashes?: `0x${string}`[] | null | undefined;
@@ -306,10 +306,10 @@ declare const ethereumIngressEgressDepositFailed: z.ZodObject<{
306
306
  }, {
307
307
  __kind: "DepositFailedDepositChannelVariantEthereum";
308
308
  depositWitness: {
309
- depositAddress: string;
310
309
  asset: {
311
310
  __kind: "Eth" | "Flip" | "Usdc" | "Usdt";
312
311
  };
312
+ depositAddress: string;
313
313
  amount: string | number;
314
314
  depositDetails: {
315
315
  txHashes?: string[] | null | undefined;
@@ -340,21 +340,21 @@ declare const ethereumIngressEgressDepositFailed: z.ZodObject<{
340
340
  outputAsset: z.ZodEffects<z.ZodObject<{
341
341
  __kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc", "HubDot", "HubUsdt", "HubUsdc"]>;
342
342
  }, "strip", z.ZodTypeAny, {
343
- __kind: "HubDot" | "HubUsdt" | "HubUsdc" | "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc";
343
+ __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
344
344
  }, {
345
- __kind: "HubDot" | "HubUsdt" | "HubUsdc" | "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc";
346
- }>, "HubDot" | "HubUsdt" | "HubUsdc" | "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc", {
347
- __kind: "HubDot" | "HubUsdt" | "HubUsdc" | "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc";
345
+ __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
346
+ }>, "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc", {
347
+ __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
348
348
  }>;
349
349
  destinationAddress: z.ZodEffects<z.ZodObject<{
350
350
  __kind: z.ZodEnum<["Eth", "Dot", "Btc", "Arb", "Sol", "Hub"]>;
351
351
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
352
352
  }, "strip", z.ZodTypeAny, {
353
- value: `0x${string}`;
354
353
  __kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
354
+ value: `0x${string}`;
355
355
  }, {
356
- value: string;
357
356
  __kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
357
+ value: string;
358
358
  }>, {
359
359
  readonly chain: "Ethereum";
360
360
  readonly address: `0x${string}`;
@@ -374,8 +374,8 @@ declare const ethereumIngressEgressDepositFailed: z.ZodObject<{
374
374
  readonly chain: "Assethub";
375
375
  readonly address: string;
376
376
  }, {
377
- value: string;
378
377
  __kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
378
+ value: string;
379
379
  }>;
380
380
  depositMetadata: z.ZodOptional<z.ZodNullable<z.ZodObject<{
381
381
  channelMetadata: z.ZodObject<{
@@ -404,67 +404,67 @@ declare const ethereumIngressEgressDepositFailed: z.ZodObject<{
404
404
  __kind: z.ZodLiteral<"Eth">;
405
405
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
406
406
  }, "strip", z.ZodTypeAny, {
407
- value: `0x${string}`;
408
407
  __kind: "Eth";
408
+ value: `0x${string}`;
409
409
  }, {
410
- value: string;
411
410
  __kind: "Eth";
411
+ value: string;
412
412
  }>, z.ZodObject<{
413
413
  __kind: z.ZodLiteral<"Dot">;
414
414
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
415
415
  }, "strip", z.ZodTypeAny, {
416
- value: `0x${string}`;
417
416
  __kind: "Dot";
417
+ value: `0x${string}`;
418
418
  }, {
419
- value: string;
420
419
  __kind: "Dot";
420
+ value: string;
421
421
  }>, z.ZodObject<{
422
422
  __kind: z.ZodLiteral<"Btc">;
423
423
  value: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
424
424
  __kind: z.ZodLiteral<"P2PKH">;
425
425
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
426
426
  }, "strip", z.ZodTypeAny, {
427
- value: `0x${string}`;
428
427
  __kind: "P2PKH";
428
+ value: `0x${string}`;
429
429
  }, {
430
- value: string;
431
430
  __kind: "P2PKH";
431
+ value: string;
432
432
  }>, z.ZodObject<{
433
433
  __kind: z.ZodLiteral<"P2SH">;
434
434
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
435
435
  }, "strip", z.ZodTypeAny, {
436
- value: `0x${string}`;
437
436
  __kind: "P2SH";
437
+ value: `0x${string}`;
438
438
  }, {
439
- value: string;
440
439
  __kind: "P2SH";
440
+ value: string;
441
441
  }>, z.ZodObject<{
442
442
  __kind: z.ZodLiteral<"P2WPKH">;
443
443
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
444
444
  }, "strip", z.ZodTypeAny, {
445
- value: `0x${string}`;
446
445
  __kind: "P2WPKH";
446
+ value: `0x${string}`;
447
447
  }, {
448
- value: string;
449
448
  __kind: "P2WPKH";
449
+ value: string;
450
450
  }>, z.ZodObject<{
451
451
  __kind: z.ZodLiteral<"P2WSH">;
452
452
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
453
453
  }, "strip", z.ZodTypeAny, {
454
- value: `0x${string}`;
455
454
  __kind: "P2WSH";
455
+ value: `0x${string}`;
456
456
  }, {
457
- value: string;
458
457
  __kind: "P2WSH";
458
+ value: string;
459
459
  }>, z.ZodObject<{
460
460
  __kind: z.ZodLiteral<"Taproot">;
461
461
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
462
462
  }, "strip", z.ZodTypeAny, {
463
- value: `0x${string}`;
464
463
  __kind: "Taproot";
464
+ value: `0x${string}`;
465
465
  }, {
466
- value: string;
467
466
  __kind: "Taproot";
467
+ value: string;
468
468
  }>, z.ZodObject<{
469
469
  __kind: z.ZodLiteral<"OtherSegwit">;
470
470
  version: z.ZodNumber;
@@ -479,76 +479,76 @@ declare const ethereumIngressEgressDepositFailed: z.ZodObject<{
479
479
  program: string;
480
480
  }>]>;
481
481
  }, "strip", z.ZodTypeAny, {
482
+ __kind: "Btc";
482
483
  value: {
483
- value: `0x${string}`;
484
484
  __kind: "P2PKH";
485
- } | {
486
485
  value: `0x${string}`;
487
- __kind: "P2SH";
488
486
  } | {
487
+ __kind: "P2SH";
489
488
  value: `0x${string}`;
490
- __kind: "P2WPKH";
491
489
  } | {
490
+ __kind: "P2WPKH";
492
491
  value: `0x${string}`;
493
- __kind: "P2WSH";
494
492
  } | {
493
+ __kind: "P2WSH";
495
494
  value: `0x${string}`;
495
+ } | {
496
496
  __kind: "Taproot";
497
+ value: `0x${string}`;
497
498
  } | {
498
499
  __kind: "OtherSegwit";
499
500
  version: number;
500
501
  program: `0x${string}`;
501
502
  };
502
- __kind: "Btc";
503
503
  }, {
504
+ __kind: "Btc";
504
505
  value: {
505
- value: string;
506
506
  __kind: "P2PKH";
507
- } | {
508
507
  value: string;
509
- __kind: "P2SH";
510
508
  } | {
509
+ __kind: "P2SH";
511
510
  value: string;
512
- __kind: "P2WPKH";
513
511
  } | {
512
+ __kind: "P2WPKH";
514
513
  value: string;
515
- __kind: "P2WSH";
516
514
  } | {
515
+ __kind: "P2WSH";
517
516
  value: string;
517
+ } | {
518
518
  __kind: "Taproot";
519
+ value: string;
519
520
  } | {
520
521
  __kind: "OtherSegwit";
521
522
  version: number;
522
523
  program: string;
523
524
  };
524
- __kind: "Btc";
525
525
  }>, z.ZodObject<{
526
526
  __kind: z.ZodLiteral<"Arb">;
527
527
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
528
528
  }, "strip", z.ZodTypeAny, {
529
- value: `0x${string}`;
530
529
  __kind: "Arb";
530
+ value: `0x${string}`;
531
531
  }, {
532
- value: string;
533
532
  __kind: "Arb";
533
+ value: string;
534
534
  }>, z.ZodObject<{
535
535
  __kind: z.ZodLiteral<"Sol">;
536
536
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
537
537
  }, "strip", z.ZodTypeAny, {
538
- value: `0x${string}`;
539
538
  __kind: "Sol";
539
+ value: `0x${string}`;
540
540
  }, {
541
- value: string;
542
541
  __kind: "Sol";
542
+ value: string;
543
543
  }>, z.ZodObject<{
544
544
  __kind: z.ZodLiteral<"Hub">;
545
545
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
546
546
  }, "strip", z.ZodTypeAny, {
547
- value: `0x${string}`;
548
547
  __kind: "Hub";
548
+ value: `0x${string}`;
549
549
  }, {
550
- value: string;
551
550
  __kind: "Hub";
551
+ value: string;
552
552
  }>]>>>;
553
553
  }, "strip", z.ZodTypeAny, {
554
554
  channelMetadata: {
@@ -558,42 +558,42 @@ declare const ethereumIngressEgressDepositFailed: z.ZodObject<{
558
558
  };
559
559
  sourceChain: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
560
560
  sourceAddress?: {
561
- value: `0x${string}`;
562
561
  __kind: "Eth";
563
- } | {
564
562
  value: `0x${string}`;
563
+ } | {
565
564
  __kind: "Dot";
565
+ value: `0x${string}`;
566
566
  } | {
567
+ __kind: "Btc";
567
568
  value: {
568
- value: `0x${string}`;
569
569
  __kind: "P2PKH";
570
- } | {
571
570
  value: `0x${string}`;
572
- __kind: "P2SH";
573
571
  } | {
572
+ __kind: "P2SH";
574
573
  value: `0x${string}`;
575
- __kind: "P2WPKH";
576
574
  } | {
575
+ __kind: "P2WPKH";
577
576
  value: `0x${string}`;
578
- __kind: "P2WSH";
579
577
  } | {
578
+ __kind: "P2WSH";
580
579
  value: `0x${string}`;
580
+ } | {
581
581
  __kind: "Taproot";
582
+ value: `0x${string}`;
582
583
  } | {
583
584
  __kind: "OtherSegwit";
584
585
  version: number;
585
586
  program: `0x${string}`;
586
587
  };
587
- __kind: "Btc";
588
588
  } | {
589
- value: `0x${string}`;
590
589
  __kind: "Arb";
591
- } | {
592
590
  value: `0x${string}`;
593
- __kind: "Sol";
594
591
  } | {
592
+ __kind: "Sol";
595
593
  value: `0x${string}`;
594
+ } | {
596
595
  __kind: "Hub";
596
+ value: `0x${string}`;
597
597
  } | null | undefined;
598
598
  }, {
599
599
  channelMetadata: {
@@ -605,42 +605,42 @@ declare const ethereumIngressEgressDepositFailed: z.ZodObject<{
605
605
  __kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
606
606
  };
607
607
  sourceAddress?: {
608
- value: string;
609
608
  __kind: "Eth";
610
- } | {
611
609
  value: string;
610
+ } | {
612
611
  __kind: "Dot";
612
+ value: string;
613
613
  } | {
614
+ __kind: "Btc";
614
615
  value: {
615
- value: string;
616
616
  __kind: "P2PKH";
617
- } | {
618
617
  value: string;
619
- __kind: "P2SH";
620
618
  } | {
619
+ __kind: "P2SH";
621
620
  value: string;
622
- __kind: "P2WPKH";
623
621
  } | {
622
+ __kind: "P2WPKH";
624
623
  value: string;
625
- __kind: "P2WSH";
626
624
  } | {
625
+ __kind: "P2WSH";
627
626
  value: string;
627
+ } | {
628
628
  __kind: "Taproot";
629
+ value: string;
629
630
  } | {
630
631
  __kind: "OtherSegwit";
631
632
  version: number;
632
633
  program: string;
633
634
  };
634
- __kind: "Btc";
635
635
  } | {
636
- value: string;
637
636
  __kind: "Arb";
638
- } | {
639
637
  value: string;
640
- __kind: "Sol";
641
638
  } | {
639
+ __kind: "Sol";
642
640
  value: string;
641
+ } | {
643
642
  __kind: "Hub";
643
+ value: string;
644
644
  } | null | undefined;
645
645
  }>>>;
646
646
  txId: z.ZodEffects<z.ZodString, `0x${string}`, string>;
@@ -715,13 +715,13 @@ declare const ethereumIngressEgressDepositFailed: z.ZodObject<{
715
715
  }>>>;
716
716
  boostFee: z.ZodNumber;
717
717
  }, "strip", z.ZodTypeAny, {
718
+ txId: `0x${string}`;
718
719
  depositDetails: {
719
720
  txHashes?: `0x${string}`[] | null | undefined;
720
721
  };
721
- boostFee: number;
722
722
  inputAsset: "Eth" | "Flip" | "Usdc" | "Usdt";
723
723
  depositAmount: bigint;
724
- outputAsset: "HubDot" | "HubUsdt" | "HubUsdc" | "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc";
724
+ outputAsset: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
725
725
  destinationAddress: {
726
726
  readonly chain: "Ethereum";
727
727
  readonly address: `0x${string}`;
@@ -741,7 +741,6 @@ declare const ethereumIngressEgressDepositFailed: z.ZodObject<{
741
741
  readonly chain: "Assethub";
742
742
  readonly address: string;
743
743
  };
744
- txId: `0x${string}`;
745
744
  affiliateFees: {
746
745
  account: number;
747
746
  bps: number;
@@ -757,6 +756,7 @@ declare const ethereumIngressEgressDepositFailed: z.ZodObject<{
757
756
  } | null | undefined;
758
757
  maxOraclePriceSlippage?: number | null | undefined;
759
758
  };
759
+ boostFee: number;
760
760
  depositAddress?: `0x${string}` | null | undefined;
761
761
  channelId?: bigint | null | undefined;
762
762
  depositMetadata?: {
@@ -767,42 +767,42 @@ declare const ethereumIngressEgressDepositFailed: z.ZodObject<{
767
767
  };
768
768
  sourceChain: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
769
769
  sourceAddress?: {
770
- value: `0x${string}`;
771
770
  __kind: "Eth";
772
- } | {
773
771
  value: `0x${string}`;
772
+ } | {
774
773
  __kind: "Dot";
774
+ value: `0x${string}`;
775
775
  } | {
776
+ __kind: "Btc";
776
777
  value: {
777
- value: `0x${string}`;
778
778
  __kind: "P2PKH";
779
- } | {
780
779
  value: `0x${string}`;
781
- __kind: "P2SH";
782
780
  } | {
781
+ __kind: "P2SH";
783
782
  value: `0x${string}`;
784
- __kind: "P2WPKH";
785
783
  } | {
784
+ __kind: "P2WPKH";
786
785
  value: `0x${string}`;
787
- __kind: "P2WSH";
788
786
  } | {
787
+ __kind: "P2WSH";
789
788
  value: `0x${string}`;
789
+ } | {
790
790
  __kind: "Taproot";
791
+ value: `0x${string}`;
791
792
  } | {
792
793
  __kind: "OtherSegwit";
793
794
  version: number;
794
795
  program: `0x${string}`;
795
796
  };
796
- __kind: "Btc";
797
797
  } | {
798
- value: `0x${string}`;
799
798
  __kind: "Arb";
800
- } | {
801
799
  value: `0x${string}`;
802
- __kind: "Sol";
803
800
  } | {
801
+ __kind: "Sol";
804
802
  value: `0x${string}`;
803
+ } | {
805
804
  __kind: "Hub";
805
+ value: `0x${string}`;
806
806
  } | null | undefined;
807
807
  } | null | undefined;
808
808
  brokerFee?: {
@@ -814,22 +814,21 @@ declare const ethereumIngressEgressDepositFailed: z.ZodObject<{
814
814
  chunkInterval: number;
815
815
  } | null | undefined;
816
816
  }, {
817
+ txId: string;
817
818
  depositDetails: {
818
819
  txHashes?: string[] | null | undefined;
819
820
  };
820
- boostFee: number;
821
821
  inputAsset: {
822
822
  __kind: "Eth" | "Flip" | "Usdc" | "Usdt";
823
823
  };
824
824
  depositAmount: string | number;
825
825
  outputAsset: {
826
- __kind: "HubDot" | "HubUsdt" | "HubUsdc" | "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc";
826
+ __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
827
827
  };
828
828
  destinationAddress: {
829
- value: string;
830
829
  __kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
830
+ value: string;
831
831
  };
832
- txId: string;
833
832
  affiliateFees: {
834
833
  account: number;
835
834
  bps: number;
@@ -845,6 +844,7 @@ declare const ethereumIngressEgressDepositFailed: z.ZodObject<{
845
844
  } | null | undefined;
846
845
  maxOraclePriceSlippage?: number | null | undefined;
847
846
  };
847
+ boostFee: number;
848
848
  depositAddress?: string | null | undefined;
849
849
  channelId?: string | number | null | undefined;
850
850
  depositMetadata?: {
@@ -857,42 +857,42 @@ declare const ethereumIngressEgressDepositFailed: z.ZodObject<{
857
857
  __kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
858
858
  };
859
859
  sourceAddress?: {
860
- value: string;
861
860
  __kind: "Eth";
862
- } | {
863
861
  value: string;
862
+ } | {
864
863
  __kind: "Dot";
864
+ value: string;
865
865
  } | {
866
+ __kind: "Btc";
866
867
  value: {
867
- value: string;
868
868
  __kind: "P2PKH";
869
- } | {
870
869
  value: string;
871
- __kind: "P2SH";
872
870
  } | {
871
+ __kind: "P2SH";
873
872
  value: string;
874
- __kind: "P2WPKH";
875
873
  } | {
874
+ __kind: "P2WPKH";
876
875
  value: string;
877
- __kind: "P2WSH";
878
876
  } | {
877
+ __kind: "P2WSH";
879
878
  value: string;
879
+ } | {
880
880
  __kind: "Taproot";
881
+ value: string;
881
882
  } | {
882
883
  __kind: "OtherSegwit";
883
884
  version: number;
884
885
  program: string;
885
886
  };
886
- __kind: "Btc";
887
887
  } | {
888
- value: string;
889
888
  __kind: "Arb";
890
- } | {
891
889
  value: string;
892
- __kind: "Sol";
893
890
  } | {
891
+ __kind: "Sol";
894
892
  value: string;
893
+ } | {
895
894
  __kind: "Hub";
895
+ value: string;
896
896
  } | null | undefined;
897
897
  } | null | undefined;
898
898
  brokerFee?: {
@@ -907,13 +907,13 @@ declare const ethereumIngressEgressDepositFailed: z.ZodObject<{
907
907
  }, "strip", z.ZodTypeAny, {
908
908
  __kind: "DepositFailedVaultVariantEthereum";
909
909
  vaultWitness: {
910
+ txId: `0x${string}`;
910
911
  depositDetails: {
911
912
  txHashes?: `0x${string}`[] | null | undefined;
912
913
  };
913
- boostFee: number;
914
914
  inputAsset: "Eth" | "Flip" | "Usdc" | "Usdt";
915
915
  depositAmount: bigint;
916
- outputAsset: "HubDot" | "HubUsdt" | "HubUsdc" | "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc";
916
+ outputAsset: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
917
917
  destinationAddress: {
918
918
  readonly chain: "Ethereum";
919
919
  readonly address: `0x${string}`;
@@ -933,7 +933,6 @@ declare const ethereumIngressEgressDepositFailed: z.ZodObject<{
933
933
  readonly chain: "Assethub";
934
934
  readonly address: string;
935
935
  };
936
- txId: `0x${string}`;
937
936
  affiliateFees: {
938
937
  account: number;
939
938
  bps: number;
@@ -949,6 +948,7 @@ declare const ethereumIngressEgressDepositFailed: z.ZodObject<{
949
948
  } | null | undefined;
950
949
  maxOraclePriceSlippage?: number | null | undefined;
951
950
  };
951
+ boostFee: number;
952
952
  depositAddress?: `0x${string}` | null | undefined;
953
953
  channelId?: bigint | null | undefined;
954
954
  depositMetadata?: {
@@ -959,42 +959,42 @@ declare const ethereumIngressEgressDepositFailed: z.ZodObject<{
959
959
  };
960
960
  sourceChain: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
961
961
  sourceAddress?: {
962
- value: `0x${string}`;
963
962
  __kind: "Eth";
964
- } | {
965
963
  value: `0x${string}`;
964
+ } | {
966
965
  __kind: "Dot";
966
+ value: `0x${string}`;
967
967
  } | {
968
+ __kind: "Btc";
968
969
  value: {
969
- value: `0x${string}`;
970
970
  __kind: "P2PKH";
971
- } | {
972
971
  value: `0x${string}`;
973
- __kind: "P2SH";
974
972
  } | {
973
+ __kind: "P2SH";
975
974
  value: `0x${string}`;
976
- __kind: "P2WPKH";
977
975
  } | {
976
+ __kind: "P2WPKH";
978
977
  value: `0x${string}`;
979
- __kind: "P2WSH";
980
978
  } | {
979
+ __kind: "P2WSH";
981
980
  value: `0x${string}`;
981
+ } | {
982
982
  __kind: "Taproot";
983
+ value: `0x${string}`;
983
984
  } | {
984
985
  __kind: "OtherSegwit";
985
986
  version: number;
986
987
  program: `0x${string}`;
987
988
  };
988
- __kind: "Btc";
989
989
  } | {
990
- value: `0x${string}`;
991
990
  __kind: "Arb";
992
- } | {
993
991
  value: `0x${string}`;
994
- __kind: "Sol";
995
992
  } | {
993
+ __kind: "Sol";
996
994
  value: `0x${string}`;
995
+ } | {
997
996
  __kind: "Hub";
997
+ value: `0x${string}`;
998
998
  } | null | undefined;
999
999
  } | null | undefined;
1000
1000
  brokerFee?: {
@@ -1009,22 +1009,21 @@ declare const ethereumIngressEgressDepositFailed: z.ZodObject<{
1009
1009
  }, {
1010
1010
  __kind: "DepositFailedVaultVariantEthereum";
1011
1011
  vaultWitness: {
1012
+ txId: string;
1012
1013
  depositDetails: {
1013
1014
  txHashes?: string[] | null | undefined;
1014
1015
  };
1015
- boostFee: number;
1016
1016
  inputAsset: {
1017
1017
  __kind: "Eth" | "Flip" | "Usdc" | "Usdt";
1018
1018
  };
1019
1019
  depositAmount: string | number;
1020
1020
  outputAsset: {
1021
- __kind: "HubDot" | "HubUsdt" | "HubUsdc" | "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc";
1021
+ __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
1022
1022
  };
1023
1023
  destinationAddress: {
1024
- value: string;
1025
1024
  __kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
1025
+ value: string;
1026
1026
  };
1027
- txId: string;
1028
1027
  affiliateFees: {
1029
1028
  account: number;
1030
1029
  bps: number;
@@ -1040,6 +1039,7 @@ declare const ethereumIngressEgressDepositFailed: z.ZodObject<{
1040
1039
  } | null | undefined;
1041
1040
  maxOraclePriceSlippage?: number | null | undefined;
1042
1041
  };
1042
+ boostFee: number;
1043
1043
  depositAddress?: string | null | undefined;
1044
1044
  channelId?: string | number | null | undefined;
1045
1045
  depositMetadata?: {
@@ -1052,42 +1052,42 @@ declare const ethereumIngressEgressDepositFailed: z.ZodObject<{
1052
1052
  __kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
1053
1053
  };
1054
1054
  sourceAddress?: {
1055
- value: string;
1056
1055
  __kind: "Eth";
1057
- } | {
1058
1056
  value: string;
1057
+ } | {
1059
1058
  __kind: "Dot";
1059
+ value: string;
1060
1060
  } | {
1061
+ __kind: "Btc";
1061
1062
  value: {
1062
- value: string;
1063
1063
  __kind: "P2PKH";
1064
- } | {
1065
1064
  value: string;
1066
- __kind: "P2SH";
1067
1065
  } | {
1066
+ __kind: "P2SH";
1068
1067
  value: string;
1069
- __kind: "P2WPKH";
1070
1068
  } | {
1069
+ __kind: "P2WPKH";
1071
1070
  value: string;
1072
- __kind: "P2WSH";
1073
1071
  } | {
1072
+ __kind: "P2WSH";
1074
1073
  value: string;
1074
+ } | {
1075
1075
  __kind: "Taproot";
1076
+ value: string;
1076
1077
  } | {
1077
1078
  __kind: "OtherSegwit";
1078
1079
  version: number;
1079
1080
  program: string;
1080
1081
  };
1081
- __kind: "Btc";
1082
1082
  } | {
1083
- value: string;
1084
1083
  __kind: "Arb";
1085
- } | {
1086
1084
  value: string;
1087
- __kind: "Sol";
1088
1085
  } | {
1086
+ __kind: "Sol";
1089
1087
  value: string;
1088
+ } | {
1090
1089
  __kind: "Hub";
1090
+ value: string;
1091
1091
  } | null | undefined;
1092
1092
  } | null | undefined;
1093
1093
  brokerFee?: {
@@ -1101,7 +1101,6 @@ declare const ethereumIngressEgressDepositFailed: z.ZodObject<{
1101
1101
  };
1102
1102
  }>]>;
1103
1103
  }, "strip", z.ZodTypeAny, {
1104
- blockHeight: bigint;
1105
1104
  reason: {
1106
1105
  __kind: "BelowMinimumDeposit";
1107
1106
  } | {
@@ -1109,6 +1108,7 @@ declare const ethereumIngressEgressDepositFailed: z.ZodObject<{
1109
1108
  } | {
1110
1109
  __kind: "TransactionRejectedByBroker";
1111
1110
  } | {
1111
+ __kind: "DepositWitnessRejected";
1112
1112
  value: {
1113
1113
  __kind: "Other";
1114
1114
  } | {
@@ -1116,11 +1116,11 @@ declare const ethereumIngressEgressDepositFailed: z.ZodObject<{
1116
1116
  } | {
1117
1117
  __kind: "BadOrigin";
1118
1118
  } | {
1119
+ __kind: "Module";
1119
1120
  value: {
1120
1121
  index: number;
1121
1122
  error: `0x${string}`;
1122
1123
  };
1123
- __kind: "Module";
1124
1124
  } | {
1125
1125
  __kind: "ConsumerRemaining";
1126
1126
  } | {
@@ -1128,14 +1128,14 @@ declare const ethereumIngressEgressDepositFailed: z.ZodObject<{
1128
1128
  } | {
1129
1129
  __kind: "TooManyConsumers";
1130
1130
  } | {
1131
- value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
1132
1131
  __kind: "Token";
1132
+ value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
1133
1133
  } | {
1134
- value: "Underflow" | "Overflow" | "DivisionByZero";
1135
1134
  __kind: "Arithmetic";
1135
+ value: "Underflow" | "Overflow" | "DivisionByZero";
1136
1136
  } | {
1137
- value: "LimitReached" | "NoLayer";
1138
1137
  __kind: "Transactional";
1138
+ value: "LimitReached" | "NoLayer";
1139
1139
  } | {
1140
1140
  __kind: "Exhausted";
1141
1141
  } | {
@@ -1145,15 +1145,15 @@ declare const ethereumIngressEgressDepositFailed: z.ZodObject<{
1145
1145
  } | {
1146
1146
  __kind: "RootNotAllowed";
1147
1147
  };
1148
- __kind: "DepositWitnessRejected";
1149
1148
  } | {
1150
1149
  __kind: "Unrefundable";
1151
1150
  };
1151
+ blockHeight: bigint;
1152
1152
  details: {
1153
1153
  __kind: "DepositFailedDepositChannelVariantEthereum";
1154
1154
  depositWitness: {
1155
- depositAddress: `0x${string}`;
1156
1155
  asset: "Eth" | "Flip" | "Usdc" | "Usdt";
1156
+ depositAddress: `0x${string}`;
1157
1157
  amount: bigint;
1158
1158
  depositDetails: {
1159
1159
  txHashes?: `0x${string}`[] | null | undefined;
@@ -1162,13 +1162,13 @@ declare const ethereumIngressEgressDepositFailed: z.ZodObject<{
1162
1162
  } | {
1163
1163
  __kind: "DepositFailedVaultVariantEthereum";
1164
1164
  vaultWitness: {
1165
+ txId: `0x${string}`;
1165
1166
  depositDetails: {
1166
1167
  txHashes?: `0x${string}`[] | null | undefined;
1167
1168
  };
1168
- boostFee: number;
1169
1169
  inputAsset: "Eth" | "Flip" | "Usdc" | "Usdt";
1170
1170
  depositAmount: bigint;
1171
- outputAsset: "HubDot" | "HubUsdt" | "HubUsdc" | "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc";
1171
+ outputAsset: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
1172
1172
  destinationAddress: {
1173
1173
  readonly chain: "Ethereum";
1174
1174
  readonly address: `0x${string}`;
@@ -1188,7 +1188,6 @@ declare const ethereumIngressEgressDepositFailed: z.ZodObject<{
1188
1188
  readonly chain: "Assethub";
1189
1189
  readonly address: string;
1190
1190
  };
1191
- txId: `0x${string}`;
1192
1191
  affiliateFees: {
1193
1192
  account: number;
1194
1193
  bps: number;
@@ -1204,6 +1203,7 @@ declare const ethereumIngressEgressDepositFailed: z.ZodObject<{
1204
1203
  } | null | undefined;
1205
1204
  maxOraclePriceSlippage?: number | null | undefined;
1206
1205
  };
1206
+ boostFee: number;
1207
1207
  depositAddress?: `0x${string}` | null | undefined;
1208
1208
  channelId?: bigint | null | undefined;
1209
1209
  depositMetadata?: {
@@ -1214,42 +1214,42 @@ declare const ethereumIngressEgressDepositFailed: z.ZodObject<{
1214
1214
  };
1215
1215
  sourceChain: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
1216
1216
  sourceAddress?: {
1217
- value: `0x${string}`;
1218
1217
  __kind: "Eth";
1219
- } | {
1220
1218
  value: `0x${string}`;
1219
+ } | {
1221
1220
  __kind: "Dot";
1221
+ value: `0x${string}`;
1222
1222
  } | {
1223
+ __kind: "Btc";
1223
1224
  value: {
1224
- value: `0x${string}`;
1225
1225
  __kind: "P2PKH";
1226
- } | {
1227
1226
  value: `0x${string}`;
1228
- __kind: "P2SH";
1229
1227
  } | {
1228
+ __kind: "P2SH";
1230
1229
  value: `0x${string}`;
1231
- __kind: "P2WPKH";
1232
1230
  } | {
1231
+ __kind: "P2WPKH";
1233
1232
  value: `0x${string}`;
1234
- __kind: "P2WSH";
1235
1233
  } | {
1234
+ __kind: "P2WSH";
1236
1235
  value: `0x${string}`;
1236
+ } | {
1237
1237
  __kind: "Taproot";
1238
+ value: `0x${string}`;
1238
1239
  } | {
1239
1240
  __kind: "OtherSegwit";
1240
1241
  version: number;
1241
1242
  program: `0x${string}`;
1242
1243
  };
1243
- __kind: "Btc";
1244
1244
  } | {
1245
- value: `0x${string}`;
1246
1245
  __kind: "Arb";
1247
- } | {
1248
1246
  value: `0x${string}`;
1249
- __kind: "Sol";
1250
1247
  } | {
1248
+ __kind: "Sol";
1251
1249
  value: `0x${string}`;
1250
+ } | {
1252
1251
  __kind: "Hub";
1252
+ value: `0x${string}`;
1253
1253
  } | null | undefined;
1254
1254
  } | null | undefined;
1255
1255
  brokerFee?: {
@@ -1263,7 +1263,6 @@ declare const ethereumIngressEgressDepositFailed: z.ZodObject<{
1263
1263
  };
1264
1264
  };
1265
1265
  }, {
1266
- blockHeight: string | number;
1267
1266
  reason: {
1268
1267
  __kind: "BelowMinimumDeposit";
1269
1268
  } | {
@@ -1271,6 +1270,7 @@ declare const ethereumIngressEgressDepositFailed: z.ZodObject<{
1271
1270
  } | {
1272
1271
  __kind: "TransactionRejectedByBroker";
1273
1272
  } | {
1273
+ __kind: "DepositWitnessRejected";
1274
1274
  value: {
1275
1275
  __kind: "Other";
1276
1276
  } | {
@@ -1278,11 +1278,11 @@ declare const ethereumIngressEgressDepositFailed: z.ZodObject<{
1278
1278
  } | {
1279
1279
  __kind: "BadOrigin";
1280
1280
  } | {
1281
+ __kind: "Module";
1281
1282
  value: {
1282
1283
  index: number;
1283
1284
  error: string;
1284
1285
  };
1285
- __kind: "Module";
1286
1286
  } | {
1287
1287
  __kind: "ConsumerRemaining";
1288
1288
  } | {
@@ -1290,20 +1290,20 @@ declare const ethereumIngressEgressDepositFailed: z.ZodObject<{
1290
1290
  } | {
1291
1291
  __kind: "TooManyConsumers";
1292
1292
  } | {
1293
+ __kind: "Token";
1293
1294
  value: {
1294
1295
  __kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
1295
1296
  };
1296
- __kind: "Token";
1297
1297
  } | {
1298
+ __kind: "Arithmetic";
1298
1299
  value: {
1299
1300
  __kind: "Underflow" | "Overflow" | "DivisionByZero";
1300
1301
  };
1301
- __kind: "Arithmetic";
1302
1302
  } | {
1303
+ __kind: "Transactional";
1303
1304
  value: {
1304
1305
  __kind: "LimitReached" | "NoLayer";
1305
1306
  };
1306
- __kind: "Transactional";
1307
1307
  } | {
1308
1308
  __kind: "Exhausted";
1309
1309
  } | {
@@ -1313,17 +1313,17 @@ declare const ethereumIngressEgressDepositFailed: z.ZodObject<{
1313
1313
  } | {
1314
1314
  __kind: "RootNotAllowed";
1315
1315
  };
1316
- __kind: "DepositWitnessRejected";
1317
1316
  } | {
1318
1317
  __kind: "Unrefundable";
1319
1318
  };
1319
+ blockHeight: string | number;
1320
1320
  details: {
1321
1321
  __kind: "DepositFailedDepositChannelVariantEthereum";
1322
1322
  depositWitness: {
1323
- depositAddress: string;
1324
1323
  asset: {
1325
1324
  __kind: "Eth" | "Flip" | "Usdc" | "Usdt";
1326
1325
  };
1326
+ depositAddress: string;
1327
1327
  amount: string | number;
1328
1328
  depositDetails: {
1329
1329
  txHashes?: string[] | null | undefined;
@@ -1332,22 +1332,21 @@ declare const ethereumIngressEgressDepositFailed: z.ZodObject<{
1332
1332
  } | {
1333
1333
  __kind: "DepositFailedVaultVariantEthereum";
1334
1334
  vaultWitness: {
1335
+ txId: string;
1335
1336
  depositDetails: {
1336
1337
  txHashes?: string[] | null | undefined;
1337
1338
  };
1338
- boostFee: number;
1339
1339
  inputAsset: {
1340
1340
  __kind: "Eth" | "Flip" | "Usdc" | "Usdt";
1341
1341
  };
1342
1342
  depositAmount: string | number;
1343
1343
  outputAsset: {
1344
- __kind: "HubDot" | "HubUsdt" | "HubUsdc" | "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc";
1344
+ __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
1345
1345
  };
1346
1346
  destinationAddress: {
1347
- value: string;
1348
1347
  __kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
1348
+ value: string;
1349
1349
  };
1350
- txId: string;
1351
1350
  affiliateFees: {
1352
1351
  account: number;
1353
1352
  bps: number;
@@ -1363,6 +1362,7 @@ declare const ethereumIngressEgressDepositFailed: z.ZodObject<{
1363
1362
  } | null | undefined;
1364
1363
  maxOraclePriceSlippage?: number | null | undefined;
1365
1364
  };
1365
+ boostFee: number;
1366
1366
  depositAddress?: string | null | undefined;
1367
1367
  channelId?: string | number | null | undefined;
1368
1368
  depositMetadata?: {
@@ -1375,42 +1375,42 @@ declare const ethereumIngressEgressDepositFailed: z.ZodObject<{
1375
1375
  __kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
1376
1376
  };
1377
1377
  sourceAddress?: {
1378
- value: string;
1379
1378
  __kind: "Eth";
1380
- } | {
1381
1379
  value: string;
1380
+ } | {
1382
1381
  __kind: "Dot";
1382
+ value: string;
1383
1383
  } | {
1384
+ __kind: "Btc";
1384
1385
  value: {
1385
- value: string;
1386
1386
  __kind: "P2PKH";
1387
- } | {
1388
1387
  value: string;
1389
- __kind: "P2SH";
1390
1388
  } | {
1389
+ __kind: "P2SH";
1391
1390
  value: string;
1392
- __kind: "P2WPKH";
1393
1391
  } | {
1392
+ __kind: "P2WPKH";
1394
1393
  value: string;
1395
- __kind: "P2WSH";
1396
1394
  } | {
1395
+ __kind: "P2WSH";
1397
1396
  value: string;
1397
+ } | {
1398
1398
  __kind: "Taproot";
1399
+ value: string;
1399
1400
  } | {
1400
1401
  __kind: "OtherSegwit";
1401
1402
  version: number;
1402
1403
  program: string;
1403
1404
  };
1404
- __kind: "Btc";
1405
1405
  } | {
1406
- value: string;
1407
1406
  __kind: "Arb";
1408
- } | {
1409
1407
  value: string;
1410
- __kind: "Sol";
1411
1408
  } | {
1409
+ __kind: "Sol";
1412
1410
  value: string;
1411
+ } | {
1413
1412
  __kind: "Hub";
1413
+ value: string;
1414
1414
  } | null | undefined;
1415
1415
  } | null | undefined;
1416
1416
  brokerFee?: {
@@ -1477,17 +1477,17 @@ declare const ethereumIngressEgressDepositFailedEvent: _$_chainflip_processor_ev
1477
1477
  error: string;
1478
1478
  }>;
1479
1479
  }, "strip", z.ZodTypeAny, {
1480
+ __kind: "Module";
1480
1481
  value: {
1481
1482
  index: number;
1482
1483
  error: `0x${string}`;
1483
1484
  };
1484
- __kind: "Module";
1485
1485
  }, {
1486
+ __kind: "Module";
1486
1487
  value: {
1487
1488
  index: number;
1488
1489
  error: string;
1489
1490
  };
1490
- __kind: "Module";
1491
1491
  }>, z.ZodObject<{
1492
1492
  __kind: z.ZodLiteral<"ConsumerRemaining">;
1493
1493
  }, "strip", z.ZodTypeAny, {
@@ -1518,13 +1518,13 @@ declare const ethereumIngressEgressDepositFailedEvent: _$_chainflip_processor_ev
1518
1518
  __kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
1519
1519
  }>;
1520
1520
  }, "strip", z.ZodTypeAny, {
1521
- value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
1522
1521
  __kind: "Token";
1522
+ value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
1523
1523
  }, {
1524
+ __kind: "Token";
1524
1525
  value: {
1525
1526
  __kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
1526
1527
  };
1527
- __kind: "Token";
1528
1528
  }>, z.ZodObject<{
1529
1529
  __kind: z.ZodLiteral<"Arithmetic">;
1530
1530
  value: z.ZodEffects<z.ZodObject<{
@@ -1537,13 +1537,13 @@ declare const ethereumIngressEgressDepositFailedEvent: _$_chainflip_processor_ev
1537
1537
  __kind: "Underflow" | "Overflow" | "DivisionByZero";
1538
1538
  }>;
1539
1539
  }, "strip", z.ZodTypeAny, {
1540
- value: "Underflow" | "Overflow" | "DivisionByZero";
1541
1540
  __kind: "Arithmetic";
1541
+ value: "Underflow" | "Overflow" | "DivisionByZero";
1542
1542
  }, {
1543
+ __kind: "Arithmetic";
1543
1544
  value: {
1544
1545
  __kind: "Underflow" | "Overflow" | "DivisionByZero";
1545
1546
  };
1546
- __kind: "Arithmetic";
1547
1547
  }>, z.ZodObject<{
1548
1548
  __kind: z.ZodLiteral<"Transactional">;
1549
1549
  value: z.ZodEffects<z.ZodObject<{
@@ -1556,13 +1556,13 @@ declare const ethereumIngressEgressDepositFailedEvent: _$_chainflip_processor_ev
1556
1556
  __kind: "LimitReached" | "NoLayer";
1557
1557
  }>;
1558
1558
  }, "strip", z.ZodTypeAny, {
1559
- value: "LimitReached" | "NoLayer";
1560
1559
  __kind: "Transactional";
1560
+ value: "LimitReached" | "NoLayer";
1561
1561
  }, {
1562
+ __kind: "Transactional";
1562
1563
  value: {
1563
1564
  __kind: "LimitReached" | "NoLayer";
1564
1565
  };
1565
- __kind: "Transactional";
1566
1566
  }>, z.ZodObject<{
1567
1567
  __kind: z.ZodLiteral<"Exhausted">;
1568
1568
  }, "strip", z.ZodTypeAny, {
@@ -1589,6 +1589,7 @@ declare const ethereumIngressEgressDepositFailedEvent: _$_chainflip_processor_ev
1589
1589
  __kind: "RootNotAllowed";
1590
1590
  }>]>;
1591
1591
  }, "strip", z.ZodTypeAny, {
1592
+ __kind: "DepositWitnessRejected";
1592
1593
  value: {
1593
1594
  __kind: "Other";
1594
1595
  } | {
@@ -1596,11 +1597,11 @@ declare const ethereumIngressEgressDepositFailedEvent: _$_chainflip_processor_ev
1596
1597
  } | {
1597
1598
  __kind: "BadOrigin";
1598
1599
  } | {
1600
+ __kind: "Module";
1599
1601
  value: {
1600
1602
  index: number;
1601
1603
  error: `0x${string}`;
1602
1604
  };
1603
- __kind: "Module";
1604
1605
  } | {
1605
1606
  __kind: "ConsumerRemaining";
1606
1607
  } | {
@@ -1608,14 +1609,14 @@ declare const ethereumIngressEgressDepositFailedEvent: _$_chainflip_processor_ev
1608
1609
  } | {
1609
1610
  __kind: "TooManyConsumers";
1610
1611
  } | {
1611
- value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
1612
1612
  __kind: "Token";
1613
+ value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
1613
1614
  } | {
1614
- value: "Underflow" | "Overflow" | "DivisionByZero";
1615
1615
  __kind: "Arithmetic";
1616
+ value: "Underflow" | "Overflow" | "DivisionByZero";
1616
1617
  } | {
1617
- value: "LimitReached" | "NoLayer";
1618
1618
  __kind: "Transactional";
1619
+ value: "LimitReached" | "NoLayer";
1619
1620
  } | {
1620
1621
  __kind: "Exhausted";
1621
1622
  } | {
@@ -1625,8 +1626,8 @@ declare const ethereumIngressEgressDepositFailedEvent: _$_chainflip_processor_ev
1625
1626
  } | {
1626
1627
  __kind: "RootNotAllowed";
1627
1628
  };
1628
- __kind: "DepositWitnessRejected";
1629
1629
  }, {
1630
+ __kind: "DepositWitnessRejected";
1630
1631
  value: {
1631
1632
  __kind: "Other";
1632
1633
  } | {
@@ -1634,11 +1635,11 @@ declare const ethereumIngressEgressDepositFailedEvent: _$_chainflip_processor_ev
1634
1635
  } | {
1635
1636
  __kind: "BadOrigin";
1636
1637
  } | {
1638
+ __kind: "Module";
1637
1639
  value: {
1638
1640
  index: number;
1639
1641
  error: string;
1640
1642
  };
1641
- __kind: "Module";
1642
1643
  } | {
1643
1644
  __kind: "ConsumerRemaining";
1644
1645
  } | {
@@ -1646,20 +1647,20 @@ declare const ethereumIngressEgressDepositFailedEvent: _$_chainflip_processor_ev
1646
1647
  } | {
1647
1648
  __kind: "TooManyConsumers";
1648
1649
  } | {
1650
+ __kind: "Token";
1649
1651
  value: {
1650
1652
  __kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
1651
1653
  };
1652
- __kind: "Token";
1653
1654
  } | {
1655
+ __kind: "Arithmetic";
1654
1656
  value: {
1655
1657
  __kind: "Underflow" | "Overflow" | "DivisionByZero";
1656
1658
  };
1657
- __kind: "Arithmetic";
1658
1659
  } | {
1660
+ __kind: "Transactional";
1659
1661
  value: {
1660
1662
  __kind: "LimitReached" | "NoLayer";
1661
1663
  };
1662
- __kind: "Transactional";
1663
1664
  } | {
1664
1665
  __kind: "Exhausted";
1665
1666
  } | {
@@ -1669,7 +1670,6 @@ declare const ethereumIngressEgressDepositFailedEvent: _$_chainflip_processor_ev
1669
1670
  } | {
1670
1671
  __kind: "RootNotAllowed";
1671
1672
  };
1672
- __kind: "DepositWitnessRejected";
1673
1673
  }>, z.ZodObject<{
1674
1674
  __kind: z.ZodLiteral<"Unrefundable">;
1675
1675
  }, "strip", z.ZodTypeAny, {
@@ -1699,17 +1699,17 @@ declare const ethereumIngressEgressDepositFailedEvent: _$_chainflip_processor_ev
1699
1699
  txHashes?: string[] | null | undefined;
1700
1700
  }>;
1701
1701
  }, "strip", z.ZodTypeAny, {
1702
- depositAddress: `0x${string}`;
1703
1702
  asset: "Eth" | "Flip" | "Usdc" | "Usdt";
1703
+ depositAddress: `0x${string}`;
1704
1704
  amount: bigint;
1705
1705
  depositDetails: {
1706
1706
  txHashes?: `0x${string}`[] | null | undefined;
1707
1707
  };
1708
1708
  }, {
1709
- depositAddress: string;
1710
1709
  asset: {
1711
1710
  __kind: "Eth" | "Flip" | "Usdc" | "Usdt";
1712
1711
  };
1712
+ depositAddress: string;
1713
1713
  amount: string | number;
1714
1714
  depositDetails: {
1715
1715
  txHashes?: string[] | null | undefined;
@@ -1718,8 +1718,8 @@ declare const ethereumIngressEgressDepositFailedEvent: _$_chainflip_processor_ev
1718
1718
  }, "strip", z.ZodTypeAny, {
1719
1719
  __kind: "DepositFailedDepositChannelVariantEthereum";
1720
1720
  depositWitness: {
1721
- depositAddress: `0x${string}`;
1722
1721
  asset: "Eth" | "Flip" | "Usdc" | "Usdt";
1722
+ depositAddress: `0x${string}`;
1723
1723
  amount: bigint;
1724
1724
  depositDetails: {
1725
1725
  txHashes?: `0x${string}`[] | null | undefined;
@@ -1728,10 +1728,10 @@ declare const ethereumIngressEgressDepositFailedEvent: _$_chainflip_processor_ev
1728
1728
  }, {
1729
1729
  __kind: "DepositFailedDepositChannelVariantEthereum";
1730
1730
  depositWitness: {
1731
- depositAddress: string;
1732
1731
  asset: {
1733
1732
  __kind: "Eth" | "Flip" | "Usdc" | "Usdt";
1734
1733
  };
1734
+ depositAddress: string;
1735
1735
  amount: string | number;
1736
1736
  depositDetails: {
1737
1737
  txHashes?: string[] | null | undefined;
@@ -1762,21 +1762,21 @@ declare const ethereumIngressEgressDepositFailedEvent: _$_chainflip_processor_ev
1762
1762
  outputAsset: z.ZodEffects<z.ZodObject<{
1763
1763
  __kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc", "HubDot", "HubUsdt", "HubUsdc"]>;
1764
1764
  }, "strip", z.ZodTypeAny, {
1765
- __kind: "HubDot" | "HubUsdt" | "HubUsdc" | "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc";
1765
+ __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
1766
1766
  }, {
1767
- __kind: "HubDot" | "HubUsdt" | "HubUsdc" | "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc";
1768
- }>, "HubDot" | "HubUsdt" | "HubUsdc" | "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc", {
1769
- __kind: "HubDot" | "HubUsdt" | "HubUsdc" | "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc";
1767
+ __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
1768
+ }>, "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc", {
1769
+ __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
1770
1770
  }>;
1771
1771
  destinationAddress: z.ZodEffects<z.ZodObject<{
1772
1772
  __kind: z.ZodEnum<["Eth", "Dot", "Btc", "Arb", "Sol", "Hub"]>;
1773
1773
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
1774
1774
  }, "strip", z.ZodTypeAny, {
1775
- value: `0x${string}`;
1776
1775
  __kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
1776
+ value: `0x${string}`;
1777
1777
  }, {
1778
- value: string;
1779
1778
  __kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
1779
+ value: string;
1780
1780
  }>, {
1781
1781
  readonly chain: "Ethereum";
1782
1782
  readonly address: `0x${string}`;
@@ -1796,8 +1796,8 @@ declare const ethereumIngressEgressDepositFailedEvent: _$_chainflip_processor_ev
1796
1796
  readonly chain: "Assethub";
1797
1797
  readonly address: string;
1798
1798
  }, {
1799
- value: string;
1800
1799
  __kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
1800
+ value: string;
1801
1801
  }>;
1802
1802
  depositMetadata: z.ZodOptional<z.ZodNullable<z.ZodObject<{
1803
1803
  channelMetadata: z.ZodObject<{
@@ -1826,67 +1826,67 @@ declare const ethereumIngressEgressDepositFailedEvent: _$_chainflip_processor_ev
1826
1826
  __kind: z.ZodLiteral<"Eth">;
1827
1827
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
1828
1828
  }, "strip", z.ZodTypeAny, {
1829
- value: `0x${string}`;
1830
1829
  __kind: "Eth";
1830
+ value: `0x${string}`;
1831
1831
  }, {
1832
- value: string;
1833
1832
  __kind: "Eth";
1833
+ value: string;
1834
1834
  }>, z.ZodObject<{
1835
1835
  __kind: z.ZodLiteral<"Dot">;
1836
1836
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
1837
1837
  }, "strip", z.ZodTypeAny, {
1838
- value: `0x${string}`;
1839
1838
  __kind: "Dot";
1839
+ value: `0x${string}`;
1840
1840
  }, {
1841
- value: string;
1842
1841
  __kind: "Dot";
1842
+ value: string;
1843
1843
  }>, z.ZodObject<{
1844
1844
  __kind: z.ZodLiteral<"Btc">;
1845
1845
  value: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
1846
1846
  __kind: z.ZodLiteral<"P2PKH">;
1847
1847
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
1848
1848
  }, "strip", z.ZodTypeAny, {
1849
- value: `0x${string}`;
1850
1849
  __kind: "P2PKH";
1850
+ value: `0x${string}`;
1851
1851
  }, {
1852
- value: string;
1853
1852
  __kind: "P2PKH";
1853
+ value: string;
1854
1854
  }>, z.ZodObject<{
1855
1855
  __kind: z.ZodLiteral<"P2SH">;
1856
1856
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
1857
1857
  }, "strip", z.ZodTypeAny, {
1858
- value: `0x${string}`;
1859
1858
  __kind: "P2SH";
1859
+ value: `0x${string}`;
1860
1860
  }, {
1861
- value: string;
1862
1861
  __kind: "P2SH";
1862
+ value: string;
1863
1863
  }>, z.ZodObject<{
1864
1864
  __kind: z.ZodLiteral<"P2WPKH">;
1865
1865
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
1866
1866
  }, "strip", z.ZodTypeAny, {
1867
- value: `0x${string}`;
1868
1867
  __kind: "P2WPKH";
1868
+ value: `0x${string}`;
1869
1869
  }, {
1870
- value: string;
1871
1870
  __kind: "P2WPKH";
1871
+ value: string;
1872
1872
  }>, z.ZodObject<{
1873
1873
  __kind: z.ZodLiteral<"P2WSH">;
1874
1874
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
1875
1875
  }, "strip", z.ZodTypeAny, {
1876
- value: `0x${string}`;
1877
1876
  __kind: "P2WSH";
1877
+ value: `0x${string}`;
1878
1878
  }, {
1879
- value: string;
1880
1879
  __kind: "P2WSH";
1880
+ value: string;
1881
1881
  }>, z.ZodObject<{
1882
1882
  __kind: z.ZodLiteral<"Taproot">;
1883
1883
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
1884
1884
  }, "strip", z.ZodTypeAny, {
1885
- value: `0x${string}`;
1886
1885
  __kind: "Taproot";
1886
+ value: `0x${string}`;
1887
1887
  }, {
1888
- value: string;
1889
1888
  __kind: "Taproot";
1889
+ value: string;
1890
1890
  }>, z.ZodObject<{
1891
1891
  __kind: z.ZodLiteral<"OtherSegwit">;
1892
1892
  version: z.ZodNumber;
@@ -1901,76 +1901,76 @@ declare const ethereumIngressEgressDepositFailedEvent: _$_chainflip_processor_ev
1901
1901
  program: string;
1902
1902
  }>]>;
1903
1903
  }, "strip", z.ZodTypeAny, {
1904
+ __kind: "Btc";
1904
1905
  value: {
1905
- value: `0x${string}`;
1906
1906
  __kind: "P2PKH";
1907
- } | {
1908
1907
  value: `0x${string}`;
1909
- __kind: "P2SH";
1910
1908
  } | {
1909
+ __kind: "P2SH";
1911
1910
  value: `0x${string}`;
1912
- __kind: "P2WPKH";
1913
1911
  } | {
1912
+ __kind: "P2WPKH";
1914
1913
  value: `0x${string}`;
1915
- __kind: "P2WSH";
1916
1914
  } | {
1915
+ __kind: "P2WSH";
1917
1916
  value: `0x${string}`;
1917
+ } | {
1918
1918
  __kind: "Taproot";
1919
+ value: `0x${string}`;
1919
1920
  } | {
1920
1921
  __kind: "OtherSegwit";
1921
1922
  version: number;
1922
1923
  program: `0x${string}`;
1923
1924
  };
1924
- __kind: "Btc";
1925
1925
  }, {
1926
+ __kind: "Btc";
1926
1927
  value: {
1927
- value: string;
1928
1928
  __kind: "P2PKH";
1929
- } | {
1930
1929
  value: string;
1931
- __kind: "P2SH";
1932
1930
  } | {
1931
+ __kind: "P2SH";
1933
1932
  value: string;
1934
- __kind: "P2WPKH";
1935
1933
  } | {
1934
+ __kind: "P2WPKH";
1936
1935
  value: string;
1937
- __kind: "P2WSH";
1938
1936
  } | {
1937
+ __kind: "P2WSH";
1939
1938
  value: string;
1939
+ } | {
1940
1940
  __kind: "Taproot";
1941
+ value: string;
1941
1942
  } | {
1942
1943
  __kind: "OtherSegwit";
1943
1944
  version: number;
1944
1945
  program: string;
1945
1946
  };
1946
- __kind: "Btc";
1947
1947
  }>, z.ZodObject<{
1948
1948
  __kind: z.ZodLiteral<"Arb">;
1949
1949
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
1950
1950
  }, "strip", z.ZodTypeAny, {
1951
- value: `0x${string}`;
1952
1951
  __kind: "Arb";
1952
+ value: `0x${string}`;
1953
1953
  }, {
1954
- value: string;
1955
1954
  __kind: "Arb";
1955
+ value: string;
1956
1956
  }>, z.ZodObject<{
1957
1957
  __kind: z.ZodLiteral<"Sol">;
1958
1958
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
1959
1959
  }, "strip", z.ZodTypeAny, {
1960
- value: `0x${string}`;
1961
1960
  __kind: "Sol";
1961
+ value: `0x${string}`;
1962
1962
  }, {
1963
- value: string;
1964
1963
  __kind: "Sol";
1964
+ value: string;
1965
1965
  }>, z.ZodObject<{
1966
1966
  __kind: z.ZodLiteral<"Hub">;
1967
1967
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
1968
1968
  }, "strip", z.ZodTypeAny, {
1969
- value: `0x${string}`;
1970
1969
  __kind: "Hub";
1970
+ value: `0x${string}`;
1971
1971
  }, {
1972
- value: string;
1973
1972
  __kind: "Hub";
1973
+ value: string;
1974
1974
  }>]>>>;
1975
1975
  }, "strip", z.ZodTypeAny, {
1976
1976
  channelMetadata: {
@@ -1980,42 +1980,42 @@ declare const ethereumIngressEgressDepositFailedEvent: _$_chainflip_processor_ev
1980
1980
  };
1981
1981
  sourceChain: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
1982
1982
  sourceAddress?: {
1983
- value: `0x${string}`;
1984
1983
  __kind: "Eth";
1985
- } | {
1986
1984
  value: `0x${string}`;
1985
+ } | {
1987
1986
  __kind: "Dot";
1987
+ value: `0x${string}`;
1988
1988
  } | {
1989
+ __kind: "Btc";
1989
1990
  value: {
1990
- value: `0x${string}`;
1991
1991
  __kind: "P2PKH";
1992
- } | {
1993
1992
  value: `0x${string}`;
1994
- __kind: "P2SH";
1995
1993
  } | {
1994
+ __kind: "P2SH";
1996
1995
  value: `0x${string}`;
1997
- __kind: "P2WPKH";
1998
1996
  } | {
1997
+ __kind: "P2WPKH";
1999
1998
  value: `0x${string}`;
2000
- __kind: "P2WSH";
2001
1999
  } | {
2000
+ __kind: "P2WSH";
2002
2001
  value: `0x${string}`;
2002
+ } | {
2003
2003
  __kind: "Taproot";
2004
+ value: `0x${string}`;
2004
2005
  } | {
2005
2006
  __kind: "OtherSegwit";
2006
2007
  version: number;
2007
2008
  program: `0x${string}`;
2008
2009
  };
2009
- __kind: "Btc";
2010
2010
  } | {
2011
- value: `0x${string}`;
2012
2011
  __kind: "Arb";
2013
- } | {
2014
2012
  value: `0x${string}`;
2015
- __kind: "Sol";
2016
2013
  } | {
2014
+ __kind: "Sol";
2017
2015
  value: `0x${string}`;
2016
+ } | {
2018
2017
  __kind: "Hub";
2018
+ value: `0x${string}`;
2019
2019
  } | null | undefined;
2020
2020
  }, {
2021
2021
  channelMetadata: {
@@ -2027,42 +2027,42 @@ declare const ethereumIngressEgressDepositFailedEvent: _$_chainflip_processor_ev
2027
2027
  __kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
2028
2028
  };
2029
2029
  sourceAddress?: {
2030
- value: string;
2031
2030
  __kind: "Eth";
2032
- } | {
2033
2031
  value: string;
2032
+ } | {
2034
2033
  __kind: "Dot";
2034
+ value: string;
2035
2035
  } | {
2036
+ __kind: "Btc";
2036
2037
  value: {
2037
- value: string;
2038
2038
  __kind: "P2PKH";
2039
- } | {
2040
2039
  value: string;
2041
- __kind: "P2SH";
2042
2040
  } | {
2041
+ __kind: "P2SH";
2043
2042
  value: string;
2044
- __kind: "P2WPKH";
2045
2043
  } | {
2044
+ __kind: "P2WPKH";
2046
2045
  value: string;
2047
- __kind: "P2WSH";
2048
2046
  } | {
2047
+ __kind: "P2WSH";
2049
2048
  value: string;
2049
+ } | {
2050
2050
  __kind: "Taproot";
2051
+ value: string;
2051
2052
  } | {
2052
2053
  __kind: "OtherSegwit";
2053
2054
  version: number;
2054
2055
  program: string;
2055
2056
  };
2056
- __kind: "Btc";
2057
2057
  } | {
2058
- value: string;
2059
2058
  __kind: "Arb";
2060
- } | {
2061
2059
  value: string;
2062
- __kind: "Sol";
2063
2060
  } | {
2061
+ __kind: "Sol";
2064
2062
  value: string;
2063
+ } | {
2065
2064
  __kind: "Hub";
2065
+ value: string;
2066
2066
  } | null | undefined;
2067
2067
  }>>>;
2068
2068
  txId: z.ZodEffects<z.ZodString, `0x${string}`, string>;
@@ -2137,13 +2137,13 @@ declare const ethereumIngressEgressDepositFailedEvent: _$_chainflip_processor_ev
2137
2137
  }>>>;
2138
2138
  boostFee: z.ZodNumber;
2139
2139
  }, "strip", z.ZodTypeAny, {
2140
+ txId: `0x${string}`;
2140
2141
  depositDetails: {
2141
2142
  txHashes?: `0x${string}`[] | null | undefined;
2142
2143
  };
2143
- boostFee: number;
2144
2144
  inputAsset: "Eth" | "Flip" | "Usdc" | "Usdt";
2145
2145
  depositAmount: bigint;
2146
- outputAsset: "HubDot" | "HubUsdt" | "HubUsdc" | "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc";
2146
+ outputAsset: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
2147
2147
  destinationAddress: {
2148
2148
  readonly chain: "Ethereum";
2149
2149
  readonly address: `0x${string}`;
@@ -2163,7 +2163,6 @@ declare const ethereumIngressEgressDepositFailedEvent: _$_chainflip_processor_ev
2163
2163
  readonly chain: "Assethub";
2164
2164
  readonly address: string;
2165
2165
  };
2166
- txId: `0x${string}`;
2167
2166
  affiliateFees: {
2168
2167
  account: number;
2169
2168
  bps: number;
@@ -2179,6 +2178,7 @@ declare const ethereumIngressEgressDepositFailedEvent: _$_chainflip_processor_ev
2179
2178
  } | null | undefined;
2180
2179
  maxOraclePriceSlippage?: number | null | undefined;
2181
2180
  };
2181
+ boostFee: number;
2182
2182
  depositAddress?: `0x${string}` | null | undefined;
2183
2183
  channelId?: bigint | null | undefined;
2184
2184
  depositMetadata?: {
@@ -2189,42 +2189,42 @@ declare const ethereumIngressEgressDepositFailedEvent: _$_chainflip_processor_ev
2189
2189
  };
2190
2190
  sourceChain: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
2191
2191
  sourceAddress?: {
2192
- value: `0x${string}`;
2193
2192
  __kind: "Eth";
2194
- } | {
2195
2193
  value: `0x${string}`;
2194
+ } | {
2196
2195
  __kind: "Dot";
2196
+ value: `0x${string}`;
2197
2197
  } | {
2198
+ __kind: "Btc";
2198
2199
  value: {
2199
- value: `0x${string}`;
2200
2200
  __kind: "P2PKH";
2201
- } | {
2202
2201
  value: `0x${string}`;
2203
- __kind: "P2SH";
2204
2202
  } | {
2203
+ __kind: "P2SH";
2205
2204
  value: `0x${string}`;
2206
- __kind: "P2WPKH";
2207
2205
  } | {
2206
+ __kind: "P2WPKH";
2208
2207
  value: `0x${string}`;
2209
- __kind: "P2WSH";
2210
2208
  } | {
2209
+ __kind: "P2WSH";
2211
2210
  value: `0x${string}`;
2211
+ } | {
2212
2212
  __kind: "Taproot";
2213
+ value: `0x${string}`;
2213
2214
  } | {
2214
2215
  __kind: "OtherSegwit";
2215
2216
  version: number;
2216
2217
  program: `0x${string}`;
2217
2218
  };
2218
- __kind: "Btc";
2219
2219
  } | {
2220
- value: `0x${string}`;
2221
2220
  __kind: "Arb";
2222
- } | {
2223
2221
  value: `0x${string}`;
2224
- __kind: "Sol";
2225
2222
  } | {
2223
+ __kind: "Sol";
2226
2224
  value: `0x${string}`;
2225
+ } | {
2227
2226
  __kind: "Hub";
2227
+ value: `0x${string}`;
2228
2228
  } | null | undefined;
2229
2229
  } | null | undefined;
2230
2230
  brokerFee?: {
@@ -2236,22 +2236,21 @@ declare const ethereumIngressEgressDepositFailedEvent: _$_chainflip_processor_ev
2236
2236
  chunkInterval: number;
2237
2237
  } | null | undefined;
2238
2238
  }, {
2239
+ txId: string;
2239
2240
  depositDetails: {
2240
2241
  txHashes?: string[] | null | undefined;
2241
2242
  };
2242
- boostFee: number;
2243
2243
  inputAsset: {
2244
2244
  __kind: "Eth" | "Flip" | "Usdc" | "Usdt";
2245
2245
  };
2246
2246
  depositAmount: string | number;
2247
2247
  outputAsset: {
2248
- __kind: "HubDot" | "HubUsdt" | "HubUsdc" | "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc";
2248
+ __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
2249
2249
  };
2250
2250
  destinationAddress: {
2251
- value: string;
2252
2251
  __kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
2252
+ value: string;
2253
2253
  };
2254
- txId: string;
2255
2254
  affiliateFees: {
2256
2255
  account: number;
2257
2256
  bps: number;
@@ -2267,6 +2266,7 @@ declare const ethereumIngressEgressDepositFailedEvent: _$_chainflip_processor_ev
2267
2266
  } | null | undefined;
2268
2267
  maxOraclePriceSlippage?: number | null | undefined;
2269
2268
  };
2269
+ boostFee: number;
2270
2270
  depositAddress?: string | null | undefined;
2271
2271
  channelId?: string | number | null | undefined;
2272
2272
  depositMetadata?: {
@@ -2279,42 +2279,42 @@ declare const ethereumIngressEgressDepositFailedEvent: _$_chainflip_processor_ev
2279
2279
  __kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
2280
2280
  };
2281
2281
  sourceAddress?: {
2282
- value: string;
2283
2282
  __kind: "Eth";
2284
- } | {
2285
2283
  value: string;
2284
+ } | {
2286
2285
  __kind: "Dot";
2286
+ value: string;
2287
2287
  } | {
2288
+ __kind: "Btc";
2288
2289
  value: {
2289
- value: string;
2290
2290
  __kind: "P2PKH";
2291
- } | {
2292
2291
  value: string;
2293
- __kind: "P2SH";
2294
2292
  } | {
2293
+ __kind: "P2SH";
2295
2294
  value: string;
2296
- __kind: "P2WPKH";
2297
2295
  } | {
2296
+ __kind: "P2WPKH";
2298
2297
  value: string;
2299
- __kind: "P2WSH";
2300
2298
  } | {
2299
+ __kind: "P2WSH";
2301
2300
  value: string;
2301
+ } | {
2302
2302
  __kind: "Taproot";
2303
+ value: string;
2303
2304
  } | {
2304
2305
  __kind: "OtherSegwit";
2305
2306
  version: number;
2306
2307
  program: string;
2307
2308
  };
2308
- __kind: "Btc";
2309
2309
  } | {
2310
- value: string;
2311
2310
  __kind: "Arb";
2312
- } | {
2313
2311
  value: string;
2314
- __kind: "Sol";
2315
2312
  } | {
2313
+ __kind: "Sol";
2316
2314
  value: string;
2315
+ } | {
2317
2316
  __kind: "Hub";
2317
+ value: string;
2318
2318
  } | null | undefined;
2319
2319
  } | null | undefined;
2320
2320
  brokerFee?: {
@@ -2329,13 +2329,13 @@ declare const ethereumIngressEgressDepositFailedEvent: _$_chainflip_processor_ev
2329
2329
  }, "strip", z.ZodTypeAny, {
2330
2330
  __kind: "DepositFailedVaultVariantEthereum";
2331
2331
  vaultWitness: {
2332
+ txId: `0x${string}`;
2332
2333
  depositDetails: {
2333
2334
  txHashes?: `0x${string}`[] | null | undefined;
2334
2335
  };
2335
- boostFee: number;
2336
2336
  inputAsset: "Eth" | "Flip" | "Usdc" | "Usdt";
2337
2337
  depositAmount: bigint;
2338
- outputAsset: "HubDot" | "HubUsdt" | "HubUsdc" | "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc";
2338
+ outputAsset: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
2339
2339
  destinationAddress: {
2340
2340
  readonly chain: "Ethereum";
2341
2341
  readonly address: `0x${string}`;
@@ -2355,7 +2355,6 @@ declare const ethereumIngressEgressDepositFailedEvent: _$_chainflip_processor_ev
2355
2355
  readonly chain: "Assethub";
2356
2356
  readonly address: string;
2357
2357
  };
2358
- txId: `0x${string}`;
2359
2358
  affiliateFees: {
2360
2359
  account: number;
2361
2360
  bps: number;
@@ -2371,6 +2370,7 @@ declare const ethereumIngressEgressDepositFailedEvent: _$_chainflip_processor_ev
2371
2370
  } | null | undefined;
2372
2371
  maxOraclePriceSlippage?: number | null | undefined;
2373
2372
  };
2373
+ boostFee: number;
2374
2374
  depositAddress?: `0x${string}` | null | undefined;
2375
2375
  channelId?: bigint | null | undefined;
2376
2376
  depositMetadata?: {
@@ -2381,42 +2381,42 @@ declare const ethereumIngressEgressDepositFailedEvent: _$_chainflip_processor_ev
2381
2381
  };
2382
2382
  sourceChain: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
2383
2383
  sourceAddress?: {
2384
- value: `0x${string}`;
2385
2384
  __kind: "Eth";
2386
- } | {
2387
2385
  value: `0x${string}`;
2386
+ } | {
2388
2387
  __kind: "Dot";
2388
+ value: `0x${string}`;
2389
2389
  } | {
2390
+ __kind: "Btc";
2390
2391
  value: {
2391
- value: `0x${string}`;
2392
2392
  __kind: "P2PKH";
2393
- } | {
2394
2393
  value: `0x${string}`;
2395
- __kind: "P2SH";
2396
2394
  } | {
2395
+ __kind: "P2SH";
2397
2396
  value: `0x${string}`;
2398
- __kind: "P2WPKH";
2399
2397
  } | {
2398
+ __kind: "P2WPKH";
2400
2399
  value: `0x${string}`;
2401
- __kind: "P2WSH";
2402
2400
  } | {
2401
+ __kind: "P2WSH";
2403
2402
  value: `0x${string}`;
2403
+ } | {
2404
2404
  __kind: "Taproot";
2405
+ value: `0x${string}`;
2405
2406
  } | {
2406
2407
  __kind: "OtherSegwit";
2407
2408
  version: number;
2408
2409
  program: `0x${string}`;
2409
2410
  };
2410
- __kind: "Btc";
2411
2411
  } | {
2412
- value: `0x${string}`;
2413
2412
  __kind: "Arb";
2414
- } | {
2415
2413
  value: `0x${string}`;
2416
- __kind: "Sol";
2417
2414
  } | {
2415
+ __kind: "Sol";
2418
2416
  value: `0x${string}`;
2417
+ } | {
2419
2418
  __kind: "Hub";
2419
+ value: `0x${string}`;
2420
2420
  } | null | undefined;
2421
2421
  } | null | undefined;
2422
2422
  brokerFee?: {
@@ -2431,22 +2431,21 @@ declare const ethereumIngressEgressDepositFailedEvent: _$_chainflip_processor_ev
2431
2431
  }, {
2432
2432
  __kind: "DepositFailedVaultVariantEthereum";
2433
2433
  vaultWitness: {
2434
+ txId: string;
2434
2435
  depositDetails: {
2435
2436
  txHashes?: string[] | null | undefined;
2436
2437
  };
2437
- boostFee: number;
2438
2438
  inputAsset: {
2439
2439
  __kind: "Eth" | "Flip" | "Usdc" | "Usdt";
2440
2440
  };
2441
2441
  depositAmount: string | number;
2442
2442
  outputAsset: {
2443
- __kind: "HubDot" | "HubUsdt" | "HubUsdc" | "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc";
2443
+ __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
2444
2444
  };
2445
2445
  destinationAddress: {
2446
- value: string;
2447
2446
  __kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
2447
+ value: string;
2448
2448
  };
2449
- txId: string;
2450
2449
  affiliateFees: {
2451
2450
  account: number;
2452
2451
  bps: number;
@@ -2462,6 +2461,7 @@ declare const ethereumIngressEgressDepositFailedEvent: _$_chainflip_processor_ev
2462
2461
  } | null | undefined;
2463
2462
  maxOraclePriceSlippage?: number | null | undefined;
2464
2463
  };
2464
+ boostFee: number;
2465
2465
  depositAddress?: string | null | undefined;
2466
2466
  channelId?: string | number | null | undefined;
2467
2467
  depositMetadata?: {
@@ -2474,42 +2474,42 @@ declare const ethereumIngressEgressDepositFailedEvent: _$_chainflip_processor_ev
2474
2474
  __kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
2475
2475
  };
2476
2476
  sourceAddress?: {
2477
- value: string;
2478
2477
  __kind: "Eth";
2479
- } | {
2480
2478
  value: string;
2479
+ } | {
2481
2480
  __kind: "Dot";
2481
+ value: string;
2482
2482
  } | {
2483
+ __kind: "Btc";
2483
2484
  value: {
2484
- value: string;
2485
2485
  __kind: "P2PKH";
2486
- } | {
2487
2486
  value: string;
2488
- __kind: "P2SH";
2489
2487
  } | {
2488
+ __kind: "P2SH";
2490
2489
  value: string;
2491
- __kind: "P2WPKH";
2492
2490
  } | {
2491
+ __kind: "P2WPKH";
2493
2492
  value: string;
2494
- __kind: "P2WSH";
2495
2493
  } | {
2494
+ __kind: "P2WSH";
2496
2495
  value: string;
2496
+ } | {
2497
2497
  __kind: "Taproot";
2498
+ value: string;
2498
2499
  } | {
2499
2500
  __kind: "OtherSegwit";
2500
2501
  version: number;
2501
2502
  program: string;
2502
2503
  };
2503
- __kind: "Btc";
2504
2504
  } | {
2505
- value: string;
2506
2505
  __kind: "Arb";
2507
- } | {
2508
2506
  value: string;
2509
- __kind: "Sol";
2510
2507
  } | {
2508
+ __kind: "Sol";
2511
2509
  value: string;
2510
+ } | {
2512
2511
  __kind: "Hub";
2512
+ value: string;
2513
2513
  } | null | undefined;
2514
2514
  } | null | undefined;
2515
2515
  brokerFee?: {
@@ -2523,7 +2523,6 @@ declare const ethereumIngressEgressDepositFailedEvent: _$_chainflip_processor_ev
2523
2523
  };
2524
2524
  }>]>;
2525
2525
  }, "strip", z.ZodTypeAny, {
2526
- blockHeight: bigint;
2527
2526
  reason: {
2528
2527
  __kind: "BelowMinimumDeposit";
2529
2528
  } | {
@@ -2531,6 +2530,7 @@ declare const ethereumIngressEgressDepositFailedEvent: _$_chainflip_processor_ev
2531
2530
  } | {
2532
2531
  __kind: "TransactionRejectedByBroker";
2533
2532
  } | {
2533
+ __kind: "DepositWitnessRejected";
2534
2534
  value: {
2535
2535
  __kind: "Other";
2536
2536
  } | {
@@ -2538,11 +2538,11 @@ declare const ethereumIngressEgressDepositFailedEvent: _$_chainflip_processor_ev
2538
2538
  } | {
2539
2539
  __kind: "BadOrigin";
2540
2540
  } | {
2541
+ __kind: "Module";
2541
2542
  value: {
2542
2543
  index: number;
2543
2544
  error: `0x${string}`;
2544
2545
  };
2545
- __kind: "Module";
2546
2546
  } | {
2547
2547
  __kind: "ConsumerRemaining";
2548
2548
  } | {
@@ -2550,14 +2550,14 @@ declare const ethereumIngressEgressDepositFailedEvent: _$_chainflip_processor_ev
2550
2550
  } | {
2551
2551
  __kind: "TooManyConsumers";
2552
2552
  } | {
2553
- value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
2554
2553
  __kind: "Token";
2554
+ value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
2555
2555
  } | {
2556
- value: "Underflow" | "Overflow" | "DivisionByZero";
2557
2556
  __kind: "Arithmetic";
2557
+ value: "Underflow" | "Overflow" | "DivisionByZero";
2558
2558
  } | {
2559
- value: "LimitReached" | "NoLayer";
2560
2559
  __kind: "Transactional";
2560
+ value: "LimitReached" | "NoLayer";
2561
2561
  } | {
2562
2562
  __kind: "Exhausted";
2563
2563
  } | {
@@ -2567,15 +2567,15 @@ declare const ethereumIngressEgressDepositFailedEvent: _$_chainflip_processor_ev
2567
2567
  } | {
2568
2568
  __kind: "RootNotAllowed";
2569
2569
  };
2570
- __kind: "DepositWitnessRejected";
2571
2570
  } | {
2572
2571
  __kind: "Unrefundable";
2573
2572
  };
2573
+ blockHeight: bigint;
2574
2574
  details: {
2575
2575
  __kind: "DepositFailedDepositChannelVariantEthereum";
2576
2576
  depositWitness: {
2577
- depositAddress: `0x${string}`;
2578
2577
  asset: "Eth" | "Flip" | "Usdc" | "Usdt";
2578
+ depositAddress: `0x${string}`;
2579
2579
  amount: bigint;
2580
2580
  depositDetails: {
2581
2581
  txHashes?: `0x${string}`[] | null | undefined;
@@ -2584,13 +2584,13 @@ declare const ethereumIngressEgressDepositFailedEvent: _$_chainflip_processor_ev
2584
2584
  } | {
2585
2585
  __kind: "DepositFailedVaultVariantEthereum";
2586
2586
  vaultWitness: {
2587
+ txId: `0x${string}`;
2587
2588
  depositDetails: {
2588
2589
  txHashes?: `0x${string}`[] | null | undefined;
2589
2590
  };
2590
- boostFee: number;
2591
2591
  inputAsset: "Eth" | "Flip" | "Usdc" | "Usdt";
2592
2592
  depositAmount: bigint;
2593
- outputAsset: "HubDot" | "HubUsdt" | "HubUsdc" | "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc";
2593
+ outputAsset: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
2594
2594
  destinationAddress: {
2595
2595
  readonly chain: "Ethereum";
2596
2596
  readonly address: `0x${string}`;
@@ -2610,7 +2610,6 @@ declare const ethereumIngressEgressDepositFailedEvent: _$_chainflip_processor_ev
2610
2610
  readonly chain: "Assethub";
2611
2611
  readonly address: string;
2612
2612
  };
2613
- txId: `0x${string}`;
2614
2613
  affiliateFees: {
2615
2614
  account: number;
2616
2615
  bps: number;
@@ -2626,6 +2625,7 @@ declare const ethereumIngressEgressDepositFailedEvent: _$_chainflip_processor_ev
2626
2625
  } | null | undefined;
2627
2626
  maxOraclePriceSlippage?: number | null | undefined;
2628
2627
  };
2628
+ boostFee: number;
2629
2629
  depositAddress?: `0x${string}` | null | undefined;
2630
2630
  channelId?: bigint | null | undefined;
2631
2631
  depositMetadata?: {
@@ -2636,42 +2636,42 @@ declare const ethereumIngressEgressDepositFailedEvent: _$_chainflip_processor_ev
2636
2636
  };
2637
2637
  sourceChain: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
2638
2638
  sourceAddress?: {
2639
- value: `0x${string}`;
2640
2639
  __kind: "Eth";
2641
- } | {
2642
2640
  value: `0x${string}`;
2641
+ } | {
2643
2642
  __kind: "Dot";
2643
+ value: `0x${string}`;
2644
2644
  } | {
2645
+ __kind: "Btc";
2645
2646
  value: {
2646
- value: `0x${string}`;
2647
2647
  __kind: "P2PKH";
2648
- } | {
2649
2648
  value: `0x${string}`;
2650
- __kind: "P2SH";
2651
2649
  } | {
2650
+ __kind: "P2SH";
2652
2651
  value: `0x${string}`;
2653
- __kind: "P2WPKH";
2654
2652
  } | {
2653
+ __kind: "P2WPKH";
2655
2654
  value: `0x${string}`;
2656
- __kind: "P2WSH";
2657
2655
  } | {
2656
+ __kind: "P2WSH";
2658
2657
  value: `0x${string}`;
2658
+ } | {
2659
2659
  __kind: "Taproot";
2660
+ value: `0x${string}`;
2660
2661
  } | {
2661
2662
  __kind: "OtherSegwit";
2662
2663
  version: number;
2663
2664
  program: `0x${string}`;
2664
2665
  };
2665
- __kind: "Btc";
2666
2666
  } | {
2667
- value: `0x${string}`;
2668
2667
  __kind: "Arb";
2669
- } | {
2670
2668
  value: `0x${string}`;
2671
- __kind: "Sol";
2672
2669
  } | {
2670
+ __kind: "Sol";
2673
2671
  value: `0x${string}`;
2672
+ } | {
2674
2673
  __kind: "Hub";
2674
+ value: `0x${string}`;
2675
2675
  } | null | undefined;
2676
2676
  } | null | undefined;
2677
2677
  brokerFee?: {
@@ -2685,7 +2685,6 @@ declare const ethereumIngressEgressDepositFailedEvent: _$_chainflip_processor_ev
2685
2685
  };
2686
2686
  };
2687
2687
  }, {
2688
- blockHeight: string | number;
2689
2688
  reason: {
2690
2689
  __kind: "BelowMinimumDeposit";
2691
2690
  } | {
@@ -2693,6 +2692,7 @@ declare const ethereumIngressEgressDepositFailedEvent: _$_chainflip_processor_ev
2693
2692
  } | {
2694
2693
  __kind: "TransactionRejectedByBroker";
2695
2694
  } | {
2695
+ __kind: "DepositWitnessRejected";
2696
2696
  value: {
2697
2697
  __kind: "Other";
2698
2698
  } | {
@@ -2700,11 +2700,11 @@ declare const ethereumIngressEgressDepositFailedEvent: _$_chainflip_processor_ev
2700
2700
  } | {
2701
2701
  __kind: "BadOrigin";
2702
2702
  } | {
2703
+ __kind: "Module";
2703
2704
  value: {
2704
2705
  index: number;
2705
2706
  error: string;
2706
2707
  };
2707
- __kind: "Module";
2708
2708
  } | {
2709
2709
  __kind: "ConsumerRemaining";
2710
2710
  } | {
@@ -2712,20 +2712,20 @@ declare const ethereumIngressEgressDepositFailedEvent: _$_chainflip_processor_ev
2712
2712
  } | {
2713
2713
  __kind: "TooManyConsumers";
2714
2714
  } | {
2715
+ __kind: "Token";
2715
2716
  value: {
2716
2717
  __kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
2717
2718
  };
2718
- __kind: "Token";
2719
2719
  } | {
2720
+ __kind: "Arithmetic";
2720
2721
  value: {
2721
2722
  __kind: "Underflow" | "Overflow" | "DivisionByZero";
2722
2723
  };
2723
- __kind: "Arithmetic";
2724
2724
  } | {
2725
+ __kind: "Transactional";
2725
2726
  value: {
2726
2727
  __kind: "LimitReached" | "NoLayer";
2727
2728
  };
2728
- __kind: "Transactional";
2729
2729
  } | {
2730
2730
  __kind: "Exhausted";
2731
2731
  } | {
@@ -2735,17 +2735,17 @@ declare const ethereumIngressEgressDepositFailedEvent: _$_chainflip_processor_ev
2735
2735
  } | {
2736
2736
  __kind: "RootNotAllowed";
2737
2737
  };
2738
- __kind: "DepositWitnessRejected";
2739
2738
  } | {
2740
2739
  __kind: "Unrefundable";
2741
2740
  };
2741
+ blockHeight: string | number;
2742
2742
  details: {
2743
2743
  __kind: "DepositFailedDepositChannelVariantEthereum";
2744
2744
  depositWitness: {
2745
- depositAddress: string;
2746
2745
  asset: {
2747
2746
  __kind: "Eth" | "Flip" | "Usdc" | "Usdt";
2748
2747
  };
2748
+ depositAddress: string;
2749
2749
  amount: string | number;
2750
2750
  depositDetails: {
2751
2751
  txHashes?: string[] | null | undefined;
@@ -2754,22 +2754,21 @@ declare const ethereumIngressEgressDepositFailedEvent: _$_chainflip_processor_ev
2754
2754
  } | {
2755
2755
  __kind: "DepositFailedVaultVariantEthereum";
2756
2756
  vaultWitness: {
2757
+ txId: string;
2757
2758
  depositDetails: {
2758
2759
  txHashes?: string[] | null | undefined;
2759
2760
  };
2760
- boostFee: number;
2761
2761
  inputAsset: {
2762
2762
  __kind: "Eth" | "Flip" | "Usdc" | "Usdt";
2763
2763
  };
2764
2764
  depositAmount: string | number;
2765
2765
  outputAsset: {
2766
- __kind: "HubDot" | "HubUsdt" | "HubUsdc" | "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc";
2766
+ __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
2767
2767
  };
2768
2768
  destinationAddress: {
2769
- value: string;
2770
2769
  __kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
2770
+ value: string;
2771
2771
  };
2772
- txId: string;
2773
2772
  affiliateFees: {
2774
2773
  account: number;
2775
2774
  bps: number;
@@ -2785,6 +2784,7 @@ declare const ethereumIngressEgressDepositFailedEvent: _$_chainflip_processor_ev
2785
2784
  } | null | undefined;
2786
2785
  maxOraclePriceSlippage?: number | null | undefined;
2787
2786
  };
2787
+ boostFee: number;
2788
2788
  depositAddress?: string | null | undefined;
2789
2789
  channelId?: string | number | null | undefined;
2790
2790
  depositMetadata?: {
@@ -2797,42 +2797,42 @@ declare const ethereumIngressEgressDepositFailedEvent: _$_chainflip_processor_ev
2797
2797
  __kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
2798
2798
  };
2799
2799
  sourceAddress?: {
2800
- value: string;
2801
2800
  __kind: "Eth";
2802
- } | {
2803
2801
  value: string;
2802
+ } | {
2804
2803
  __kind: "Dot";
2804
+ value: string;
2805
2805
  } | {
2806
+ __kind: "Btc";
2806
2807
  value: {
2807
- value: string;
2808
2808
  __kind: "P2PKH";
2809
- } | {
2810
2809
  value: string;
2811
- __kind: "P2SH";
2812
2810
  } | {
2811
+ __kind: "P2SH";
2813
2812
  value: string;
2814
- __kind: "P2WPKH";
2815
2813
  } | {
2814
+ __kind: "P2WPKH";
2816
2815
  value: string;
2817
- __kind: "P2WSH";
2818
2816
  } | {
2817
+ __kind: "P2WSH";
2819
2818
  value: string;
2819
+ } | {
2820
2820
  __kind: "Taproot";
2821
+ value: string;
2821
2822
  } | {
2822
2823
  __kind: "OtherSegwit";
2823
2824
  version: number;
2824
2825
  program: string;
2825
2826
  };
2826
- __kind: "Btc";
2827
2827
  } | {
2828
- value: string;
2829
2828
  __kind: "Arb";
2830
- } | {
2831
2829
  value: string;
2832
- __kind: "Sol";
2833
2830
  } | {
2831
+ __kind: "Sol";
2834
2832
  value: string;
2833
+ } | {
2835
2834
  __kind: "Hub";
2835
+ value: string;
2836
2836
  } | null | undefined;
2837
2837
  } | null | undefined;
2838
2838
  brokerFee?: {