@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
@@ -5,75 +5,75 @@ declare const swappingSwapDepositAddressReady: z.ZodObject<{
5
5
  __kind: z.ZodLiteral<"Eth">;
6
6
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
7
7
  }, "strip", z.ZodTypeAny, {
8
- value: `0x${string}`;
9
8
  __kind: "Eth";
9
+ value: `0x${string}`;
10
10
  }, {
11
- value: string;
12
11
  __kind: "Eth";
12
+ value: string;
13
13
  }>, z.ZodObject<{
14
14
  __kind: z.ZodLiteral<"Dot">;
15
15
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
16
16
  }, "strip", z.ZodTypeAny, {
17
- value: `0x${string}`;
18
17
  __kind: "Dot";
18
+ value: `0x${string}`;
19
19
  }, {
20
- value: string;
21
20
  __kind: "Dot";
21
+ value: string;
22
22
  }>, z.ZodObject<{
23
23
  __kind: z.ZodLiteral<"Btc">;
24
24
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
25
25
  }, "strip", z.ZodTypeAny, {
26
- value: `0x${string}`;
27
26
  __kind: "Btc";
27
+ value: `0x${string}`;
28
28
  }, {
29
- value: string;
30
29
  __kind: "Btc";
30
+ value: string;
31
31
  }>, z.ZodObject<{
32
32
  __kind: z.ZodLiteral<"Arb">;
33
33
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
34
34
  }, "strip", z.ZodTypeAny, {
35
- value: `0x${string}`;
36
35
  __kind: "Arb";
36
+ value: `0x${string}`;
37
37
  }, {
38
- value: string;
39
38
  __kind: "Arb";
39
+ value: string;
40
40
  }>]>;
41
41
  destinationAddress: z.ZodUnion<[z.ZodObject<{
42
42
  __kind: z.ZodLiteral<"Eth">;
43
43
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
44
44
  }, "strip", z.ZodTypeAny, {
45
- value: `0x${string}`;
46
45
  __kind: "Eth";
46
+ value: `0x${string}`;
47
47
  }, {
48
- value: string;
49
48
  __kind: "Eth";
49
+ value: string;
50
50
  }>, z.ZodObject<{
51
51
  __kind: z.ZodLiteral<"Dot">;
52
52
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
53
53
  }, "strip", z.ZodTypeAny, {
54
- value: `0x${string}`;
55
54
  __kind: "Dot";
55
+ value: `0x${string}`;
56
56
  }, {
57
- value: string;
58
57
  __kind: "Dot";
58
+ value: string;
59
59
  }>, z.ZodObject<{
60
60
  __kind: z.ZodLiteral<"Btc">;
61
61
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
62
62
  }, "strip", z.ZodTypeAny, {
63
- value: `0x${string}`;
64
63
  __kind: "Btc";
64
+ value: `0x${string}`;
65
65
  }, {
66
- value: string;
67
66
  __kind: "Btc";
67
+ value: string;
68
68
  }>, z.ZodObject<{
69
69
  __kind: z.ZodLiteral<"Arb">;
70
70
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
71
71
  }, "strip", z.ZodTypeAny, {
72
- value: `0x${string}`;
73
72
  __kind: "Arb";
73
+ value: `0x${string}`;
74
74
  }, {
75
- value: string;
76
75
  __kind: "Arb";
76
+ value: string;
77
77
  }>]>;
78
78
  sourceAsset: z.ZodEffects<z.ZodObject<{
79
79
  __kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt"]>;
@@ -123,30 +123,30 @@ declare const swappingSwapDepositAddressReady: z.ZodObject<{
123
123
  }>, "many">;
124
124
  }, "strip", z.ZodTypeAny, {
125
125
  destinationAddress: {
126
- value: `0x${string}`;
127
126
  __kind: "Eth";
128
- } | {
129
127
  value: `0x${string}`;
130
- __kind: "Dot";
131
128
  } | {
129
+ __kind: "Dot";
132
130
  value: `0x${string}`;
133
- __kind: "Btc";
134
131
  } | {
132
+ __kind: "Btc";
135
133
  value: `0x${string}`;
134
+ } | {
136
135
  __kind: "Arb";
136
+ value: `0x${string}`;
137
137
  };
138
138
  depositAddress: {
139
- value: `0x${string}`;
140
139
  __kind: "Eth";
141
- } | {
142
140
  value: `0x${string}`;
143
- __kind: "Dot";
144
141
  } | {
142
+ __kind: "Dot";
145
143
  value: `0x${string}`;
146
- __kind: "Btc";
147
144
  } | {
145
+ __kind: "Btc";
148
146
  value: `0x${string}`;
147
+ } | {
149
148
  __kind: "Arb";
149
+ value: `0x${string}`;
150
150
  };
151
151
  channelId: bigint;
152
152
  sourceAsset: "Eth" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Flip" | "Usdc" | "Usdt";
@@ -166,30 +166,30 @@ declare const swappingSwapDepositAddressReady: z.ZodObject<{
166
166
  } | null | undefined;
167
167
  }, {
168
168
  destinationAddress: {
169
- value: string;
170
169
  __kind: "Eth";
171
- } | {
172
170
  value: string;
173
- __kind: "Dot";
174
171
  } | {
172
+ __kind: "Dot";
175
173
  value: string;
176
- __kind: "Btc";
177
174
  } | {
175
+ __kind: "Btc";
178
176
  value: string;
177
+ } | {
179
178
  __kind: "Arb";
179
+ value: string;
180
180
  };
181
181
  depositAddress: {
182
- value: string;
183
182
  __kind: "Eth";
184
- } | {
185
183
  value: string;
186
- __kind: "Dot";
187
184
  } | {
185
+ __kind: "Dot";
188
186
  value: string;
189
- __kind: "Btc";
190
187
  } | {
188
+ __kind: "Btc";
191
189
  value: string;
190
+ } | {
192
191
  __kind: "Arb";
192
+ value: string;
193
193
  };
194
194
  channelId: string | number;
195
195
  sourceAsset: {
@@ -5,75 +5,75 @@ declare const swappingSwapDepositAddressReady: z.ZodObject<{
5
5
  __kind: z.ZodLiteral<"Eth">;
6
6
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
7
7
  }, "strip", z.ZodTypeAny, {
8
- value: `0x${string}`;
9
8
  __kind: "Eth";
9
+ value: `0x${string}`;
10
10
  }, {
11
- value: string;
12
11
  __kind: "Eth";
12
+ value: string;
13
13
  }>, z.ZodObject<{
14
14
  __kind: z.ZodLiteral<"Dot">;
15
15
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
16
16
  }, "strip", z.ZodTypeAny, {
17
- value: `0x${string}`;
18
17
  __kind: "Dot";
18
+ value: `0x${string}`;
19
19
  }, {
20
- value: string;
21
20
  __kind: "Dot";
21
+ value: string;
22
22
  }>, z.ZodObject<{
23
23
  __kind: z.ZodLiteral<"Btc">;
24
24
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
25
25
  }, "strip", z.ZodTypeAny, {
26
- value: `0x${string}`;
27
26
  __kind: "Btc";
27
+ value: `0x${string}`;
28
28
  }, {
29
- value: string;
30
29
  __kind: "Btc";
30
+ value: string;
31
31
  }>, z.ZodObject<{
32
32
  __kind: z.ZodLiteral<"Arb">;
33
33
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
34
34
  }, "strip", z.ZodTypeAny, {
35
- value: `0x${string}`;
36
35
  __kind: "Arb";
36
+ value: `0x${string}`;
37
37
  }, {
38
- value: string;
39
38
  __kind: "Arb";
39
+ value: string;
40
40
  }>]>;
41
41
  destinationAddress: z.ZodUnion<[z.ZodObject<{
42
42
  __kind: z.ZodLiteral<"Eth">;
43
43
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
44
44
  }, "strip", z.ZodTypeAny, {
45
- value: `0x${string}`;
46
45
  __kind: "Eth";
46
+ value: `0x${string}`;
47
47
  }, {
48
- value: string;
49
48
  __kind: "Eth";
49
+ value: string;
50
50
  }>, z.ZodObject<{
51
51
  __kind: z.ZodLiteral<"Dot">;
52
52
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
53
53
  }, "strip", z.ZodTypeAny, {
54
- value: `0x${string}`;
55
54
  __kind: "Dot";
55
+ value: `0x${string}`;
56
56
  }, {
57
- value: string;
58
57
  __kind: "Dot";
58
+ value: string;
59
59
  }>, z.ZodObject<{
60
60
  __kind: z.ZodLiteral<"Btc">;
61
61
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
62
62
  }, "strip", z.ZodTypeAny, {
63
- value: `0x${string}`;
64
63
  __kind: "Btc";
64
+ value: `0x${string}`;
65
65
  }, {
66
- value: string;
67
66
  __kind: "Btc";
67
+ value: string;
68
68
  }>, z.ZodObject<{
69
69
  __kind: z.ZodLiteral<"Arb">;
70
70
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
71
71
  }, "strip", z.ZodTypeAny, {
72
- value: `0x${string}`;
73
72
  __kind: "Arb";
73
+ value: `0x${string}`;
74
74
  }, {
75
- value: string;
76
75
  __kind: "Arb";
76
+ value: string;
77
77
  }>]>;
78
78
  sourceAsset: z.ZodEffects<z.ZodObject<{
79
79
  __kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt"]>;
@@ -123,30 +123,30 @@ declare const swappingSwapDepositAddressReady: z.ZodObject<{
123
123
  }>, "many">;
124
124
  }, "strip", z.ZodTypeAny, {
125
125
  destinationAddress: {
126
- value: `0x${string}`;
127
126
  __kind: "Eth";
128
- } | {
129
127
  value: `0x${string}`;
130
- __kind: "Dot";
131
128
  } | {
129
+ __kind: "Dot";
132
130
  value: `0x${string}`;
133
- __kind: "Btc";
134
131
  } | {
132
+ __kind: "Btc";
135
133
  value: `0x${string}`;
134
+ } | {
136
135
  __kind: "Arb";
136
+ value: `0x${string}`;
137
137
  };
138
138
  depositAddress: {
139
- value: `0x${string}`;
140
139
  __kind: "Eth";
141
- } | {
142
140
  value: `0x${string}`;
143
- __kind: "Dot";
144
141
  } | {
142
+ __kind: "Dot";
145
143
  value: `0x${string}`;
146
- __kind: "Btc";
147
144
  } | {
145
+ __kind: "Btc";
148
146
  value: `0x${string}`;
147
+ } | {
149
148
  __kind: "Arb";
149
+ value: `0x${string}`;
150
150
  };
151
151
  channelId: bigint;
152
152
  sourceAsset: "Eth" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Flip" | "Usdc" | "Usdt";
@@ -166,30 +166,30 @@ declare const swappingSwapDepositAddressReady: z.ZodObject<{
166
166
  } | null | undefined;
167
167
  }, {
168
168
  destinationAddress: {
169
- value: string;
170
169
  __kind: "Eth";
171
- } | {
172
170
  value: string;
173
- __kind: "Dot";
174
171
  } | {
172
+ __kind: "Dot";
175
173
  value: string;
176
- __kind: "Btc";
177
174
  } | {
175
+ __kind: "Btc";
178
176
  value: string;
177
+ } | {
179
178
  __kind: "Arb";
179
+ value: string;
180
180
  };
181
181
  depositAddress: {
182
- value: string;
183
182
  __kind: "Eth";
184
- } | {
185
183
  value: string;
186
- __kind: "Dot";
187
184
  } | {
185
+ __kind: "Dot";
188
186
  value: string;
189
- __kind: "Btc";
190
187
  } | {
188
+ __kind: "Btc";
191
189
  value: string;
190
+ } | {
192
191
  __kind: "Arb";
192
+ value: string;
193
193
  };
194
194
  channelId: string | number;
195
195
  sourceAsset: {
@@ -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
- amount: bigint;
159
- swapId: bigint;
160
- asset: "Eth" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Flip" | "Usdc" | "Usdt";
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
+ amount: bigint;
195
+ swapId: bigint;
196
+ asset: "Eth" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Flip" | "Usdc" | "Usdt";
197
197
  }, {
198
- amount: string | number;
199
- swapId: string | number;
200
- asset: {
201
- __kind: "Eth" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Flip" | "Usdc" | "Usdt";
202
- };
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
+ amount: string | number;
241
+ swapId: string | number;
242
+ asset: {
243
+ __kind: "Eth" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Flip" | "Usdc" | "Usdt";
244
+ };
245
245
  }>;
246
246
 
247
247
  export { swappingSwapEgressIgnored };
@@ -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
- amount: bigint;
159
- swapId: bigint;
160
- asset: "Eth" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Flip" | "Usdc" | "Usdt";
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
+ amount: bigint;
195
+ swapId: bigint;
196
+ asset: "Eth" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Flip" | "Usdc" | "Usdt";
197
197
  }, {
198
- amount: string | number;
199
- swapId: string | number;
200
- asset: {
201
- __kind: "Eth" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Flip" | "Usdc" | "Usdt";
202
- };
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
+ amount: string | number;
241
+ swapId: string | number;
242
+ asset: {
243
+ __kind: "Eth" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Flip" | "Usdc" | "Usdt";
244
+ };
245
245
  }>;
246
246
 
247
247
  export { swappingSwapEgressIgnored };