@chainflip/processor 1.4.6 → 1.4.7

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