@chainflip/processor 1.5.1 → 1.5.3

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