@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";
56
57
  value: {
57
58
  index: number;
58
59
  error: `0x${string}`;
59
60
  };
60
- __kind: "Module";
61
61
  }, {
62
+ __kind: "Module";
62
63
  value: {
63
64
  index: number;
64
65
  error: string;
65
66
  };
66
- __kind: "Module";
67
67
  }>, z.ZodObject<{
68
68
  __kind: z.ZodLiteral<"ConsumerRemaining">;
69
69
  }, "strip", z.ZodTypeAny, {
@@ -87,20 +87,20 @@ declare const solanaIngressEgressDepositFailed: z.ZodObject<{
87
87
  value: z.ZodEffects<z.ZodObject<{
88
88
  __kind: z.ZodEnum<["FundsUnavailable", "OnlyProvider", "BelowMinimum", "CannotCreate", "UnknownAsset", "Frozen", "Unsupported", "CannotCreateHold", "NotExpendable", "Blocked"]>;
89
89
  }, "strip", z.ZodTypeAny, {
90
- __kind: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
90
+ __kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
91
91
  }, {
92
- __kind: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
93
- }>, "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked", {
94
- __kind: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
92
+ __kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
93
+ }>, "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked", {
94
+ __kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
95
95
  }>;
96
96
  }, "strip", z.ZodTypeAny, {
97
- value: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
98
97
  __kind: "Token";
98
+ value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
99
99
  }, {
100
+ __kind: "Token";
100
101
  value: {
101
- __kind: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
102
+ __kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
102
103
  };
103
- __kind: "Token";
104
104
  }>, z.ZodObject<{
105
105
  __kind: z.ZodLiteral<"Arithmetic">;
106
106
  value: z.ZodEffects<z.ZodObject<{
@@ -113,13 +113,13 @@ declare const solanaIngressEgressDepositFailed: 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 solanaIngressEgressDepositFailed: 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 solanaIngressEgressDepositFailed: 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 solanaIngressEgressDepositFailed: 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 solanaIngressEgressDepositFailed: z.ZodObject<{
184
185
  } | {
185
186
  __kind: "TooManyConsumers";
186
187
  } | {
187
- value: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
188
188
  __kind: "Token";
189
+ value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
189
190
  } | {
190
- value: "Underflow" | "Overflow" | "DivisionByZero";
191
191
  __kind: "Arithmetic";
192
+ value: "Underflow" | "Overflow" | "DivisionByZero";
192
193
  } | {
193
- value: "LimitReached" | "NoLayer";
194
194
  __kind: "Transactional";
195
+ value: "LimitReached" | "NoLayer";
195
196
  } | {
196
197
  __kind: "Exhausted";
197
198
  } | {
@@ -201,8 +202,8 @@ declare const solanaIngressEgressDepositFailed: 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 solanaIngressEgressDepositFailed: 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 solanaIngressEgressDepositFailed: z.ZodObject<{
222
223
  } | {
223
224
  __kind: "TooManyConsumers";
224
225
  } | {
226
+ __kind: "Token";
225
227
  value: {
226
- __kind: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
228
+ __kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
227
229
  };
228
- __kind: "Token";
229
230
  } | {
231
+ __kind: "Arithmetic";
230
232
  value: {
231
233
  __kind: "Underflow" | "Overflow" | "DivisionByZero";
232
234
  };
233
- __kind: "Arithmetic";
234
235
  } | {
236
+ __kind: "Transactional";
235
237
  value: {
236
238
  __kind: "LimitReached" | "NoLayer";
237
239
  };
238
- __kind: "Transactional";
239
240
  } | {
240
241
  __kind: "Exhausted";
241
242
  } | {
@@ -245,7 +246,6 @@ declare const solanaIngressEgressDepositFailed: z.ZodObject<{
245
246
  } | {
246
247
  __kind: "RootNotAllowed";
247
248
  };
248
- __kind: "DepositWitnessRejected";
249
249
  }>, z.ZodObject<{
250
250
  __kind: z.ZodLiteral<"InvalidDestinationAddress">;
251
251
  }, "strip", z.ZodTypeAny, {
@@ -342,21 +342,21 @@ declare const solanaIngressEgressDepositFailed: z.ZodObject<{
342
342
  outputAsset: z.ZodEffects<z.ZodObject<{
343
343
  __kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc"]>;
344
344
  }, "strip", z.ZodTypeAny, {
345
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
345
+ __kind: "Sol" | "SolUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt";
346
346
  }, {
347
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
348
- }>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc", {
349
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
347
+ __kind: "Sol" | "SolUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt";
348
+ }>, "Sol" | "SolUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt", {
349
+ __kind: "Sol" | "SolUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt";
350
350
  }>;
351
351
  destinationAddress: z.ZodEffects<z.ZodObject<{
352
352
  __kind: z.ZodEnum<["Eth", "Dot", "Btc", "Arb", "Sol"]>;
353
353
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
354
354
  }, "strip", z.ZodTypeAny, {
355
+ __kind: "Sol" | "Eth" | "Dot" | "Btc" | "Arb";
355
356
  value: `0x${string}`;
356
- __kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
357
357
  }, {
358
+ __kind: "Sol" | "Eth" | "Dot" | "Btc" | "Arb";
358
359
  value: string;
359
- __kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
360
360
  }>, {
361
361
  readonly chain: "Ethereum";
362
362
  readonly address: `0x${string}`;
@@ -373,8 +373,8 @@ declare const solanaIngressEgressDepositFailed: z.ZodObject<{
373
373
  readonly chain: "Solana";
374
374
  readonly address: string;
375
375
  }, {
376
+ __kind: "Sol" | "Eth" | "Dot" | "Btc" | "Arb";
376
377
  value: string;
377
- __kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
378
378
  }>;
379
379
  depositMetadata: z.ZodOptional<z.ZodNullable<z.ZodObject<{
380
380
  channelMetadata: z.ZodObject<{
@@ -403,67 +403,67 @@ declare const solanaIngressEgressDepositFailed: z.ZodObject<{
403
403
  __kind: z.ZodLiteral<"Eth">;
404
404
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
405
405
  }, "strip", z.ZodTypeAny, {
406
- value: `0x${string}`;
407
406
  __kind: "Eth";
407
+ value: `0x${string}`;
408
408
  }, {
409
- value: string;
410
409
  __kind: "Eth";
410
+ value: string;
411
411
  }>, z.ZodObject<{
412
412
  __kind: z.ZodLiteral<"Dot">;
413
413
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
414
414
  }, "strip", z.ZodTypeAny, {
415
- value: `0x${string}`;
416
415
  __kind: "Dot";
416
+ value: `0x${string}`;
417
417
  }, {
418
- value: string;
419
418
  __kind: "Dot";
419
+ value: string;
420
420
  }>, z.ZodObject<{
421
421
  __kind: z.ZodLiteral<"Btc">;
422
422
  value: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
423
423
  __kind: z.ZodLiteral<"P2PKH">;
424
424
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
425
425
  }, "strip", z.ZodTypeAny, {
426
- value: `0x${string}`;
427
426
  __kind: "P2PKH";
427
+ value: `0x${string}`;
428
428
  }, {
429
- value: string;
430
429
  __kind: "P2PKH";
430
+ value: string;
431
431
  }>, z.ZodObject<{
432
432
  __kind: z.ZodLiteral<"P2SH">;
433
433
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
434
434
  }, "strip", z.ZodTypeAny, {
435
- value: `0x${string}`;
436
435
  __kind: "P2SH";
436
+ value: `0x${string}`;
437
437
  }, {
438
- value: string;
439
438
  __kind: "P2SH";
439
+ value: string;
440
440
  }>, z.ZodObject<{
441
441
  __kind: z.ZodLiteral<"P2WPKH">;
442
442
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
443
443
  }, "strip", z.ZodTypeAny, {
444
- value: `0x${string}`;
445
444
  __kind: "P2WPKH";
445
+ value: `0x${string}`;
446
446
  }, {
447
- value: string;
448
447
  __kind: "P2WPKH";
448
+ value: string;
449
449
  }>, z.ZodObject<{
450
450
  __kind: z.ZodLiteral<"P2WSH">;
451
451
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
452
452
  }, "strip", z.ZodTypeAny, {
453
- value: `0x${string}`;
454
453
  __kind: "P2WSH";
454
+ value: `0x${string}`;
455
455
  }, {
456
- value: string;
457
456
  __kind: "P2WSH";
457
+ value: string;
458
458
  }>, z.ZodObject<{
459
459
  __kind: z.ZodLiteral<"Taproot">;
460
460
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
461
461
  }, "strip", z.ZodTypeAny, {
462
- value: `0x${string}`;
463
462
  __kind: "Taproot";
463
+ value: `0x${string}`;
464
464
  }, {
465
- value: string;
466
465
  __kind: "Taproot";
466
+ value: string;
467
467
  }>, z.ZodObject<{
468
468
  __kind: z.ZodLiteral<"OtherSegwit">;
469
469
  version: z.ZodNumber;
@@ -478,67 +478,67 @@ declare const solanaIngressEgressDepositFailed: z.ZodObject<{
478
478
  program: string;
479
479
  }>]>;
480
480
  }, "strip", z.ZodTypeAny, {
481
+ __kind: "Btc";
481
482
  value: {
482
- value: `0x${string}`;
483
483
  __kind: "P2PKH";
484
- } | {
485
484
  value: `0x${string}`;
486
- __kind: "P2SH";
487
485
  } | {
486
+ __kind: "P2SH";
488
487
  value: `0x${string}`;
489
- __kind: "P2WPKH";
490
488
  } | {
489
+ __kind: "P2WPKH";
491
490
  value: `0x${string}`;
492
- __kind: "P2WSH";
493
491
  } | {
492
+ __kind: "P2WSH";
494
493
  value: `0x${string}`;
494
+ } | {
495
495
  __kind: "Taproot";
496
+ value: `0x${string}`;
496
497
  } | {
497
498
  __kind: "OtherSegwit";
498
499
  version: number;
499
500
  program: `0x${string}`;
500
501
  };
501
- __kind: "Btc";
502
502
  }, {
503
+ __kind: "Btc";
503
504
  value: {
504
- value: string;
505
505
  __kind: "P2PKH";
506
- } | {
507
506
  value: string;
508
- __kind: "P2SH";
509
507
  } | {
508
+ __kind: "P2SH";
510
509
  value: string;
511
- __kind: "P2WPKH";
512
510
  } | {
511
+ __kind: "P2WPKH";
513
512
  value: string;
514
- __kind: "P2WSH";
515
513
  } | {
514
+ __kind: "P2WSH";
516
515
  value: string;
516
+ } | {
517
517
  __kind: "Taproot";
518
+ value: string;
518
519
  } | {
519
520
  __kind: "OtherSegwit";
520
521
  version: number;
521
522
  program: string;
522
523
  };
523
- __kind: "Btc";
524
524
  }>, z.ZodObject<{
525
525
  __kind: z.ZodLiteral<"Arb">;
526
526
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
527
527
  }, "strip", z.ZodTypeAny, {
528
- value: `0x${string}`;
529
528
  __kind: "Arb";
529
+ value: `0x${string}`;
530
530
  }, {
531
- value: string;
532
531
  __kind: "Arb";
532
+ value: string;
533
533
  }>, z.ZodObject<{
534
534
  __kind: z.ZodLiteral<"Sol">;
535
535
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
536
536
  }, "strip", z.ZodTypeAny, {
537
- value: `0x${string}`;
538
537
  __kind: "Sol";
538
+ value: `0x${string}`;
539
539
  }, {
540
- value: string;
541
540
  __kind: "Sol";
541
+ value: string;
542
542
  }>]>>>;
543
543
  }, "strip", z.ZodTypeAny, {
544
544
  channelMetadata: {
@@ -548,39 +548,39 @@ declare const solanaIngressEgressDepositFailed: z.ZodObject<{
548
548
  };
549
549
  sourceChain: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana";
550
550
  sourceAddress?: {
551
- value: `0x${string}`;
552
551
  __kind: "Eth";
553
- } | {
554
552
  value: `0x${string}`;
553
+ } | {
555
554
  __kind: "Dot";
555
+ value: `0x${string}`;
556
556
  } | {
557
+ __kind: "Btc";
557
558
  value: {
558
- value: `0x${string}`;
559
559
  __kind: "P2PKH";
560
- } | {
561
560
  value: `0x${string}`;
562
- __kind: "P2SH";
563
561
  } | {
562
+ __kind: "P2SH";
564
563
  value: `0x${string}`;
565
- __kind: "P2WPKH";
566
564
  } | {
565
+ __kind: "P2WPKH";
567
566
  value: `0x${string}`;
568
- __kind: "P2WSH";
569
567
  } | {
568
+ __kind: "P2WSH";
570
569
  value: `0x${string}`;
570
+ } | {
571
571
  __kind: "Taproot";
572
+ value: `0x${string}`;
572
573
  } | {
573
574
  __kind: "OtherSegwit";
574
575
  version: number;
575
576
  program: `0x${string}`;
576
577
  };
577
- __kind: "Btc";
578
578
  } | {
579
- value: `0x${string}`;
580
579
  __kind: "Arb";
581
- } | {
582
580
  value: `0x${string}`;
581
+ } | {
583
582
  __kind: "Sol";
583
+ value: `0x${string}`;
584
584
  } | null | undefined;
585
585
  }, {
586
586
  channelMetadata: {
@@ -592,39 +592,39 @@ declare const solanaIngressEgressDepositFailed: z.ZodObject<{
592
592
  __kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana";
593
593
  };
594
594
  sourceAddress?: {
595
- value: string;
596
595
  __kind: "Eth";
597
- } | {
598
596
  value: string;
597
+ } | {
599
598
  __kind: "Dot";
599
+ value: string;
600
600
  } | {
601
+ __kind: "Btc";
601
602
  value: {
602
- value: string;
603
603
  __kind: "P2PKH";
604
- } | {
605
604
  value: string;
606
- __kind: "P2SH";
607
605
  } | {
606
+ __kind: "P2SH";
608
607
  value: string;
609
- __kind: "P2WPKH";
610
608
  } | {
609
+ __kind: "P2WPKH";
611
610
  value: string;
612
- __kind: "P2WSH";
613
611
  } | {
612
+ __kind: "P2WSH";
614
613
  value: string;
614
+ } | {
615
615
  __kind: "Taproot";
616
+ value: string;
616
617
  } | {
617
618
  __kind: "OtherSegwit";
618
619
  version: number;
619
620
  program: string;
620
621
  };
621
- __kind: "Btc";
622
622
  } | {
623
- value: string;
624
623
  __kind: "Arb";
625
- } | {
626
624
  value: string;
625
+ } | {
627
626
  __kind: "Sol";
627
+ value: string;
628
628
  } | null | undefined;
629
629
  }>>>;
630
630
  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>;
@@ -673,10 +673,11 @@ declare const solanaIngressEgressDepositFailed: z.ZodObject<{
673
673
  }>>>;
674
674
  boostFee: z.ZodNumber;
675
675
  }, "strip", z.ZodTypeAny, {
676
+ boostFee: number;
676
677
  txId: [`0x${string}`, bigint];
677
678
  inputAsset: "Sol" | "SolUsdc";
678
679
  depositAmount: bigint;
679
- outputAsset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
680
+ outputAsset: "Sol" | "SolUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt";
680
681
  destinationAddress: {
681
682
  readonly chain: "Ethereum";
682
683
  readonly address: `0x${string}`;
@@ -702,7 +703,6 @@ declare const solanaIngressEgressDepositFailed: z.ZodObject<{
702
703
  refundAddress: `0x${string}`;
703
704
  minPrice: bigint;
704
705
  };
705
- boostFee: number;
706
706
  depositAddress?: `0x${string}` | null | undefined;
707
707
  channelId?: bigint | null | undefined;
708
708
  depositMetadata?: {
@@ -713,39 +713,39 @@ declare const solanaIngressEgressDepositFailed: z.ZodObject<{
713
713
  };
714
714
  sourceChain: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana";
715
715
  sourceAddress?: {
716
- value: `0x${string}`;
717
716
  __kind: "Eth";
718
- } | {
719
717
  value: `0x${string}`;
718
+ } | {
720
719
  __kind: "Dot";
720
+ value: `0x${string}`;
721
721
  } | {
722
+ __kind: "Btc";
722
723
  value: {
723
- value: `0x${string}`;
724
724
  __kind: "P2PKH";
725
- } | {
726
725
  value: `0x${string}`;
727
- __kind: "P2SH";
728
726
  } | {
727
+ __kind: "P2SH";
729
728
  value: `0x${string}`;
730
- __kind: "P2WPKH";
731
729
  } | {
730
+ __kind: "P2WPKH";
732
731
  value: `0x${string}`;
733
- __kind: "P2WSH";
734
732
  } | {
733
+ __kind: "P2WSH";
735
734
  value: `0x${string}`;
735
+ } | {
736
736
  __kind: "Taproot";
737
+ value: `0x${string}`;
737
738
  } | {
738
739
  __kind: "OtherSegwit";
739
740
  version: number;
740
741
  program: `0x${string}`;
741
742
  };
742
- __kind: "Btc";
743
743
  } | {
744
- value: `0x${string}`;
745
744
  __kind: "Arb";
746
- } | {
747
745
  value: `0x${string}`;
746
+ } | {
748
747
  __kind: "Sol";
748
+ value: `0x${string}`;
749
749
  } | null | undefined;
750
750
  } | null | undefined;
751
751
  brokerFee?: {
@@ -757,17 +757,18 @@ declare const solanaIngressEgressDepositFailed: z.ZodObject<{
757
757
  chunkInterval: number;
758
758
  } | null | undefined;
759
759
  }, {
760
+ boostFee: number;
760
761
  txId: [string, string | number];
761
762
  inputAsset: {
762
763
  __kind: "Sol" | "SolUsdc";
763
764
  };
764
765
  depositAmount: string | number;
765
766
  outputAsset: {
766
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
767
+ __kind: "Sol" | "SolUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt";
767
768
  };
768
769
  destinationAddress: {
770
+ __kind: "Sol" | "Eth" | "Dot" | "Btc" | "Arb";
769
771
  value: string;
770
- __kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
771
772
  };
772
773
  affiliateFees: {
773
774
  account: number;
@@ -778,7 +779,6 @@ declare const solanaIngressEgressDepositFailed: z.ZodObject<{
778
779
  refundAddress: string;
779
780
  minPrice: string | number;
780
781
  };
781
- boostFee: number;
782
782
  depositAddress?: string | null | undefined;
783
783
  channelId?: string | number | null | undefined;
784
784
  depositMetadata?: {
@@ -791,39 +791,39 @@ declare const solanaIngressEgressDepositFailed: z.ZodObject<{
791
791
  __kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana";
792
792
  };
793
793
  sourceAddress?: {
794
- value: string;
795
794
  __kind: "Eth";
796
- } | {
797
795
  value: string;
796
+ } | {
798
797
  __kind: "Dot";
798
+ value: string;
799
799
  } | {
800
+ __kind: "Btc";
800
801
  value: {
801
- value: string;
802
802
  __kind: "P2PKH";
803
- } | {
804
803
  value: string;
805
- __kind: "P2SH";
806
804
  } | {
805
+ __kind: "P2SH";
807
806
  value: string;
808
- __kind: "P2WPKH";
809
807
  } | {
808
+ __kind: "P2WPKH";
810
809
  value: string;
811
- __kind: "P2WSH";
812
810
  } | {
811
+ __kind: "P2WSH";
813
812
  value: string;
813
+ } | {
814
814
  __kind: "Taproot";
815
+ value: string;
815
816
  } | {
816
817
  __kind: "OtherSegwit";
817
818
  version: number;
818
819
  program: string;
819
820
  };
820
- __kind: "Btc";
821
821
  } | {
822
- value: string;
823
822
  __kind: "Arb";
824
- } | {
825
823
  value: string;
824
+ } | {
826
825
  __kind: "Sol";
826
+ value: string;
827
827
  } | null | undefined;
828
828
  } | null | undefined;
829
829
  brokerFee?: {
@@ -838,10 +838,11 @@ declare const solanaIngressEgressDepositFailed: z.ZodObject<{
838
838
  }, "strip", z.ZodTypeAny, {
839
839
  __kind: "Vault";
840
840
  vaultWitness: {
841
+ boostFee: number;
841
842
  txId: [`0x${string}`, bigint];
842
843
  inputAsset: "Sol" | "SolUsdc";
843
844
  depositAmount: bigint;
844
- outputAsset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
845
+ outputAsset: "Sol" | "SolUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt";
845
846
  destinationAddress: {
846
847
  readonly chain: "Ethereum";
847
848
  readonly address: `0x${string}`;
@@ -867,7 +868,6 @@ declare const solanaIngressEgressDepositFailed: z.ZodObject<{
867
868
  refundAddress: `0x${string}`;
868
869
  minPrice: bigint;
869
870
  };
870
- boostFee: number;
871
871
  depositAddress?: `0x${string}` | null | undefined;
872
872
  channelId?: bigint | null | undefined;
873
873
  depositMetadata?: {
@@ -878,39 +878,39 @@ declare const solanaIngressEgressDepositFailed: z.ZodObject<{
878
878
  };
879
879
  sourceChain: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana";
880
880
  sourceAddress?: {
881
- value: `0x${string}`;
882
881
  __kind: "Eth";
883
- } | {
884
882
  value: `0x${string}`;
883
+ } | {
885
884
  __kind: "Dot";
885
+ value: `0x${string}`;
886
886
  } | {
887
+ __kind: "Btc";
887
888
  value: {
888
- value: `0x${string}`;
889
889
  __kind: "P2PKH";
890
- } | {
891
890
  value: `0x${string}`;
892
- __kind: "P2SH";
893
891
  } | {
892
+ __kind: "P2SH";
894
893
  value: `0x${string}`;
895
- __kind: "P2WPKH";
896
894
  } | {
895
+ __kind: "P2WPKH";
897
896
  value: `0x${string}`;
898
- __kind: "P2WSH";
899
897
  } | {
898
+ __kind: "P2WSH";
900
899
  value: `0x${string}`;
900
+ } | {
901
901
  __kind: "Taproot";
902
+ value: `0x${string}`;
902
903
  } | {
903
904
  __kind: "OtherSegwit";
904
905
  version: number;
905
906
  program: `0x${string}`;
906
907
  };
907
- __kind: "Btc";
908
908
  } | {
909
- value: `0x${string}`;
910
909
  __kind: "Arb";
911
- } | {
912
910
  value: `0x${string}`;
911
+ } | {
913
912
  __kind: "Sol";
913
+ value: `0x${string}`;
914
914
  } | null | undefined;
915
915
  } | null | undefined;
916
916
  brokerFee?: {
@@ -925,17 +925,18 @@ declare const solanaIngressEgressDepositFailed: z.ZodObject<{
925
925
  }, {
926
926
  __kind: "Vault";
927
927
  vaultWitness: {
928
+ boostFee: number;
928
929
  txId: [string, string | number];
929
930
  inputAsset: {
930
931
  __kind: "Sol" | "SolUsdc";
931
932
  };
932
933
  depositAmount: string | number;
933
934
  outputAsset: {
934
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
935
+ __kind: "Sol" | "SolUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt";
935
936
  };
936
937
  destinationAddress: {
938
+ __kind: "Sol" | "Eth" | "Dot" | "Btc" | "Arb";
937
939
  value: string;
938
- __kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
939
940
  };
940
941
  affiliateFees: {
941
942
  account: number;
@@ -946,7 +947,6 @@ declare const solanaIngressEgressDepositFailed: z.ZodObject<{
946
947
  refundAddress: string;
947
948
  minPrice: string | number;
948
949
  };
949
- boostFee: number;
950
950
  depositAddress?: string | null | undefined;
951
951
  channelId?: string | number | null | undefined;
952
952
  depositMetadata?: {
@@ -959,39 +959,39 @@ declare const solanaIngressEgressDepositFailed: z.ZodObject<{
959
959
  __kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana";
960
960
  };
961
961
  sourceAddress?: {
962
- value: string;
963
962
  __kind: "Eth";
964
- } | {
965
963
  value: string;
964
+ } | {
966
965
  __kind: "Dot";
966
+ value: string;
967
967
  } | {
968
+ __kind: "Btc";
968
969
  value: {
969
- value: string;
970
970
  __kind: "P2PKH";
971
- } | {
972
971
  value: string;
973
- __kind: "P2SH";
974
972
  } | {
973
+ __kind: "P2SH";
975
974
  value: string;
976
- __kind: "P2WPKH";
977
975
  } | {
976
+ __kind: "P2WPKH";
978
977
  value: string;
979
- __kind: "P2WSH";
980
978
  } | {
979
+ __kind: "P2WSH";
981
980
  value: string;
981
+ } | {
982
982
  __kind: "Taproot";
983
+ value: string;
983
984
  } | {
984
985
  __kind: "OtherSegwit";
985
986
  version: number;
986
987
  program: string;
987
988
  };
988
- __kind: "Btc";
989
989
  } | {
990
- value: string;
991
990
  __kind: "Arb";
992
- } | {
993
991
  value: string;
992
+ } | {
994
993
  __kind: "Sol";
994
+ value: string;
995
995
  } | null | undefined;
996
996
  } | null | undefined;
997
997
  brokerFee?: {
@@ -1013,6 +1013,7 @@ declare const solanaIngressEgressDepositFailed: z.ZodObject<{
1013
1013
  } | {
1014
1014
  __kind: "TransactionRejectedByBroker";
1015
1015
  } | {
1016
+ __kind: "DepositWitnessRejected";
1016
1017
  value: {
1017
1018
  __kind: "Other";
1018
1019
  } | {
@@ -1020,11 +1021,11 @@ declare const solanaIngressEgressDepositFailed: z.ZodObject<{
1020
1021
  } | {
1021
1022
  __kind: "BadOrigin";
1022
1023
  } | {
1024
+ __kind: "Module";
1023
1025
  value: {
1024
1026
  index: number;
1025
1027
  error: `0x${string}`;
1026
1028
  };
1027
- __kind: "Module";
1028
1029
  } | {
1029
1030
  __kind: "ConsumerRemaining";
1030
1031
  } | {
@@ -1032,14 +1033,14 @@ declare const solanaIngressEgressDepositFailed: z.ZodObject<{
1032
1033
  } | {
1033
1034
  __kind: "TooManyConsumers";
1034
1035
  } | {
1035
- value: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
1036
1036
  __kind: "Token";
1037
+ value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
1037
1038
  } | {
1038
- value: "Underflow" | "Overflow" | "DivisionByZero";
1039
1039
  __kind: "Arithmetic";
1040
+ value: "Underflow" | "Overflow" | "DivisionByZero";
1040
1041
  } | {
1041
- value: "LimitReached" | "NoLayer";
1042
1042
  __kind: "Transactional";
1043
+ value: "LimitReached" | "NoLayer";
1043
1044
  } | {
1044
1045
  __kind: "Exhausted";
1045
1046
  } | {
@@ -1049,7 +1050,6 @@ declare const solanaIngressEgressDepositFailed: z.ZodObject<{
1049
1050
  } | {
1050
1051
  __kind: "RootNotAllowed";
1051
1052
  };
1052
- __kind: "DepositWitnessRejected";
1053
1053
  } | {
1054
1054
  __kind: "InvalidDestinationAddress";
1055
1055
  } | {
@@ -1073,10 +1073,11 @@ declare const solanaIngressEgressDepositFailed: z.ZodObject<{
1073
1073
  } | {
1074
1074
  __kind: "Vault";
1075
1075
  vaultWitness: {
1076
+ boostFee: number;
1076
1077
  txId: [`0x${string}`, bigint];
1077
1078
  inputAsset: "Sol" | "SolUsdc";
1078
1079
  depositAmount: bigint;
1079
- outputAsset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
1080
+ outputAsset: "Sol" | "SolUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt";
1080
1081
  destinationAddress: {
1081
1082
  readonly chain: "Ethereum";
1082
1083
  readonly address: `0x${string}`;
@@ -1102,7 +1103,6 @@ declare const solanaIngressEgressDepositFailed: z.ZodObject<{
1102
1103
  refundAddress: `0x${string}`;
1103
1104
  minPrice: bigint;
1104
1105
  };
1105
- boostFee: number;
1106
1106
  depositAddress?: `0x${string}` | null | undefined;
1107
1107
  channelId?: bigint | null | undefined;
1108
1108
  depositMetadata?: {
@@ -1113,39 +1113,39 @@ declare const solanaIngressEgressDepositFailed: z.ZodObject<{
1113
1113
  };
1114
1114
  sourceChain: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana";
1115
1115
  sourceAddress?: {
1116
- value: `0x${string}`;
1117
1116
  __kind: "Eth";
1118
- } | {
1119
1117
  value: `0x${string}`;
1118
+ } | {
1120
1119
  __kind: "Dot";
1120
+ value: `0x${string}`;
1121
1121
  } | {
1122
+ __kind: "Btc";
1122
1123
  value: {
1123
- value: `0x${string}`;
1124
1124
  __kind: "P2PKH";
1125
- } | {
1126
1125
  value: `0x${string}`;
1127
- __kind: "P2SH";
1128
1126
  } | {
1127
+ __kind: "P2SH";
1129
1128
  value: `0x${string}`;
1130
- __kind: "P2WPKH";
1131
1129
  } | {
1130
+ __kind: "P2WPKH";
1132
1131
  value: `0x${string}`;
1133
- __kind: "P2WSH";
1134
1132
  } | {
1133
+ __kind: "P2WSH";
1135
1134
  value: `0x${string}`;
1135
+ } | {
1136
1136
  __kind: "Taproot";
1137
+ value: `0x${string}`;
1137
1138
  } | {
1138
1139
  __kind: "OtherSegwit";
1139
1140
  version: number;
1140
1141
  program: `0x${string}`;
1141
1142
  };
1142
- __kind: "Btc";
1143
1143
  } | {
1144
- value: `0x${string}`;
1145
1144
  __kind: "Arb";
1146
- } | {
1147
1145
  value: `0x${string}`;
1146
+ } | {
1148
1147
  __kind: "Sol";
1148
+ value: `0x${string}`;
1149
1149
  } | null | undefined;
1150
1150
  } | null | undefined;
1151
1151
  brokerFee?: {
@@ -1167,6 +1167,7 @@ declare const solanaIngressEgressDepositFailed: z.ZodObject<{
1167
1167
  } | {
1168
1168
  __kind: "TransactionRejectedByBroker";
1169
1169
  } | {
1170
+ __kind: "DepositWitnessRejected";
1170
1171
  value: {
1171
1172
  __kind: "Other";
1172
1173
  } | {
@@ -1174,11 +1175,11 @@ declare const solanaIngressEgressDepositFailed: z.ZodObject<{
1174
1175
  } | {
1175
1176
  __kind: "BadOrigin";
1176
1177
  } | {
1178
+ __kind: "Module";
1177
1179
  value: {
1178
1180
  index: number;
1179
1181
  error: string;
1180
1182
  };
1181
- __kind: "Module";
1182
1183
  } | {
1183
1184
  __kind: "ConsumerRemaining";
1184
1185
  } | {
@@ -1186,20 +1187,20 @@ declare const solanaIngressEgressDepositFailed: z.ZodObject<{
1186
1187
  } | {
1187
1188
  __kind: "TooManyConsumers";
1188
1189
  } | {
1190
+ __kind: "Token";
1189
1191
  value: {
1190
- __kind: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
1192
+ __kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
1191
1193
  };
1192
- __kind: "Token";
1193
1194
  } | {
1195
+ __kind: "Arithmetic";
1194
1196
  value: {
1195
1197
  __kind: "Underflow" | "Overflow" | "DivisionByZero";
1196
1198
  };
1197
- __kind: "Arithmetic";
1198
1199
  } | {
1200
+ __kind: "Transactional";
1199
1201
  value: {
1200
1202
  __kind: "LimitReached" | "NoLayer";
1201
1203
  };
1202
- __kind: "Transactional";
1203
1204
  } | {
1204
1205
  __kind: "Exhausted";
1205
1206
  } | {
@@ -1209,7 +1210,6 @@ declare const solanaIngressEgressDepositFailed: z.ZodObject<{
1209
1210
  } | {
1210
1211
  __kind: "RootNotAllowed";
1211
1212
  };
1212
- __kind: "DepositWitnessRejected";
1213
1213
  } | {
1214
1214
  __kind: "InvalidDestinationAddress";
1215
1215
  } | {
@@ -1235,17 +1235,18 @@ declare const solanaIngressEgressDepositFailed: z.ZodObject<{
1235
1235
  } | {
1236
1236
  __kind: "Vault";
1237
1237
  vaultWitness: {
1238
+ boostFee: number;
1238
1239
  txId: [string, string | number];
1239
1240
  inputAsset: {
1240
1241
  __kind: "Sol" | "SolUsdc";
1241
1242
  };
1242
1243
  depositAmount: string | number;
1243
1244
  outputAsset: {
1244
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
1245
+ __kind: "Sol" | "SolUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt";
1245
1246
  };
1246
1247
  destinationAddress: {
1248
+ __kind: "Sol" | "Eth" | "Dot" | "Btc" | "Arb";
1247
1249
  value: string;
1248
- __kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
1249
1250
  };
1250
1251
  affiliateFees: {
1251
1252
  account: number;
@@ -1256,7 +1257,6 @@ declare const solanaIngressEgressDepositFailed: z.ZodObject<{
1256
1257
  refundAddress: string;
1257
1258
  minPrice: string | number;
1258
1259
  };
1259
- boostFee: number;
1260
1260
  depositAddress?: string | null | undefined;
1261
1261
  channelId?: string | number | null | undefined;
1262
1262
  depositMetadata?: {
@@ -1269,39 +1269,39 @@ declare const solanaIngressEgressDepositFailed: z.ZodObject<{
1269
1269
  __kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana";
1270
1270
  };
1271
1271
  sourceAddress?: {
1272
- value: string;
1273
1272
  __kind: "Eth";
1274
- } | {
1275
1273
  value: string;
1274
+ } | {
1276
1275
  __kind: "Dot";
1276
+ value: string;
1277
1277
  } | {
1278
+ __kind: "Btc";
1278
1279
  value: {
1279
- value: string;
1280
1280
  __kind: "P2PKH";
1281
- } | {
1282
1281
  value: string;
1283
- __kind: "P2SH";
1284
1282
  } | {
1283
+ __kind: "P2SH";
1285
1284
  value: string;
1286
- __kind: "P2WPKH";
1287
1285
  } | {
1286
+ __kind: "P2WPKH";
1288
1287
  value: string;
1289
- __kind: "P2WSH";
1290
1288
  } | {
1289
+ __kind: "P2WSH";
1291
1290
  value: string;
1291
+ } | {
1292
1292
  __kind: "Taproot";
1293
+ value: string;
1293
1294
  } | {
1294
1295
  __kind: "OtherSegwit";
1295
1296
  version: number;
1296
1297
  program: string;
1297
1298
  };
1298
- __kind: "Btc";
1299
1299
  } | {
1300
- value: string;
1301
1300
  __kind: "Arb";
1302
- } | {
1303
1301
  value: string;
1302
+ } | {
1304
1303
  __kind: "Sol";
1304
+ value: string;
1305
1305
  } | null | undefined;
1306
1306
  } | null | undefined;
1307
1307
  brokerFee?: {