@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,41 +11,41 @@ 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
  }>]>;
50
50
  depositMetadata: z.ZodObject<{
51
51
  sourceChain: z.ZodEffects<z.ZodObject<{
@@ -61,67 +61,67 @@ declare const swappingCcmFailed: z.ZodObject<{
61
61
  __kind: z.ZodLiteral<"Eth">;
62
62
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
63
63
  }, "strip", z.ZodTypeAny, {
64
- value: `0x${string}`;
65
64
  __kind: "Eth";
65
+ value: `0x${string}`;
66
66
  }, {
67
- value: string;
68
67
  __kind: "Eth";
68
+ value: string;
69
69
  }>, z.ZodObject<{
70
70
  __kind: z.ZodLiteral<"Dot">;
71
71
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
72
72
  }, "strip", z.ZodTypeAny, {
73
- value: `0x${string}`;
74
73
  __kind: "Dot";
74
+ value: `0x${string}`;
75
75
  }, {
76
- value: string;
77
76
  __kind: "Dot";
77
+ value: string;
78
78
  }>, z.ZodObject<{
79
79
  __kind: z.ZodLiteral<"Btc">;
80
80
  value: z.ZodUnion<[z.ZodObject<{
81
81
  __kind: z.ZodLiteral<"P2PKH">;
82
82
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
83
83
  }, "strip", z.ZodTypeAny, {
84
- value: `0x${string}`;
85
84
  __kind: "P2PKH";
85
+ value: `0x${string}`;
86
86
  }, {
87
- value: string;
88
87
  __kind: "P2PKH";
88
+ value: string;
89
89
  }>, z.ZodObject<{
90
90
  __kind: z.ZodLiteral<"P2SH">;
91
91
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
92
92
  }, "strip", z.ZodTypeAny, {
93
- value: `0x${string}`;
94
93
  __kind: "P2SH";
94
+ value: `0x${string}`;
95
95
  }, {
96
- value: string;
97
96
  __kind: "P2SH";
97
+ value: string;
98
98
  }>, z.ZodObject<{
99
99
  __kind: z.ZodLiteral<"P2WPKH">;
100
100
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
101
101
  }, "strip", z.ZodTypeAny, {
102
- value: `0x${string}`;
103
102
  __kind: "P2WPKH";
103
+ value: `0x${string}`;
104
104
  }, {
105
- value: string;
106
105
  __kind: "P2WPKH";
106
+ value: string;
107
107
  }>, z.ZodObject<{
108
108
  __kind: z.ZodLiteral<"P2WSH">;
109
109
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
110
110
  }, "strip", z.ZodTypeAny, {
111
- value: `0x${string}`;
112
111
  __kind: "P2WSH";
112
+ value: `0x${string}`;
113
113
  }, {
114
- value: string;
115
114
  __kind: "P2WSH";
115
+ value: string;
116
116
  }>, z.ZodObject<{
117
117
  __kind: z.ZodLiteral<"Taproot">;
118
118
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
119
119
  }, "strip", z.ZodTypeAny, {
120
- value: `0x${string}`;
121
120
  __kind: "Taproot";
121
+ value: `0x${string}`;
122
122
  }, {
123
- value: string;
124
123
  __kind: "Taproot";
124
+ value: string;
125
125
  }>, z.ZodObject<{
126
126
  __kind: z.ZodLiteral<"OtherSegwit">;
127
127
  version: z.ZodNumber;
@@ -136,58 +136,58 @@ declare const swappingCcmFailed: z.ZodObject<{
136
136
  program: string;
137
137
  }>]>;
138
138
  }, "strip", z.ZodTypeAny, {
139
+ __kind: "Btc";
139
140
  value: {
140
- value: `0x${string}`;
141
141
  __kind: "P2PKH";
142
- } | {
143
142
  value: `0x${string}`;
144
- __kind: "P2SH";
145
143
  } | {
144
+ __kind: "P2SH";
146
145
  value: `0x${string}`;
147
- __kind: "P2WPKH";
148
146
  } | {
147
+ __kind: "P2WPKH";
149
148
  value: `0x${string}`;
150
- __kind: "P2WSH";
151
149
  } | {
150
+ __kind: "P2WSH";
152
151
  value: `0x${string}`;
152
+ } | {
153
153
  __kind: "Taproot";
154
+ value: `0x${string}`;
154
155
  } | {
155
156
  __kind: "OtherSegwit";
156
157
  version: number;
157
158
  program: `0x${string}`;
158
159
  };
159
- __kind: "Btc";
160
160
  }, {
161
+ __kind: "Btc";
161
162
  value: {
162
- value: string;
163
163
  __kind: "P2PKH";
164
- } | {
165
164
  value: string;
166
- __kind: "P2SH";
167
165
  } | {
166
+ __kind: "P2SH";
168
167
  value: string;
169
- __kind: "P2WPKH";
170
168
  } | {
169
+ __kind: "P2WPKH";
171
170
  value: string;
172
- __kind: "P2WSH";
173
171
  } | {
172
+ __kind: "P2WSH";
174
173
  value: string;
174
+ } | {
175
175
  __kind: "Taproot";
176
+ value: string;
176
177
  } | {
177
178
  __kind: "OtherSegwit";
178
179
  version: number;
179
180
  program: string;
180
181
  };
181
- __kind: "Btc";
182
182
  }>, z.ZodObject<{
183
183
  __kind: z.ZodLiteral<"Arb">;
184
184
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
185
185
  }, "strip", z.ZodTypeAny, {
186
- value: `0x${string}`;
187
186
  __kind: "Arb";
187
+ value: `0x${string}`;
188
188
  }, {
189
- value: string;
190
189
  __kind: "Arb";
190
+ value: string;
191
191
  }>]>>>;
192
192
  channelMetadata: z.ZodObject<{
193
193
  message: z.ZodEffects<z.ZodString, `0x${string}`, string>;
@@ -210,36 +210,36 @@ declare const swappingCcmFailed: z.ZodObject<{
210
210
  cfParameters: `0x${string}`;
211
211
  };
212
212
  sourceAddress?: {
213
- value: `0x${string}`;
214
213
  __kind: "Eth";
215
- } | {
216
214
  value: `0x${string}`;
215
+ } | {
217
216
  __kind: "Dot";
217
+ value: `0x${string}`;
218
218
  } | {
219
+ __kind: "Btc";
219
220
  value: {
220
- value: `0x${string}`;
221
221
  __kind: "P2PKH";
222
- } | {
223
222
  value: `0x${string}`;
224
- __kind: "P2SH";
225
223
  } | {
224
+ __kind: "P2SH";
226
225
  value: `0x${string}`;
227
- __kind: "P2WPKH";
228
226
  } | {
227
+ __kind: "P2WPKH";
229
228
  value: `0x${string}`;
230
- __kind: "P2WSH";
231
229
  } | {
230
+ __kind: "P2WSH";
232
231
  value: `0x${string}`;
232
+ } | {
233
233
  __kind: "Taproot";
234
+ value: `0x${string}`;
234
235
  } | {
235
236
  __kind: "OtherSegwit";
236
237
  version: number;
237
238
  program: `0x${string}`;
238
239
  };
239
- __kind: "Btc";
240
240
  } | {
241
- value: `0x${string}`;
242
241
  __kind: "Arb";
242
+ value: `0x${string}`;
243
243
  } | null | undefined;
244
244
  }, {
245
245
  sourceChain: {
@@ -251,110 +251,110 @@ declare const swappingCcmFailed: z.ZodObject<{
251
251
  cfParameters: string;
252
252
  };
253
253
  sourceAddress?: {
254
- value: string;
255
254
  __kind: "Eth";
256
- } | {
257
255
  value: string;
256
+ } | {
258
257
  __kind: "Dot";
258
+ value: string;
259
259
  } | {
260
+ __kind: "Btc";
260
261
  value: {
261
- value: string;
262
262
  __kind: "P2PKH";
263
- } | {
264
263
  value: string;
265
- __kind: "P2SH";
266
264
  } | {
265
+ __kind: "P2SH";
267
266
  value: string;
268
- __kind: "P2WPKH";
269
267
  } | {
268
+ __kind: "P2WPKH";
270
269
  value: string;
271
- __kind: "P2WSH";
272
270
  } | {
271
+ __kind: "P2WSH";
273
272
  value: string;
273
+ } | {
274
274
  __kind: "Taproot";
275
+ value: string;
275
276
  } | {
276
277
  __kind: "OtherSegwit";
277
278
  version: number;
278
279
  program: string;
279
280
  };
280
- __kind: "Btc";
281
281
  } | {
282
- value: string;
283
282
  __kind: "Arb";
283
+ value: string;
284
284
  } | null | undefined;
285
285
  }>;
286
286
  origin: z.ZodUnion<[z.ZodObject<{
287
287
  __kind: z.ZodLiteral<"DepositChannel">;
288
288
  depositAddress: z.ZodUnion<[z.ZodObject<{
289
- __kind: z.ZodLiteral<"Eth">;
289
+ __kind: z.ZodEffects<z.ZodLiteral<"Eth">, "Ethereum", "Eth">;
290
290
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
291
291
  }, "strip", z.ZodTypeAny, {
292
+ __kind: "Ethereum";
292
293
  value: `0x${string}`;
293
- __kind: "Eth";
294
294
  }, {
295
- value: string;
296
295
  __kind: "Eth";
296
+ value: string;
297
297
  }>, z.ZodObject<{
298
- __kind: z.ZodLiteral<"Dot">;
299
- value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
298
+ __kind: z.ZodEffects<z.ZodLiteral<"Dot">, "Polkadot", "Dot">;
299
+ value: z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, string, string>;
300
300
  }, "strip", z.ZodTypeAny, {
301
- value: `0x${string}`;
302
- __kind: "Dot";
303
- }, {
301
+ __kind: "Polkadot";
304
302
  value: string;
303
+ }, {
305
304
  __kind: "Dot";
305
+ value: string;
306
306
  }>, z.ZodObject<{
307
- __kind: z.ZodLiteral<"Btc">;
308
- value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
307
+ __kind: z.ZodEffects<z.ZodLiteral<"Btc">, "Bitcoin", "Btc">;
308
+ value: z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, string, string>;
309
309
  }, "strip", z.ZodTypeAny, {
310
- value: `0x${string}`;
311
- __kind: "Btc";
312
- }, {
310
+ __kind: "Bitcoin";
313
311
  value: string;
312
+ }, {
314
313
  __kind: "Btc";
314
+ value: string;
315
315
  }>, z.ZodObject<{
316
- __kind: z.ZodLiteral<"Arb">;
316
+ __kind: z.ZodEffects<z.ZodLiteral<"Arb">, "Arbitrum", "Arb">;
317
317
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
318
318
  }, "strip", z.ZodTypeAny, {
319
+ __kind: "Arbitrum";
319
320
  value: `0x${string}`;
320
- __kind: "Arb";
321
321
  }, {
322
- value: string;
323
322
  __kind: "Arb";
323
+ value: string;
324
324
  }>]>;
325
325
  channelId: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
326
326
  depositBlockHeight: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
327
327
  }, "strip", z.ZodTypeAny, {
328
328
  __kind: "DepositChannel";
329
329
  depositAddress: {
330
+ __kind: "Ethereum";
330
331
  value: `0x${string}`;
331
- __kind: "Eth";
332
332
  } | {
333
- value: `0x${string}`;
334
- __kind: "Dot";
333
+ __kind: "Polkadot";
334
+ value: string;
335
335
  } | {
336
- value: `0x${string}`;
337
- __kind: "Btc";
336
+ __kind: "Bitcoin";
337
+ value: string;
338
338
  } | {
339
+ __kind: "Arbitrum";
339
340
  value: `0x${string}`;
340
- __kind: "Arb";
341
341
  };
342
342
  channelId: bigint;
343
343
  depositBlockHeight: bigint;
344
344
  }, {
345
345
  __kind: "DepositChannel";
346
346
  depositAddress: {
347
- value: string;
348
347
  __kind: "Eth";
349
- } | {
350
348
  value: string;
351
- __kind: "Dot";
352
349
  } | {
350
+ __kind: "Dot";
353
351
  value: string;
354
- __kind: "Btc";
355
352
  } | {
353
+ __kind: "Btc";
356
354
  value: string;
355
+ } | {
357
356
  __kind: "Arb";
357
+ value: string;
358
358
  };
359
359
  channelId: string | number;
360
360
  depositBlockHeight: string | number;
@@ -370,17 +370,17 @@ declare const swappingCcmFailed: z.ZodObject<{
370
370
  }>]>;
371
371
  }, "strip", z.ZodTypeAny, {
372
372
  destinationAddress: {
373
+ __kind: "Ethereum";
373
374
  value: `0x${string}`;
374
- __kind: "Eth";
375
375
  } | {
376
- value: `0x${string}`;
377
- __kind: "Dot";
376
+ __kind: "Polkadot";
377
+ value: string;
378
378
  } | {
379
- value: `0x${string}`;
380
- __kind: "Btc";
379
+ __kind: "Bitcoin";
380
+ value: string;
381
381
  } | {
382
+ __kind: "Arbitrum";
382
383
  value: `0x${string}`;
383
- __kind: "Arb";
384
384
  };
385
385
  depositMetadata: {
386
386
  sourceChain: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum";
@@ -390,53 +390,53 @@ declare const swappingCcmFailed: z.ZodObject<{
390
390
  cfParameters: `0x${string}`;
391
391
  };
392
392
  sourceAddress?: {
393
- value: `0x${string}`;
394
393
  __kind: "Eth";
395
- } | {
396
394
  value: `0x${string}`;
395
+ } | {
397
396
  __kind: "Dot";
397
+ value: `0x${string}`;
398
398
  } | {
399
+ __kind: "Btc";
399
400
  value: {
400
- value: `0x${string}`;
401
401
  __kind: "P2PKH";
402
- } | {
403
402
  value: `0x${string}`;
404
- __kind: "P2SH";
405
403
  } | {
404
+ __kind: "P2SH";
406
405
  value: `0x${string}`;
407
- __kind: "P2WPKH";
408
406
  } | {
407
+ __kind: "P2WPKH";
409
408
  value: `0x${string}`;
410
- __kind: "P2WSH";
411
409
  } | {
410
+ __kind: "P2WSH";
412
411
  value: `0x${string}`;
412
+ } | {
413
413
  __kind: "Taproot";
414
+ value: `0x${string}`;
414
415
  } | {
415
416
  __kind: "OtherSegwit";
416
417
  version: number;
417
418
  program: `0x${string}`;
418
419
  };
419
- __kind: "Btc";
420
420
  } | {
421
- value: `0x${string}`;
422
421
  __kind: "Arb";
422
+ value: `0x${string}`;
423
423
  } | null | undefined;
424
424
  };
425
425
  reason: "UnsupportedForTargetChain" | "InsufficientDepositAmount";
426
426
  origin: {
427
427
  __kind: "DepositChannel";
428
428
  depositAddress: {
429
+ __kind: "Ethereum";
429
430
  value: `0x${string}`;
430
- __kind: "Eth";
431
431
  } | {
432
- value: `0x${string}`;
433
- __kind: "Dot";
432
+ __kind: "Polkadot";
433
+ value: string;
434
434
  } | {
435
- value: `0x${string}`;
436
- __kind: "Btc";
435
+ __kind: "Bitcoin";
436
+ value: string;
437
437
  } | {
438
+ __kind: "Arbitrum";
438
439
  value: `0x${string}`;
439
- __kind: "Arb";
440
440
  };
441
441
  channelId: bigint;
442
442
  depositBlockHeight: bigint;
@@ -446,17 +446,17 @@ declare const swappingCcmFailed: z.ZodObject<{
446
446
  };
447
447
  }, {
448
448
  destinationAddress: {
449
- value: string;
450
449
  __kind: "Eth";
451
- } | {
452
450
  value: string;
453
- __kind: "Dot";
454
451
  } | {
452
+ __kind: "Dot";
455
453
  value: string;
456
- __kind: "Btc";
457
454
  } | {
455
+ __kind: "Btc";
458
456
  value: string;
457
+ } | {
459
458
  __kind: "Arb";
459
+ value: string;
460
460
  };
461
461
  depositMetadata: {
462
462
  sourceChain: {
@@ -468,36 +468,36 @@ declare const swappingCcmFailed: z.ZodObject<{
468
468
  cfParameters: string;
469
469
  };
470
470
  sourceAddress?: {
471
- value: string;
472
471
  __kind: "Eth";
473
- } | {
474
472
  value: string;
473
+ } | {
475
474
  __kind: "Dot";
475
+ value: string;
476
476
  } | {
477
+ __kind: "Btc";
477
478
  value: {
478
- value: string;
479
479
  __kind: "P2PKH";
480
- } | {
481
480
  value: string;
482
- __kind: "P2SH";
483
481
  } | {
482
+ __kind: "P2SH";
484
483
  value: string;
485
- __kind: "P2WPKH";
486
484
  } | {
485
+ __kind: "P2WPKH";
487
486
  value: string;
488
- __kind: "P2WSH";
489
487
  } | {
488
+ __kind: "P2WSH";
490
489
  value: string;
490
+ } | {
491
491
  __kind: "Taproot";
492
+ value: string;
492
493
  } | {
493
494
  __kind: "OtherSegwit";
494
495
  version: number;
495
496
  program: string;
496
497
  };
497
- __kind: "Btc";
498
498
  } | {
499
- value: string;
500
499
  __kind: "Arb";
500
+ value: string;
501
501
  } | null | undefined;
502
502
  };
503
503
  reason: {
@@ -506,17 +506,17 @@ declare const swappingCcmFailed: z.ZodObject<{
506
506
  origin: {
507
507
  __kind: "DepositChannel";
508
508
  depositAddress: {
509
- value: string;
510
509
  __kind: "Eth";
511
- } | {
512
510
  value: string;
513
- __kind: "Dot";
514
511
  } | {
512
+ __kind: "Dot";
515
513
  value: string;
516
- __kind: "Btc";
517
514
  } | {
515
+ __kind: "Btc";
518
516
  value: string;
517
+ } | {
519
518
  __kind: "Arb";
519
+ value: string;
520
520
  };
521
521
  channelId: string | number;
522
522
  depositBlockHeight: string | number;