@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
@@ -31,67 +31,67 @@ declare const swappingSwapExecuted: z.ZodObject<{
31
31
  __kind: z.ZodLiteral<"Eth">;
32
32
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
33
33
  }, "strip", z.ZodTypeAny, {
34
- value: `0x${string}`;
35
34
  __kind: "Eth";
35
+ value: `0x${string}`;
36
36
  }, {
37
- value: string;
38
37
  __kind: "Eth";
38
+ value: string;
39
39
  }>, z.ZodObject<{
40
40
  __kind: z.ZodLiteral<"Dot">;
41
41
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
42
42
  }, "strip", z.ZodTypeAny, {
43
- value: `0x${string}`;
44
43
  __kind: "Dot";
44
+ value: `0x${string}`;
45
45
  }, {
46
- value: string;
47
46
  __kind: "Dot";
47
+ value: string;
48
48
  }>, z.ZodObject<{
49
49
  __kind: z.ZodLiteral<"Btc">;
50
50
  value: z.ZodUnion<[z.ZodObject<{
51
51
  __kind: z.ZodLiteral<"P2PKH">;
52
52
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
53
53
  }, "strip", z.ZodTypeAny, {
54
- value: `0x${string}`;
55
54
  __kind: "P2PKH";
55
+ value: `0x${string}`;
56
56
  }, {
57
- value: string;
58
57
  __kind: "P2PKH";
58
+ value: string;
59
59
  }>, z.ZodObject<{
60
60
  __kind: z.ZodLiteral<"P2SH">;
61
61
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
62
62
  }, "strip", z.ZodTypeAny, {
63
- value: `0x${string}`;
64
63
  __kind: "P2SH";
64
+ value: `0x${string}`;
65
65
  }, {
66
- value: string;
67
66
  __kind: "P2SH";
67
+ value: string;
68
68
  }>, z.ZodObject<{
69
69
  __kind: z.ZodLiteral<"P2WPKH">;
70
70
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
71
71
  }, "strip", z.ZodTypeAny, {
72
- value: `0x${string}`;
73
72
  __kind: "P2WPKH";
73
+ value: `0x${string}`;
74
74
  }, {
75
- value: string;
76
75
  __kind: "P2WPKH";
76
+ value: string;
77
77
  }>, z.ZodObject<{
78
78
  __kind: z.ZodLiteral<"P2WSH">;
79
79
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
80
80
  }, "strip", z.ZodTypeAny, {
81
- value: `0x${string}`;
82
81
  __kind: "P2WSH";
82
+ value: `0x${string}`;
83
83
  }, {
84
- value: string;
85
84
  __kind: "P2WSH";
85
+ value: string;
86
86
  }>, z.ZodObject<{
87
87
  __kind: z.ZodLiteral<"Taproot">;
88
88
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
89
89
  }, "strip", z.ZodTypeAny, {
90
- value: `0x${string}`;
91
90
  __kind: "Taproot";
91
+ value: `0x${string}`;
92
92
  }, {
93
- value: string;
94
93
  __kind: "Taproot";
94
+ value: string;
95
95
  }>, z.ZodObject<{
96
96
  __kind: z.ZodLiteral<"OtherSegwit">;
97
97
  value: z.ZodObject<{
@@ -105,166 +105,166 @@ declare const swappingSwapExecuted: z.ZodObject<{
105
105
  program: string;
106
106
  }>;
107
107
  }, "strip", z.ZodTypeAny, {
108
+ __kind: "OtherSegwit";
108
109
  value: {
109
110
  version: number;
110
111
  program: `0x${string}`;
111
112
  };
112
- __kind: "OtherSegwit";
113
113
  }, {
114
+ __kind: "OtherSegwit";
114
115
  value: {
115
116
  version: number;
116
117
  program: string;
117
118
  };
118
- __kind: "OtherSegwit";
119
119
  }>]>;
120
120
  }, "strip", z.ZodTypeAny, {
121
+ __kind: "Btc";
121
122
  value: {
122
- value: `0x${string}`;
123
123
  __kind: "P2PKH";
124
- } | {
125
124
  value: `0x${string}`;
126
- __kind: "P2SH";
127
125
  } | {
126
+ __kind: "P2SH";
128
127
  value: `0x${string}`;
129
- __kind: "P2WPKH";
130
128
  } | {
129
+ __kind: "P2WPKH";
131
130
  value: `0x${string}`;
132
- __kind: "P2WSH";
133
131
  } | {
132
+ __kind: "P2WSH";
134
133
  value: `0x${string}`;
134
+ } | {
135
135
  __kind: "Taproot";
136
+ value: `0x${string}`;
136
137
  } | {
138
+ __kind: "OtherSegwit";
137
139
  value: {
138
140
  version: number;
139
141
  program: `0x${string}`;
140
142
  };
141
- __kind: "OtherSegwit";
142
143
  };
143
- __kind: "Btc";
144
144
  }, {
145
+ __kind: "Btc";
145
146
  value: {
146
- value: string;
147
147
  __kind: "P2PKH";
148
- } | {
149
148
  value: string;
150
- __kind: "P2SH";
151
149
  } | {
150
+ __kind: "P2SH";
152
151
  value: string;
153
- __kind: "P2WPKH";
154
152
  } | {
153
+ __kind: "P2WPKH";
155
154
  value: string;
156
- __kind: "P2WSH";
157
155
  } | {
156
+ __kind: "P2WSH";
158
157
  value: string;
158
+ } | {
159
159
  __kind: "Taproot";
160
+ value: string;
160
161
  } | {
162
+ __kind: "OtherSegwit";
161
163
  value: {
162
164
  version: number;
163
165
  program: string;
164
166
  };
165
- __kind: "OtherSegwit";
166
167
  };
167
- __kind: "Btc";
168
168
  }>, z.ZodObject<{
169
169
  __kind: z.ZodLiteral<"Arb">;
170
170
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
171
171
  }, "strip", z.ZodTypeAny, {
172
- value: `0x${string}`;
173
172
  __kind: "Arb";
173
+ value: `0x${string}`;
174
174
  }, {
175
- value: string;
176
175
  __kind: "Arb";
176
+ value: string;
177
177
  }>]>;
178
178
  }, "strip", z.ZodTypeAny, {
179
+ __kind: "Swap";
179
180
  value: {
180
- value: `0x${string}`;
181
181
  __kind: "Eth";
182
- } | {
183
182
  value: `0x${string}`;
183
+ } | {
184
184
  __kind: "Dot";
185
+ value: `0x${string}`;
185
186
  } | {
187
+ __kind: "Btc";
186
188
  value: {
187
- value: `0x${string}`;
188
189
  __kind: "P2PKH";
189
- } | {
190
190
  value: `0x${string}`;
191
- __kind: "P2SH";
192
191
  } | {
192
+ __kind: "P2SH";
193
193
  value: `0x${string}`;
194
- __kind: "P2WPKH";
195
194
  } | {
195
+ __kind: "P2WPKH";
196
196
  value: `0x${string}`;
197
- __kind: "P2WSH";
198
197
  } | {
198
+ __kind: "P2WSH";
199
199
  value: `0x${string}`;
200
+ } | {
200
201
  __kind: "Taproot";
202
+ value: `0x${string}`;
201
203
  } | {
204
+ __kind: "OtherSegwit";
202
205
  value: {
203
206
  version: number;
204
207
  program: `0x${string}`;
205
208
  };
206
- __kind: "OtherSegwit";
207
209
  };
208
- __kind: "Btc";
209
210
  } | {
210
- value: `0x${string}`;
211
211
  __kind: "Arb";
212
+ value: `0x${string}`;
212
213
  };
213
- __kind: "Swap";
214
214
  }, {
215
+ __kind: "Swap";
215
216
  value: {
216
- value: string;
217
217
  __kind: "Eth";
218
- } | {
219
218
  value: string;
219
+ } | {
220
220
  __kind: "Dot";
221
+ value: string;
221
222
  } | {
223
+ __kind: "Btc";
222
224
  value: {
223
- value: string;
224
225
  __kind: "P2PKH";
225
- } | {
226
226
  value: string;
227
- __kind: "P2SH";
228
227
  } | {
228
+ __kind: "P2SH";
229
229
  value: string;
230
- __kind: "P2WPKH";
231
230
  } | {
231
+ __kind: "P2WPKH";
232
232
  value: string;
233
- __kind: "P2WSH";
234
233
  } | {
234
+ __kind: "P2WSH";
235
235
  value: string;
236
+ } | {
236
237
  __kind: "Taproot";
238
+ value: string;
237
239
  } | {
240
+ __kind: "OtherSegwit";
238
241
  value: {
239
242
  version: number;
240
243
  program: string;
241
244
  };
242
- __kind: "OtherSegwit";
243
245
  };
244
- __kind: "Btc";
245
246
  } | {
246
- value: string;
247
247
  __kind: "Arb";
248
+ value: string;
248
249
  };
249
- __kind: "Swap";
250
250
  }>, z.ZodObject<{
251
251
  __kind: z.ZodLiteral<"CcmPrincipal">;
252
252
  value: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
253
253
  }, "strip", z.ZodTypeAny, {
254
- value: bigint;
255
254
  __kind: "CcmPrincipal";
255
+ value: bigint;
256
256
  }, {
257
- value: string | number;
258
257
  __kind: "CcmPrincipal";
258
+ value: string | number;
259
259
  }>, z.ZodObject<{
260
260
  __kind: z.ZodLiteral<"CcmGas">;
261
261
  value: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
262
262
  }, "strip", z.ZodTypeAny, {
263
- value: bigint;
264
263
  __kind: "CcmGas";
264
+ value: bigint;
265
265
  }, {
266
- value: string | number;
267
266
  __kind: "CcmGas";
267
+ value: string | number;
268
268
  }>, z.ZodObject<{
269
269
  __kind: z.ZodLiteral<"NetworkFee">;
270
270
  }, "strip", z.ZodTypeAny, {
@@ -279,55 +279,55 @@ declare const swappingSwapExecuted: z.ZodObject<{
279
279
  __kind: "IngressEgressFee";
280
280
  }>]>;
281
281
  }, "strip", z.ZodTypeAny, {
282
- depositAmount: bigint;
283
282
  swapId: bigint;
283
+ depositAmount: bigint;
284
284
  sourceAsset: "Eth" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Flip" | "Usdc" | "Usdt";
285
285
  destinationAsset: "Eth" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Flip" | "Usdc" | "Usdt";
286
286
  swapInput: bigint;
287
287
  egressAmount: bigint;
288
288
  swapOutput: bigint;
289
289
  swapType: {
290
+ __kind: "Swap";
290
291
  value: {
291
- value: `0x${string}`;
292
292
  __kind: "Eth";
293
- } | {
294
293
  value: `0x${string}`;
294
+ } | {
295
295
  __kind: "Dot";
296
+ value: `0x${string}`;
296
297
  } | {
298
+ __kind: "Btc";
297
299
  value: {
298
- value: `0x${string}`;
299
300
  __kind: "P2PKH";
300
- } | {
301
301
  value: `0x${string}`;
302
- __kind: "P2SH";
303
302
  } | {
303
+ __kind: "P2SH";
304
304
  value: `0x${string}`;
305
- __kind: "P2WPKH";
306
305
  } | {
306
+ __kind: "P2WPKH";
307
307
  value: `0x${string}`;
308
- __kind: "P2WSH";
309
308
  } | {
309
+ __kind: "P2WSH";
310
310
  value: `0x${string}`;
311
+ } | {
311
312
  __kind: "Taproot";
313
+ value: `0x${string}`;
312
314
  } | {
315
+ __kind: "OtherSegwit";
313
316
  value: {
314
317
  version: number;
315
318
  program: `0x${string}`;
316
319
  };
317
- __kind: "OtherSegwit";
318
320
  };
319
- __kind: "Btc";
320
321
  } | {
321
- value: `0x${string}`;
322
322
  __kind: "Arb";
323
+ value: `0x${string}`;
323
324
  };
324
- __kind: "Swap";
325
325
  } | {
326
- value: bigint;
327
326
  __kind: "CcmPrincipal";
328
- } | {
329
327
  value: bigint;
328
+ } | {
330
329
  __kind: "CcmGas";
330
+ value: bigint;
331
331
  } | {
332
332
  __kind: "NetworkFee";
333
333
  } | {
@@ -335,8 +335,8 @@ declare const swappingSwapExecuted: z.ZodObject<{
335
335
  };
336
336
  intermediateAmount?: bigint | null | undefined;
337
337
  }, {
338
- depositAmount: string | number;
339
338
  swapId: string | number;
339
+ depositAmount: string | number;
340
340
  sourceAsset: {
341
341
  __kind: "Eth" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Flip" | "Usdc" | "Usdt";
342
342
  };
@@ -347,47 +347,47 @@ declare const swappingSwapExecuted: z.ZodObject<{
347
347
  egressAmount: string | number;
348
348
  swapOutput: string | number;
349
349
  swapType: {
350
+ __kind: "Swap";
350
351
  value: {
351
- value: string;
352
352
  __kind: "Eth";
353
- } | {
354
353
  value: string;
354
+ } | {
355
355
  __kind: "Dot";
356
+ value: string;
356
357
  } | {
358
+ __kind: "Btc";
357
359
  value: {
358
- value: string;
359
360
  __kind: "P2PKH";
360
- } | {
361
361
  value: string;
362
- __kind: "P2SH";
363
362
  } | {
363
+ __kind: "P2SH";
364
364
  value: string;
365
- __kind: "P2WPKH";
366
365
  } | {
366
+ __kind: "P2WPKH";
367
367
  value: string;
368
- __kind: "P2WSH";
369
368
  } | {
369
+ __kind: "P2WSH";
370
370
  value: string;
371
+ } | {
371
372
  __kind: "Taproot";
373
+ value: string;
372
374
  } | {
375
+ __kind: "OtherSegwit";
373
376
  value: {
374
377
  version: number;
375
378
  program: string;
376
379
  };
377
- __kind: "OtherSegwit";
378
380
  };
379
- __kind: "Btc";
380
381
  } | {
381
- value: string;
382
382
  __kind: "Arb";
383
+ value: string;
383
384
  };
384
- __kind: "Swap";
385
385
  } | {
386
- value: string | number;
387
386
  __kind: "CcmPrincipal";
388
- } | {
389
387
  value: string | number;
388
+ } | {
390
389
  __kind: "CcmGas";
390
+ value: string | number;
391
391
  } | {
392
392
  __kind: "NetworkFee";
393
393
  } | {