@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 polkadotIngressEgressDepositFailed: 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 polkadotIngressEgressDepositFailed: 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 polkadotIngressEgressDepositFailed: 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 polkadotIngressEgressDepositFailed: 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 polkadotIngressEgressDepositFailed: 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 polkadotIngressEgressDepositFailed: 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 polkadotIngressEgressDepositFailed: 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 polkadotIngressEgressDepositFailed: 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 polkadotIngressEgressDepositFailed: 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 polkadotIngressEgressDepositFailed: 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 polkadotIngressEgressDepositFailed: 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, {
@@ -271,33 +271,33 @@ declare const polkadotIngressEgressDepositFailed: z.ZodObject<{
271
271
  amount: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
272
272
  depositDetails: z.ZodNumber;
273
273
  }, "strip", z.ZodTypeAny, {
274
- depositAddress: `0x${string}`;
275
274
  asset: "Dot";
275
+ depositAddress: `0x${string}`;
276
276
  amount: bigint;
277
277
  depositDetails: number;
278
278
  }, {
279
- depositAddress: string;
280
279
  asset: {
281
280
  __kind: "Dot";
282
281
  };
282
+ depositAddress: string;
283
283
  amount: string | number;
284
284
  depositDetails: number;
285
285
  }>;
286
286
  }, "strip", z.ZodTypeAny, {
287
287
  __kind: "DepositFailedDepositChannelVariantPolkadot";
288
288
  depositWitness: {
289
- depositAddress: `0x${string}`;
290
289
  asset: "Dot";
290
+ depositAddress: `0x${string}`;
291
291
  amount: bigint;
292
292
  depositDetails: number;
293
293
  };
294
294
  }, {
295
295
  __kind: "DepositFailedDepositChannelVariantPolkadot";
296
296
  depositWitness: {
297
- depositAddress: string;
298
297
  asset: {
299
298
  __kind: "Dot";
300
299
  };
300
+ depositAddress: string;
301
301
  amount: string | number;
302
302
  depositDetails: number;
303
303
  };
@@ -320,21 +320,21 @@ declare const polkadotIngressEgressDepositFailed: z.ZodObject<{
320
320
  outputAsset: z.ZodEffects<z.ZodObject<{
321
321
  __kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc", "HubDot", "HubUsdt", "HubUsdc"]>;
322
322
  }, "strip", z.ZodTypeAny, {
323
- __kind: "HubDot" | "HubUsdt" | "HubUsdc" | "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc";
323
+ __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
324
324
  }, {
325
- __kind: "HubDot" | "HubUsdt" | "HubUsdc" | "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc";
326
- }>, "HubDot" | "HubUsdt" | "HubUsdc" | "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc", {
327
- __kind: "HubDot" | "HubUsdt" | "HubUsdc" | "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc";
325
+ __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
326
+ }>, "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc", {
327
+ __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
328
328
  }>;
329
329
  destinationAddress: z.ZodEffects<z.ZodObject<{
330
330
  __kind: z.ZodEnum<["Eth", "Dot", "Btc", "Arb", "Sol", "Hub"]>;
331
331
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
332
332
  }, "strip", z.ZodTypeAny, {
333
- value: `0x${string}`;
334
333
  __kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
334
+ value: `0x${string}`;
335
335
  }, {
336
- value: string;
337
336
  __kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
337
+ value: string;
338
338
  }>, {
339
339
  readonly chain: "Ethereum";
340
340
  readonly address: `0x${string}`;
@@ -354,8 +354,8 @@ declare const polkadotIngressEgressDepositFailed: z.ZodObject<{
354
354
  readonly chain: "Assethub";
355
355
  readonly address: string;
356
356
  }, {
357
- value: string;
358
357
  __kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
358
+ value: string;
359
359
  }>;
360
360
  depositMetadata: z.ZodOptional<z.ZodNullable<z.ZodObject<{
361
361
  channelMetadata: z.ZodObject<{
@@ -384,67 +384,67 @@ declare const polkadotIngressEgressDepositFailed: z.ZodObject<{
384
384
  __kind: z.ZodLiteral<"Eth">;
385
385
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
386
386
  }, "strip", z.ZodTypeAny, {
387
- value: `0x${string}`;
388
387
  __kind: "Eth";
388
+ value: `0x${string}`;
389
389
  }, {
390
- value: string;
391
390
  __kind: "Eth";
391
+ value: string;
392
392
  }>, z.ZodObject<{
393
393
  __kind: z.ZodLiteral<"Dot">;
394
394
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
395
395
  }, "strip", z.ZodTypeAny, {
396
- value: `0x${string}`;
397
396
  __kind: "Dot";
397
+ value: `0x${string}`;
398
398
  }, {
399
- value: string;
400
399
  __kind: "Dot";
400
+ value: string;
401
401
  }>, z.ZodObject<{
402
402
  __kind: z.ZodLiteral<"Btc">;
403
403
  value: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
404
404
  __kind: z.ZodLiteral<"P2PKH">;
405
405
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
406
406
  }, "strip", z.ZodTypeAny, {
407
- value: `0x${string}`;
408
407
  __kind: "P2PKH";
408
+ value: `0x${string}`;
409
409
  }, {
410
- value: string;
411
410
  __kind: "P2PKH";
411
+ value: string;
412
412
  }>, z.ZodObject<{
413
413
  __kind: z.ZodLiteral<"P2SH">;
414
414
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
415
415
  }, "strip", z.ZodTypeAny, {
416
- value: `0x${string}`;
417
416
  __kind: "P2SH";
417
+ value: `0x${string}`;
418
418
  }, {
419
- value: string;
420
419
  __kind: "P2SH";
420
+ value: string;
421
421
  }>, z.ZodObject<{
422
422
  __kind: z.ZodLiteral<"P2WPKH">;
423
423
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
424
424
  }, "strip", z.ZodTypeAny, {
425
- value: `0x${string}`;
426
425
  __kind: "P2WPKH";
426
+ value: `0x${string}`;
427
427
  }, {
428
- value: string;
429
428
  __kind: "P2WPKH";
429
+ value: string;
430
430
  }>, z.ZodObject<{
431
431
  __kind: z.ZodLiteral<"P2WSH">;
432
432
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
433
433
  }, "strip", z.ZodTypeAny, {
434
- value: `0x${string}`;
435
434
  __kind: "P2WSH";
435
+ value: `0x${string}`;
436
436
  }, {
437
- value: string;
438
437
  __kind: "P2WSH";
438
+ value: string;
439
439
  }>, z.ZodObject<{
440
440
  __kind: z.ZodLiteral<"Taproot">;
441
441
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
442
442
  }, "strip", z.ZodTypeAny, {
443
- value: `0x${string}`;
444
443
  __kind: "Taproot";
444
+ value: `0x${string}`;
445
445
  }, {
446
- value: string;
447
446
  __kind: "Taproot";
447
+ value: string;
448
448
  }>, z.ZodObject<{
449
449
  __kind: z.ZodLiteral<"OtherSegwit">;
450
450
  version: z.ZodNumber;
@@ -459,76 +459,76 @@ declare const polkadotIngressEgressDepositFailed: z.ZodObject<{
459
459
  program: string;
460
460
  }>]>;
461
461
  }, "strip", z.ZodTypeAny, {
462
+ __kind: "Btc";
462
463
  value: {
463
- value: `0x${string}`;
464
464
  __kind: "P2PKH";
465
- } | {
466
465
  value: `0x${string}`;
467
- __kind: "P2SH";
468
466
  } | {
467
+ __kind: "P2SH";
469
468
  value: `0x${string}`;
470
- __kind: "P2WPKH";
471
469
  } | {
470
+ __kind: "P2WPKH";
472
471
  value: `0x${string}`;
473
- __kind: "P2WSH";
474
472
  } | {
473
+ __kind: "P2WSH";
475
474
  value: `0x${string}`;
475
+ } | {
476
476
  __kind: "Taproot";
477
+ value: `0x${string}`;
477
478
  } | {
478
479
  __kind: "OtherSegwit";
479
480
  version: number;
480
481
  program: `0x${string}`;
481
482
  };
482
- __kind: "Btc";
483
483
  }, {
484
+ __kind: "Btc";
484
485
  value: {
485
- value: string;
486
486
  __kind: "P2PKH";
487
- } | {
488
487
  value: string;
489
- __kind: "P2SH";
490
488
  } | {
489
+ __kind: "P2SH";
491
490
  value: string;
492
- __kind: "P2WPKH";
493
491
  } | {
492
+ __kind: "P2WPKH";
494
493
  value: string;
495
- __kind: "P2WSH";
496
494
  } | {
495
+ __kind: "P2WSH";
497
496
  value: string;
497
+ } | {
498
498
  __kind: "Taproot";
499
+ value: string;
499
500
  } | {
500
501
  __kind: "OtherSegwit";
501
502
  version: number;
502
503
  program: string;
503
504
  };
504
- __kind: "Btc";
505
505
  }>, z.ZodObject<{
506
506
  __kind: z.ZodLiteral<"Arb">;
507
507
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
508
508
  }, "strip", z.ZodTypeAny, {
509
- value: `0x${string}`;
510
509
  __kind: "Arb";
510
+ value: `0x${string}`;
511
511
  }, {
512
- value: string;
513
512
  __kind: "Arb";
513
+ value: string;
514
514
  }>, z.ZodObject<{
515
515
  __kind: z.ZodLiteral<"Sol">;
516
516
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
517
517
  }, "strip", z.ZodTypeAny, {
518
- value: `0x${string}`;
519
518
  __kind: "Sol";
519
+ value: `0x${string}`;
520
520
  }, {
521
- value: string;
522
521
  __kind: "Sol";
522
+ value: string;
523
523
  }>, z.ZodObject<{
524
524
  __kind: z.ZodLiteral<"Hub">;
525
525
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
526
526
  }, "strip", z.ZodTypeAny, {
527
- value: `0x${string}`;
528
527
  __kind: "Hub";
528
+ value: `0x${string}`;
529
529
  }, {
530
- value: string;
531
530
  __kind: "Hub";
531
+ value: string;
532
532
  }>]>>>;
533
533
  }, "strip", z.ZodTypeAny, {
534
534
  channelMetadata: {
@@ -538,42 +538,42 @@ declare const polkadotIngressEgressDepositFailed: z.ZodObject<{
538
538
  };
539
539
  sourceChain: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
540
540
  sourceAddress?: {
541
- value: `0x${string}`;
542
541
  __kind: "Eth";
543
- } | {
544
542
  value: `0x${string}`;
543
+ } | {
545
544
  __kind: "Dot";
545
+ value: `0x${string}`;
546
546
  } | {
547
+ __kind: "Btc";
547
548
  value: {
548
- value: `0x${string}`;
549
549
  __kind: "P2PKH";
550
- } | {
551
550
  value: `0x${string}`;
552
- __kind: "P2SH";
553
551
  } | {
552
+ __kind: "P2SH";
554
553
  value: `0x${string}`;
555
- __kind: "P2WPKH";
556
554
  } | {
555
+ __kind: "P2WPKH";
557
556
  value: `0x${string}`;
558
- __kind: "P2WSH";
559
557
  } | {
558
+ __kind: "P2WSH";
560
559
  value: `0x${string}`;
560
+ } | {
561
561
  __kind: "Taproot";
562
+ value: `0x${string}`;
562
563
  } | {
563
564
  __kind: "OtherSegwit";
564
565
  version: number;
565
566
  program: `0x${string}`;
566
567
  };
567
- __kind: "Btc";
568
568
  } | {
569
- value: `0x${string}`;
570
569
  __kind: "Arb";
571
- } | {
572
570
  value: `0x${string}`;
573
- __kind: "Sol";
574
571
  } | {
572
+ __kind: "Sol";
575
573
  value: `0x${string}`;
574
+ } | {
576
575
  __kind: "Hub";
576
+ value: `0x${string}`;
577
577
  } | null | undefined;
578
578
  }, {
579
579
  channelMetadata: {
@@ -585,42 +585,42 @@ declare const polkadotIngressEgressDepositFailed: z.ZodObject<{
585
585
  __kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
586
586
  };
587
587
  sourceAddress?: {
588
- value: string;
589
588
  __kind: "Eth";
590
- } | {
591
589
  value: string;
590
+ } | {
592
591
  __kind: "Dot";
592
+ value: string;
593
593
  } | {
594
+ __kind: "Btc";
594
595
  value: {
595
- value: string;
596
596
  __kind: "P2PKH";
597
- } | {
598
597
  value: string;
599
- __kind: "P2SH";
600
598
  } | {
599
+ __kind: "P2SH";
601
600
  value: string;
602
- __kind: "P2WPKH";
603
601
  } | {
602
+ __kind: "P2WPKH";
604
603
  value: string;
605
- __kind: "P2WSH";
606
604
  } | {
605
+ __kind: "P2WSH";
607
606
  value: string;
607
+ } | {
608
608
  __kind: "Taproot";
609
+ value: string;
609
610
  } | {
610
611
  __kind: "OtherSegwit";
611
612
  version: number;
612
613
  program: string;
613
614
  };
614
- __kind: "Btc";
615
615
  } | {
616
- value: string;
617
616
  __kind: "Arb";
618
- } | {
619
617
  value: string;
620
- __kind: "Sol";
621
618
  } | {
619
+ __kind: "Sol";
622
620
  value: string;
621
+ } | {
623
622
  __kind: "Hub";
623
+ value: string;
624
624
  } | null | undefined;
625
625
  }>>>;
626
626
  txId: z.ZodObject<{
@@ -704,11 +704,14 @@ declare const polkadotIngressEgressDepositFailed: z.ZodObject<{
704
704
  }>>>;
705
705
  boostFee: z.ZodNumber;
706
706
  }, "strip", z.ZodTypeAny, {
707
+ txId: {
708
+ blockNumber: number;
709
+ extrinsicIndex: number;
710
+ };
707
711
  depositDetails: number;
708
- boostFee: number;
709
712
  inputAsset: "Dot";
710
713
  depositAmount: bigint;
711
- outputAsset: "HubDot" | "HubUsdt" | "HubUsdc" | "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc";
714
+ outputAsset: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
712
715
  destinationAddress: {
713
716
  readonly chain: "Ethereum";
714
717
  readonly address: `0x${string}`;
@@ -728,10 +731,6 @@ declare const polkadotIngressEgressDepositFailed: z.ZodObject<{
728
731
  readonly chain: "Assethub";
729
732
  readonly address: string;
730
733
  };
731
- txId: {
732
- blockNumber: number;
733
- extrinsicIndex: number;
734
- };
735
734
  affiliateFees: {
736
735
  account: number;
737
736
  bps: number;
@@ -747,6 +746,7 @@ declare const polkadotIngressEgressDepositFailed: z.ZodObject<{
747
746
  } | null | undefined;
748
747
  maxOraclePriceSlippage?: number | null | undefined;
749
748
  };
749
+ boostFee: number;
750
750
  depositAddress?: `0x${string}` | null | undefined;
751
751
  channelId?: bigint | null | undefined;
752
752
  depositMetadata?: {
@@ -757,42 +757,42 @@ declare const polkadotIngressEgressDepositFailed: z.ZodObject<{
757
757
  };
758
758
  sourceChain: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
759
759
  sourceAddress?: {
760
- value: `0x${string}`;
761
760
  __kind: "Eth";
762
- } | {
763
761
  value: `0x${string}`;
762
+ } | {
764
763
  __kind: "Dot";
764
+ value: `0x${string}`;
765
765
  } | {
766
+ __kind: "Btc";
766
767
  value: {
767
- value: `0x${string}`;
768
768
  __kind: "P2PKH";
769
- } | {
770
769
  value: `0x${string}`;
771
- __kind: "P2SH";
772
770
  } | {
771
+ __kind: "P2SH";
773
772
  value: `0x${string}`;
774
- __kind: "P2WPKH";
775
773
  } | {
774
+ __kind: "P2WPKH";
776
775
  value: `0x${string}`;
777
- __kind: "P2WSH";
778
776
  } | {
777
+ __kind: "P2WSH";
779
778
  value: `0x${string}`;
779
+ } | {
780
780
  __kind: "Taproot";
781
+ value: `0x${string}`;
781
782
  } | {
782
783
  __kind: "OtherSegwit";
783
784
  version: number;
784
785
  program: `0x${string}`;
785
786
  };
786
- __kind: "Btc";
787
787
  } | {
788
- value: `0x${string}`;
789
788
  __kind: "Arb";
790
- } | {
791
789
  value: `0x${string}`;
792
- __kind: "Sol";
793
790
  } | {
791
+ __kind: "Sol";
794
792
  value: `0x${string}`;
793
+ } | {
795
794
  __kind: "Hub";
795
+ value: `0x${string}`;
796
796
  } | null | undefined;
797
797
  } | null | undefined;
798
798
  brokerFee?: {
@@ -804,22 +804,21 @@ declare const polkadotIngressEgressDepositFailed: z.ZodObject<{
804
804
  chunkInterval: number;
805
805
  } | null | undefined;
806
806
  }, {
807
+ txId: {
808
+ blockNumber: number;
809
+ extrinsicIndex: number;
810
+ };
807
811
  depositDetails: number;
808
- boostFee: number;
809
812
  inputAsset: {
810
813
  __kind: "Dot";
811
814
  };
812
815
  depositAmount: string | number;
813
816
  outputAsset: {
814
- __kind: "HubDot" | "HubUsdt" | "HubUsdc" | "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc";
817
+ __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
815
818
  };
816
819
  destinationAddress: {
817
- value: string;
818
820
  __kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
819
- };
820
- txId: {
821
- blockNumber: number;
822
- extrinsicIndex: number;
821
+ value: string;
823
822
  };
824
823
  affiliateFees: {
825
824
  account: number;
@@ -836,6 +835,7 @@ declare const polkadotIngressEgressDepositFailed: z.ZodObject<{
836
835
  } | null | undefined;
837
836
  maxOraclePriceSlippage?: number | null | undefined;
838
837
  };
838
+ boostFee: number;
839
839
  depositAddress?: string | null | undefined;
840
840
  channelId?: string | number | null | undefined;
841
841
  depositMetadata?: {
@@ -848,42 +848,42 @@ declare const polkadotIngressEgressDepositFailed: z.ZodObject<{
848
848
  __kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
849
849
  };
850
850
  sourceAddress?: {
851
- value: string;
852
851
  __kind: "Eth";
853
- } | {
854
852
  value: string;
853
+ } | {
855
854
  __kind: "Dot";
855
+ value: string;
856
856
  } | {
857
+ __kind: "Btc";
857
858
  value: {
858
- value: string;
859
859
  __kind: "P2PKH";
860
- } | {
861
860
  value: string;
862
- __kind: "P2SH";
863
861
  } | {
862
+ __kind: "P2SH";
864
863
  value: string;
865
- __kind: "P2WPKH";
866
864
  } | {
865
+ __kind: "P2WPKH";
867
866
  value: string;
868
- __kind: "P2WSH";
869
867
  } | {
868
+ __kind: "P2WSH";
870
869
  value: string;
870
+ } | {
871
871
  __kind: "Taproot";
872
+ value: string;
872
873
  } | {
873
874
  __kind: "OtherSegwit";
874
875
  version: number;
875
876
  program: string;
876
877
  };
877
- __kind: "Btc";
878
878
  } | {
879
- value: string;
880
879
  __kind: "Arb";
881
- } | {
882
880
  value: string;
883
- __kind: "Sol";
884
881
  } | {
882
+ __kind: "Sol";
885
883
  value: string;
884
+ } | {
886
885
  __kind: "Hub";
886
+ value: string;
887
887
  } | null | undefined;
888
888
  } | null | undefined;
889
889
  brokerFee?: {
@@ -898,11 +898,14 @@ declare const polkadotIngressEgressDepositFailed: z.ZodObject<{
898
898
  }, "strip", z.ZodTypeAny, {
899
899
  __kind: "DepositFailedVaultVariantPolkadot";
900
900
  vaultWitness: {
901
+ txId: {
902
+ blockNumber: number;
903
+ extrinsicIndex: number;
904
+ };
901
905
  depositDetails: number;
902
- boostFee: number;
903
906
  inputAsset: "Dot";
904
907
  depositAmount: bigint;
905
- outputAsset: "HubDot" | "HubUsdt" | "HubUsdc" | "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc";
908
+ outputAsset: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
906
909
  destinationAddress: {
907
910
  readonly chain: "Ethereum";
908
911
  readonly address: `0x${string}`;
@@ -922,10 +925,6 @@ declare const polkadotIngressEgressDepositFailed: z.ZodObject<{
922
925
  readonly chain: "Assethub";
923
926
  readonly address: string;
924
927
  };
925
- txId: {
926
- blockNumber: number;
927
- extrinsicIndex: number;
928
- };
929
928
  affiliateFees: {
930
929
  account: number;
931
930
  bps: number;
@@ -941,6 +940,7 @@ declare const polkadotIngressEgressDepositFailed: z.ZodObject<{
941
940
  } | null | undefined;
942
941
  maxOraclePriceSlippage?: number | null | undefined;
943
942
  };
943
+ boostFee: number;
944
944
  depositAddress?: `0x${string}` | null | undefined;
945
945
  channelId?: bigint | null | undefined;
946
946
  depositMetadata?: {
@@ -951,42 +951,42 @@ declare const polkadotIngressEgressDepositFailed: z.ZodObject<{
951
951
  };
952
952
  sourceChain: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
953
953
  sourceAddress?: {
954
- value: `0x${string}`;
955
954
  __kind: "Eth";
956
- } | {
957
955
  value: `0x${string}`;
956
+ } | {
958
957
  __kind: "Dot";
958
+ value: `0x${string}`;
959
959
  } | {
960
+ __kind: "Btc";
960
961
  value: {
961
- value: `0x${string}`;
962
962
  __kind: "P2PKH";
963
- } | {
964
963
  value: `0x${string}`;
965
- __kind: "P2SH";
966
964
  } | {
965
+ __kind: "P2SH";
967
966
  value: `0x${string}`;
968
- __kind: "P2WPKH";
969
967
  } | {
968
+ __kind: "P2WPKH";
970
969
  value: `0x${string}`;
971
- __kind: "P2WSH";
972
970
  } | {
971
+ __kind: "P2WSH";
973
972
  value: `0x${string}`;
973
+ } | {
974
974
  __kind: "Taproot";
975
+ value: `0x${string}`;
975
976
  } | {
976
977
  __kind: "OtherSegwit";
977
978
  version: number;
978
979
  program: `0x${string}`;
979
980
  };
980
- __kind: "Btc";
981
981
  } | {
982
- value: `0x${string}`;
983
982
  __kind: "Arb";
984
- } | {
985
983
  value: `0x${string}`;
986
- __kind: "Sol";
987
984
  } | {
985
+ __kind: "Sol";
988
986
  value: `0x${string}`;
987
+ } | {
989
988
  __kind: "Hub";
989
+ value: `0x${string}`;
990
990
  } | null | undefined;
991
991
  } | null | undefined;
992
992
  brokerFee?: {
@@ -1001,22 +1001,21 @@ declare const polkadotIngressEgressDepositFailed: z.ZodObject<{
1001
1001
  }, {
1002
1002
  __kind: "DepositFailedVaultVariantPolkadot";
1003
1003
  vaultWitness: {
1004
+ txId: {
1005
+ blockNumber: number;
1006
+ extrinsicIndex: number;
1007
+ };
1004
1008
  depositDetails: number;
1005
- boostFee: number;
1006
1009
  inputAsset: {
1007
1010
  __kind: "Dot";
1008
1011
  };
1009
1012
  depositAmount: string | number;
1010
1013
  outputAsset: {
1011
- __kind: "HubDot" | "HubUsdt" | "HubUsdc" | "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc";
1014
+ __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
1012
1015
  };
1013
1016
  destinationAddress: {
1014
- value: string;
1015
1017
  __kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
1016
- };
1017
- txId: {
1018
- blockNumber: number;
1019
- extrinsicIndex: number;
1018
+ value: string;
1020
1019
  };
1021
1020
  affiliateFees: {
1022
1021
  account: number;
@@ -1033,6 +1032,7 @@ declare const polkadotIngressEgressDepositFailed: z.ZodObject<{
1033
1032
  } | null | undefined;
1034
1033
  maxOraclePriceSlippage?: number | null | undefined;
1035
1034
  };
1035
+ boostFee: number;
1036
1036
  depositAddress?: string | null | undefined;
1037
1037
  channelId?: string | number | null | undefined;
1038
1038
  depositMetadata?: {
@@ -1045,42 +1045,42 @@ declare const polkadotIngressEgressDepositFailed: z.ZodObject<{
1045
1045
  __kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
1046
1046
  };
1047
1047
  sourceAddress?: {
1048
- value: string;
1049
1048
  __kind: "Eth";
1050
- } | {
1051
1049
  value: string;
1050
+ } | {
1052
1051
  __kind: "Dot";
1052
+ value: string;
1053
1053
  } | {
1054
+ __kind: "Btc";
1054
1055
  value: {
1055
- value: string;
1056
1056
  __kind: "P2PKH";
1057
- } | {
1058
1057
  value: string;
1059
- __kind: "P2SH";
1060
1058
  } | {
1059
+ __kind: "P2SH";
1061
1060
  value: string;
1062
- __kind: "P2WPKH";
1063
1061
  } | {
1062
+ __kind: "P2WPKH";
1064
1063
  value: string;
1065
- __kind: "P2WSH";
1066
1064
  } | {
1065
+ __kind: "P2WSH";
1067
1066
  value: string;
1067
+ } | {
1068
1068
  __kind: "Taproot";
1069
+ value: string;
1069
1070
  } | {
1070
1071
  __kind: "OtherSegwit";
1071
1072
  version: number;
1072
1073
  program: string;
1073
1074
  };
1074
- __kind: "Btc";
1075
1075
  } | {
1076
- value: string;
1077
1076
  __kind: "Arb";
1078
- } | {
1079
1077
  value: string;
1080
- __kind: "Sol";
1081
1078
  } | {
1079
+ __kind: "Sol";
1082
1080
  value: string;
1081
+ } | {
1083
1082
  __kind: "Hub";
1083
+ value: string;
1084
1084
  } | null | undefined;
1085
1085
  } | null | undefined;
1086
1086
  brokerFee?: {
@@ -1094,7 +1094,6 @@ declare const polkadotIngressEgressDepositFailed: z.ZodObject<{
1094
1094
  };
1095
1095
  }>]>;
1096
1096
  }, "strip", z.ZodTypeAny, {
1097
- blockHeight: number;
1098
1097
  reason: {
1099
1098
  __kind: "BelowMinimumDeposit";
1100
1099
  } | {
@@ -1102,6 +1101,7 @@ declare const polkadotIngressEgressDepositFailed: z.ZodObject<{
1102
1101
  } | {
1103
1102
  __kind: "TransactionRejectedByBroker";
1104
1103
  } | {
1104
+ __kind: "DepositWitnessRejected";
1105
1105
  value: {
1106
1106
  __kind: "Other";
1107
1107
  } | {
@@ -1109,11 +1109,11 @@ declare const polkadotIngressEgressDepositFailed: z.ZodObject<{
1109
1109
  } | {
1110
1110
  __kind: "BadOrigin";
1111
1111
  } | {
1112
+ __kind: "Module";
1112
1113
  value: {
1113
1114
  index: number;
1114
1115
  error: `0x${string}`;
1115
1116
  };
1116
- __kind: "Module";
1117
1117
  } | {
1118
1118
  __kind: "ConsumerRemaining";
1119
1119
  } | {
@@ -1121,14 +1121,14 @@ declare const polkadotIngressEgressDepositFailed: z.ZodObject<{
1121
1121
  } | {
1122
1122
  __kind: "TooManyConsumers";
1123
1123
  } | {
1124
- value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
1125
1124
  __kind: "Token";
1125
+ value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
1126
1126
  } | {
1127
- value: "Underflow" | "Overflow" | "DivisionByZero";
1128
1127
  __kind: "Arithmetic";
1128
+ value: "Underflow" | "Overflow" | "DivisionByZero";
1129
1129
  } | {
1130
- value: "LimitReached" | "NoLayer";
1131
1130
  __kind: "Transactional";
1131
+ value: "LimitReached" | "NoLayer";
1132
1132
  } | {
1133
1133
  __kind: "Exhausted";
1134
1134
  } | {
@@ -1138,26 +1138,29 @@ declare const polkadotIngressEgressDepositFailed: z.ZodObject<{
1138
1138
  } | {
1139
1139
  __kind: "RootNotAllowed";
1140
1140
  };
1141
- __kind: "DepositWitnessRejected";
1142
1141
  } | {
1143
1142
  __kind: "Unrefundable";
1144
1143
  };
1144
+ blockHeight: number;
1145
1145
  details: {
1146
1146
  __kind: "DepositFailedDepositChannelVariantPolkadot";
1147
1147
  depositWitness: {
1148
- depositAddress: `0x${string}`;
1149
1148
  asset: "Dot";
1149
+ depositAddress: `0x${string}`;
1150
1150
  amount: bigint;
1151
1151
  depositDetails: number;
1152
1152
  };
1153
1153
  } | {
1154
1154
  __kind: "DepositFailedVaultVariantPolkadot";
1155
1155
  vaultWitness: {
1156
+ txId: {
1157
+ blockNumber: number;
1158
+ extrinsicIndex: number;
1159
+ };
1156
1160
  depositDetails: number;
1157
- boostFee: number;
1158
1161
  inputAsset: "Dot";
1159
1162
  depositAmount: bigint;
1160
- outputAsset: "HubDot" | "HubUsdt" | "HubUsdc" | "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc";
1163
+ outputAsset: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
1161
1164
  destinationAddress: {
1162
1165
  readonly chain: "Ethereum";
1163
1166
  readonly address: `0x${string}`;
@@ -1177,10 +1180,6 @@ declare const polkadotIngressEgressDepositFailed: z.ZodObject<{
1177
1180
  readonly chain: "Assethub";
1178
1181
  readonly address: string;
1179
1182
  };
1180
- txId: {
1181
- blockNumber: number;
1182
- extrinsicIndex: number;
1183
- };
1184
1183
  affiliateFees: {
1185
1184
  account: number;
1186
1185
  bps: number;
@@ -1196,6 +1195,7 @@ declare const polkadotIngressEgressDepositFailed: z.ZodObject<{
1196
1195
  } | null | undefined;
1197
1196
  maxOraclePriceSlippage?: number | null | undefined;
1198
1197
  };
1198
+ boostFee: number;
1199
1199
  depositAddress?: `0x${string}` | null | undefined;
1200
1200
  channelId?: bigint | null | undefined;
1201
1201
  depositMetadata?: {
@@ -1206,42 +1206,42 @@ declare const polkadotIngressEgressDepositFailed: z.ZodObject<{
1206
1206
  };
1207
1207
  sourceChain: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
1208
1208
  sourceAddress?: {
1209
- value: `0x${string}`;
1210
1209
  __kind: "Eth";
1211
- } | {
1212
1210
  value: `0x${string}`;
1211
+ } | {
1213
1212
  __kind: "Dot";
1213
+ value: `0x${string}`;
1214
1214
  } | {
1215
+ __kind: "Btc";
1215
1216
  value: {
1216
- value: `0x${string}`;
1217
1217
  __kind: "P2PKH";
1218
- } | {
1219
1218
  value: `0x${string}`;
1220
- __kind: "P2SH";
1221
1219
  } | {
1220
+ __kind: "P2SH";
1222
1221
  value: `0x${string}`;
1223
- __kind: "P2WPKH";
1224
1222
  } | {
1223
+ __kind: "P2WPKH";
1225
1224
  value: `0x${string}`;
1226
- __kind: "P2WSH";
1227
1225
  } | {
1226
+ __kind: "P2WSH";
1228
1227
  value: `0x${string}`;
1228
+ } | {
1229
1229
  __kind: "Taproot";
1230
+ value: `0x${string}`;
1230
1231
  } | {
1231
1232
  __kind: "OtherSegwit";
1232
1233
  version: number;
1233
1234
  program: `0x${string}`;
1234
1235
  };
1235
- __kind: "Btc";
1236
1236
  } | {
1237
- value: `0x${string}`;
1238
1237
  __kind: "Arb";
1239
- } | {
1240
1238
  value: `0x${string}`;
1241
- __kind: "Sol";
1242
1239
  } | {
1240
+ __kind: "Sol";
1243
1241
  value: `0x${string}`;
1242
+ } | {
1244
1243
  __kind: "Hub";
1244
+ value: `0x${string}`;
1245
1245
  } | null | undefined;
1246
1246
  } | null | undefined;
1247
1247
  brokerFee?: {
@@ -1255,7 +1255,6 @@ declare const polkadotIngressEgressDepositFailed: z.ZodObject<{
1255
1255
  };
1256
1256
  };
1257
1257
  }, {
1258
- blockHeight: number;
1259
1258
  reason: {
1260
1259
  __kind: "BelowMinimumDeposit";
1261
1260
  } | {
@@ -1263,6 +1262,7 @@ declare const polkadotIngressEgressDepositFailed: z.ZodObject<{
1263
1262
  } | {
1264
1263
  __kind: "TransactionRejectedByBroker";
1265
1264
  } | {
1265
+ __kind: "DepositWitnessRejected";
1266
1266
  value: {
1267
1267
  __kind: "Other";
1268
1268
  } | {
@@ -1270,11 +1270,11 @@ declare const polkadotIngressEgressDepositFailed: z.ZodObject<{
1270
1270
  } | {
1271
1271
  __kind: "BadOrigin";
1272
1272
  } | {
1273
+ __kind: "Module";
1273
1274
  value: {
1274
1275
  index: number;
1275
1276
  error: string;
1276
1277
  };
1277
- __kind: "Module";
1278
1278
  } | {
1279
1279
  __kind: "ConsumerRemaining";
1280
1280
  } | {
@@ -1282,20 +1282,20 @@ declare const polkadotIngressEgressDepositFailed: z.ZodObject<{
1282
1282
  } | {
1283
1283
  __kind: "TooManyConsumers";
1284
1284
  } | {
1285
+ __kind: "Token";
1285
1286
  value: {
1286
1287
  __kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
1287
1288
  };
1288
- __kind: "Token";
1289
1289
  } | {
1290
+ __kind: "Arithmetic";
1290
1291
  value: {
1291
1292
  __kind: "Underflow" | "Overflow" | "DivisionByZero";
1292
1293
  };
1293
- __kind: "Arithmetic";
1294
1294
  } | {
1295
+ __kind: "Transactional";
1295
1296
  value: {
1296
1297
  __kind: "LimitReached" | "NoLayer";
1297
1298
  };
1298
- __kind: "Transactional";
1299
1299
  } | {
1300
1300
  __kind: "Exhausted";
1301
1301
  } | {
@@ -1305,39 +1305,38 @@ declare const polkadotIngressEgressDepositFailed: z.ZodObject<{
1305
1305
  } | {
1306
1306
  __kind: "RootNotAllowed";
1307
1307
  };
1308
- __kind: "DepositWitnessRejected";
1309
1308
  } | {
1310
1309
  __kind: "Unrefundable";
1311
1310
  };
1311
+ blockHeight: number;
1312
1312
  details: {
1313
1313
  __kind: "DepositFailedDepositChannelVariantPolkadot";
1314
1314
  depositWitness: {
1315
- depositAddress: string;
1316
1315
  asset: {
1317
1316
  __kind: "Dot";
1318
1317
  };
1318
+ depositAddress: string;
1319
1319
  amount: string | number;
1320
1320
  depositDetails: number;
1321
1321
  };
1322
1322
  } | {
1323
1323
  __kind: "DepositFailedVaultVariantPolkadot";
1324
1324
  vaultWitness: {
1325
+ txId: {
1326
+ blockNumber: number;
1327
+ extrinsicIndex: number;
1328
+ };
1325
1329
  depositDetails: number;
1326
- boostFee: number;
1327
1330
  inputAsset: {
1328
1331
  __kind: "Dot";
1329
1332
  };
1330
1333
  depositAmount: string | number;
1331
1334
  outputAsset: {
1332
- __kind: "HubDot" | "HubUsdt" | "HubUsdc" | "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc";
1335
+ __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
1333
1336
  };
1334
1337
  destinationAddress: {
1335
- value: string;
1336
1338
  __kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
1337
- };
1338
- txId: {
1339
- blockNumber: number;
1340
- extrinsicIndex: number;
1339
+ value: string;
1341
1340
  };
1342
1341
  affiliateFees: {
1343
1342
  account: number;
@@ -1354,6 +1353,7 @@ declare const polkadotIngressEgressDepositFailed: z.ZodObject<{
1354
1353
  } | null | undefined;
1355
1354
  maxOraclePriceSlippage?: number | null | undefined;
1356
1355
  };
1356
+ boostFee: number;
1357
1357
  depositAddress?: string | null | undefined;
1358
1358
  channelId?: string | number | null | undefined;
1359
1359
  depositMetadata?: {
@@ -1366,42 +1366,42 @@ declare const polkadotIngressEgressDepositFailed: z.ZodObject<{
1366
1366
  __kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
1367
1367
  };
1368
1368
  sourceAddress?: {
1369
- value: string;
1370
1369
  __kind: "Eth";
1371
- } | {
1372
1370
  value: string;
1371
+ } | {
1373
1372
  __kind: "Dot";
1373
+ value: string;
1374
1374
  } | {
1375
+ __kind: "Btc";
1375
1376
  value: {
1376
- value: string;
1377
1377
  __kind: "P2PKH";
1378
- } | {
1379
1378
  value: string;
1380
- __kind: "P2SH";
1381
1379
  } | {
1380
+ __kind: "P2SH";
1382
1381
  value: string;
1383
- __kind: "P2WPKH";
1384
1382
  } | {
1383
+ __kind: "P2WPKH";
1385
1384
  value: string;
1386
- __kind: "P2WSH";
1387
1385
  } | {
1386
+ __kind: "P2WSH";
1388
1387
  value: string;
1388
+ } | {
1389
1389
  __kind: "Taproot";
1390
+ value: string;
1390
1391
  } | {
1391
1392
  __kind: "OtherSegwit";
1392
1393
  version: number;
1393
1394
  program: string;
1394
1395
  };
1395
- __kind: "Btc";
1396
1396
  } | {
1397
- value: string;
1398
1397
  __kind: "Arb";
1399
- } | {
1400
1398
  value: string;
1401
- __kind: "Sol";
1402
1399
  } | {
1400
+ __kind: "Sol";
1403
1401
  value: string;
1402
+ } | {
1404
1403
  __kind: "Hub";
1404
+ value: string;
1405
1405
  } | null | undefined;
1406
1406
  } | null | undefined;
1407
1407
  brokerFee?: {
@@ -1468,17 +1468,17 @@ declare const polkadotIngressEgressDepositFailedEvent: _$_chainflip_processor_ev
1468
1468
  error: string;
1469
1469
  }>;
1470
1470
  }, "strip", z.ZodTypeAny, {
1471
+ __kind: "Module";
1471
1472
  value: {
1472
1473
  index: number;
1473
1474
  error: `0x${string}`;
1474
1475
  };
1475
- __kind: "Module";
1476
1476
  }, {
1477
+ __kind: "Module";
1477
1478
  value: {
1478
1479
  index: number;
1479
1480
  error: string;
1480
1481
  };
1481
- __kind: "Module";
1482
1482
  }>, z.ZodObject<{
1483
1483
  __kind: z.ZodLiteral<"ConsumerRemaining">;
1484
1484
  }, "strip", z.ZodTypeAny, {
@@ -1509,13 +1509,13 @@ declare const polkadotIngressEgressDepositFailedEvent: _$_chainflip_processor_ev
1509
1509
  __kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
1510
1510
  }>;
1511
1511
  }, "strip", z.ZodTypeAny, {
1512
- value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
1513
1512
  __kind: "Token";
1513
+ value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
1514
1514
  }, {
1515
+ __kind: "Token";
1515
1516
  value: {
1516
1517
  __kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
1517
1518
  };
1518
- __kind: "Token";
1519
1519
  }>, z.ZodObject<{
1520
1520
  __kind: z.ZodLiteral<"Arithmetic">;
1521
1521
  value: z.ZodEffects<z.ZodObject<{
@@ -1528,13 +1528,13 @@ declare const polkadotIngressEgressDepositFailedEvent: _$_chainflip_processor_ev
1528
1528
  __kind: "Underflow" | "Overflow" | "DivisionByZero";
1529
1529
  }>;
1530
1530
  }, "strip", z.ZodTypeAny, {
1531
- value: "Underflow" | "Overflow" | "DivisionByZero";
1532
1531
  __kind: "Arithmetic";
1532
+ value: "Underflow" | "Overflow" | "DivisionByZero";
1533
1533
  }, {
1534
+ __kind: "Arithmetic";
1534
1535
  value: {
1535
1536
  __kind: "Underflow" | "Overflow" | "DivisionByZero";
1536
1537
  };
1537
- __kind: "Arithmetic";
1538
1538
  }>, z.ZodObject<{
1539
1539
  __kind: z.ZodLiteral<"Transactional">;
1540
1540
  value: z.ZodEffects<z.ZodObject<{
@@ -1547,13 +1547,13 @@ declare const polkadotIngressEgressDepositFailedEvent: _$_chainflip_processor_ev
1547
1547
  __kind: "LimitReached" | "NoLayer";
1548
1548
  }>;
1549
1549
  }, "strip", z.ZodTypeAny, {
1550
- value: "LimitReached" | "NoLayer";
1551
1550
  __kind: "Transactional";
1551
+ value: "LimitReached" | "NoLayer";
1552
1552
  }, {
1553
+ __kind: "Transactional";
1553
1554
  value: {
1554
1555
  __kind: "LimitReached" | "NoLayer";
1555
1556
  };
1556
- __kind: "Transactional";
1557
1557
  }>, z.ZodObject<{
1558
1558
  __kind: z.ZodLiteral<"Exhausted">;
1559
1559
  }, "strip", z.ZodTypeAny, {
@@ -1580,6 +1580,7 @@ declare const polkadotIngressEgressDepositFailedEvent: _$_chainflip_processor_ev
1580
1580
  __kind: "RootNotAllowed";
1581
1581
  }>]>;
1582
1582
  }, "strip", z.ZodTypeAny, {
1583
+ __kind: "DepositWitnessRejected";
1583
1584
  value: {
1584
1585
  __kind: "Other";
1585
1586
  } | {
@@ -1587,11 +1588,11 @@ declare const polkadotIngressEgressDepositFailedEvent: _$_chainflip_processor_ev
1587
1588
  } | {
1588
1589
  __kind: "BadOrigin";
1589
1590
  } | {
1591
+ __kind: "Module";
1590
1592
  value: {
1591
1593
  index: number;
1592
1594
  error: `0x${string}`;
1593
1595
  };
1594
- __kind: "Module";
1595
1596
  } | {
1596
1597
  __kind: "ConsumerRemaining";
1597
1598
  } | {
@@ -1599,14 +1600,14 @@ declare const polkadotIngressEgressDepositFailedEvent: _$_chainflip_processor_ev
1599
1600
  } | {
1600
1601
  __kind: "TooManyConsumers";
1601
1602
  } | {
1602
- value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
1603
1603
  __kind: "Token";
1604
+ value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
1604
1605
  } | {
1605
- value: "Underflow" | "Overflow" | "DivisionByZero";
1606
1606
  __kind: "Arithmetic";
1607
+ value: "Underflow" | "Overflow" | "DivisionByZero";
1607
1608
  } | {
1608
- value: "LimitReached" | "NoLayer";
1609
1609
  __kind: "Transactional";
1610
+ value: "LimitReached" | "NoLayer";
1610
1611
  } | {
1611
1612
  __kind: "Exhausted";
1612
1613
  } | {
@@ -1616,8 +1617,8 @@ declare const polkadotIngressEgressDepositFailedEvent: _$_chainflip_processor_ev
1616
1617
  } | {
1617
1618
  __kind: "RootNotAllowed";
1618
1619
  };
1619
- __kind: "DepositWitnessRejected";
1620
1620
  }, {
1621
+ __kind: "DepositWitnessRejected";
1621
1622
  value: {
1622
1623
  __kind: "Other";
1623
1624
  } | {
@@ -1625,11 +1626,11 @@ declare const polkadotIngressEgressDepositFailedEvent: _$_chainflip_processor_ev
1625
1626
  } | {
1626
1627
  __kind: "BadOrigin";
1627
1628
  } | {
1629
+ __kind: "Module";
1628
1630
  value: {
1629
1631
  index: number;
1630
1632
  error: string;
1631
1633
  };
1632
- __kind: "Module";
1633
1634
  } | {
1634
1635
  __kind: "ConsumerRemaining";
1635
1636
  } | {
@@ -1637,20 +1638,20 @@ declare const polkadotIngressEgressDepositFailedEvent: _$_chainflip_processor_ev
1637
1638
  } | {
1638
1639
  __kind: "TooManyConsumers";
1639
1640
  } | {
1641
+ __kind: "Token";
1640
1642
  value: {
1641
1643
  __kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
1642
1644
  };
1643
- __kind: "Token";
1644
1645
  } | {
1646
+ __kind: "Arithmetic";
1645
1647
  value: {
1646
1648
  __kind: "Underflow" | "Overflow" | "DivisionByZero";
1647
1649
  };
1648
- __kind: "Arithmetic";
1649
1650
  } | {
1651
+ __kind: "Transactional";
1650
1652
  value: {
1651
1653
  __kind: "LimitReached" | "NoLayer";
1652
1654
  };
1653
- __kind: "Transactional";
1654
1655
  } | {
1655
1656
  __kind: "Exhausted";
1656
1657
  } | {
@@ -1660,7 +1661,6 @@ declare const polkadotIngressEgressDepositFailedEvent: _$_chainflip_processor_ev
1660
1661
  } | {
1661
1662
  __kind: "RootNotAllowed";
1662
1663
  };
1663
- __kind: "DepositWitnessRejected";
1664
1664
  }>, z.ZodObject<{
1665
1665
  __kind: z.ZodLiteral<"Unrefundable">;
1666
1666
  }, "strip", z.ZodTypeAny, {
@@ -1684,33 +1684,33 @@ declare const polkadotIngressEgressDepositFailedEvent: _$_chainflip_processor_ev
1684
1684
  amount: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
1685
1685
  depositDetails: z.ZodNumber;
1686
1686
  }, "strip", z.ZodTypeAny, {
1687
- depositAddress: `0x${string}`;
1688
1687
  asset: "Dot";
1688
+ depositAddress: `0x${string}`;
1689
1689
  amount: bigint;
1690
1690
  depositDetails: number;
1691
1691
  }, {
1692
- depositAddress: string;
1693
1692
  asset: {
1694
1693
  __kind: "Dot";
1695
1694
  };
1695
+ depositAddress: string;
1696
1696
  amount: string | number;
1697
1697
  depositDetails: number;
1698
1698
  }>;
1699
1699
  }, "strip", z.ZodTypeAny, {
1700
1700
  __kind: "DepositFailedDepositChannelVariantPolkadot";
1701
1701
  depositWitness: {
1702
- depositAddress: `0x${string}`;
1703
1702
  asset: "Dot";
1703
+ depositAddress: `0x${string}`;
1704
1704
  amount: bigint;
1705
1705
  depositDetails: number;
1706
1706
  };
1707
1707
  }, {
1708
1708
  __kind: "DepositFailedDepositChannelVariantPolkadot";
1709
1709
  depositWitness: {
1710
- depositAddress: string;
1711
1710
  asset: {
1712
1711
  __kind: "Dot";
1713
1712
  };
1713
+ depositAddress: string;
1714
1714
  amount: string | number;
1715
1715
  depositDetails: number;
1716
1716
  };
@@ -1733,21 +1733,21 @@ declare const polkadotIngressEgressDepositFailedEvent: _$_chainflip_processor_ev
1733
1733
  outputAsset: z.ZodEffects<z.ZodObject<{
1734
1734
  __kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc", "HubDot", "HubUsdt", "HubUsdc"]>;
1735
1735
  }, "strip", z.ZodTypeAny, {
1736
- __kind: "HubDot" | "HubUsdt" | "HubUsdc" | "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc";
1736
+ __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
1737
1737
  }, {
1738
- __kind: "HubDot" | "HubUsdt" | "HubUsdc" | "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc";
1739
- }>, "HubDot" | "HubUsdt" | "HubUsdc" | "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc", {
1740
- __kind: "HubDot" | "HubUsdt" | "HubUsdc" | "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc";
1738
+ __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
1739
+ }>, "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc", {
1740
+ __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
1741
1741
  }>;
1742
1742
  destinationAddress: z.ZodEffects<z.ZodObject<{
1743
1743
  __kind: z.ZodEnum<["Eth", "Dot", "Btc", "Arb", "Sol", "Hub"]>;
1744
1744
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
1745
1745
  }, "strip", z.ZodTypeAny, {
1746
- value: `0x${string}`;
1747
1746
  __kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
1747
+ value: `0x${string}`;
1748
1748
  }, {
1749
- value: string;
1750
1749
  __kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
1750
+ value: string;
1751
1751
  }>, {
1752
1752
  readonly chain: "Ethereum";
1753
1753
  readonly address: `0x${string}`;
@@ -1767,8 +1767,8 @@ declare const polkadotIngressEgressDepositFailedEvent: _$_chainflip_processor_ev
1767
1767
  readonly chain: "Assethub";
1768
1768
  readonly address: string;
1769
1769
  }, {
1770
- value: string;
1771
1770
  __kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
1771
+ value: string;
1772
1772
  }>;
1773
1773
  depositMetadata: z.ZodOptional<z.ZodNullable<z.ZodObject<{
1774
1774
  channelMetadata: z.ZodObject<{
@@ -1797,67 +1797,67 @@ declare const polkadotIngressEgressDepositFailedEvent: _$_chainflip_processor_ev
1797
1797
  __kind: z.ZodLiteral<"Eth">;
1798
1798
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
1799
1799
  }, "strip", z.ZodTypeAny, {
1800
- value: `0x${string}`;
1801
1800
  __kind: "Eth";
1801
+ value: `0x${string}`;
1802
1802
  }, {
1803
- value: string;
1804
1803
  __kind: "Eth";
1804
+ value: string;
1805
1805
  }>, z.ZodObject<{
1806
1806
  __kind: z.ZodLiteral<"Dot">;
1807
1807
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
1808
1808
  }, "strip", z.ZodTypeAny, {
1809
- value: `0x${string}`;
1810
1809
  __kind: "Dot";
1810
+ value: `0x${string}`;
1811
1811
  }, {
1812
- value: string;
1813
1812
  __kind: "Dot";
1813
+ value: string;
1814
1814
  }>, z.ZodObject<{
1815
1815
  __kind: z.ZodLiteral<"Btc">;
1816
1816
  value: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
1817
1817
  __kind: z.ZodLiteral<"P2PKH">;
1818
1818
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
1819
1819
  }, "strip", z.ZodTypeAny, {
1820
- value: `0x${string}`;
1821
1820
  __kind: "P2PKH";
1821
+ value: `0x${string}`;
1822
1822
  }, {
1823
- value: string;
1824
1823
  __kind: "P2PKH";
1824
+ value: string;
1825
1825
  }>, z.ZodObject<{
1826
1826
  __kind: z.ZodLiteral<"P2SH">;
1827
1827
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
1828
1828
  }, "strip", z.ZodTypeAny, {
1829
- value: `0x${string}`;
1830
1829
  __kind: "P2SH";
1830
+ value: `0x${string}`;
1831
1831
  }, {
1832
- value: string;
1833
1832
  __kind: "P2SH";
1833
+ value: string;
1834
1834
  }>, z.ZodObject<{
1835
1835
  __kind: z.ZodLiteral<"P2WPKH">;
1836
1836
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
1837
1837
  }, "strip", z.ZodTypeAny, {
1838
- value: `0x${string}`;
1839
1838
  __kind: "P2WPKH";
1839
+ value: `0x${string}`;
1840
1840
  }, {
1841
- value: string;
1842
1841
  __kind: "P2WPKH";
1842
+ value: string;
1843
1843
  }>, z.ZodObject<{
1844
1844
  __kind: z.ZodLiteral<"P2WSH">;
1845
1845
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
1846
1846
  }, "strip", z.ZodTypeAny, {
1847
- value: `0x${string}`;
1848
1847
  __kind: "P2WSH";
1848
+ value: `0x${string}`;
1849
1849
  }, {
1850
- value: string;
1851
1850
  __kind: "P2WSH";
1851
+ value: string;
1852
1852
  }>, z.ZodObject<{
1853
1853
  __kind: z.ZodLiteral<"Taproot">;
1854
1854
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
1855
1855
  }, "strip", z.ZodTypeAny, {
1856
- value: `0x${string}`;
1857
1856
  __kind: "Taproot";
1857
+ value: `0x${string}`;
1858
1858
  }, {
1859
- value: string;
1860
1859
  __kind: "Taproot";
1860
+ value: string;
1861
1861
  }>, z.ZodObject<{
1862
1862
  __kind: z.ZodLiteral<"OtherSegwit">;
1863
1863
  version: z.ZodNumber;
@@ -1872,76 +1872,76 @@ declare const polkadotIngressEgressDepositFailedEvent: _$_chainflip_processor_ev
1872
1872
  program: string;
1873
1873
  }>]>;
1874
1874
  }, "strip", z.ZodTypeAny, {
1875
+ __kind: "Btc";
1875
1876
  value: {
1876
- value: `0x${string}`;
1877
1877
  __kind: "P2PKH";
1878
- } | {
1879
1878
  value: `0x${string}`;
1880
- __kind: "P2SH";
1881
1879
  } | {
1880
+ __kind: "P2SH";
1882
1881
  value: `0x${string}`;
1883
- __kind: "P2WPKH";
1884
1882
  } | {
1883
+ __kind: "P2WPKH";
1885
1884
  value: `0x${string}`;
1886
- __kind: "P2WSH";
1887
1885
  } | {
1886
+ __kind: "P2WSH";
1888
1887
  value: `0x${string}`;
1888
+ } | {
1889
1889
  __kind: "Taproot";
1890
+ value: `0x${string}`;
1890
1891
  } | {
1891
1892
  __kind: "OtherSegwit";
1892
1893
  version: number;
1893
1894
  program: `0x${string}`;
1894
1895
  };
1895
- __kind: "Btc";
1896
1896
  }, {
1897
+ __kind: "Btc";
1897
1898
  value: {
1898
- value: string;
1899
1899
  __kind: "P2PKH";
1900
- } | {
1901
1900
  value: string;
1902
- __kind: "P2SH";
1903
1901
  } | {
1902
+ __kind: "P2SH";
1904
1903
  value: string;
1905
- __kind: "P2WPKH";
1906
1904
  } | {
1905
+ __kind: "P2WPKH";
1907
1906
  value: string;
1908
- __kind: "P2WSH";
1909
1907
  } | {
1908
+ __kind: "P2WSH";
1910
1909
  value: string;
1910
+ } | {
1911
1911
  __kind: "Taproot";
1912
+ value: string;
1912
1913
  } | {
1913
1914
  __kind: "OtherSegwit";
1914
1915
  version: number;
1915
1916
  program: string;
1916
1917
  };
1917
- __kind: "Btc";
1918
1918
  }>, z.ZodObject<{
1919
1919
  __kind: z.ZodLiteral<"Arb">;
1920
1920
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
1921
1921
  }, "strip", z.ZodTypeAny, {
1922
- value: `0x${string}`;
1923
1922
  __kind: "Arb";
1923
+ value: `0x${string}`;
1924
1924
  }, {
1925
- value: string;
1926
1925
  __kind: "Arb";
1926
+ value: string;
1927
1927
  }>, z.ZodObject<{
1928
1928
  __kind: z.ZodLiteral<"Sol">;
1929
1929
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
1930
1930
  }, "strip", z.ZodTypeAny, {
1931
- value: `0x${string}`;
1932
1931
  __kind: "Sol";
1932
+ value: `0x${string}`;
1933
1933
  }, {
1934
- value: string;
1935
1934
  __kind: "Sol";
1935
+ value: string;
1936
1936
  }>, z.ZodObject<{
1937
1937
  __kind: z.ZodLiteral<"Hub">;
1938
1938
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
1939
1939
  }, "strip", z.ZodTypeAny, {
1940
- value: `0x${string}`;
1941
1940
  __kind: "Hub";
1941
+ value: `0x${string}`;
1942
1942
  }, {
1943
- value: string;
1944
1943
  __kind: "Hub";
1944
+ value: string;
1945
1945
  }>]>>>;
1946
1946
  }, "strip", z.ZodTypeAny, {
1947
1947
  channelMetadata: {
@@ -1951,42 +1951,42 @@ declare const polkadotIngressEgressDepositFailedEvent: _$_chainflip_processor_ev
1951
1951
  };
1952
1952
  sourceChain: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
1953
1953
  sourceAddress?: {
1954
- value: `0x${string}`;
1955
1954
  __kind: "Eth";
1956
- } | {
1957
1955
  value: `0x${string}`;
1956
+ } | {
1958
1957
  __kind: "Dot";
1958
+ value: `0x${string}`;
1959
1959
  } | {
1960
+ __kind: "Btc";
1960
1961
  value: {
1961
- value: `0x${string}`;
1962
1962
  __kind: "P2PKH";
1963
- } | {
1964
1963
  value: `0x${string}`;
1965
- __kind: "P2SH";
1966
1964
  } | {
1965
+ __kind: "P2SH";
1967
1966
  value: `0x${string}`;
1968
- __kind: "P2WPKH";
1969
1967
  } | {
1968
+ __kind: "P2WPKH";
1970
1969
  value: `0x${string}`;
1971
- __kind: "P2WSH";
1972
1970
  } | {
1971
+ __kind: "P2WSH";
1973
1972
  value: `0x${string}`;
1973
+ } | {
1974
1974
  __kind: "Taproot";
1975
+ value: `0x${string}`;
1975
1976
  } | {
1976
1977
  __kind: "OtherSegwit";
1977
1978
  version: number;
1978
1979
  program: `0x${string}`;
1979
1980
  };
1980
- __kind: "Btc";
1981
1981
  } | {
1982
- value: `0x${string}`;
1983
1982
  __kind: "Arb";
1984
- } | {
1985
1983
  value: `0x${string}`;
1986
- __kind: "Sol";
1987
1984
  } | {
1985
+ __kind: "Sol";
1988
1986
  value: `0x${string}`;
1987
+ } | {
1989
1988
  __kind: "Hub";
1989
+ value: `0x${string}`;
1990
1990
  } | null | undefined;
1991
1991
  }, {
1992
1992
  channelMetadata: {
@@ -1998,42 +1998,42 @@ declare const polkadotIngressEgressDepositFailedEvent: _$_chainflip_processor_ev
1998
1998
  __kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
1999
1999
  };
2000
2000
  sourceAddress?: {
2001
- value: string;
2002
2001
  __kind: "Eth";
2003
- } | {
2004
2002
  value: string;
2003
+ } | {
2005
2004
  __kind: "Dot";
2005
+ value: string;
2006
2006
  } | {
2007
+ __kind: "Btc";
2007
2008
  value: {
2008
- value: string;
2009
2009
  __kind: "P2PKH";
2010
- } | {
2011
2010
  value: string;
2012
- __kind: "P2SH";
2013
2011
  } | {
2012
+ __kind: "P2SH";
2014
2013
  value: string;
2015
- __kind: "P2WPKH";
2016
2014
  } | {
2015
+ __kind: "P2WPKH";
2017
2016
  value: string;
2018
- __kind: "P2WSH";
2019
2017
  } | {
2018
+ __kind: "P2WSH";
2020
2019
  value: string;
2020
+ } | {
2021
2021
  __kind: "Taproot";
2022
+ value: string;
2022
2023
  } | {
2023
2024
  __kind: "OtherSegwit";
2024
2025
  version: number;
2025
2026
  program: string;
2026
2027
  };
2027
- __kind: "Btc";
2028
2028
  } | {
2029
- value: string;
2030
2029
  __kind: "Arb";
2031
- } | {
2032
2030
  value: string;
2033
- __kind: "Sol";
2034
2031
  } | {
2032
+ __kind: "Sol";
2035
2033
  value: string;
2034
+ } | {
2036
2035
  __kind: "Hub";
2036
+ value: string;
2037
2037
  } | null | undefined;
2038
2038
  }>>>;
2039
2039
  txId: z.ZodObject<{
@@ -2117,11 +2117,14 @@ declare const polkadotIngressEgressDepositFailedEvent: _$_chainflip_processor_ev
2117
2117
  }>>>;
2118
2118
  boostFee: z.ZodNumber;
2119
2119
  }, "strip", z.ZodTypeAny, {
2120
+ txId: {
2121
+ blockNumber: number;
2122
+ extrinsicIndex: number;
2123
+ };
2120
2124
  depositDetails: number;
2121
- boostFee: number;
2122
2125
  inputAsset: "Dot";
2123
2126
  depositAmount: bigint;
2124
- outputAsset: "HubDot" | "HubUsdt" | "HubUsdc" | "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc";
2127
+ outputAsset: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
2125
2128
  destinationAddress: {
2126
2129
  readonly chain: "Ethereum";
2127
2130
  readonly address: `0x${string}`;
@@ -2141,10 +2144,6 @@ declare const polkadotIngressEgressDepositFailedEvent: _$_chainflip_processor_ev
2141
2144
  readonly chain: "Assethub";
2142
2145
  readonly address: string;
2143
2146
  };
2144
- txId: {
2145
- blockNumber: number;
2146
- extrinsicIndex: number;
2147
- };
2148
2147
  affiliateFees: {
2149
2148
  account: number;
2150
2149
  bps: number;
@@ -2160,6 +2159,7 @@ declare const polkadotIngressEgressDepositFailedEvent: _$_chainflip_processor_ev
2160
2159
  } | null | undefined;
2161
2160
  maxOraclePriceSlippage?: number | null | undefined;
2162
2161
  };
2162
+ boostFee: number;
2163
2163
  depositAddress?: `0x${string}` | null | undefined;
2164
2164
  channelId?: bigint | null | undefined;
2165
2165
  depositMetadata?: {
@@ -2170,42 +2170,42 @@ declare const polkadotIngressEgressDepositFailedEvent: _$_chainflip_processor_ev
2170
2170
  };
2171
2171
  sourceChain: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
2172
2172
  sourceAddress?: {
2173
- value: `0x${string}`;
2174
2173
  __kind: "Eth";
2175
- } | {
2176
2174
  value: `0x${string}`;
2175
+ } | {
2177
2176
  __kind: "Dot";
2177
+ value: `0x${string}`;
2178
2178
  } | {
2179
+ __kind: "Btc";
2179
2180
  value: {
2180
- value: `0x${string}`;
2181
2181
  __kind: "P2PKH";
2182
- } | {
2183
2182
  value: `0x${string}`;
2184
- __kind: "P2SH";
2185
2183
  } | {
2184
+ __kind: "P2SH";
2186
2185
  value: `0x${string}`;
2187
- __kind: "P2WPKH";
2188
2186
  } | {
2187
+ __kind: "P2WPKH";
2189
2188
  value: `0x${string}`;
2190
- __kind: "P2WSH";
2191
2189
  } | {
2190
+ __kind: "P2WSH";
2192
2191
  value: `0x${string}`;
2192
+ } | {
2193
2193
  __kind: "Taproot";
2194
+ value: `0x${string}`;
2194
2195
  } | {
2195
2196
  __kind: "OtherSegwit";
2196
2197
  version: number;
2197
2198
  program: `0x${string}`;
2198
2199
  };
2199
- __kind: "Btc";
2200
2200
  } | {
2201
- value: `0x${string}`;
2202
2201
  __kind: "Arb";
2203
- } | {
2204
2202
  value: `0x${string}`;
2205
- __kind: "Sol";
2206
2203
  } | {
2204
+ __kind: "Sol";
2207
2205
  value: `0x${string}`;
2206
+ } | {
2208
2207
  __kind: "Hub";
2208
+ value: `0x${string}`;
2209
2209
  } | null | undefined;
2210
2210
  } | null | undefined;
2211
2211
  brokerFee?: {
@@ -2217,22 +2217,21 @@ declare const polkadotIngressEgressDepositFailedEvent: _$_chainflip_processor_ev
2217
2217
  chunkInterval: number;
2218
2218
  } | null | undefined;
2219
2219
  }, {
2220
+ txId: {
2221
+ blockNumber: number;
2222
+ extrinsicIndex: number;
2223
+ };
2220
2224
  depositDetails: number;
2221
- boostFee: number;
2222
2225
  inputAsset: {
2223
2226
  __kind: "Dot";
2224
2227
  };
2225
2228
  depositAmount: string | number;
2226
2229
  outputAsset: {
2227
- __kind: "HubDot" | "HubUsdt" | "HubUsdc" | "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc";
2230
+ __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
2228
2231
  };
2229
2232
  destinationAddress: {
2230
- value: string;
2231
2233
  __kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
2232
- };
2233
- txId: {
2234
- blockNumber: number;
2235
- extrinsicIndex: number;
2234
+ value: string;
2236
2235
  };
2237
2236
  affiliateFees: {
2238
2237
  account: number;
@@ -2249,6 +2248,7 @@ declare const polkadotIngressEgressDepositFailedEvent: _$_chainflip_processor_ev
2249
2248
  } | null | undefined;
2250
2249
  maxOraclePriceSlippage?: number | null | undefined;
2251
2250
  };
2251
+ boostFee: number;
2252
2252
  depositAddress?: string | null | undefined;
2253
2253
  channelId?: string | number | null | undefined;
2254
2254
  depositMetadata?: {
@@ -2261,42 +2261,42 @@ declare const polkadotIngressEgressDepositFailedEvent: _$_chainflip_processor_ev
2261
2261
  __kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
2262
2262
  };
2263
2263
  sourceAddress?: {
2264
- value: string;
2265
2264
  __kind: "Eth";
2266
- } | {
2267
2265
  value: string;
2266
+ } | {
2268
2267
  __kind: "Dot";
2268
+ value: string;
2269
2269
  } | {
2270
+ __kind: "Btc";
2270
2271
  value: {
2271
- value: string;
2272
2272
  __kind: "P2PKH";
2273
- } | {
2274
2273
  value: string;
2275
- __kind: "P2SH";
2276
2274
  } | {
2275
+ __kind: "P2SH";
2277
2276
  value: string;
2278
- __kind: "P2WPKH";
2279
2277
  } | {
2278
+ __kind: "P2WPKH";
2280
2279
  value: string;
2281
- __kind: "P2WSH";
2282
2280
  } | {
2281
+ __kind: "P2WSH";
2283
2282
  value: string;
2283
+ } | {
2284
2284
  __kind: "Taproot";
2285
+ value: string;
2285
2286
  } | {
2286
2287
  __kind: "OtherSegwit";
2287
2288
  version: number;
2288
2289
  program: string;
2289
2290
  };
2290
- __kind: "Btc";
2291
2291
  } | {
2292
- value: string;
2293
2292
  __kind: "Arb";
2294
- } | {
2295
2293
  value: string;
2296
- __kind: "Sol";
2297
2294
  } | {
2295
+ __kind: "Sol";
2298
2296
  value: string;
2297
+ } | {
2299
2298
  __kind: "Hub";
2299
+ value: string;
2300
2300
  } | null | undefined;
2301
2301
  } | null | undefined;
2302
2302
  brokerFee?: {
@@ -2311,11 +2311,14 @@ declare const polkadotIngressEgressDepositFailedEvent: _$_chainflip_processor_ev
2311
2311
  }, "strip", z.ZodTypeAny, {
2312
2312
  __kind: "DepositFailedVaultVariantPolkadot";
2313
2313
  vaultWitness: {
2314
+ txId: {
2315
+ blockNumber: number;
2316
+ extrinsicIndex: number;
2317
+ };
2314
2318
  depositDetails: number;
2315
- boostFee: number;
2316
2319
  inputAsset: "Dot";
2317
2320
  depositAmount: bigint;
2318
- outputAsset: "HubDot" | "HubUsdt" | "HubUsdc" | "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc";
2321
+ outputAsset: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
2319
2322
  destinationAddress: {
2320
2323
  readonly chain: "Ethereum";
2321
2324
  readonly address: `0x${string}`;
@@ -2335,10 +2338,6 @@ declare const polkadotIngressEgressDepositFailedEvent: _$_chainflip_processor_ev
2335
2338
  readonly chain: "Assethub";
2336
2339
  readonly address: string;
2337
2340
  };
2338
- txId: {
2339
- blockNumber: number;
2340
- extrinsicIndex: number;
2341
- };
2342
2341
  affiliateFees: {
2343
2342
  account: number;
2344
2343
  bps: number;
@@ -2354,6 +2353,7 @@ declare const polkadotIngressEgressDepositFailedEvent: _$_chainflip_processor_ev
2354
2353
  } | null | undefined;
2355
2354
  maxOraclePriceSlippage?: number | null | undefined;
2356
2355
  };
2356
+ boostFee: number;
2357
2357
  depositAddress?: `0x${string}` | null | undefined;
2358
2358
  channelId?: bigint | null | undefined;
2359
2359
  depositMetadata?: {
@@ -2364,42 +2364,42 @@ declare const polkadotIngressEgressDepositFailedEvent: _$_chainflip_processor_ev
2364
2364
  };
2365
2365
  sourceChain: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
2366
2366
  sourceAddress?: {
2367
- value: `0x${string}`;
2368
2367
  __kind: "Eth";
2369
- } | {
2370
2368
  value: `0x${string}`;
2369
+ } | {
2371
2370
  __kind: "Dot";
2371
+ value: `0x${string}`;
2372
2372
  } | {
2373
+ __kind: "Btc";
2373
2374
  value: {
2374
- value: `0x${string}`;
2375
2375
  __kind: "P2PKH";
2376
- } | {
2377
2376
  value: `0x${string}`;
2378
- __kind: "P2SH";
2379
2377
  } | {
2378
+ __kind: "P2SH";
2380
2379
  value: `0x${string}`;
2381
- __kind: "P2WPKH";
2382
2380
  } | {
2381
+ __kind: "P2WPKH";
2383
2382
  value: `0x${string}`;
2384
- __kind: "P2WSH";
2385
2383
  } | {
2384
+ __kind: "P2WSH";
2386
2385
  value: `0x${string}`;
2386
+ } | {
2387
2387
  __kind: "Taproot";
2388
+ value: `0x${string}`;
2388
2389
  } | {
2389
2390
  __kind: "OtherSegwit";
2390
2391
  version: number;
2391
2392
  program: `0x${string}`;
2392
2393
  };
2393
- __kind: "Btc";
2394
2394
  } | {
2395
- value: `0x${string}`;
2396
2395
  __kind: "Arb";
2397
- } | {
2398
2396
  value: `0x${string}`;
2399
- __kind: "Sol";
2400
2397
  } | {
2398
+ __kind: "Sol";
2401
2399
  value: `0x${string}`;
2400
+ } | {
2402
2401
  __kind: "Hub";
2402
+ value: `0x${string}`;
2403
2403
  } | null | undefined;
2404
2404
  } | null | undefined;
2405
2405
  brokerFee?: {
@@ -2414,22 +2414,21 @@ declare const polkadotIngressEgressDepositFailedEvent: _$_chainflip_processor_ev
2414
2414
  }, {
2415
2415
  __kind: "DepositFailedVaultVariantPolkadot";
2416
2416
  vaultWitness: {
2417
+ txId: {
2418
+ blockNumber: number;
2419
+ extrinsicIndex: number;
2420
+ };
2417
2421
  depositDetails: number;
2418
- boostFee: number;
2419
2422
  inputAsset: {
2420
2423
  __kind: "Dot";
2421
2424
  };
2422
2425
  depositAmount: string | number;
2423
2426
  outputAsset: {
2424
- __kind: "HubDot" | "HubUsdt" | "HubUsdc" | "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc";
2427
+ __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
2425
2428
  };
2426
2429
  destinationAddress: {
2427
- value: string;
2428
2430
  __kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
2429
- };
2430
- txId: {
2431
- blockNumber: number;
2432
- extrinsicIndex: number;
2431
+ value: string;
2433
2432
  };
2434
2433
  affiliateFees: {
2435
2434
  account: number;
@@ -2446,6 +2445,7 @@ declare const polkadotIngressEgressDepositFailedEvent: _$_chainflip_processor_ev
2446
2445
  } | null | undefined;
2447
2446
  maxOraclePriceSlippage?: number | null | undefined;
2448
2447
  };
2448
+ boostFee: number;
2449
2449
  depositAddress?: string | null | undefined;
2450
2450
  channelId?: string | number | null | undefined;
2451
2451
  depositMetadata?: {
@@ -2458,42 +2458,42 @@ declare const polkadotIngressEgressDepositFailedEvent: _$_chainflip_processor_ev
2458
2458
  __kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
2459
2459
  };
2460
2460
  sourceAddress?: {
2461
- value: string;
2462
2461
  __kind: "Eth";
2463
- } | {
2464
2462
  value: string;
2463
+ } | {
2465
2464
  __kind: "Dot";
2465
+ value: string;
2466
2466
  } | {
2467
+ __kind: "Btc";
2467
2468
  value: {
2468
- value: string;
2469
2469
  __kind: "P2PKH";
2470
- } | {
2471
2470
  value: string;
2472
- __kind: "P2SH";
2473
2471
  } | {
2472
+ __kind: "P2SH";
2474
2473
  value: string;
2475
- __kind: "P2WPKH";
2476
2474
  } | {
2475
+ __kind: "P2WPKH";
2477
2476
  value: string;
2478
- __kind: "P2WSH";
2479
2477
  } | {
2478
+ __kind: "P2WSH";
2480
2479
  value: string;
2480
+ } | {
2481
2481
  __kind: "Taproot";
2482
+ value: string;
2482
2483
  } | {
2483
2484
  __kind: "OtherSegwit";
2484
2485
  version: number;
2485
2486
  program: string;
2486
2487
  };
2487
- __kind: "Btc";
2488
2488
  } | {
2489
- value: string;
2490
2489
  __kind: "Arb";
2491
- } | {
2492
2490
  value: string;
2493
- __kind: "Sol";
2494
2491
  } | {
2492
+ __kind: "Sol";
2495
2493
  value: string;
2494
+ } | {
2496
2495
  __kind: "Hub";
2496
+ value: string;
2497
2497
  } | null | undefined;
2498
2498
  } | null | undefined;
2499
2499
  brokerFee?: {
@@ -2507,7 +2507,6 @@ declare const polkadotIngressEgressDepositFailedEvent: _$_chainflip_processor_ev
2507
2507
  };
2508
2508
  }>]>;
2509
2509
  }, "strip", z.ZodTypeAny, {
2510
- blockHeight: number;
2511
2510
  reason: {
2512
2511
  __kind: "BelowMinimumDeposit";
2513
2512
  } | {
@@ -2515,6 +2514,7 @@ declare const polkadotIngressEgressDepositFailedEvent: _$_chainflip_processor_ev
2515
2514
  } | {
2516
2515
  __kind: "TransactionRejectedByBroker";
2517
2516
  } | {
2517
+ __kind: "DepositWitnessRejected";
2518
2518
  value: {
2519
2519
  __kind: "Other";
2520
2520
  } | {
@@ -2522,11 +2522,11 @@ declare const polkadotIngressEgressDepositFailedEvent: _$_chainflip_processor_ev
2522
2522
  } | {
2523
2523
  __kind: "BadOrigin";
2524
2524
  } | {
2525
+ __kind: "Module";
2525
2526
  value: {
2526
2527
  index: number;
2527
2528
  error: `0x${string}`;
2528
2529
  };
2529
- __kind: "Module";
2530
2530
  } | {
2531
2531
  __kind: "ConsumerRemaining";
2532
2532
  } | {
@@ -2534,14 +2534,14 @@ declare const polkadotIngressEgressDepositFailedEvent: _$_chainflip_processor_ev
2534
2534
  } | {
2535
2535
  __kind: "TooManyConsumers";
2536
2536
  } | {
2537
- value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
2538
2537
  __kind: "Token";
2538
+ value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
2539
2539
  } | {
2540
- value: "Underflow" | "Overflow" | "DivisionByZero";
2541
2540
  __kind: "Arithmetic";
2541
+ value: "Underflow" | "Overflow" | "DivisionByZero";
2542
2542
  } | {
2543
- value: "LimitReached" | "NoLayer";
2544
2543
  __kind: "Transactional";
2544
+ value: "LimitReached" | "NoLayer";
2545
2545
  } | {
2546
2546
  __kind: "Exhausted";
2547
2547
  } | {
@@ -2551,26 +2551,29 @@ declare const polkadotIngressEgressDepositFailedEvent: _$_chainflip_processor_ev
2551
2551
  } | {
2552
2552
  __kind: "RootNotAllowed";
2553
2553
  };
2554
- __kind: "DepositWitnessRejected";
2555
2554
  } | {
2556
2555
  __kind: "Unrefundable";
2557
2556
  };
2557
+ blockHeight: number;
2558
2558
  details: {
2559
2559
  __kind: "DepositFailedDepositChannelVariantPolkadot";
2560
2560
  depositWitness: {
2561
- depositAddress: `0x${string}`;
2562
2561
  asset: "Dot";
2562
+ depositAddress: `0x${string}`;
2563
2563
  amount: bigint;
2564
2564
  depositDetails: number;
2565
2565
  };
2566
2566
  } | {
2567
2567
  __kind: "DepositFailedVaultVariantPolkadot";
2568
2568
  vaultWitness: {
2569
+ txId: {
2570
+ blockNumber: number;
2571
+ extrinsicIndex: number;
2572
+ };
2569
2573
  depositDetails: number;
2570
- boostFee: number;
2571
2574
  inputAsset: "Dot";
2572
2575
  depositAmount: bigint;
2573
- outputAsset: "HubDot" | "HubUsdt" | "HubUsdc" | "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc";
2576
+ outputAsset: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
2574
2577
  destinationAddress: {
2575
2578
  readonly chain: "Ethereum";
2576
2579
  readonly address: `0x${string}`;
@@ -2590,10 +2593,6 @@ declare const polkadotIngressEgressDepositFailedEvent: _$_chainflip_processor_ev
2590
2593
  readonly chain: "Assethub";
2591
2594
  readonly address: string;
2592
2595
  };
2593
- txId: {
2594
- blockNumber: number;
2595
- extrinsicIndex: number;
2596
- };
2597
2596
  affiliateFees: {
2598
2597
  account: number;
2599
2598
  bps: number;
@@ -2609,6 +2608,7 @@ declare const polkadotIngressEgressDepositFailedEvent: _$_chainflip_processor_ev
2609
2608
  } | null | undefined;
2610
2609
  maxOraclePriceSlippage?: number | null | undefined;
2611
2610
  };
2611
+ boostFee: number;
2612
2612
  depositAddress?: `0x${string}` | null | undefined;
2613
2613
  channelId?: bigint | null | undefined;
2614
2614
  depositMetadata?: {
@@ -2619,42 +2619,42 @@ declare const polkadotIngressEgressDepositFailedEvent: _$_chainflip_processor_ev
2619
2619
  };
2620
2620
  sourceChain: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
2621
2621
  sourceAddress?: {
2622
- value: `0x${string}`;
2623
2622
  __kind: "Eth";
2624
- } | {
2625
2623
  value: `0x${string}`;
2624
+ } | {
2626
2625
  __kind: "Dot";
2626
+ value: `0x${string}`;
2627
2627
  } | {
2628
+ __kind: "Btc";
2628
2629
  value: {
2629
- value: `0x${string}`;
2630
2630
  __kind: "P2PKH";
2631
- } | {
2632
2631
  value: `0x${string}`;
2633
- __kind: "P2SH";
2634
2632
  } | {
2633
+ __kind: "P2SH";
2635
2634
  value: `0x${string}`;
2636
- __kind: "P2WPKH";
2637
2635
  } | {
2636
+ __kind: "P2WPKH";
2638
2637
  value: `0x${string}`;
2639
- __kind: "P2WSH";
2640
2638
  } | {
2639
+ __kind: "P2WSH";
2641
2640
  value: `0x${string}`;
2641
+ } | {
2642
2642
  __kind: "Taproot";
2643
+ value: `0x${string}`;
2643
2644
  } | {
2644
2645
  __kind: "OtherSegwit";
2645
2646
  version: number;
2646
2647
  program: `0x${string}`;
2647
2648
  };
2648
- __kind: "Btc";
2649
2649
  } | {
2650
- value: `0x${string}`;
2651
2650
  __kind: "Arb";
2652
- } | {
2653
2651
  value: `0x${string}`;
2654
- __kind: "Sol";
2655
2652
  } | {
2653
+ __kind: "Sol";
2656
2654
  value: `0x${string}`;
2655
+ } | {
2657
2656
  __kind: "Hub";
2657
+ value: `0x${string}`;
2658
2658
  } | null | undefined;
2659
2659
  } | null | undefined;
2660
2660
  brokerFee?: {
@@ -2668,7 +2668,6 @@ declare const polkadotIngressEgressDepositFailedEvent: _$_chainflip_processor_ev
2668
2668
  };
2669
2669
  };
2670
2670
  }, {
2671
- blockHeight: number;
2672
2671
  reason: {
2673
2672
  __kind: "BelowMinimumDeposit";
2674
2673
  } | {
@@ -2676,6 +2675,7 @@ declare const polkadotIngressEgressDepositFailedEvent: _$_chainflip_processor_ev
2676
2675
  } | {
2677
2676
  __kind: "TransactionRejectedByBroker";
2678
2677
  } | {
2678
+ __kind: "DepositWitnessRejected";
2679
2679
  value: {
2680
2680
  __kind: "Other";
2681
2681
  } | {
@@ -2683,11 +2683,11 @@ declare const polkadotIngressEgressDepositFailedEvent: _$_chainflip_processor_ev
2683
2683
  } | {
2684
2684
  __kind: "BadOrigin";
2685
2685
  } | {
2686
+ __kind: "Module";
2686
2687
  value: {
2687
2688
  index: number;
2688
2689
  error: string;
2689
2690
  };
2690
- __kind: "Module";
2691
2691
  } | {
2692
2692
  __kind: "ConsumerRemaining";
2693
2693
  } | {
@@ -2695,20 +2695,20 @@ declare const polkadotIngressEgressDepositFailedEvent: _$_chainflip_processor_ev
2695
2695
  } | {
2696
2696
  __kind: "TooManyConsumers";
2697
2697
  } | {
2698
+ __kind: "Token";
2698
2699
  value: {
2699
2700
  __kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
2700
2701
  };
2701
- __kind: "Token";
2702
2702
  } | {
2703
+ __kind: "Arithmetic";
2703
2704
  value: {
2704
2705
  __kind: "Underflow" | "Overflow" | "DivisionByZero";
2705
2706
  };
2706
- __kind: "Arithmetic";
2707
2707
  } | {
2708
+ __kind: "Transactional";
2708
2709
  value: {
2709
2710
  __kind: "LimitReached" | "NoLayer";
2710
2711
  };
2711
- __kind: "Transactional";
2712
2712
  } | {
2713
2713
  __kind: "Exhausted";
2714
2714
  } | {
@@ -2718,39 +2718,38 @@ declare const polkadotIngressEgressDepositFailedEvent: _$_chainflip_processor_ev
2718
2718
  } | {
2719
2719
  __kind: "RootNotAllowed";
2720
2720
  };
2721
- __kind: "DepositWitnessRejected";
2722
2721
  } | {
2723
2722
  __kind: "Unrefundable";
2724
2723
  };
2724
+ blockHeight: number;
2725
2725
  details: {
2726
2726
  __kind: "DepositFailedDepositChannelVariantPolkadot";
2727
2727
  depositWitness: {
2728
- depositAddress: string;
2729
2728
  asset: {
2730
2729
  __kind: "Dot";
2731
2730
  };
2731
+ depositAddress: string;
2732
2732
  amount: string | number;
2733
2733
  depositDetails: number;
2734
2734
  };
2735
2735
  } | {
2736
2736
  __kind: "DepositFailedVaultVariantPolkadot";
2737
2737
  vaultWitness: {
2738
+ txId: {
2739
+ blockNumber: number;
2740
+ extrinsicIndex: number;
2741
+ };
2738
2742
  depositDetails: number;
2739
- boostFee: number;
2740
2743
  inputAsset: {
2741
2744
  __kind: "Dot";
2742
2745
  };
2743
2746
  depositAmount: string | number;
2744
2747
  outputAsset: {
2745
- __kind: "HubDot" | "HubUsdt" | "HubUsdc" | "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc";
2748
+ __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
2746
2749
  };
2747
2750
  destinationAddress: {
2748
- value: string;
2749
2751
  __kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
2750
- };
2751
- txId: {
2752
- blockNumber: number;
2753
- extrinsicIndex: number;
2752
+ value: string;
2754
2753
  };
2755
2754
  affiliateFees: {
2756
2755
  account: number;
@@ -2767,6 +2766,7 @@ declare const polkadotIngressEgressDepositFailedEvent: _$_chainflip_processor_ev
2767
2766
  } | null | undefined;
2768
2767
  maxOraclePriceSlippage?: number | null | undefined;
2769
2768
  };
2769
+ boostFee: number;
2770
2770
  depositAddress?: string | null | undefined;
2771
2771
  channelId?: string | number | null | undefined;
2772
2772
  depositMetadata?: {
@@ -2779,42 +2779,42 @@ declare const polkadotIngressEgressDepositFailedEvent: _$_chainflip_processor_ev
2779
2779
  __kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
2780
2780
  };
2781
2781
  sourceAddress?: {
2782
- value: string;
2783
2782
  __kind: "Eth";
2784
- } | {
2785
2783
  value: string;
2784
+ } | {
2786
2785
  __kind: "Dot";
2786
+ value: string;
2787
2787
  } | {
2788
+ __kind: "Btc";
2788
2789
  value: {
2789
- value: string;
2790
2790
  __kind: "P2PKH";
2791
- } | {
2792
2791
  value: string;
2793
- __kind: "P2SH";
2794
2792
  } | {
2793
+ __kind: "P2SH";
2795
2794
  value: string;
2796
- __kind: "P2WPKH";
2797
2795
  } | {
2796
+ __kind: "P2WPKH";
2798
2797
  value: string;
2799
- __kind: "P2WSH";
2800
2798
  } | {
2799
+ __kind: "P2WSH";
2801
2800
  value: string;
2801
+ } | {
2802
2802
  __kind: "Taproot";
2803
+ value: string;
2803
2804
  } | {
2804
2805
  __kind: "OtherSegwit";
2805
2806
  version: number;
2806
2807
  program: string;
2807
2808
  };
2808
- __kind: "Btc";
2809
2809
  } | {
2810
- value: string;
2811
2810
  __kind: "Arb";
2812
- } | {
2813
2811
  value: string;
2814
- __kind: "Sol";
2815
2812
  } | {
2813
+ __kind: "Sol";
2816
2814
  value: string;
2815
+ } | {
2817
2816
  __kind: "Hub";
2817
+ value: string;
2818
2818
  } | null | undefined;
2819
2819
  } | null | undefined;
2820
2820
  brokerFee?: {