@chainflip/processor 1.11.5 → 1.11.6

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/bitcoinBroadcaster/transactionBroadcastRequest.d.cts +2 -2
  2. package/dist/100/bitcoinBroadcaster/transactionBroadcastRequest.d.ts +2 -2
  3. package/dist/100/environment/runtimeSafeModeUpdated.d.cts +40 -40
  4. package/dist/100/environment/runtimeSafeModeUpdated.d.ts +40 -40
  5. package/dist/100/ethereumBroadcaster/broadcastCallbackExecuted.d.cts +28 -28
  6. package/dist/100/ethereumBroadcaster/broadcastCallbackExecuted.d.ts +28 -28
  7. package/dist/100/ethereumIngressEgress/depositIgnored.d.cts +2 -2
  8. package/dist/100/ethereumIngressEgress/depositIgnored.d.ts +2 -2
  9. package/dist/100/ethereumIngressEgress/depositReceived.d.cts +2 -2
  10. package/dist/100/ethereumIngressEgress/depositReceived.d.ts +2 -2
  11. package/dist/100/ethereumIngressEgress/depositWitnessRejected.d.cts +4 -4
  12. package/dist/100/ethereumIngressEgress/depositWitnessRejected.d.ts +4 -4
  13. package/dist/100/flip/remainingImbalance.d.cts +22 -22
  14. package/dist/100/flip/remainingImbalance.d.ts +22 -22
  15. package/dist/100/liquidityPools/limitOrderUpdated.d.cts +8 -8
  16. package/dist/100/liquidityPools/limitOrderUpdated.d.ts +8 -8
  17. package/dist/100/liquidityPools/rangeOrderUpdated.d.cts +8 -8
  18. package/dist/100/liquidityPools/rangeOrderUpdated.d.ts +8 -8
  19. package/dist/100/reputation/offencePenalty.d.cts +2 -2
  20. package/dist/100/reputation/offencePenalty.d.ts +2 -2
  21. package/dist/100/swapping/batchSwapFailed.d.cts +8 -8
  22. package/dist/100/swapping/batchSwapFailed.d.ts +8 -8
  23. package/dist/100/swapping/ccmDepositReceived.d.cts +62 -62
  24. package/dist/100/swapping/ccmDepositReceived.d.ts +62 -62
  25. package/dist/100/swapping/ccmFailed.d.cts +62 -62
  26. package/dist/100/swapping/ccmFailed.d.ts +62 -62
  27. package/dist/100/swapping/minimumSwapAmountSet.d.cts +6 -6
  28. package/dist/100/swapping/minimumSwapAmountSet.d.ts +6 -6
  29. package/dist/100/swapping/swapAmountTooLow.d.cts +19 -19
  30. package/dist/100/swapping/swapAmountTooLow.d.ts +19 -19
  31. package/dist/100/swapping/swapDepositAddressReady.d.cts +26 -26
  32. package/dist/100/swapping/swapDepositAddressReady.d.ts +26 -26
  33. package/dist/100/swapping/swapEgressScheduled.d.cts +6 -6
  34. package/dist/100/swapping/swapEgressScheduled.d.ts +6 -6
  35. package/dist/100/swapping/swapExecuted.d.cts +12 -12
  36. package/dist/100/swapping/swapExecuted.d.ts +12 -12
  37. package/dist/100/swapping/swapScheduled.d.cts +91 -91
  38. package/dist/100/swapping/swapScheduled.d.ts +91 -91
  39. package/dist/100/swapping/withdrawalRequested.d.cts +4 -4
  40. package/dist/100/swapping/withdrawalRequested.d.ts +4 -4
  41. package/dist/100/system/extrinsicFailed.d.cts +17 -17
  42. package/dist/100/system/extrinsicFailed.d.ts +17 -17
  43. package/dist/11000/arbitrumIngressEgress/ccmEgressInvalid.d.cts +88 -88
  44. package/dist/11000/arbitrumIngressEgress/ccmEgressInvalid.d.ts +88 -88
  45. package/dist/11000/arbitrumIngressEgress/depositFailed.d.cts +178 -178
  46. package/dist/11000/arbitrumIngressEgress/depositFailed.d.ts +178 -178
  47. package/dist/11000/arbitrumIngressEgress/failedToBuildAllBatchCall.d.cts +88 -88
  48. package/dist/11000/arbitrumIngressEgress/failedToBuildAllBatchCall.d.ts +88 -88
  49. package/dist/11000/environment/runtimeSafeModeUpdated.d.cts +28 -28
  50. package/dist/11000/environment/runtimeSafeModeUpdated.d.ts +28 -28
  51. package/dist/11000/lendingPools/boostFundsAdded.d.cts +4 -4
  52. package/dist/11000/lendingPools/boostFundsAdded.d.ts +4 -4
  53. package/dist/11000/lendingPools/stoppedBoosting.d.cts +2 -2
  54. package/dist/11000/lendingPools/stoppedBoosting.d.ts +2 -2
  55. package/dist/11000/polkadotIngressEgress/ccmEgressInvalid.d.cts +107 -107
  56. package/dist/11000/polkadotIngressEgress/ccmEgressInvalid.d.ts +107 -107
  57. package/dist/11000/polkadotIngressEgress/depositFailed.d.cts +161 -161
  58. package/dist/11000/polkadotIngressEgress/depositFailed.d.ts +161 -161
  59. package/dist/11000/polkadotIngressEgress/failedToBuildAllBatchCall.d.cts +103 -103
  60. package/dist/11000/polkadotIngressEgress/failedToBuildAllBatchCall.d.ts +103 -103
  61. package/dist/11000/swapping/refundEgressScheduled.d.cts +6 -6
  62. package/dist/11000/swapping/refundEgressScheduled.d.ts +6 -6
  63. package/dist/11000/swapping/refundedOnChain.d.cts +4 -4
  64. package/dist/11000/swapping/refundedOnChain.d.ts +4 -4
  65. package/dist/11000/swapping/swapDepositAddressReady.d.cts +27 -27
  66. package/dist/11000/swapping/swapDepositAddressReady.d.ts +27 -27
  67. package/dist/11000/swapping/swapRequested.d.cts +92 -92
  68. package/dist/11000/swapping/swapRequested.d.ts +92 -92
  69. package/dist/111/liquidityPools/scheduledLimitOrderUpdateDispatchFailure.d.cts +2 -2
  70. package/dist/111/liquidityPools/scheduledLimitOrderUpdateDispatchFailure.d.ts +2 -2
  71. package/dist/11100/arbitrumIngressEgress/depositFailed.d.cts +175 -166
  72. package/dist/11100/arbitrumIngressEgress/depositFailed.d.ts +175 -166
  73. package/dist/11100/assethubIngressEgress/depositFailed.d.cts +39 -30
  74. package/dist/11100/assethubIngressEgress/depositFailed.d.ts +39 -30
  75. package/dist/11100/bitcoinIngressEgress/depositFailed.d.cts +31 -22
  76. package/dist/11100/bitcoinIngressEgress/depositFailed.d.ts +31 -22
  77. package/dist/11100/common.cjs +85 -40
  78. package/dist/11100/common.d.cts +946 -336
  79. package/dist/11100/common.d.ts +946 -336
  80. package/dist/11100/common.mjs +84 -39
  81. package/dist/11100/ethereumIngressEgress/depositFailed.d.cts +15 -6
  82. package/dist/11100/ethereumIngressEgress/depositFailed.d.ts +15 -6
  83. package/dist/11100/funding/sCCallCannotBeDecoded.cjs +11 -0
  84. package/dist/11100/funding/sCCallCannotBeDecoded.d.cts +17 -0
  85. package/dist/11100/funding/sCCallCannotBeDecoded.d.ts +17 -0
  86. package/dist/11100/funding/sCCallCannotBeDecoded.mjs +11 -0
  87. package/dist/11100/funding/sCCallCannotBeExecuted.cjs +17 -0
  88. package/dist/11100/funding/sCCallCannotBeExecuted.d.cts +541 -0
  89. package/dist/11100/funding/sCCallCannotBeExecuted.d.ts +541 -0
  90. package/dist/11100/funding/sCCallCannotBeExecuted.mjs +17 -0
  91. package/dist/11100/funding/sCCallExecuted.cjs +15 -0
  92. package/dist/11100/funding/sCCallExecuted.d.cts +168 -0
  93. package/dist/11100/funding/sCCallExecuted.d.ts +168 -0
  94. package/dist/11100/funding/sCCallExecuted.mjs +15 -0
  95. package/dist/11100/polkadotIngressEgress/depositFailed.d.cts +39 -30
  96. package/dist/11100/polkadotIngressEgress/depositFailed.d.ts +39 -30
  97. package/dist/11100/solanaIngressEgress/depositFailed.d.cts +175 -166
  98. package/dist/11100/solanaIngressEgress/depositFailed.d.ts +175 -166
  99. package/dist/11100/swapping/swapDepositAddressReady.d.cts +86 -81
  100. package/dist/11100/swapping/swapDepositAddressReady.d.ts +86 -81
  101. package/dist/11100/swapping/swapRequested.d.cts +325 -320
  102. package/dist/11100/swapping/swapRequested.d.ts +325 -320
  103. package/dist/11100/validator/maxBidUpdated.cjs +10 -0
  104. package/dist/11100/validator/maxBidUpdated.d.cts +14 -0
  105. package/dist/11100/validator/maxBidUpdated.d.ts +14 -0
  106. package/dist/11100/validator/maxBidUpdated.mjs +10 -0
  107. package/dist/11100/validator/unDelegationFinalized.cjs +7 -0
  108. package/dist/11100/validator/unDelegationFinalized.d.cts +14 -0
  109. package/dist/11100/validator/unDelegationFinalized.d.ts +14 -0
  110. package/dist/11100/validator/unDelegationFinalized.mjs +7 -0
  111. package/dist/120/bitcoinIngressEgress/depositIgnored.d.cts +20 -20
  112. package/dist/120/bitcoinIngressEgress/depositIgnored.d.ts +20 -20
  113. package/dist/120/bitcoinIngressEgress/depositReceived.d.cts +20 -20
  114. package/dist/120/bitcoinIngressEgress/depositReceived.d.ts +20 -20
  115. package/dist/120/emissions/backupRewardsDistributed.d.cts +2 -2
  116. package/dist/120/emissions/backupRewardsDistributed.d.ts +2 -2
  117. package/dist/120/liquidityProvider/liquidityDepositCredited.d.cts +2 -2
  118. package/dist/120/liquidityProvider/liquidityDepositCredited.d.ts +2 -2
  119. package/dist/120/liquidityProvider/withdrawalEgressScheduled.d.cts +4 -4
  120. package/dist/120/liquidityProvider/withdrawalEgressScheduled.d.ts +4 -4
  121. package/dist/131/bitcoinBroadcaster/transactionBroadcastRequest.d.cts +2 -2
  122. package/dist/131/bitcoinBroadcaster/transactionBroadcastRequest.d.ts +2 -2
  123. package/dist/131/ethereumIngressEgress/depositFetchesScheduled.d.cts +2 -2
  124. package/dist/131/ethereumIngressEgress/depositFetchesScheduled.d.ts +2 -2
  125. package/dist/131/ethereumIngressEgress/depositIgnored.d.cts +2 -2
  126. package/dist/131/ethereumIngressEgress/depositIgnored.d.ts +2 -2
  127. package/dist/131/ethereumIngressEgress/depositReceived.d.cts +2 -2
  128. package/dist/131/ethereumIngressEgress/depositReceived.d.ts +2 -2
  129. package/dist/131/ethereumIngressEgress/depositWitnessRejected.d.cts +20 -20
  130. package/dist/131/ethereumIngressEgress/depositWitnessRejected.d.ts +20 -20
  131. package/dist/131/ethereumIngressEgress/failedToBuildAllBatchCall.d.cts +28 -28
  132. package/dist/131/ethereumIngressEgress/failedToBuildAllBatchCall.d.ts +28 -28
  133. package/dist/131/polkadotIngressEgress/failedToBuildAllBatchCall.d.cts +28 -28
  134. package/dist/131/polkadotIngressEgress/failedToBuildAllBatchCall.d.ts +28 -28
  135. package/dist/141/arbitrumBroadcaster/broadcastCallbackExecuted.d.cts +28 -28
  136. package/dist/141/arbitrumBroadcaster/broadcastCallbackExecuted.d.ts +28 -28
  137. package/dist/141/arbitrumIngressEgress/ccmEgressInvalid.d.cts +16 -16
  138. package/dist/141/arbitrumIngressEgress/ccmEgressInvalid.d.ts +16 -16
  139. package/dist/141/arbitrumIngressEgress/depositBoosted.d.cts +4 -4
  140. package/dist/141/arbitrumIngressEgress/depositBoosted.d.ts +4 -4
  141. package/dist/141/arbitrumIngressEgress/depositFetchesScheduled.d.cts +2 -2
  142. package/dist/141/arbitrumIngressEgress/depositFetchesScheduled.d.ts +2 -2
  143. package/dist/141/arbitrumIngressEgress/depositFinalised.d.cts +4 -4
  144. package/dist/141/arbitrumIngressEgress/depositFinalised.d.ts +4 -4
  145. package/dist/141/arbitrumIngressEgress/depositIgnored.d.cts +3 -3
  146. package/dist/141/arbitrumIngressEgress/depositIgnored.d.ts +3 -3
  147. package/dist/141/arbitrumIngressEgress/depositWitnessRejected.d.cts +22 -22
  148. package/dist/141/arbitrumIngressEgress/depositWitnessRejected.d.ts +22 -22
  149. package/dist/141/arbitrumIngressEgress/failedToBuildAllBatchCall.d.cts +28 -28
  150. package/dist/141/arbitrumIngressEgress/failedToBuildAllBatchCall.d.ts +28 -28
  151. package/dist/141/arbitrumIngressEgress/insufficientBoostLiquidity.d.cts +3 -3
  152. package/dist/141/arbitrumIngressEgress/insufficientBoostLiquidity.d.ts +3 -3
  153. package/dist/141/arbitrumIngressEgress/transferFallbackRequested.d.cts +4 -4
  154. package/dist/141/arbitrumIngressEgress/transferFallbackRequested.d.ts +4 -4
  155. package/dist/141/bitcoinIngressEgress/boostFundsAdded.d.cts +4 -4
  156. package/dist/141/bitcoinIngressEgress/boostFundsAdded.d.ts +4 -4
  157. package/dist/141/bitcoinIngressEgress/ccmEgressInvalid.d.cts +16 -16
  158. package/dist/141/bitcoinIngressEgress/ccmEgressInvalid.d.ts +16 -16
  159. package/dist/141/bitcoinIngressEgress/depositBoosted.d.cts +24 -24
  160. package/dist/141/bitcoinIngressEgress/depositBoosted.d.ts +24 -24
  161. package/dist/141/bitcoinIngressEgress/depositFinalised.d.cts +24 -24
  162. package/dist/141/bitcoinIngressEgress/depositFinalised.d.ts +24 -24
  163. package/dist/141/bitcoinIngressEgress/insufficientBoostLiquidity.d.cts +3 -3
  164. package/dist/141/bitcoinIngressEgress/insufficientBoostLiquidity.d.ts +3 -3
  165. package/dist/141/bitcoinIngressEgress/stoppedBoosting.d.cts +2 -2
  166. package/dist/141/bitcoinIngressEgress/stoppedBoosting.d.ts +2 -2
  167. package/dist/141/environment/runtimeSafeModeUpdated.d.cts +12 -12
  168. package/dist/141/environment/runtimeSafeModeUpdated.d.ts +12 -12
  169. package/dist/141/ethereumIngressEgress/boostFundsAdded.d.cts +2 -2
  170. package/dist/141/ethereumIngressEgress/boostFundsAdded.d.ts +2 -2
  171. package/dist/141/ethereumIngressEgress/depositBoosted.d.cts +4 -4
  172. package/dist/141/ethereumIngressEgress/depositBoosted.d.ts +4 -4
  173. package/dist/141/ethereumIngressEgress/depositFinalised.d.cts +4 -4
  174. package/dist/141/ethereumIngressEgress/depositFinalised.d.ts +4 -4
  175. package/dist/141/ethereumIngressEgress/insufficientBoostLiquidity.d.cts +3 -3
  176. package/dist/141/ethereumIngressEgress/insufficientBoostLiquidity.d.ts +3 -3
  177. package/dist/141/evmThresholdSigner/failureReportProcessed.d.cts +2 -2
  178. package/dist/141/evmThresholdSigner/failureReportProcessed.d.ts +2 -2
  179. package/dist/141/evmThresholdSigner/retryRequested.d.cts +2 -2
  180. package/dist/141/evmThresholdSigner/retryRequested.d.ts +2 -2
  181. package/dist/141/evmThresholdSigner/thresholdDispatchComplete.d.cts +2 -2
  182. package/dist/141/evmThresholdSigner/thresholdDispatchComplete.d.ts +2 -2
  183. package/dist/141/evmThresholdSigner/thresholdSignatureFailed.d.cts +2 -2
  184. package/dist/141/evmThresholdSigner/thresholdSignatureFailed.d.ts +2 -2
  185. package/dist/141/evmThresholdSigner/thresholdSignatureRequest.d.cts +2 -2
  186. package/dist/141/evmThresholdSigner/thresholdSignatureRequest.d.ts +2 -2
  187. package/dist/141/evmThresholdSigner/thresholdSignatureSuccess.d.cts +2 -2
  188. package/dist/141/evmThresholdSigner/thresholdSignatureSuccess.d.ts +2 -2
  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/polkadotIngressEgress/boostFundsAdded.d.cts +2 -2
  200. package/dist/141/polkadotIngressEgress/boostFundsAdded.d.ts +2 -2
  201. package/dist/141/polkadotIngressEgress/depositBoosted.d.cts +4 -4
  202. package/dist/141/polkadotIngressEgress/depositBoosted.d.ts +4 -4
  203. package/dist/141/polkadotIngressEgress/depositFinalised.d.cts +4 -4
  204. package/dist/141/polkadotIngressEgress/depositFinalised.d.ts +4 -4
  205. package/dist/141/polkadotIngressEgress/insufficientBoostLiquidity.d.cts +3 -3
  206. package/dist/141/polkadotIngressEgress/insufficientBoostLiquidity.d.ts +3 -3
  207. package/dist/150/arbitrumIngressEgress/ccmEgressInvalid.d.cts +16 -16
  208. package/dist/150/arbitrumIngressEgress/ccmEgressInvalid.d.ts +16 -16
  209. package/dist/150/arbitrumIngressEgress/depositBoosted.d.cts +10 -10
  210. package/dist/150/arbitrumIngressEgress/depositBoosted.d.ts +10 -10
  211. package/dist/150/arbitrumIngressEgress/depositFinalised.d.cts +4 -4
  212. package/dist/150/arbitrumIngressEgress/depositFinalised.d.ts +4 -4
  213. package/dist/150/arbitrumIngressEgress/depositWitnessRejected.d.cts +16 -16
  214. package/dist/150/arbitrumIngressEgress/depositWitnessRejected.d.ts +16 -16
  215. package/dist/150/bitcoinIngressEgress/ccmEgressInvalid.d.cts +16 -16
  216. package/dist/150/bitcoinIngressEgress/ccmEgressInvalid.d.ts +16 -16
  217. package/dist/150/bitcoinIngressEgress/depositBoosted.d.cts +26 -26
  218. package/dist/150/bitcoinIngressEgress/depositBoosted.d.ts +26 -26
  219. package/dist/150/bitcoinIngressEgress/depositFinalised.d.cts +24 -24
  220. package/dist/150/bitcoinIngressEgress/depositFinalised.d.ts +24 -24
  221. package/dist/150/ethereumIngressEgress/ccmBroadcastRequested.d.cts +2 -2
  222. package/dist/150/ethereumIngressEgress/ccmBroadcastRequested.d.ts +2 -2
  223. package/dist/150/ethereumIngressEgress/ccmEgressInvalid.d.cts +4 -4
  224. package/dist/150/ethereumIngressEgress/ccmEgressInvalid.d.ts +4 -4
  225. package/dist/150/liquidityProvider/accountCredited.d.cts +2 -2
  226. package/dist/150/liquidityProvider/accountCredited.d.ts +2 -2
  227. package/dist/150/liquidityProvider/accountDebited.d.cts +2 -2
  228. package/dist/150/liquidityProvider/accountDebited.d.ts +2 -2
  229. package/dist/150/liquidityProvider/assetTransferred.d.cts +3 -3
  230. package/dist/150/liquidityProvider/assetTransferred.d.ts +3 -3
  231. package/dist/150/liquidityProvider/liquidityDepositAddressReady.d.cts +2 -2
  232. package/dist/150/liquidityProvider/liquidityDepositAddressReady.d.ts +2 -2
  233. package/dist/150/liquidityProvider/liquidityDepositCredited.d.cts +2 -2
  234. package/dist/150/liquidityProvider/liquidityDepositCredited.d.ts +2 -2
  235. package/dist/150/liquidityProvider/liquidityRefundAddressRegistered.d.cts +2 -2
  236. package/dist/150/liquidityProvider/liquidityRefundAddressRegistered.d.ts +2 -2
  237. package/dist/150/solanaIngressEgress/ccmEgressInvalid.d.cts +16 -16
  238. package/dist/150/solanaIngressEgress/ccmEgressInvalid.d.ts +16 -16
  239. package/dist/150/solanaIngressEgress/depositBoosted.d.cts +4 -4
  240. package/dist/150/solanaIngressEgress/depositBoosted.d.ts +4 -4
  241. package/dist/150/solanaIngressEgress/depositFetchesScheduled.d.cts +2 -2
  242. package/dist/150/solanaIngressEgress/depositFetchesScheduled.d.ts +2 -2
  243. package/dist/150/solanaIngressEgress/depositFinalised.d.cts +3 -3
  244. package/dist/150/solanaIngressEgress/depositFinalised.d.ts +3 -3
  245. package/dist/150/solanaIngressEgress/depositIgnored.d.cts +2 -2
  246. package/dist/150/solanaIngressEgress/depositIgnored.d.ts +2 -2
  247. package/dist/150/solanaIngressEgress/depositWitnessRejected.d.cts +20 -20
  248. package/dist/150/solanaIngressEgress/depositWitnessRejected.d.ts +20 -20
  249. package/dist/150/solanaIngressEgress/failedToBuildAllBatchCall.d.cts +28 -28
  250. package/dist/150/solanaIngressEgress/failedToBuildAllBatchCall.d.ts +28 -28
  251. package/dist/150/solanaIngressEgress/insufficientBoostLiquidity.d.cts +3 -3
  252. package/dist/150/solanaIngressEgress/insufficientBoostLiquidity.d.ts +3 -3
  253. package/dist/150/solanaIngressEgress/transferFallbackRequested.d.cts +2 -2
  254. package/dist/150/solanaIngressEgress/transferFallbackRequested.d.ts +2 -2
  255. package/dist/150/solanaThresholdSigner/failureReportProcessed.d.cts +2 -2
  256. package/dist/150/solanaThresholdSigner/failureReportProcessed.d.ts +2 -2
  257. package/dist/150/solanaThresholdSigner/retryRequested.d.cts +2 -2
  258. package/dist/150/solanaThresholdSigner/retryRequested.d.ts +2 -2
  259. package/dist/150/solanaThresholdSigner/thresholdDispatchComplete.d.cts +2 -2
  260. package/dist/150/solanaThresholdSigner/thresholdDispatchComplete.d.ts +2 -2
  261. package/dist/150/solanaThresholdSigner/thresholdSignatureFailed.d.cts +2 -2
  262. package/dist/150/solanaThresholdSigner/thresholdSignatureFailed.d.ts +2 -2
  263. package/dist/150/solanaThresholdSigner/thresholdSignatureRequest.d.cts +2 -2
  264. package/dist/150/solanaThresholdSigner/thresholdSignatureRequest.d.ts +2 -2
  265. package/dist/150/solanaThresholdSigner/thresholdSignatureSuccess.d.cts +2 -2
  266. package/dist/150/solanaThresholdSigner/thresholdSignatureSuccess.d.ts +2 -2
  267. package/dist/150/swapping/batchSwapFailed.d.cts +8 -8
  268. package/dist/150/swapping/batchSwapFailed.d.ts +8 -8
  269. package/dist/150/swapping/ccmDepositReceived.d.cts +74 -74
  270. package/dist/150/swapping/ccmDepositReceived.d.ts +74 -74
  271. package/dist/150/swapping/ccmFailed.d.cts +79 -79
  272. package/dist/150/swapping/ccmFailed.d.ts +79 -79
  273. package/dist/150/swapping/maximumSwapAmountSet.d.cts +6 -6
  274. package/dist/150/swapping/maximumSwapAmountSet.d.ts +6 -6
  275. package/dist/150/swapping/refundEgressIgnored.d.cts +24 -24
  276. package/dist/150/swapping/refundEgressIgnored.d.ts +24 -24
  277. package/dist/150/swapping/refundEgressScheduled.d.cts +8 -8
  278. package/dist/150/swapping/refundEgressScheduled.d.ts +8 -8
  279. package/dist/150/swapping/swapAmountConfiscated.d.cts +12 -12
  280. package/dist/150/swapping/swapAmountConfiscated.d.ts +12 -12
  281. package/dist/150/swapping/swapDepositAddressReady.d.cts +25 -25
  282. package/dist/150/swapping/swapDepositAddressReady.d.ts +25 -25
  283. package/dist/150/swapping/swapEgressIgnored.d.cts +24 -24
  284. package/dist/150/swapping/swapEgressIgnored.d.ts +24 -24
  285. package/dist/150/swapping/swapEgressScheduled.d.cts +8 -8
  286. package/dist/150/swapping/swapEgressScheduled.d.ts +8 -8
  287. package/dist/150/swapping/swapExecuted.d.cts +94 -94
  288. package/dist/150/swapping/swapExecuted.d.ts +94 -94
  289. package/dist/150/swapping/swapScheduled.d.cts +103 -103
  290. package/dist/150/swapping/swapScheduled.d.ts +103 -103
  291. package/dist/150/swapping/withdrawalRequested.d.cts +10 -10
  292. package/dist/150/swapping/withdrawalRequested.d.ts +10 -10
  293. package/dist/160/arbitrumIngressEgress/ccmEgressInvalid.d.cts +61 -61
  294. package/dist/160/arbitrumIngressEgress/ccmEgressInvalid.d.ts +61 -61
  295. package/dist/160/arbitrumIngressEgress/depositBoosted.d.cts +8 -8
  296. package/dist/160/arbitrumIngressEgress/depositBoosted.d.ts +8 -8
  297. package/dist/160/arbitrumIngressEgress/depositFinalised.d.cts +6 -6
  298. package/dist/160/arbitrumIngressEgress/depositFinalised.d.ts +6 -6
  299. package/dist/160/assetBalances/accountCredited.d.cts +2 -2
  300. package/dist/160/assetBalances/accountCredited.d.ts +2 -2
  301. package/dist/160/assetBalances/accountDebited.d.cts +2 -2
  302. package/dist/160/assetBalances/accountDebited.d.ts +2 -2
  303. package/dist/160/bitcoinIngressEgress/ccmEgressInvalid.d.cts +61 -61
  304. package/dist/160/bitcoinIngressEgress/ccmEgressInvalid.d.ts +61 -61
  305. package/dist/160/bitcoinIngressEgress/depositBoosted.d.cts +28 -28
  306. package/dist/160/bitcoinIngressEgress/depositBoosted.d.ts +28 -28
  307. package/dist/160/bitcoinIngressEgress/depositFinalised.d.cts +26 -26
  308. package/dist/160/bitcoinIngressEgress/depositFinalised.d.ts +26 -26
  309. package/dist/160/ethereumIngressEgress/ccmEgressInvalid.d.cts +61 -61
  310. package/dist/160/ethereumIngressEgress/ccmEgressInvalid.d.ts +61 -61
  311. package/dist/160/ethereumIngressEgress/depositBoosted.d.cts +8 -8
  312. package/dist/160/ethereumIngressEgress/depositBoosted.d.ts +8 -8
  313. package/dist/160/ethereumIngressEgress/depositFinalised.d.cts +2 -2
  314. package/dist/160/ethereumIngressEgress/depositFinalised.d.ts +2 -2
  315. package/dist/160/liquidityProvider/assetTransferred.d.cts +3 -3
  316. package/dist/160/liquidityProvider/assetTransferred.d.ts +3 -3
  317. package/dist/160/liquidityProvider/liquidityDepositAddressReady.d.cts +2 -2
  318. package/dist/160/liquidityProvider/liquidityDepositAddressReady.d.ts +2 -2
  319. package/dist/160/polkadotIngressEgress/ccmEgressInvalid.d.cts +61 -61
  320. package/dist/160/polkadotIngressEgress/ccmEgressInvalid.d.ts +61 -61
  321. package/dist/160/polkadotIngressEgress/depositBoosted.d.cts +8 -8
  322. package/dist/160/polkadotIngressEgress/depositBoosted.d.ts +8 -8
  323. package/dist/160/polkadotIngressEgress/depositFinalised.d.cts +2 -2
  324. package/dist/160/polkadotIngressEgress/depositFinalised.d.ts +2 -2
  325. package/dist/160/solanaBroadcaster/transactionFeeDeficitRecorded.d.cts +2 -2
  326. package/dist/160/solanaBroadcaster/transactionFeeDeficitRecorded.d.ts +2 -2
  327. package/dist/170/arbitrumIngressEgress/transactionRejectedByBroker.d.cts +2 -2
  328. package/dist/170/arbitrumIngressEgress/transactionRejectedByBroker.d.ts +2 -2
  329. package/dist/170/ethereumIngressEgress/boostedDepositLost.d.cts +2 -2
  330. package/dist/170/ethereumIngressEgress/boostedDepositLost.d.ts +2 -2
  331. package/dist/170/ethereumIngressEgress/depositIgnored.d.cts +2 -2
  332. package/dist/170/ethereumIngressEgress/depositIgnored.d.ts +2 -2
  333. package/dist/170/ethereumIngressEgress/transactionRejectedByBroker.d.cts +2 -2
  334. package/dist/170/ethereumIngressEgress/transactionRejectedByBroker.d.ts +2 -2
  335. package/dist/170/polkadotIngressEgress/boostedDepositLost.d.cts +2 -2
  336. package/dist/170/polkadotIngressEgress/boostedDepositLost.d.ts +2 -2
  337. package/dist/170/polkadotIngressEgress/ccmFailed.d.cts +37 -37
  338. package/dist/170/polkadotIngressEgress/ccmFailed.d.ts +37 -37
  339. package/dist/170/polkadotIngressEgress/depositIgnored.d.cts +6 -6
  340. package/dist/170/polkadotIngressEgress/depositIgnored.d.ts +6 -6
  341. package/dist/170/polkadotIngressEgress/failedToBuildAllBatchCall.d.cts +50 -50
  342. package/dist/170/polkadotIngressEgress/failedToBuildAllBatchCall.d.ts +50 -50
  343. package/dist/170/reputation/offencePenalty.d.cts +6 -6
  344. package/dist/170/reputation/offencePenalty.d.ts +6 -6
  345. package/dist/170/reputation/penaltyUpdated.d.cts +4 -4
  346. package/dist/170/reputation/penaltyUpdated.d.ts +4 -4
  347. package/dist/170/solanaIngressEgress/boostedDepositLost.d.cts +2 -2
  348. package/dist/170/solanaIngressEgress/boostedDepositLost.d.ts +2 -2
  349. package/dist/170/solanaIngressEgress/ccmFailed.d.cts +37 -37
  350. package/dist/170/solanaIngressEgress/ccmFailed.d.ts +37 -37
  351. package/dist/170/solanaIngressEgress/depositIgnored.d.cts +6 -6
  352. package/dist/170/solanaIngressEgress/depositIgnored.d.ts +6 -6
  353. package/dist/170/solanaIngressEgress/failedToBuildAllBatchCall.d.cts +50 -50
  354. package/dist/170/solanaIngressEgress/failedToBuildAllBatchCall.d.ts +50 -50
  355. package/dist/180/arbitrumIngressEgress/ccmEgressInvalid.d.cts +61 -61
  356. package/dist/180/arbitrumIngressEgress/ccmEgressInvalid.d.ts +61 -61
  357. package/dist/180/arbitrumIngressEgress/depositBoosted.d.cts +6 -6
  358. package/dist/180/arbitrumIngressEgress/depositBoosted.d.ts +6 -6
  359. package/dist/180/arbitrumIngressEgress/depositFailed.d.cts +179 -179
  360. package/dist/180/arbitrumIngressEgress/depositFailed.d.ts +179 -179
  361. package/dist/180/arbitrumIngressEgress/depositFinalised.d.cts +2 -2
  362. package/dist/180/arbitrumIngressEgress/depositFinalised.d.ts +2 -2
  363. package/dist/180/arbitrumIngressEgress/failedToBuildAllBatchCall.d.cts +57 -57
  364. package/dist/180/arbitrumIngressEgress/failedToBuildAllBatchCall.d.ts +57 -57
  365. package/dist/180/arbitrumIngressEgress/insufficientBoostLiquidity.d.cts +2 -2
  366. package/dist/180/arbitrumIngressEgress/insufficientBoostLiquidity.d.ts +2 -2
  367. package/dist/180/bitcoinIngressEgress/ccmEgressInvalid.d.cts +24 -24
  368. package/dist/180/bitcoinIngressEgress/ccmEgressInvalid.d.ts +24 -24
  369. package/dist/180/bitcoinIngressEgress/depositBoosted.d.cts +4 -4
  370. package/dist/180/bitcoinIngressEgress/depositBoosted.d.ts +4 -4
  371. package/dist/180/bitcoinIngressEgress/depositFailed.d.cts +26 -26
  372. package/dist/180/bitcoinIngressEgress/depositFailed.d.ts +26 -26
  373. package/dist/180/bitcoinIngressEgress/depositFinalised.d.cts +2 -2
  374. package/dist/180/bitcoinIngressEgress/depositFinalised.d.ts +2 -2
  375. package/dist/180/bitcoinIngressEgress/failedToBuildAllBatchCall.d.cts +20 -20
  376. package/dist/180/bitcoinIngressEgress/failedToBuildAllBatchCall.d.ts +20 -20
  377. package/dist/180/bitcoinIngressEgress/insufficientBoostLiquidity.d.cts +2 -2
  378. package/dist/180/bitcoinIngressEgress/insufficientBoostLiquidity.d.ts +2 -2
  379. package/dist/180/solanaIngressEgress/ccmEgressInvalid.d.cts +61 -61
  380. package/dist/180/solanaIngressEgress/ccmEgressInvalid.d.ts +61 -61
  381. package/dist/180/solanaIngressEgress/depositBoosted.d.cts +6 -6
  382. package/dist/180/solanaIngressEgress/depositBoosted.d.ts +6 -6
  383. package/dist/180/solanaIngressEgress/depositFailed.d.cts +167 -167
  384. package/dist/180/solanaIngressEgress/depositFailed.d.ts +167 -167
  385. package/dist/180/solanaIngressEgress/depositFinalised.d.cts +2 -2
  386. package/dist/180/solanaIngressEgress/depositFinalised.d.ts +2 -2
  387. package/dist/180/solanaIngressEgress/failedToBuildAllBatchCall.d.cts +57 -57
  388. package/dist/180/solanaIngressEgress/failedToBuildAllBatchCall.d.ts +57 -57
  389. package/dist/180/solanaIngressEgress/insufficientBoostLiquidity.d.cts +2 -2
  390. package/dist/180/solanaIngressEgress/insufficientBoostLiquidity.d.ts +2 -2
  391. package/dist/190/arbitrumIngressEgress/ccmEgressInvalid.d.cts +4 -4
  392. package/dist/190/arbitrumIngressEgress/ccmEgressInvalid.d.ts +4 -4
  393. package/dist/190/assethubIngressEgress/ccmBroadcastRequested.d.cts +2 -2
  394. package/dist/190/assethubIngressEgress/ccmBroadcastRequested.d.ts +2 -2
  395. package/dist/190/assethubIngressEgress/ccmEgressInvalid.d.cts +50 -50
  396. package/dist/190/assethubIngressEgress/ccmEgressInvalid.d.ts +50 -50
  397. package/dist/190/assethubIngressEgress/depositFailed.d.cts +170 -170
  398. package/dist/190/assethubIngressEgress/depositFailed.d.ts +170 -170
  399. package/dist/190/assethubIngressEgress/depositFetchesScheduled.d.cts +2 -2
  400. package/dist/190/assethubIngressEgress/depositFetchesScheduled.d.ts +2 -2
  401. package/dist/190/assethubIngressEgress/failedToBuildAllBatchCall.d.cts +50 -50
  402. package/dist/190/assethubIngressEgress/failedToBuildAllBatchCall.d.ts +50 -50
  403. package/dist/190/assethubIngressEgress/transactionRejectedByBroker.d.cts +2 -2
  404. package/dist/190/assethubIngressEgress/transactionRejectedByBroker.d.ts +2 -2
  405. package/dist/190/assethubIngressEgress/transferFallbackRequested.d.cts +2 -2
  406. package/dist/190/assethubIngressEgress/transferFallbackRequested.d.ts +2 -2
  407. package/dist/190/environment/runtimeSafeModeUpdated.d.cts +40 -40
  408. package/dist/190/environment/runtimeSafeModeUpdated.d.ts +40 -40
  409. package/dist/190/ethereumIngressEgress/ccmEgressInvalid.d.cts +4 -4
  410. package/dist/190/ethereumIngressEgress/ccmEgressInvalid.d.ts +4 -4
  411. package/dist/190/liquidityProvider/assetTransferred.d.cts +6 -6
  412. package/dist/190/liquidityProvider/assetTransferred.d.ts +6 -6
  413. package/dist/190/liquidityProvider/liquidityDepositAddressReady.d.cts +18 -18
  414. package/dist/190/liquidityProvider/liquidityDepositAddressReady.d.ts +18 -18
  415. package/dist/190/liquidityProvider/liquidityRefundAddressRegistered.d.cts +2 -2
  416. package/dist/190/liquidityProvider/liquidityRefundAddressRegistered.d.ts +2 -2
  417. package/dist/190/liquidityProvider/withdrawalEgressScheduled.d.cts +10 -10
  418. package/dist/190/liquidityProvider/withdrawalEgressScheduled.d.ts +10 -10
  419. package/dist/190/polkadotIngressEgress/ccmBroadcastRequested.d.cts +2 -2
  420. package/dist/190/polkadotIngressEgress/ccmBroadcastRequested.d.ts +2 -2
  421. package/dist/190/polkadotIngressEgress/ccmEgressInvalid.d.cts +20 -20
  422. package/dist/190/polkadotIngressEgress/ccmEgressInvalid.d.ts +20 -20
  423. package/dist/190/polkadotIngressEgress/depositBoosted.d.cts +8 -8
  424. package/dist/190/polkadotIngressEgress/depositBoosted.d.ts +8 -8
  425. package/dist/190/polkadotIngressEgress/depositFailed.d.cts +10 -10
  426. package/dist/190/polkadotIngressEgress/depositFailed.d.ts +10 -10
  427. package/dist/190/polkadotIngressEgress/depositFinalised.d.cts +8 -8
  428. package/dist/190/polkadotIngressEgress/depositFinalised.d.ts +8 -8
  429. package/dist/190/polkadotIngressEgress/failedToBuildAllBatchCall.d.cts +20 -20
  430. package/dist/190/polkadotIngressEgress/failedToBuildAllBatchCall.d.ts +20 -20
  431. package/dist/190/polkadotIngressEgress/transferFallbackRequested.d.cts +2 -2
  432. package/dist/190/polkadotIngressEgress/transferFallbackRequested.d.ts +2 -2
  433. package/dist/190/reputation/offencePenalty.d.cts +6 -6
  434. package/dist/190/reputation/offencePenalty.d.ts +6 -6
  435. package/dist/190/reputation/penaltyUpdated.d.cts +4 -4
  436. package/dist/190/reputation/penaltyUpdated.d.ts +4 -4
  437. package/dist/190/solanaIngressEgress/ccmEgressInvalid.d.cts +4 -4
  438. package/dist/190/solanaIngressEgress/ccmEgressInvalid.d.ts +4 -4
  439. package/dist/190/swapping/batchSwapFailed.d.cts +2 -2
  440. package/dist/190/swapping/batchSwapFailed.d.ts +2 -2
  441. package/dist/190/swapping/creditedOnChain.d.cts +2 -2
  442. package/dist/190/swapping/creditedOnChain.d.ts +2 -2
  443. package/dist/190/swapping/refundEgressIgnored.d.cts +18 -18
  444. package/dist/190/swapping/refundEgressIgnored.d.ts +18 -18
  445. package/dist/190/swapping/refundEgressScheduled.d.cts +2 -2
  446. package/dist/190/swapping/refundEgressScheduled.d.ts +2 -2
  447. package/dist/190/swapping/refundedOnChain.d.cts +2 -2
  448. package/dist/190/swapping/refundedOnChain.d.ts +2 -2
  449. package/dist/190/swapping/swapAmountConfiscated.d.cts +2 -2
  450. package/dist/190/swapping/swapAmountConfiscated.d.ts +2 -2
  451. package/dist/190/swapping/swapDepositAddressReady.d.cts +13 -13
  452. package/dist/190/swapping/swapDepositAddressReady.d.ts +13 -13
  453. package/dist/190/swapping/swapEgressIgnored.d.cts +18 -18
  454. package/dist/190/swapping/swapEgressIgnored.d.ts +18 -18
  455. package/dist/190/swapping/swapEgressScheduled.d.cts +2 -2
  456. package/dist/190/swapping/swapEgressScheduled.d.ts +2 -2
  457. package/dist/190/swapping/swapRequested.d.cts +64 -64
  458. package/dist/190/swapping/swapRequested.d.ts +64 -64
  459. package/dist/190/swapping/withdrawalRequested.d.cts +4 -4
  460. package/dist/190/swapping/withdrawalRequested.d.ts +4 -4
  461. package/dist/190/tradingStrategy/fundsAddedToStrategy.d.cts +2 -2
  462. package/dist/190/tradingStrategy/fundsAddedToStrategy.d.ts +2 -2
  463. package/dist/190/tradingStrategy/strategyDeployed.d.cts +2 -2
  464. package/dist/190/tradingStrategy/strategyDeployed.d.ts +2 -2
  465. package/package.json +2 -2
@@ -53,17 +53,17 @@ declare const polkadotIngressEgressDepositFailed: 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, {
@@ -87,20 +87,20 @@ declare const polkadotIngressEgressDepositFailed: z.ZodObject<{
87
87
  value: z.ZodEffects<z.ZodObject<{
88
88
  __kind: z.ZodEnum<["FundsUnavailable", "OnlyProvider", "BelowMinimum", "CannotCreate", "UnknownAsset", "Frozen", "Unsupported", "CannotCreateHold", "NotExpendable", "Blocked"]>;
89
89
  }, "strip", z.ZodTypeAny, {
90
- __kind: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
90
+ __kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
91
91
  }, {
92
- __kind: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
93
- }>, "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked", {
94
- __kind: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
92
+ __kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
93
+ }>, "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked", {
94
+ __kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
95
95
  }>;
96
96
  }, "strip", z.ZodTypeAny, {
97
- value: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "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
- __kind: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
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 polkadotIngressEgressDepositFailed: 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 polkadotIngressEgressDepositFailed: 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 polkadotIngressEgressDepositFailed: 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 polkadotIngressEgressDepositFailed: 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 polkadotIngressEgressDepositFailed: z.ZodObject<{
184
185
  } | {
185
186
  __kind: "TooManyConsumers";
186
187
  } | {
187
- value: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "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 polkadotIngressEgressDepositFailed: 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 polkadotIngressEgressDepositFailed: 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 polkadotIngressEgressDepositFailed: z.ZodObject<{
222
223
  } | {
223
224
  __kind: "TooManyConsumers";
224
225
  } | {
226
+ __kind: "Token";
225
227
  value: {
226
- __kind: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
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 polkadotIngressEgressDepositFailed: 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<"DepositFailedDepositChannelVariantPolkadot">;
@@ -322,11 +322,11 @@ declare const polkadotIngressEgressDepositFailed: z.ZodObject<{
322
322
  __kind: z.ZodEnum<["Eth", "Dot", "Btc", "Arb", "Sol", "Hub"]>;
323
323
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
324
324
  }, "strip", z.ZodTypeAny, {
325
- value: `0x${string}`;
326
325
  __kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
326
+ value: `0x${string}`;
327
327
  }, {
328
- value: string;
329
328
  __kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
329
+ value: string;
330
330
  }>, {
331
331
  readonly chain: "Ethereum";
332
332
  readonly address: `0x${string}`;
@@ -346,8 +346,8 @@ declare const polkadotIngressEgressDepositFailed: z.ZodObject<{
346
346
  readonly chain: "Assethub";
347
347
  readonly address: string;
348
348
  }, {
349
- value: string;
350
349
  __kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
350
+ value: string;
351
351
  }>;
352
352
  depositMetadata: z.ZodOptional<z.ZodNullable<z.ZodObject<{
353
353
  channelMetadata: z.ZodObject<{
@@ -376,67 +376,67 @@ declare const polkadotIngressEgressDepositFailed: z.ZodObject<{
376
376
  __kind: z.ZodLiteral<"Eth">;
377
377
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
378
378
  }, "strip", z.ZodTypeAny, {
379
- value: `0x${string}`;
380
379
  __kind: "Eth";
380
+ value: `0x${string}`;
381
381
  }, {
382
- value: string;
383
382
  __kind: "Eth";
383
+ value: string;
384
384
  }>, z.ZodObject<{
385
385
  __kind: z.ZodLiteral<"Dot">;
386
386
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
387
387
  }, "strip", z.ZodTypeAny, {
388
- value: `0x${string}`;
389
388
  __kind: "Dot";
389
+ value: `0x${string}`;
390
390
  }, {
391
- value: string;
392
391
  __kind: "Dot";
392
+ value: string;
393
393
  }>, z.ZodObject<{
394
394
  __kind: z.ZodLiteral<"Btc">;
395
395
  value: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
396
396
  __kind: z.ZodLiteral<"P2PKH">;
397
397
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
398
398
  }, "strip", z.ZodTypeAny, {
399
- value: `0x${string}`;
400
399
  __kind: "P2PKH";
400
+ value: `0x${string}`;
401
401
  }, {
402
- value: string;
403
402
  __kind: "P2PKH";
403
+ value: string;
404
404
  }>, z.ZodObject<{
405
405
  __kind: z.ZodLiteral<"P2SH">;
406
406
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
407
407
  }, "strip", z.ZodTypeAny, {
408
- value: `0x${string}`;
409
408
  __kind: "P2SH";
409
+ value: `0x${string}`;
410
410
  }, {
411
- value: string;
412
411
  __kind: "P2SH";
412
+ value: string;
413
413
  }>, z.ZodObject<{
414
414
  __kind: z.ZodLiteral<"P2WPKH">;
415
415
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
416
416
  }, "strip", z.ZodTypeAny, {
417
- value: `0x${string}`;
418
417
  __kind: "P2WPKH";
418
+ value: `0x${string}`;
419
419
  }, {
420
- value: string;
421
420
  __kind: "P2WPKH";
421
+ value: string;
422
422
  }>, z.ZodObject<{
423
423
  __kind: z.ZodLiteral<"P2WSH">;
424
424
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
425
425
  }, "strip", z.ZodTypeAny, {
426
- value: `0x${string}`;
427
426
  __kind: "P2WSH";
427
+ value: `0x${string}`;
428
428
  }, {
429
- value: string;
430
429
  __kind: "P2WSH";
430
+ value: string;
431
431
  }>, z.ZodObject<{
432
432
  __kind: z.ZodLiteral<"Taproot">;
433
433
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
434
434
  }, "strip", z.ZodTypeAny, {
435
- value: `0x${string}`;
436
435
  __kind: "Taproot";
436
+ value: `0x${string}`;
437
437
  }, {
438
- value: string;
439
438
  __kind: "Taproot";
439
+ value: string;
440
440
  }>, z.ZodObject<{
441
441
  __kind: z.ZodLiteral<"OtherSegwit">;
442
442
  version: z.ZodNumber;
@@ -451,76 +451,76 @@ declare const polkadotIngressEgressDepositFailed: z.ZodObject<{
451
451
  program: string;
452
452
  }>]>;
453
453
  }, "strip", z.ZodTypeAny, {
454
+ __kind: "Btc";
454
455
  value: {
455
- value: `0x${string}`;
456
456
  __kind: "P2PKH";
457
- } | {
458
457
  value: `0x${string}`;
459
- __kind: "P2SH";
460
458
  } | {
459
+ __kind: "P2SH";
461
460
  value: `0x${string}`;
462
- __kind: "P2WPKH";
463
461
  } | {
462
+ __kind: "P2WPKH";
464
463
  value: `0x${string}`;
465
- __kind: "P2WSH";
466
464
  } | {
465
+ __kind: "P2WSH";
467
466
  value: `0x${string}`;
467
+ } | {
468
468
  __kind: "Taproot";
469
+ value: `0x${string}`;
469
470
  } | {
470
471
  __kind: "OtherSegwit";
471
472
  version: number;
472
473
  program: `0x${string}`;
473
474
  };
474
- __kind: "Btc";
475
475
  }, {
476
+ __kind: "Btc";
476
477
  value: {
477
- value: string;
478
478
  __kind: "P2PKH";
479
- } | {
480
479
  value: string;
481
- __kind: "P2SH";
482
480
  } | {
481
+ __kind: "P2SH";
483
482
  value: string;
484
- __kind: "P2WPKH";
485
483
  } | {
484
+ __kind: "P2WPKH";
486
485
  value: string;
487
- __kind: "P2WSH";
488
486
  } | {
487
+ __kind: "P2WSH";
489
488
  value: string;
489
+ } | {
490
490
  __kind: "Taproot";
491
+ value: string;
491
492
  } | {
492
493
  __kind: "OtherSegwit";
493
494
  version: number;
494
495
  program: string;
495
496
  };
496
- __kind: "Btc";
497
497
  }>, z.ZodObject<{
498
498
  __kind: z.ZodLiteral<"Arb">;
499
499
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
500
500
  }, "strip", z.ZodTypeAny, {
501
- value: `0x${string}`;
502
501
  __kind: "Arb";
502
+ value: `0x${string}`;
503
503
  }, {
504
- value: string;
505
504
  __kind: "Arb";
505
+ value: string;
506
506
  }>, z.ZodObject<{
507
507
  __kind: z.ZodLiteral<"Sol">;
508
508
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
509
509
  }, "strip", z.ZodTypeAny, {
510
- value: `0x${string}`;
511
510
  __kind: "Sol";
511
+ value: `0x${string}`;
512
512
  }, {
513
- value: string;
514
513
  __kind: "Sol";
514
+ value: string;
515
515
  }>, z.ZodObject<{
516
516
  __kind: z.ZodLiteral<"Hub">;
517
517
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
518
518
  }, "strip", z.ZodTypeAny, {
519
- value: `0x${string}`;
520
519
  __kind: "Hub";
520
+ value: `0x${string}`;
521
521
  }, {
522
- value: string;
523
522
  __kind: "Hub";
523
+ value: string;
524
524
  }>]>>>;
525
525
  }, "strip", z.ZodTypeAny, {
526
526
  channelMetadata: {
@@ -530,42 +530,42 @@ declare const polkadotIngressEgressDepositFailed: z.ZodObject<{
530
530
  };
531
531
  sourceChain: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
532
532
  sourceAddress?: {
533
- value: `0x${string}`;
534
533
  __kind: "Eth";
535
- } | {
536
534
  value: `0x${string}`;
535
+ } | {
537
536
  __kind: "Dot";
537
+ value: `0x${string}`;
538
538
  } | {
539
+ __kind: "Btc";
539
540
  value: {
540
- value: `0x${string}`;
541
541
  __kind: "P2PKH";
542
- } | {
543
542
  value: `0x${string}`;
544
- __kind: "P2SH";
545
543
  } | {
544
+ __kind: "P2SH";
546
545
  value: `0x${string}`;
547
- __kind: "P2WPKH";
548
546
  } | {
547
+ __kind: "P2WPKH";
549
548
  value: `0x${string}`;
550
- __kind: "P2WSH";
551
549
  } | {
550
+ __kind: "P2WSH";
552
551
  value: `0x${string}`;
552
+ } | {
553
553
  __kind: "Taproot";
554
+ value: `0x${string}`;
554
555
  } | {
555
556
  __kind: "OtherSegwit";
556
557
  version: number;
557
558
  program: `0x${string}`;
558
559
  };
559
- __kind: "Btc";
560
560
  } | {
561
- value: `0x${string}`;
562
561
  __kind: "Arb";
563
- } | {
564
562
  value: `0x${string}`;
565
- __kind: "Sol";
566
563
  } | {
564
+ __kind: "Sol";
567
565
  value: `0x${string}`;
566
+ } | {
568
567
  __kind: "Hub";
568
+ value: `0x${string}`;
569
569
  } | null | undefined;
570
570
  }, {
571
571
  channelMetadata: {
@@ -577,42 +577,42 @@ declare const polkadotIngressEgressDepositFailed: z.ZodObject<{
577
577
  __kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
578
578
  };
579
579
  sourceAddress?: {
580
- value: string;
581
580
  __kind: "Eth";
582
- } | {
583
581
  value: string;
582
+ } | {
584
583
  __kind: "Dot";
584
+ value: string;
585
585
  } | {
586
+ __kind: "Btc";
586
587
  value: {
587
- value: string;
588
588
  __kind: "P2PKH";
589
- } | {
590
589
  value: string;
591
- __kind: "P2SH";
592
590
  } | {
591
+ __kind: "P2SH";
593
592
  value: string;
594
- __kind: "P2WPKH";
595
593
  } | {
594
+ __kind: "P2WPKH";
596
595
  value: string;
597
- __kind: "P2WSH";
598
596
  } | {
597
+ __kind: "P2WSH";
599
598
  value: string;
599
+ } | {
600
600
  __kind: "Taproot";
601
+ value: string;
601
602
  } | {
602
603
  __kind: "OtherSegwit";
603
604
  version: number;
604
605
  program: string;
605
606
  };
606
- __kind: "Btc";
607
607
  } | {
608
- value: string;
609
608
  __kind: "Arb";
610
- } | {
611
609
  value: string;
612
- __kind: "Sol";
613
610
  } | {
611
+ __kind: "Sol";
614
612
  value: string;
613
+ } | {
615
614
  __kind: "Hub";
615
+ value: string;
616
616
  } | null | undefined;
617
617
  }>>>;
618
618
  txId: z.ZodObject<{
@@ -717,42 +717,42 @@ declare const polkadotIngressEgressDepositFailed: z.ZodObject<{
717
717
  };
718
718
  sourceChain: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
719
719
  sourceAddress?: {
720
- value: `0x${string}`;
721
720
  __kind: "Eth";
722
- } | {
723
721
  value: `0x${string}`;
722
+ } | {
724
723
  __kind: "Dot";
724
+ value: `0x${string}`;
725
725
  } | {
726
+ __kind: "Btc";
726
727
  value: {
727
- value: `0x${string}`;
728
728
  __kind: "P2PKH";
729
- } | {
730
729
  value: `0x${string}`;
731
- __kind: "P2SH";
732
730
  } | {
731
+ __kind: "P2SH";
733
732
  value: `0x${string}`;
734
- __kind: "P2WPKH";
735
733
  } | {
734
+ __kind: "P2WPKH";
736
735
  value: `0x${string}`;
737
- __kind: "P2WSH";
738
736
  } | {
737
+ __kind: "P2WSH";
739
738
  value: `0x${string}`;
739
+ } | {
740
740
  __kind: "Taproot";
741
+ value: `0x${string}`;
741
742
  } | {
742
743
  __kind: "OtherSegwit";
743
744
  version: number;
744
745
  program: `0x${string}`;
745
746
  };
746
- __kind: "Btc";
747
747
  } | {
748
- value: `0x${string}`;
749
748
  __kind: "Arb";
750
- } | {
751
749
  value: `0x${string}`;
752
- __kind: "Sol";
753
750
  } | {
751
+ __kind: "Sol";
754
752
  value: `0x${string}`;
753
+ } | {
755
754
  __kind: "Hub";
755
+ value: `0x${string}`;
756
756
  } | null | undefined;
757
757
  } | null | undefined;
758
758
  brokerFee?: {
@@ -777,8 +777,8 @@ declare const polkadotIngressEgressDepositFailed: z.ZodObject<{
777
777
  __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
778
778
  };
779
779
  destinationAddress: {
780
- value: string;
781
780
  __kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
781
+ value: string;
782
782
  };
783
783
  affiliateFees: {
784
784
  account: number;
@@ -802,42 +802,42 @@ declare const polkadotIngressEgressDepositFailed: z.ZodObject<{
802
802
  __kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
803
803
  };
804
804
  sourceAddress?: {
805
- value: string;
806
805
  __kind: "Eth";
807
- } | {
808
806
  value: string;
807
+ } | {
809
808
  __kind: "Dot";
809
+ value: string;
810
810
  } | {
811
+ __kind: "Btc";
811
812
  value: {
812
- value: string;
813
813
  __kind: "P2PKH";
814
- } | {
815
814
  value: string;
816
- __kind: "P2SH";
817
815
  } | {
816
+ __kind: "P2SH";
818
817
  value: string;
819
- __kind: "P2WPKH";
820
818
  } | {
819
+ __kind: "P2WPKH";
821
820
  value: string;
822
- __kind: "P2WSH";
823
821
  } | {
822
+ __kind: "P2WSH";
824
823
  value: string;
824
+ } | {
825
825
  __kind: "Taproot";
826
+ value: string;
826
827
  } | {
827
828
  __kind: "OtherSegwit";
828
829
  version: number;
829
830
  program: string;
830
831
  };
831
- __kind: "Btc";
832
832
  } | {
833
- value: string;
834
833
  __kind: "Arb";
835
- } | {
836
834
  value: string;
837
- __kind: "Sol";
838
835
  } | {
836
+ __kind: "Sol";
839
837
  value: string;
838
+ } | {
840
839
  __kind: "Hub";
840
+ value: string;
841
841
  } | null | undefined;
842
842
  } | null | undefined;
843
843
  brokerFee?: {
@@ -899,42 +899,42 @@ declare const polkadotIngressEgressDepositFailed: z.ZodObject<{
899
899
  };
900
900
  sourceChain: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
901
901
  sourceAddress?: {
902
- value: `0x${string}`;
903
902
  __kind: "Eth";
904
- } | {
905
903
  value: `0x${string}`;
904
+ } | {
906
905
  __kind: "Dot";
906
+ value: `0x${string}`;
907
907
  } | {
908
+ __kind: "Btc";
908
909
  value: {
909
- value: `0x${string}`;
910
910
  __kind: "P2PKH";
911
- } | {
912
911
  value: `0x${string}`;
913
- __kind: "P2SH";
914
912
  } | {
913
+ __kind: "P2SH";
915
914
  value: `0x${string}`;
916
- __kind: "P2WPKH";
917
915
  } | {
916
+ __kind: "P2WPKH";
918
917
  value: `0x${string}`;
919
- __kind: "P2WSH";
920
918
  } | {
919
+ __kind: "P2WSH";
921
920
  value: `0x${string}`;
921
+ } | {
922
922
  __kind: "Taproot";
923
+ value: `0x${string}`;
923
924
  } | {
924
925
  __kind: "OtherSegwit";
925
926
  version: number;
926
927
  program: `0x${string}`;
927
928
  };
928
- __kind: "Btc";
929
929
  } | {
930
- value: `0x${string}`;
931
930
  __kind: "Arb";
932
- } | {
933
931
  value: `0x${string}`;
934
- __kind: "Sol";
935
932
  } | {
933
+ __kind: "Sol";
936
934
  value: `0x${string}`;
935
+ } | {
937
936
  __kind: "Hub";
937
+ value: `0x${string}`;
938
938
  } | null | undefined;
939
939
  } | null | undefined;
940
940
  brokerFee?: {
@@ -962,8 +962,8 @@ declare const polkadotIngressEgressDepositFailed: z.ZodObject<{
962
962
  __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
963
963
  };
964
964
  destinationAddress: {
965
- value: string;
966
965
  __kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
966
+ value: string;
967
967
  };
968
968
  affiliateFees: {
969
969
  account: number;
@@ -987,42 +987,42 @@ declare const polkadotIngressEgressDepositFailed: z.ZodObject<{
987
987
  __kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
988
988
  };
989
989
  sourceAddress?: {
990
- value: string;
991
990
  __kind: "Eth";
992
- } | {
993
991
  value: string;
992
+ } | {
994
993
  __kind: "Dot";
994
+ value: string;
995
995
  } | {
996
+ __kind: "Btc";
996
997
  value: {
997
- value: string;
998
998
  __kind: "P2PKH";
999
- } | {
1000
999
  value: string;
1001
- __kind: "P2SH";
1002
1000
  } | {
1001
+ __kind: "P2SH";
1003
1002
  value: string;
1004
- __kind: "P2WPKH";
1005
1003
  } | {
1004
+ __kind: "P2WPKH";
1006
1005
  value: string;
1007
- __kind: "P2WSH";
1008
1006
  } | {
1007
+ __kind: "P2WSH";
1009
1008
  value: string;
1009
+ } | {
1010
1010
  __kind: "Taproot";
1011
+ value: string;
1011
1012
  } | {
1012
1013
  __kind: "OtherSegwit";
1013
1014
  version: number;
1014
1015
  program: string;
1015
1016
  };
1016
- __kind: "Btc";
1017
1017
  } | {
1018
- value: string;
1019
1018
  __kind: "Arb";
1020
- } | {
1021
1019
  value: string;
1022
- __kind: "Sol";
1023
1020
  } | {
1021
+ __kind: "Sol";
1024
1022
  value: string;
1023
+ } | {
1025
1024
  __kind: "Hub";
1025
+ value: string;
1026
1026
  } | null | undefined;
1027
1027
  } | null | undefined;
1028
1028
  brokerFee?: {
@@ -1044,6 +1044,7 @@ declare const polkadotIngressEgressDepositFailed: z.ZodObject<{
1044
1044
  } | {
1045
1045
  __kind: "TransactionRejectedByBroker";
1046
1046
  } | {
1047
+ __kind: "DepositWitnessRejected";
1047
1048
  value: {
1048
1049
  __kind: "Other";
1049
1050
  } | {
@@ -1051,11 +1052,11 @@ declare const polkadotIngressEgressDepositFailed: z.ZodObject<{
1051
1052
  } | {
1052
1053
  __kind: "BadOrigin";
1053
1054
  } | {
1055
+ __kind: "Module";
1054
1056
  value: {
1055
1057
  index: number;
1056
1058
  error: `0x${string}`;
1057
1059
  };
1058
- __kind: "Module";
1059
1060
  } | {
1060
1061
  __kind: "ConsumerRemaining";
1061
1062
  } | {
@@ -1063,14 +1064,14 @@ declare const polkadotIngressEgressDepositFailed: z.ZodObject<{
1063
1064
  } | {
1064
1065
  __kind: "TooManyConsumers";
1065
1066
  } | {
1066
- value: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
1067
1067
  __kind: "Token";
1068
+ value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
1068
1069
  } | {
1069
- value: "Underflow" | "Overflow" | "DivisionByZero";
1070
1070
  __kind: "Arithmetic";
1071
+ value: "Underflow" | "Overflow" | "DivisionByZero";
1071
1072
  } | {
1072
- value: "LimitReached" | "NoLayer";
1073
1073
  __kind: "Transactional";
1074
+ value: "LimitReached" | "NoLayer";
1074
1075
  } | {
1075
1076
  __kind: "Exhausted";
1076
1077
  } | {
@@ -1080,7 +1081,6 @@ declare const polkadotIngressEgressDepositFailed: z.ZodObject<{
1080
1081
  } | {
1081
1082
  __kind: "RootNotAllowed";
1082
1083
  };
1083
- __kind: "DepositWitnessRejected";
1084
1084
  };
1085
1085
  details: {
1086
1086
  __kind: "DepositFailedDepositChannelVariantPolkadot";
@@ -1140,42 +1140,42 @@ declare const polkadotIngressEgressDepositFailed: z.ZodObject<{
1140
1140
  };
1141
1141
  sourceChain: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
1142
1142
  sourceAddress?: {
1143
- value: `0x${string}`;
1144
1143
  __kind: "Eth";
1145
- } | {
1146
1144
  value: `0x${string}`;
1145
+ } | {
1147
1146
  __kind: "Dot";
1147
+ value: `0x${string}`;
1148
1148
  } | {
1149
+ __kind: "Btc";
1149
1150
  value: {
1150
- value: `0x${string}`;
1151
1151
  __kind: "P2PKH";
1152
- } | {
1153
1152
  value: `0x${string}`;
1154
- __kind: "P2SH";
1155
1153
  } | {
1154
+ __kind: "P2SH";
1156
1155
  value: `0x${string}`;
1157
- __kind: "P2WPKH";
1158
1156
  } | {
1157
+ __kind: "P2WPKH";
1159
1158
  value: `0x${string}`;
1160
- __kind: "P2WSH";
1161
1159
  } | {
1160
+ __kind: "P2WSH";
1162
1161
  value: `0x${string}`;
1162
+ } | {
1163
1163
  __kind: "Taproot";
1164
+ value: `0x${string}`;
1164
1165
  } | {
1165
1166
  __kind: "OtherSegwit";
1166
1167
  version: number;
1167
1168
  program: `0x${string}`;
1168
1169
  };
1169
- __kind: "Btc";
1170
1170
  } | {
1171
- value: `0x${string}`;
1172
1171
  __kind: "Arb";
1173
- } | {
1174
1172
  value: `0x${string}`;
1175
- __kind: "Sol";
1176
1173
  } | {
1174
+ __kind: "Sol";
1177
1175
  value: `0x${string}`;
1176
+ } | {
1178
1177
  __kind: "Hub";
1178
+ value: `0x${string}`;
1179
1179
  } | null | undefined;
1180
1180
  } | null | undefined;
1181
1181
  brokerFee?: {
@@ -1197,6 +1197,7 @@ declare const polkadotIngressEgressDepositFailed: z.ZodObject<{
1197
1197
  } | {
1198
1198
  __kind: "TransactionRejectedByBroker";
1199
1199
  } | {
1200
+ __kind: "DepositWitnessRejected";
1200
1201
  value: {
1201
1202
  __kind: "Other";
1202
1203
  } | {
@@ -1204,11 +1205,11 @@ declare const polkadotIngressEgressDepositFailed: z.ZodObject<{
1204
1205
  } | {
1205
1206
  __kind: "BadOrigin";
1206
1207
  } | {
1208
+ __kind: "Module";
1207
1209
  value: {
1208
1210
  index: number;
1209
1211
  error: string;
1210
1212
  };
1211
- __kind: "Module";
1212
1213
  } | {
1213
1214
  __kind: "ConsumerRemaining";
1214
1215
  } | {
@@ -1216,20 +1217,20 @@ declare const polkadotIngressEgressDepositFailed: z.ZodObject<{
1216
1217
  } | {
1217
1218
  __kind: "TooManyConsumers";
1218
1219
  } | {
1220
+ __kind: "Token";
1219
1221
  value: {
1220
- __kind: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
1222
+ __kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
1221
1223
  };
1222
- __kind: "Token";
1223
1224
  } | {
1225
+ __kind: "Arithmetic";
1224
1226
  value: {
1225
1227
  __kind: "Underflow" | "Overflow" | "DivisionByZero";
1226
1228
  };
1227
- __kind: "Arithmetic";
1228
1229
  } | {
1230
+ __kind: "Transactional";
1229
1231
  value: {
1230
1232
  __kind: "LimitReached" | "NoLayer";
1231
1233
  };
1232
- __kind: "Transactional";
1233
1234
  } | {
1234
1235
  __kind: "Exhausted";
1235
1236
  } | {
@@ -1239,7 +1240,6 @@ declare const polkadotIngressEgressDepositFailed: z.ZodObject<{
1239
1240
  } | {
1240
1241
  __kind: "RootNotAllowed";
1241
1242
  };
1242
- __kind: "DepositWitnessRejected";
1243
1243
  };
1244
1244
  details: {
1245
1245
  __kind: "DepositFailedDepositChannelVariantPolkadot";
@@ -1267,8 +1267,8 @@ declare const polkadotIngressEgressDepositFailed: z.ZodObject<{
1267
1267
  __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
1268
1268
  };
1269
1269
  destinationAddress: {
1270
- value: string;
1271
1270
  __kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
1271
+ value: string;
1272
1272
  };
1273
1273
  affiliateFees: {
1274
1274
  account: number;
@@ -1292,42 +1292,42 @@ declare const polkadotIngressEgressDepositFailed: z.ZodObject<{
1292
1292
  __kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
1293
1293
  };
1294
1294
  sourceAddress?: {
1295
- value: string;
1296
1295
  __kind: "Eth";
1297
- } | {
1298
1296
  value: string;
1297
+ } | {
1299
1298
  __kind: "Dot";
1299
+ value: string;
1300
1300
  } | {
1301
+ __kind: "Btc";
1301
1302
  value: {
1302
- value: string;
1303
1303
  __kind: "P2PKH";
1304
- } | {
1305
1304
  value: string;
1306
- __kind: "P2SH";
1307
1305
  } | {
1306
+ __kind: "P2SH";
1308
1307
  value: string;
1309
- __kind: "P2WPKH";
1310
1308
  } | {
1309
+ __kind: "P2WPKH";
1311
1310
  value: string;
1312
- __kind: "P2WSH";
1313
1311
  } | {
1312
+ __kind: "P2WSH";
1314
1313
  value: string;
1314
+ } | {
1315
1315
  __kind: "Taproot";
1316
+ value: string;
1316
1317
  } | {
1317
1318
  __kind: "OtherSegwit";
1318
1319
  version: number;
1319
1320
  program: string;
1320
1321
  };
1321
- __kind: "Btc";
1322
1322
  } | {
1323
- value: string;
1324
1323
  __kind: "Arb";
1325
- } | {
1326
1324
  value: string;
1327
- __kind: "Sol";
1328
1325
  } | {
1326
+ __kind: "Sol";
1329
1327
  value: string;
1328
+ } | {
1330
1329
  __kind: "Hub";
1330
+ value: string;
1331
1331
  } | null | undefined;
1332
1332
  } | null | undefined;
1333
1333
  brokerFee?: {