@chainflip/processor 1.11.1 → 1.11.3

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 (465) hide show
  1. package/dist/100/bitcoinIngressEgress/ccmEgressInvalid.d.cts +20 -20
  2. package/dist/100/bitcoinIngressEgress/ccmEgressInvalid.d.ts +20 -20
  3. package/dist/100/bitcoinIngressEgress/depositFetchesScheduled.d.cts +2 -2
  4. package/dist/100/bitcoinIngressEgress/depositFetchesScheduled.d.ts +2 -2
  5. package/dist/100/bitcoinIngressEgress/depositIgnored.d.cts +24 -24
  6. package/dist/100/bitcoinIngressEgress/depositIgnored.d.ts +24 -24
  7. package/dist/100/bitcoinIngressEgress/depositReceived.d.cts +24 -24
  8. package/dist/100/bitcoinIngressEgress/depositReceived.d.ts +24 -24
  9. package/dist/100/bitcoinIngressEgress/depositWitnessRejected.d.cts +54 -54
  10. package/dist/100/bitcoinIngressEgress/depositWitnessRejected.d.ts +54 -54
  11. package/dist/100/bitcoinIngressEgress/egressScheduled.d.cts +20 -20
  12. package/dist/100/bitcoinIngressEgress/egressScheduled.d.ts +20 -20
  13. package/dist/100/bitcoinIngressEgress/vaultTransferFailed.d.cts +20 -20
  14. package/dist/100/bitcoinIngressEgress/vaultTransferFailed.d.ts +20 -20
  15. package/dist/100/ethereumIngressEgress/ccmEgressInvalid.d.cts +16 -16
  16. package/dist/100/ethereumIngressEgress/ccmEgressInvalid.d.ts +16 -16
  17. package/dist/100/ethereumIngressEgress/depositFetchesScheduled.d.cts +2 -2
  18. package/dist/100/ethereumIngressEgress/depositFetchesScheduled.d.ts +2 -2
  19. package/dist/100/ethereumIngressEgress/depositIgnored.d.cts +2 -2
  20. package/dist/100/ethereumIngressEgress/depositIgnored.d.ts +2 -2
  21. package/dist/100/ethereumIngressEgress/depositReceived.d.cts +2 -2
  22. package/dist/100/ethereumIngressEgress/depositReceived.d.ts +2 -2
  23. package/dist/100/ethereumIngressEgress/depositWitnessRejected.d.cts +20 -20
  24. package/dist/100/ethereumIngressEgress/depositWitnessRejected.d.ts +20 -20
  25. package/dist/100/flip/remainingImbalance.d.cts +22 -22
  26. package/dist/100/flip/remainingImbalance.d.ts +22 -22
  27. package/dist/100/funding/boundExecutorAddress.d.cts +2 -2
  28. package/dist/100/funding/boundExecutorAddress.d.ts +2 -2
  29. package/dist/100/funding/boundRedeemAddress.d.cts +2 -2
  30. package/dist/100/funding/boundRedeemAddress.d.ts +2 -2
  31. package/dist/100/funding/failedFundingAttempt.d.cts +2 -2
  32. package/dist/100/funding/failedFundingAttempt.d.ts +2 -2
  33. package/dist/100/funding/funded.d.cts +2 -2
  34. package/dist/100/funding/funded.d.ts +2 -2
  35. package/dist/100/funding/redemptionRequested.d.cts +2 -2
  36. package/dist/100/funding/redemptionRequested.d.ts +2 -2
  37. package/dist/100/liquidityProvider/accountCredited.d.cts +2 -2
  38. package/dist/100/liquidityProvider/accountCredited.d.ts +2 -2
  39. package/dist/100/liquidityProvider/accountDebited.d.cts +2 -2
  40. package/dist/100/liquidityProvider/accountDebited.d.ts +2 -2
  41. package/dist/100/liquidityProvider/liquidityDepositAddressReady.d.cts +4 -4
  42. package/dist/100/liquidityProvider/liquidityDepositAddressReady.d.ts +4 -4
  43. package/dist/100/liquidityProvider/liquidityRefundAddressRegistered.d.cts +2 -2
  44. package/dist/100/liquidityProvider/liquidityRefundAddressRegistered.d.ts +2 -2
  45. package/dist/100/swapping/batchSwapFailed.d.cts +8 -8
  46. package/dist/100/swapping/batchSwapFailed.d.ts +8 -8
  47. package/dist/100/swapping/ccmDepositReceived.d.cts +62 -62
  48. package/dist/100/swapping/ccmDepositReceived.d.ts +62 -62
  49. package/dist/100/swapping/ccmFailed.d.cts +62 -62
  50. package/dist/100/swapping/ccmFailed.d.ts +62 -62
  51. package/dist/100/swapping/minimumSwapAmountSet.d.cts +6 -6
  52. package/dist/100/swapping/minimumSwapAmountSet.d.ts +6 -6
  53. package/dist/100/swapping/swapAmountTooLow.d.cts +19 -19
  54. package/dist/100/swapping/swapAmountTooLow.d.ts +19 -19
  55. package/dist/100/swapping/swapDepositAddressReady.d.cts +26 -26
  56. package/dist/100/swapping/swapDepositAddressReady.d.ts +26 -26
  57. package/dist/100/swapping/swapEgressScheduled.d.cts +6 -6
  58. package/dist/100/swapping/swapEgressScheduled.d.ts +6 -6
  59. package/dist/100/swapping/swapExecuted.d.cts +12 -12
  60. package/dist/100/swapping/swapExecuted.d.ts +12 -12
  61. package/dist/100/swapping/swapScheduled.d.cts +91 -91
  62. package/dist/100/swapping/swapScheduled.d.ts +91 -91
  63. package/dist/100/swapping/withdrawalRequested.d.cts +4 -4
  64. package/dist/100/swapping/withdrawalRequested.d.ts +4 -4
  65. package/dist/11000/arbitrumIngressEgress/ccmEgressInvalid.d.cts +88 -88
  66. package/dist/11000/arbitrumIngressEgress/ccmEgressInvalid.d.ts +88 -88
  67. package/dist/11000/arbitrumIngressEgress/depositFailed.d.cts +198 -198
  68. package/dist/11000/arbitrumIngressEgress/depositFailed.d.ts +198 -198
  69. package/dist/11000/arbitrumIngressEgress/failedToBuildAllBatchCall.d.cts +88 -88
  70. package/dist/11000/arbitrumIngressEgress/failedToBuildAllBatchCall.d.ts +88 -88
  71. package/dist/11000/assethubIngressEgress/ccmEgressInvalid.d.cts +107 -107
  72. package/dist/11000/assethubIngressEgress/ccmEgressInvalid.d.ts +107 -107
  73. package/dist/11000/assethubIngressEgress/depositFailed.d.cts +161 -161
  74. package/dist/11000/assethubIngressEgress/depositFailed.d.ts +161 -161
  75. package/dist/11000/assethubIngressEgress/failedToBuildAllBatchCall.d.cts +103 -103
  76. package/dist/11000/assethubIngressEgress/failedToBuildAllBatchCall.d.ts +103 -103
  77. package/dist/11000/bitcoinIngressEgress/ccmEgressInvalid.d.cts +26 -26
  78. package/dist/11000/bitcoinIngressEgress/ccmEgressInvalid.d.ts +26 -26
  79. package/dist/11000/bitcoinIngressEgress/depositFailed.d.cts +34 -34
  80. package/dist/11000/bitcoinIngressEgress/depositFailed.d.ts +34 -34
  81. package/dist/11000/bitcoinIngressEgress/failedToBuildAllBatchCall.d.cts +22 -22
  82. package/dist/11000/bitcoinIngressEgress/failedToBuildAllBatchCall.d.ts +22 -22
  83. package/dist/11000/ethereumIngressEgress/ccmEgressInvalid.d.cts +107 -107
  84. package/dist/11000/ethereumIngressEgress/ccmEgressInvalid.d.ts +107 -107
  85. package/dist/11000/ethereumIngressEgress/depositFailed.d.cts +204 -204
  86. package/dist/11000/ethereumIngressEgress/depositFailed.d.ts +204 -204
  87. package/dist/11000/ethereumIngressEgress/failedToBuildAllBatchCall.d.cts +103 -103
  88. package/dist/11000/ethereumIngressEgress/failedToBuildAllBatchCall.d.ts +103 -103
  89. package/dist/11000/lendingPools/boostFundsAdded.d.cts +2 -2
  90. package/dist/11000/lendingPools/boostFundsAdded.d.ts +2 -2
  91. package/dist/11000/polkadotIngressEgress/ccmEgressInvalid.d.cts +107 -107
  92. package/dist/11000/polkadotIngressEgress/ccmEgressInvalid.d.ts +107 -107
  93. package/dist/11000/polkadotIngressEgress/depositFailed.d.cts +203 -203
  94. package/dist/11000/polkadotIngressEgress/depositFailed.d.ts +203 -203
  95. package/dist/11000/polkadotIngressEgress/failedToBuildAllBatchCall.d.cts +103 -103
  96. package/dist/11000/polkadotIngressEgress/failedToBuildAllBatchCall.d.ts +103 -103
  97. package/dist/11000/solanaIngressEgress/ccmEgressInvalid.d.cts +26 -26
  98. package/dist/11000/solanaIngressEgress/ccmEgressInvalid.d.ts +26 -26
  99. package/dist/11000/solanaIngressEgress/depositFailed.d.cts +40 -40
  100. package/dist/11000/solanaIngressEgress/depositFailed.d.ts +40 -40
  101. package/dist/11000/solanaIngressEgress/failedToBuildAllBatchCall.d.cts +22 -22
  102. package/dist/11000/solanaIngressEgress/failedToBuildAllBatchCall.d.ts +22 -22
  103. package/dist/11000/swapping/palletConfigUpdated.d.cts +32 -32
  104. package/dist/11000/swapping/palletConfigUpdated.d.ts +32 -32
  105. package/dist/11000/swapping/refundEgressScheduled.d.cts +12 -12
  106. package/dist/11000/swapping/refundEgressScheduled.d.ts +12 -12
  107. package/dist/11000/swapping/refundedOnChain.d.cts +8 -8
  108. package/dist/11000/swapping/refundedOnChain.d.ts +8 -8
  109. package/dist/11000/swapping/swapDepositAddressReady.d.cts +42 -42
  110. package/dist/11000/swapping/swapDepositAddressReady.d.ts +42 -42
  111. package/dist/11000/swapping/swapRequested.d.cts +44 -44
  112. package/dist/11000/swapping/swapRequested.d.ts +44 -44
  113. package/dist/111/polkadotIngressEgress/transferFallbackRequested.d.cts +2 -2
  114. package/dist/111/polkadotIngressEgress/transferFallbackRequested.d.ts +2 -2
  115. package/dist/11100/arbitrumIngressEgress/depositFailed.d.cts +166 -166
  116. package/dist/11100/arbitrumIngressEgress/depositFailed.d.ts +166 -166
  117. package/dist/11100/assethubIngressEgress/depositFailed.d.cts +30 -30
  118. package/dist/11100/assethubIngressEgress/depositFailed.d.ts +30 -30
  119. package/dist/11100/polkadotIngressEgress/depositFailed.d.cts +30 -30
  120. package/dist/11100/polkadotIngressEgress/depositFailed.d.ts +30 -30
  121. package/dist/11100/swapping/swapCanceled.cjs +7 -0
  122. package/dist/11100/swapping/swapCanceled.d.cts +11 -0
  123. package/dist/11100/swapping/swapCanceled.d.ts +11 -0
  124. package/dist/11100/swapping/swapCanceled.mjs +7 -0
  125. package/dist/11100/swapping/swapDepositAddressReady.d.cts +81 -81
  126. package/dist/11100/swapping/swapDepositAddressReady.d.ts +81 -81
  127. package/dist/11100/swapping/swapRequested.d.cts +320 -320
  128. package/dist/11100/swapping/swapRequested.d.ts +320 -320
  129. package/dist/131/bitcoinBroadcaster/transactionBroadcastRequest.d.cts +2 -2
  130. package/dist/131/bitcoinBroadcaster/transactionBroadcastRequest.d.ts +2 -2
  131. package/dist/131/liquidityPools/limitOrderUpdated.d.cts +10 -10
  132. package/dist/131/liquidityPools/limitOrderUpdated.d.ts +10 -10
  133. package/dist/131/liquidityPools/rangeOrderUpdated.d.cts +10 -10
  134. package/dist/131/liquidityPools/rangeOrderUpdated.d.ts +10 -10
  135. package/dist/131/liquidityProvider/accountCredited.d.cts +2 -2
  136. package/dist/131/liquidityProvider/accountCredited.d.ts +2 -2
  137. package/dist/131/liquidityProvider/accountDebited.d.cts +2 -2
  138. package/dist/131/liquidityProvider/accountDebited.d.ts +2 -2
  139. package/dist/131/liquidityProvider/liquidityDepositAddressReady.d.cts +4 -4
  140. package/dist/131/liquidityProvider/liquidityDepositAddressReady.d.ts +4 -4
  141. package/dist/131/liquidityProvider/liquidityDepositCredited.d.cts +2 -2
  142. package/dist/131/liquidityProvider/liquidityDepositCredited.d.ts +2 -2
  143. package/dist/131/polkadotIngressEgress/failedToBuildAllBatchCall.d.cts +28 -28
  144. package/dist/131/polkadotIngressEgress/failedToBuildAllBatchCall.d.ts +28 -28
  145. package/dist/131/reputation/offencePenalty.d.cts +2 -2
  146. package/dist/131/reputation/offencePenalty.d.ts +2 -2
  147. package/dist/131/swapping/batchSwapFailed.d.cts +8 -8
  148. package/dist/131/swapping/batchSwapFailed.d.ts +8 -8
  149. package/dist/131/swapping/maximumSwapAmountSet.d.cts +6 -6
  150. package/dist/131/swapping/maximumSwapAmountSet.d.ts +6 -6
  151. package/dist/131/swapping/swapAmountConfiscated.d.cts +12 -12
  152. package/dist/131/swapping/swapAmountConfiscated.d.ts +12 -12
  153. package/dist/131/swapping/swapDepositAddressReady.d.cts +18 -18
  154. package/dist/131/swapping/swapDepositAddressReady.d.ts +18 -18
  155. package/dist/131/swapping/swapEgressIgnored.d.cts +12 -12
  156. package/dist/131/swapping/swapEgressIgnored.d.ts +12 -12
  157. package/dist/131/swapping/swapEgressScheduled.d.cts +8 -8
  158. package/dist/131/swapping/swapEgressScheduled.d.ts +8 -8
  159. package/dist/131/swapping/swapExecuted.d.cts +12 -12
  160. package/dist/131/swapping/swapExecuted.d.ts +12 -12
  161. package/dist/131/swapping/swapScheduled.d.cts +14 -14
  162. package/dist/131/swapping/swapScheduled.d.ts +14 -14
  163. package/dist/131/swapping/withdrawalRequested.d.cts +6 -6
  164. package/dist/131/swapping/withdrawalRequested.d.ts +6 -6
  165. package/dist/141/ethereumIngressEgress/boostFundsAdded.d.cts +2 -2
  166. package/dist/141/ethereumIngressEgress/boostFundsAdded.d.ts +2 -2
  167. package/dist/141/ethereumIngressEgress/depositBoosted.d.cts +4 -4
  168. package/dist/141/ethereumIngressEgress/depositBoosted.d.ts +4 -4
  169. package/dist/141/ethereumIngressEgress/depositFinalised.d.cts +4 -4
  170. package/dist/141/ethereumIngressEgress/depositFinalised.d.ts +4 -4
  171. package/dist/141/ethereumIngressEgress/insufficientBoostLiquidity.d.cts +3 -3
  172. package/dist/141/ethereumIngressEgress/insufficientBoostLiquidity.d.ts +3 -3
  173. package/dist/141/evmThresholdSigner/failureReportProcessed.d.cts +2 -2
  174. package/dist/141/evmThresholdSigner/failureReportProcessed.d.ts +2 -2
  175. package/dist/141/evmThresholdSigner/retryRequested.d.cts +2 -2
  176. package/dist/141/evmThresholdSigner/retryRequested.d.ts +2 -2
  177. package/dist/141/evmThresholdSigner/thresholdDispatchComplete.d.cts +2 -2
  178. package/dist/141/evmThresholdSigner/thresholdDispatchComplete.d.ts +2 -2
  179. package/dist/141/evmThresholdSigner/thresholdSignatureFailed.d.cts +2 -2
  180. package/dist/141/evmThresholdSigner/thresholdSignatureFailed.d.ts +2 -2
  181. package/dist/141/evmThresholdSigner/thresholdSignatureRequest.d.cts +2 -2
  182. package/dist/141/evmThresholdSigner/thresholdSignatureRequest.d.ts +2 -2
  183. package/dist/141/evmThresholdSigner/thresholdSignatureSuccess.d.cts +2 -2
  184. package/dist/141/evmThresholdSigner/thresholdSignatureSuccess.d.ts +2 -2
  185. package/dist/141/liquidityPools/limitOrderUpdated.d.cts +10 -10
  186. package/dist/141/liquidityPools/limitOrderUpdated.d.ts +10 -10
  187. package/dist/141/liquidityPools/rangeOrderUpdated.d.cts +10 -10
  188. package/dist/141/liquidityPools/rangeOrderUpdated.d.ts +10 -10
  189. package/dist/141/liquidityProvider/accountCredited.d.cts +2 -2
  190. package/dist/141/liquidityProvider/accountCredited.d.ts +2 -2
  191. package/dist/141/liquidityProvider/accountDebited.d.cts +2 -2
  192. package/dist/141/liquidityProvider/accountDebited.d.ts +2 -2
  193. package/dist/141/liquidityProvider/liquidityDepositAddressReady.d.cts +4 -4
  194. package/dist/141/liquidityProvider/liquidityDepositAddressReady.d.ts +4 -4
  195. package/dist/141/liquidityProvider/liquidityDepositCredited.d.cts +2 -2
  196. package/dist/141/liquidityProvider/liquidityDepositCredited.d.ts +2 -2
  197. package/dist/141/liquidityProvider/liquidityRefundAddressRegistered.d.cts +2 -2
  198. package/dist/141/liquidityProvider/liquidityRefundAddressRegistered.d.ts +2 -2
  199. package/dist/141/swapping/batchSwapFailed.d.cts +8 -8
  200. package/dist/141/swapping/batchSwapFailed.d.ts +8 -8
  201. package/dist/141/swapping/ccmDepositReceived.d.cts +4 -4
  202. package/dist/141/swapping/ccmDepositReceived.d.ts +4 -4
  203. package/dist/141/swapping/ccmFailed.d.cts +4 -4
  204. package/dist/141/swapping/ccmFailed.d.ts +4 -4
  205. package/dist/141/swapping/maximumSwapAmountSet.d.cts +6 -6
  206. package/dist/141/swapping/maximumSwapAmountSet.d.ts +6 -6
  207. package/dist/141/swapping/swapAmountConfiscated.d.cts +12 -12
  208. package/dist/141/swapping/swapAmountConfiscated.d.ts +12 -12
  209. package/dist/141/swapping/swapDepositAddressReady.d.cts +18 -18
  210. package/dist/141/swapping/swapDepositAddressReady.d.ts +18 -18
  211. package/dist/141/swapping/swapEgressIgnored.d.cts +12 -12
  212. package/dist/141/swapping/swapEgressIgnored.d.ts +12 -12
  213. package/dist/141/swapping/swapEgressScheduled.d.cts +8 -8
  214. package/dist/141/swapping/swapEgressScheduled.d.ts +8 -8
  215. package/dist/141/swapping/swapExecuted.d.cts +12 -12
  216. package/dist/141/swapping/swapExecuted.d.ts +12 -12
  217. package/dist/141/swapping/swapScheduled.d.cts +16 -16
  218. package/dist/141/swapping/swapScheduled.d.ts +16 -16
  219. package/dist/141/swapping/withdrawalRequested.d.cts +6 -6
  220. package/dist/141/swapping/withdrawalRequested.d.ts +6 -6
  221. package/dist/141/validator/rotationPhaseUpdated.d.cts +20 -20
  222. package/dist/141/validator/rotationPhaseUpdated.d.ts +20 -20
  223. package/dist/150/arbitrumIngressEgress/depositBoosted.d.cts +4 -4
  224. package/dist/150/arbitrumIngressEgress/depositBoosted.d.ts +4 -4
  225. package/dist/150/arbitrumIngressEgress/depositFinalised.d.cts +2 -2
  226. package/dist/150/arbitrumIngressEgress/depositFinalised.d.ts +2 -2
  227. package/dist/150/arbitrumIngressEgress/depositIgnored.d.cts +2 -2
  228. package/dist/150/arbitrumIngressEgress/depositIgnored.d.ts +2 -2
  229. package/dist/150/arbitrumIngressEgress/depositWitnessRejected.d.cts +4 -4
  230. package/dist/150/arbitrumIngressEgress/depositWitnessRejected.d.ts +4 -4
  231. package/dist/150/assetBalances/refundScheduled.d.cts +52 -52
  232. package/dist/150/assetBalances/refundScheduled.d.ts +52 -52
  233. package/dist/150/assetBalances/refundSkipped.d.cts +66 -66
  234. package/dist/150/assetBalances/refundSkipped.d.ts +66 -66
  235. package/dist/150/liquidityProvider/accountCredited.d.cts +2 -2
  236. package/dist/150/liquidityProvider/accountCredited.d.ts +2 -2
  237. package/dist/150/liquidityProvider/accountDebited.d.cts +2 -2
  238. package/dist/150/liquidityProvider/accountDebited.d.ts +2 -2
  239. package/dist/150/liquidityProvider/assetTransferred.d.cts +3 -3
  240. package/dist/150/liquidityProvider/assetTransferred.d.ts +3 -3
  241. package/dist/150/liquidityProvider/liquidityDepositAddressReady.d.cts +2 -2
  242. package/dist/150/liquidityProvider/liquidityDepositAddressReady.d.ts +2 -2
  243. package/dist/150/liquidityProvider/liquidityDepositCredited.d.cts +2 -2
  244. package/dist/150/liquidityProvider/liquidityDepositCredited.d.ts +2 -2
  245. package/dist/150/liquidityProvider/liquidityRefundAddressRegistered.d.cts +2 -2
  246. package/dist/150/liquidityProvider/liquidityRefundAddressRegistered.d.ts +2 -2
  247. package/dist/150/polkadotIngressEgress/ccmBroadcastRequested.d.cts +2 -2
  248. package/dist/150/polkadotIngressEgress/ccmBroadcastRequested.d.ts +2 -2
  249. package/dist/150/polkadotIngressEgress/ccmEgressInvalid.d.cts +4 -4
  250. package/dist/150/polkadotIngressEgress/ccmEgressInvalid.d.ts +4 -4
  251. package/dist/150/solanaIngressEgress/boostFundsAdded.d.cts +2 -2
  252. package/dist/150/solanaIngressEgress/boostFundsAdded.d.ts +2 -2
  253. package/dist/150/solanaIngressEgress/ccmEgressInvalid.d.cts +16 -16
  254. package/dist/150/solanaIngressEgress/ccmEgressInvalid.d.ts +16 -16
  255. package/dist/150/solanaIngressEgress/depositFinalised.d.cts +2 -2
  256. package/dist/150/solanaIngressEgress/depositFinalised.d.ts +2 -2
  257. package/dist/150/solanaIngressEgress/depositIgnored.d.cts +2 -2
  258. package/dist/150/solanaIngressEgress/depositIgnored.d.ts +2 -2
  259. package/dist/150/solanaIngressEgress/depositWitnessRejected.d.cts +20 -20
  260. package/dist/150/solanaIngressEgress/depositWitnessRejected.d.ts +20 -20
  261. package/dist/150/solanaIngressEgress/failedToBuildAllBatchCall.d.cts +28 -28
  262. package/dist/150/solanaIngressEgress/failedToBuildAllBatchCall.d.ts +28 -28
  263. package/dist/150/solanaThresholdSigner/failureReportProcessed.d.cts +2 -2
  264. package/dist/150/solanaThresholdSigner/failureReportProcessed.d.ts +2 -2
  265. package/dist/150/solanaThresholdSigner/retryRequested.d.cts +2 -2
  266. package/dist/150/solanaThresholdSigner/retryRequested.d.ts +2 -2
  267. package/dist/150/solanaThresholdSigner/thresholdDispatchComplete.d.cts +2 -2
  268. package/dist/150/solanaThresholdSigner/thresholdDispatchComplete.d.ts +2 -2
  269. package/dist/150/solanaThresholdSigner/thresholdSignatureFailed.d.cts +2 -2
  270. package/dist/150/solanaThresholdSigner/thresholdSignatureFailed.d.ts +2 -2
  271. package/dist/150/solanaThresholdSigner/thresholdSignatureRequest.d.cts +2 -2
  272. package/dist/150/solanaThresholdSigner/thresholdSignatureRequest.d.ts +2 -2
  273. package/dist/150/solanaThresholdSigner/thresholdSignatureSuccess.d.cts +2 -2
  274. package/dist/150/solanaThresholdSigner/thresholdSignatureSuccess.d.ts +2 -2
  275. package/dist/160/arbitrumIngressEgress/depositBoosted.d.cts +10 -10
  276. package/dist/160/arbitrumIngressEgress/depositBoosted.d.ts +10 -10
  277. package/dist/160/arbitrumIngressEgress/depositFinalised.d.cts +6 -6
  278. package/dist/160/arbitrumIngressEgress/depositFinalised.d.ts +6 -6
  279. package/dist/160/assetBalances/accountCredited.d.cts +2 -2
  280. package/dist/160/assetBalances/accountCredited.d.ts +2 -2
  281. package/dist/160/assetBalances/accountDebited.d.cts +2 -2
  282. package/dist/160/assetBalances/accountDebited.d.ts +2 -2
  283. package/dist/160/bitcoinIngressEgress/ccmEgressInvalid.d.cts +61 -61
  284. package/dist/160/bitcoinIngressEgress/ccmEgressInvalid.d.ts +61 -61
  285. package/dist/160/bitcoinIngressEgress/depositBoosted.d.cts +28 -28
  286. package/dist/160/bitcoinIngressEgress/depositBoosted.d.ts +28 -28
  287. package/dist/160/bitcoinIngressEgress/depositFinalised.d.cts +22 -22
  288. package/dist/160/bitcoinIngressEgress/depositFinalised.d.ts +22 -22
  289. package/dist/160/environment/runtimeSafeModeUpdated.d.cts +40 -40
  290. package/dist/160/environment/runtimeSafeModeUpdated.d.ts +40 -40
  291. package/dist/160/ethereumIngressEgress/depositBoosted.d.cts +10 -10
  292. package/dist/160/ethereumIngressEgress/depositBoosted.d.ts +10 -10
  293. package/dist/160/ethereumIngressEgress/depositFinalised.d.cts +6 -6
  294. package/dist/160/ethereumIngressEgress/depositFinalised.d.ts +6 -6
  295. package/dist/160/polkadotIngressEgress/ccmEgressInvalid.d.cts +61 -61
  296. package/dist/160/polkadotIngressEgress/ccmEgressInvalid.d.ts +61 -61
  297. package/dist/160/polkadotIngressEgress/depositBoosted.d.cts +8 -8
  298. package/dist/160/polkadotIngressEgress/depositBoosted.d.ts +8 -8
  299. package/dist/160/polkadotIngressEgress/depositFinalised.d.cts +6 -6
  300. package/dist/160/polkadotIngressEgress/depositFinalised.d.ts +6 -6
  301. package/dist/160/solanaBroadcaster/transactionBroadcastRequest.d.cts +2 -2
  302. package/dist/160/solanaBroadcaster/transactionBroadcastRequest.d.ts +2 -2
  303. package/dist/160/solanaBroadcaster/transactionFeeDeficitRecorded.d.cts +2 -2
  304. package/dist/160/solanaBroadcaster/transactionFeeDeficitRecorded.d.ts +2 -2
  305. package/dist/160/solanaIngressEgress/ccmEgressInvalid.d.cts +61 -61
  306. package/dist/160/solanaIngressEgress/ccmEgressInvalid.d.ts +61 -61
  307. package/dist/160/solanaIngressEgress/depositBoosted.d.cts +4 -4
  308. package/dist/160/solanaIngressEgress/depositBoosted.d.ts +4 -4
  309. package/dist/160/solanaIngressEgress/depositFetchesScheduled.d.cts +2 -2
  310. package/dist/160/solanaIngressEgress/depositFetchesScheduled.d.ts +2 -2
  311. package/dist/160/solanaIngressEgress/depositFinalised.d.cts +3 -3
  312. package/dist/160/solanaIngressEgress/depositFinalised.d.ts +3 -3
  313. package/dist/160/solanaIngressEgress/depositIgnored.d.cts +2 -2
  314. package/dist/160/solanaIngressEgress/depositIgnored.d.ts +2 -2
  315. package/dist/160/solanaIngressEgress/depositWitnessRejected.d.cts +26 -26
  316. package/dist/160/solanaIngressEgress/depositWitnessRejected.d.ts +26 -26
  317. package/dist/160/solanaIngressEgress/insufficientBoostLiquidity.d.cts +3 -3
  318. package/dist/160/solanaIngressEgress/insufficientBoostLiquidity.d.ts +3 -3
  319. package/dist/160/swapping/batchSwapFailed.d.cts +8 -8
  320. package/dist/160/swapping/batchSwapFailed.d.ts +8 -8
  321. package/dist/160/swapping/ccmFailed.d.cts +14 -14
  322. package/dist/160/swapping/ccmFailed.d.ts +14 -14
  323. package/dist/160/swapping/maximumSwapAmountSet.d.cts +6 -6
  324. package/dist/160/swapping/maximumSwapAmountSet.d.ts +6 -6
  325. package/dist/160/swapping/refundEgressIgnored.d.cts +12 -12
  326. package/dist/160/swapping/refundEgressIgnored.d.ts +12 -12
  327. package/dist/160/swapping/refundEgressScheduled.d.cts +8 -8
  328. package/dist/160/swapping/refundEgressScheduled.d.ts +8 -8
  329. package/dist/160/swapping/swapAmountConfiscated.d.cts +7 -7
  330. package/dist/160/swapping/swapAmountConfiscated.d.ts +7 -7
  331. package/dist/160/swapping/swapDepositAddressReady.d.cts +31 -31
  332. package/dist/160/swapping/swapDepositAddressReady.d.ts +31 -31
  333. package/dist/160/swapping/swapEgressIgnored.d.cts +12 -12
  334. package/dist/160/swapping/swapEgressIgnored.d.ts +12 -12
  335. package/dist/160/swapping/swapEgressScheduled.d.cts +8 -8
  336. package/dist/160/swapping/swapEgressScheduled.d.ts +8 -8
  337. package/dist/160/swapping/swapExecuted.d.cts +12 -12
  338. package/dist/160/swapping/swapExecuted.d.ts +12 -12
  339. package/dist/160/swapping/swapRequested.d.cts +40 -40
  340. package/dist/160/swapping/swapRequested.d.ts +40 -40
  341. package/dist/160/swapping/withdrawalRequested.d.cts +10 -10
  342. package/dist/160/swapping/withdrawalRequested.d.ts +10 -10
  343. package/dist/170/arbitrumIngressEgress/ccmFailed.d.cts +37 -37
  344. package/dist/170/arbitrumIngressEgress/ccmFailed.d.ts +37 -37
  345. package/dist/170/arbitrumIngressEgress/depositIgnored.d.cts +4 -4
  346. package/dist/170/arbitrumIngressEgress/depositIgnored.d.ts +4 -4
  347. package/dist/170/arbitrumIngressEgress/failedToBuildAllBatchCall.d.cts +50 -50
  348. package/dist/170/arbitrumIngressEgress/failedToBuildAllBatchCall.d.ts +50 -50
  349. package/dist/170/arbitrumIngressEgress/transactionRejectedByBroker.d.cts +2 -2
  350. package/dist/170/arbitrumIngressEgress/transactionRejectedByBroker.d.ts +2 -2
  351. package/dist/170/bitcoinIngressEgress/ccmFailed.d.cts +37 -37
  352. package/dist/170/bitcoinIngressEgress/ccmFailed.d.ts +37 -37
  353. package/dist/170/bitcoinIngressEgress/depositBoosted.d.cts +20 -20
  354. package/dist/170/bitcoinIngressEgress/depositBoosted.d.ts +20 -20
  355. package/dist/170/bitcoinIngressEgress/depositFinalised.d.cts +20 -20
  356. package/dist/170/bitcoinIngressEgress/depositFinalised.d.ts +20 -20
  357. package/dist/170/bitcoinIngressEgress/depositIgnored.d.cts +24 -24
  358. package/dist/170/bitcoinIngressEgress/depositIgnored.d.ts +24 -24
  359. package/dist/170/bitcoinIngressEgress/depositWitnessRejected.d.cts +46 -46
  360. package/dist/170/bitcoinIngressEgress/depositWitnessRejected.d.ts +46 -46
  361. package/dist/170/bitcoinIngressEgress/failedToBuildAllBatchCall.d.cts +50 -50
  362. package/dist/170/bitcoinIngressEgress/failedToBuildAllBatchCall.d.ts +50 -50
  363. package/dist/170/bitcoinIngressEgress/transactionRejectedByBroker.d.cts +2 -2
  364. package/dist/170/bitcoinIngressEgress/transactionRejectedByBroker.d.ts +2 -2
  365. package/dist/170/ethereumIngressEgress/ccmFailed.d.cts +37 -37
  366. package/dist/170/ethereumIngressEgress/ccmFailed.d.ts +37 -37
  367. package/dist/170/ethereumIngressEgress/depositIgnored.d.cts +4 -4
  368. package/dist/170/ethereumIngressEgress/depositIgnored.d.ts +4 -4
  369. package/dist/170/ethereumIngressEgress/failedToBuildAllBatchCall.d.cts +50 -50
  370. package/dist/170/ethereumIngressEgress/failedToBuildAllBatchCall.d.ts +50 -50
  371. package/dist/170/polkadotIngressEgress/boostedDepositLost.d.cts +2 -2
  372. package/dist/170/polkadotIngressEgress/boostedDepositLost.d.ts +2 -2
  373. package/dist/170/polkadotIngressEgress/ccmFailed.d.cts +14 -14
  374. package/dist/170/polkadotIngressEgress/ccmFailed.d.ts +14 -14
  375. package/dist/170/polkadotIngressEgress/depositIgnored.d.cts +2 -2
  376. package/dist/170/polkadotIngressEgress/depositIgnored.d.ts +2 -2
  377. package/dist/170/polkadotIngressEgress/failedToBuildAllBatchCall.d.cts +50 -50
  378. package/dist/170/polkadotIngressEgress/failedToBuildAllBatchCall.d.ts +50 -50
  379. package/dist/170/reputation/offencePenalty.d.cts +6 -6
  380. package/dist/170/reputation/offencePenalty.d.ts +6 -6
  381. package/dist/170/reputation/penaltyUpdated.d.cts +4 -4
  382. package/dist/170/reputation/penaltyUpdated.d.ts +4 -4
  383. package/dist/170/solanaIngressEgress/boostedDepositLost.d.cts +2 -2
  384. package/dist/170/solanaIngressEgress/boostedDepositLost.d.ts +2 -2
  385. package/dist/170/solanaIngressEgress/depositIgnored.d.cts +2 -2
  386. package/dist/170/solanaIngressEgress/depositIgnored.d.ts +2 -2
  387. package/dist/180/ethereumIngressEgress/ccmEgressInvalid.d.cts +61 -61
  388. package/dist/180/ethereumIngressEgress/ccmEgressInvalid.d.ts +61 -61
  389. package/dist/180/ethereumIngressEgress/depositBoosted.d.cts +6 -6
  390. package/dist/180/ethereumIngressEgress/depositBoosted.d.ts +6 -6
  391. package/dist/180/ethereumIngressEgress/depositFailed.d.cts +179 -179
  392. package/dist/180/ethereumIngressEgress/depositFailed.d.ts +179 -179
  393. package/dist/180/ethereumIngressEgress/depositFinalised.d.cts +2 -2
  394. package/dist/180/ethereumIngressEgress/depositFinalised.d.ts +2 -2
  395. package/dist/180/ethereumIngressEgress/failedToBuildAllBatchCall.d.cts +57 -57
  396. package/dist/180/ethereumIngressEgress/failedToBuildAllBatchCall.d.ts +57 -57
  397. package/dist/180/ethereumIngressEgress/insufficientBoostLiquidity.d.cts +2 -2
  398. package/dist/180/ethereumIngressEgress/insufficientBoostLiquidity.d.ts +2 -2
  399. package/dist/180/polkadotIngressEgress/ccmEgressInvalid.d.cts +61 -61
  400. package/dist/180/polkadotIngressEgress/ccmEgressInvalid.d.ts +61 -61
  401. package/dist/180/polkadotIngressEgress/depositBoosted.d.cts +6 -6
  402. package/dist/180/polkadotIngressEgress/depositBoosted.d.ts +6 -6
  403. package/dist/180/polkadotIngressEgress/depositFailed.d.cts +179 -179
  404. package/dist/180/polkadotIngressEgress/depositFailed.d.ts +179 -179
  405. package/dist/180/polkadotIngressEgress/depositFinalised.d.cts +2 -2
  406. package/dist/180/polkadotIngressEgress/depositFinalised.d.ts +2 -2
  407. package/dist/180/polkadotIngressEgress/failedToBuildAllBatchCall.d.cts +57 -57
  408. package/dist/180/polkadotIngressEgress/failedToBuildAllBatchCall.d.ts +57 -57
  409. package/dist/180/polkadotIngressEgress/insufficientBoostLiquidity.d.cts +2 -2
  410. package/dist/180/polkadotIngressEgress/insufficientBoostLiquidity.d.ts +2 -2
  411. package/dist/190/arbitrumIngressEgress/ccmEgressInvalid.d.cts +24 -24
  412. package/dist/190/arbitrumIngressEgress/ccmEgressInvalid.d.ts +24 -24
  413. package/dist/190/arbitrumIngressEgress/depositBoosted.d.cts +14 -14
  414. package/dist/190/arbitrumIngressEgress/depositBoosted.d.ts +14 -14
  415. package/dist/190/arbitrumIngressEgress/depositFailed.d.cts +36 -36
  416. package/dist/190/arbitrumIngressEgress/depositFailed.d.ts +36 -36
  417. package/dist/190/arbitrumIngressEgress/depositFinalised.d.cts +12 -12
  418. package/dist/190/arbitrumIngressEgress/depositFinalised.d.ts +12 -12
  419. package/dist/190/arbitrumIngressEgress/failedToBuildAllBatchCall.d.cts +20 -20
  420. package/dist/190/arbitrumIngressEgress/failedToBuildAllBatchCall.d.ts +20 -20
  421. package/dist/190/assethubBroadcaster/broadcastCallbackExecuted.d.cts +28 -28
  422. package/dist/190/assethubBroadcaster/broadcastCallbackExecuted.d.ts +28 -28
  423. package/dist/190/assethubIngressEgress/ccmBroadcastRequested.d.cts +2 -2
  424. package/dist/190/assethubIngressEgress/ccmBroadcastRequested.d.ts +2 -2
  425. package/dist/190/assethubIngressEgress/ccmEgressInvalid.d.cts +50 -50
  426. package/dist/190/assethubIngressEgress/ccmEgressInvalid.d.ts +50 -50
  427. package/dist/190/assethubIngressEgress/depositFailed.d.cts +170 -170
  428. package/dist/190/assethubIngressEgress/depositFailed.d.ts +170 -170
  429. package/dist/190/assethubIngressEgress/depositFetchesScheduled.d.cts +2 -2
  430. package/dist/190/assethubIngressEgress/depositFetchesScheduled.d.ts +2 -2
  431. package/dist/190/assethubIngressEgress/failedToBuildAllBatchCall.d.cts +50 -50
  432. package/dist/190/assethubIngressEgress/failedToBuildAllBatchCall.d.ts +50 -50
  433. package/dist/190/assethubIngressEgress/transactionRejectedByBroker.d.cts +2 -2
  434. package/dist/190/assethubIngressEgress/transactionRejectedByBroker.d.ts +2 -2
  435. package/dist/190/assethubIngressEgress/transferFallbackRequested.d.cts +2 -2
  436. package/dist/190/assethubIngressEgress/transferFallbackRequested.d.ts +2 -2
  437. package/dist/190/bitcoinIngressEgress/ccmEgressInvalid.d.cts +4 -4
  438. package/dist/190/bitcoinIngressEgress/ccmEgressInvalid.d.ts +4 -4
  439. package/dist/190/reputation/offencePenalty.d.cts +6 -6
  440. package/dist/190/reputation/offencePenalty.d.ts +6 -6
  441. package/dist/190/reputation/penaltyUpdated.d.cts +4 -4
  442. package/dist/190/reputation/penaltyUpdated.d.ts +4 -4
  443. package/dist/190/solanaIngressEgress/ccmBroadcastRequested.d.cts +2 -2
  444. package/dist/190/solanaIngressEgress/ccmBroadcastRequested.d.ts +2 -2
  445. package/dist/190/solanaIngressEgress/ccmEgressInvalid.d.cts +50 -50
  446. package/dist/190/solanaIngressEgress/ccmEgressInvalid.d.ts +50 -50
  447. package/dist/190/solanaIngressEgress/depositBoosted.d.cts +8 -8
  448. package/dist/190/solanaIngressEgress/depositBoosted.d.ts +8 -8
  449. package/dist/190/solanaIngressEgress/depositFailed.d.cts +172 -172
  450. package/dist/190/solanaIngressEgress/depositFailed.d.ts +172 -172
  451. package/dist/190/solanaIngressEgress/depositFinalised.d.cts +6 -6
  452. package/dist/190/solanaIngressEgress/depositFinalised.d.ts +6 -6
  453. package/dist/190/solanaIngressEgress/failedToBuildAllBatchCall.d.cts +50 -50
  454. package/dist/190/solanaIngressEgress/failedToBuildAllBatchCall.d.ts +50 -50
  455. package/dist/190/solanaIngressEgress/transferFallbackRequested.d.cts +2 -2
  456. package/dist/190/solanaIngressEgress/transferFallbackRequested.d.ts +2 -2
  457. package/dist/190/tradingStrategy/fundsAddedToStrategy.d.cts +2 -2
  458. package/dist/190/tradingStrategy/fundsAddedToStrategy.d.ts +2 -2
  459. package/dist/190/tradingStrategy/strategyDeployed.d.cts +2 -2
  460. package/dist/190/tradingStrategy/strategyDeployed.d.ts +2 -2
  461. package/dist/Processor.cjs +19 -12
  462. package/dist/Processor.d.cts +6 -1
  463. package/dist/Processor.d.ts +6 -1
  464. package/dist/Processor.mjs +19 -12
  465. package/package.json +3 -3
@@ -53,17 +53,17 @@ declare const arbitrumIngressEgressDepositFailed: z.ZodObject<{
53
53
  error: string;
54
54
  }>;
55
55
  }, "strip", z.ZodTypeAny, {
56
+ __kind: "Module";
56
57
  value: {
57
58
  index: number;
58
59
  error: `0x${string}`;
59
60
  };
60
- __kind: "Module";
61
61
  }, {
62
+ __kind: "Module";
62
63
  value: {
63
64
  index: number;
64
65
  error: string;
65
66
  };
66
- __kind: "Module";
67
67
  }>, z.ZodObject<{
68
68
  __kind: z.ZodLiteral<"ConsumerRemaining">;
69
69
  }, "strip", z.ZodTypeAny, {
@@ -94,13 +94,13 @@ declare const arbitrumIngressEgressDepositFailed: z.ZodObject<{
94
94
  __kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
95
95
  }>;
96
96
  }, "strip", z.ZodTypeAny, {
97
- value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
98
97
  __kind: "Token";
98
+ value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
99
99
  }, {
100
+ __kind: "Token";
100
101
  value: {
101
102
  __kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
102
103
  };
103
- __kind: "Token";
104
104
  }>, z.ZodObject<{
105
105
  __kind: z.ZodLiteral<"Arithmetic">;
106
106
  value: z.ZodEffects<z.ZodObject<{
@@ -113,13 +113,13 @@ declare const arbitrumIngressEgressDepositFailed: z.ZodObject<{
113
113
  __kind: "Underflow" | "Overflow" | "DivisionByZero";
114
114
  }>;
115
115
  }, "strip", z.ZodTypeAny, {
116
- value: "Underflow" | "Overflow" | "DivisionByZero";
117
116
  __kind: "Arithmetic";
117
+ value: "Underflow" | "Overflow" | "DivisionByZero";
118
118
  }, {
119
+ __kind: "Arithmetic";
119
120
  value: {
120
121
  __kind: "Underflow" | "Overflow" | "DivisionByZero";
121
122
  };
122
- __kind: "Arithmetic";
123
123
  }>, z.ZodObject<{
124
124
  __kind: z.ZodLiteral<"Transactional">;
125
125
  value: z.ZodEffects<z.ZodObject<{
@@ -132,13 +132,13 @@ declare const arbitrumIngressEgressDepositFailed: z.ZodObject<{
132
132
  __kind: "LimitReached" | "NoLayer";
133
133
  }>;
134
134
  }, "strip", z.ZodTypeAny, {
135
- value: "LimitReached" | "NoLayer";
136
135
  __kind: "Transactional";
136
+ value: "LimitReached" | "NoLayer";
137
137
  }, {
138
+ __kind: "Transactional";
138
139
  value: {
139
140
  __kind: "LimitReached" | "NoLayer";
140
141
  };
141
- __kind: "Transactional";
142
142
  }>, z.ZodObject<{
143
143
  __kind: z.ZodLiteral<"Exhausted">;
144
144
  }, "strip", z.ZodTypeAny, {
@@ -165,6 +165,7 @@ declare const arbitrumIngressEgressDepositFailed: z.ZodObject<{
165
165
  __kind: "RootNotAllowed";
166
166
  }>]>;
167
167
  }, "strip", z.ZodTypeAny, {
168
+ __kind: "DepositWitnessRejected";
168
169
  value: {
169
170
  __kind: "Other";
170
171
  } | {
@@ -172,11 +173,11 @@ declare const arbitrumIngressEgressDepositFailed: z.ZodObject<{
172
173
  } | {
173
174
  __kind: "BadOrigin";
174
175
  } | {
176
+ __kind: "Module";
175
177
  value: {
176
178
  index: number;
177
179
  error: `0x${string}`;
178
180
  };
179
- __kind: "Module";
180
181
  } | {
181
182
  __kind: "ConsumerRemaining";
182
183
  } | {
@@ -184,14 +185,14 @@ declare const arbitrumIngressEgressDepositFailed: z.ZodObject<{
184
185
  } | {
185
186
  __kind: "TooManyConsumers";
186
187
  } | {
187
- value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
188
188
  __kind: "Token";
189
+ value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
189
190
  } | {
190
- value: "Underflow" | "Overflow" | "DivisionByZero";
191
191
  __kind: "Arithmetic";
192
+ value: "Underflow" | "Overflow" | "DivisionByZero";
192
193
  } | {
193
- value: "LimitReached" | "NoLayer";
194
194
  __kind: "Transactional";
195
+ value: "LimitReached" | "NoLayer";
195
196
  } | {
196
197
  __kind: "Exhausted";
197
198
  } | {
@@ -201,8 +202,8 @@ declare const arbitrumIngressEgressDepositFailed: z.ZodObject<{
201
202
  } | {
202
203
  __kind: "RootNotAllowed";
203
204
  };
204
- __kind: "DepositWitnessRejected";
205
205
  }, {
206
+ __kind: "DepositWitnessRejected";
206
207
  value: {
207
208
  __kind: "Other";
208
209
  } | {
@@ -210,11 +211,11 @@ declare const arbitrumIngressEgressDepositFailed: z.ZodObject<{
210
211
  } | {
211
212
  __kind: "BadOrigin";
212
213
  } | {
214
+ __kind: "Module";
213
215
  value: {
214
216
  index: number;
215
217
  error: string;
216
218
  };
217
- __kind: "Module";
218
219
  } | {
219
220
  __kind: "ConsumerRemaining";
220
221
  } | {
@@ -222,20 +223,20 @@ declare const arbitrumIngressEgressDepositFailed: z.ZodObject<{
222
223
  } | {
223
224
  __kind: "TooManyConsumers";
224
225
  } | {
226
+ __kind: "Token";
225
227
  value: {
226
228
  __kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
227
229
  };
228
- __kind: "Token";
229
230
  } | {
231
+ __kind: "Arithmetic";
230
232
  value: {
231
233
  __kind: "Underflow" | "Overflow" | "DivisionByZero";
232
234
  };
233
- __kind: "Arithmetic";
234
235
  } | {
236
+ __kind: "Transactional";
235
237
  value: {
236
238
  __kind: "LimitReached" | "NoLayer";
237
239
  };
238
- __kind: "Transactional";
239
240
  } | {
240
241
  __kind: "Exhausted";
241
242
  } | {
@@ -245,7 +246,6 @@ declare const arbitrumIngressEgressDepositFailed: z.ZodObject<{
245
246
  } | {
246
247
  __kind: "RootNotAllowed";
247
248
  };
248
- __kind: "DepositWitnessRejected";
249
249
  }>]>;
250
250
  details: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
251
251
  __kind: z.ZodLiteral<"DepositFailedDepositChannelVariantArbitrum">;
@@ -269,17 +269,17 @@ declare const arbitrumIngressEgressDepositFailed: z.ZodObject<{
269
269
  txHashes?: string[] | null | undefined;
270
270
  }>;
271
271
  }, "strip", z.ZodTypeAny, {
272
- depositAddress: `0x${string}`;
273
272
  asset: "ArbEth" | "ArbUsdc";
273
+ depositAddress: `0x${string}`;
274
274
  amount: bigint;
275
275
  depositDetails: {
276
276
  txHashes?: `0x${string}`[] | null | undefined;
277
277
  };
278
278
  }, {
279
- depositAddress: string;
280
279
  asset: {
281
280
  __kind: "ArbEth" | "ArbUsdc";
282
281
  };
282
+ depositAddress: string;
283
283
  amount: string | number;
284
284
  depositDetails: {
285
285
  txHashes?: string[] | null | undefined;
@@ -288,8 +288,8 @@ declare const arbitrumIngressEgressDepositFailed: z.ZodObject<{
288
288
  }, "strip", z.ZodTypeAny, {
289
289
  __kind: "DepositFailedDepositChannelVariantArbitrum";
290
290
  depositWitness: {
291
- depositAddress: `0x${string}`;
292
291
  asset: "ArbEth" | "ArbUsdc";
292
+ depositAddress: `0x${string}`;
293
293
  amount: bigint;
294
294
  depositDetails: {
295
295
  txHashes?: `0x${string}`[] | null | undefined;
@@ -298,10 +298,10 @@ declare const arbitrumIngressEgressDepositFailed: z.ZodObject<{
298
298
  }, {
299
299
  __kind: "DepositFailedDepositChannelVariantArbitrum";
300
300
  depositWitness: {
301
- depositAddress: string;
302
301
  asset: {
303
302
  __kind: "ArbEth" | "ArbUsdc";
304
303
  };
304
+ depositAddress: string;
305
305
  amount: string | number;
306
306
  depositDetails: {
307
307
  txHashes?: string[] | null | undefined;
@@ -342,11 +342,11 @@ declare const arbitrumIngressEgressDepositFailed: z.ZodObject<{
342
342
  __kind: z.ZodEnum<["Eth", "Dot", "Btc", "Arb", "Sol", "Hub"]>;
343
343
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
344
344
  }, "strip", z.ZodTypeAny, {
345
- value: `0x${string}`;
346
345
  __kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
346
+ value: `0x${string}`;
347
347
  }, {
348
- value: string;
349
348
  __kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
349
+ value: string;
350
350
  }>, {
351
351
  readonly chain: "Ethereum";
352
352
  readonly address: `0x${string}`;
@@ -366,8 +366,8 @@ declare const arbitrumIngressEgressDepositFailed: z.ZodObject<{
366
366
  readonly chain: "Assethub";
367
367
  readonly address: string;
368
368
  }, {
369
- value: string;
370
369
  __kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
370
+ value: string;
371
371
  }>;
372
372
  depositMetadata: z.ZodOptional<z.ZodNullable<z.ZodObject<{
373
373
  channelMetadata: z.ZodObject<{
@@ -396,67 +396,67 @@ declare const arbitrumIngressEgressDepositFailed: z.ZodObject<{
396
396
  __kind: z.ZodLiteral<"Eth">;
397
397
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
398
398
  }, "strip", z.ZodTypeAny, {
399
- value: `0x${string}`;
400
399
  __kind: "Eth";
400
+ value: `0x${string}`;
401
401
  }, {
402
- value: string;
403
402
  __kind: "Eth";
403
+ value: string;
404
404
  }>, z.ZodObject<{
405
405
  __kind: z.ZodLiteral<"Dot">;
406
406
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
407
407
  }, "strip", z.ZodTypeAny, {
408
- value: `0x${string}`;
409
408
  __kind: "Dot";
409
+ value: `0x${string}`;
410
410
  }, {
411
- value: string;
412
411
  __kind: "Dot";
412
+ value: string;
413
413
  }>, z.ZodObject<{
414
414
  __kind: z.ZodLiteral<"Btc">;
415
415
  value: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
416
416
  __kind: z.ZodLiteral<"P2PKH">;
417
417
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
418
418
  }, "strip", z.ZodTypeAny, {
419
- value: `0x${string}`;
420
419
  __kind: "P2PKH";
420
+ value: `0x${string}`;
421
421
  }, {
422
- value: string;
423
422
  __kind: "P2PKH";
423
+ value: string;
424
424
  }>, z.ZodObject<{
425
425
  __kind: z.ZodLiteral<"P2SH">;
426
426
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
427
427
  }, "strip", z.ZodTypeAny, {
428
- value: `0x${string}`;
429
428
  __kind: "P2SH";
429
+ value: `0x${string}`;
430
430
  }, {
431
- value: string;
432
431
  __kind: "P2SH";
432
+ value: string;
433
433
  }>, z.ZodObject<{
434
434
  __kind: z.ZodLiteral<"P2WPKH">;
435
435
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
436
436
  }, "strip", z.ZodTypeAny, {
437
- value: `0x${string}`;
438
437
  __kind: "P2WPKH";
438
+ value: `0x${string}`;
439
439
  }, {
440
- value: string;
441
440
  __kind: "P2WPKH";
441
+ value: string;
442
442
  }>, z.ZodObject<{
443
443
  __kind: z.ZodLiteral<"P2WSH">;
444
444
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
445
445
  }, "strip", z.ZodTypeAny, {
446
- value: `0x${string}`;
447
446
  __kind: "P2WSH";
447
+ value: `0x${string}`;
448
448
  }, {
449
- value: string;
450
449
  __kind: "P2WSH";
450
+ value: string;
451
451
  }>, z.ZodObject<{
452
452
  __kind: z.ZodLiteral<"Taproot">;
453
453
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
454
454
  }, "strip", z.ZodTypeAny, {
455
- value: `0x${string}`;
456
455
  __kind: "Taproot";
456
+ value: `0x${string}`;
457
457
  }, {
458
- value: string;
459
458
  __kind: "Taproot";
459
+ value: string;
460
460
  }>, z.ZodObject<{
461
461
  __kind: z.ZodLiteral<"OtherSegwit">;
462
462
  version: z.ZodNumber;
@@ -471,76 +471,76 @@ declare const arbitrumIngressEgressDepositFailed: z.ZodObject<{
471
471
  program: string;
472
472
  }>]>;
473
473
  }, "strip", z.ZodTypeAny, {
474
+ __kind: "Btc";
474
475
  value: {
475
- value: `0x${string}`;
476
476
  __kind: "P2PKH";
477
- } | {
478
477
  value: `0x${string}`;
479
- __kind: "P2SH";
480
478
  } | {
479
+ __kind: "P2SH";
481
480
  value: `0x${string}`;
482
- __kind: "P2WPKH";
483
481
  } | {
482
+ __kind: "P2WPKH";
484
483
  value: `0x${string}`;
485
- __kind: "P2WSH";
486
484
  } | {
485
+ __kind: "P2WSH";
487
486
  value: `0x${string}`;
487
+ } | {
488
488
  __kind: "Taproot";
489
+ value: `0x${string}`;
489
490
  } | {
490
491
  __kind: "OtherSegwit";
491
492
  version: number;
492
493
  program: `0x${string}`;
493
494
  };
494
- __kind: "Btc";
495
495
  }, {
496
+ __kind: "Btc";
496
497
  value: {
497
- value: string;
498
498
  __kind: "P2PKH";
499
- } | {
500
499
  value: string;
501
- __kind: "P2SH";
502
500
  } | {
501
+ __kind: "P2SH";
503
502
  value: string;
504
- __kind: "P2WPKH";
505
503
  } | {
504
+ __kind: "P2WPKH";
506
505
  value: string;
507
- __kind: "P2WSH";
508
506
  } | {
507
+ __kind: "P2WSH";
509
508
  value: string;
509
+ } | {
510
510
  __kind: "Taproot";
511
+ value: string;
511
512
  } | {
512
513
  __kind: "OtherSegwit";
513
514
  version: number;
514
515
  program: string;
515
516
  };
516
- __kind: "Btc";
517
517
  }>, z.ZodObject<{
518
518
  __kind: z.ZodLiteral<"Arb">;
519
519
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
520
520
  }, "strip", z.ZodTypeAny, {
521
- value: `0x${string}`;
522
521
  __kind: "Arb";
522
+ value: `0x${string}`;
523
523
  }, {
524
- value: string;
525
524
  __kind: "Arb";
525
+ value: string;
526
526
  }>, z.ZodObject<{
527
527
  __kind: z.ZodLiteral<"Sol">;
528
528
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
529
529
  }, "strip", z.ZodTypeAny, {
530
- value: `0x${string}`;
531
530
  __kind: "Sol";
531
+ value: `0x${string}`;
532
532
  }, {
533
- value: string;
534
533
  __kind: "Sol";
534
+ value: string;
535
535
  }>, z.ZodObject<{
536
536
  __kind: z.ZodLiteral<"Hub">;
537
537
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
538
538
  }, "strip", z.ZodTypeAny, {
539
- value: `0x${string}`;
540
539
  __kind: "Hub";
540
+ value: `0x${string}`;
541
541
  }, {
542
- value: string;
543
542
  __kind: "Hub";
543
+ value: string;
544
544
  }>]>>>;
545
545
  }, "strip", z.ZodTypeAny, {
546
546
  channelMetadata: {
@@ -550,42 +550,42 @@ declare const arbitrumIngressEgressDepositFailed: z.ZodObject<{
550
550
  };
551
551
  sourceChain: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
552
552
  sourceAddress?: {
553
- value: `0x${string}`;
554
553
  __kind: "Eth";
555
- } | {
556
554
  value: `0x${string}`;
555
+ } | {
557
556
  __kind: "Dot";
557
+ value: `0x${string}`;
558
558
  } | {
559
+ __kind: "Btc";
559
560
  value: {
560
- value: `0x${string}`;
561
561
  __kind: "P2PKH";
562
- } | {
563
562
  value: `0x${string}`;
564
- __kind: "P2SH";
565
563
  } | {
564
+ __kind: "P2SH";
566
565
  value: `0x${string}`;
567
- __kind: "P2WPKH";
568
566
  } | {
567
+ __kind: "P2WPKH";
569
568
  value: `0x${string}`;
570
- __kind: "P2WSH";
571
569
  } | {
570
+ __kind: "P2WSH";
572
571
  value: `0x${string}`;
572
+ } | {
573
573
  __kind: "Taproot";
574
+ value: `0x${string}`;
574
575
  } | {
575
576
  __kind: "OtherSegwit";
576
577
  version: number;
577
578
  program: `0x${string}`;
578
579
  };
579
- __kind: "Btc";
580
580
  } | {
581
- value: `0x${string}`;
582
581
  __kind: "Arb";
583
- } | {
584
582
  value: `0x${string}`;
585
- __kind: "Sol";
586
583
  } | {
584
+ __kind: "Sol";
587
585
  value: `0x${string}`;
586
+ } | {
588
587
  __kind: "Hub";
588
+ value: `0x${string}`;
589
589
  } | null | undefined;
590
590
  }, {
591
591
  channelMetadata: {
@@ -597,42 +597,42 @@ declare const arbitrumIngressEgressDepositFailed: z.ZodObject<{
597
597
  __kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
598
598
  };
599
599
  sourceAddress?: {
600
- value: string;
601
600
  __kind: "Eth";
602
- } | {
603
601
  value: string;
602
+ } | {
604
603
  __kind: "Dot";
604
+ value: string;
605
605
  } | {
606
+ __kind: "Btc";
606
607
  value: {
607
- value: string;
608
608
  __kind: "P2PKH";
609
- } | {
610
609
  value: string;
611
- __kind: "P2SH";
612
610
  } | {
611
+ __kind: "P2SH";
613
612
  value: string;
614
- __kind: "P2WPKH";
615
613
  } | {
614
+ __kind: "P2WPKH";
616
615
  value: string;
617
- __kind: "P2WSH";
618
616
  } | {
617
+ __kind: "P2WSH";
619
618
  value: string;
619
+ } | {
620
620
  __kind: "Taproot";
621
+ value: string;
621
622
  } | {
622
623
  __kind: "OtherSegwit";
623
624
  version: number;
624
625
  program: string;
625
626
  };
626
- __kind: "Btc";
627
627
  } | {
628
- value: string;
629
628
  __kind: "Arb";
630
- } | {
631
629
  value: string;
632
- __kind: "Sol";
633
630
  } | {
631
+ __kind: "Sol";
634
632
  value: string;
633
+ } | {
635
634
  __kind: "Hub";
635
+ value: string;
636
636
  } | null | undefined;
637
637
  }>>>;
638
638
  txId: z.ZodEffects<z.ZodString, `0x${string}`, string>;
@@ -704,6 +704,7 @@ declare const arbitrumIngressEgressDepositFailed: z.ZodObject<{
704
704
  }>>>;
705
705
  boostFee: z.ZodNumber;
706
706
  }, "strip", z.ZodTypeAny, {
707
+ txId: `0x${string}`;
707
708
  depositDetails: {
708
709
  txHashes?: `0x${string}`[] | null | undefined;
709
710
  };
@@ -729,7 +730,6 @@ declare const arbitrumIngressEgressDepositFailed: z.ZodObject<{
729
730
  readonly chain: "Assethub";
730
731
  readonly address: string;
731
732
  };
732
- txId: `0x${string}`;
733
733
  affiliateFees: {
734
734
  account: number;
735
735
  bps: number;
@@ -755,42 +755,42 @@ declare const arbitrumIngressEgressDepositFailed: z.ZodObject<{
755
755
  };
756
756
  sourceChain: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
757
757
  sourceAddress?: {
758
- value: `0x${string}`;
759
758
  __kind: "Eth";
760
- } | {
761
759
  value: `0x${string}`;
760
+ } | {
762
761
  __kind: "Dot";
762
+ value: `0x${string}`;
763
763
  } | {
764
+ __kind: "Btc";
764
765
  value: {
765
- value: `0x${string}`;
766
766
  __kind: "P2PKH";
767
- } | {
768
767
  value: `0x${string}`;
769
- __kind: "P2SH";
770
768
  } | {
769
+ __kind: "P2SH";
771
770
  value: `0x${string}`;
772
- __kind: "P2WPKH";
773
771
  } | {
772
+ __kind: "P2WPKH";
774
773
  value: `0x${string}`;
775
- __kind: "P2WSH";
776
774
  } | {
775
+ __kind: "P2WSH";
777
776
  value: `0x${string}`;
777
+ } | {
778
778
  __kind: "Taproot";
779
+ value: `0x${string}`;
779
780
  } | {
780
781
  __kind: "OtherSegwit";
781
782
  version: number;
782
783
  program: `0x${string}`;
783
784
  };
784
- __kind: "Btc";
785
785
  } | {
786
- value: `0x${string}`;
787
786
  __kind: "Arb";
788
- } | {
789
787
  value: `0x${string}`;
790
- __kind: "Sol";
791
788
  } | {
789
+ __kind: "Sol";
792
790
  value: `0x${string}`;
791
+ } | {
793
792
  __kind: "Hub";
793
+ value: `0x${string}`;
794
794
  } | null | undefined;
795
795
  } | null | undefined;
796
796
  brokerFee?: {
@@ -802,6 +802,7 @@ declare const arbitrumIngressEgressDepositFailed: z.ZodObject<{
802
802
  chunkInterval: number;
803
803
  } | null | undefined;
804
804
  }, {
805
+ txId: string;
805
806
  depositDetails: {
806
807
  txHashes?: string[] | null | undefined;
807
808
  };
@@ -813,10 +814,9 @@ declare const arbitrumIngressEgressDepositFailed: z.ZodObject<{
813
814
  __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
814
815
  };
815
816
  destinationAddress: {
816
- value: string;
817
817
  __kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
818
+ value: string;
818
819
  };
819
- txId: string;
820
820
  affiliateFees: {
821
821
  account: number;
822
822
  bps: number;
@@ -844,42 +844,42 @@ declare const arbitrumIngressEgressDepositFailed: z.ZodObject<{
844
844
  __kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
845
845
  };
846
846
  sourceAddress?: {
847
- value: string;
848
847
  __kind: "Eth";
849
- } | {
850
848
  value: string;
849
+ } | {
851
850
  __kind: "Dot";
851
+ value: string;
852
852
  } | {
853
+ __kind: "Btc";
853
854
  value: {
854
- value: string;
855
855
  __kind: "P2PKH";
856
- } | {
857
856
  value: string;
858
- __kind: "P2SH";
859
857
  } | {
858
+ __kind: "P2SH";
860
859
  value: string;
861
- __kind: "P2WPKH";
862
860
  } | {
861
+ __kind: "P2WPKH";
863
862
  value: string;
864
- __kind: "P2WSH";
865
863
  } | {
864
+ __kind: "P2WSH";
866
865
  value: string;
866
+ } | {
867
867
  __kind: "Taproot";
868
+ value: string;
868
869
  } | {
869
870
  __kind: "OtherSegwit";
870
871
  version: number;
871
872
  program: string;
872
873
  };
873
- __kind: "Btc";
874
874
  } | {
875
- value: string;
876
875
  __kind: "Arb";
877
- } | {
878
876
  value: string;
879
- __kind: "Sol";
880
877
  } | {
878
+ __kind: "Sol";
881
879
  value: string;
880
+ } | {
882
881
  __kind: "Hub";
882
+ value: string;
883
883
  } | null | undefined;
884
884
  } | null | undefined;
885
885
  brokerFee?: {
@@ -894,6 +894,7 @@ declare const arbitrumIngressEgressDepositFailed: z.ZodObject<{
894
894
  }, "strip", z.ZodTypeAny, {
895
895
  __kind: "DepositFailedVaultVariantArbitrum";
896
896
  vaultWitness: {
897
+ txId: `0x${string}`;
897
898
  depositDetails: {
898
899
  txHashes?: `0x${string}`[] | null | undefined;
899
900
  };
@@ -919,7 +920,6 @@ declare const arbitrumIngressEgressDepositFailed: z.ZodObject<{
919
920
  readonly chain: "Assethub";
920
921
  readonly address: string;
921
922
  };
922
- txId: `0x${string}`;
923
923
  affiliateFees: {
924
924
  account: number;
925
925
  bps: number;
@@ -945,42 +945,42 @@ declare const arbitrumIngressEgressDepositFailed: z.ZodObject<{
945
945
  };
946
946
  sourceChain: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
947
947
  sourceAddress?: {
948
- value: `0x${string}`;
949
948
  __kind: "Eth";
950
- } | {
951
949
  value: `0x${string}`;
950
+ } | {
952
951
  __kind: "Dot";
952
+ value: `0x${string}`;
953
953
  } | {
954
+ __kind: "Btc";
954
955
  value: {
955
- value: `0x${string}`;
956
956
  __kind: "P2PKH";
957
- } | {
958
957
  value: `0x${string}`;
959
- __kind: "P2SH";
960
958
  } | {
959
+ __kind: "P2SH";
961
960
  value: `0x${string}`;
962
- __kind: "P2WPKH";
963
961
  } | {
962
+ __kind: "P2WPKH";
964
963
  value: `0x${string}`;
965
- __kind: "P2WSH";
966
964
  } | {
965
+ __kind: "P2WSH";
967
966
  value: `0x${string}`;
967
+ } | {
968
968
  __kind: "Taproot";
969
+ value: `0x${string}`;
969
970
  } | {
970
971
  __kind: "OtherSegwit";
971
972
  version: number;
972
973
  program: `0x${string}`;
973
974
  };
974
- __kind: "Btc";
975
975
  } | {
976
- value: `0x${string}`;
977
976
  __kind: "Arb";
978
- } | {
979
977
  value: `0x${string}`;
980
- __kind: "Sol";
981
978
  } | {
979
+ __kind: "Sol";
982
980
  value: `0x${string}`;
981
+ } | {
983
982
  __kind: "Hub";
983
+ value: `0x${string}`;
984
984
  } | null | undefined;
985
985
  } | null | undefined;
986
986
  brokerFee?: {
@@ -995,6 +995,7 @@ declare const arbitrumIngressEgressDepositFailed: z.ZodObject<{
995
995
  }, {
996
996
  __kind: "DepositFailedVaultVariantArbitrum";
997
997
  vaultWitness: {
998
+ txId: string;
998
999
  depositDetails: {
999
1000
  txHashes?: string[] | null | undefined;
1000
1001
  };
@@ -1006,10 +1007,9 @@ declare const arbitrumIngressEgressDepositFailed: z.ZodObject<{
1006
1007
  __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
1007
1008
  };
1008
1009
  destinationAddress: {
1009
- value: string;
1010
1010
  __kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
1011
+ value: string;
1011
1012
  };
1012
- txId: string;
1013
1013
  affiliateFees: {
1014
1014
  account: number;
1015
1015
  bps: number;
@@ -1037,42 +1037,42 @@ declare const arbitrumIngressEgressDepositFailed: z.ZodObject<{
1037
1037
  __kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
1038
1038
  };
1039
1039
  sourceAddress?: {
1040
- value: string;
1041
1040
  __kind: "Eth";
1042
- } | {
1043
1041
  value: string;
1042
+ } | {
1044
1043
  __kind: "Dot";
1044
+ value: string;
1045
1045
  } | {
1046
+ __kind: "Btc";
1046
1047
  value: {
1047
- value: string;
1048
1048
  __kind: "P2PKH";
1049
- } | {
1050
1049
  value: string;
1051
- __kind: "P2SH";
1052
1050
  } | {
1051
+ __kind: "P2SH";
1053
1052
  value: string;
1054
- __kind: "P2WPKH";
1055
1053
  } | {
1054
+ __kind: "P2WPKH";
1056
1055
  value: string;
1057
- __kind: "P2WSH";
1058
1056
  } | {
1057
+ __kind: "P2WSH";
1059
1058
  value: string;
1059
+ } | {
1060
1060
  __kind: "Taproot";
1061
+ value: string;
1061
1062
  } | {
1062
1063
  __kind: "OtherSegwit";
1063
1064
  version: number;
1064
1065
  program: string;
1065
1066
  };
1066
- __kind: "Btc";
1067
1067
  } | {
1068
- value: string;
1069
1068
  __kind: "Arb";
1070
- } | {
1071
1069
  value: string;
1072
- __kind: "Sol";
1073
1070
  } | {
1071
+ __kind: "Sol";
1074
1072
  value: string;
1073
+ } | {
1075
1074
  __kind: "Hub";
1075
+ value: string;
1076
1076
  } | null | undefined;
1077
1077
  } | null | undefined;
1078
1078
  brokerFee?: {
@@ -1094,6 +1094,7 @@ declare const arbitrumIngressEgressDepositFailed: z.ZodObject<{
1094
1094
  } | {
1095
1095
  __kind: "TransactionRejectedByBroker";
1096
1096
  } | {
1097
+ __kind: "DepositWitnessRejected";
1097
1098
  value: {
1098
1099
  __kind: "Other";
1099
1100
  } | {
@@ -1101,11 +1102,11 @@ declare const arbitrumIngressEgressDepositFailed: z.ZodObject<{
1101
1102
  } | {
1102
1103
  __kind: "BadOrigin";
1103
1104
  } | {
1105
+ __kind: "Module";
1104
1106
  value: {
1105
1107
  index: number;
1106
1108
  error: `0x${string}`;
1107
1109
  };
1108
- __kind: "Module";
1109
1110
  } | {
1110
1111
  __kind: "ConsumerRemaining";
1111
1112
  } | {
@@ -1113,14 +1114,14 @@ declare const arbitrumIngressEgressDepositFailed: z.ZodObject<{
1113
1114
  } | {
1114
1115
  __kind: "TooManyConsumers";
1115
1116
  } | {
1116
- value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
1117
1117
  __kind: "Token";
1118
+ value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
1118
1119
  } | {
1119
- value: "Underflow" | "Overflow" | "DivisionByZero";
1120
1120
  __kind: "Arithmetic";
1121
+ value: "Underflow" | "Overflow" | "DivisionByZero";
1121
1122
  } | {
1122
- value: "LimitReached" | "NoLayer";
1123
1123
  __kind: "Transactional";
1124
+ value: "LimitReached" | "NoLayer";
1124
1125
  } | {
1125
1126
  __kind: "Exhausted";
1126
1127
  } | {
@@ -1130,13 +1131,12 @@ declare const arbitrumIngressEgressDepositFailed: z.ZodObject<{
1130
1131
  } | {
1131
1132
  __kind: "RootNotAllowed";
1132
1133
  };
1133
- __kind: "DepositWitnessRejected";
1134
1134
  };
1135
1135
  details: {
1136
1136
  __kind: "DepositFailedDepositChannelVariantArbitrum";
1137
1137
  depositWitness: {
1138
- depositAddress: `0x${string}`;
1139
1138
  asset: "ArbEth" | "ArbUsdc";
1139
+ depositAddress: `0x${string}`;
1140
1140
  amount: bigint;
1141
1141
  depositDetails: {
1142
1142
  txHashes?: `0x${string}`[] | null | undefined;
@@ -1145,6 +1145,7 @@ declare const arbitrumIngressEgressDepositFailed: z.ZodObject<{
1145
1145
  } | {
1146
1146
  __kind: "DepositFailedVaultVariantArbitrum";
1147
1147
  vaultWitness: {
1148
+ txId: `0x${string}`;
1148
1149
  depositDetails: {
1149
1150
  txHashes?: `0x${string}`[] | null | undefined;
1150
1151
  };
@@ -1170,7 +1171,6 @@ declare const arbitrumIngressEgressDepositFailed: z.ZodObject<{
1170
1171
  readonly chain: "Assethub";
1171
1172
  readonly address: string;
1172
1173
  };
1173
- txId: `0x${string}`;
1174
1174
  affiliateFees: {
1175
1175
  account: number;
1176
1176
  bps: number;
@@ -1196,42 +1196,42 @@ declare const arbitrumIngressEgressDepositFailed: z.ZodObject<{
1196
1196
  };
1197
1197
  sourceChain: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
1198
1198
  sourceAddress?: {
1199
- value: `0x${string}`;
1200
1199
  __kind: "Eth";
1201
- } | {
1202
1200
  value: `0x${string}`;
1201
+ } | {
1203
1202
  __kind: "Dot";
1203
+ value: `0x${string}`;
1204
1204
  } | {
1205
+ __kind: "Btc";
1205
1206
  value: {
1206
- value: `0x${string}`;
1207
1207
  __kind: "P2PKH";
1208
- } | {
1209
1208
  value: `0x${string}`;
1210
- __kind: "P2SH";
1211
1209
  } | {
1210
+ __kind: "P2SH";
1212
1211
  value: `0x${string}`;
1213
- __kind: "P2WPKH";
1214
1212
  } | {
1213
+ __kind: "P2WPKH";
1215
1214
  value: `0x${string}`;
1216
- __kind: "P2WSH";
1217
1215
  } | {
1216
+ __kind: "P2WSH";
1218
1217
  value: `0x${string}`;
1218
+ } | {
1219
1219
  __kind: "Taproot";
1220
+ value: `0x${string}`;
1220
1221
  } | {
1221
1222
  __kind: "OtherSegwit";
1222
1223
  version: number;
1223
1224
  program: `0x${string}`;
1224
1225
  };
1225
- __kind: "Btc";
1226
1226
  } | {
1227
- value: `0x${string}`;
1228
1227
  __kind: "Arb";
1229
- } | {
1230
1228
  value: `0x${string}`;
1231
- __kind: "Sol";
1232
1229
  } | {
1230
+ __kind: "Sol";
1233
1231
  value: `0x${string}`;
1232
+ } | {
1234
1233
  __kind: "Hub";
1234
+ value: `0x${string}`;
1235
1235
  } | null | undefined;
1236
1236
  } | null | undefined;
1237
1237
  brokerFee?: {
@@ -1253,6 +1253,7 @@ declare const arbitrumIngressEgressDepositFailed: z.ZodObject<{
1253
1253
  } | {
1254
1254
  __kind: "TransactionRejectedByBroker";
1255
1255
  } | {
1256
+ __kind: "DepositWitnessRejected";
1256
1257
  value: {
1257
1258
  __kind: "Other";
1258
1259
  } | {
@@ -1260,11 +1261,11 @@ declare const arbitrumIngressEgressDepositFailed: z.ZodObject<{
1260
1261
  } | {
1261
1262
  __kind: "BadOrigin";
1262
1263
  } | {
1264
+ __kind: "Module";
1263
1265
  value: {
1264
1266
  index: number;
1265
1267
  error: string;
1266
1268
  };
1267
- __kind: "Module";
1268
1269
  } | {
1269
1270
  __kind: "ConsumerRemaining";
1270
1271
  } | {
@@ -1272,20 +1273,20 @@ declare const arbitrumIngressEgressDepositFailed: z.ZodObject<{
1272
1273
  } | {
1273
1274
  __kind: "TooManyConsumers";
1274
1275
  } | {
1276
+ __kind: "Token";
1275
1277
  value: {
1276
1278
  __kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
1277
1279
  };
1278
- __kind: "Token";
1279
1280
  } | {
1281
+ __kind: "Arithmetic";
1280
1282
  value: {
1281
1283
  __kind: "Underflow" | "Overflow" | "DivisionByZero";
1282
1284
  };
1283
- __kind: "Arithmetic";
1284
1285
  } | {
1286
+ __kind: "Transactional";
1285
1287
  value: {
1286
1288
  __kind: "LimitReached" | "NoLayer";
1287
1289
  };
1288
- __kind: "Transactional";
1289
1290
  } | {
1290
1291
  __kind: "Exhausted";
1291
1292
  } | {
@@ -1295,15 +1296,14 @@ declare const arbitrumIngressEgressDepositFailed: z.ZodObject<{
1295
1296
  } | {
1296
1297
  __kind: "RootNotAllowed";
1297
1298
  };
1298
- __kind: "DepositWitnessRejected";
1299
1299
  };
1300
1300
  details: {
1301
1301
  __kind: "DepositFailedDepositChannelVariantArbitrum";
1302
1302
  depositWitness: {
1303
- depositAddress: string;
1304
1303
  asset: {
1305
1304
  __kind: "ArbEth" | "ArbUsdc";
1306
1305
  };
1306
+ depositAddress: string;
1307
1307
  amount: string | number;
1308
1308
  depositDetails: {
1309
1309
  txHashes?: string[] | null | undefined;
@@ -1312,6 +1312,7 @@ declare const arbitrumIngressEgressDepositFailed: z.ZodObject<{
1312
1312
  } | {
1313
1313
  __kind: "DepositFailedVaultVariantArbitrum";
1314
1314
  vaultWitness: {
1315
+ txId: string;
1315
1316
  depositDetails: {
1316
1317
  txHashes?: string[] | null | undefined;
1317
1318
  };
@@ -1323,10 +1324,9 @@ declare const arbitrumIngressEgressDepositFailed: z.ZodObject<{
1323
1324
  __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
1324
1325
  };
1325
1326
  destinationAddress: {
1326
- value: string;
1327
1327
  __kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
1328
+ value: string;
1328
1329
  };
1329
- txId: string;
1330
1330
  affiliateFees: {
1331
1331
  account: number;
1332
1332
  bps: number;
@@ -1354,42 +1354,42 @@ declare const arbitrumIngressEgressDepositFailed: z.ZodObject<{
1354
1354
  __kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
1355
1355
  };
1356
1356
  sourceAddress?: {
1357
- value: string;
1358
1357
  __kind: "Eth";
1359
- } | {
1360
1358
  value: string;
1359
+ } | {
1361
1360
  __kind: "Dot";
1361
+ value: string;
1362
1362
  } | {
1363
+ __kind: "Btc";
1363
1364
  value: {
1364
- value: string;
1365
1365
  __kind: "P2PKH";
1366
- } | {
1367
1366
  value: string;
1368
- __kind: "P2SH";
1369
1367
  } | {
1368
+ __kind: "P2SH";
1370
1369
  value: string;
1371
- __kind: "P2WPKH";
1372
1370
  } | {
1371
+ __kind: "P2WPKH";
1373
1372
  value: string;
1374
- __kind: "P2WSH";
1375
1373
  } | {
1374
+ __kind: "P2WSH";
1376
1375
  value: string;
1376
+ } | {
1377
1377
  __kind: "Taproot";
1378
+ value: string;
1378
1379
  } | {
1379
1380
  __kind: "OtherSegwit";
1380
1381
  version: number;
1381
1382
  program: string;
1382
1383
  };
1383
- __kind: "Btc";
1384
1384
  } | {
1385
- value: string;
1386
1385
  __kind: "Arb";
1387
- } | {
1388
1386
  value: string;
1389
- __kind: "Sol";
1390
1387
  } | {
1388
+ __kind: "Sol";
1391
1389
  value: string;
1390
+ } | {
1392
1391
  __kind: "Hub";
1392
+ value: string;
1393
1393
  } | null | undefined;
1394
1394
  } | null | undefined;
1395
1395
  brokerFee?: {