@chainflip/processor 1.7.0 → 1.7.2

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 (319) hide show
  1. package/dist/100/funding/boundExecutorAddress.d.cts +2 -2
  2. package/dist/100/funding/boundExecutorAddress.d.ts +2 -2
  3. package/dist/100/funding/boundRedeemAddress.d.cts +2 -2
  4. package/dist/100/funding/boundRedeemAddress.d.ts +2 -2
  5. package/dist/100/funding/failedFundingAttempt.d.cts +2 -2
  6. package/dist/100/funding/failedFundingAttempt.d.ts +2 -2
  7. package/dist/100/funding/funded.d.cts +2 -2
  8. package/dist/100/funding/funded.d.ts +2 -2
  9. package/dist/100/funding/redemptionRequested.d.cts +2 -2
  10. package/dist/100/funding/redemptionRequested.d.ts +2 -2
  11. package/dist/100/liquidityPools/limitOrderUpdated.d.cts +8 -8
  12. package/dist/100/liquidityPools/limitOrderUpdated.d.ts +8 -8
  13. package/dist/100/liquidityPools/rangeOrderUpdated.d.cts +8 -8
  14. package/dist/100/liquidityPools/rangeOrderUpdated.d.ts +8 -8
  15. package/dist/100/swapping/batchSwapFailed.d.cts +8 -8
  16. package/dist/100/swapping/batchSwapFailed.d.ts +8 -8
  17. package/dist/100/swapping/ccmDepositReceived.d.cts +70 -70
  18. package/dist/100/swapping/ccmDepositReceived.d.ts +70 -70
  19. package/dist/100/swapping/ccmFailed.d.cts +70 -70
  20. package/dist/100/swapping/ccmFailed.d.ts +70 -70
  21. package/dist/100/swapping/minimumSwapAmountSet.d.cts +6 -6
  22. package/dist/100/swapping/minimumSwapAmountSet.d.ts +6 -6
  23. package/dist/100/swapping/swapAmountTooLow.d.cts +37 -37
  24. package/dist/100/swapping/swapAmountTooLow.d.ts +37 -37
  25. package/dist/100/swapping/swapDepositAddressReady.d.cts +42 -42
  26. package/dist/100/swapping/swapDepositAddressReady.d.ts +42 -42
  27. package/dist/100/swapping/swapEgressScheduled.d.cts +6 -6
  28. package/dist/100/swapping/swapEgressScheduled.d.ts +6 -6
  29. package/dist/100/swapping/swapExecuted.d.cts +12 -12
  30. package/dist/100/swapping/swapExecuted.d.ts +12 -12
  31. package/dist/100/swapping/swapScheduled.d.cts +109 -109
  32. package/dist/100/swapping/swapScheduled.d.ts +109 -109
  33. package/dist/100/swapping/withdrawalRequested.d.cts +12 -12
  34. package/dist/100/swapping/withdrawalRequested.d.ts +12 -12
  35. package/dist/100/witnesser/witnessExecutionFailed.d.cts +2 -2
  36. package/dist/100/witnesser/witnessExecutionFailed.d.ts +2 -2
  37. package/dist/120/liquidityProvider/liquidityDepositCredited.d.cts +2 -2
  38. package/dist/120/liquidityProvider/liquidityDepositCredited.d.ts +2 -2
  39. package/dist/120/liquidityProvider/withdrawalEgressScheduled.d.cts +4 -4
  40. package/dist/120/liquidityProvider/withdrawalEgressScheduled.d.ts +4 -4
  41. package/dist/131/bitcoinBroadcaster/transactionBroadcastRequest.d.cts +2 -2
  42. package/dist/131/bitcoinBroadcaster/transactionBroadcastRequest.d.ts +2 -2
  43. package/dist/141/bitcoinIngressEgress/boostFundsAdded.d.cts +2 -2
  44. package/dist/141/bitcoinIngressEgress/boostFundsAdded.d.ts +2 -2
  45. package/dist/141/bitcoinIngressEgress/depositBoosted.d.cts +4 -4
  46. package/dist/141/bitcoinIngressEgress/depositBoosted.d.ts +4 -4
  47. package/dist/141/bitcoinIngressEgress/depositFinalised.d.cts +4 -4
  48. package/dist/141/bitcoinIngressEgress/depositFinalised.d.ts +4 -4
  49. package/dist/141/bitcoinIngressEgress/insufficientBoostLiquidity.d.cts +3 -3
  50. package/dist/141/bitcoinIngressEgress/insufficientBoostLiquidity.d.ts +3 -3
  51. package/dist/150/arbitrumIngressEgress/ccmEgressInvalid.d.cts +4 -4
  52. package/dist/150/arbitrumIngressEgress/ccmEgressInvalid.d.ts +4 -4
  53. package/dist/150/assetBalances/refundScheduled.d.cts +52 -52
  54. package/dist/150/assetBalances/refundScheduled.d.ts +52 -52
  55. package/dist/150/assetBalances/refundSkipped.d.cts +70 -70
  56. package/dist/150/assetBalances/refundSkipped.d.ts +70 -70
  57. package/dist/150/ethereumIngressEgress/ccmEgressInvalid.d.cts +16 -16
  58. package/dist/150/ethereumIngressEgress/ccmEgressInvalid.d.ts +16 -16
  59. package/dist/150/ethereumIngressEgress/depositBoosted.d.cts +10 -10
  60. package/dist/150/ethereumIngressEgress/depositBoosted.d.ts +10 -10
  61. package/dist/150/ethereumIngressEgress/depositFinalised.d.cts +4 -4
  62. package/dist/150/ethereumIngressEgress/depositFinalised.d.ts +4 -4
  63. package/dist/150/ethereumIngressEgress/depositWitnessRejected.d.cts +16 -16
  64. package/dist/150/ethereumIngressEgress/depositWitnessRejected.d.ts +16 -16
  65. package/dist/150/solanaThresholdSigner/failureReportProcessed.d.cts +2 -2
  66. package/dist/150/solanaThresholdSigner/failureReportProcessed.d.ts +2 -2
  67. package/dist/150/solanaThresholdSigner/retryRequested.d.cts +2 -2
  68. package/dist/150/solanaThresholdSigner/retryRequested.d.ts +2 -2
  69. package/dist/150/solanaThresholdSigner/thresholdDispatchComplete.d.cts +2 -2
  70. package/dist/150/solanaThresholdSigner/thresholdDispatchComplete.d.ts +2 -2
  71. package/dist/150/solanaThresholdSigner/thresholdSignatureFailed.d.cts +2 -2
  72. package/dist/150/solanaThresholdSigner/thresholdSignatureFailed.d.ts +2 -2
  73. package/dist/150/solanaThresholdSigner/thresholdSignatureRequest.d.cts +2 -2
  74. package/dist/150/solanaThresholdSigner/thresholdSignatureRequest.d.ts +2 -2
  75. package/dist/150/solanaThresholdSigner/thresholdSignatureSuccess.d.cts +2 -2
  76. package/dist/150/solanaThresholdSigner/thresholdSignatureSuccess.d.ts +2 -2
  77. package/dist/150/swapping/batchSwapFailed.d.cts +8 -8
  78. package/dist/150/swapping/batchSwapFailed.d.ts +8 -8
  79. package/dist/150/swapping/ccmDepositReceived.d.cts +90 -90
  80. package/dist/150/swapping/ccmDepositReceived.d.ts +90 -90
  81. package/dist/150/swapping/ccmFailed.d.cts +115 -115
  82. package/dist/150/swapping/ccmFailed.d.ts +115 -115
  83. package/dist/150/swapping/maximumSwapAmountSet.d.cts +6 -6
  84. package/dist/150/swapping/maximumSwapAmountSet.d.ts +6 -6
  85. package/dist/150/swapping/refundEgressIgnored.d.cts +24 -24
  86. package/dist/150/swapping/refundEgressIgnored.d.ts +24 -24
  87. package/dist/150/swapping/refundEgressScheduled.d.cts +8 -8
  88. package/dist/150/swapping/refundEgressScheduled.d.ts +8 -8
  89. package/dist/150/swapping/swapAmountConfiscated.d.cts +12 -12
  90. package/dist/150/swapping/swapAmountConfiscated.d.ts +12 -12
  91. package/dist/150/swapping/swapDepositAddressReady.d.cts +77 -77
  92. package/dist/150/swapping/swapDepositAddressReady.d.ts +77 -77
  93. package/dist/150/swapping/swapEgressIgnored.d.cts +24 -24
  94. package/dist/150/swapping/swapEgressIgnored.d.ts +24 -24
  95. package/dist/150/swapping/swapEgressScheduled.d.cts +8 -8
  96. package/dist/150/swapping/swapEgressScheduled.d.ts +8 -8
  97. package/dist/150/swapping/swapExecuted.d.cts +94 -94
  98. package/dist/150/swapping/swapExecuted.d.ts +94 -94
  99. package/dist/150/swapping/swapScheduled.d.cts +139 -139
  100. package/dist/150/swapping/swapScheduled.d.ts +139 -139
  101. package/dist/150/swapping/withdrawalRequested.d.cts +26 -26
  102. package/dist/150/swapping/withdrawalRequested.d.ts +26 -26
  103. package/dist/160/arbitrumIngressEgress/ccmEgressInvalid.d.cts +61 -61
  104. package/dist/160/arbitrumIngressEgress/ccmEgressInvalid.d.ts +61 -61
  105. package/dist/160/arbitrumIngressEgress/depositBoosted.d.cts +8 -8
  106. package/dist/160/arbitrumIngressEgress/depositBoosted.d.ts +8 -8
  107. package/dist/160/arbitrumIngressEgress/depositFinalised.d.cts +2 -2
  108. package/dist/160/arbitrumIngressEgress/depositFinalised.d.ts +2 -2
  109. package/dist/160/liquidityProvider/assetTransferred.d.cts +3 -3
  110. package/dist/160/liquidityProvider/assetTransferred.d.ts +3 -3
  111. package/dist/160/liquidityProvider/liquidityDepositAddressReady.d.cts +2 -2
  112. package/dist/160/liquidityProvider/liquidityDepositAddressReady.d.ts +2 -2
  113. package/dist/160/polkadotIngressEgress/ccmEgressInvalid.d.cts +61 -61
  114. package/dist/160/polkadotIngressEgress/ccmEgressInvalid.d.ts +61 -61
  115. package/dist/160/polkadotIngressEgress/depositBoosted.d.cts +8 -8
  116. package/dist/160/polkadotIngressEgress/depositBoosted.d.ts +8 -8
  117. package/dist/160/polkadotIngressEgress/depositFinalised.d.cts +6 -6
  118. package/dist/160/polkadotIngressEgress/depositFinalised.d.ts +6 -6
  119. package/dist/170/arbitrumIngressEgress/boostedDepositLost.d.cts +2 -2
  120. package/dist/170/arbitrumIngressEgress/boostedDepositLost.d.ts +2 -2
  121. package/dist/170/arbitrumIngressEgress/ccmFailed.d.cts +101 -101
  122. package/dist/170/arbitrumIngressEgress/ccmFailed.d.ts +101 -101
  123. package/dist/170/arbitrumIngressEgress/ccmFallbackScheduled.cjs +10 -0
  124. package/dist/170/arbitrumIngressEgress/ccmFallbackScheduled.d.cts +46 -0
  125. package/dist/170/arbitrumIngressEgress/ccmFallbackScheduled.d.ts +46 -0
  126. package/dist/170/arbitrumIngressEgress/ccmFallbackScheduled.mjs +10 -0
  127. package/dist/170/arbitrumIngressEgress/depositChannelLifetimeSet.cjs +7 -0
  128. package/dist/170/arbitrumIngressEgress/depositChannelLifetimeSet.d.cts +11 -0
  129. package/dist/170/arbitrumIngressEgress/depositChannelLifetimeSet.d.ts +11 -0
  130. package/dist/170/arbitrumIngressEgress/depositChannelLifetimeSet.mjs +7 -0
  131. package/dist/170/arbitrumIngressEgress/depositIgnored.cjs +19 -0
  132. package/dist/170/arbitrumIngressEgress/depositIgnored.d.cts +53 -0
  133. package/dist/170/arbitrumIngressEgress/depositIgnored.d.ts +53 -0
  134. package/dist/170/arbitrumIngressEgress/depositIgnored.mjs +19 -0
  135. package/dist/170/arbitrumIngressEgress/failedToBuildAllBatchCall.d.cts +50 -50
  136. package/dist/170/arbitrumIngressEgress/failedToBuildAllBatchCall.d.ts +50 -50
  137. package/dist/170/arbitrumIngressEgress/transactionRejectedByBroker.cjs +10 -0
  138. package/dist/170/arbitrumIngressEgress/transactionRejectedByBroker.d.cts +24 -0
  139. package/dist/170/arbitrumIngressEgress/transactionRejectedByBroker.d.ts +24 -0
  140. package/dist/170/arbitrumIngressEgress/transactionRejectedByBroker.mjs +10 -0
  141. package/dist/170/arbitrumIngressEgress/transactionRejectionFailed.cjs +9 -0
  142. package/dist/170/arbitrumIngressEgress/transactionRejectionFailed.d.cts +21 -0
  143. package/dist/170/arbitrumIngressEgress/transactionRejectionFailed.d.ts +21 -0
  144. package/dist/170/arbitrumIngressEgress/transactionRejectionFailed.mjs +9 -0
  145. package/dist/170/arbitrumIngressEgress/transactionRejectionRequestExpired.cjs +10 -0
  146. package/dist/170/arbitrumIngressEgress/transactionRejectionRequestExpired.d.cts +14 -0
  147. package/dist/170/arbitrumIngressEgress/transactionRejectionRequestExpired.d.ts +14 -0
  148. package/dist/170/arbitrumIngressEgress/transactionRejectionRequestExpired.mjs +10 -0
  149. package/dist/170/arbitrumIngressEgress/transactionRejectionRequestReceived.cjs +11 -0
  150. package/dist/170/arbitrumIngressEgress/transactionRejectionRequestReceived.d.cts +17 -0
  151. package/dist/170/arbitrumIngressEgress/transactionRejectionRequestReceived.d.ts +17 -0
  152. package/dist/170/arbitrumIngressEgress/transactionRejectionRequestReceived.mjs +11 -0
  153. package/dist/170/arbitrumVault/activationTxFailedAwaitingGovernance.cjs +9 -0
  154. package/dist/170/arbitrumVault/activationTxFailedAwaitingGovernance.d.cts +38 -0
  155. package/dist/170/arbitrumVault/activationTxFailedAwaitingGovernance.d.ts +38 -0
  156. package/dist/170/arbitrumVault/activationTxFailedAwaitingGovernance.mjs +9 -0
  157. package/dist/170/bitcoinIngressEgress/ccmFallbackScheduled.cjs +10 -0
  158. package/dist/170/bitcoinIngressEgress/ccmFallbackScheduled.d.cts +46 -0
  159. package/dist/170/bitcoinIngressEgress/ccmFallbackScheduled.d.ts +46 -0
  160. package/dist/170/bitcoinIngressEgress/ccmFallbackScheduled.mjs +10 -0
  161. package/dist/170/bitcoinIngressEgress/depositBoosted.cjs +24 -0
  162. package/dist/170/bitcoinIngressEgress/depositBoosted.d.cts +342 -0
  163. package/dist/170/bitcoinIngressEgress/depositBoosted.d.ts +342 -0
  164. package/dist/170/bitcoinIngressEgress/depositBoosted.mjs +24 -0
  165. package/dist/170/bitcoinIngressEgress/depositChannelLifetimeSet.cjs +7 -0
  166. package/dist/170/bitcoinIngressEgress/depositChannelLifetimeSet.d.cts +11 -0
  167. package/dist/170/bitcoinIngressEgress/depositChannelLifetimeSet.d.ts +11 -0
  168. package/dist/170/bitcoinIngressEgress/depositChannelLifetimeSet.mjs +7 -0
  169. package/dist/170/bitcoinIngressEgress/depositFinalised.cjs +22 -0
  170. package/dist/170/bitcoinIngressEgress/depositFinalised.d.cts +336 -0
  171. package/dist/170/bitcoinIngressEgress/depositFinalised.d.ts +336 -0
  172. package/dist/170/bitcoinIngressEgress/depositFinalised.mjs +22 -0
  173. package/dist/170/bitcoinIngressEgress/depositIgnored.cjs +19 -0
  174. package/dist/170/bitcoinIngressEgress/depositIgnored.d.cts +267 -0
  175. package/dist/170/bitcoinIngressEgress/depositIgnored.d.ts +267 -0
  176. package/dist/170/bitcoinIngressEgress/depositIgnored.mjs +19 -0
  177. package/dist/170/bitcoinIngressEgress/depositWitnessRejected.cjs +10 -0
  178. package/dist/170/bitcoinIngressEgress/depositWitnessRejected.d.cts +564 -0
  179. package/dist/170/bitcoinIngressEgress/depositWitnessRejected.d.ts +564 -0
  180. package/dist/170/bitcoinIngressEgress/depositWitnessRejected.mjs +10 -0
  181. package/dist/170/bitcoinIngressEgress/transactionRejectedByBroker.cjs +10 -0
  182. package/dist/170/bitcoinIngressEgress/transactionRejectedByBroker.d.cts +143 -0
  183. package/dist/170/bitcoinIngressEgress/transactionRejectedByBroker.d.ts +143 -0
  184. package/dist/170/bitcoinIngressEgress/transactionRejectedByBroker.mjs +10 -0
  185. package/dist/170/bitcoinIngressEgress/transactionRejectionFailed.cjs +7 -0
  186. package/dist/170/bitcoinIngressEgress/transactionRejectionFailed.d.cts +140 -0
  187. package/dist/170/bitcoinIngressEgress/transactionRejectionFailed.d.ts +140 -0
  188. package/dist/170/bitcoinIngressEgress/transactionRejectionFailed.mjs +7 -0
  189. package/dist/170/bitcoinIngressEgress/transactionRejectionRequestExpired.cjs +10 -0
  190. package/dist/170/bitcoinIngressEgress/transactionRejectionRequestExpired.d.cts +14 -0
  191. package/dist/170/bitcoinIngressEgress/transactionRejectionRequestExpired.d.ts +14 -0
  192. package/dist/170/bitcoinIngressEgress/transactionRejectionRequestExpired.mjs +10 -0
  193. package/dist/170/bitcoinIngressEgress/transactionRejectionRequestReceived.cjs +11 -0
  194. package/dist/170/bitcoinIngressEgress/transactionRejectionRequestReceived.d.cts +17 -0
  195. package/dist/170/bitcoinIngressEgress/transactionRejectionRequestReceived.d.ts +17 -0
  196. package/dist/170/bitcoinIngressEgress/transactionRejectionRequestReceived.mjs +11 -0
  197. package/dist/170/bitcoinVault/activationTxFailedAwaitingGovernance.cjs +9 -0
  198. package/dist/170/bitcoinVault/activationTxFailedAwaitingGovernance.d.cts +26 -0
  199. package/dist/170/bitcoinVault/activationTxFailedAwaitingGovernance.d.ts +26 -0
  200. package/dist/170/bitcoinVault/activationTxFailedAwaitingGovernance.mjs +9 -0
  201. package/dist/170/common.cjs +106 -1
  202. package/dist/170/common.d.cts +765 -1
  203. package/dist/170/common.d.ts +765 -1
  204. package/dist/170/common.mjs +105 -0
  205. package/dist/170/ethereumIngressEgress/ccmFallbackScheduled.cjs +10 -0
  206. package/dist/170/ethereumIngressEgress/ccmFallbackScheduled.d.cts +46 -0
  207. package/dist/170/ethereumIngressEgress/ccmFallbackScheduled.d.ts +46 -0
  208. package/dist/170/ethereumIngressEgress/ccmFallbackScheduled.mjs +10 -0
  209. package/dist/170/ethereumIngressEgress/depositChannelLifetimeSet.cjs +7 -0
  210. package/dist/170/ethereumIngressEgress/depositChannelLifetimeSet.d.cts +11 -0
  211. package/dist/170/ethereumIngressEgress/depositChannelLifetimeSet.d.ts +11 -0
  212. package/dist/170/ethereumIngressEgress/depositChannelLifetimeSet.mjs +7 -0
  213. package/dist/170/ethereumIngressEgress/depositIgnored.cjs +19 -0
  214. package/dist/170/ethereumIngressEgress/depositIgnored.d.cts +53 -0
  215. package/dist/170/ethereumIngressEgress/depositIgnored.d.ts +53 -0
  216. package/dist/170/ethereumIngressEgress/depositIgnored.mjs +19 -0
  217. package/dist/170/ethereumIngressEgress/transactionRejectedByBroker.cjs +10 -0
  218. package/dist/170/ethereumIngressEgress/transactionRejectedByBroker.d.cts +24 -0
  219. package/dist/170/ethereumIngressEgress/transactionRejectedByBroker.d.ts +24 -0
  220. package/dist/170/ethereumIngressEgress/transactionRejectedByBroker.mjs +10 -0
  221. package/dist/170/ethereumIngressEgress/transactionRejectionFailed.cjs +9 -0
  222. package/dist/170/ethereumIngressEgress/transactionRejectionFailed.d.cts +21 -0
  223. package/dist/170/ethereumIngressEgress/transactionRejectionFailed.d.ts +21 -0
  224. package/dist/170/ethereumIngressEgress/transactionRejectionFailed.mjs +9 -0
  225. package/dist/170/ethereumIngressEgress/transactionRejectionRequestExpired.cjs +10 -0
  226. package/dist/170/ethereumIngressEgress/transactionRejectionRequestExpired.d.cts +14 -0
  227. package/dist/170/ethereumIngressEgress/transactionRejectionRequestExpired.d.ts +14 -0
  228. package/dist/170/ethereumIngressEgress/transactionRejectionRequestExpired.mjs +10 -0
  229. package/dist/170/ethereumIngressEgress/transactionRejectionRequestReceived.cjs +11 -0
  230. package/dist/170/ethereumIngressEgress/transactionRejectionRequestReceived.d.cts +17 -0
  231. package/dist/170/ethereumIngressEgress/transactionRejectionRequestReceived.d.ts +17 -0
  232. package/dist/170/ethereumIngressEgress/transactionRejectionRequestReceived.mjs +11 -0
  233. package/dist/170/ethereumVault/activationTxFailedAwaitingGovernance.cjs +9 -0
  234. package/dist/170/ethereumVault/activationTxFailedAwaitingGovernance.d.cts +38 -0
  235. package/dist/170/ethereumVault/activationTxFailedAwaitingGovernance.d.ts +38 -0
  236. package/dist/170/ethereumVault/activationTxFailedAwaitingGovernance.mjs +9 -0
  237. package/dist/170/polkadotIngressEgress/ccmFallbackScheduled.cjs +10 -0
  238. package/dist/170/polkadotIngressEgress/ccmFallbackScheduled.d.cts +46 -0
  239. package/dist/170/polkadotIngressEgress/ccmFallbackScheduled.d.ts +46 -0
  240. package/dist/170/polkadotIngressEgress/ccmFallbackScheduled.mjs +10 -0
  241. package/dist/170/polkadotIngressEgress/depositChannelLifetimeSet.cjs +6 -0
  242. package/dist/170/polkadotIngressEgress/depositChannelLifetimeSet.d.cts +11 -0
  243. package/dist/170/polkadotIngressEgress/depositChannelLifetimeSet.d.ts +11 -0
  244. package/dist/170/polkadotIngressEgress/depositChannelLifetimeSet.mjs +6 -0
  245. package/dist/170/polkadotIngressEgress/depositIgnored.cjs +18 -0
  246. package/dist/170/polkadotIngressEgress/depositIgnored.d.cts +43 -0
  247. package/dist/170/polkadotIngressEgress/depositIgnored.d.ts +43 -0
  248. package/dist/170/polkadotIngressEgress/depositIgnored.mjs +18 -0
  249. package/dist/170/polkadotIngressEgress/transactionRejectedByBroker.cjs +9 -0
  250. package/dist/170/polkadotIngressEgress/transactionRejectedByBroker.d.cts +14 -0
  251. package/dist/170/polkadotIngressEgress/transactionRejectedByBroker.d.ts +14 -0
  252. package/dist/170/polkadotIngressEgress/transactionRejectedByBroker.mjs +9 -0
  253. package/dist/170/polkadotIngressEgress/transactionRejectionFailed.cjs +6 -0
  254. package/dist/170/polkadotIngressEgress/transactionRejectionFailed.d.cts +11 -0
  255. package/dist/170/polkadotIngressEgress/transactionRejectionFailed.d.ts +11 -0
  256. package/dist/170/polkadotIngressEgress/transactionRejectionFailed.mjs +6 -0
  257. package/dist/170/polkadotIngressEgress/transactionRejectionRequestExpired.cjs +10 -0
  258. package/dist/170/polkadotIngressEgress/transactionRejectionRequestExpired.d.cts +29 -0
  259. package/dist/170/polkadotIngressEgress/transactionRejectionRequestExpired.d.ts +29 -0
  260. package/dist/170/polkadotIngressEgress/transactionRejectionRequestExpired.mjs +10 -0
  261. package/dist/170/polkadotIngressEgress/transactionRejectionRequestReceived.cjs +11 -0
  262. package/dist/170/polkadotIngressEgress/transactionRejectionRequestReceived.d.cts +32 -0
  263. package/dist/170/polkadotIngressEgress/transactionRejectionRequestReceived.d.ts +32 -0
  264. package/dist/170/polkadotIngressEgress/transactionRejectionRequestReceived.mjs +11 -0
  265. package/dist/170/polkadotVault/activationTxFailedAwaitingGovernance.cjs +9 -0
  266. package/dist/170/polkadotVault/activationTxFailedAwaitingGovernance.d.cts +11 -0
  267. package/dist/170/polkadotVault/activationTxFailedAwaitingGovernance.d.ts +11 -0
  268. package/dist/170/polkadotVault/activationTxFailedAwaitingGovernance.mjs +9 -0
  269. package/dist/170/solanaIngressEgress/ccmFallbackScheduled.cjs +10 -0
  270. package/dist/170/solanaIngressEgress/ccmFallbackScheduled.d.cts +46 -0
  271. package/dist/170/solanaIngressEgress/ccmFallbackScheduled.d.ts +46 -0
  272. package/dist/170/solanaIngressEgress/ccmFallbackScheduled.mjs +10 -0
  273. package/dist/170/solanaIngressEgress/depositChannelLifetimeSet.cjs +7 -0
  274. package/dist/170/solanaIngressEgress/depositChannelLifetimeSet.d.cts +11 -0
  275. package/dist/170/solanaIngressEgress/depositChannelLifetimeSet.d.ts +11 -0
  276. package/dist/170/solanaIngressEgress/depositChannelLifetimeSet.mjs +7 -0
  277. package/dist/170/solanaIngressEgress/depositIgnored.cjs +17 -0
  278. package/dist/170/solanaIngressEgress/depositIgnored.d.cts +40 -0
  279. package/dist/170/solanaIngressEgress/depositIgnored.d.ts +40 -0
  280. package/dist/170/solanaIngressEgress/depositIgnored.mjs +17 -0
  281. package/dist/170/solanaIngressEgress/transactionRejectedByBroker.cjs +6 -0
  282. package/dist/170/solanaIngressEgress/transactionRejectedByBroker.d.cts +11 -0
  283. package/dist/170/solanaIngressEgress/transactionRejectedByBroker.d.ts +11 -0
  284. package/dist/170/solanaIngressEgress/transactionRejectedByBroker.mjs +6 -0
  285. package/dist/170/solanaIngressEgress/transactionRejectionFailed.cjs +6 -0
  286. package/dist/170/solanaIngressEgress/transactionRejectionFailed.d.cts +5 -0
  287. package/dist/170/solanaIngressEgress/transactionRejectionFailed.d.ts +5 -0
  288. package/dist/170/solanaIngressEgress/transactionRejectionFailed.mjs +6 -0
  289. package/dist/170/solanaIngressEgress/transactionRejectionRequestExpired.cjs +10 -0
  290. package/dist/170/solanaIngressEgress/transactionRejectionRequestExpired.d.cts +14 -0
  291. package/dist/170/solanaIngressEgress/transactionRejectionRequestExpired.d.ts +14 -0
  292. package/dist/170/solanaIngressEgress/transactionRejectionRequestExpired.mjs +10 -0
  293. package/dist/170/solanaIngressEgress/transactionRejectionRequestReceived.cjs +11 -0
  294. package/dist/170/solanaIngressEgress/transactionRejectionRequestReceived.d.cts +17 -0
  295. package/dist/170/solanaIngressEgress/transactionRejectionRequestReceived.d.ts +17 -0
  296. package/dist/170/solanaIngressEgress/transactionRejectionRequestReceived.mjs +11 -0
  297. package/dist/170/solanaVault/activationTxFailedAwaitingGovernance.cjs +9 -0
  298. package/dist/170/solanaVault/activationTxFailedAwaitingGovernance.d.cts +11 -0
  299. package/dist/170/solanaVault/activationTxFailedAwaitingGovernance.d.ts +11 -0
  300. package/dist/170/solanaVault/activationTxFailedAwaitingGovernance.mjs +9 -0
  301. package/dist/170/swapping/minimumChunkSizeSet.cjs +10 -0
  302. package/dist/170/swapping/minimumChunkSizeSet.d.cts +24 -0
  303. package/dist/170/swapping/minimumChunkSizeSet.d.ts +24 -0
  304. package/dist/170/swapping/minimumChunkSizeSet.mjs +10 -0
  305. package/dist/170/swapping/swapRequested.d.cts +135 -135
  306. package/dist/170/swapping/swapRequested.d.ts +135 -135
  307. package/dist/HandlerMap.cjs +3 -6
  308. package/dist/HandlerMap.mjs +3 -6
  309. package/dist/Processor.cjs +12 -16
  310. package/dist/Processor.mjs +8 -12
  311. package/dist/{chunk-FTWJXIFQ.cjs → chunk-6F7DYTPM.cjs} +1 -2
  312. package/dist/{chunk-AYNJNFEN.mjs → chunk-XRJFNASX.mjs} +1 -2
  313. package/dist/index.cjs +1 -1
  314. package/dist/index.mjs +1 -1
  315. package/dist/types.d.cts +1 -2
  316. package/dist/types.d.ts +1 -2
  317. package/dist/utils.cjs +1 -1
  318. package/dist/utils.mjs +1 -1
  319. package/package.json +8 -3
@@ -5,97 +5,97 @@ declare const swappingSwapScheduled: z.ZodObject<{
5
5
  sourceAsset: z.ZodEffects<z.ZodObject<{
6
6
  __kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol"]>;
7
7
  }, "strip", z.ZodTypeAny, {
8
- __kind: "Eth" | "Dot" | "Btc" | "Sol" | "Flip" | "Usdc" | "ArbEth" | "ArbUsdc" | "Usdt";
8
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol";
9
9
  }, {
10
- __kind: "Eth" | "Dot" | "Btc" | "Sol" | "Flip" | "Usdc" | "ArbEth" | "ArbUsdc" | "Usdt";
11
- }>, "Eth" | "Dot" | "Btc" | "Sol" | "Flip" | "Usdc" | "ArbEth" | "ArbUsdc" | "Usdt", {
12
- __kind: "Eth" | "Dot" | "Btc" | "Sol" | "Flip" | "Usdc" | "ArbEth" | "ArbUsdc" | "Usdt";
10
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol";
11
+ }>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol", {
12
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol";
13
13
  }>;
14
14
  depositAmount: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
15
15
  destinationAsset: z.ZodEffects<z.ZodObject<{
16
16
  __kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol"]>;
17
17
  }, "strip", z.ZodTypeAny, {
18
- __kind: "Eth" | "Dot" | "Btc" | "Sol" | "Flip" | "Usdc" | "ArbEth" | "ArbUsdc" | "Usdt";
18
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol";
19
19
  }, {
20
- __kind: "Eth" | "Dot" | "Btc" | "Sol" | "Flip" | "Usdc" | "ArbEth" | "ArbUsdc" | "Usdt";
21
- }>, "Eth" | "Dot" | "Btc" | "Sol" | "Flip" | "Usdc" | "ArbEth" | "ArbUsdc" | "Usdt", {
22
- __kind: "Eth" | "Dot" | "Btc" | "Sol" | "Flip" | "Usdc" | "ArbEth" | "ArbUsdc" | "Usdt";
20
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol";
21
+ }>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol", {
22
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol";
23
23
  }>;
24
24
  destinationAddress: z.ZodUnion<[z.ZodEffects<z.ZodObject<{
25
25
  __kind: z.ZodLiteral<"Eth">;
26
26
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
27
27
  }, "strip", z.ZodTypeAny, {
28
- value: `0x${string}`;
29
28
  __kind: "Eth";
29
+ value: `0x${string}`;
30
30
  }, {
31
- value: string;
32
31
  __kind: "Eth";
32
+ value: string;
33
33
  }>, {
34
34
  chain: "Ethereum";
35
35
  address: `0x${string}`;
36
36
  }, {
37
- value: string;
38
37
  __kind: "Eth";
38
+ value: string;
39
39
  }>, z.ZodEffects<z.ZodObject<{
40
40
  __kind: z.ZodLiteral<"Dot">;
41
41
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
42
42
  }, "strip", z.ZodTypeAny, {
43
- value: `0x${string}`;
44
43
  __kind: "Dot";
44
+ value: `0x${string}`;
45
45
  }, {
46
- value: string;
47
46
  __kind: "Dot";
47
+ value: string;
48
48
  }>, {
49
49
  chain: "Polkadot";
50
50
  address: string;
51
51
  }, {
52
- value: string;
53
52
  __kind: "Dot";
53
+ value: string;
54
54
  }>, z.ZodEffects<z.ZodObject<{
55
55
  __kind: z.ZodLiteral<"Btc">;
56
56
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
57
57
  }, "strip", z.ZodTypeAny, {
58
- value: `0x${string}`;
59
58
  __kind: "Btc";
59
+ value: `0x${string}`;
60
60
  }, {
61
- value: string;
62
61
  __kind: "Btc";
62
+ value: string;
63
63
  }>, {
64
64
  chain: "Bitcoin";
65
65
  address: string;
66
66
  }, {
67
- value: string;
68
67
  __kind: "Btc";
68
+ value: string;
69
69
  }>, z.ZodEffects<z.ZodObject<{
70
70
  __kind: z.ZodLiteral<"Arb">;
71
71
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
72
72
  }, "strip", z.ZodTypeAny, {
73
- value: `0x${string}`;
74
73
  __kind: "Arb";
74
+ value: `0x${string}`;
75
75
  }, {
76
- value: string;
77
76
  __kind: "Arb";
77
+ value: string;
78
78
  }>, {
79
79
  chain: "Arbitrum";
80
80
  address: `0x${string}`;
81
81
  }, {
82
- value: string;
83
82
  __kind: "Arb";
83
+ value: string;
84
84
  }>, z.ZodEffects<z.ZodObject<{
85
85
  __kind: z.ZodLiteral<"Sol">;
86
86
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
87
87
  }, "strip", z.ZodTypeAny, {
88
- value: `0x${string}`;
89
88
  __kind: "Sol";
89
+ value: `0x${string}`;
90
90
  }, {
91
- value: string;
92
91
  __kind: "Sol";
92
+ value: string;
93
93
  }>, {
94
94
  chain: "Solana";
95
95
  address: string;
96
96
  }, {
97
- value: string;
98
97
  __kind: "Sol";
98
+ value: string;
99
99
  }>]>;
100
100
  origin: z.ZodUnion<[z.ZodObject<{
101
101
  __kind: z.ZodLiteral<"DepositChannel">;
@@ -103,77 +103,77 @@ declare const swappingSwapScheduled: z.ZodObject<{
103
103
  __kind: z.ZodLiteral<"Eth">;
104
104
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
105
105
  }, "strip", z.ZodTypeAny, {
106
- value: `0x${string}`;
107
106
  __kind: "Eth";
107
+ value: `0x${string}`;
108
108
  }, {
109
- value: string;
110
109
  __kind: "Eth";
110
+ value: string;
111
111
  }>, {
112
112
  chain: "Ethereum";
113
113
  address: `0x${string}`;
114
114
  }, {
115
- value: string;
116
115
  __kind: "Eth";
116
+ value: string;
117
117
  }>, z.ZodEffects<z.ZodObject<{
118
118
  __kind: z.ZodLiteral<"Dot">;
119
119
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
120
120
  }, "strip", z.ZodTypeAny, {
121
- value: `0x${string}`;
122
121
  __kind: "Dot";
122
+ value: `0x${string}`;
123
123
  }, {
124
- value: string;
125
124
  __kind: "Dot";
125
+ value: string;
126
126
  }>, {
127
127
  chain: "Polkadot";
128
128
  address: string;
129
129
  }, {
130
- value: string;
131
130
  __kind: "Dot";
131
+ value: string;
132
132
  }>, z.ZodEffects<z.ZodObject<{
133
133
  __kind: z.ZodLiteral<"Btc">;
134
134
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
135
135
  }, "strip", z.ZodTypeAny, {
136
- value: `0x${string}`;
137
136
  __kind: "Btc";
137
+ value: `0x${string}`;
138
138
  }, {
139
- value: string;
140
139
  __kind: "Btc";
140
+ value: string;
141
141
  }>, {
142
142
  chain: "Bitcoin";
143
143
  address: string;
144
144
  }, {
145
- value: string;
146
145
  __kind: "Btc";
146
+ value: string;
147
147
  }>, z.ZodEffects<z.ZodObject<{
148
148
  __kind: z.ZodLiteral<"Arb">;
149
149
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
150
150
  }, "strip", z.ZodTypeAny, {
151
- value: `0x${string}`;
152
151
  __kind: "Arb";
152
+ value: `0x${string}`;
153
153
  }, {
154
- value: string;
155
154
  __kind: "Arb";
155
+ value: string;
156
156
  }>, {
157
157
  chain: "Arbitrum";
158
158
  address: `0x${string}`;
159
159
  }, {
160
- value: string;
161
160
  __kind: "Arb";
161
+ value: string;
162
162
  }>, z.ZodEffects<z.ZodObject<{
163
163
  __kind: z.ZodLiteral<"Sol">;
164
164
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
165
165
  }, "strip", z.ZodTypeAny, {
166
- value: `0x${string}`;
167
166
  __kind: "Sol";
167
+ value: `0x${string}`;
168
168
  }, {
169
- value: string;
170
169
  __kind: "Sol";
170
+ value: string;
171
171
  }>, {
172
172
  chain: "Solana";
173
173
  address: string;
174
174
  }, {
175
- value: string;
176
175
  __kind: "Sol";
176
+ value: string;
177
177
  }>]>;
178
178
  channelId: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
179
179
  depositBlockHeight: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
@@ -200,20 +200,20 @@ declare const swappingSwapScheduled: z.ZodObject<{
200
200
  }, {
201
201
  __kind: "DepositChannel";
202
202
  depositAddress: {
203
- value: string;
204
203
  __kind: "Eth";
205
- } | {
206
204
  value: string;
207
- __kind: "Dot";
208
205
  } | {
206
+ __kind: "Dot";
209
207
  value: string;
210
- __kind: "Btc";
211
208
  } | {
209
+ __kind: "Btc";
212
210
  value: string;
213
- __kind: "Arb";
214
211
  } | {
212
+ __kind: "Arb";
215
213
  value: string;
214
+ } | {
216
215
  __kind: "Sol";
216
+ value: string;
217
217
  };
218
218
  channelId: string | number;
219
219
  depositBlockHeight: string | number;
@@ -233,67 +233,67 @@ declare const swappingSwapScheduled: z.ZodObject<{
233
233
  __kind: z.ZodLiteral<"Eth">;
234
234
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
235
235
  }, "strip", z.ZodTypeAny, {
236
- value: `0x${string}`;
237
236
  __kind: "Eth";
237
+ value: `0x${string}`;
238
238
  }, {
239
- value: string;
240
239
  __kind: "Eth";
240
+ value: string;
241
241
  }>, z.ZodObject<{
242
242
  __kind: z.ZodLiteral<"Dot">;
243
243
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
244
244
  }, "strip", z.ZodTypeAny, {
245
- value: `0x${string}`;
246
245
  __kind: "Dot";
246
+ value: `0x${string}`;
247
247
  }, {
248
- value: string;
249
248
  __kind: "Dot";
249
+ value: string;
250
250
  }>, z.ZodObject<{
251
251
  __kind: z.ZodLiteral<"Btc">;
252
252
  value: z.ZodUnion<[z.ZodObject<{
253
253
  __kind: z.ZodLiteral<"P2PKH">;
254
254
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
255
255
  }, "strip", z.ZodTypeAny, {
256
- value: `0x${string}`;
257
256
  __kind: "P2PKH";
257
+ value: `0x${string}`;
258
258
  }, {
259
- value: string;
260
259
  __kind: "P2PKH";
260
+ value: string;
261
261
  }>, z.ZodObject<{
262
262
  __kind: z.ZodLiteral<"P2SH">;
263
263
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
264
264
  }, "strip", z.ZodTypeAny, {
265
- value: `0x${string}`;
266
265
  __kind: "P2SH";
266
+ value: `0x${string}`;
267
267
  }, {
268
- value: string;
269
268
  __kind: "P2SH";
269
+ value: string;
270
270
  }>, z.ZodObject<{
271
271
  __kind: z.ZodLiteral<"P2WPKH">;
272
272
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
273
273
  }, "strip", z.ZodTypeAny, {
274
- value: `0x${string}`;
275
274
  __kind: "P2WPKH";
275
+ value: `0x${string}`;
276
276
  }, {
277
- value: string;
278
277
  __kind: "P2WPKH";
278
+ value: string;
279
279
  }>, z.ZodObject<{
280
280
  __kind: z.ZodLiteral<"P2WSH">;
281
281
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
282
282
  }, "strip", z.ZodTypeAny, {
283
- value: `0x${string}`;
284
283
  __kind: "P2WSH";
284
+ value: `0x${string}`;
285
285
  }, {
286
- value: string;
287
286
  __kind: "P2WSH";
287
+ value: string;
288
288
  }>, z.ZodObject<{
289
289
  __kind: z.ZodLiteral<"Taproot">;
290
290
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
291
291
  }, "strip", z.ZodTypeAny, {
292
- value: `0x${string}`;
293
292
  __kind: "Taproot";
293
+ value: `0x${string}`;
294
294
  }, {
295
- value: string;
296
295
  __kind: "Taproot";
296
+ value: string;
297
297
  }>, z.ZodObject<{
298
298
  __kind: z.ZodLiteral<"OtherSegwit">;
299
299
  version: z.ZodNumber;
@@ -308,160 +308,160 @@ declare const swappingSwapScheduled: z.ZodObject<{
308
308
  program: string;
309
309
  }>]>;
310
310
  }, "strip", z.ZodTypeAny, {
311
+ __kind: "Btc";
311
312
  value: {
312
- value: `0x${string}`;
313
313
  __kind: "P2PKH";
314
- } | {
315
314
  value: `0x${string}`;
316
- __kind: "P2SH";
317
315
  } | {
316
+ __kind: "P2SH";
318
317
  value: `0x${string}`;
319
- __kind: "P2WPKH";
320
318
  } | {
319
+ __kind: "P2WPKH";
321
320
  value: `0x${string}`;
322
- __kind: "P2WSH";
323
321
  } | {
322
+ __kind: "P2WSH";
324
323
  value: `0x${string}`;
324
+ } | {
325
325
  __kind: "Taproot";
326
+ value: `0x${string}`;
326
327
  } | {
327
328
  __kind: "OtherSegwit";
328
329
  version: number;
329
330
  program: `0x${string}`;
330
331
  };
331
- __kind: "Btc";
332
332
  }, {
333
+ __kind: "Btc";
333
334
  value: {
334
- value: string;
335
335
  __kind: "P2PKH";
336
- } | {
337
336
  value: string;
338
- __kind: "P2SH";
339
337
  } | {
338
+ __kind: "P2SH";
340
339
  value: string;
341
- __kind: "P2WPKH";
342
340
  } | {
341
+ __kind: "P2WPKH";
343
342
  value: string;
344
- __kind: "P2WSH";
345
343
  } | {
344
+ __kind: "P2WSH";
346
345
  value: string;
346
+ } | {
347
347
  __kind: "Taproot";
348
+ value: string;
348
349
  } | {
349
350
  __kind: "OtherSegwit";
350
351
  version: number;
351
352
  program: string;
352
353
  };
353
- __kind: "Btc";
354
354
  }>, z.ZodObject<{
355
355
  __kind: z.ZodLiteral<"Arb">;
356
356
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
357
357
  }, "strip", z.ZodTypeAny, {
358
- value: `0x${string}`;
359
358
  __kind: "Arb";
359
+ value: `0x${string}`;
360
360
  }, {
361
- value: string;
362
361
  __kind: "Arb";
362
+ value: string;
363
363
  }>, z.ZodObject<{
364
364
  __kind: z.ZodLiteral<"Sol">;
365
365
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
366
366
  }, "strip", z.ZodTypeAny, {
367
- value: `0x${string}`;
368
367
  __kind: "Sol";
368
+ value: `0x${string}`;
369
369
  }, {
370
- value: string;
371
370
  __kind: "Sol";
371
+ value: string;
372
372
  }>]>;
373
373
  }, "strip", z.ZodTypeAny, {
374
+ __kind: "Swap";
374
375
  value: {
375
- value: `0x${string}`;
376
376
  __kind: "Eth";
377
- } | {
378
377
  value: `0x${string}`;
378
+ } | {
379
379
  __kind: "Dot";
380
+ value: `0x${string}`;
380
381
  } | {
382
+ __kind: "Btc";
381
383
  value: {
382
- value: `0x${string}`;
383
384
  __kind: "P2PKH";
384
- } | {
385
385
  value: `0x${string}`;
386
- __kind: "P2SH";
387
386
  } | {
387
+ __kind: "P2SH";
388
388
  value: `0x${string}`;
389
- __kind: "P2WPKH";
390
389
  } | {
390
+ __kind: "P2WPKH";
391
391
  value: `0x${string}`;
392
- __kind: "P2WSH";
393
392
  } | {
393
+ __kind: "P2WSH";
394
394
  value: `0x${string}`;
395
+ } | {
395
396
  __kind: "Taproot";
397
+ value: `0x${string}`;
396
398
  } | {
397
399
  __kind: "OtherSegwit";
398
400
  version: number;
399
401
  program: `0x${string}`;
400
402
  };
401
- __kind: "Btc";
402
403
  } | {
403
- value: `0x${string}`;
404
404
  __kind: "Arb";
405
- } | {
406
405
  value: `0x${string}`;
406
+ } | {
407
407
  __kind: "Sol";
408
+ value: `0x${string}`;
408
409
  };
409
- __kind: "Swap";
410
410
  }, {
411
+ __kind: "Swap";
411
412
  value: {
412
- value: string;
413
413
  __kind: "Eth";
414
- } | {
415
414
  value: string;
415
+ } | {
416
416
  __kind: "Dot";
417
+ value: string;
417
418
  } | {
419
+ __kind: "Btc";
418
420
  value: {
419
- value: string;
420
421
  __kind: "P2PKH";
421
- } | {
422
422
  value: string;
423
- __kind: "P2SH";
424
423
  } | {
424
+ __kind: "P2SH";
425
425
  value: string;
426
- __kind: "P2WPKH";
427
426
  } | {
427
+ __kind: "P2WPKH";
428
428
  value: string;
429
- __kind: "P2WSH";
430
429
  } | {
430
+ __kind: "P2WSH";
431
431
  value: string;
432
+ } | {
432
433
  __kind: "Taproot";
434
+ value: string;
433
435
  } | {
434
436
  __kind: "OtherSegwit";
435
437
  version: number;
436
438
  program: string;
437
439
  };
438
- __kind: "Btc";
439
440
  } | {
440
- value: string;
441
441
  __kind: "Arb";
442
- } | {
443
442
  value: string;
443
+ } | {
444
444
  __kind: "Sol";
445
+ value: string;
445
446
  };
446
- __kind: "Swap";
447
447
  }>, z.ZodObject<{
448
448
  __kind: z.ZodLiteral<"CcmPrincipal">;
449
449
  value: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
450
450
  }, "strip", z.ZodTypeAny, {
451
- value: bigint;
452
451
  __kind: "CcmPrincipal";
452
+ value: bigint;
453
453
  }, {
454
- value: string | number;
455
454
  __kind: "CcmPrincipal";
455
+ value: string | number;
456
456
  }>, z.ZodObject<{
457
457
  __kind: z.ZodLiteral<"CcmGas">;
458
458
  value: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
459
459
  }, "strip", z.ZodTypeAny, {
460
- value: bigint;
461
460
  __kind: "CcmGas";
461
+ value: bigint;
462
462
  }, {
463
- value: string | number;
464
463
  __kind: "CcmGas";
464
+ value: string | number;
465
465
  }>, z.ZodObject<{
466
466
  __kind: z.ZodLiteral<"NetworkFee">;
467
467
  }, "strip", z.ZodTypeAny, {
@@ -521,51 +521,51 @@ declare const swappingSwapScheduled: z.ZodObject<{
521
521
  __kind: "Vault";
522
522
  txHash: `0x${string}`;
523
523
  };
524
- sourceAsset: "Eth" | "Dot" | "Btc" | "Sol" | "Flip" | "Usdc" | "ArbEth" | "ArbUsdc" | "Usdt";
525
- destinationAsset: "Eth" | "Dot" | "Btc" | "Sol" | "Flip" | "Usdc" | "ArbEth" | "ArbUsdc" | "Usdt";
524
+ sourceAsset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol";
525
+ destinationAsset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol";
526
526
  swapType: {
527
+ __kind: "Swap";
527
528
  value: {
528
- value: `0x${string}`;
529
529
  __kind: "Eth";
530
- } | {
531
530
  value: `0x${string}`;
531
+ } | {
532
532
  __kind: "Dot";
533
+ value: `0x${string}`;
533
534
  } | {
535
+ __kind: "Btc";
534
536
  value: {
535
- value: `0x${string}`;
536
537
  __kind: "P2PKH";
537
- } | {
538
538
  value: `0x${string}`;
539
- __kind: "P2SH";
540
539
  } | {
540
+ __kind: "P2SH";
541
541
  value: `0x${string}`;
542
- __kind: "P2WPKH";
543
542
  } | {
543
+ __kind: "P2WPKH";
544
544
  value: `0x${string}`;
545
- __kind: "P2WSH";
546
545
  } | {
546
+ __kind: "P2WSH";
547
547
  value: `0x${string}`;
548
+ } | {
548
549
  __kind: "Taproot";
550
+ value: `0x${string}`;
549
551
  } | {
550
552
  __kind: "OtherSegwit";
551
553
  version: number;
552
554
  program: `0x${string}`;
553
555
  };
554
- __kind: "Btc";
555
556
  } | {
556
- value: `0x${string}`;
557
557
  __kind: "Arb";
558
- } | {
559
558
  value: `0x${string}`;
559
+ } | {
560
560
  __kind: "Sol";
561
+ value: `0x${string}`;
561
562
  };
562
- __kind: "Swap";
563
563
  } | {
564
- value: bigint;
565
564
  __kind: "CcmPrincipal";
566
- } | {
567
565
  value: bigint;
566
+ } | {
568
567
  __kind: "CcmGas";
568
+ value: bigint;
569
569
  } | {
570
570
  __kind: "NetworkFee";
571
571
  } | {
@@ -578,38 +578,38 @@ declare const swappingSwapScheduled: z.ZodObject<{
578
578
  swapId: string | number;
579
579
  depositAmount: string | number;
580
580
  destinationAddress: {
581
- value: string;
582
581
  __kind: "Eth";
583
- } | {
584
582
  value: string;
585
- __kind: "Dot";
586
583
  } | {
584
+ __kind: "Dot";
587
585
  value: string;
588
- __kind: "Btc";
589
586
  } | {
587
+ __kind: "Btc";
590
588
  value: string;
591
- __kind: "Arb";
592
589
  } | {
590
+ __kind: "Arb";
593
591
  value: string;
592
+ } | {
594
593
  __kind: "Sol";
594
+ value: string;
595
595
  };
596
596
  origin: {
597
597
  __kind: "DepositChannel";
598
598
  depositAddress: {
599
- value: string;
600
599
  __kind: "Eth";
601
- } | {
602
600
  value: string;
603
- __kind: "Dot";
604
601
  } | {
602
+ __kind: "Dot";
605
603
  value: string;
606
- __kind: "Btc";
607
604
  } | {
605
+ __kind: "Btc";
608
606
  value: string;
609
- __kind: "Arb";
610
607
  } | {
608
+ __kind: "Arb";
611
609
  value: string;
610
+ } | {
612
611
  __kind: "Sol";
612
+ value: string;
613
613
  };
614
614
  channelId: string | number;
615
615
  depositBlockHeight: string | number;
@@ -618,54 +618,54 @@ declare const swappingSwapScheduled: z.ZodObject<{
618
618
  txHash: string;
619
619
  };
620
620
  sourceAsset: {
621
- __kind: "Eth" | "Dot" | "Btc" | "Sol" | "Flip" | "Usdc" | "ArbEth" | "ArbUsdc" | "Usdt";
621
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol";
622
622
  };
623
623
  destinationAsset: {
624
- __kind: "Eth" | "Dot" | "Btc" | "Sol" | "Flip" | "Usdc" | "ArbEth" | "ArbUsdc" | "Usdt";
624
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol";
625
625
  };
626
626
  swapType: {
627
+ __kind: "Swap";
627
628
  value: {
628
- value: string;
629
629
  __kind: "Eth";
630
- } | {
631
630
  value: string;
631
+ } | {
632
632
  __kind: "Dot";
633
+ value: string;
633
634
  } | {
635
+ __kind: "Btc";
634
636
  value: {
635
- value: string;
636
637
  __kind: "P2PKH";
637
- } | {
638
638
  value: string;
639
- __kind: "P2SH";
640
639
  } | {
640
+ __kind: "P2SH";
641
641
  value: string;
642
- __kind: "P2WPKH";
643
642
  } | {
643
+ __kind: "P2WPKH";
644
644
  value: string;
645
- __kind: "P2WSH";
646
645
  } | {
646
+ __kind: "P2WSH";
647
647
  value: string;
648
+ } | {
648
649
  __kind: "Taproot";
650
+ value: string;
649
651
  } | {
650
652
  __kind: "OtherSegwit";
651
653
  version: number;
652
654
  program: string;
653
655
  };
654
- __kind: "Btc";
655
656
  } | {
656
- value: string;
657
657
  __kind: "Arb";
658
- } | {
659
658
  value: string;
659
+ } | {
660
660
  __kind: "Sol";
661
+ value: string;
661
662
  };
662
- __kind: "Swap";
663
663
  } | {
664
- value: string | number;
665
664
  __kind: "CcmPrincipal";
666
- } | {
667
665
  value: string | number;
666
+ } | {
668
667
  __kind: "CcmGas";
668
+ value: string | number;
669
669
  } | {
670
670
  __kind: "NetworkFee";
671
671
  } | {