@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 arbitrumIngressEgressDepositFailed: z.ZodObject<{
53
53
  error: string;
54
54
  }>;
55
55
  }, "strip", z.ZodTypeAny, {
56
- __kind: "Module";
57
56
  value: {
58
57
  index: number;
59
58
  error: `0x${string}`;
60
59
  };
61
- }, {
62
60
  __kind: "Module";
61
+ }, {
63
62
  value: {
64
63
  index: number;
65
64
  error: string;
66
65
  };
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
- __kind: "Token";
98
97
  value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
99
- }, {
100
98
  __kind: "Token";
99
+ }, {
101
100
  value: {
102
101
  __kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
103
102
  };
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
- __kind: "Arithmetic";
117
116
  value: "Underflow" | "Overflow" | "DivisionByZero";
118
- }, {
119
117
  __kind: "Arithmetic";
118
+ }, {
120
119
  value: {
121
120
  __kind: "Underflow" | "Overflow" | "DivisionByZero";
122
121
  };
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
- __kind: "Transactional";
136
135
  value: "LimitReached" | "NoLayer";
137
- }, {
138
136
  __kind: "Transactional";
137
+ }, {
139
138
  value: {
140
139
  __kind: "LimitReached" | "NoLayer";
141
140
  };
141
+ __kind: "Transactional";
142
142
  }>, z.ZodObject<{
143
143
  __kind: z.ZodLiteral<"Exhausted">;
144
144
  }, "strip", z.ZodTypeAny, {
@@ -165,7 +165,6 @@ declare const arbitrumIngressEgressDepositFailed: z.ZodObject<{
165
165
  __kind: "RootNotAllowed";
166
166
  }>]>;
167
167
  }, "strip", z.ZodTypeAny, {
168
- __kind: "DepositWitnessRejected";
169
168
  value: {
170
169
  __kind: "Other";
171
170
  } | {
@@ -173,11 +172,11 @@ declare const arbitrumIngressEgressDepositFailed: z.ZodObject<{
173
172
  } | {
174
173
  __kind: "BadOrigin";
175
174
  } | {
176
- __kind: "Module";
177
175
  value: {
178
176
  index: number;
179
177
  error: `0x${string}`;
180
178
  };
179
+ __kind: "Module";
181
180
  } | {
182
181
  __kind: "ConsumerRemaining";
183
182
  } | {
@@ -185,14 +184,14 @@ declare const arbitrumIngressEgressDepositFailed: z.ZodObject<{
185
184
  } | {
186
185
  __kind: "TooManyConsumers";
187
186
  } | {
188
- __kind: "Token";
189
187
  value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
188
+ __kind: "Token";
190
189
  } | {
191
- __kind: "Arithmetic";
192
190
  value: "Underflow" | "Overflow" | "DivisionByZero";
191
+ __kind: "Arithmetic";
193
192
  } | {
194
- __kind: "Transactional";
195
193
  value: "LimitReached" | "NoLayer";
194
+ __kind: "Transactional";
196
195
  } | {
197
196
  __kind: "Exhausted";
198
197
  } | {
@@ -202,8 +201,8 @@ declare const arbitrumIngressEgressDepositFailed: z.ZodObject<{
202
201
  } | {
203
202
  __kind: "RootNotAllowed";
204
203
  };
205
- }, {
206
204
  __kind: "DepositWitnessRejected";
205
+ }, {
207
206
  value: {
208
207
  __kind: "Other";
209
208
  } | {
@@ -211,11 +210,11 @@ declare const arbitrumIngressEgressDepositFailed: z.ZodObject<{
211
210
  } | {
212
211
  __kind: "BadOrigin";
213
212
  } | {
214
- __kind: "Module";
215
213
  value: {
216
214
  index: number;
217
215
  error: string;
218
216
  };
217
+ __kind: "Module";
219
218
  } | {
220
219
  __kind: "ConsumerRemaining";
221
220
  } | {
@@ -223,20 +222,20 @@ declare const arbitrumIngressEgressDepositFailed: z.ZodObject<{
223
222
  } | {
224
223
  __kind: "TooManyConsumers";
225
224
  } | {
226
- __kind: "Token";
227
225
  value: {
228
226
  __kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
229
227
  };
228
+ __kind: "Token";
230
229
  } | {
231
- __kind: "Arithmetic";
232
230
  value: {
233
231
  __kind: "Underflow" | "Overflow" | "DivisionByZero";
234
232
  };
233
+ __kind: "Arithmetic";
235
234
  } | {
236
- __kind: "Transactional";
237
235
  value: {
238
236
  __kind: "LimitReached" | "NoLayer";
239
237
  };
238
+ __kind: "Transactional";
240
239
  } | {
241
240
  __kind: "Exhausted";
242
241
  } | {
@@ -246,6 +245,7 @@ declare const arbitrumIngressEgressDepositFailed: z.ZodObject<{
246
245
  } | {
247
246
  __kind: "RootNotAllowed";
248
247
  };
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
- asset: "ArbEth" | "ArbUsdc";
273
272
  depositAddress: `0x${string}`;
273
+ asset: "ArbEth" | "ArbUsdc";
274
274
  amount: bigint;
275
275
  depositDetails: {
276
276
  txHashes?: `0x${string}`[] | null | undefined;
277
277
  };
278
278
  }, {
279
+ depositAddress: string;
279
280
  asset: {
280
281
  __kind: "ArbEth" | "ArbUsdc";
281
282
  };
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
- asset: "ArbEth" | "ArbUsdc";
292
291
  depositAddress: `0x${string}`;
292
+ asset: "ArbEth" | "ArbUsdc";
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;
301
302
  asset: {
302
303
  __kind: "ArbEth" | "ArbUsdc";
303
304
  };
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
- __kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
346
345
  value: `0x${string}`;
347
- }, {
348
346
  __kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
347
+ }, {
349
348
  value: string;
349
+ __kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
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
- __kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
370
369
  value: string;
370
+ __kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
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
- __kind: "Eth";
400
399
  value: `0x${string}`;
401
- }, {
402
400
  __kind: "Eth";
401
+ }, {
403
402
  value: string;
403
+ __kind: "Eth";
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
- __kind: "Dot";
409
408
  value: `0x${string}`;
410
- }, {
411
409
  __kind: "Dot";
410
+ }, {
412
411
  value: string;
412
+ __kind: "Dot";
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
- __kind: "P2PKH";
420
419
  value: `0x${string}`;
421
- }, {
422
420
  __kind: "P2PKH";
421
+ }, {
423
422
  value: string;
423
+ __kind: "P2PKH";
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
- __kind: "P2SH";
429
428
  value: `0x${string}`;
430
- }, {
431
429
  __kind: "P2SH";
430
+ }, {
432
431
  value: string;
432
+ __kind: "P2SH";
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
- __kind: "P2WPKH";
438
437
  value: `0x${string}`;
439
- }, {
440
438
  __kind: "P2WPKH";
439
+ }, {
441
440
  value: string;
441
+ __kind: "P2WPKH";
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
- __kind: "P2WSH";
447
446
  value: `0x${string}`;
448
- }, {
449
447
  __kind: "P2WSH";
448
+ }, {
450
449
  value: string;
450
+ __kind: "P2WSH";
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
- __kind: "Taproot";
456
455
  value: `0x${string}`;
457
- }, {
458
456
  __kind: "Taproot";
457
+ }, {
459
458
  value: string;
459
+ __kind: "Taproot";
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";
475
474
  value: {
476
- __kind: "P2PKH";
477
475
  value: `0x${string}`;
476
+ __kind: "P2PKH";
478
477
  } | {
479
- __kind: "P2SH";
480
478
  value: `0x${string}`;
479
+ __kind: "P2SH";
481
480
  } | {
482
- __kind: "P2WPKH";
483
481
  value: `0x${string}`;
482
+ __kind: "P2WPKH";
484
483
  } | {
485
- __kind: "P2WSH";
486
484
  value: `0x${string}`;
485
+ __kind: "P2WSH";
487
486
  } | {
488
- __kind: "Taproot";
489
487
  value: `0x${string}`;
488
+ __kind: "Taproot";
490
489
  } | {
491
490
  __kind: "OtherSegwit";
492
491
  version: number;
493
492
  program: `0x${string}`;
494
493
  };
495
- }, {
496
494
  __kind: "Btc";
495
+ }, {
497
496
  value: {
498
- __kind: "P2PKH";
499
497
  value: string;
498
+ __kind: "P2PKH";
500
499
  } | {
501
- __kind: "P2SH";
502
500
  value: string;
501
+ __kind: "P2SH";
503
502
  } | {
504
- __kind: "P2WPKH";
505
503
  value: string;
504
+ __kind: "P2WPKH";
506
505
  } | {
507
- __kind: "P2WSH";
508
506
  value: string;
507
+ __kind: "P2WSH";
509
508
  } | {
510
- __kind: "Taproot";
511
509
  value: string;
510
+ __kind: "Taproot";
512
511
  } | {
513
512
  __kind: "OtherSegwit";
514
513
  version: number;
515
514
  program: string;
516
515
  };
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
- __kind: "Arb";
522
521
  value: `0x${string}`;
523
- }, {
524
522
  __kind: "Arb";
523
+ }, {
525
524
  value: string;
525
+ __kind: "Arb";
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
- __kind: "Sol";
531
530
  value: `0x${string}`;
532
- }, {
533
531
  __kind: "Sol";
532
+ }, {
534
533
  value: string;
534
+ __kind: "Sol";
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
- __kind: "Hub";
540
539
  value: `0x${string}`;
541
- }, {
542
540
  __kind: "Hub";
541
+ }, {
543
542
  value: string;
543
+ __kind: "Hub";
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
- __kind: "Eth";
554
553
  value: `0x${string}`;
554
+ __kind: "Eth";
555
555
  } | {
556
- __kind: "Dot";
557
556
  value: `0x${string}`;
557
+ __kind: "Dot";
558
558
  } | {
559
- __kind: "Btc";
560
559
  value: {
561
- __kind: "P2PKH";
562
560
  value: `0x${string}`;
561
+ __kind: "P2PKH";
563
562
  } | {
564
- __kind: "P2SH";
565
563
  value: `0x${string}`;
564
+ __kind: "P2SH";
566
565
  } | {
567
- __kind: "P2WPKH";
568
566
  value: `0x${string}`;
567
+ __kind: "P2WPKH";
569
568
  } | {
570
- __kind: "P2WSH";
571
569
  value: `0x${string}`;
570
+ __kind: "P2WSH";
572
571
  } | {
573
- __kind: "Taproot";
574
572
  value: `0x${string}`;
573
+ __kind: "Taproot";
575
574
  } | {
576
575
  __kind: "OtherSegwit";
577
576
  version: number;
578
577
  program: `0x${string}`;
579
578
  };
579
+ __kind: "Btc";
580
580
  } | {
581
- __kind: "Arb";
582
581
  value: `0x${string}`;
582
+ __kind: "Arb";
583
583
  } | {
584
- __kind: "Sol";
585
584
  value: `0x${string}`;
585
+ __kind: "Sol";
586
586
  } | {
587
- __kind: "Hub";
588
587
  value: `0x${string}`;
588
+ __kind: "Hub";
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
- __kind: "Eth";
601
600
  value: string;
601
+ __kind: "Eth";
602
602
  } | {
603
- __kind: "Dot";
604
603
  value: string;
604
+ __kind: "Dot";
605
605
  } | {
606
- __kind: "Btc";
607
606
  value: {
608
- __kind: "P2PKH";
609
607
  value: string;
608
+ __kind: "P2PKH";
610
609
  } | {
611
- __kind: "P2SH";
612
610
  value: string;
611
+ __kind: "P2SH";
613
612
  } | {
614
- __kind: "P2WPKH";
615
613
  value: string;
614
+ __kind: "P2WPKH";
616
615
  } | {
617
- __kind: "P2WSH";
618
616
  value: string;
617
+ __kind: "P2WSH";
619
618
  } | {
620
- __kind: "Taproot";
621
619
  value: string;
620
+ __kind: "Taproot";
622
621
  } | {
623
622
  __kind: "OtherSegwit";
624
623
  version: number;
625
624
  program: string;
626
625
  };
626
+ __kind: "Btc";
627
627
  } | {
628
- __kind: "Arb";
629
628
  value: string;
629
+ __kind: "Arb";
630
630
  } | {
631
- __kind: "Sol";
632
631
  value: string;
632
+ __kind: "Sol";
633
633
  } | {
634
- __kind: "Hub";
635
634
  value: string;
635
+ __kind: "Hub";
636
636
  } | null | undefined;
637
637
  }>>>;
638
638
  txId: z.ZodEffects<z.ZodString, `0x${string}`, string>;
@@ -673,6 +673,7 @@ declare const arbitrumIngressEgressDepositFailed: z.ZodObject<{
673
673
  gasBudget: string | number;
674
674
  ccmAdditionalData: string;
675
675
  }>>>;
676
+ maxOraclePriceSlippage: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
676
677
  }, "strip", z.ZodTypeAny, {
677
678
  retryDuration: number;
678
679
  refundAddress: `0x${string}`;
@@ -682,6 +683,7 @@ declare const arbitrumIngressEgressDepositFailed: z.ZodObject<{
682
683
  gasBudget: bigint;
683
684
  ccmAdditionalData: `0x${string}`;
684
685
  } | null | undefined;
686
+ maxOraclePriceSlippage?: number | null | undefined;
685
687
  }, {
686
688
  retryDuration: number;
687
689
  refundAddress: string;
@@ -691,6 +693,7 @@ declare const arbitrumIngressEgressDepositFailed: z.ZodObject<{
691
693
  gasBudget: string | number;
692
694
  ccmAdditionalData: string;
693
695
  } | null | undefined;
696
+ maxOraclePriceSlippage?: number | null | undefined;
694
697
  }>;
695
698
  dcaParams: z.ZodOptional<z.ZodNullable<z.ZodObject<{
696
699
  numberOfChunks: z.ZodNumber;
@@ -704,7 +707,6 @@ declare const arbitrumIngressEgressDepositFailed: z.ZodObject<{
704
707
  }>>>;
705
708
  boostFee: z.ZodNumber;
706
709
  }, "strip", z.ZodTypeAny, {
707
- txId: `0x${string}`;
708
710
  depositDetails: {
709
711
  txHashes?: `0x${string}`[] | null | undefined;
710
712
  };
@@ -730,6 +732,7 @@ declare const arbitrumIngressEgressDepositFailed: z.ZodObject<{
730
732
  readonly chain: "Assethub";
731
733
  readonly address: string;
732
734
  };
735
+ txId: `0x${string}`;
733
736
  affiliateFees: {
734
737
  account: number;
735
738
  bps: number;
@@ -743,6 +746,7 @@ declare const arbitrumIngressEgressDepositFailed: z.ZodObject<{
743
746
  gasBudget: bigint;
744
747
  ccmAdditionalData: `0x${string}`;
745
748
  } | null | undefined;
749
+ maxOraclePriceSlippage?: number | null | undefined;
746
750
  };
747
751
  boostFee: number;
748
752
  depositAddress?: `0x${string}` | null | undefined;
@@ -755,42 +759,42 @@ declare const arbitrumIngressEgressDepositFailed: z.ZodObject<{
755
759
  };
756
760
  sourceChain: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
757
761
  sourceAddress?: {
758
- __kind: "Eth";
759
762
  value: `0x${string}`;
763
+ __kind: "Eth";
760
764
  } | {
761
- __kind: "Dot";
762
765
  value: `0x${string}`;
766
+ __kind: "Dot";
763
767
  } | {
764
- __kind: "Btc";
765
768
  value: {
766
- __kind: "P2PKH";
767
769
  value: `0x${string}`;
770
+ __kind: "P2PKH";
768
771
  } | {
769
- __kind: "P2SH";
770
772
  value: `0x${string}`;
773
+ __kind: "P2SH";
771
774
  } | {
772
- __kind: "P2WPKH";
773
775
  value: `0x${string}`;
776
+ __kind: "P2WPKH";
774
777
  } | {
775
- __kind: "P2WSH";
776
778
  value: `0x${string}`;
779
+ __kind: "P2WSH";
777
780
  } | {
778
- __kind: "Taproot";
779
781
  value: `0x${string}`;
782
+ __kind: "Taproot";
780
783
  } | {
781
784
  __kind: "OtherSegwit";
782
785
  version: number;
783
786
  program: `0x${string}`;
784
787
  };
788
+ __kind: "Btc";
785
789
  } | {
786
- __kind: "Arb";
787
790
  value: `0x${string}`;
791
+ __kind: "Arb";
788
792
  } | {
789
- __kind: "Sol";
790
793
  value: `0x${string}`;
794
+ __kind: "Sol";
791
795
  } | {
792
- __kind: "Hub";
793
796
  value: `0x${string}`;
797
+ __kind: "Hub";
794
798
  } | null | undefined;
795
799
  } | null | undefined;
796
800
  brokerFee?: {
@@ -802,7 +806,6 @@ declare const arbitrumIngressEgressDepositFailed: z.ZodObject<{
802
806
  chunkInterval: number;
803
807
  } | null | undefined;
804
808
  }, {
805
- txId: string;
806
809
  depositDetails: {
807
810
  txHashes?: string[] | null | undefined;
808
811
  };
@@ -814,9 +817,10 @@ declare const arbitrumIngressEgressDepositFailed: z.ZodObject<{
814
817
  __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
815
818
  };
816
819
  destinationAddress: {
817
- __kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
818
820
  value: string;
821
+ __kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
819
822
  };
823
+ txId: string;
820
824
  affiliateFees: {
821
825
  account: number;
822
826
  bps: number;
@@ -830,6 +834,7 @@ declare const arbitrumIngressEgressDepositFailed: z.ZodObject<{
830
834
  gasBudget: string | number;
831
835
  ccmAdditionalData: string;
832
836
  } | null | undefined;
837
+ maxOraclePriceSlippage?: number | null | undefined;
833
838
  };
834
839
  boostFee: number;
835
840
  depositAddress?: string | null | undefined;
@@ -844,42 +849,42 @@ declare const arbitrumIngressEgressDepositFailed: z.ZodObject<{
844
849
  __kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
845
850
  };
846
851
  sourceAddress?: {
847
- __kind: "Eth";
848
852
  value: string;
853
+ __kind: "Eth";
849
854
  } | {
850
- __kind: "Dot";
851
855
  value: string;
856
+ __kind: "Dot";
852
857
  } | {
853
- __kind: "Btc";
854
858
  value: {
855
- __kind: "P2PKH";
856
859
  value: string;
860
+ __kind: "P2PKH";
857
861
  } | {
858
- __kind: "P2SH";
859
862
  value: string;
863
+ __kind: "P2SH";
860
864
  } | {
861
- __kind: "P2WPKH";
862
865
  value: string;
866
+ __kind: "P2WPKH";
863
867
  } | {
864
- __kind: "P2WSH";
865
868
  value: string;
869
+ __kind: "P2WSH";
866
870
  } | {
867
- __kind: "Taproot";
868
871
  value: string;
872
+ __kind: "Taproot";
869
873
  } | {
870
874
  __kind: "OtherSegwit";
871
875
  version: number;
872
876
  program: string;
873
877
  };
878
+ __kind: "Btc";
874
879
  } | {
875
- __kind: "Arb";
876
880
  value: string;
881
+ __kind: "Arb";
877
882
  } | {
878
- __kind: "Sol";
879
883
  value: string;
884
+ __kind: "Sol";
880
885
  } | {
881
- __kind: "Hub";
882
886
  value: string;
887
+ __kind: "Hub";
883
888
  } | null | undefined;
884
889
  } | null | undefined;
885
890
  brokerFee?: {
@@ -894,7 +899,6 @@ declare const arbitrumIngressEgressDepositFailed: z.ZodObject<{
894
899
  }, "strip", z.ZodTypeAny, {
895
900
  __kind: "DepositFailedVaultVariantArbitrum";
896
901
  vaultWitness: {
897
- txId: `0x${string}`;
898
902
  depositDetails: {
899
903
  txHashes?: `0x${string}`[] | null | undefined;
900
904
  };
@@ -920,6 +924,7 @@ declare const arbitrumIngressEgressDepositFailed: z.ZodObject<{
920
924
  readonly chain: "Assethub";
921
925
  readonly address: string;
922
926
  };
927
+ txId: `0x${string}`;
923
928
  affiliateFees: {
924
929
  account: number;
925
930
  bps: number;
@@ -933,6 +938,7 @@ declare const arbitrumIngressEgressDepositFailed: z.ZodObject<{
933
938
  gasBudget: bigint;
934
939
  ccmAdditionalData: `0x${string}`;
935
940
  } | null | undefined;
941
+ maxOraclePriceSlippage?: number | null | undefined;
936
942
  };
937
943
  boostFee: number;
938
944
  depositAddress?: `0x${string}` | null | undefined;
@@ -945,42 +951,42 @@ declare const arbitrumIngressEgressDepositFailed: z.ZodObject<{
945
951
  };
946
952
  sourceChain: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
947
953
  sourceAddress?: {
948
- __kind: "Eth";
949
954
  value: `0x${string}`;
955
+ __kind: "Eth";
950
956
  } | {
951
- __kind: "Dot";
952
957
  value: `0x${string}`;
958
+ __kind: "Dot";
953
959
  } | {
954
- __kind: "Btc";
955
960
  value: {
956
- __kind: "P2PKH";
957
961
  value: `0x${string}`;
962
+ __kind: "P2PKH";
958
963
  } | {
959
- __kind: "P2SH";
960
964
  value: `0x${string}`;
965
+ __kind: "P2SH";
961
966
  } | {
962
- __kind: "P2WPKH";
963
967
  value: `0x${string}`;
968
+ __kind: "P2WPKH";
964
969
  } | {
965
- __kind: "P2WSH";
966
970
  value: `0x${string}`;
971
+ __kind: "P2WSH";
967
972
  } | {
968
- __kind: "Taproot";
969
973
  value: `0x${string}`;
974
+ __kind: "Taproot";
970
975
  } | {
971
976
  __kind: "OtherSegwit";
972
977
  version: number;
973
978
  program: `0x${string}`;
974
979
  };
980
+ __kind: "Btc";
975
981
  } | {
976
- __kind: "Arb";
977
982
  value: `0x${string}`;
983
+ __kind: "Arb";
978
984
  } | {
979
- __kind: "Sol";
980
985
  value: `0x${string}`;
986
+ __kind: "Sol";
981
987
  } | {
982
- __kind: "Hub";
983
988
  value: `0x${string}`;
989
+ __kind: "Hub";
984
990
  } | null | undefined;
985
991
  } | null | undefined;
986
992
  brokerFee?: {
@@ -995,7 +1001,6 @@ declare const arbitrumIngressEgressDepositFailed: z.ZodObject<{
995
1001
  }, {
996
1002
  __kind: "DepositFailedVaultVariantArbitrum";
997
1003
  vaultWitness: {
998
- txId: string;
999
1004
  depositDetails: {
1000
1005
  txHashes?: string[] | null | undefined;
1001
1006
  };
@@ -1007,9 +1012,10 @@ declare const arbitrumIngressEgressDepositFailed: z.ZodObject<{
1007
1012
  __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
1008
1013
  };
1009
1014
  destinationAddress: {
1010
- __kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
1011
1015
  value: string;
1016
+ __kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
1012
1017
  };
1018
+ txId: string;
1013
1019
  affiliateFees: {
1014
1020
  account: number;
1015
1021
  bps: number;
@@ -1023,6 +1029,7 @@ declare const arbitrumIngressEgressDepositFailed: z.ZodObject<{
1023
1029
  gasBudget: string | number;
1024
1030
  ccmAdditionalData: string;
1025
1031
  } | null | undefined;
1032
+ maxOraclePriceSlippage?: number | null | undefined;
1026
1033
  };
1027
1034
  boostFee: number;
1028
1035
  depositAddress?: string | null | undefined;
@@ -1037,42 +1044,42 @@ declare const arbitrumIngressEgressDepositFailed: z.ZodObject<{
1037
1044
  __kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
1038
1045
  };
1039
1046
  sourceAddress?: {
1040
- __kind: "Eth";
1041
1047
  value: string;
1048
+ __kind: "Eth";
1042
1049
  } | {
1043
- __kind: "Dot";
1044
1050
  value: string;
1051
+ __kind: "Dot";
1045
1052
  } | {
1046
- __kind: "Btc";
1047
1053
  value: {
1048
- __kind: "P2PKH";
1049
1054
  value: string;
1055
+ __kind: "P2PKH";
1050
1056
  } | {
1051
- __kind: "P2SH";
1052
1057
  value: string;
1058
+ __kind: "P2SH";
1053
1059
  } | {
1054
- __kind: "P2WPKH";
1055
1060
  value: string;
1061
+ __kind: "P2WPKH";
1056
1062
  } | {
1057
- __kind: "P2WSH";
1058
1063
  value: string;
1064
+ __kind: "P2WSH";
1059
1065
  } | {
1060
- __kind: "Taproot";
1061
1066
  value: string;
1067
+ __kind: "Taproot";
1062
1068
  } | {
1063
1069
  __kind: "OtherSegwit";
1064
1070
  version: number;
1065
1071
  program: string;
1066
1072
  };
1073
+ __kind: "Btc";
1067
1074
  } | {
1068
- __kind: "Arb";
1069
1075
  value: string;
1076
+ __kind: "Arb";
1070
1077
  } | {
1071
- __kind: "Sol";
1072
1078
  value: string;
1079
+ __kind: "Sol";
1073
1080
  } | {
1074
- __kind: "Hub";
1075
1081
  value: string;
1082
+ __kind: "Hub";
1076
1083
  } | null | undefined;
1077
1084
  } | null | undefined;
1078
1085
  brokerFee?: {
@@ -1094,7 +1101,6 @@ declare const arbitrumIngressEgressDepositFailed: z.ZodObject<{
1094
1101
  } | {
1095
1102
  __kind: "TransactionRejectedByBroker";
1096
1103
  } | {
1097
- __kind: "DepositWitnessRejected";
1098
1104
  value: {
1099
1105
  __kind: "Other";
1100
1106
  } | {
@@ -1102,11 +1108,11 @@ declare const arbitrumIngressEgressDepositFailed: z.ZodObject<{
1102
1108
  } | {
1103
1109
  __kind: "BadOrigin";
1104
1110
  } | {
1105
- __kind: "Module";
1106
1111
  value: {
1107
1112
  index: number;
1108
1113
  error: `0x${string}`;
1109
1114
  };
1115
+ __kind: "Module";
1110
1116
  } | {
1111
1117
  __kind: "ConsumerRemaining";
1112
1118
  } | {
@@ -1114,14 +1120,14 @@ declare const arbitrumIngressEgressDepositFailed: z.ZodObject<{
1114
1120
  } | {
1115
1121
  __kind: "TooManyConsumers";
1116
1122
  } | {
1117
- __kind: "Token";
1118
1123
  value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
1124
+ __kind: "Token";
1119
1125
  } | {
1120
- __kind: "Arithmetic";
1121
1126
  value: "Underflow" | "Overflow" | "DivisionByZero";
1127
+ __kind: "Arithmetic";
1122
1128
  } | {
1123
- __kind: "Transactional";
1124
1129
  value: "LimitReached" | "NoLayer";
1130
+ __kind: "Transactional";
1125
1131
  } | {
1126
1132
  __kind: "Exhausted";
1127
1133
  } | {
@@ -1131,12 +1137,13 @@ declare const arbitrumIngressEgressDepositFailed: z.ZodObject<{
1131
1137
  } | {
1132
1138
  __kind: "RootNotAllowed";
1133
1139
  };
1140
+ __kind: "DepositWitnessRejected";
1134
1141
  };
1135
1142
  details: {
1136
1143
  __kind: "DepositFailedDepositChannelVariantArbitrum";
1137
1144
  depositWitness: {
1138
- asset: "ArbEth" | "ArbUsdc";
1139
1145
  depositAddress: `0x${string}`;
1146
+ asset: "ArbEth" | "ArbUsdc";
1140
1147
  amount: bigint;
1141
1148
  depositDetails: {
1142
1149
  txHashes?: `0x${string}`[] | null | undefined;
@@ -1145,7 +1152,6 @@ declare const arbitrumIngressEgressDepositFailed: z.ZodObject<{
1145
1152
  } | {
1146
1153
  __kind: "DepositFailedVaultVariantArbitrum";
1147
1154
  vaultWitness: {
1148
- txId: `0x${string}`;
1149
1155
  depositDetails: {
1150
1156
  txHashes?: `0x${string}`[] | null | undefined;
1151
1157
  };
@@ -1171,6 +1177,7 @@ declare const arbitrumIngressEgressDepositFailed: z.ZodObject<{
1171
1177
  readonly chain: "Assethub";
1172
1178
  readonly address: string;
1173
1179
  };
1180
+ txId: `0x${string}`;
1174
1181
  affiliateFees: {
1175
1182
  account: number;
1176
1183
  bps: number;
@@ -1184,6 +1191,7 @@ declare const arbitrumIngressEgressDepositFailed: z.ZodObject<{
1184
1191
  gasBudget: bigint;
1185
1192
  ccmAdditionalData: `0x${string}`;
1186
1193
  } | null | undefined;
1194
+ maxOraclePriceSlippage?: number | null | undefined;
1187
1195
  };
1188
1196
  boostFee: number;
1189
1197
  depositAddress?: `0x${string}` | null | undefined;
@@ -1196,42 +1204,42 @@ declare const arbitrumIngressEgressDepositFailed: z.ZodObject<{
1196
1204
  };
1197
1205
  sourceChain: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
1198
1206
  sourceAddress?: {
1199
- __kind: "Eth";
1200
1207
  value: `0x${string}`;
1208
+ __kind: "Eth";
1201
1209
  } | {
1202
- __kind: "Dot";
1203
1210
  value: `0x${string}`;
1211
+ __kind: "Dot";
1204
1212
  } | {
1205
- __kind: "Btc";
1206
1213
  value: {
1207
- __kind: "P2PKH";
1208
1214
  value: `0x${string}`;
1215
+ __kind: "P2PKH";
1209
1216
  } | {
1210
- __kind: "P2SH";
1211
1217
  value: `0x${string}`;
1218
+ __kind: "P2SH";
1212
1219
  } | {
1213
- __kind: "P2WPKH";
1214
1220
  value: `0x${string}`;
1221
+ __kind: "P2WPKH";
1215
1222
  } | {
1216
- __kind: "P2WSH";
1217
1223
  value: `0x${string}`;
1224
+ __kind: "P2WSH";
1218
1225
  } | {
1219
- __kind: "Taproot";
1220
1226
  value: `0x${string}`;
1227
+ __kind: "Taproot";
1221
1228
  } | {
1222
1229
  __kind: "OtherSegwit";
1223
1230
  version: number;
1224
1231
  program: `0x${string}`;
1225
1232
  };
1233
+ __kind: "Btc";
1226
1234
  } | {
1227
- __kind: "Arb";
1228
1235
  value: `0x${string}`;
1236
+ __kind: "Arb";
1229
1237
  } | {
1230
- __kind: "Sol";
1231
1238
  value: `0x${string}`;
1239
+ __kind: "Sol";
1232
1240
  } | {
1233
- __kind: "Hub";
1234
1241
  value: `0x${string}`;
1242
+ __kind: "Hub";
1235
1243
  } | null | undefined;
1236
1244
  } | null | undefined;
1237
1245
  brokerFee?: {
@@ -1253,7 +1261,6 @@ declare const arbitrumIngressEgressDepositFailed: z.ZodObject<{
1253
1261
  } | {
1254
1262
  __kind: "TransactionRejectedByBroker";
1255
1263
  } | {
1256
- __kind: "DepositWitnessRejected";
1257
1264
  value: {
1258
1265
  __kind: "Other";
1259
1266
  } | {
@@ -1261,11 +1268,11 @@ declare const arbitrumIngressEgressDepositFailed: z.ZodObject<{
1261
1268
  } | {
1262
1269
  __kind: "BadOrigin";
1263
1270
  } | {
1264
- __kind: "Module";
1265
1271
  value: {
1266
1272
  index: number;
1267
1273
  error: string;
1268
1274
  };
1275
+ __kind: "Module";
1269
1276
  } | {
1270
1277
  __kind: "ConsumerRemaining";
1271
1278
  } | {
@@ -1273,20 +1280,20 @@ declare const arbitrumIngressEgressDepositFailed: z.ZodObject<{
1273
1280
  } | {
1274
1281
  __kind: "TooManyConsumers";
1275
1282
  } | {
1276
- __kind: "Token";
1277
1283
  value: {
1278
1284
  __kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
1279
1285
  };
1286
+ __kind: "Token";
1280
1287
  } | {
1281
- __kind: "Arithmetic";
1282
1288
  value: {
1283
1289
  __kind: "Underflow" | "Overflow" | "DivisionByZero";
1284
1290
  };
1291
+ __kind: "Arithmetic";
1285
1292
  } | {
1286
- __kind: "Transactional";
1287
1293
  value: {
1288
1294
  __kind: "LimitReached" | "NoLayer";
1289
1295
  };
1296
+ __kind: "Transactional";
1290
1297
  } | {
1291
1298
  __kind: "Exhausted";
1292
1299
  } | {
@@ -1296,14 +1303,15 @@ declare const arbitrumIngressEgressDepositFailed: z.ZodObject<{
1296
1303
  } | {
1297
1304
  __kind: "RootNotAllowed";
1298
1305
  };
1306
+ __kind: "DepositWitnessRejected";
1299
1307
  };
1300
1308
  details: {
1301
1309
  __kind: "DepositFailedDepositChannelVariantArbitrum";
1302
1310
  depositWitness: {
1311
+ depositAddress: string;
1303
1312
  asset: {
1304
1313
  __kind: "ArbEth" | "ArbUsdc";
1305
1314
  };
1306
- depositAddress: string;
1307
1315
  amount: string | number;
1308
1316
  depositDetails: {
1309
1317
  txHashes?: string[] | null | undefined;
@@ -1312,7 +1320,6 @@ declare const arbitrumIngressEgressDepositFailed: z.ZodObject<{
1312
1320
  } | {
1313
1321
  __kind: "DepositFailedVaultVariantArbitrum";
1314
1322
  vaultWitness: {
1315
- txId: string;
1316
1323
  depositDetails: {
1317
1324
  txHashes?: string[] | null | undefined;
1318
1325
  };
@@ -1324,9 +1331,10 @@ declare const arbitrumIngressEgressDepositFailed: z.ZodObject<{
1324
1331
  __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
1325
1332
  };
1326
1333
  destinationAddress: {
1327
- __kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
1328
1334
  value: string;
1335
+ __kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
1329
1336
  };
1337
+ txId: string;
1330
1338
  affiliateFees: {
1331
1339
  account: number;
1332
1340
  bps: number;
@@ -1340,6 +1348,7 @@ declare const arbitrumIngressEgressDepositFailed: z.ZodObject<{
1340
1348
  gasBudget: string | number;
1341
1349
  ccmAdditionalData: string;
1342
1350
  } | null | undefined;
1351
+ maxOraclePriceSlippage?: number | null | undefined;
1343
1352
  };
1344
1353
  boostFee: number;
1345
1354
  depositAddress?: string | null | undefined;
@@ -1354,42 +1363,42 @@ declare const arbitrumIngressEgressDepositFailed: z.ZodObject<{
1354
1363
  __kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
1355
1364
  };
1356
1365
  sourceAddress?: {
1357
- __kind: "Eth";
1358
1366
  value: string;
1367
+ __kind: "Eth";
1359
1368
  } | {
1360
- __kind: "Dot";
1361
1369
  value: string;
1370
+ __kind: "Dot";
1362
1371
  } | {
1363
- __kind: "Btc";
1364
1372
  value: {
1365
- __kind: "P2PKH";
1366
1373
  value: string;
1374
+ __kind: "P2PKH";
1367
1375
  } | {
1368
- __kind: "P2SH";
1369
1376
  value: string;
1377
+ __kind: "P2SH";
1370
1378
  } | {
1371
- __kind: "P2WPKH";
1372
1379
  value: string;
1380
+ __kind: "P2WPKH";
1373
1381
  } | {
1374
- __kind: "P2WSH";
1375
1382
  value: string;
1383
+ __kind: "P2WSH";
1376
1384
  } | {
1377
- __kind: "Taproot";
1378
1385
  value: string;
1386
+ __kind: "Taproot";
1379
1387
  } | {
1380
1388
  __kind: "OtherSegwit";
1381
1389
  version: number;
1382
1390
  program: string;
1383
1391
  };
1392
+ __kind: "Btc";
1384
1393
  } | {
1385
- __kind: "Arb";
1386
1394
  value: string;
1395
+ __kind: "Arb";
1387
1396
  } | {
1388
- __kind: "Sol";
1389
1397
  value: string;
1398
+ __kind: "Sol";
1390
1399
  } | {
1391
- __kind: "Hub";
1392
1400
  value: string;
1401
+ __kind: "Hub";
1393
1402
  } | null | undefined;
1394
1403
  } | null | undefined;
1395
1404
  brokerFee?: {