@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,47 +248,47 @@ 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
  }, "strip", z.ZodTypeAny, {
283
283
  destinationAddress: {
284
- __kind: "Eth";
285
284
  value: `0x${string}`;
285
+ __kind: "Eth";
286
286
  } | {
287
- __kind: "Dot";
288
287
  value: `0x${string}`;
288
+ __kind: "Dot";
289
289
  } | {
290
- __kind: "Btc";
291
290
  value: `0x${string}`;
291
+ __kind: "Btc";
292
292
  };
293
293
  depositMetadata: {
294
294
  sourceChain: "Ethereum" | "Polkadot" | "Bitcoin";
@@ -298,48 +298,48 @@ declare const swappingCcmFailed: z.ZodObject<{
298
298
  cfParameters: `0x${string}`;
299
299
  };
300
300
  sourceAddress?: {
301
- __kind: "Eth";
302
301
  value: `0x${string}`;
302
+ __kind: "Eth";
303
303
  } | {
304
- __kind: "Dot";
305
304
  value: `0x${string}`;
305
+ __kind: "Dot";
306
306
  } | {
307
- __kind: "Btc";
308
307
  value: {
309
- __kind: "P2PKH";
310
308
  value: `0x${string}`;
309
+ __kind: "P2PKH";
311
310
  } | {
312
- __kind: "P2SH";
313
311
  value: `0x${string}`;
312
+ __kind: "P2SH";
314
313
  } | {
315
- __kind: "P2WPKH";
316
314
  value: `0x${string}`;
315
+ __kind: "P2WPKH";
317
316
  } | {
318
- __kind: "P2WSH";
319
317
  value: `0x${string}`;
318
+ __kind: "P2WSH";
320
319
  } | {
321
- __kind: "Taproot";
322
320
  value: `0x${string}`;
321
+ __kind: "Taproot";
323
322
  } | {
324
- __kind: "OtherSegwit";
325
323
  value: {
326
324
  version: number;
327
325
  program: `0x${string}`;
328
326
  };
327
+ __kind: "OtherSegwit";
329
328
  };
329
+ __kind: "Btc";
330
330
  } | null | undefined;
331
331
  };
332
332
  reason: "UnsupportedForTargetChain" | "InsufficientDepositAmount" | "PrincipalSwapAmountTooLow";
333
333
  }, {
334
334
  destinationAddress: {
335
- __kind: "Eth";
336
335
  value: string;
336
+ __kind: "Eth";
337
337
  } | {
338
- __kind: "Dot";
339
338
  value: string;
339
+ __kind: "Dot";
340
340
  } | {
341
- __kind: "Btc";
342
341
  value: string;
342
+ __kind: "Btc";
343
343
  };
344
344
  depositMetadata: {
345
345
  sourceChain: {
@@ -351,35 +351,35 @@ declare const swappingCcmFailed: z.ZodObject<{
351
351
  cfParameters: string;
352
352
  };
353
353
  sourceAddress?: {
354
- __kind: "Eth";
355
354
  value: string;
355
+ __kind: "Eth";
356
356
  } | {
357
- __kind: "Dot";
358
357
  value: string;
358
+ __kind: "Dot";
359
359
  } | {
360
- __kind: "Btc";
361
360
  value: {
362
- __kind: "P2PKH";
363
361
  value: string;
362
+ __kind: "P2PKH";
364
363
  } | {
365
- __kind: "P2SH";
366
364
  value: string;
365
+ __kind: "P2SH";
367
366
  } | {
368
- __kind: "P2WPKH";
369
367
  value: string;
368
+ __kind: "P2WPKH";
370
369
  } | {
371
- __kind: "P2WSH";
372
370
  value: string;
371
+ __kind: "P2WSH";
373
372
  } | {
374
- __kind: "Taproot";
375
373
  value: string;
374
+ __kind: "Taproot";
376
375
  } | {
377
- __kind: "OtherSegwit";
378
376
  value: {
379
377
  version: number;
380
378
  program: string;
381
379
  };
380
+ __kind: "OtherSegwit";
382
381
  };
382
+ __kind: "Btc";
383
383
  } | null | undefined;
384
384
  };
385
385
  reason: {