@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
@@ -27,77 +27,77 @@ declare const swappingSwapRequested: z.ZodObject<{
27
27
  __kind: z.ZodLiteral<"Eth">;
28
28
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
29
29
  }, "strip", z.ZodTypeAny, {
30
- value: `0x${string}`;
31
30
  __kind: "Eth";
31
+ value: `0x${string}`;
32
32
  }, {
33
- value: string;
34
33
  __kind: "Eth";
34
+ value: string;
35
35
  }>, {
36
36
  chain: "Ethereum";
37
37
  address: `0x${string}`;
38
38
  }, {
39
- value: string;
40
39
  __kind: "Eth";
40
+ value: string;
41
41
  }>, z.ZodEffects<z.ZodObject<{
42
42
  __kind: z.ZodLiteral<"Dot">;
43
43
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
44
44
  }, "strip", z.ZodTypeAny, {
45
- value: `0x${string}`;
46
45
  __kind: "Dot";
46
+ value: `0x${string}`;
47
47
  }, {
48
- value: string;
49
48
  __kind: "Dot";
49
+ value: string;
50
50
  }>, {
51
51
  chain: "Polkadot";
52
52
  address: string;
53
53
  }, {
54
- value: string;
55
54
  __kind: "Dot";
55
+ value: string;
56
56
  }>, z.ZodEffects<z.ZodObject<{
57
57
  __kind: z.ZodLiteral<"Btc">;
58
58
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
59
59
  }, "strip", z.ZodTypeAny, {
60
- value: `0x${string}`;
61
60
  __kind: "Btc";
61
+ value: `0x${string}`;
62
62
  }, {
63
- value: string;
64
63
  __kind: "Btc";
64
+ value: string;
65
65
  }>, {
66
66
  chain: "Bitcoin";
67
67
  address: string;
68
68
  }, {
69
- value: string;
70
69
  __kind: "Btc";
70
+ value: string;
71
71
  }>, z.ZodEffects<z.ZodObject<{
72
72
  __kind: z.ZodLiteral<"Arb">;
73
73
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
74
74
  }, "strip", z.ZodTypeAny, {
75
- value: `0x${string}`;
76
75
  __kind: "Arb";
76
+ value: `0x${string}`;
77
77
  }, {
78
- value: string;
79
78
  __kind: "Arb";
79
+ value: string;
80
80
  }>, {
81
81
  chain: "Arbitrum";
82
82
  address: `0x${string}`;
83
83
  }, {
84
- value: string;
85
84
  __kind: "Arb";
85
+ value: string;
86
86
  }>, z.ZodEffects<z.ZodObject<{
87
87
  __kind: z.ZodLiteral<"Sol">;
88
88
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
89
89
  }, "strip", z.ZodTypeAny, {
90
- value: `0x${string}`;
91
90
  __kind: "Sol";
91
+ value: `0x${string}`;
92
92
  }, {
93
- value: string;
94
93
  __kind: "Sol";
94
+ value: string;
95
95
  }>, {
96
96
  chain: "Solana";
97
97
  address: string;
98
98
  }, {
99
- value: string;
100
99
  __kind: "Sol";
100
+ value: string;
101
101
  }>]>;
102
102
  channelId: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
103
103
  depositBlockHeight: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
@@ -124,20 +124,20 @@ declare const swappingSwapRequested: z.ZodObject<{
124
124
  }, {
125
125
  __kind: "DepositChannel";
126
126
  depositAddress: {
127
- value: string;
128
127
  __kind: "Eth";
129
- } | {
130
128
  value: string;
131
- __kind: "Dot";
132
129
  } | {
130
+ __kind: "Dot";
133
131
  value: string;
134
- __kind: "Btc";
135
132
  } | {
133
+ __kind: "Btc";
136
134
  value: string;
137
- __kind: "Arb";
138
135
  } | {
136
+ __kind: "Arb";
139
137
  value: string;
138
+ } | {
140
139
  __kind: "Sol";
140
+ value: string;
141
141
  };
142
142
  channelId: string | number;
143
143
  depositBlockHeight: string | number;
@@ -175,77 +175,77 @@ declare const swappingSwapRequested: z.ZodObject<{
175
175
  __kind: z.ZodLiteral<"Eth">;
176
176
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
177
177
  }, "strip", z.ZodTypeAny, {
178
- value: `0x${string}`;
179
178
  __kind: "Eth";
179
+ value: `0x${string}`;
180
180
  }, {
181
- value: string;
182
181
  __kind: "Eth";
182
+ value: string;
183
183
  }>, {
184
184
  chain: "Ethereum";
185
185
  address: `0x${string}`;
186
186
  }, {
187
- value: string;
188
187
  __kind: "Eth";
188
+ value: string;
189
189
  }>, z.ZodEffects<z.ZodObject<{
190
190
  __kind: z.ZodLiteral<"Dot">;
191
191
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
192
192
  }, "strip", z.ZodTypeAny, {
193
- value: `0x${string}`;
194
193
  __kind: "Dot";
194
+ value: `0x${string}`;
195
195
  }, {
196
- value: string;
197
196
  __kind: "Dot";
197
+ value: string;
198
198
  }>, {
199
199
  chain: "Polkadot";
200
200
  address: string;
201
201
  }, {
202
- value: string;
203
202
  __kind: "Dot";
203
+ value: string;
204
204
  }>, z.ZodEffects<z.ZodObject<{
205
205
  __kind: z.ZodLiteral<"Btc">;
206
206
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
207
207
  }, "strip", z.ZodTypeAny, {
208
- value: `0x${string}`;
209
208
  __kind: "Btc";
209
+ value: `0x${string}`;
210
210
  }, {
211
- value: string;
212
211
  __kind: "Btc";
212
+ value: string;
213
213
  }>, {
214
214
  chain: "Bitcoin";
215
215
  address: string;
216
216
  }, {
217
- value: string;
218
217
  __kind: "Btc";
218
+ value: string;
219
219
  }>, z.ZodEffects<z.ZodObject<{
220
220
  __kind: z.ZodLiteral<"Arb">;
221
221
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
222
222
  }, "strip", z.ZodTypeAny, {
223
- value: `0x${string}`;
224
223
  __kind: "Arb";
224
+ value: `0x${string}`;
225
225
  }, {
226
- value: string;
227
226
  __kind: "Arb";
227
+ value: string;
228
228
  }>, {
229
229
  chain: "Arbitrum";
230
230
  address: `0x${string}`;
231
231
  }, {
232
- value: string;
233
232
  __kind: "Arb";
233
+ value: string;
234
234
  }>, z.ZodEffects<z.ZodObject<{
235
235
  __kind: z.ZodLiteral<"Sol">;
236
236
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
237
237
  }, "strip", z.ZodTypeAny, {
238
- value: `0x${string}`;
239
238
  __kind: "Sol";
239
+ value: `0x${string}`;
240
240
  }, {
241
- value: string;
242
241
  __kind: "Sol";
242
+ value: string;
243
243
  }>, {
244
244
  chain: "Solana";
245
245
  address: string;
246
246
  }, {
247
- value: string;
248
247
  __kind: "Sol";
248
+ value: string;
249
249
  }>]>;
250
250
  }, "strip", z.ZodTypeAny, {
251
251
  __kind: "Regular";
@@ -268,20 +268,20 @@ declare const swappingSwapRequested: z.ZodObject<{
268
268
  }, {
269
269
  __kind: "Regular";
270
270
  outputAddress: {
271
- value: string;
272
271
  __kind: "Eth";
273
- } | {
274
272
  value: string;
275
- __kind: "Dot";
276
273
  } | {
274
+ __kind: "Dot";
277
275
  value: string;
278
- __kind: "Btc";
279
276
  } | {
277
+ __kind: "Btc";
280
278
  value: string;
281
- __kind: "Arb";
282
279
  } | {
280
+ __kind: "Arb";
283
281
  value: string;
282
+ } | {
284
283
  __kind: "Sol";
284
+ value: string;
285
285
  };
286
286
  }>, z.ZodObject<{
287
287
  __kind: z.ZodLiteral<"Ccm">;
@@ -289,77 +289,77 @@ declare const swappingSwapRequested: z.ZodObject<{
289
289
  __kind: z.ZodLiteral<"Eth">;
290
290
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
291
291
  }, "strip", z.ZodTypeAny, {
292
- value: `0x${string}`;
293
292
  __kind: "Eth";
293
+ value: `0x${string}`;
294
294
  }, {
295
- value: string;
296
295
  __kind: "Eth";
296
+ value: string;
297
297
  }>, {
298
298
  chain: "Ethereum";
299
299
  address: `0x${string}`;
300
300
  }, {
301
- value: string;
302
301
  __kind: "Eth";
302
+ value: string;
303
303
  }>, z.ZodEffects<z.ZodObject<{
304
304
  __kind: z.ZodLiteral<"Dot">;
305
305
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
306
306
  }, "strip", z.ZodTypeAny, {
307
- value: `0x${string}`;
308
307
  __kind: "Dot";
308
+ value: `0x${string}`;
309
309
  }, {
310
- value: string;
311
310
  __kind: "Dot";
311
+ value: string;
312
312
  }>, {
313
313
  chain: "Polkadot";
314
314
  address: string;
315
315
  }, {
316
- value: string;
317
316
  __kind: "Dot";
317
+ value: string;
318
318
  }>, z.ZodEffects<z.ZodObject<{
319
319
  __kind: z.ZodLiteral<"Btc">;
320
320
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
321
321
  }, "strip", z.ZodTypeAny, {
322
- value: `0x${string}`;
323
322
  __kind: "Btc";
323
+ value: `0x${string}`;
324
324
  }, {
325
- value: string;
326
325
  __kind: "Btc";
326
+ value: string;
327
327
  }>, {
328
328
  chain: "Bitcoin";
329
329
  address: string;
330
330
  }, {
331
- value: string;
332
331
  __kind: "Btc";
332
+ value: string;
333
333
  }>, z.ZodEffects<z.ZodObject<{
334
334
  __kind: z.ZodLiteral<"Arb">;
335
335
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
336
336
  }, "strip", z.ZodTypeAny, {
337
- value: `0x${string}`;
338
337
  __kind: "Arb";
338
+ value: `0x${string}`;
339
339
  }, {
340
- value: string;
341
340
  __kind: "Arb";
341
+ value: string;
342
342
  }>, {
343
343
  chain: "Arbitrum";
344
344
  address: `0x${string}`;
345
345
  }, {
346
- value: string;
347
346
  __kind: "Arb";
347
+ value: string;
348
348
  }>, z.ZodEffects<z.ZodObject<{
349
349
  __kind: z.ZodLiteral<"Sol">;
350
350
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
351
351
  }, "strip", z.ZodTypeAny, {
352
- value: `0x${string}`;
353
352
  __kind: "Sol";
353
+ value: `0x${string}`;
354
354
  }, {
355
- value: string;
356
355
  __kind: "Sol";
356
+ value: string;
357
357
  }>, {
358
358
  chain: "Solana";
359
359
  address: string;
360
360
  }, {
361
- value: string;
362
361
  __kind: "Sol";
362
+ value: string;
363
363
  }>]>;
364
364
  ccmSwapMetadata: z.ZodObject<{
365
365
  depositMetadata: z.ZodObject<{
@@ -389,77 +389,77 @@ declare const swappingSwapRequested: z.ZodObject<{
389
389
  __kind: z.ZodLiteral<"Eth">;
390
390
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
391
391
  }, "strip", z.ZodTypeAny, {
392
- value: `0x${string}`;
393
392
  __kind: "Eth";
393
+ value: `0x${string}`;
394
394
  }, {
395
- value: string;
396
395
  __kind: "Eth";
396
+ value: string;
397
397
  }>, {
398
398
  chain: "Ethereum";
399
399
  address: `0x${string}`;
400
400
  }, {
401
- value: string;
402
401
  __kind: "Eth";
402
+ value: string;
403
403
  }>, z.ZodEffects<z.ZodObject<{
404
404
  __kind: z.ZodLiteral<"Dot">;
405
405
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
406
406
  }, "strip", z.ZodTypeAny, {
407
- value: `0x${string}`;
408
407
  __kind: "Dot";
408
+ value: `0x${string}`;
409
409
  }, {
410
- value: string;
411
410
  __kind: "Dot";
411
+ value: string;
412
412
  }>, {
413
413
  chain: "Polkadot";
414
414
  address: string;
415
415
  }, {
416
- value: string;
417
416
  __kind: "Dot";
417
+ value: string;
418
418
  }>, z.ZodEffects<z.ZodObject<{
419
419
  __kind: z.ZodLiteral<"Btc">;
420
420
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
421
421
  }, "strip", z.ZodTypeAny, {
422
- value: `0x${string}`;
423
422
  __kind: "Btc";
423
+ value: `0x${string}`;
424
424
  }, {
425
- value: string;
426
425
  __kind: "Btc";
426
+ value: string;
427
427
  }>, {
428
428
  chain: "Bitcoin";
429
429
  address: string;
430
430
  }, {
431
- value: string;
432
431
  __kind: "Btc";
432
+ value: string;
433
433
  }>, z.ZodEffects<z.ZodObject<{
434
434
  __kind: z.ZodLiteral<"Arb">;
435
435
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
436
436
  }, "strip", z.ZodTypeAny, {
437
- value: `0x${string}`;
438
437
  __kind: "Arb";
438
+ value: `0x${string}`;
439
439
  }, {
440
- value: string;
441
440
  __kind: "Arb";
441
+ value: string;
442
442
  }>, {
443
443
  chain: "Arbitrum";
444
444
  address: `0x${string}`;
445
445
  }, {
446
- value: string;
447
446
  __kind: "Arb";
447
+ value: string;
448
448
  }>, z.ZodEffects<z.ZodObject<{
449
449
  __kind: z.ZodLiteral<"Sol">;
450
450
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
451
451
  }, "strip", z.ZodTypeAny, {
452
- value: `0x${string}`;
453
452
  __kind: "Sol";
453
+ value: `0x${string}`;
454
454
  }, {
455
- value: string;
456
455
  __kind: "Sol";
456
+ value: string;
457
457
  }>, {
458
458
  chain: "Solana";
459
459
  address: string;
460
460
  }, {
461
- value: string;
462
461
  __kind: "Sol";
462
+ value: string;
463
463
  }>]>>>;
464
464
  }, "strip", z.ZodTypeAny, {
465
465
  channelMetadata: {
@@ -494,20 +494,20 @@ declare const swappingSwapRequested: z.ZodObject<{
494
494
  __kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana";
495
495
  };
496
496
  sourceAddress?: {
497
- value: string;
498
497
  __kind: "Eth";
499
- } | {
500
498
  value: string;
501
- __kind: "Dot";
502
499
  } | {
500
+ __kind: "Dot";
503
501
  value: string;
504
- __kind: "Btc";
505
502
  } | {
503
+ __kind: "Btc";
506
504
  value: string;
507
- __kind: "Arb";
508
505
  } | {
506
+ __kind: "Arb";
509
507
  value: string;
508
+ } | {
510
509
  __kind: "Sol";
510
+ value: string;
511
511
  } | null | undefined;
512
512
  }>;
513
513
  swapAmounts: z.ZodObject<{
@@ -574,20 +574,20 @@ declare const swappingSwapRequested: z.ZodObject<{
574
574
  __kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana";
575
575
  };
576
576
  sourceAddress?: {
577
- value: string;
578
577
  __kind: "Eth";
579
- } | {
580
578
  value: string;
581
- __kind: "Dot";
582
579
  } | {
580
+ __kind: "Dot";
583
581
  value: string;
584
- __kind: "Btc";
585
582
  } | {
583
+ __kind: "Btc";
586
584
  value: string;
587
- __kind: "Arb";
588
585
  } | {
586
+ __kind: "Arb";
589
587
  value: string;
588
+ } | {
590
589
  __kind: "Sol";
590
+ value: string;
591
591
  } | null | undefined;
592
592
  };
593
593
  swapAmounts: {
@@ -650,20 +650,20 @@ declare const swappingSwapRequested: z.ZodObject<{
650
650
  }, {
651
651
  __kind: "Ccm";
652
652
  outputAddress: {
653
- value: string;
654
653
  __kind: "Eth";
655
- } | {
656
654
  value: string;
657
- __kind: "Dot";
658
655
  } | {
656
+ __kind: "Dot";
659
657
  value: string;
660
- __kind: "Btc";
661
658
  } | {
659
+ __kind: "Btc";
662
660
  value: string;
663
- __kind: "Arb";
664
661
  } | {
662
+ __kind: "Arb";
665
663
  value: string;
664
+ } | {
666
665
  __kind: "Sol";
666
+ value: string;
667
667
  };
668
668
  ccmSwapMetadata: {
669
669
  depositMetadata: {
@@ -676,20 +676,20 @@ declare const swappingSwapRequested: z.ZodObject<{
676
676
  __kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana";
677
677
  };
678
678
  sourceAddress?: {
679
- value: string;
680
679
  __kind: "Eth";
681
- } | {
682
680
  value: string;
683
- __kind: "Dot";
684
681
  } | {
682
+ __kind: "Dot";
685
683
  value: string;
686
- __kind: "Btc";
687
684
  } | {
685
+ __kind: "Btc";
688
686
  value: string;
689
- __kind: "Arb";
690
687
  } | {
688
+ __kind: "Arb";
691
689
  value: string;
690
+ } | {
692
691
  __kind: "Sol";
692
+ value: string;
693
693
  } | null | undefined;
694
694
  };
695
695
  swapAmounts: {
@@ -707,77 +707,77 @@ declare const swappingSwapRequested: z.ZodObject<{
707
707
  __kind: z.ZodLiteral<"Eth">;
708
708
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
709
709
  }, "strip", z.ZodTypeAny, {
710
- value: `0x${string}`;
711
710
  __kind: "Eth";
711
+ value: `0x${string}`;
712
712
  }, {
713
- value: string;
714
713
  __kind: "Eth";
714
+ value: string;
715
715
  }>, {
716
716
  chain: "Ethereum";
717
717
  address: `0x${string}`;
718
718
  }, {
719
- value: string;
720
719
  __kind: "Eth";
720
+ value: string;
721
721
  }>, z.ZodEffects<z.ZodObject<{
722
722
  __kind: z.ZodLiteral<"Dot">;
723
723
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
724
724
  }, "strip", z.ZodTypeAny, {
725
- value: `0x${string}`;
726
725
  __kind: "Dot";
726
+ value: `0x${string}`;
727
727
  }, {
728
- value: string;
729
728
  __kind: "Dot";
729
+ value: string;
730
730
  }>, {
731
731
  chain: "Polkadot";
732
732
  address: string;
733
733
  }, {
734
- value: string;
735
734
  __kind: "Dot";
735
+ value: string;
736
736
  }>, z.ZodEffects<z.ZodObject<{
737
737
  __kind: z.ZodLiteral<"Btc">;
738
738
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
739
739
  }, "strip", z.ZodTypeAny, {
740
- value: `0x${string}`;
741
740
  __kind: "Btc";
741
+ value: `0x${string}`;
742
742
  }, {
743
- value: string;
744
743
  __kind: "Btc";
744
+ value: string;
745
745
  }>, {
746
746
  chain: "Bitcoin";
747
747
  address: string;
748
748
  }, {
749
- value: string;
750
749
  __kind: "Btc";
750
+ value: string;
751
751
  }>, z.ZodEffects<z.ZodObject<{
752
752
  __kind: z.ZodLiteral<"Arb">;
753
753
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
754
754
  }, "strip", z.ZodTypeAny, {
755
- value: `0x${string}`;
756
755
  __kind: "Arb";
756
+ value: `0x${string}`;
757
757
  }, {
758
- value: string;
759
758
  __kind: "Arb";
759
+ value: string;
760
760
  }>, {
761
761
  chain: "Arbitrum";
762
762
  address: `0x${string}`;
763
763
  }, {
764
- value: string;
765
764
  __kind: "Arb";
765
+ value: string;
766
766
  }>, z.ZodEffects<z.ZodObject<{
767
767
  __kind: z.ZodLiteral<"Sol">;
768
768
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
769
769
  }, "strip", z.ZodTypeAny, {
770
- value: `0x${string}`;
771
770
  __kind: "Sol";
771
+ value: `0x${string}`;
772
772
  }, {
773
- value: string;
774
773
  __kind: "Sol";
774
+ value: string;
775
775
  }>, {
776
776
  chain: "Solana";
777
777
  address: string;
778
778
  }, {
779
- value: string;
780
779
  __kind: "Sol";
780
+ value: string;
781
781
  }>]>;
782
782
  minPrice: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
783
783
  }, "strip", z.ZodTypeAny, {
@@ -802,20 +802,20 @@ declare const swappingSwapRequested: z.ZodObject<{
802
802
  }, {
803
803
  retryDuration: number;
804
804
  refundAddress: {
805
- value: string;
806
805
  __kind: "Eth";
807
- } | {
808
806
  value: string;
809
- __kind: "Dot";
810
807
  } | {
808
+ __kind: "Dot";
811
809
  value: string;
812
- __kind: "Btc";
813
810
  } | {
811
+ __kind: "Btc";
814
812
  value: string;
815
- __kind: "Arb";
816
813
  } | {
814
+ __kind: "Arb";
817
815
  value: string;
816
+ } | {
818
817
  __kind: "Sol";
818
+ value: string;
819
819
  };
820
820
  minPrice: string | number;
821
821
  }>>>;
@@ -968,20 +968,20 @@ declare const swappingSwapRequested: z.ZodObject<{
968
968
  origin: {
969
969
  __kind: "DepositChannel";
970
970
  depositAddress: {
971
- value: string;
972
971
  __kind: "Eth";
973
- } | {
974
972
  value: string;
975
- __kind: "Dot";
976
973
  } | {
974
+ __kind: "Dot";
977
975
  value: string;
978
- __kind: "Btc";
979
976
  } | {
977
+ __kind: "Btc";
980
978
  value: string;
981
- __kind: "Arb";
982
979
  } | {
980
+ __kind: "Arb";
983
981
  value: string;
982
+ } | {
984
983
  __kind: "Sol";
984
+ value: string;
985
985
  };
986
986
  channelId: string | number;
987
987
  depositBlockHeight: string | number;
@@ -998,38 +998,38 @@ declare const swappingSwapRequested: z.ZodObject<{
998
998
  } | {
999
999
  __kind: "Regular";
1000
1000
  outputAddress: {
1001
- value: string;
1002
1001
  __kind: "Eth";
1003
- } | {
1004
1002
  value: string;
1005
- __kind: "Dot";
1006
1003
  } | {
1004
+ __kind: "Dot";
1007
1005
  value: string;
1008
- __kind: "Btc";
1009
1006
  } | {
1007
+ __kind: "Btc";
1010
1008
  value: string;
1011
- __kind: "Arb";
1012
1009
  } | {
1010
+ __kind: "Arb";
1013
1011
  value: string;
1012
+ } | {
1014
1013
  __kind: "Sol";
1014
+ value: string;
1015
1015
  };
1016
1016
  } | {
1017
1017
  __kind: "Ccm";
1018
1018
  outputAddress: {
1019
- value: string;
1020
1019
  __kind: "Eth";
1021
- } | {
1022
1020
  value: string;
1023
- __kind: "Dot";
1024
1021
  } | {
1022
+ __kind: "Dot";
1025
1023
  value: string;
1026
- __kind: "Btc";
1027
1024
  } | {
1025
+ __kind: "Btc";
1028
1026
  value: string;
1029
- __kind: "Arb";
1030
1027
  } | {
1028
+ __kind: "Arb";
1031
1029
  value: string;
1030
+ } | {
1032
1031
  __kind: "Sol";
1032
+ value: string;
1033
1033
  };
1034
1034
  ccmSwapMetadata: {
1035
1035
  depositMetadata: {
@@ -1042,20 +1042,20 @@ declare const swappingSwapRequested: z.ZodObject<{
1042
1042
  __kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana";
1043
1043
  };
1044
1044
  sourceAddress?: {
1045
- value: string;
1046
1045
  __kind: "Eth";
1047
- } | {
1048
1046
  value: string;
1049
- __kind: "Dot";
1050
1047
  } | {
1048
+ __kind: "Dot";
1051
1049
  value: string;
1052
- __kind: "Btc";
1053
1050
  } | {
1051
+ __kind: "Btc";
1054
1052
  value: string;
1055
- __kind: "Arb";
1056
1053
  } | {
1054
+ __kind: "Arb";
1057
1055
  value: string;
1056
+ } | {
1058
1057
  __kind: "Sol";
1058
+ value: string;
1059
1059
  } | null | undefined;
1060
1060
  };
1061
1061
  swapAmounts: {
@@ -1070,20 +1070,20 @@ declare const swappingSwapRequested: z.ZodObject<{
1070
1070
  refundParameters?: {
1071
1071
  retryDuration: number;
1072
1072
  refundAddress: {
1073
- value: string;
1074
1073
  __kind: "Eth";
1075
- } | {
1076
1074
  value: string;
1077
- __kind: "Dot";
1078
1075
  } | {
1076
+ __kind: "Dot";
1079
1077
  value: string;
1080
- __kind: "Btc";
1081
1078
  } | {
1079
+ __kind: "Btc";
1082
1080
  value: string;
1083
- __kind: "Arb";
1084
1081
  } | {
1082
+ __kind: "Arb";
1085
1083
  value: string;
1084
+ } | {
1086
1085
  __kind: "Sol";
1086
+ value: string;
1087
1087
  };
1088
1088
  minPrice: string | number;
1089
1089
  } | null | undefined;