@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 solanaIngressEgressDepositFailed: 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 solanaIngressEgressDepositFailed: 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 solanaIngressEgressDepositFailed: 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 solanaIngressEgressDepositFailed: 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 solanaIngressEgressDepositFailed: 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 solanaIngressEgressDepositFailed: 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 solanaIngressEgressDepositFailed: 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 solanaIngressEgressDepositFailed: 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 solanaIngressEgressDepositFailed: 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 solanaIngressEgressDepositFailed: 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 solanaIngressEgressDepositFailed: 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<"DepositFailedDepositChannelVariantSolana">;
@@ -262,31 +262,31 @@ declare const solanaIngressEgressDepositFailed: z.ZodObject<{
262
262
  }>;
263
263
  amount: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
264
264
  }, "strip", z.ZodTypeAny, {
265
+ depositAddress: `0x${string}`;
265
266
  asset: "Sol" | "SolUsdc";
266
267
  amount: bigint;
267
- depositAddress: `0x${string}`;
268
268
  }, {
269
+ depositAddress: string;
269
270
  asset: {
270
271
  __kind: "Sol" | "SolUsdc";
271
272
  };
272
273
  amount: string | number;
273
- depositAddress: string;
274
274
  }>;
275
275
  }, "strip", z.ZodTypeAny, {
276
276
  __kind: "DepositFailedDepositChannelVariantSolana";
277
277
  depositWitness: {
278
+ depositAddress: `0x${string}`;
278
279
  asset: "Sol" | "SolUsdc";
279
280
  amount: bigint;
280
- depositAddress: `0x${string}`;
281
281
  };
282
282
  }, {
283
283
  __kind: "DepositFailedDepositChannelVariantSolana";
284
284
  depositWitness: {
285
+ depositAddress: string;
285
286
  asset: {
286
287
  __kind: "Sol" | "SolUsdc";
287
288
  };
288
289
  amount: string | number;
289
- depositAddress: string;
290
290
  };
291
291
  }>, z.ZodObject<{
292
292
  __kind: z.ZodLiteral<"DepositFailedVaultVariantSolana">;
@@ -316,11 +316,11 @@ declare const solanaIngressEgressDepositFailed: z.ZodObject<{
316
316
  __kind: z.ZodEnum<["Eth", "Dot", "Btc", "Arb", "Sol", "Hub"]>;
317
317
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
318
318
  }, "strip", z.ZodTypeAny, {
319
- __kind: "Sol" | "Eth" | "Dot" | "Btc" | "Arb" | "Hub";
320
319
  value: `0x${string}`;
321
- }, {
322
320
  __kind: "Sol" | "Eth" | "Dot" | "Btc" | "Arb" | "Hub";
321
+ }, {
323
322
  value: string;
323
+ __kind: "Sol" | "Eth" | "Dot" | "Btc" | "Arb" | "Hub";
324
324
  }>, {
325
325
  readonly chain: "Ethereum";
326
326
  readonly address: `0x${string}`;
@@ -340,8 +340,8 @@ declare const solanaIngressEgressDepositFailed: z.ZodObject<{
340
340
  readonly chain: "Assethub";
341
341
  readonly address: string;
342
342
  }, {
343
- __kind: "Sol" | "Eth" | "Dot" | "Btc" | "Arb" | "Hub";
344
343
  value: string;
344
+ __kind: "Sol" | "Eth" | "Dot" | "Btc" | "Arb" | "Hub";
345
345
  }>;
346
346
  depositMetadata: z.ZodOptional<z.ZodNullable<z.ZodObject<{
347
347
  channelMetadata: z.ZodObject<{
@@ -370,67 +370,67 @@ declare const solanaIngressEgressDepositFailed: z.ZodObject<{
370
370
  __kind: z.ZodLiteral<"Eth">;
371
371
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
372
372
  }, "strip", z.ZodTypeAny, {
373
- __kind: "Eth";
374
373
  value: `0x${string}`;
375
- }, {
376
374
  __kind: "Eth";
375
+ }, {
377
376
  value: string;
377
+ __kind: "Eth";
378
378
  }>, z.ZodObject<{
379
379
  __kind: z.ZodLiteral<"Dot">;
380
380
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
381
381
  }, "strip", z.ZodTypeAny, {
382
- __kind: "Dot";
383
382
  value: `0x${string}`;
384
- }, {
385
383
  __kind: "Dot";
384
+ }, {
386
385
  value: string;
386
+ __kind: "Dot";
387
387
  }>, z.ZodObject<{
388
388
  __kind: z.ZodLiteral<"Btc">;
389
389
  value: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
390
390
  __kind: z.ZodLiteral<"P2PKH">;
391
391
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
392
392
  }, "strip", z.ZodTypeAny, {
393
- __kind: "P2PKH";
394
393
  value: `0x${string}`;
395
- }, {
396
394
  __kind: "P2PKH";
395
+ }, {
397
396
  value: string;
397
+ __kind: "P2PKH";
398
398
  }>, z.ZodObject<{
399
399
  __kind: z.ZodLiteral<"P2SH">;
400
400
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
401
401
  }, "strip", z.ZodTypeAny, {
402
- __kind: "P2SH";
403
402
  value: `0x${string}`;
404
- }, {
405
403
  __kind: "P2SH";
404
+ }, {
406
405
  value: string;
406
+ __kind: "P2SH";
407
407
  }>, z.ZodObject<{
408
408
  __kind: z.ZodLiteral<"P2WPKH">;
409
409
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
410
410
  }, "strip", z.ZodTypeAny, {
411
- __kind: "P2WPKH";
412
411
  value: `0x${string}`;
413
- }, {
414
412
  __kind: "P2WPKH";
413
+ }, {
415
414
  value: string;
415
+ __kind: "P2WPKH";
416
416
  }>, z.ZodObject<{
417
417
  __kind: z.ZodLiteral<"P2WSH">;
418
418
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
419
419
  }, "strip", z.ZodTypeAny, {
420
- __kind: "P2WSH";
421
420
  value: `0x${string}`;
422
- }, {
423
421
  __kind: "P2WSH";
422
+ }, {
424
423
  value: string;
424
+ __kind: "P2WSH";
425
425
  }>, z.ZodObject<{
426
426
  __kind: z.ZodLiteral<"Taproot">;
427
427
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
428
428
  }, "strip", z.ZodTypeAny, {
429
- __kind: "Taproot";
430
429
  value: `0x${string}`;
431
- }, {
432
430
  __kind: "Taproot";
431
+ }, {
433
432
  value: string;
433
+ __kind: "Taproot";
434
434
  }>, z.ZodObject<{
435
435
  __kind: z.ZodLiteral<"OtherSegwit">;
436
436
  version: z.ZodNumber;
@@ -445,76 +445,76 @@ declare const solanaIngressEgressDepositFailed: z.ZodObject<{
445
445
  program: string;
446
446
  }>]>;
447
447
  }, "strip", z.ZodTypeAny, {
448
- __kind: "Btc";
449
448
  value: {
450
- __kind: "P2PKH";
451
449
  value: `0x${string}`;
450
+ __kind: "P2PKH";
452
451
  } | {
453
- __kind: "P2SH";
454
452
  value: `0x${string}`;
453
+ __kind: "P2SH";
455
454
  } | {
456
- __kind: "P2WPKH";
457
455
  value: `0x${string}`;
456
+ __kind: "P2WPKH";
458
457
  } | {
459
- __kind: "P2WSH";
460
458
  value: `0x${string}`;
459
+ __kind: "P2WSH";
461
460
  } | {
462
- __kind: "Taproot";
463
461
  value: `0x${string}`;
462
+ __kind: "Taproot";
464
463
  } | {
465
464
  __kind: "OtherSegwit";
466
465
  version: number;
467
466
  program: `0x${string}`;
468
467
  };
469
- }, {
470
468
  __kind: "Btc";
469
+ }, {
471
470
  value: {
472
- __kind: "P2PKH";
473
471
  value: string;
472
+ __kind: "P2PKH";
474
473
  } | {
475
- __kind: "P2SH";
476
474
  value: string;
475
+ __kind: "P2SH";
477
476
  } | {
478
- __kind: "P2WPKH";
479
477
  value: string;
478
+ __kind: "P2WPKH";
480
479
  } | {
481
- __kind: "P2WSH";
482
480
  value: string;
481
+ __kind: "P2WSH";
483
482
  } | {
484
- __kind: "Taproot";
485
483
  value: string;
484
+ __kind: "Taproot";
486
485
  } | {
487
486
  __kind: "OtherSegwit";
488
487
  version: number;
489
488
  program: string;
490
489
  };
490
+ __kind: "Btc";
491
491
  }>, z.ZodObject<{
492
492
  __kind: z.ZodLiteral<"Arb">;
493
493
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
494
494
  }, "strip", z.ZodTypeAny, {
495
- __kind: "Arb";
496
495
  value: `0x${string}`;
497
- }, {
498
496
  __kind: "Arb";
497
+ }, {
499
498
  value: string;
499
+ __kind: "Arb";
500
500
  }>, z.ZodObject<{
501
501
  __kind: z.ZodLiteral<"Sol">;
502
502
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
503
503
  }, "strip", z.ZodTypeAny, {
504
- __kind: "Sol";
505
504
  value: `0x${string}`;
506
- }, {
507
505
  __kind: "Sol";
506
+ }, {
508
507
  value: string;
508
+ __kind: "Sol";
509
509
  }>, z.ZodObject<{
510
510
  __kind: z.ZodLiteral<"Hub">;
511
511
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
512
512
  }, "strip", z.ZodTypeAny, {
513
- __kind: "Hub";
514
513
  value: `0x${string}`;
515
- }, {
516
514
  __kind: "Hub";
515
+ }, {
517
516
  value: string;
517
+ __kind: "Hub";
518
518
  }>]>>>;
519
519
  }, "strip", z.ZodTypeAny, {
520
520
  channelMetadata: {
@@ -524,42 +524,42 @@ declare const solanaIngressEgressDepositFailed: z.ZodObject<{
524
524
  };
525
525
  sourceChain: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
526
526
  sourceAddress?: {
527
- __kind: "Eth";
528
527
  value: `0x${string}`;
528
+ __kind: "Eth";
529
529
  } | {
530
- __kind: "Dot";
531
530
  value: `0x${string}`;
531
+ __kind: "Dot";
532
532
  } | {
533
- __kind: "Btc";
534
533
  value: {
535
- __kind: "P2PKH";
536
534
  value: `0x${string}`;
535
+ __kind: "P2PKH";
537
536
  } | {
538
- __kind: "P2SH";
539
537
  value: `0x${string}`;
538
+ __kind: "P2SH";
540
539
  } | {
541
- __kind: "P2WPKH";
542
540
  value: `0x${string}`;
541
+ __kind: "P2WPKH";
543
542
  } | {
544
- __kind: "P2WSH";
545
543
  value: `0x${string}`;
544
+ __kind: "P2WSH";
546
545
  } | {
547
- __kind: "Taproot";
548
546
  value: `0x${string}`;
547
+ __kind: "Taproot";
549
548
  } | {
550
549
  __kind: "OtherSegwit";
551
550
  version: number;
552
551
  program: `0x${string}`;
553
552
  };
553
+ __kind: "Btc";
554
554
  } | {
555
- __kind: "Arb";
556
555
  value: `0x${string}`;
556
+ __kind: "Arb";
557
557
  } | {
558
- __kind: "Sol";
559
558
  value: `0x${string}`;
559
+ __kind: "Sol";
560
560
  } | {
561
- __kind: "Hub";
562
561
  value: `0x${string}`;
562
+ __kind: "Hub";
563
563
  } | null | undefined;
564
564
  }, {
565
565
  channelMetadata: {
@@ -571,42 +571,42 @@ declare const solanaIngressEgressDepositFailed: z.ZodObject<{
571
571
  __kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
572
572
  };
573
573
  sourceAddress?: {
574
- __kind: "Eth";
575
574
  value: string;
575
+ __kind: "Eth";
576
576
  } | {
577
- __kind: "Dot";
578
577
  value: string;
578
+ __kind: "Dot";
579
579
  } | {
580
- __kind: "Btc";
581
580
  value: {
582
- __kind: "P2PKH";
583
581
  value: string;
582
+ __kind: "P2PKH";
584
583
  } | {
585
- __kind: "P2SH";
586
584
  value: string;
585
+ __kind: "P2SH";
587
586
  } | {
588
- __kind: "P2WPKH";
589
587
  value: string;
588
+ __kind: "P2WPKH";
590
589
  } | {
591
- __kind: "P2WSH";
592
590
  value: string;
591
+ __kind: "P2WSH";
593
592
  } | {
594
- __kind: "Taproot";
595
593
  value: string;
594
+ __kind: "Taproot";
596
595
  } | {
597
596
  __kind: "OtherSegwit";
598
597
  version: number;
599
598
  program: string;
600
599
  };
600
+ __kind: "Btc";
601
601
  } | {
602
- __kind: "Arb";
603
602
  value: string;
603
+ __kind: "Arb";
604
604
  } | {
605
- __kind: "Sol";
606
605
  value: string;
606
+ __kind: "Sol";
607
607
  } | {
608
- __kind: "Hub";
609
608
  value: string;
609
+ __kind: "Hub";
610
610
  } | null | undefined;
611
611
  }>>>;
612
612
  txId: z.ZodTuple<[z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>], null>;
@@ -681,7 +681,6 @@ declare const solanaIngressEgressDepositFailed: z.ZodObject<{
681
681
  }>>>;
682
682
  boostFee: z.ZodNumber;
683
683
  }, "strip", z.ZodTypeAny, {
684
- txId: [`0x${string}`, bigint];
685
684
  inputAsset: "Sol" | "SolUsdc";
686
685
  depositAmount: bigint;
687
686
  outputAsset: "Sol" | "SolUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "HubDot" | "HubUsdt" | "HubUsdc";
@@ -704,6 +703,7 @@ declare const solanaIngressEgressDepositFailed: z.ZodObject<{
704
703
  readonly chain: "Assethub";
705
704
  readonly address: string;
706
705
  };
706
+ txId: [`0x${string}`, bigint];
707
707
  affiliateFees: {
708
708
  account: number;
709
709
  bps: number;
@@ -730,42 +730,42 @@ declare const solanaIngressEgressDepositFailed: z.ZodObject<{
730
730
  };
731
731
  sourceChain: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
732
732
  sourceAddress?: {
733
- __kind: "Eth";
734
733
  value: `0x${string}`;
734
+ __kind: "Eth";
735
735
  } | {
736
- __kind: "Dot";
737
736
  value: `0x${string}`;
737
+ __kind: "Dot";
738
738
  } | {
739
- __kind: "Btc";
740
739
  value: {
741
- __kind: "P2PKH";
742
740
  value: `0x${string}`;
741
+ __kind: "P2PKH";
743
742
  } | {
744
- __kind: "P2SH";
745
743
  value: `0x${string}`;
744
+ __kind: "P2SH";
746
745
  } | {
747
- __kind: "P2WPKH";
748
746
  value: `0x${string}`;
747
+ __kind: "P2WPKH";
749
748
  } | {
750
- __kind: "P2WSH";
751
749
  value: `0x${string}`;
750
+ __kind: "P2WSH";
752
751
  } | {
753
- __kind: "Taproot";
754
752
  value: `0x${string}`;
753
+ __kind: "Taproot";
755
754
  } | {
756
755
  __kind: "OtherSegwit";
757
756
  version: number;
758
757
  program: `0x${string}`;
759
758
  };
759
+ __kind: "Btc";
760
760
  } | {
761
- __kind: "Arb";
762
761
  value: `0x${string}`;
762
+ __kind: "Arb";
763
763
  } | {
764
- __kind: "Sol";
765
764
  value: `0x${string}`;
765
+ __kind: "Sol";
766
766
  } | {
767
- __kind: "Hub";
768
767
  value: `0x${string}`;
768
+ __kind: "Hub";
769
769
  } | null | undefined;
770
770
  } | null | undefined;
771
771
  brokerFee?: {
@@ -777,7 +777,6 @@ declare const solanaIngressEgressDepositFailed: z.ZodObject<{
777
777
  chunkInterval: number;
778
778
  } | null | undefined;
779
779
  }, {
780
- txId: [string, string | number];
781
780
  inputAsset: {
782
781
  __kind: "Sol" | "SolUsdc";
783
782
  };
@@ -786,9 +785,10 @@ declare const solanaIngressEgressDepositFailed: z.ZodObject<{
786
785
  __kind: "Sol" | "SolUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "HubDot" | "HubUsdt" | "HubUsdc";
787
786
  };
788
787
  destinationAddress: {
789
- __kind: "Sol" | "Eth" | "Dot" | "Btc" | "Arb" | "Hub";
790
788
  value: string;
789
+ __kind: "Sol" | "Eth" | "Dot" | "Btc" | "Arb" | "Hub";
791
790
  };
791
+ txId: [string, string | number];
792
792
  affiliateFees: {
793
793
  account: number;
794
794
  bps: number;
@@ -817,42 +817,42 @@ declare const solanaIngressEgressDepositFailed: z.ZodObject<{
817
817
  __kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
818
818
  };
819
819
  sourceAddress?: {
820
- __kind: "Eth";
821
820
  value: string;
821
+ __kind: "Eth";
822
822
  } | {
823
- __kind: "Dot";
824
823
  value: string;
824
+ __kind: "Dot";
825
825
  } | {
826
- __kind: "Btc";
827
826
  value: {
828
- __kind: "P2PKH";
829
827
  value: string;
828
+ __kind: "P2PKH";
830
829
  } | {
831
- __kind: "P2SH";
832
830
  value: string;
831
+ __kind: "P2SH";
833
832
  } | {
834
- __kind: "P2WPKH";
835
833
  value: string;
834
+ __kind: "P2WPKH";
836
835
  } | {
837
- __kind: "P2WSH";
838
836
  value: string;
837
+ __kind: "P2WSH";
839
838
  } | {
840
- __kind: "Taproot";
841
839
  value: string;
840
+ __kind: "Taproot";
842
841
  } | {
843
842
  __kind: "OtherSegwit";
844
843
  version: number;
845
844
  program: string;
846
845
  };
846
+ __kind: "Btc";
847
847
  } | {
848
- __kind: "Arb";
849
848
  value: string;
849
+ __kind: "Arb";
850
850
  } | {
851
- __kind: "Sol";
852
851
  value: string;
852
+ __kind: "Sol";
853
853
  } | {
854
- __kind: "Hub";
855
854
  value: string;
855
+ __kind: "Hub";
856
856
  } | null | undefined;
857
857
  } | null | undefined;
858
858
  brokerFee?: {
@@ -867,7 +867,6 @@ declare const solanaIngressEgressDepositFailed: z.ZodObject<{
867
867
  }, "strip", z.ZodTypeAny, {
868
868
  __kind: "DepositFailedVaultVariantSolana";
869
869
  vaultWitness: {
870
- txId: [`0x${string}`, bigint];
871
870
  inputAsset: "Sol" | "SolUsdc";
872
871
  depositAmount: bigint;
873
872
  outputAsset: "Sol" | "SolUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "HubDot" | "HubUsdt" | "HubUsdc";
@@ -890,6 +889,7 @@ declare const solanaIngressEgressDepositFailed: z.ZodObject<{
890
889
  readonly chain: "Assethub";
891
890
  readonly address: string;
892
891
  };
892
+ txId: [`0x${string}`, bigint];
893
893
  affiliateFees: {
894
894
  account: number;
895
895
  bps: number;
@@ -916,42 +916,42 @@ declare const solanaIngressEgressDepositFailed: z.ZodObject<{
916
916
  };
917
917
  sourceChain: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
918
918
  sourceAddress?: {
919
- __kind: "Eth";
920
919
  value: `0x${string}`;
920
+ __kind: "Eth";
921
921
  } | {
922
- __kind: "Dot";
923
922
  value: `0x${string}`;
923
+ __kind: "Dot";
924
924
  } | {
925
- __kind: "Btc";
926
925
  value: {
927
- __kind: "P2PKH";
928
926
  value: `0x${string}`;
927
+ __kind: "P2PKH";
929
928
  } | {
930
- __kind: "P2SH";
931
929
  value: `0x${string}`;
930
+ __kind: "P2SH";
932
931
  } | {
933
- __kind: "P2WPKH";
934
932
  value: `0x${string}`;
933
+ __kind: "P2WPKH";
935
934
  } | {
936
- __kind: "P2WSH";
937
935
  value: `0x${string}`;
936
+ __kind: "P2WSH";
938
937
  } | {
939
- __kind: "Taproot";
940
938
  value: `0x${string}`;
939
+ __kind: "Taproot";
941
940
  } | {
942
941
  __kind: "OtherSegwit";
943
942
  version: number;
944
943
  program: `0x${string}`;
945
944
  };
945
+ __kind: "Btc";
946
946
  } | {
947
- __kind: "Arb";
948
947
  value: `0x${string}`;
948
+ __kind: "Arb";
949
949
  } | {
950
- __kind: "Sol";
951
950
  value: `0x${string}`;
951
+ __kind: "Sol";
952
952
  } | {
953
- __kind: "Hub";
954
953
  value: `0x${string}`;
954
+ __kind: "Hub";
955
955
  } | null | undefined;
956
956
  } | null | undefined;
957
957
  brokerFee?: {
@@ -966,7 +966,6 @@ declare const solanaIngressEgressDepositFailed: z.ZodObject<{
966
966
  }, {
967
967
  __kind: "DepositFailedVaultVariantSolana";
968
968
  vaultWitness: {
969
- txId: [string, string | number];
970
969
  inputAsset: {
971
970
  __kind: "Sol" | "SolUsdc";
972
971
  };
@@ -975,9 +974,10 @@ declare const solanaIngressEgressDepositFailed: z.ZodObject<{
975
974
  __kind: "Sol" | "SolUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "HubDot" | "HubUsdt" | "HubUsdc";
976
975
  };
977
976
  destinationAddress: {
978
- __kind: "Sol" | "Eth" | "Dot" | "Btc" | "Arb" | "Hub";
979
977
  value: string;
978
+ __kind: "Sol" | "Eth" | "Dot" | "Btc" | "Arb" | "Hub";
980
979
  };
980
+ txId: [string, string | number];
981
981
  affiliateFees: {
982
982
  account: number;
983
983
  bps: number;
@@ -1006,42 +1006,42 @@ declare const solanaIngressEgressDepositFailed: z.ZodObject<{
1006
1006
  __kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
1007
1007
  };
1008
1008
  sourceAddress?: {
1009
- __kind: "Eth";
1010
1009
  value: string;
1010
+ __kind: "Eth";
1011
1011
  } | {
1012
- __kind: "Dot";
1013
1012
  value: string;
1013
+ __kind: "Dot";
1014
1014
  } | {
1015
- __kind: "Btc";
1016
1015
  value: {
1017
- __kind: "P2PKH";
1018
1016
  value: string;
1017
+ __kind: "P2PKH";
1019
1018
  } | {
1020
- __kind: "P2SH";
1021
1019
  value: string;
1020
+ __kind: "P2SH";
1022
1021
  } | {
1023
- __kind: "P2WPKH";
1024
1022
  value: string;
1023
+ __kind: "P2WPKH";
1025
1024
  } | {
1026
- __kind: "P2WSH";
1027
1025
  value: string;
1026
+ __kind: "P2WSH";
1028
1027
  } | {
1029
- __kind: "Taproot";
1030
1028
  value: string;
1029
+ __kind: "Taproot";
1031
1030
  } | {
1032
1031
  __kind: "OtherSegwit";
1033
1032
  version: number;
1034
1033
  program: string;
1035
1034
  };
1035
+ __kind: "Btc";
1036
1036
  } | {
1037
- __kind: "Arb";
1038
1037
  value: string;
1038
+ __kind: "Arb";
1039
1039
  } | {
1040
- __kind: "Sol";
1041
1040
  value: string;
1041
+ __kind: "Sol";
1042
1042
  } | {
1043
- __kind: "Hub";
1044
1043
  value: string;
1044
+ __kind: "Hub";
1045
1045
  } | null | undefined;
1046
1046
  } | null | undefined;
1047
1047
  brokerFee?: {
@@ -1063,7 +1063,6 @@ declare const solanaIngressEgressDepositFailed: z.ZodObject<{
1063
1063
  } | {
1064
1064
  __kind: "TransactionRejectedByBroker";
1065
1065
  } | {
1066
- __kind: "DepositWitnessRejected";
1067
1066
  value: {
1068
1067
  __kind: "Other";
1069
1068
  } | {
@@ -1071,11 +1070,11 @@ declare const solanaIngressEgressDepositFailed: z.ZodObject<{
1071
1070
  } | {
1072
1071
  __kind: "BadOrigin";
1073
1072
  } | {
1074
- __kind: "Module";
1075
1073
  value: {
1076
1074
  index: number;
1077
1075
  error: `0x${string}`;
1078
1076
  };
1077
+ __kind: "Module";
1079
1078
  } | {
1080
1079
  __kind: "ConsumerRemaining";
1081
1080
  } | {
@@ -1083,14 +1082,14 @@ declare const solanaIngressEgressDepositFailed: z.ZodObject<{
1083
1082
  } | {
1084
1083
  __kind: "TooManyConsumers";
1085
1084
  } | {
1086
- __kind: "Token";
1087
1085
  value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
1086
+ __kind: "Token";
1088
1087
  } | {
1089
- __kind: "Arithmetic";
1090
1088
  value: "Underflow" | "Overflow" | "DivisionByZero";
1089
+ __kind: "Arithmetic";
1091
1090
  } | {
1092
- __kind: "Transactional";
1093
1091
  value: "LimitReached" | "NoLayer";
1092
+ __kind: "Transactional";
1094
1093
  } | {
1095
1094
  __kind: "Exhausted";
1096
1095
  } | {
@@ -1100,18 +1099,18 @@ declare const solanaIngressEgressDepositFailed: z.ZodObject<{
1100
1099
  } | {
1101
1100
  __kind: "RootNotAllowed";
1102
1101
  };
1102
+ __kind: "DepositWitnessRejected";
1103
1103
  };
1104
1104
  details: {
1105
1105
  __kind: "DepositFailedDepositChannelVariantSolana";
1106
1106
  depositWitness: {
1107
+ depositAddress: `0x${string}`;
1107
1108
  asset: "Sol" | "SolUsdc";
1108
1109
  amount: bigint;
1109
- depositAddress: `0x${string}`;
1110
1110
  };
1111
1111
  } | {
1112
1112
  __kind: "DepositFailedVaultVariantSolana";
1113
1113
  vaultWitness: {
1114
- txId: [`0x${string}`, bigint];
1115
1114
  inputAsset: "Sol" | "SolUsdc";
1116
1115
  depositAmount: bigint;
1117
1116
  outputAsset: "Sol" | "SolUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "HubDot" | "HubUsdt" | "HubUsdc";
@@ -1134,6 +1133,7 @@ declare const solanaIngressEgressDepositFailed: z.ZodObject<{
1134
1133
  readonly chain: "Assethub";
1135
1134
  readonly address: string;
1136
1135
  };
1136
+ txId: [`0x${string}`, bigint];
1137
1137
  affiliateFees: {
1138
1138
  account: number;
1139
1139
  bps: number;
@@ -1160,42 +1160,42 @@ declare const solanaIngressEgressDepositFailed: z.ZodObject<{
1160
1160
  };
1161
1161
  sourceChain: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
1162
1162
  sourceAddress?: {
1163
- __kind: "Eth";
1164
1163
  value: `0x${string}`;
1164
+ __kind: "Eth";
1165
1165
  } | {
1166
- __kind: "Dot";
1167
1166
  value: `0x${string}`;
1167
+ __kind: "Dot";
1168
1168
  } | {
1169
- __kind: "Btc";
1170
1169
  value: {
1171
- __kind: "P2PKH";
1172
1170
  value: `0x${string}`;
1171
+ __kind: "P2PKH";
1173
1172
  } | {
1174
- __kind: "P2SH";
1175
1173
  value: `0x${string}`;
1174
+ __kind: "P2SH";
1176
1175
  } | {
1177
- __kind: "P2WPKH";
1178
1176
  value: `0x${string}`;
1177
+ __kind: "P2WPKH";
1179
1178
  } | {
1180
- __kind: "P2WSH";
1181
1179
  value: `0x${string}`;
1180
+ __kind: "P2WSH";
1182
1181
  } | {
1183
- __kind: "Taproot";
1184
1182
  value: `0x${string}`;
1183
+ __kind: "Taproot";
1185
1184
  } | {
1186
1185
  __kind: "OtherSegwit";
1187
1186
  version: number;
1188
1187
  program: `0x${string}`;
1189
1188
  };
1189
+ __kind: "Btc";
1190
1190
  } | {
1191
- __kind: "Arb";
1192
1191
  value: `0x${string}`;
1192
+ __kind: "Arb";
1193
1193
  } | {
1194
- __kind: "Sol";
1195
1194
  value: `0x${string}`;
1195
+ __kind: "Sol";
1196
1196
  } | {
1197
- __kind: "Hub";
1198
1197
  value: `0x${string}`;
1198
+ __kind: "Hub";
1199
1199
  } | null | undefined;
1200
1200
  } | null | undefined;
1201
1201
  brokerFee?: {
@@ -1217,7 +1217,6 @@ declare const solanaIngressEgressDepositFailed: z.ZodObject<{
1217
1217
  } | {
1218
1218
  __kind: "TransactionRejectedByBroker";
1219
1219
  } | {
1220
- __kind: "DepositWitnessRejected";
1221
1220
  value: {
1222
1221
  __kind: "Other";
1223
1222
  } | {
@@ -1225,11 +1224,11 @@ declare const solanaIngressEgressDepositFailed: z.ZodObject<{
1225
1224
  } | {
1226
1225
  __kind: "BadOrigin";
1227
1226
  } | {
1228
- __kind: "Module";
1229
1227
  value: {
1230
1228
  index: number;
1231
1229
  error: string;
1232
1230
  };
1231
+ __kind: "Module";
1233
1232
  } | {
1234
1233
  __kind: "ConsumerRemaining";
1235
1234
  } | {
@@ -1237,20 +1236,20 @@ declare const solanaIngressEgressDepositFailed: z.ZodObject<{
1237
1236
  } | {
1238
1237
  __kind: "TooManyConsumers";
1239
1238
  } | {
1240
- __kind: "Token";
1241
1239
  value: {
1242
1240
  __kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
1243
1241
  };
1242
+ __kind: "Token";
1244
1243
  } | {
1245
- __kind: "Arithmetic";
1246
1244
  value: {
1247
1245
  __kind: "Underflow" | "Overflow" | "DivisionByZero";
1248
1246
  };
1247
+ __kind: "Arithmetic";
1249
1248
  } | {
1250
- __kind: "Transactional";
1251
1249
  value: {
1252
1250
  __kind: "LimitReached" | "NoLayer";
1253
1251
  };
1252
+ __kind: "Transactional";
1254
1253
  } | {
1255
1254
  __kind: "Exhausted";
1256
1255
  } | {
@@ -1260,20 +1259,20 @@ declare const solanaIngressEgressDepositFailed: z.ZodObject<{
1260
1259
  } | {
1261
1260
  __kind: "RootNotAllowed";
1262
1261
  };
1262
+ __kind: "DepositWitnessRejected";
1263
1263
  };
1264
1264
  details: {
1265
1265
  __kind: "DepositFailedDepositChannelVariantSolana";
1266
1266
  depositWitness: {
1267
+ depositAddress: string;
1267
1268
  asset: {
1268
1269
  __kind: "Sol" | "SolUsdc";
1269
1270
  };
1270
1271
  amount: string | number;
1271
- depositAddress: string;
1272
1272
  };
1273
1273
  } | {
1274
1274
  __kind: "DepositFailedVaultVariantSolana";
1275
1275
  vaultWitness: {
1276
- txId: [string, string | number];
1277
1276
  inputAsset: {
1278
1277
  __kind: "Sol" | "SolUsdc";
1279
1278
  };
@@ -1282,9 +1281,10 @@ declare const solanaIngressEgressDepositFailed: z.ZodObject<{
1282
1281
  __kind: "Sol" | "SolUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "HubDot" | "HubUsdt" | "HubUsdc";
1283
1282
  };
1284
1283
  destinationAddress: {
1285
- __kind: "Sol" | "Eth" | "Dot" | "Btc" | "Arb" | "Hub";
1286
1284
  value: string;
1285
+ __kind: "Sol" | "Eth" | "Dot" | "Btc" | "Arb" | "Hub";
1287
1286
  };
1287
+ txId: [string, string | number];
1288
1288
  affiliateFees: {
1289
1289
  account: number;
1290
1290
  bps: number;
@@ -1313,42 +1313,42 @@ declare const solanaIngressEgressDepositFailed: z.ZodObject<{
1313
1313
  __kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
1314
1314
  };
1315
1315
  sourceAddress?: {
1316
- __kind: "Eth";
1317
1316
  value: string;
1317
+ __kind: "Eth";
1318
1318
  } | {
1319
- __kind: "Dot";
1320
1319
  value: string;
1320
+ __kind: "Dot";
1321
1321
  } | {
1322
- __kind: "Btc";
1323
1322
  value: {
1324
- __kind: "P2PKH";
1325
1323
  value: string;
1324
+ __kind: "P2PKH";
1326
1325
  } | {
1327
- __kind: "P2SH";
1328
1326
  value: string;
1327
+ __kind: "P2SH";
1329
1328
  } | {
1330
- __kind: "P2WPKH";
1331
1329
  value: string;
1330
+ __kind: "P2WPKH";
1332
1331
  } | {
1333
- __kind: "P2WSH";
1334
1332
  value: string;
1333
+ __kind: "P2WSH";
1335
1334
  } | {
1336
- __kind: "Taproot";
1337
1335
  value: string;
1336
+ __kind: "Taproot";
1338
1337
  } | {
1339
1338
  __kind: "OtherSegwit";
1340
1339
  version: number;
1341
1340
  program: string;
1342
1341
  };
1342
+ __kind: "Btc";
1343
1343
  } | {
1344
- __kind: "Arb";
1345
1344
  value: string;
1345
+ __kind: "Arb";
1346
1346
  } | {
1347
- __kind: "Sol";
1348
1347
  value: string;
1348
+ __kind: "Sol";
1349
1349
  } | {
1350
- __kind: "Hub";
1351
1350
  value: string;
1351
+ __kind: "Hub";
1352
1352
  } | null | undefined;
1353
1353
  } | null | undefined;
1354
1354
  brokerFee?: {