@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
- value: `0x${string}`;
18
17
  __kind: "Eth";
18
+ value: `0x${string}`;
19
19
  }, {
20
- value: string;
21
20
  __kind: "Eth";
21
+ value: string;
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
- value: `0x${string}`;
27
26
  __kind: "Dot";
27
+ value: `0x${string}`;
28
28
  }, {
29
- value: string;
30
29
  __kind: "Dot";
30
+ value: string;
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
- value: `0x${string}`;
36
35
  __kind: "Btc";
36
+ value: `0x${string}`;
37
37
  }, {
38
- value: string;
39
38
  __kind: "Btc";
39
+ value: string;
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
- value: `0x${string}`;
56
55
  __kind: "Eth";
56
+ value: `0x${string}`;
57
57
  }, {
58
- value: string;
59
58
  __kind: "Eth";
59
+ value: string;
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
- value: `0x${string}`;
65
64
  __kind: "Dot";
65
+ value: `0x${string}`;
66
66
  }, {
67
- value: string;
68
67
  __kind: "Dot";
68
+ value: string;
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
- value: `0x${string}`;
76
75
  __kind: "P2PKH";
76
+ value: `0x${string}`;
77
77
  }, {
78
- value: string;
79
78
  __kind: "P2PKH";
79
+ value: string;
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
- value: `0x${string}`;
85
84
  __kind: "P2SH";
85
+ value: `0x${string}`;
86
86
  }, {
87
- value: string;
88
87
  __kind: "P2SH";
88
+ value: string;
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
- value: `0x${string}`;
94
93
  __kind: "P2WPKH";
94
+ value: `0x${string}`;
95
95
  }, {
96
- value: string;
97
96
  __kind: "P2WPKH";
97
+ value: string;
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
- value: `0x${string}`;
103
102
  __kind: "P2WSH";
103
+ value: `0x${string}`;
104
104
  }, {
105
- value: string;
106
105
  __kind: "P2WSH";
106
+ value: string;
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
- value: `0x${string}`;
112
111
  __kind: "Taproot";
112
+ value: `0x${string}`;
113
113
  }, {
114
- value: string;
115
114
  __kind: "Taproot";
115
+ value: string;
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";
129
130
  value: {
130
131
  version: number;
131
132
  program: `0x${string}`;
132
133
  };
133
- __kind: "OtherSegwit";
134
134
  }, {
135
+ __kind: "OtherSegwit";
135
136
  value: {
136
137
  version: number;
137
138
  program: string;
138
139
  };
139
- __kind: "OtherSegwit";
140
140
  }>]>;
141
141
  }, "strip", z.ZodTypeAny, {
142
+ __kind: "Btc";
142
143
  value: {
143
- value: `0x${string}`;
144
144
  __kind: "P2PKH";
145
- } | {
146
145
  value: `0x${string}`;
147
- __kind: "P2SH";
148
146
  } | {
147
+ __kind: "P2SH";
149
148
  value: `0x${string}`;
150
- __kind: "P2WPKH";
151
149
  } | {
150
+ __kind: "P2WPKH";
152
151
  value: `0x${string}`;
153
- __kind: "P2WSH";
154
152
  } | {
153
+ __kind: "P2WSH";
155
154
  value: `0x${string}`;
155
+ } | {
156
156
  __kind: "Taproot";
157
+ value: `0x${string}`;
157
158
  } | {
159
+ __kind: "OtherSegwit";
158
160
  value: {
159
161
  version: number;
160
162
  program: `0x${string}`;
161
163
  };
162
- __kind: "OtherSegwit";
163
164
  };
164
- __kind: "Btc";
165
165
  }, {
166
+ __kind: "Btc";
166
167
  value: {
167
- value: string;
168
168
  __kind: "P2PKH";
169
- } | {
170
169
  value: string;
171
- __kind: "P2SH";
172
170
  } | {
171
+ __kind: "P2SH";
173
172
  value: string;
174
- __kind: "P2WPKH";
175
173
  } | {
174
+ __kind: "P2WPKH";
176
175
  value: string;
177
- __kind: "P2WSH";
178
176
  } | {
177
+ __kind: "P2WSH";
179
178
  value: string;
179
+ } | {
180
180
  __kind: "Taproot";
181
+ value: string;
181
182
  } | {
183
+ __kind: "OtherSegwit";
182
184
  value: {
183
185
  version: number;
184
186
  program: string;
185
187
  };
186
- __kind: "OtherSegwit";
187
188
  };
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
- value: `0x${string}`;
212
211
  __kind: "Eth";
213
- } | {
214
212
  value: `0x${string}`;
213
+ } | {
215
214
  __kind: "Dot";
215
+ value: `0x${string}`;
216
216
  } | {
217
+ __kind: "Btc";
217
218
  value: {
218
- value: `0x${string}`;
219
219
  __kind: "P2PKH";
220
- } | {
221
220
  value: `0x${string}`;
222
- __kind: "P2SH";
223
221
  } | {
222
+ __kind: "P2SH";
224
223
  value: `0x${string}`;
225
- __kind: "P2WPKH";
226
224
  } | {
225
+ __kind: "P2WPKH";
227
226
  value: `0x${string}`;
228
- __kind: "P2WSH";
229
227
  } | {
228
+ __kind: "P2WSH";
230
229
  value: `0x${string}`;
230
+ } | {
231
231
  __kind: "Taproot";
232
+ value: `0x${string}`;
232
233
  } | {
234
+ __kind: "OtherSegwit";
233
235
  value: {
234
236
  version: number;
235
237
  program: `0x${string}`;
236
238
  };
237
- __kind: "OtherSegwit";
238
239
  };
239
- __kind: "Btc";
240
240
  } | null | undefined;
241
241
  }, {
242
242
  sourceChain: {
@@ -248,48 +248,48 @@ declare const swappingCcmFailed: z.ZodObject<{
248
248
  cfParameters: string;
249
249
  };
250
250
  sourceAddress?: {
251
- value: string;
252
251
  __kind: "Eth";
253
- } | {
254
252
  value: string;
253
+ } | {
255
254
  __kind: "Dot";
255
+ value: string;
256
256
  } | {
257
+ __kind: "Btc";
257
258
  value: {
258
- value: string;
259
259
  __kind: "P2PKH";
260
- } | {
261
260
  value: string;
262
- __kind: "P2SH";
263
261
  } | {
262
+ __kind: "P2SH";
264
263
  value: string;
265
- __kind: "P2WPKH";
266
264
  } | {
265
+ __kind: "P2WPKH";
267
266
  value: string;
268
- __kind: "P2WSH";
269
267
  } | {
268
+ __kind: "P2WSH";
270
269
  value: string;
270
+ } | {
271
271
  __kind: "Taproot";
272
+ value: string;
272
273
  } | {
274
+ __kind: "OtherSegwit";
273
275
  value: {
274
276
  version: number;
275
277
  program: string;
276
278
  };
277
- __kind: "OtherSegwit";
278
279
  };
279
- __kind: "Btc";
280
280
  } | null | undefined;
281
281
  }>;
282
282
  }, "strip", z.ZodTypeAny, {
283
283
  reason: "UnsupportedForTargetChain" | "InsufficientDepositAmount";
284
284
  destinationAddress: {
285
- value: `0x${string}`;
286
285
  __kind: "Eth";
287
- } | {
288
286
  value: `0x${string}`;
289
- __kind: "Dot";
290
287
  } | {
288
+ __kind: "Dot";
291
289
  value: `0x${string}`;
290
+ } | {
292
291
  __kind: "Btc";
292
+ value: `0x${string}`;
293
293
  };
294
294
  depositMetadata: {
295
295
  sourceChain: "Ethereum" | "Polkadot" | "Bitcoin";
@@ -299,35 +299,35 @@ declare const swappingCcmFailed: z.ZodObject<{
299
299
  cfParameters: `0x${string}`;
300
300
  };
301
301
  sourceAddress?: {
302
- value: `0x${string}`;
303
302
  __kind: "Eth";
304
- } | {
305
303
  value: `0x${string}`;
304
+ } | {
306
305
  __kind: "Dot";
306
+ value: `0x${string}`;
307
307
  } | {
308
+ __kind: "Btc";
308
309
  value: {
309
- value: `0x${string}`;
310
310
  __kind: "P2PKH";
311
- } | {
312
311
  value: `0x${string}`;
313
- __kind: "P2SH";
314
312
  } | {
313
+ __kind: "P2SH";
315
314
  value: `0x${string}`;
316
- __kind: "P2WPKH";
317
315
  } | {
316
+ __kind: "P2WPKH";
318
317
  value: `0x${string}`;
319
- __kind: "P2WSH";
320
318
  } | {
319
+ __kind: "P2WSH";
321
320
  value: `0x${string}`;
321
+ } | {
322
322
  __kind: "Taproot";
323
+ value: `0x${string}`;
323
324
  } | {
325
+ __kind: "OtherSegwit";
324
326
  value: {
325
327
  version: number;
326
328
  program: `0x${string}`;
327
329
  };
328
- __kind: "OtherSegwit";
329
330
  };
330
- __kind: "Btc";
331
331
  } | null | undefined;
332
332
  };
333
333
  }, {
@@ -335,14 +335,14 @@ declare const swappingCcmFailed: z.ZodObject<{
335
335
  __kind: "UnsupportedForTargetChain" | "InsufficientDepositAmount";
336
336
  };
337
337
  destinationAddress: {
338
- value: string;
339
338
  __kind: "Eth";
340
- } | {
341
339
  value: string;
342
- __kind: "Dot";
343
340
  } | {
341
+ __kind: "Dot";
344
342
  value: string;
343
+ } | {
345
344
  __kind: "Btc";
345
+ value: string;
346
346
  };
347
347
  depositMetadata: {
348
348
  sourceChain: {
@@ -354,35 +354,35 @@ declare const swappingCcmFailed: z.ZodObject<{
354
354
  cfParameters: string;
355
355
  };
356
356
  sourceAddress?: {
357
- value: string;
358
357
  __kind: "Eth";
359
- } | {
360
358
  value: string;
359
+ } | {
361
360
  __kind: "Dot";
361
+ value: string;
362
362
  } | {
363
+ __kind: "Btc";
363
364
  value: {
364
- value: string;
365
365
  __kind: "P2PKH";
366
- } | {
367
366
  value: string;
368
- __kind: "P2SH";
369
367
  } | {
368
+ __kind: "P2SH";
370
369
  value: string;
371
- __kind: "P2WPKH";
372
370
  } | {
371
+ __kind: "P2WPKH";
373
372
  value: string;
374
- __kind: "P2WSH";
375
373
  } | {
374
+ __kind: "P2WSH";
376
375
  value: string;
376
+ } | {
377
377
  __kind: "Taproot";
378
+ value: string;
378
379
  } | {
380
+ __kind: "OtherSegwit";
379
381
  value: {
380
382
  version: number;
381
383
  program: string;
382
384
  };
383
- __kind: "OtherSegwit";
384
385
  };
385
- __kind: "Btc";
386
386
  } | null | undefined;
387
387
  };
388
388
  }>;
@@ -5,11 +5,11 @@ declare const swappingSwapEgressIgnored: z.ZodObject<{
5
5
  asset: z.ZodEffects<z.ZodObject<{
6
6
  __kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc"]>;
7
7
  }, "strip", z.ZodTypeAny, {
8
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc";
8
+ __kind: "Eth" | "Dot" | "Btc" | "Flip" | "Usdc";
9
9
  }, {
10
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc";
11
- }>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc", {
12
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc";
10
+ __kind: "Eth" | "Dot" | "Btc" | "Flip" | "Usdc";
11
+ }>, "Eth" | "Dot" | "Btc" | "Flip" | "Usdc", {
12
+ __kind: "Eth" | "Dot" | "Btc" | "Flip" | "Usdc";
13
13
  }>;
14
14
  amount: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
15
15
  reason: z.ZodUnion<[z.ZodObject<{
@@ -43,17 +43,17 @@ declare const swappingSwapEgressIgnored: z.ZodObject<{
43
43
  error: string;
44
44
  }>;
45
45
  }, "strip", z.ZodTypeAny, {
46
+ __kind: "Module";
46
47
  value: {
47
48
  index: number;
48
49
  error: `0x${string}`;
49
50
  };
50
- __kind: "Module";
51
51
  }, {
52
+ __kind: "Module";
52
53
  value: {
53
54
  index: number;
54
55
  error: string;
55
56
  };
56
- __kind: "Module";
57
57
  }>, z.ZodObject<{
58
58
  __kind: z.ZodLiteral<"ConsumerRemaining">;
59
59
  }, "strip", z.ZodTypeAny, {
@@ -84,13 +84,13 @@ declare const swappingSwapEgressIgnored: z.ZodObject<{
84
84
  __kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
85
85
  }>;
86
86
  }, "strip", z.ZodTypeAny, {
87
- value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
88
87
  __kind: "Token";
88
+ value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
89
89
  }, {
90
+ __kind: "Token";
90
91
  value: {
91
92
  __kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
92
93
  };
93
- __kind: "Token";
94
94
  }>, z.ZodObject<{
95
95
  __kind: z.ZodLiteral<"Arithmetic">;
96
96
  value: z.ZodEffects<z.ZodObject<{
@@ -103,13 +103,13 @@ declare const swappingSwapEgressIgnored: z.ZodObject<{
103
103
  __kind: "Underflow" | "Overflow" | "DivisionByZero";
104
104
  }>;
105
105
  }, "strip", z.ZodTypeAny, {
106
- value: "Underflow" | "Overflow" | "DivisionByZero";
107
106
  __kind: "Arithmetic";
107
+ value: "Underflow" | "Overflow" | "DivisionByZero";
108
108
  }, {
109
+ __kind: "Arithmetic";
109
110
  value: {
110
111
  __kind: "Underflow" | "Overflow" | "DivisionByZero";
111
112
  };
112
- __kind: "Arithmetic";
113
113
  }>, z.ZodObject<{
114
114
  __kind: z.ZodLiteral<"Transactional">;
115
115
  value: z.ZodEffects<z.ZodObject<{
@@ -122,13 +122,13 @@ declare const swappingSwapEgressIgnored: z.ZodObject<{
122
122
  __kind: "LimitReached" | "NoLayer";
123
123
  }>;
124
124
  }, "strip", z.ZodTypeAny, {
125
- value: "LimitReached" | "NoLayer";
126
125
  __kind: "Transactional";
126
+ value: "LimitReached" | "NoLayer";
127
127
  }, {
128
+ __kind: "Transactional";
128
129
  value: {
129
130
  __kind: "LimitReached" | "NoLayer";
130
131
  };
131
- __kind: "Transactional";
132
132
  }>, z.ZodObject<{
133
133
  __kind: z.ZodLiteral<"Exhausted">;
134
134
  }, "strip", z.ZodTypeAny, {
@@ -155,9 +155,6 @@ declare const swappingSwapEgressIgnored: z.ZodObject<{
155
155
  __kind: "RootNotAllowed";
156
156
  }>]>;
157
157
  }, "strip", z.ZodTypeAny, {
158
- swapId: bigint;
159
- asset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc";
160
- amount: bigint;
161
158
  reason: {
162
159
  __kind: "Other";
163
160
  } | {
@@ -165,11 +162,11 @@ declare const swappingSwapEgressIgnored: z.ZodObject<{
165
162
  } | {
166
163
  __kind: "BadOrigin";
167
164
  } | {
165
+ __kind: "Module";
168
166
  value: {
169
167
  index: number;
170
168
  error: `0x${string}`;
171
169
  };
172
- __kind: "Module";
173
170
  } | {
174
171
  __kind: "ConsumerRemaining";
175
172
  } | {
@@ -177,14 +174,14 @@ declare const swappingSwapEgressIgnored: z.ZodObject<{
177
174
  } | {
178
175
  __kind: "TooManyConsumers";
179
176
  } | {
180
- value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
181
177
  __kind: "Token";
178
+ value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
182
179
  } | {
183
- value: "Underflow" | "Overflow" | "DivisionByZero";
184
180
  __kind: "Arithmetic";
181
+ value: "Underflow" | "Overflow" | "DivisionByZero";
185
182
  } | {
186
- value: "LimitReached" | "NoLayer";
187
183
  __kind: "Transactional";
184
+ value: "LimitReached" | "NoLayer";
188
185
  } | {
189
186
  __kind: "Exhausted";
190
187
  } | {
@@ -194,12 +191,10 @@ declare const swappingSwapEgressIgnored: z.ZodObject<{
194
191
  } | {
195
192
  __kind: "RootNotAllowed";
196
193
  };
194
+ swapId: bigint;
195
+ asset: "Eth" | "Dot" | "Btc" | "Flip" | "Usdc";
196
+ amount: bigint;
197
197
  }, {
198
- swapId: string | number;
199
- asset: {
200
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc";
201
- };
202
- amount: string | number;
203
198
  reason: {
204
199
  __kind: "Other";
205
200
  } | {
@@ -207,11 +202,11 @@ declare const swappingSwapEgressIgnored: z.ZodObject<{
207
202
  } | {
208
203
  __kind: "BadOrigin";
209
204
  } | {
205
+ __kind: "Module";
210
206
  value: {
211
207
  index: number;
212
208
  error: string;
213
209
  };
214
- __kind: "Module";
215
210
  } | {
216
211
  __kind: "ConsumerRemaining";
217
212
  } | {
@@ -219,20 +214,20 @@ declare const swappingSwapEgressIgnored: z.ZodObject<{
219
214
  } | {
220
215
  __kind: "TooManyConsumers";
221
216
  } | {
217
+ __kind: "Token";
222
218
  value: {
223
219
  __kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
224
220
  };
225
- __kind: "Token";
226
221
  } | {
222
+ __kind: "Arithmetic";
227
223
  value: {
228
224
  __kind: "Underflow" | "Overflow" | "DivisionByZero";
229
225
  };
230
- __kind: "Arithmetic";
231
226
  } | {
227
+ __kind: "Transactional";
232
228
  value: {
233
229
  __kind: "LimitReached" | "NoLayer";
234
230
  };
235
- __kind: "Transactional";
236
231
  } | {
237
232
  __kind: "Exhausted";
238
233
  } | {
@@ -242,6 +237,11 @@ declare const swappingSwapEgressIgnored: z.ZodObject<{
242
237
  } | {
243
238
  __kind: "RootNotAllowed";
244
239
  };
240
+ swapId: string | number;
241
+ asset: {
242
+ __kind: "Eth" | "Dot" | "Btc" | "Flip" | "Usdc";
243
+ };
244
+ amount: string | number;
245
245
  }>;
246
246
 
247
247
  export { swappingSwapEgressIgnored };