@chainflip/processor 1.5.1 → 1.5.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 (271) hide show
  1. package/dist/100/bitcoinBroadcaster/transactionBroadcastRequest.d.cts +2 -2
  2. package/dist/100/bitcoinBroadcaster/transactionBroadcastRequest.d.ts +2 -2
  3. package/dist/100/common.cjs +15 -6
  4. package/dist/100/common.d.cts +25 -25
  5. package/dist/100/common.d.ts +25 -25
  6. package/dist/100/common.mjs +14 -5
  7. package/dist/100/environment/runtimeSafeModeUpdated.d.cts +28 -28
  8. package/dist/100/environment/runtimeSafeModeUpdated.d.ts +28 -28
  9. package/dist/100/funding/boundExecutorAddress.d.cts +2 -2
  10. package/dist/100/funding/boundExecutorAddress.d.ts +2 -2
  11. package/dist/100/funding/boundRedeemAddress.d.cts +2 -2
  12. package/dist/100/funding/boundRedeemAddress.d.ts +2 -2
  13. package/dist/100/funding/failedFundingAttempt.d.cts +2 -2
  14. package/dist/100/funding/failedFundingAttempt.d.ts +2 -2
  15. package/dist/100/funding/funded.d.cts +2 -2
  16. package/dist/100/funding/funded.d.ts +2 -2
  17. package/dist/100/funding/redemptionRequested.d.cts +2 -2
  18. package/dist/100/funding/redemptionRequested.d.ts +2 -2
  19. package/dist/100/liquidityProvider/liquidityDepositAddressReady.d.cts +15 -15
  20. package/dist/100/liquidityProvider/liquidityDepositAddressReady.d.ts +15 -15
  21. package/dist/100/liquidityProvider/withdrawalEgressScheduled.d.cts +15 -15
  22. package/dist/100/liquidityProvider/withdrawalEgressScheduled.d.ts +15 -15
  23. package/dist/100/swapping/batchSwapFailed.d.cts +2 -2
  24. package/dist/100/swapping/batchSwapFailed.d.ts +2 -2
  25. package/dist/100/swapping/ccmDepositReceived.d.cts +19 -19
  26. package/dist/100/swapping/ccmDepositReceived.d.ts +19 -19
  27. package/dist/100/swapping/ccmFailed.d.cts +15 -15
  28. package/dist/100/swapping/ccmFailed.d.ts +15 -15
  29. package/dist/100/swapping/swapAmountTooLow.d.cts +35 -35
  30. package/dist/100/swapping/swapAmountTooLow.d.ts +35 -35
  31. package/dist/100/swapping/swapDepositAddressReady.d.cts +36 -36
  32. package/dist/100/swapping/swapDepositAddressReady.d.ts +36 -36
  33. package/dist/100/swapping/swapScheduled.d.cts +37 -37
  34. package/dist/100/swapping/swapScheduled.d.ts +37 -37
  35. package/dist/100/swapping/withdrawalRequested.d.cts +15 -15
  36. package/dist/100/swapping/withdrawalRequested.d.ts +15 -15
  37. package/dist/102/common.cjs +3 -3
  38. package/dist/102/common.mjs +2 -2
  39. package/dist/111/common.cjs +3 -3
  40. package/dist/111/common.mjs +2 -2
  41. package/dist/111/liquidityPools/scheduledLimitOrderUpdateDispatchFailure.d.cts +2 -2
  42. package/dist/111/liquidityPools/scheduledLimitOrderUpdateDispatchFailure.d.ts +2 -2
  43. package/dist/120/common.cjs +15 -6
  44. package/dist/120/common.d.cts +10 -10
  45. package/dist/120/common.d.ts +10 -10
  46. package/dist/120/common.mjs +14 -5
  47. package/dist/120/liquidityProvider/withdrawalEgressScheduled.d.cts +15 -15
  48. package/dist/120/liquidityProvider/withdrawalEgressScheduled.d.ts +15 -15
  49. package/dist/120/swapping/ccmFailed.d.cts +15 -15
  50. package/dist/120/swapping/ccmFailed.d.ts +15 -15
  51. package/dist/120/swapping/withdrawalRequested.d.cts +15 -15
  52. package/dist/120/swapping/withdrawalRequested.d.ts +15 -15
  53. package/dist/131/common.cjs +15 -6
  54. package/dist/131/common.d.cts +25 -25
  55. package/dist/131/common.d.ts +25 -25
  56. package/dist/131/common.mjs +14 -5
  57. package/dist/131/environment/runtimeSafeModeUpdated.d.cts +40 -40
  58. package/dist/131/environment/runtimeSafeModeUpdated.d.ts +40 -40
  59. package/dist/131/liquidityProvider/liquidityDepositAddressReady.d.cts +15 -15
  60. package/dist/131/liquidityProvider/liquidityDepositAddressReady.d.ts +15 -15
  61. package/dist/131/liquidityProvider/withdrawalEgressScheduled.d.cts +15 -15
  62. package/dist/131/liquidityProvider/withdrawalEgressScheduled.d.ts +15 -15
  63. package/dist/131/swapping/batchSwapFailed.d.cts +8 -8
  64. package/dist/131/swapping/batchSwapFailed.d.ts +8 -8
  65. package/dist/131/swapping/ccmFailed.d.cts +35 -35
  66. package/dist/131/swapping/ccmFailed.d.ts +35 -35
  67. package/dist/131/swapping/maximumSwapAmountSet.d.cts +6 -6
  68. package/dist/131/swapping/maximumSwapAmountSet.d.ts +6 -6
  69. package/dist/131/swapping/swapAmountConfiscated.d.cts +12 -12
  70. package/dist/131/swapping/swapAmountConfiscated.d.ts +12 -12
  71. package/dist/131/swapping/swapDepositAddressReady.d.cts +48 -48
  72. package/dist/131/swapping/swapDepositAddressReady.d.ts +48 -48
  73. package/dist/131/swapping/swapEgressIgnored.d.cts +12 -12
  74. package/dist/131/swapping/swapEgressIgnored.d.ts +12 -12
  75. package/dist/131/swapping/swapEgressScheduled.d.cts +8 -8
  76. package/dist/131/swapping/swapEgressScheduled.d.ts +8 -8
  77. package/dist/131/swapping/swapExecuted.d.cts +12 -12
  78. package/dist/131/swapping/swapExecuted.d.ts +12 -12
  79. package/dist/131/swapping/swapScheduled.d.cts +49 -49
  80. package/dist/131/swapping/swapScheduled.d.ts +49 -49
  81. package/dist/131/swapping/withdrawalRequested.d.cts +21 -21
  82. package/dist/131/swapping/withdrawalRequested.d.ts +21 -21
  83. package/dist/141/bitcoinIngressEgress/boostFundsAdded.d.cts +2 -2
  84. package/dist/141/bitcoinIngressEgress/boostFundsAdded.d.ts +2 -2
  85. package/dist/141/bitcoinIngressEgress/depositBoosted.d.cts +4 -4
  86. package/dist/141/bitcoinIngressEgress/depositBoosted.d.ts +4 -4
  87. package/dist/141/bitcoinIngressEgress/depositFinalised.d.cts +4 -4
  88. package/dist/141/bitcoinIngressEgress/depositFinalised.d.ts +4 -4
  89. package/dist/141/bitcoinIngressEgress/insufficientBoostLiquidity.d.cts +3 -3
  90. package/dist/141/bitcoinIngressEgress/insufficientBoostLiquidity.d.ts +3 -3
  91. package/dist/141/common.cjs +19 -7
  92. package/dist/141/common.d.cts +30 -30
  93. package/dist/141/common.d.ts +30 -30
  94. package/dist/141/common.mjs +18 -6
  95. package/dist/141/evmThresholdSigner/failureReportProcessed.d.cts +2 -2
  96. package/dist/141/evmThresholdSigner/failureReportProcessed.d.ts +2 -2
  97. package/dist/141/evmThresholdSigner/retryRequested.d.cts +2 -2
  98. package/dist/141/evmThresholdSigner/retryRequested.d.ts +2 -2
  99. package/dist/141/evmThresholdSigner/thresholdDispatchComplete.d.cts +2 -2
  100. package/dist/141/evmThresholdSigner/thresholdDispatchComplete.d.ts +2 -2
  101. package/dist/141/evmThresholdSigner/thresholdSignatureFailed.d.cts +2 -2
  102. package/dist/141/evmThresholdSigner/thresholdSignatureFailed.d.ts +2 -2
  103. package/dist/141/evmThresholdSigner/thresholdSignatureRequest.d.cts +2 -2
  104. package/dist/141/evmThresholdSigner/thresholdSignatureRequest.d.ts +2 -2
  105. package/dist/141/evmThresholdSigner/thresholdSignatureSuccess.d.cts +2 -2
  106. package/dist/141/evmThresholdSigner/thresholdSignatureSuccess.d.ts +2 -2
  107. package/dist/141/liquidityPools/limitOrderUpdated.d.cts +4 -4
  108. package/dist/141/liquidityPools/limitOrderUpdated.d.ts +4 -4
  109. package/dist/141/liquidityPools/rangeOrderUpdated.d.cts +4 -4
  110. package/dist/141/liquidityPools/rangeOrderUpdated.d.ts +4 -4
  111. package/dist/141/liquidityProvider/liquidityDepositAddressReady.d.cts +18 -18
  112. package/dist/141/liquidityProvider/liquidityDepositAddressReady.d.ts +18 -18
  113. package/dist/141/liquidityProvider/withdrawalEgressScheduled.d.cts +18 -18
  114. package/dist/141/liquidityProvider/withdrawalEgressScheduled.d.ts +18 -18
  115. package/dist/141/polkadotIngressEgress/boostFundsAdded.d.cts +2 -2
  116. package/dist/141/polkadotIngressEgress/boostFundsAdded.d.ts +2 -2
  117. package/dist/141/polkadotIngressEgress/ccmEgressInvalid.d.cts +16 -16
  118. package/dist/141/polkadotIngressEgress/ccmEgressInvalid.d.ts +16 -16
  119. package/dist/141/polkadotIngressEgress/stoppedBoosting.d.cts +2 -2
  120. package/dist/141/polkadotIngressEgress/stoppedBoosting.d.ts +2 -2
  121. package/dist/141/swapping/batchSwapFailed.d.cts +8 -8
  122. package/dist/141/swapping/batchSwapFailed.d.ts +8 -8
  123. package/dist/141/swapping/ccmDepositReceived.d.cts +90 -90
  124. package/dist/141/swapping/ccmDepositReceived.d.ts +90 -90
  125. package/dist/141/swapping/ccmFailed.d.cts +126 -126
  126. package/dist/141/swapping/ccmFailed.d.ts +126 -126
  127. package/dist/141/swapping/maximumSwapAmountSet.d.cts +6 -6
  128. package/dist/141/swapping/maximumSwapAmountSet.d.ts +6 -6
  129. package/dist/141/swapping/swapAmountConfiscated.d.cts +12 -12
  130. package/dist/141/swapping/swapAmountConfiscated.d.ts +12 -12
  131. package/dist/141/swapping/swapDepositAddressReady.d.cts +64 -64
  132. package/dist/141/swapping/swapDepositAddressReady.d.ts +64 -64
  133. package/dist/141/swapping/swapEgressIgnored.d.cts +24 -24
  134. package/dist/141/swapping/swapEgressIgnored.d.ts +24 -24
  135. package/dist/141/swapping/swapEgressScheduled.d.cts +11 -11
  136. package/dist/141/swapping/swapEgressScheduled.d.ts +11 -11
  137. package/dist/141/swapping/swapExecuted.d.cts +88 -88
  138. package/dist/141/swapping/swapExecuted.d.ts +88 -88
  139. package/dist/141/swapping/swapScheduled.d.cts +150 -150
  140. package/dist/141/swapping/swapScheduled.d.ts +150 -150
  141. package/dist/141/swapping/withdrawalRequested.d.cts +36 -36
  142. package/dist/141/swapping/withdrawalRequested.d.ts +36 -36
  143. package/dist/150/arbitrumIngressEgress/ccmBroadcastRequested.d.cts +2 -2
  144. package/dist/150/arbitrumIngressEgress/ccmBroadcastRequested.d.ts +2 -2
  145. package/dist/150/arbitrumIngressEgress/ccmEgressInvalid.d.cts +4 -4
  146. package/dist/150/arbitrumIngressEgress/ccmEgressInvalid.d.ts +4 -4
  147. package/dist/150/assetBalances/refundScheduled.d.cts +50 -50
  148. package/dist/150/assetBalances/refundScheduled.d.ts +50 -50
  149. package/dist/150/assetBalances/refundSkipped.d.cts +70 -70
  150. package/dist/150/assetBalances/refundSkipped.d.ts +70 -70
  151. package/dist/150/common.cjs +25 -8
  152. package/dist/150/common.d.cts +64 -64
  153. package/dist/150/common.d.ts +64 -64
  154. package/dist/150/common.mjs +24 -7
  155. package/dist/150/liquidityPools/limitOrderUpdated.d.cts +8 -8
  156. package/dist/150/liquidityPools/limitOrderUpdated.d.ts +8 -8
  157. package/dist/150/liquidityPools/rangeOrderUpdated.d.cts +8 -8
  158. package/dist/150/liquidityPools/rangeOrderUpdated.d.ts +8 -8
  159. package/dist/150/liquidityProvider/liquidityDepositAddressReady.d.cts +24 -24
  160. package/dist/150/liquidityProvider/liquidityDepositAddressReady.d.ts +24 -24
  161. package/dist/150/liquidityProvider/withdrawalEgressScheduled.d.cts +24 -24
  162. package/dist/150/liquidityProvider/withdrawalEgressScheduled.d.ts +24 -24
  163. package/dist/150/polkadotIngressEgress/ccmEgressInvalid.d.cts +4 -4
  164. package/dist/150/polkadotIngressEgress/ccmEgressInvalid.d.ts +4 -4
  165. package/dist/150/solanaIngressEgress/boostFundsAdded.d.cts +2 -2
  166. package/dist/150/solanaIngressEgress/boostFundsAdded.d.ts +2 -2
  167. package/dist/150/solanaIngressEgress/ccmEgressInvalid.d.cts +16 -16
  168. package/dist/150/solanaIngressEgress/ccmEgressInvalid.d.ts +16 -16
  169. package/dist/150/solanaIngressEgress/depositFinalised.d.cts +2 -2
  170. package/dist/150/solanaIngressEgress/depositFinalised.d.ts +2 -2
  171. package/dist/150/solanaIngressEgress/depositIgnored.d.cts +2 -2
  172. package/dist/150/solanaIngressEgress/depositIgnored.d.ts +2 -2
  173. package/dist/150/solanaIngressEgress/depositWitnessRejected.d.cts +20 -20
  174. package/dist/150/solanaIngressEgress/depositWitnessRejected.d.ts +20 -20
  175. package/dist/150/solanaIngressEgress/failedToBuildAllBatchCall.d.cts +28 -28
  176. package/dist/150/solanaIngressEgress/failedToBuildAllBatchCall.d.ts +28 -28
  177. package/dist/150/solanaThresholdSigner/failureReportProcessed.d.cts +2 -2
  178. package/dist/150/solanaThresholdSigner/failureReportProcessed.d.ts +2 -2
  179. package/dist/150/solanaThresholdSigner/retryRequested.d.cts +2 -2
  180. package/dist/150/solanaThresholdSigner/retryRequested.d.ts +2 -2
  181. package/dist/150/solanaThresholdSigner/thresholdDispatchComplete.d.cts +2 -2
  182. package/dist/150/solanaThresholdSigner/thresholdDispatchComplete.d.ts +2 -2
  183. package/dist/150/solanaThresholdSigner/thresholdSignatureFailed.d.cts +2 -2
  184. package/dist/150/solanaThresholdSigner/thresholdSignatureFailed.d.ts +2 -2
  185. package/dist/150/solanaThresholdSigner/thresholdSignatureRequest.d.cts +2 -2
  186. package/dist/150/solanaThresholdSigner/thresholdSignatureRequest.d.ts +2 -2
  187. package/dist/150/solanaThresholdSigner/thresholdSignatureSuccess.d.cts +2 -2
  188. package/dist/150/solanaThresholdSigner/thresholdSignatureSuccess.d.ts +2 -2
  189. package/dist/150/swapping/batchSwapFailed.d.cts +8 -8
  190. package/dist/150/swapping/batchSwapFailed.d.ts +8 -8
  191. package/dist/150/swapping/ccmDepositReceived.d.cts +104 -104
  192. package/dist/150/swapping/ccmDepositReceived.d.ts +104 -104
  193. package/dist/150/swapping/ccmFailed.d.cts +151 -151
  194. package/dist/150/swapping/ccmFailed.d.ts +151 -151
  195. package/dist/150/swapping/maximumSwapAmountSet.d.cts +6 -6
  196. package/dist/150/swapping/maximumSwapAmountSet.d.ts +6 -6
  197. package/dist/150/swapping/refundEgressIgnored.d.cts +24 -24
  198. package/dist/150/swapping/refundEgressIgnored.d.ts +24 -24
  199. package/dist/150/swapping/refundEgressScheduled.d.cts +8 -8
  200. package/dist/150/swapping/refundEgressScheduled.d.ts +8 -8
  201. package/dist/150/swapping/swapAmountConfiscated.d.cts +12 -12
  202. package/dist/150/swapping/swapAmountConfiscated.d.ts +12 -12
  203. package/dist/150/swapping/swapDepositAddressReady.d.cts +127 -127
  204. package/dist/150/swapping/swapDepositAddressReady.d.ts +127 -127
  205. package/dist/150/swapping/swapEgressIgnored.d.cts +24 -24
  206. package/dist/150/swapping/swapEgressIgnored.d.ts +24 -24
  207. package/dist/150/swapping/swapEgressScheduled.d.cts +8 -8
  208. package/dist/150/swapping/swapEgressScheduled.d.ts +8 -8
  209. package/dist/150/swapping/swapExecuted.d.cts +94 -94
  210. package/dist/150/swapping/swapExecuted.d.ts +94 -94
  211. package/dist/150/swapping/swapScheduled.d.cts +175 -175
  212. package/dist/150/swapping/swapScheduled.d.ts +175 -175
  213. package/dist/150/swapping/withdrawalRequested.d.cts +40 -40
  214. package/dist/150/swapping/withdrawalRequested.d.ts +40 -40
  215. package/dist/160/arbitrumIngressEgress/ccmEgressInvalid.d.cts +61 -61
  216. package/dist/160/arbitrumIngressEgress/ccmEgressInvalid.d.ts +61 -61
  217. package/dist/160/arbitrumIngressEgress/depositBoosted.d.cts +8 -8
  218. package/dist/160/arbitrumIngressEgress/depositBoosted.d.ts +8 -8
  219. package/dist/160/arbitrumIngressEgress/depositFinalised.d.cts +6 -6
  220. package/dist/160/arbitrumIngressEgress/depositFinalised.d.ts +6 -6
  221. package/dist/160/bitcoinIngressEgress/ccmEgressInvalid.d.cts +14 -14
  222. package/dist/160/bitcoinIngressEgress/ccmEgressInvalid.d.ts +14 -14
  223. package/dist/160/bitcoinIngressEgress/depositBoosted.d.cts +8 -8
  224. package/dist/160/bitcoinIngressEgress/depositBoosted.d.ts +8 -8
  225. package/dist/160/bitcoinIngressEgress/depositFinalised.d.cts +6 -6
  226. package/dist/160/bitcoinIngressEgress/depositFinalised.d.ts +6 -6
  227. package/dist/160/common.cjs +25 -8
  228. package/dist/160/common.d.cts +88 -88
  229. package/dist/160/common.d.ts +88 -88
  230. package/dist/160/common.mjs +24 -7
  231. package/dist/160/liquidityPools/limitOrderUpdated.d.cts +8 -8
  232. package/dist/160/liquidityPools/limitOrderUpdated.d.ts +8 -8
  233. package/dist/160/liquidityPools/rangeOrderUpdated.d.cts +8 -8
  234. package/dist/160/liquidityPools/rangeOrderUpdated.d.ts +8 -8
  235. package/dist/160/liquidityProvider/accountCredited.d.cts +2 -2
  236. package/dist/160/liquidityProvider/accountCredited.d.ts +2 -2
  237. package/dist/160/liquidityProvider/accountDebited.d.cts +2 -2
  238. package/dist/160/liquidityProvider/accountDebited.d.ts +2 -2
  239. package/dist/160/liquidityProvider/liquidityDepositAddressReady.d.cts +28 -28
  240. package/dist/160/liquidityProvider/liquidityDepositAddressReady.d.ts +28 -28
  241. package/dist/160/liquidityProvider/liquidityDepositCredited.d.cts +2 -2
  242. package/dist/160/liquidityProvider/liquidityDepositCredited.d.ts +2 -2
  243. package/dist/160/liquidityProvider/withdrawalEgressScheduled.d.cts +24 -24
  244. package/dist/160/liquidityProvider/withdrawalEgressScheduled.d.ts +24 -24
  245. package/dist/160/swapping/batchSwapFailed.d.cts +8 -8
  246. package/dist/160/swapping/batchSwapFailed.d.ts +8 -8
  247. package/dist/160/swapping/ccmFailed.d.cts +56 -56
  248. package/dist/160/swapping/ccmFailed.d.ts +56 -56
  249. package/dist/160/swapping/maximumSwapAmountSet.d.cts +6 -6
  250. package/dist/160/swapping/maximumSwapAmountSet.d.ts +6 -6
  251. package/dist/160/swapping/refundEgressIgnored.d.cts +12 -12
  252. package/dist/160/swapping/refundEgressIgnored.d.ts +12 -12
  253. package/dist/160/swapping/refundEgressScheduled.d.cts +8 -8
  254. package/dist/160/swapping/refundEgressScheduled.d.ts +8 -8
  255. package/dist/160/swapping/swapAmountConfiscated.d.cts +7 -7
  256. package/dist/160/swapping/swapAmountConfiscated.d.ts +7 -7
  257. package/dist/160/swapping/swapDepositAddressReady.d.cts +66 -66
  258. package/dist/160/swapping/swapDepositAddressReady.d.ts +66 -66
  259. package/dist/160/swapping/swapEgressIgnored.d.cts +12 -12
  260. package/dist/160/swapping/swapEgressIgnored.d.ts +12 -12
  261. package/dist/160/swapping/swapEgressScheduled.d.cts +8 -8
  262. package/dist/160/swapping/swapEgressScheduled.d.ts +8 -8
  263. package/dist/160/swapping/swapExecuted.d.cts +12 -12
  264. package/dist/160/swapping/swapExecuted.d.ts +12 -12
  265. package/dist/160/swapping/swapRequested.d.cts +110 -110
  266. package/dist/160/swapping/swapRequested.d.ts +110 -110
  267. package/dist/160/swapping/withdrawalRequested.d.cts +30 -30
  268. package/dist/160/swapping/withdrawalRequested.d.ts +30 -30
  269. package/dist/Processor.cjs +7 -1
  270. package/dist/Processor.mjs +7 -1
  271. package/package.json +1 -1
@@ -11,50 +11,50 @@ declare const swappingCcmFailed: z.ZodObject<{
11
11
  __kind: "UnsupportedForTargetChain" | "InsufficientDepositAmount";
12
12
  }>;
13
13
  destinationAddress: z.ZodUnion<[z.ZodObject<{
14
- __kind: z.ZodLiteral<"Eth">;
14
+ __kind: z.ZodEffects<z.ZodLiteral<"Eth">, "Ethereum", "Eth">;
15
15
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
16
16
  }, "strip", z.ZodTypeAny, {
17
+ __kind: "Ethereum";
17
18
  value: `0x${string}`;
18
- __kind: "Eth";
19
19
  }, {
20
- value: string;
21
20
  __kind: "Eth";
21
+ value: string;
22
22
  }>, z.ZodObject<{
23
- __kind: z.ZodLiteral<"Dot">;
24
- value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
23
+ __kind: z.ZodEffects<z.ZodLiteral<"Dot">, "Polkadot", "Dot">;
24
+ value: z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, string, string>;
25
25
  }, "strip", z.ZodTypeAny, {
26
- value: `0x${string}`;
27
- __kind: "Dot";
28
- }, {
26
+ __kind: "Polkadot";
29
27
  value: string;
28
+ }, {
30
29
  __kind: "Dot";
30
+ value: string;
31
31
  }>, z.ZodObject<{
32
- __kind: z.ZodLiteral<"Btc">;
33
- value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
32
+ __kind: z.ZodEffects<z.ZodLiteral<"Btc">, "Bitcoin", "Btc">;
33
+ value: z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, string, string>;
34
34
  }, "strip", z.ZodTypeAny, {
35
- value: `0x${string}`;
36
- __kind: "Btc";
37
- }, {
35
+ __kind: "Bitcoin";
38
36
  value: string;
37
+ }, {
39
38
  __kind: "Btc";
39
+ value: string;
40
40
  }>, z.ZodObject<{
41
- __kind: z.ZodLiteral<"Arb">;
41
+ __kind: z.ZodEffects<z.ZodLiteral<"Arb">, "Arbitrum", "Arb">;
42
42
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
43
43
  }, "strip", z.ZodTypeAny, {
44
+ __kind: "Arbitrum";
44
45
  value: `0x${string}`;
45
- __kind: "Arb";
46
46
  }, {
47
- value: string;
48
47
  __kind: "Arb";
48
+ value: string;
49
49
  }>, z.ZodObject<{
50
- __kind: z.ZodLiteral<"Sol">;
51
- value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
50
+ __kind: z.ZodEffects<z.ZodLiteral<"Sol">, "Solana", "Sol">;
51
+ value: z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, string, string>;
52
52
  }, "strip", z.ZodTypeAny, {
53
- value: `0x${string}`;
54
- __kind: "Sol";
55
- }, {
53
+ __kind: "Solana";
56
54
  value: string;
55
+ }, {
57
56
  __kind: "Sol";
57
+ value: string;
58
58
  }>]>;
59
59
  depositMetadata: z.ZodObject<{
60
60
  sourceChain: z.ZodEffects<z.ZodObject<{
@@ -70,67 +70,67 @@ declare const swappingCcmFailed: z.ZodObject<{
70
70
  __kind: z.ZodLiteral<"Eth">;
71
71
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
72
72
  }, "strip", z.ZodTypeAny, {
73
- value: `0x${string}`;
74
73
  __kind: "Eth";
74
+ value: `0x${string}`;
75
75
  }, {
76
- value: string;
77
76
  __kind: "Eth";
77
+ value: string;
78
78
  }>, z.ZodObject<{
79
79
  __kind: z.ZodLiteral<"Dot">;
80
80
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
81
81
  }, "strip", z.ZodTypeAny, {
82
- value: `0x${string}`;
83
82
  __kind: "Dot";
83
+ value: `0x${string}`;
84
84
  }, {
85
- value: string;
86
85
  __kind: "Dot";
86
+ value: string;
87
87
  }>, z.ZodObject<{
88
88
  __kind: z.ZodLiteral<"Btc">;
89
89
  value: z.ZodUnion<[z.ZodObject<{
90
90
  __kind: z.ZodLiteral<"P2PKH">;
91
91
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
92
92
  }, "strip", z.ZodTypeAny, {
93
- value: `0x${string}`;
94
93
  __kind: "P2PKH";
94
+ value: `0x${string}`;
95
95
  }, {
96
- value: string;
97
96
  __kind: "P2PKH";
97
+ value: string;
98
98
  }>, z.ZodObject<{
99
99
  __kind: z.ZodLiteral<"P2SH">;
100
100
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
101
101
  }, "strip", z.ZodTypeAny, {
102
- value: `0x${string}`;
103
102
  __kind: "P2SH";
103
+ value: `0x${string}`;
104
104
  }, {
105
- value: string;
106
105
  __kind: "P2SH";
106
+ value: string;
107
107
  }>, z.ZodObject<{
108
108
  __kind: z.ZodLiteral<"P2WPKH">;
109
109
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
110
110
  }, "strip", z.ZodTypeAny, {
111
- value: `0x${string}`;
112
111
  __kind: "P2WPKH";
112
+ value: `0x${string}`;
113
113
  }, {
114
- value: string;
115
114
  __kind: "P2WPKH";
115
+ value: string;
116
116
  }>, z.ZodObject<{
117
117
  __kind: z.ZodLiteral<"P2WSH">;
118
118
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
119
119
  }, "strip", z.ZodTypeAny, {
120
- value: `0x${string}`;
121
120
  __kind: "P2WSH";
121
+ value: `0x${string}`;
122
122
  }, {
123
- value: string;
124
123
  __kind: "P2WSH";
124
+ value: string;
125
125
  }>, z.ZodObject<{
126
126
  __kind: z.ZodLiteral<"Taproot">;
127
127
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
128
128
  }, "strip", z.ZodTypeAny, {
129
- value: `0x${string}`;
130
129
  __kind: "Taproot";
130
+ value: `0x${string}`;
131
131
  }, {
132
- value: string;
133
132
  __kind: "Taproot";
133
+ value: string;
134
134
  }>, z.ZodObject<{
135
135
  __kind: z.ZodLiteral<"OtherSegwit">;
136
136
  version: z.ZodNumber;
@@ -145,67 +145,67 @@ declare const swappingCcmFailed: z.ZodObject<{
145
145
  program: string;
146
146
  }>]>;
147
147
  }, "strip", z.ZodTypeAny, {
148
+ __kind: "Btc";
148
149
  value: {
149
- value: `0x${string}`;
150
150
  __kind: "P2PKH";
151
- } | {
152
151
  value: `0x${string}`;
153
- __kind: "P2SH";
154
152
  } | {
153
+ __kind: "P2SH";
155
154
  value: `0x${string}`;
156
- __kind: "P2WPKH";
157
155
  } | {
156
+ __kind: "P2WPKH";
158
157
  value: `0x${string}`;
159
- __kind: "P2WSH";
160
158
  } | {
159
+ __kind: "P2WSH";
161
160
  value: `0x${string}`;
161
+ } | {
162
162
  __kind: "Taproot";
163
+ value: `0x${string}`;
163
164
  } | {
164
165
  __kind: "OtherSegwit";
165
166
  version: number;
166
167
  program: `0x${string}`;
167
168
  };
168
- __kind: "Btc";
169
169
  }, {
170
+ __kind: "Btc";
170
171
  value: {
171
- value: string;
172
172
  __kind: "P2PKH";
173
- } | {
174
173
  value: string;
175
- __kind: "P2SH";
176
174
  } | {
175
+ __kind: "P2SH";
177
176
  value: string;
178
- __kind: "P2WPKH";
179
177
  } | {
178
+ __kind: "P2WPKH";
180
179
  value: string;
181
- __kind: "P2WSH";
182
180
  } | {
181
+ __kind: "P2WSH";
183
182
  value: string;
183
+ } | {
184
184
  __kind: "Taproot";
185
+ value: string;
185
186
  } | {
186
187
  __kind: "OtherSegwit";
187
188
  version: number;
188
189
  program: string;
189
190
  };
190
- __kind: "Btc";
191
191
  }>, z.ZodObject<{
192
192
  __kind: z.ZodLiteral<"Arb">;
193
193
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
194
194
  }, "strip", z.ZodTypeAny, {
195
- value: `0x${string}`;
196
195
  __kind: "Arb";
196
+ value: `0x${string}`;
197
197
  }, {
198
- value: string;
199
198
  __kind: "Arb";
199
+ value: string;
200
200
  }>, z.ZodObject<{
201
201
  __kind: z.ZodLiteral<"Sol">;
202
202
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
203
203
  }, "strip", z.ZodTypeAny, {
204
- value: `0x${string}`;
205
204
  __kind: "Sol";
205
+ value: `0x${string}`;
206
206
  }, {
207
- value: string;
208
207
  __kind: "Sol";
208
+ value: string;
209
209
  }>]>>>;
210
210
  channelMetadata: z.ZodObject<{
211
211
  message: z.ZodEffects<z.ZodString, `0x${string}`, string>;
@@ -228,39 +228,39 @@ declare const swappingCcmFailed: z.ZodObject<{
228
228
  cfParameters: `0x${string}`;
229
229
  };
230
230
  sourceAddress?: {
231
- value: `0x${string}`;
232
231
  __kind: "Eth";
233
- } | {
234
232
  value: `0x${string}`;
233
+ } | {
235
234
  __kind: "Dot";
235
+ value: `0x${string}`;
236
236
  } | {
237
+ __kind: "Btc";
237
238
  value: {
238
- value: `0x${string}`;
239
239
  __kind: "P2PKH";
240
- } | {
241
240
  value: `0x${string}`;
242
- __kind: "P2SH";
243
241
  } | {
242
+ __kind: "P2SH";
244
243
  value: `0x${string}`;
245
- __kind: "P2WPKH";
246
244
  } | {
245
+ __kind: "P2WPKH";
247
246
  value: `0x${string}`;
248
- __kind: "P2WSH";
249
247
  } | {
248
+ __kind: "P2WSH";
250
249
  value: `0x${string}`;
250
+ } | {
251
251
  __kind: "Taproot";
252
+ value: `0x${string}`;
252
253
  } | {
253
254
  __kind: "OtherSegwit";
254
255
  version: number;
255
256
  program: `0x${string}`;
256
257
  };
257
- __kind: "Btc";
258
258
  } | {
259
- value: `0x${string}`;
260
259
  __kind: "Arb";
261
- } | {
262
260
  value: `0x${string}`;
261
+ } | {
263
262
  __kind: "Sol";
263
+ value: `0x${string}`;
264
264
  } | null | undefined;
265
265
  }, {
266
266
  sourceChain: {
@@ -272,128 +272,128 @@ declare const swappingCcmFailed: z.ZodObject<{
272
272
  cfParameters: string;
273
273
  };
274
274
  sourceAddress?: {
275
- value: string;
276
275
  __kind: "Eth";
277
- } | {
278
276
  value: string;
277
+ } | {
279
278
  __kind: "Dot";
279
+ value: string;
280
280
  } | {
281
+ __kind: "Btc";
281
282
  value: {
282
- value: string;
283
283
  __kind: "P2PKH";
284
- } | {
285
284
  value: string;
286
- __kind: "P2SH";
287
285
  } | {
286
+ __kind: "P2SH";
288
287
  value: string;
289
- __kind: "P2WPKH";
290
288
  } | {
289
+ __kind: "P2WPKH";
291
290
  value: string;
292
- __kind: "P2WSH";
293
291
  } | {
292
+ __kind: "P2WSH";
294
293
  value: string;
294
+ } | {
295
295
  __kind: "Taproot";
296
+ value: string;
296
297
  } | {
297
298
  __kind: "OtherSegwit";
298
299
  version: number;
299
300
  program: string;
300
301
  };
301
- __kind: "Btc";
302
302
  } | {
303
- value: string;
304
303
  __kind: "Arb";
305
- } | {
306
304
  value: string;
305
+ } | {
307
306
  __kind: "Sol";
307
+ value: string;
308
308
  } | null | undefined;
309
309
  }>;
310
310
  origin: z.ZodUnion<[z.ZodObject<{
311
311
  __kind: z.ZodLiteral<"DepositChannel">;
312
312
  depositAddress: z.ZodUnion<[z.ZodObject<{
313
- __kind: z.ZodLiteral<"Eth">;
313
+ __kind: z.ZodEffects<z.ZodLiteral<"Eth">, "Ethereum", "Eth">;
314
314
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
315
315
  }, "strip", z.ZodTypeAny, {
316
+ __kind: "Ethereum";
316
317
  value: `0x${string}`;
317
- __kind: "Eth";
318
318
  }, {
319
- value: string;
320
319
  __kind: "Eth";
320
+ value: string;
321
321
  }>, z.ZodObject<{
322
- __kind: z.ZodLiteral<"Dot">;
323
- value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
322
+ __kind: z.ZodEffects<z.ZodLiteral<"Dot">, "Polkadot", "Dot">;
323
+ value: z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, string, string>;
324
324
  }, "strip", z.ZodTypeAny, {
325
- value: `0x${string}`;
326
- __kind: "Dot";
327
- }, {
325
+ __kind: "Polkadot";
328
326
  value: string;
327
+ }, {
329
328
  __kind: "Dot";
329
+ value: string;
330
330
  }>, z.ZodObject<{
331
- __kind: z.ZodLiteral<"Btc">;
332
- value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
331
+ __kind: z.ZodEffects<z.ZodLiteral<"Btc">, "Bitcoin", "Btc">;
332
+ value: z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, string, string>;
333
333
  }, "strip", z.ZodTypeAny, {
334
- value: `0x${string}`;
335
- __kind: "Btc";
336
- }, {
334
+ __kind: "Bitcoin";
337
335
  value: string;
336
+ }, {
338
337
  __kind: "Btc";
338
+ value: string;
339
339
  }>, z.ZodObject<{
340
- __kind: z.ZodLiteral<"Arb">;
340
+ __kind: z.ZodEffects<z.ZodLiteral<"Arb">, "Arbitrum", "Arb">;
341
341
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
342
342
  }, "strip", z.ZodTypeAny, {
343
+ __kind: "Arbitrum";
343
344
  value: `0x${string}`;
344
- __kind: "Arb";
345
345
  }, {
346
- value: string;
347
346
  __kind: "Arb";
347
+ value: string;
348
348
  }>, z.ZodObject<{
349
- __kind: z.ZodLiteral<"Sol">;
350
- value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
349
+ __kind: z.ZodEffects<z.ZodLiteral<"Sol">, "Solana", "Sol">;
350
+ value: z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, string, string>;
351
351
  }, "strip", z.ZodTypeAny, {
352
- value: `0x${string}`;
353
- __kind: "Sol";
354
- }, {
352
+ __kind: "Solana";
355
353
  value: string;
354
+ }, {
356
355
  __kind: "Sol";
356
+ value: string;
357
357
  }>]>;
358
358
  channelId: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
359
359
  depositBlockHeight: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
360
360
  }, "strip", z.ZodTypeAny, {
361
361
  __kind: "DepositChannel";
362
362
  depositAddress: {
363
+ __kind: "Ethereum";
363
364
  value: `0x${string}`;
364
- __kind: "Eth";
365
365
  } | {
366
- value: `0x${string}`;
367
- __kind: "Dot";
366
+ __kind: "Polkadot";
367
+ value: string;
368
368
  } | {
369
- value: `0x${string}`;
370
- __kind: "Btc";
369
+ __kind: "Bitcoin";
370
+ value: string;
371
371
  } | {
372
+ __kind: "Arbitrum";
372
373
  value: `0x${string}`;
373
- __kind: "Arb";
374
374
  } | {
375
- value: `0x${string}`;
376
- __kind: "Sol";
375
+ __kind: "Solana";
376
+ value: string;
377
377
  };
378
378
  channelId: bigint;
379
379
  depositBlockHeight: bigint;
380
380
  }, {
381
381
  __kind: "DepositChannel";
382
382
  depositAddress: {
383
- value: string;
384
383
  __kind: "Eth";
385
- } | {
386
384
  value: string;
387
- __kind: "Dot";
388
385
  } | {
386
+ __kind: "Dot";
389
387
  value: string;
390
- __kind: "Btc";
391
388
  } | {
389
+ __kind: "Btc";
392
390
  value: string;
393
- __kind: "Arb";
394
391
  } | {
392
+ __kind: "Arb";
395
393
  value: string;
394
+ } | {
396
395
  __kind: "Sol";
396
+ value: string;
397
397
  };
398
398
  channelId: string | number;
399
399
  depositBlockHeight: string | number;
@@ -409,20 +409,20 @@ declare const swappingCcmFailed: z.ZodObject<{
409
409
  }>]>;
410
410
  }, "strip", z.ZodTypeAny, {
411
411
  destinationAddress: {
412
+ __kind: "Ethereum";
412
413
  value: `0x${string}`;
413
- __kind: "Eth";
414
414
  } | {
415
- value: `0x${string}`;
416
- __kind: "Dot";
415
+ __kind: "Polkadot";
416
+ value: string;
417
417
  } | {
418
- value: `0x${string}`;
419
- __kind: "Btc";
418
+ __kind: "Bitcoin";
419
+ value: string;
420
420
  } | {
421
+ __kind: "Arbitrum";
421
422
  value: `0x${string}`;
422
- __kind: "Arb";
423
423
  } | {
424
- value: `0x${string}`;
425
- __kind: "Sol";
424
+ __kind: "Solana";
425
+ value: string;
426
426
  };
427
427
  depositMetadata: {
428
428
  sourceChain: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana";
@@ -432,59 +432,59 @@ declare const swappingCcmFailed: z.ZodObject<{
432
432
  cfParameters: `0x${string}`;
433
433
  };
434
434
  sourceAddress?: {
435
- value: `0x${string}`;
436
435
  __kind: "Eth";
437
- } | {
438
436
  value: `0x${string}`;
437
+ } | {
439
438
  __kind: "Dot";
439
+ value: `0x${string}`;
440
440
  } | {
441
+ __kind: "Btc";
441
442
  value: {
442
- value: `0x${string}`;
443
443
  __kind: "P2PKH";
444
- } | {
445
444
  value: `0x${string}`;
446
- __kind: "P2SH";
447
445
  } | {
446
+ __kind: "P2SH";
448
447
  value: `0x${string}`;
449
- __kind: "P2WPKH";
450
448
  } | {
449
+ __kind: "P2WPKH";
451
450
  value: `0x${string}`;
452
- __kind: "P2WSH";
453
451
  } | {
452
+ __kind: "P2WSH";
454
453
  value: `0x${string}`;
454
+ } | {
455
455
  __kind: "Taproot";
456
+ value: `0x${string}`;
456
457
  } | {
457
458
  __kind: "OtherSegwit";
458
459
  version: number;
459
460
  program: `0x${string}`;
460
461
  };
461
- __kind: "Btc";
462
462
  } | {
463
- value: `0x${string}`;
464
463
  __kind: "Arb";
465
- } | {
466
464
  value: `0x${string}`;
465
+ } | {
467
466
  __kind: "Sol";
467
+ value: `0x${string}`;
468
468
  } | null | undefined;
469
469
  };
470
470
  reason: "UnsupportedForTargetChain" | "InsufficientDepositAmount";
471
471
  origin: {
472
472
  __kind: "DepositChannel";
473
473
  depositAddress: {
474
+ __kind: "Ethereum";
474
475
  value: `0x${string}`;
475
- __kind: "Eth";
476
476
  } | {
477
- value: `0x${string}`;
478
- __kind: "Dot";
477
+ __kind: "Polkadot";
478
+ value: string;
479
479
  } | {
480
- value: `0x${string}`;
481
- __kind: "Btc";
480
+ __kind: "Bitcoin";
481
+ value: string;
482
482
  } | {
483
+ __kind: "Arbitrum";
483
484
  value: `0x${string}`;
484
- __kind: "Arb";
485
485
  } | {
486
- value: `0x${string}`;
487
- __kind: "Sol";
486
+ __kind: "Solana";
487
+ value: string;
488
488
  };
489
489
  channelId: bigint;
490
490
  depositBlockHeight: bigint;
@@ -494,20 +494,20 @@ declare const swappingCcmFailed: z.ZodObject<{
494
494
  };
495
495
  }, {
496
496
  destinationAddress: {
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
  };
512
512
  depositMetadata: {
513
513
  sourceChain: {
@@ -519,39 +519,39 @@ declare const swappingCcmFailed: z.ZodObject<{
519
519
  cfParameters: string;
520
520
  };
521
521
  sourceAddress?: {
522
- value: string;
523
522
  __kind: "Eth";
524
- } | {
525
523
  value: string;
524
+ } | {
526
525
  __kind: "Dot";
526
+ value: string;
527
527
  } | {
528
+ __kind: "Btc";
528
529
  value: {
529
- value: string;
530
530
  __kind: "P2PKH";
531
- } | {
532
531
  value: string;
533
- __kind: "P2SH";
534
532
  } | {
533
+ __kind: "P2SH";
535
534
  value: string;
536
- __kind: "P2WPKH";
537
535
  } | {
536
+ __kind: "P2WPKH";
538
537
  value: string;
539
- __kind: "P2WSH";
540
538
  } | {
539
+ __kind: "P2WSH";
541
540
  value: string;
541
+ } | {
542
542
  __kind: "Taproot";
543
+ value: string;
543
544
  } | {
544
545
  __kind: "OtherSegwit";
545
546
  version: number;
546
547
  program: string;
547
548
  };
548
- __kind: "Btc";
549
549
  } | {
550
- value: string;
551
550
  __kind: "Arb";
552
- } | {
553
551
  value: string;
552
+ } | {
554
553
  __kind: "Sol";
554
+ value: string;
555
555
  } | null | undefined;
556
556
  };
557
557
  reason: {
@@ -560,20 +560,20 @@ declare const swappingCcmFailed: z.ZodObject<{
560
560
  origin: {
561
561
  __kind: "DepositChannel";
562
562
  depositAddress: {
563
- value: string;
564
563
  __kind: "Eth";
565
- } | {
566
564
  value: string;
567
- __kind: "Dot";
568
565
  } | {
566
+ __kind: "Dot";
569
567
  value: string;
570
- __kind: "Btc";
571
568
  } | {
569
+ __kind: "Btc";
572
570
  value: string;
573
- __kind: "Arb";
574
571
  } | {
572
+ __kind: "Arb";
575
573
  value: string;
574
+ } | {
576
575
  __kind: "Sol";
576
+ value: string;
577
577
  };
578
578
  channelId: string | number;
579
579
  depositBlockHeight: string | number;