@chainflip/processor 1.4.4 → 1.4.5

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