@chainflip/processor 1.8.1 → 1.8.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 (455) hide show
  1. package/dist/100/bitcoinIngressEgress/ccmBroadcastRequested.d.cts +2 -2
  2. package/dist/100/bitcoinIngressEgress/ccmBroadcastRequested.d.ts +2 -2
  3. package/dist/100/bitcoinIngressEgress/ccmEgressInvalid.d.cts +20 -20
  4. package/dist/100/bitcoinIngressEgress/ccmEgressInvalid.d.ts +20 -20
  5. package/dist/100/bitcoinIngressEgress/depositFetchesScheduled.d.cts +2 -2
  6. package/dist/100/bitcoinIngressEgress/depositFetchesScheduled.d.ts +2 -2
  7. package/dist/100/bitcoinIngressEgress/depositIgnored.d.cts +24 -24
  8. package/dist/100/bitcoinIngressEgress/depositIgnored.d.ts +24 -24
  9. package/dist/100/bitcoinIngressEgress/depositReceived.d.cts +24 -24
  10. package/dist/100/bitcoinIngressEgress/depositReceived.d.ts +24 -24
  11. package/dist/100/bitcoinIngressEgress/depositWitnessRejected.d.cts +54 -54
  12. package/dist/100/bitcoinIngressEgress/depositWitnessRejected.d.ts +54 -54
  13. package/dist/100/bitcoinIngressEgress/egressScheduled.d.cts +20 -20
  14. package/dist/100/bitcoinIngressEgress/egressScheduled.d.ts +20 -20
  15. package/dist/100/bitcoinIngressEgress/vaultTransferFailed.d.cts +20 -20
  16. package/dist/100/bitcoinIngressEgress/vaultTransferFailed.d.ts +20 -20
  17. package/dist/100/ethereumIngressEgress/ccmEgressInvalid.d.cts +16 -16
  18. package/dist/100/ethereumIngressEgress/ccmEgressInvalid.d.ts +16 -16
  19. package/dist/100/ethereumIngressEgress/depositFetchesScheduled.d.cts +2 -2
  20. package/dist/100/ethereumIngressEgress/depositFetchesScheduled.d.ts +2 -2
  21. package/dist/100/ethereumIngressEgress/depositIgnored.d.cts +2 -2
  22. package/dist/100/ethereumIngressEgress/depositIgnored.d.ts +2 -2
  23. package/dist/100/ethereumIngressEgress/depositReceived.d.cts +2 -2
  24. package/dist/100/ethereumIngressEgress/depositReceived.d.ts +2 -2
  25. package/dist/100/ethereumIngressEgress/depositWitnessRejected.d.cts +20 -20
  26. package/dist/100/ethereumIngressEgress/depositWitnessRejected.d.ts +20 -20
  27. package/dist/100/funding/boundExecutorAddress.d.cts +2 -2
  28. package/dist/100/funding/boundExecutorAddress.d.ts +2 -2
  29. package/dist/100/funding/boundRedeemAddress.d.cts +2 -2
  30. package/dist/100/funding/boundRedeemAddress.d.ts +2 -2
  31. package/dist/100/funding/failedFundingAttempt.d.cts +2 -2
  32. package/dist/100/funding/failedFundingAttempt.d.ts +2 -2
  33. package/dist/100/funding/funded.d.cts +2 -2
  34. package/dist/100/funding/funded.d.ts +2 -2
  35. package/dist/100/funding/redemptionRequested.d.cts +2 -2
  36. package/dist/100/funding/redemptionRequested.d.ts +2 -2
  37. package/dist/100/liquidityPools/limitOrderUpdated.d.cts +8 -8
  38. package/dist/100/liquidityPools/limitOrderUpdated.d.ts +8 -8
  39. package/dist/100/liquidityPools/rangeOrderUpdated.d.cts +8 -8
  40. package/dist/100/liquidityPools/rangeOrderUpdated.d.ts +8 -8
  41. package/dist/100/tokenholderGovernance/proposalEnacted.d.cts +8 -8
  42. package/dist/100/tokenholderGovernance/proposalEnacted.d.ts +8 -8
  43. package/dist/100/tokenholderGovernance/proposalPassed.d.cts +8 -8
  44. package/dist/100/tokenholderGovernance/proposalPassed.d.ts +8 -8
  45. package/dist/100/tokenholderGovernance/proposalRejected.d.cts +8 -8
  46. package/dist/100/tokenholderGovernance/proposalRejected.d.ts +8 -8
  47. package/dist/100/tokenholderGovernance/proposalSubmitted.d.cts +8 -8
  48. package/dist/100/tokenholderGovernance/proposalSubmitted.d.ts +8 -8
  49. package/dist/100/witnesser/witnessExecutionFailed.d.cts +2 -2
  50. package/dist/100/witnesser/witnessExecutionFailed.d.ts +2 -2
  51. package/dist/111/liquidityPools/scheduledLimitOrderUpdateDispatchFailure.d.cts +2 -2
  52. package/dist/111/liquidityPools/scheduledLimitOrderUpdateDispatchFailure.d.ts +2 -2
  53. package/dist/120/bitcoinIngressEgress/depositIgnored.cjs +1 -1
  54. package/dist/120/bitcoinIngressEgress/depositIgnored.mjs +2 -2
  55. package/dist/120/bitcoinIngressEgress/depositReceived.cjs +1 -1
  56. package/dist/120/bitcoinIngressEgress/depositReceived.mjs +2 -2
  57. package/dist/120/common.cjs +35 -3
  58. package/dist/120/common.d.cts +95 -3
  59. package/dist/120/common.d.ts +95 -3
  60. package/dist/120/common.mjs +36 -4
  61. package/dist/120/ethereumIngressEgress/depositIgnored.cjs +1 -1
  62. package/dist/120/ethereumIngressEgress/depositIgnored.mjs +2 -2
  63. package/dist/120/ethereumIngressEgress/depositReceived.cjs +1 -1
  64. package/dist/120/ethereumIngressEgress/depositReceived.mjs +2 -2
  65. package/dist/120/polkadotIngressEgress/depositIgnored.cjs +1 -1
  66. package/dist/120/polkadotIngressEgress/depositIgnored.mjs +2 -2
  67. package/dist/120/polkadotIngressEgress/depositReceived.cjs +1 -1
  68. package/dist/120/polkadotIngressEgress/depositReceived.mjs +2 -2
  69. package/dist/131/bitcoinBroadcaster/transactionBroadcastRequest.d.cts +2 -2
  70. package/dist/131/bitcoinBroadcaster/transactionBroadcastRequest.d.ts +2 -2
  71. package/dist/131/bitcoinIngressEgress/depositIgnored.cjs +1 -1
  72. package/dist/131/bitcoinIngressEgress/depositIgnored.mjs +2 -2
  73. package/dist/131/bitcoinIngressEgress/depositReceived.cjs +1 -1
  74. package/dist/131/bitcoinIngressEgress/depositReceived.mjs +2 -2
  75. package/dist/131/common.cjs +19 -3
  76. package/dist/131/common.d.cts +49 -3
  77. package/dist/131/common.d.ts +49 -3
  78. package/dist/131/common.mjs +20 -4
  79. package/dist/131/ethereumIngressEgress/depositIgnored.cjs +1 -1
  80. package/dist/131/ethereumIngressEgress/depositIgnored.mjs +2 -2
  81. package/dist/131/ethereumIngressEgress/depositReceived.cjs +1 -1
  82. package/dist/131/ethereumIngressEgress/depositReceived.mjs +2 -2
  83. package/dist/131/liquidityPools/limitOrderUpdated.d.cts +10 -10
  84. package/dist/131/liquidityPools/limitOrderUpdated.d.ts +10 -10
  85. package/dist/131/liquidityPools/rangeOrderUpdated.d.cts +10 -10
  86. package/dist/131/liquidityPools/rangeOrderUpdated.d.ts +10 -10
  87. package/dist/131/swapping/batchSwapFailed.d.cts +8 -8
  88. package/dist/131/swapping/batchSwapFailed.d.ts +8 -8
  89. package/dist/131/swapping/maximumSwapAmountSet.d.cts +6 -6
  90. package/dist/131/swapping/maximumSwapAmountSet.d.ts +6 -6
  91. package/dist/131/swapping/swapAmountConfiscated.d.cts +12 -12
  92. package/dist/131/swapping/swapAmountConfiscated.d.ts +12 -12
  93. package/dist/131/swapping/swapDepositAddressReady.d.cts +18 -18
  94. package/dist/131/swapping/swapDepositAddressReady.d.ts +18 -18
  95. package/dist/131/swapping/swapEgressIgnored.d.cts +12 -12
  96. package/dist/131/swapping/swapEgressIgnored.d.ts +12 -12
  97. package/dist/131/swapping/swapEgressScheduled.d.cts +8 -8
  98. package/dist/131/swapping/swapEgressScheduled.d.ts +8 -8
  99. package/dist/131/swapping/swapExecuted.d.cts +12 -12
  100. package/dist/131/swapping/swapExecuted.d.ts +12 -12
  101. package/dist/131/swapping/swapScheduled.d.cts +14 -14
  102. package/dist/131/swapping/swapScheduled.d.ts +14 -14
  103. package/dist/131/swapping/withdrawalRequested.d.cts +6 -6
  104. package/dist/131/swapping/withdrawalRequested.d.ts +6 -6
  105. package/dist/141/arbitrumIngressEgress/ccmBroadcastRequested.d.cts +2 -2
  106. package/dist/141/arbitrumIngressEgress/ccmBroadcastRequested.d.ts +2 -2
  107. package/dist/141/arbitrumIngressEgress/ccmEgressInvalid.d.cts +20 -20
  108. package/dist/141/arbitrumIngressEgress/ccmEgressInvalid.d.ts +20 -20
  109. package/dist/141/arbitrumIngressEgress/depositBoosted.cjs +1 -1
  110. package/dist/141/arbitrumIngressEgress/depositBoosted.d.cts +4 -4
  111. package/dist/141/arbitrumIngressEgress/depositBoosted.d.ts +4 -4
  112. package/dist/141/arbitrumIngressEgress/depositBoosted.mjs +2 -2
  113. package/dist/141/arbitrumIngressEgress/depositFetchesScheduled.d.cts +2 -2
  114. package/dist/141/arbitrumIngressEgress/depositFetchesScheduled.d.ts +2 -2
  115. package/dist/141/arbitrumIngressEgress/depositFinalised.cjs +1 -1
  116. package/dist/141/arbitrumIngressEgress/depositFinalised.d.cts +4 -4
  117. package/dist/141/arbitrumIngressEgress/depositFinalised.d.ts +4 -4
  118. package/dist/141/arbitrumIngressEgress/depositFinalised.mjs +2 -2
  119. package/dist/141/arbitrumIngressEgress/depositIgnored.cjs +1 -1
  120. package/dist/141/arbitrumIngressEgress/depositIgnored.d.cts +3 -3
  121. package/dist/141/arbitrumIngressEgress/depositIgnored.d.ts +3 -3
  122. package/dist/141/arbitrumIngressEgress/depositIgnored.mjs +2 -2
  123. package/dist/141/arbitrumIngressEgress/depositWitnessRejected.d.cts +22 -22
  124. package/dist/141/arbitrumIngressEgress/depositWitnessRejected.d.ts +22 -22
  125. package/dist/141/arbitrumIngressEgress/failedToBuildAllBatchCall.d.cts +28 -28
  126. package/dist/141/arbitrumIngressEgress/failedToBuildAllBatchCall.d.ts +28 -28
  127. package/dist/141/arbitrumIngressEgress/insufficientBoostLiquidity.d.cts +3 -3
  128. package/dist/141/arbitrumIngressEgress/insufficientBoostLiquidity.d.ts +3 -3
  129. package/dist/141/arbitrumIngressEgress/transferFallbackRequested.d.cts +2 -2
  130. package/dist/141/arbitrumIngressEgress/transferFallbackRequested.d.ts +2 -2
  131. package/dist/141/bitcoinIngressEgress/depositBoosted.cjs +1 -1
  132. package/dist/141/bitcoinIngressEgress/depositBoosted.mjs +2 -2
  133. package/dist/141/bitcoinIngressEgress/depositFinalised.cjs +1 -1
  134. package/dist/141/bitcoinIngressEgress/depositFinalised.mjs +2 -2
  135. package/dist/141/common.cjs +39 -3
  136. package/dist/141/common.d.cts +141 -3
  137. package/dist/141/common.d.ts +141 -3
  138. package/dist/141/common.mjs +40 -4
  139. package/dist/141/ethereumIngressEgress/boostFundsAdded.d.cts +2 -2
  140. package/dist/141/ethereumIngressEgress/boostFundsAdded.d.ts +2 -2
  141. package/dist/141/ethereumIngressEgress/depositBoosted.cjs +1 -1
  142. package/dist/141/ethereumIngressEgress/depositBoosted.d.cts +4 -4
  143. package/dist/141/ethereumIngressEgress/depositBoosted.d.ts +4 -4
  144. package/dist/141/ethereumIngressEgress/depositBoosted.mjs +2 -2
  145. package/dist/141/ethereumIngressEgress/depositFinalised.cjs +1 -1
  146. package/dist/141/ethereumIngressEgress/depositFinalised.d.cts +4 -4
  147. package/dist/141/ethereumIngressEgress/depositFinalised.d.ts +4 -4
  148. package/dist/141/ethereumIngressEgress/depositFinalised.mjs +2 -2
  149. package/dist/141/ethereumIngressEgress/insufficientBoostLiquidity.d.cts +3 -3
  150. package/dist/141/ethereumIngressEgress/insufficientBoostLiquidity.d.ts +3 -3
  151. package/dist/141/evmThresholdSigner/failureReportProcessed.d.cts +2 -2
  152. package/dist/141/evmThresholdSigner/failureReportProcessed.d.ts +2 -2
  153. package/dist/141/evmThresholdSigner/retryRequested.d.cts +2 -2
  154. package/dist/141/evmThresholdSigner/retryRequested.d.ts +2 -2
  155. package/dist/141/evmThresholdSigner/thresholdDispatchComplete.d.cts +2 -2
  156. package/dist/141/evmThresholdSigner/thresholdDispatchComplete.d.ts +2 -2
  157. package/dist/141/evmThresholdSigner/thresholdSignatureFailed.d.cts +2 -2
  158. package/dist/141/evmThresholdSigner/thresholdSignatureFailed.d.ts +2 -2
  159. package/dist/141/evmThresholdSigner/thresholdSignatureRequest.d.cts +2 -2
  160. package/dist/141/evmThresholdSigner/thresholdSignatureRequest.d.ts +2 -2
  161. package/dist/141/evmThresholdSigner/thresholdSignatureSuccess.d.cts +2 -2
  162. package/dist/141/evmThresholdSigner/thresholdSignatureSuccess.d.ts +2 -2
  163. package/dist/141/liquidityPools/limitOrderUpdated.d.cts +4 -4
  164. package/dist/141/liquidityPools/limitOrderUpdated.d.ts +4 -4
  165. package/dist/141/liquidityPools/rangeOrderUpdated.d.cts +4 -4
  166. package/dist/141/liquidityPools/rangeOrderUpdated.d.ts +4 -4
  167. package/dist/141/liquidityProvider/accountCredited.d.cts +2 -2
  168. package/dist/141/liquidityProvider/accountCredited.d.ts +2 -2
  169. package/dist/141/liquidityProvider/accountDebited.d.cts +2 -2
  170. package/dist/141/liquidityProvider/accountDebited.d.ts +2 -2
  171. package/dist/141/liquidityProvider/liquidityDepositAddressReady.d.cts +4 -4
  172. package/dist/141/liquidityProvider/liquidityDepositAddressReady.d.ts +4 -4
  173. package/dist/141/liquidityProvider/liquidityDepositCredited.d.cts +2 -2
  174. package/dist/141/liquidityProvider/liquidityDepositCredited.d.ts +2 -2
  175. package/dist/141/liquidityProvider/liquidityRefundAddressRegistered.d.cts +2 -2
  176. package/dist/141/liquidityProvider/liquidityRefundAddressRegistered.d.ts +2 -2
  177. package/dist/141/polkadotIngressEgress/boostFundsAdded.d.cts +2 -2
  178. package/dist/141/polkadotIngressEgress/boostFundsAdded.d.ts +2 -2
  179. package/dist/141/polkadotIngressEgress/depositBoosted.cjs +1 -1
  180. package/dist/141/polkadotIngressEgress/depositBoosted.d.cts +4 -4
  181. package/dist/141/polkadotIngressEgress/depositBoosted.d.ts +4 -4
  182. package/dist/141/polkadotIngressEgress/depositBoosted.mjs +2 -2
  183. package/dist/141/polkadotIngressEgress/depositFinalised.cjs +1 -1
  184. package/dist/141/polkadotIngressEgress/depositFinalised.d.cts +4 -4
  185. package/dist/141/polkadotIngressEgress/depositFinalised.d.ts +4 -4
  186. package/dist/141/polkadotIngressEgress/depositFinalised.mjs +2 -2
  187. package/dist/141/polkadotIngressEgress/insufficientBoostLiquidity.d.cts +3 -3
  188. package/dist/141/polkadotIngressEgress/insufficientBoostLiquidity.d.ts +3 -3
  189. package/dist/150/arbitrumIngressEgress/ccmEgressInvalid.d.cts +16 -16
  190. package/dist/150/arbitrumIngressEgress/ccmEgressInvalid.d.ts +16 -16
  191. package/dist/150/arbitrumIngressEgress/depositBoosted.cjs +1 -1
  192. package/dist/150/arbitrumIngressEgress/depositBoosted.d.cts +10 -10
  193. package/dist/150/arbitrumIngressEgress/depositBoosted.d.ts +10 -10
  194. package/dist/150/arbitrumIngressEgress/depositBoosted.mjs +2 -2
  195. package/dist/150/arbitrumIngressEgress/depositFinalised.cjs +1 -1
  196. package/dist/150/arbitrumIngressEgress/depositFinalised.d.cts +4 -4
  197. package/dist/150/arbitrumIngressEgress/depositFinalised.d.ts +4 -4
  198. package/dist/150/arbitrumIngressEgress/depositFinalised.mjs +2 -2
  199. package/dist/150/arbitrumIngressEgress/depositIgnored.cjs +1 -1
  200. package/dist/150/arbitrumIngressEgress/depositIgnored.mjs +2 -2
  201. package/dist/150/arbitrumIngressEgress/depositWitnessRejected.d.cts +16 -16
  202. package/dist/150/arbitrumIngressEgress/depositWitnessRejected.d.ts +16 -16
  203. package/dist/150/assetBalances/refundScheduled.d.cts +2 -2
  204. package/dist/150/assetBalances/refundScheduled.d.ts +2 -2
  205. package/dist/150/assetBalances/refundSkipped.d.cts +50 -50
  206. package/dist/150/assetBalances/refundSkipped.d.ts +50 -50
  207. package/dist/150/bitcoinIngressEgress/ccmEgressInvalid.d.cts +4 -4
  208. package/dist/150/bitcoinIngressEgress/ccmEgressInvalid.d.ts +4 -4
  209. package/dist/150/bitcoinIngressEgress/depositBoosted.cjs +1 -1
  210. package/dist/150/bitcoinIngressEgress/depositBoosted.mjs +2 -2
  211. package/dist/150/bitcoinIngressEgress/depositFinalised.cjs +1 -1
  212. package/dist/150/bitcoinIngressEgress/depositFinalised.mjs +2 -2
  213. package/dist/150/common.cjs +66 -3
  214. package/dist/150/common.d.cts +214 -3
  215. package/dist/150/common.d.ts +214 -3
  216. package/dist/150/common.mjs +67 -4
  217. package/dist/150/ethereumIngressEgress/ccmEgressInvalid.d.cts +4 -4
  218. package/dist/150/ethereumIngressEgress/ccmEgressInvalid.d.ts +4 -4
  219. package/dist/150/ethereumIngressEgress/depositBoosted.cjs +1 -1
  220. package/dist/150/ethereumIngressEgress/depositBoosted.mjs +2 -2
  221. package/dist/150/ethereumIngressEgress/depositFinalised.cjs +1 -1
  222. package/dist/150/ethereumIngressEgress/depositFinalised.mjs +2 -2
  223. package/dist/150/ethereumIngressEgress/depositIgnored.cjs +1 -1
  224. package/dist/150/ethereumIngressEgress/depositIgnored.mjs +2 -2
  225. package/dist/150/polkadotIngressEgress/ccmBroadcastRequested.d.cts +2 -2
  226. package/dist/150/polkadotIngressEgress/ccmBroadcastRequested.d.ts +2 -2
  227. package/dist/150/polkadotIngressEgress/ccmEgressInvalid.d.cts +4 -4
  228. package/dist/150/polkadotIngressEgress/ccmEgressInvalid.d.ts +4 -4
  229. package/dist/150/polkadotIngressEgress/depositBoosted.cjs +1 -1
  230. package/dist/150/polkadotIngressEgress/depositBoosted.mjs +2 -2
  231. package/dist/150/polkadotIngressEgress/depositFinalised.cjs +1 -1
  232. package/dist/150/polkadotIngressEgress/depositFinalised.mjs +2 -2
  233. package/dist/150/polkadotIngressEgress/depositIgnored.cjs +1 -1
  234. package/dist/150/polkadotIngressEgress/depositIgnored.mjs +2 -2
  235. package/dist/150/solanaIngressEgress/ccmEgressInvalid.d.cts +16 -16
  236. package/dist/150/solanaIngressEgress/ccmEgressInvalid.d.ts +16 -16
  237. package/dist/150/solanaIngressEgress/depositBoosted.cjs +1 -1
  238. package/dist/150/solanaIngressEgress/depositBoosted.d.cts +4 -4
  239. package/dist/150/solanaIngressEgress/depositBoosted.d.ts +4 -4
  240. package/dist/150/solanaIngressEgress/depositBoosted.mjs +2 -2
  241. package/dist/150/solanaIngressEgress/depositFetchesScheduled.d.cts +2 -2
  242. package/dist/150/solanaIngressEgress/depositFetchesScheduled.d.ts +2 -2
  243. package/dist/150/solanaIngressEgress/depositFinalised.cjs +1 -1
  244. package/dist/150/solanaIngressEgress/depositFinalised.d.cts +3 -3
  245. package/dist/150/solanaIngressEgress/depositFinalised.d.ts +3 -3
  246. package/dist/150/solanaIngressEgress/depositFinalised.mjs +2 -2
  247. package/dist/150/solanaIngressEgress/depositIgnored.cjs +1 -1
  248. package/dist/150/solanaIngressEgress/depositIgnored.d.cts +2 -2
  249. package/dist/150/solanaIngressEgress/depositIgnored.d.ts +2 -2
  250. package/dist/150/solanaIngressEgress/depositIgnored.mjs +2 -2
  251. package/dist/150/solanaIngressEgress/depositWitnessRejected.d.cts +20 -20
  252. package/dist/150/solanaIngressEgress/depositWitnessRejected.d.ts +20 -20
  253. package/dist/150/solanaIngressEgress/failedToBuildAllBatchCall.d.cts +28 -28
  254. package/dist/150/solanaIngressEgress/failedToBuildAllBatchCall.d.ts +28 -28
  255. package/dist/150/solanaIngressEgress/insufficientBoostLiquidity.d.cts +3 -3
  256. package/dist/150/solanaIngressEgress/insufficientBoostLiquidity.d.ts +3 -3
  257. package/dist/150/solanaIngressEgress/transferFallbackRequested.d.cts +2 -2
  258. package/dist/150/solanaIngressEgress/transferFallbackRequested.d.ts +2 -2
  259. package/dist/160/arbitrumIngressEgress/depositBoosted.cjs +1 -1
  260. package/dist/160/arbitrumIngressEgress/depositBoosted.mjs +2 -2
  261. package/dist/160/arbitrumIngressEgress/depositFinalised.cjs +1 -1
  262. package/dist/160/arbitrumIngressEgress/depositFinalised.mjs +2 -2
  263. package/dist/160/bitcoinIngressEgress/ccmEgressInvalid.d.cts +14 -14
  264. package/dist/160/bitcoinIngressEgress/ccmEgressInvalid.d.ts +14 -14
  265. package/dist/160/bitcoinIngressEgress/depositBoosted.cjs +1 -1
  266. package/dist/160/bitcoinIngressEgress/depositBoosted.d.cts +8 -8
  267. package/dist/160/bitcoinIngressEgress/depositBoosted.d.ts +8 -8
  268. package/dist/160/bitcoinIngressEgress/depositBoosted.mjs +2 -2
  269. package/dist/160/bitcoinIngressEgress/depositFinalised.cjs +1 -1
  270. package/dist/160/bitcoinIngressEgress/depositFinalised.d.cts +2 -2
  271. package/dist/160/bitcoinIngressEgress/depositFinalised.d.ts +2 -2
  272. package/dist/160/bitcoinIngressEgress/depositFinalised.mjs +2 -2
  273. package/dist/160/common.cjs +35 -3
  274. package/dist/160/common.d.cts +175 -3
  275. package/dist/160/common.d.ts +175 -3
  276. package/dist/160/common.mjs +36 -4
  277. package/dist/160/environment/runtimeSafeModeUpdated.d.cts +28 -28
  278. package/dist/160/environment/runtimeSafeModeUpdated.d.ts +28 -28
  279. package/dist/160/ethereumIngressEgress/depositBoosted.cjs +1 -1
  280. package/dist/160/ethereumIngressEgress/depositBoosted.d.cts +10 -10
  281. package/dist/160/ethereumIngressEgress/depositBoosted.d.ts +10 -10
  282. package/dist/160/ethereumIngressEgress/depositBoosted.mjs +2 -2
  283. package/dist/160/ethereumIngressEgress/depositFinalised.cjs +1 -1
  284. package/dist/160/ethereumIngressEgress/depositFinalised.d.cts +6 -6
  285. package/dist/160/ethereumIngressEgress/depositFinalised.d.ts +6 -6
  286. package/dist/160/ethereumIngressEgress/depositFinalised.mjs +2 -2
  287. package/dist/160/liquidityPools/limitOrderUpdated.d.cts +10 -10
  288. package/dist/160/liquidityPools/limitOrderUpdated.d.ts +10 -10
  289. package/dist/160/liquidityPools/rangeOrderUpdated.d.cts +10 -10
  290. package/dist/160/liquidityPools/rangeOrderUpdated.d.ts +10 -10
  291. package/dist/160/liquidityProvider/assetTransferred.d.cts +3 -3
  292. package/dist/160/liquidityProvider/assetTransferred.d.ts +3 -3
  293. package/dist/160/liquidityProvider/liquidityDepositAddressReady.d.cts +2 -2
  294. package/dist/160/liquidityProvider/liquidityDepositAddressReady.d.ts +2 -2
  295. package/dist/160/polkadotIngressEgress/depositBoosted.cjs +1 -1
  296. package/dist/160/polkadotIngressEgress/depositBoosted.d.cts +10 -10
  297. package/dist/160/polkadotIngressEgress/depositBoosted.d.ts +10 -10
  298. package/dist/160/polkadotIngressEgress/depositBoosted.mjs +2 -2
  299. package/dist/160/polkadotIngressEgress/depositFinalised.cjs +1 -1
  300. package/dist/160/polkadotIngressEgress/depositFinalised.d.cts +6 -6
  301. package/dist/160/polkadotIngressEgress/depositFinalised.d.ts +6 -6
  302. package/dist/160/polkadotIngressEgress/depositFinalised.mjs +2 -2
  303. package/dist/160/solanaBroadcaster/transactionFeeDeficitRecorded.d.cts +2 -2
  304. package/dist/160/solanaBroadcaster/transactionFeeDeficitRecorded.d.ts +2 -2
  305. package/dist/160/solanaIngressEgress/boostFundsAdded.d.cts +2 -2
  306. package/dist/160/solanaIngressEgress/boostFundsAdded.d.ts +2 -2
  307. package/dist/160/solanaIngressEgress/ccmEgressInvalid.d.cts +50 -50
  308. package/dist/160/solanaIngressEgress/ccmEgressInvalid.d.ts +50 -50
  309. package/dist/160/solanaIngressEgress/depositBoosted.cjs +1 -1
  310. package/dist/160/solanaIngressEgress/depositBoosted.mjs +2 -2
  311. package/dist/160/solanaIngressEgress/depositFinalised.cjs +1 -1
  312. package/dist/160/solanaIngressEgress/depositFinalised.d.cts +2 -2
  313. package/dist/160/solanaIngressEgress/depositFinalised.d.ts +2 -2
  314. package/dist/160/solanaIngressEgress/depositFinalised.mjs +2 -2
  315. package/dist/160/solanaIngressEgress/depositIgnored.cjs +1 -1
  316. package/dist/160/solanaIngressEgress/depositIgnored.d.cts +2 -2
  317. package/dist/160/solanaIngressEgress/depositIgnored.d.ts +2 -2
  318. package/dist/160/solanaIngressEgress/depositIgnored.mjs +2 -2
  319. package/dist/160/solanaIngressEgress/depositWitnessRejected.d.cts +20 -20
  320. package/dist/160/solanaIngressEgress/depositWitnessRejected.d.ts +20 -20
  321. package/dist/160/swapping/batchSwapFailed.d.cts +6 -6
  322. package/dist/160/swapping/batchSwapFailed.d.ts +6 -6
  323. package/dist/160/swapping/ccmFailed.d.cts +70 -70
  324. package/dist/160/swapping/ccmFailed.d.ts +70 -70
  325. package/dist/160/swapping/maximumSwapAmountSet.d.cts +6 -6
  326. package/dist/160/swapping/maximumSwapAmountSet.d.ts +6 -6
  327. package/dist/160/swapping/refundEgressIgnored.d.cts +28 -28
  328. package/dist/160/swapping/refundEgressIgnored.d.ts +28 -28
  329. package/dist/160/swapping/refundEgressScheduled.d.cts +6 -6
  330. package/dist/160/swapping/refundEgressScheduled.d.ts +6 -6
  331. package/dist/160/swapping/swapAmountConfiscated.d.cts +6 -6
  332. package/dist/160/swapping/swapAmountConfiscated.d.ts +6 -6
  333. package/dist/160/swapping/swapDepositAddressReady.d.cts +83 -83
  334. package/dist/160/swapping/swapDepositAddressReady.d.ts +83 -83
  335. package/dist/160/swapping/swapEgressIgnored.d.cts +28 -28
  336. package/dist/160/swapping/swapEgressIgnored.d.ts +28 -28
  337. package/dist/160/swapping/swapEgressScheduled.d.cts +6 -6
  338. package/dist/160/swapping/swapEgressScheduled.d.ts +6 -6
  339. package/dist/160/swapping/swapExecuted.d.cts +12 -12
  340. package/dist/160/swapping/swapExecuted.d.ts +12 -12
  341. package/dist/160/swapping/swapRequested.d.cts +144 -144
  342. package/dist/160/swapping/swapRequested.d.ts +144 -144
  343. package/dist/160/swapping/withdrawalRequested.d.cts +26 -26
  344. package/dist/160/swapping/withdrawalRequested.d.ts +26 -26
  345. package/dist/170/arbitrumIngressEgress/boostedDepositLost.d.cts +2 -2
  346. package/dist/170/arbitrumIngressEgress/boostedDepositLost.d.ts +2 -2
  347. package/dist/170/arbitrumIngressEgress/ccmFailed.d.cts +101 -101
  348. package/dist/170/arbitrumIngressEgress/ccmFailed.d.ts +101 -101
  349. package/dist/170/arbitrumIngressEgress/depositIgnored.cjs +1 -1
  350. package/dist/170/arbitrumIngressEgress/depositIgnored.d.cts +6 -6
  351. package/dist/170/arbitrumIngressEgress/depositIgnored.d.ts +6 -6
  352. package/dist/170/arbitrumIngressEgress/depositIgnored.mjs +2 -2
  353. package/dist/170/arbitrumIngressEgress/failedToBuildAllBatchCall.d.cts +50 -50
  354. package/dist/170/arbitrumIngressEgress/failedToBuildAllBatchCall.d.ts +50 -50
  355. package/dist/170/bitcoinIngressEgress/boostedDepositLost.d.cts +2 -2
  356. package/dist/170/bitcoinIngressEgress/boostedDepositLost.d.ts +2 -2
  357. package/dist/170/bitcoinIngressEgress/ccmFailed.d.cts +101 -101
  358. package/dist/170/bitcoinIngressEgress/ccmFailed.d.ts +101 -101
  359. package/dist/170/bitcoinIngressEgress/depositBoosted.cjs +1 -1
  360. package/dist/170/bitcoinIngressEgress/depositBoosted.d.cts +30 -30
  361. package/dist/170/bitcoinIngressEgress/depositBoosted.d.ts +30 -30
  362. package/dist/170/bitcoinIngressEgress/depositBoosted.mjs +2 -2
  363. package/dist/170/bitcoinIngressEgress/depositFinalised.cjs +1 -1
  364. package/dist/170/bitcoinIngressEgress/depositFinalised.d.cts +30 -30
  365. package/dist/170/bitcoinIngressEgress/depositFinalised.d.ts +30 -30
  366. package/dist/170/bitcoinIngressEgress/depositFinalised.mjs +2 -2
  367. package/dist/170/bitcoinIngressEgress/depositIgnored.cjs +1 -1
  368. package/dist/170/bitcoinIngressEgress/depositIgnored.d.cts +30 -30
  369. package/dist/170/bitcoinIngressEgress/depositIgnored.d.ts +30 -30
  370. package/dist/170/bitcoinIngressEgress/depositIgnored.mjs +2 -2
  371. package/dist/170/bitcoinIngressEgress/depositWitnessRejected.d.cts +56 -56
  372. package/dist/170/bitcoinIngressEgress/depositWitnessRejected.d.ts +56 -56
  373. package/dist/170/bitcoinIngressEgress/failedToBuildAllBatchCall.d.cts +50 -50
  374. package/dist/170/bitcoinIngressEgress/failedToBuildAllBatchCall.d.ts +50 -50
  375. package/dist/170/bitcoinIngressEgress/transactionRejectedByBroker.d.cts +4 -4
  376. package/dist/170/bitcoinIngressEgress/transactionRejectedByBroker.d.ts +4 -4
  377. package/dist/170/bitcoinIngressEgress/transactionRejectionFailed.d.cts +4 -4
  378. package/dist/170/bitcoinIngressEgress/transactionRejectionFailed.d.ts +4 -4
  379. package/dist/170/common.cjs +27 -3
  380. package/dist/170/common.d.cts +39 -3
  381. package/dist/170/common.d.ts +39 -3
  382. package/dist/170/common.mjs +28 -4
  383. package/dist/170/ethereumIngressEgress/depositIgnored.cjs +1 -1
  384. package/dist/170/ethereumIngressEgress/depositIgnored.mjs +2 -2
  385. package/dist/170/polkadotIngressEgress/depositIgnored.cjs +1 -1
  386. package/dist/170/polkadotIngressEgress/depositIgnored.mjs +2 -2
  387. package/dist/170/solanaIngressEgress/depositIgnored.cjs +1 -1
  388. package/dist/170/solanaIngressEgress/depositIgnored.mjs +2 -2
  389. package/dist/170/swapping/minimumChunkSizeSet.d.cts +2 -2
  390. package/dist/170/swapping/minimumChunkSizeSet.d.ts +2 -2
  391. package/dist/170/swapping/swapRequested.d.cts +135 -135
  392. package/dist/170/swapping/swapRequested.d.ts +135 -135
  393. package/dist/180/arbitrumIngressEgress/ccmEgressInvalid.d.cts +11 -11
  394. package/dist/180/arbitrumIngressEgress/ccmEgressInvalid.d.ts +11 -11
  395. package/dist/180/arbitrumIngressEgress/depositBoosted.cjs +1 -1
  396. package/dist/180/arbitrumIngressEgress/depositBoosted.mjs +2 -2
  397. package/dist/180/arbitrumIngressEgress/depositFailed.cjs +2 -2
  398. package/dist/180/arbitrumIngressEgress/depositFailed.d.cts +11 -11
  399. package/dist/180/arbitrumIngressEgress/depositFailed.d.ts +11 -11
  400. package/dist/180/arbitrumIngressEgress/depositFailed.mjs +4 -4
  401. package/dist/180/arbitrumIngressEgress/depositFinalised.cjs +1 -1
  402. package/dist/180/arbitrumIngressEgress/depositFinalised.mjs +2 -2
  403. package/dist/180/arbitrumIngressEgress/failedToBuildAllBatchCall.d.cts +11 -11
  404. package/dist/180/arbitrumIngressEgress/failedToBuildAllBatchCall.d.ts +11 -11
  405. package/dist/180/bitcoinIngressEgress/ccmEgressInvalid.d.cts +11 -11
  406. package/dist/180/bitcoinIngressEgress/ccmEgressInvalid.d.ts +11 -11
  407. package/dist/180/bitcoinIngressEgress/depositBoosted.cjs +1 -1
  408. package/dist/180/bitcoinIngressEgress/depositBoosted.mjs +2 -2
  409. package/dist/180/bitcoinIngressEgress/depositFailed.cjs +2 -2
  410. package/dist/180/bitcoinIngressEgress/depositFailed.d.cts +377 -27
  411. package/dist/180/bitcoinIngressEgress/depositFailed.d.ts +377 -27
  412. package/dist/180/bitcoinIngressEgress/depositFailed.mjs +4 -4
  413. package/dist/180/bitcoinIngressEgress/depositFinalised.cjs +1 -1
  414. package/dist/180/bitcoinIngressEgress/depositFinalised.mjs +2 -2
  415. package/dist/180/bitcoinIngressEgress/failedToBuildAllBatchCall.d.cts +11 -11
  416. package/dist/180/bitcoinIngressEgress/failedToBuildAllBatchCall.d.ts +11 -11
  417. package/dist/180/common.cjs +165 -5
  418. package/dist/180/common.d.cts +6903 -323
  419. package/dist/180/common.d.ts +6903 -323
  420. package/dist/180/common.mjs +167 -7
  421. package/dist/180/ethereumIngressEgress/ccmEgressInvalid.d.cts +11 -11
  422. package/dist/180/ethereumIngressEgress/ccmEgressInvalid.d.ts +11 -11
  423. package/dist/180/ethereumIngressEgress/depositBoosted.cjs +1 -1
  424. package/dist/180/ethereumIngressEgress/depositBoosted.mjs +2 -2
  425. package/dist/180/ethereumIngressEgress/depositFailed.cjs +2 -2
  426. package/dist/180/ethereumIngressEgress/depositFailed.mjs +4 -4
  427. package/dist/180/ethereumIngressEgress/depositFinalised.cjs +1 -1
  428. package/dist/180/ethereumIngressEgress/depositFinalised.mjs +2 -2
  429. package/dist/180/ethereumIngressEgress/failedToBuildAllBatchCall.d.cts +11 -11
  430. package/dist/180/ethereumIngressEgress/failedToBuildAllBatchCall.d.ts +11 -11
  431. package/dist/180/polkadotIngressEgress/ccmEgressInvalid.d.cts +11 -11
  432. package/dist/180/polkadotIngressEgress/ccmEgressInvalid.d.ts +11 -11
  433. package/dist/180/polkadotIngressEgress/depositBoosted.cjs +1 -1
  434. package/dist/180/polkadotIngressEgress/depositBoosted.mjs +2 -2
  435. package/dist/180/polkadotIngressEgress/depositFailed.cjs +2 -2
  436. package/dist/180/polkadotIngressEgress/depositFailed.d.cts +18 -36
  437. package/dist/180/polkadotIngressEgress/depositFailed.d.ts +18 -36
  438. package/dist/180/polkadotIngressEgress/depositFailed.mjs +4 -4
  439. package/dist/180/polkadotIngressEgress/depositFinalised.cjs +1 -1
  440. package/dist/180/polkadotIngressEgress/depositFinalised.mjs +2 -2
  441. package/dist/180/polkadotIngressEgress/failedToBuildAllBatchCall.d.cts +11 -11
  442. package/dist/180/polkadotIngressEgress/failedToBuildAllBatchCall.d.ts +11 -11
  443. package/dist/180/solanaIngressEgress/ccmEgressInvalid.d.cts +11 -11
  444. package/dist/180/solanaIngressEgress/ccmEgressInvalid.d.ts +11 -11
  445. package/dist/180/solanaIngressEgress/depositBoosted.cjs +1 -1
  446. package/dist/180/solanaIngressEgress/depositBoosted.mjs +2 -2
  447. package/dist/180/solanaIngressEgress/depositFailed.cjs +2 -2
  448. package/dist/180/solanaIngressEgress/depositFailed.d.cts +11 -36
  449. package/dist/180/solanaIngressEgress/depositFailed.d.ts +11 -36
  450. package/dist/180/solanaIngressEgress/depositFailed.mjs +4 -4
  451. package/dist/180/solanaIngressEgress/depositFinalised.cjs +1 -1
  452. package/dist/180/solanaIngressEgress/depositFinalised.mjs +2 -2
  453. package/dist/180/solanaIngressEgress/failedToBuildAllBatchCall.d.cts +11 -11
  454. package/dist/180/solanaIngressEgress/failedToBuildAllBatchCall.d.ts +11 -11
  455. package/package.json +1 -1
@@ -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
- __kind: "Eth";
31
30
  value: `0x${string}`;
32
- }, {
33
31
  __kind: "Eth";
32
+ }, {
34
33
  value: string;
34
+ __kind: "Eth";
35
35
  }>, {
36
36
  chain: "Ethereum";
37
37
  address: `0x${string}`;
38
38
  }, {
39
- __kind: "Eth";
40
39
  value: string;
40
+ __kind: "Eth";
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
- __kind: "Dot";
46
45
  value: `0x${string}`;
47
- }, {
48
46
  __kind: "Dot";
47
+ }, {
49
48
  value: string;
49
+ __kind: "Dot";
50
50
  }>, {
51
51
  chain: "Polkadot";
52
52
  address: string;
53
53
  }, {
54
- __kind: "Dot";
55
54
  value: string;
55
+ __kind: "Dot";
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
- __kind: "Btc";
61
60
  value: `0x${string}`;
62
- }, {
63
61
  __kind: "Btc";
62
+ }, {
64
63
  value: string;
64
+ __kind: "Btc";
65
65
  }>, {
66
66
  chain: "Bitcoin";
67
67
  address: string;
68
68
  }, {
69
- __kind: "Btc";
70
69
  value: string;
70
+ __kind: "Btc";
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
- __kind: "Arb";
76
75
  value: `0x${string}`;
77
- }, {
78
76
  __kind: "Arb";
77
+ }, {
79
78
  value: string;
79
+ __kind: "Arb";
80
80
  }>, {
81
81
  chain: "Arbitrum";
82
82
  address: `0x${string}`;
83
83
  }, {
84
- __kind: "Arb";
85
84
  value: string;
85
+ __kind: "Arb";
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
- __kind: "Sol";
91
90
  value: `0x${string}`;
92
- }, {
93
91
  __kind: "Sol";
92
+ }, {
94
93
  value: string;
94
+ __kind: "Sol";
95
95
  }>, {
96
96
  chain: "Solana";
97
97
  address: string;
98
98
  }, {
99
- __kind: "Sol";
100
99
  value: string;
100
+ __kind: "Sol";
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
- __kind: "Eth";
128
127
  value: string;
128
+ __kind: "Eth";
129
129
  } | {
130
- __kind: "Dot";
131
130
  value: string;
131
+ __kind: "Dot";
132
132
  } | {
133
- __kind: "Btc";
134
133
  value: string;
134
+ __kind: "Btc";
135
135
  } | {
136
- __kind: "Arb";
137
136
  value: string;
137
+ __kind: "Arb";
138
138
  } | {
139
- __kind: "Sol";
140
139
  value: string;
140
+ __kind: "Sol";
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
- __kind: "Eth";
179
178
  value: `0x${string}`;
180
- }, {
181
179
  __kind: "Eth";
180
+ }, {
182
181
  value: string;
182
+ __kind: "Eth";
183
183
  }>, {
184
184
  chain: "Ethereum";
185
185
  address: `0x${string}`;
186
186
  }, {
187
- __kind: "Eth";
188
187
  value: string;
188
+ __kind: "Eth";
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
- __kind: "Dot";
194
193
  value: `0x${string}`;
195
- }, {
196
194
  __kind: "Dot";
195
+ }, {
197
196
  value: string;
197
+ __kind: "Dot";
198
198
  }>, {
199
199
  chain: "Polkadot";
200
200
  address: string;
201
201
  }, {
202
- __kind: "Dot";
203
202
  value: string;
203
+ __kind: "Dot";
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
- __kind: "Btc";
209
208
  value: `0x${string}`;
210
- }, {
211
209
  __kind: "Btc";
210
+ }, {
212
211
  value: string;
212
+ __kind: "Btc";
213
213
  }>, {
214
214
  chain: "Bitcoin";
215
215
  address: string;
216
216
  }, {
217
- __kind: "Btc";
218
217
  value: string;
218
+ __kind: "Btc";
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
- __kind: "Arb";
224
223
  value: `0x${string}`;
225
- }, {
226
224
  __kind: "Arb";
225
+ }, {
227
226
  value: string;
227
+ __kind: "Arb";
228
228
  }>, {
229
229
  chain: "Arbitrum";
230
230
  address: `0x${string}`;
231
231
  }, {
232
- __kind: "Arb";
233
232
  value: string;
233
+ __kind: "Arb";
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
- __kind: "Sol";
239
238
  value: `0x${string}`;
240
- }, {
241
239
  __kind: "Sol";
240
+ }, {
242
241
  value: string;
242
+ __kind: "Sol";
243
243
  }>, {
244
244
  chain: "Solana";
245
245
  address: string;
246
246
  }, {
247
- __kind: "Sol";
248
247
  value: string;
248
+ __kind: "Sol";
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
- __kind: "Eth";
272
271
  value: string;
272
+ __kind: "Eth";
273
273
  } | {
274
- __kind: "Dot";
275
274
  value: string;
275
+ __kind: "Dot";
276
276
  } | {
277
- __kind: "Btc";
278
277
  value: string;
278
+ __kind: "Btc";
279
279
  } | {
280
- __kind: "Arb";
281
280
  value: string;
281
+ __kind: "Arb";
282
282
  } | {
283
- __kind: "Sol";
284
283
  value: string;
284
+ __kind: "Sol";
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
- __kind: "Eth";
293
292
  value: `0x${string}`;
294
- }, {
295
293
  __kind: "Eth";
294
+ }, {
296
295
  value: string;
296
+ __kind: "Eth";
297
297
  }>, {
298
298
  chain: "Ethereum";
299
299
  address: `0x${string}`;
300
300
  }, {
301
- __kind: "Eth";
302
301
  value: string;
302
+ __kind: "Eth";
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
- __kind: "Dot";
308
307
  value: `0x${string}`;
309
- }, {
310
308
  __kind: "Dot";
309
+ }, {
311
310
  value: string;
311
+ __kind: "Dot";
312
312
  }>, {
313
313
  chain: "Polkadot";
314
314
  address: string;
315
315
  }, {
316
- __kind: "Dot";
317
316
  value: string;
317
+ __kind: "Dot";
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
- __kind: "Btc";
323
322
  value: `0x${string}`;
324
- }, {
325
323
  __kind: "Btc";
324
+ }, {
326
325
  value: string;
326
+ __kind: "Btc";
327
327
  }>, {
328
328
  chain: "Bitcoin";
329
329
  address: string;
330
330
  }, {
331
- __kind: "Btc";
332
331
  value: string;
332
+ __kind: "Btc";
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
- __kind: "Arb";
338
337
  value: `0x${string}`;
339
- }, {
340
338
  __kind: "Arb";
339
+ }, {
341
340
  value: string;
341
+ __kind: "Arb";
342
342
  }>, {
343
343
  chain: "Arbitrum";
344
344
  address: `0x${string}`;
345
345
  }, {
346
- __kind: "Arb";
347
346
  value: string;
347
+ __kind: "Arb";
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
- __kind: "Sol";
353
352
  value: `0x${string}`;
354
- }, {
355
353
  __kind: "Sol";
354
+ }, {
356
355
  value: string;
356
+ __kind: "Sol";
357
357
  }>, {
358
358
  chain: "Solana";
359
359
  address: string;
360
360
  }, {
361
- __kind: "Sol";
362
361
  value: string;
362
+ __kind: "Sol";
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
- __kind: "Eth";
393
392
  value: `0x${string}`;
394
- }, {
395
393
  __kind: "Eth";
394
+ }, {
396
395
  value: string;
396
+ __kind: "Eth";
397
397
  }>, {
398
398
  chain: "Ethereum";
399
399
  address: `0x${string}`;
400
400
  }, {
401
- __kind: "Eth";
402
401
  value: string;
402
+ __kind: "Eth";
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
- __kind: "Dot";
408
407
  value: `0x${string}`;
409
- }, {
410
408
  __kind: "Dot";
409
+ }, {
411
410
  value: string;
411
+ __kind: "Dot";
412
412
  }>, {
413
413
  chain: "Polkadot";
414
414
  address: string;
415
415
  }, {
416
- __kind: "Dot";
417
416
  value: string;
417
+ __kind: "Dot";
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
- __kind: "Btc";
423
422
  value: `0x${string}`;
424
- }, {
425
423
  __kind: "Btc";
424
+ }, {
426
425
  value: string;
426
+ __kind: "Btc";
427
427
  }>, {
428
428
  chain: "Bitcoin";
429
429
  address: string;
430
430
  }, {
431
- __kind: "Btc";
432
431
  value: string;
432
+ __kind: "Btc";
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
- __kind: "Arb";
438
437
  value: `0x${string}`;
439
- }, {
440
438
  __kind: "Arb";
439
+ }, {
441
440
  value: string;
441
+ __kind: "Arb";
442
442
  }>, {
443
443
  chain: "Arbitrum";
444
444
  address: `0x${string}`;
445
445
  }, {
446
- __kind: "Arb";
447
446
  value: string;
447
+ __kind: "Arb";
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
- __kind: "Sol";
453
452
  value: `0x${string}`;
454
- }, {
455
453
  __kind: "Sol";
454
+ }, {
456
455
  value: string;
456
+ __kind: "Sol";
457
457
  }>, {
458
458
  chain: "Solana";
459
459
  address: string;
460
460
  }, {
461
- __kind: "Sol";
462
461
  value: string;
462
+ __kind: "Sol";
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
- __kind: "Eth";
498
497
  value: string;
498
+ __kind: "Eth";
499
499
  } | {
500
- __kind: "Dot";
501
500
  value: string;
501
+ __kind: "Dot";
502
502
  } | {
503
- __kind: "Btc";
504
503
  value: string;
504
+ __kind: "Btc";
505
505
  } | {
506
- __kind: "Arb";
507
506
  value: string;
507
+ __kind: "Arb";
508
508
  } | {
509
- __kind: "Sol";
510
509
  value: string;
510
+ __kind: "Sol";
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
- __kind: "Eth";
578
577
  value: string;
578
+ __kind: "Eth";
579
579
  } | {
580
- __kind: "Dot";
581
580
  value: string;
581
+ __kind: "Dot";
582
582
  } | {
583
- __kind: "Btc";
584
583
  value: string;
584
+ __kind: "Btc";
585
585
  } | {
586
- __kind: "Arb";
587
586
  value: string;
587
+ __kind: "Arb";
588
588
  } | {
589
- __kind: "Sol";
590
589
  value: string;
590
+ __kind: "Sol";
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
- __kind: "Eth";
654
653
  value: string;
654
+ __kind: "Eth";
655
655
  } | {
656
- __kind: "Dot";
657
656
  value: string;
657
+ __kind: "Dot";
658
658
  } | {
659
- __kind: "Btc";
660
659
  value: string;
660
+ __kind: "Btc";
661
661
  } | {
662
- __kind: "Arb";
663
662
  value: string;
663
+ __kind: "Arb";
664
664
  } | {
665
- __kind: "Sol";
666
665
  value: string;
666
+ __kind: "Sol";
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
- __kind: "Eth";
680
679
  value: string;
680
+ __kind: "Eth";
681
681
  } | {
682
- __kind: "Dot";
683
682
  value: string;
683
+ __kind: "Dot";
684
684
  } | {
685
- __kind: "Btc";
686
685
  value: string;
686
+ __kind: "Btc";
687
687
  } | {
688
- __kind: "Arb";
689
688
  value: string;
689
+ __kind: "Arb";
690
690
  } | {
691
- __kind: "Sol";
692
691
  value: string;
692
+ __kind: "Sol";
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
- __kind: "Eth";
711
710
  value: `0x${string}`;
712
- }, {
713
711
  __kind: "Eth";
712
+ }, {
714
713
  value: string;
714
+ __kind: "Eth";
715
715
  }>, {
716
716
  chain: "Ethereum";
717
717
  address: `0x${string}`;
718
718
  }, {
719
- __kind: "Eth";
720
719
  value: string;
720
+ __kind: "Eth";
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
- __kind: "Dot";
726
725
  value: `0x${string}`;
727
- }, {
728
726
  __kind: "Dot";
727
+ }, {
729
728
  value: string;
729
+ __kind: "Dot";
730
730
  }>, {
731
731
  chain: "Polkadot";
732
732
  address: string;
733
733
  }, {
734
- __kind: "Dot";
735
734
  value: string;
735
+ __kind: "Dot";
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
- __kind: "Btc";
741
740
  value: `0x${string}`;
742
- }, {
743
741
  __kind: "Btc";
742
+ }, {
744
743
  value: string;
744
+ __kind: "Btc";
745
745
  }>, {
746
746
  chain: "Bitcoin";
747
747
  address: string;
748
748
  }, {
749
- __kind: "Btc";
750
749
  value: string;
750
+ __kind: "Btc";
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
- __kind: "Arb";
756
755
  value: `0x${string}`;
757
- }, {
758
756
  __kind: "Arb";
757
+ }, {
759
758
  value: string;
759
+ __kind: "Arb";
760
760
  }>, {
761
761
  chain: "Arbitrum";
762
762
  address: `0x${string}`;
763
763
  }, {
764
- __kind: "Arb";
765
764
  value: string;
765
+ __kind: "Arb";
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
- __kind: "Sol";
771
770
  value: `0x${string}`;
772
- }, {
773
771
  __kind: "Sol";
772
+ }, {
774
773
  value: string;
774
+ __kind: "Sol";
775
775
  }>, {
776
776
  chain: "Solana";
777
777
  address: string;
778
778
  }, {
779
- __kind: "Sol";
780
779
  value: string;
780
+ __kind: "Sol";
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
- __kind: "Eth";
806
805
  value: string;
806
+ __kind: "Eth";
807
807
  } | {
808
- __kind: "Dot";
809
808
  value: string;
809
+ __kind: "Dot";
810
810
  } | {
811
- __kind: "Btc";
812
811
  value: string;
812
+ __kind: "Btc";
813
813
  } | {
814
- __kind: "Arb";
815
814
  value: string;
815
+ __kind: "Arb";
816
816
  } | {
817
- __kind: "Sol";
818
817
  value: string;
818
+ __kind: "Sol";
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
- __kind: "Eth";
972
971
  value: string;
972
+ __kind: "Eth";
973
973
  } | {
974
- __kind: "Dot";
975
974
  value: string;
975
+ __kind: "Dot";
976
976
  } | {
977
- __kind: "Btc";
978
977
  value: string;
978
+ __kind: "Btc";
979
979
  } | {
980
- __kind: "Arb";
981
980
  value: string;
981
+ __kind: "Arb";
982
982
  } | {
983
- __kind: "Sol";
984
983
  value: string;
984
+ __kind: "Sol";
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
- __kind: "Eth";
1002
1001
  value: string;
1002
+ __kind: "Eth";
1003
1003
  } | {
1004
- __kind: "Dot";
1005
1004
  value: string;
1005
+ __kind: "Dot";
1006
1006
  } | {
1007
- __kind: "Btc";
1008
1007
  value: string;
1008
+ __kind: "Btc";
1009
1009
  } | {
1010
- __kind: "Arb";
1011
1010
  value: string;
1011
+ __kind: "Arb";
1012
1012
  } | {
1013
- __kind: "Sol";
1014
1013
  value: string;
1014
+ __kind: "Sol";
1015
1015
  };
1016
1016
  } | {
1017
1017
  __kind: "Ccm";
1018
1018
  outputAddress: {
1019
- __kind: "Eth";
1020
1019
  value: string;
1020
+ __kind: "Eth";
1021
1021
  } | {
1022
- __kind: "Dot";
1023
1022
  value: string;
1023
+ __kind: "Dot";
1024
1024
  } | {
1025
- __kind: "Btc";
1026
1025
  value: string;
1026
+ __kind: "Btc";
1027
1027
  } | {
1028
- __kind: "Arb";
1029
1028
  value: string;
1029
+ __kind: "Arb";
1030
1030
  } | {
1031
- __kind: "Sol";
1032
1031
  value: string;
1032
+ __kind: "Sol";
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
- __kind: "Eth";
1046
1045
  value: string;
1046
+ __kind: "Eth";
1047
1047
  } | {
1048
- __kind: "Dot";
1049
1048
  value: string;
1049
+ __kind: "Dot";
1050
1050
  } | {
1051
- __kind: "Btc";
1052
1051
  value: string;
1052
+ __kind: "Btc";
1053
1053
  } | {
1054
- __kind: "Arb";
1055
1054
  value: string;
1055
+ __kind: "Arb";
1056
1056
  } | {
1057
- __kind: "Sol";
1058
1057
  value: string;
1058
+ __kind: "Sol";
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
- __kind: "Eth";
1074
1073
  value: string;
1074
+ __kind: "Eth";
1075
1075
  } | {
1076
- __kind: "Dot";
1077
1076
  value: string;
1077
+ __kind: "Dot";
1078
1078
  } | {
1079
- __kind: "Btc";
1080
1079
  value: string;
1080
+ __kind: "Btc";
1081
1081
  } | {
1082
- __kind: "Arb";
1083
1082
  value: string;
1083
+ __kind: "Arb";
1084
1084
  } | {
1085
- __kind: "Sol";
1086
1085
  value: string;
1086
+ __kind: "Sol";
1087
1087
  };
1088
1088
  minPrice: string | number;
1089
1089
  } | null | undefined;