@chainflip/processor 1.11.6 → 1.11.8

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