@chainflip/processor 1.4.6 → 1.4.7

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 (219) hide show
  1. package/dist/100/bitcoinBroadcaster/transactionFeeDeficitRecorded.d.cts +10 -26
  2. package/dist/100/bitcoinBroadcaster/transactionFeeDeficitRecorded.d.ts +10 -26
  3. package/dist/100/bitcoinBroadcaster/transactionFeeDeficitRefused.d.cts +10 -26
  4. package/dist/100/bitcoinBroadcaster/transactionFeeDeficitRefused.d.ts +10 -26
  5. package/dist/100/bitcoinIngressEgress/ccmEgressInvalid.d.cts +4 -4
  6. package/dist/100/bitcoinIngressEgress/ccmEgressInvalid.d.ts +4 -4
  7. package/dist/100/bitcoinIngressEgress/depositIgnored.d.cts +10 -26
  8. package/dist/100/bitcoinIngressEgress/depositIgnored.d.ts +10 -26
  9. package/dist/100/bitcoinIngressEgress/depositReceived.d.cts +10 -26
  10. package/dist/100/bitcoinIngressEgress/depositReceived.d.ts +10 -26
  11. package/dist/100/bitcoinIngressEgress/depositWitnessRejected.d.cts +14 -34
  12. package/dist/100/bitcoinIngressEgress/depositWitnessRejected.d.ts +14 -34
  13. package/dist/100/bitcoinIngressEgress/egressScheduled.d.cts +10 -26
  14. package/dist/100/bitcoinIngressEgress/egressScheduled.d.ts +10 -26
  15. package/dist/100/bitcoinIngressEgress/vaultTransferFailed.d.cts +10 -26
  16. package/dist/100/bitcoinIngressEgress/vaultTransferFailed.d.ts +10 -26
  17. package/dist/100/common.cjs +4 -9
  18. package/dist/100/common.d.cts +106 -222
  19. package/dist/100/common.d.ts +106 -222
  20. package/dist/100/common.mjs +4 -9
  21. package/dist/100/funding/boundExecutorAddress.d.cts +2 -2
  22. package/dist/100/funding/boundExecutorAddress.d.ts +2 -2
  23. package/dist/100/funding/boundRedeemAddress.d.cts +2 -2
  24. package/dist/100/funding/boundRedeemAddress.d.ts +2 -2
  25. package/dist/100/funding/failedFundingAttempt.d.cts +2 -2
  26. package/dist/100/funding/failedFundingAttempt.d.ts +2 -2
  27. package/dist/100/funding/funded.d.cts +2 -2
  28. package/dist/100/funding/funded.d.ts +2 -2
  29. package/dist/100/funding/redemptionRequested.d.cts +2 -2
  30. package/dist/100/funding/redemptionRequested.d.ts +2 -2
  31. package/dist/100/liquidityPools/limitOrderUpdated.d.cts +8 -8
  32. package/dist/100/liquidityPools/limitOrderUpdated.d.ts +8 -8
  33. package/dist/100/liquidityPools/rangeOrderUpdated.d.cts +8 -8
  34. package/dist/100/liquidityPools/rangeOrderUpdated.d.ts +8 -8
  35. package/dist/100/liquidityProvider/liquidityRefundAddressRegistered.d.cts +14 -34
  36. package/dist/100/liquidityProvider/liquidityRefundAddressRegistered.d.ts +14 -34
  37. package/dist/100/polkadotIngressEgress/ccmEgressInvalid.d.cts +16 -16
  38. package/dist/100/polkadotIngressEgress/ccmEgressInvalid.d.ts +16 -16
  39. package/dist/100/polkadotIngressEgress/depositFetchesScheduled.d.cts +2 -2
  40. package/dist/100/polkadotIngressEgress/depositFetchesScheduled.d.ts +2 -2
  41. package/dist/100/polkadotIngressEgress/depositIgnored.d.cts +2 -2
  42. package/dist/100/polkadotIngressEgress/depositIgnored.d.ts +2 -2
  43. package/dist/100/polkadotIngressEgress/depositReceived.d.cts +2 -2
  44. package/dist/100/polkadotIngressEgress/depositReceived.d.ts +2 -2
  45. package/dist/100/polkadotIngressEgress/depositWitnessRejected.d.cts +20 -20
  46. package/dist/100/polkadotIngressEgress/depositWitnessRejected.d.ts +20 -20
  47. package/dist/100/swapping/batchSwapFailed.d.cts +2 -2
  48. package/dist/100/swapping/batchSwapFailed.d.ts +2 -2
  49. package/dist/100/swapping/ccmDepositReceived.d.cts +88 -112
  50. package/dist/100/swapping/ccmDepositReceived.d.ts +88 -112
  51. package/dist/100/swapping/ccmFailed.d.cts +88 -112
  52. package/dist/100/swapping/ccmFailed.d.ts +88 -112
  53. package/dist/100/swapping/swapAmountTooLow.d.cts +88 -124
  54. package/dist/100/swapping/swapAmountTooLow.d.ts +88 -124
  55. package/dist/100/swapping/swapDepositAddressReady.d.cts +24 -24
  56. package/dist/100/swapping/swapDepositAddressReady.d.ts +24 -24
  57. package/dist/100/swapping/swapEgressScheduled.d.cts +4 -4
  58. package/dist/100/swapping/swapEgressScheduled.d.ts +4 -4
  59. package/dist/100/swapping/swapScheduled.d.cts +176 -236
  60. package/dist/100/swapping/swapScheduled.d.ts +176 -236
  61. package/dist/100/swapping/withdrawalRequested.d.cts +16 -16
  62. package/dist/100/swapping/withdrawalRequested.d.ts +16 -16
  63. package/dist/100/system/extrinsicFailed.d.cts +17 -17
  64. package/dist/100/system/extrinsicFailed.d.ts +17 -17
  65. package/dist/100/witnesser/witnessExecutionFailed.d.cts +2 -2
  66. package/dist/100/witnesser/witnessExecutionFailed.d.ts +2 -2
  67. package/dist/111/bitcoinIngressEgress/transferFallbackRequested.d.cts +10 -26
  68. package/dist/111/bitcoinIngressEgress/transferFallbackRequested.d.ts +10 -26
  69. package/dist/111/common.cjs +1 -4
  70. package/dist/111/common.d.cts +6 -18
  71. package/dist/111/common.d.ts +6 -18
  72. package/dist/111/common.mjs +1 -4
  73. package/dist/120/bitcoinIngressEgress/depositIgnored.d.cts +10 -26
  74. package/dist/120/bitcoinIngressEgress/depositIgnored.d.ts +10 -26
  75. package/dist/120/bitcoinIngressEgress/depositReceived.d.cts +20 -52
  76. package/dist/120/bitcoinIngressEgress/depositReceived.d.ts +20 -52
  77. package/dist/120/common.cjs +3 -5
  78. package/dist/120/common.d.cts +36 -96
  79. package/dist/120/common.d.ts +36 -96
  80. package/dist/120/common.mjs +3 -5
  81. package/dist/120/emissions/backupRewardsDistributed.d.cts +2 -2
  82. package/dist/120/emissions/backupRewardsDistributed.d.ts +2 -2
  83. package/dist/120/ethereumIngressEgress/depositReceived.d.cts +10 -26
  84. package/dist/120/ethereumIngressEgress/depositReceived.d.ts +10 -26
  85. package/dist/120/polkadotIngressEgress/depositReceived.d.cts +10 -26
  86. package/dist/120/polkadotIngressEgress/depositReceived.d.ts +10 -26
  87. package/dist/120/swapping/ccmFailed.d.cts +18 -42
  88. package/dist/120/swapping/ccmFailed.d.ts +18 -42
  89. package/dist/131/bitcoinBroadcaster/transactionBroadcastRequest.d.cts +2 -2
  90. package/dist/131/bitcoinBroadcaster/transactionBroadcastRequest.d.ts +2 -2
  91. package/dist/131/bitcoinIngressEgress/depositIgnored.d.cts +10 -26
  92. package/dist/131/bitcoinIngressEgress/depositIgnored.d.ts +10 -26
  93. package/dist/131/bitcoinIngressEgress/depositReceived.d.cts +20 -52
  94. package/dist/131/bitcoinIngressEgress/depositReceived.d.ts +20 -52
  95. package/dist/131/bitcoinIngressEgress/depositWitnessRejected.d.cts +14 -34
  96. package/dist/131/bitcoinIngressEgress/depositWitnessRejected.d.ts +14 -34
  97. package/dist/131/common.cjs +6 -10
  98. package/dist/131/common.d.cts +110 -238
  99. package/dist/131/common.d.ts +110 -238
  100. package/dist/131/common.mjs +6 -10
  101. package/dist/131/ethereumIngressEgress/depositFetchesScheduled.d.cts +2 -2
  102. package/dist/131/ethereumIngressEgress/depositFetchesScheduled.d.ts +2 -2
  103. package/dist/131/ethereumIngressEgress/depositIgnored.d.cts +2 -2
  104. package/dist/131/ethereumIngressEgress/depositIgnored.d.ts +2 -2
  105. package/dist/131/ethereumIngressEgress/depositReceived.d.cts +12 -28
  106. package/dist/131/ethereumIngressEgress/depositReceived.d.ts +12 -28
  107. package/dist/131/ethereumIngressEgress/depositWitnessRejected.d.cts +20 -20
  108. package/dist/131/ethereumIngressEgress/depositWitnessRejected.d.ts +20 -20
  109. package/dist/131/ethereumIngressEgress/failedToBuildAllBatchCall.d.cts +28 -28
  110. package/dist/131/ethereumIngressEgress/failedToBuildAllBatchCall.d.ts +28 -28
  111. package/dist/131/liquidityPools/limitOrderUpdated.d.cts +8 -8
  112. package/dist/131/liquidityPools/limitOrderUpdated.d.ts +8 -8
  113. package/dist/131/liquidityPools/rangeOrderUpdated.d.cts +8 -8
  114. package/dist/131/liquidityPools/rangeOrderUpdated.d.ts +8 -8
  115. package/dist/131/liquidityProvider/accountCredited.d.cts +2 -2
  116. package/dist/131/liquidityProvider/accountCredited.d.ts +2 -2
  117. package/dist/131/liquidityProvider/accountDebited.d.cts +2 -2
  118. package/dist/131/liquidityProvider/accountDebited.d.ts +2 -2
  119. package/dist/131/liquidityProvider/liquidityDepositAddressReady.d.cts +4 -4
  120. package/dist/131/liquidityProvider/liquidityDepositAddressReady.d.ts +4 -4
  121. package/dist/131/liquidityProvider/liquidityDepositCredited.d.cts +2 -2
  122. package/dist/131/liquidityProvider/liquidityDepositCredited.d.ts +2 -2
  123. package/dist/131/swapping/batchSwapFailed.d.cts +8 -8
  124. package/dist/131/swapping/batchSwapFailed.d.ts +8 -8
  125. package/dist/131/swapping/ccmFailed.d.cts +90 -150
  126. package/dist/131/swapping/ccmFailed.d.ts +90 -150
  127. package/dist/131/swapping/maximumSwapAmountSet.d.cts +6 -6
  128. package/dist/131/swapping/maximumSwapAmountSet.d.ts +6 -6
  129. package/dist/131/swapping/swapAmountConfiscated.d.cts +12 -12
  130. package/dist/131/swapping/swapAmountConfiscated.d.ts +12 -12
  131. package/dist/131/swapping/swapDepositAddressReady.d.cts +18 -18
  132. package/dist/131/swapping/swapDepositAddressReady.d.ts +18 -18
  133. package/dist/131/swapping/swapEgressIgnored.d.cts +12 -12
  134. package/dist/131/swapping/swapEgressIgnored.d.ts +12 -12
  135. package/dist/131/swapping/swapEgressScheduled.d.cts +8 -8
  136. package/dist/131/swapping/swapEgressScheduled.d.ts +8 -8
  137. package/dist/131/swapping/swapExecuted.d.cts +12 -12
  138. package/dist/131/swapping/swapExecuted.d.ts +12 -12
  139. package/dist/131/swapping/swapScheduled.d.cts +104 -164
  140. package/dist/131/swapping/swapScheduled.d.ts +104 -164
  141. package/dist/131/swapping/withdrawalRequested.d.cts +6 -6
  142. package/dist/131/swapping/withdrawalRequested.d.ts +6 -6
  143. package/dist/141/arbitrumIngressEgress/ccmEgressInvalid.d.cts +16 -16
  144. package/dist/141/arbitrumIngressEgress/ccmEgressInvalid.d.ts +16 -16
  145. package/dist/141/arbitrumIngressEgress/depositBoosted.d.cts +14 -30
  146. package/dist/141/arbitrumIngressEgress/depositBoosted.d.ts +14 -30
  147. package/dist/141/arbitrumIngressEgress/depositFetchesScheduled.d.cts +2 -2
  148. package/dist/141/arbitrumIngressEgress/depositFetchesScheduled.d.ts +2 -2
  149. package/dist/141/arbitrumIngressEgress/depositFinalised.d.cts +14 -30
  150. package/dist/141/arbitrumIngressEgress/depositFinalised.d.ts +14 -30
  151. package/dist/141/arbitrumIngressEgress/depositIgnored.d.cts +3 -3
  152. package/dist/141/arbitrumIngressEgress/depositIgnored.d.ts +3 -3
  153. package/dist/141/arbitrumIngressEgress/depositWitnessRejected.d.cts +22 -22
  154. package/dist/141/arbitrumIngressEgress/depositWitnessRejected.d.ts +22 -22
  155. package/dist/141/arbitrumIngressEgress/failedToBuildAllBatchCall.d.cts +28 -28
  156. package/dist/141/arbitrumIngressEgress/failedToBuildAllBatchCall.d.ts +28 -28
  157. package/dist/141/arbitrumIngressEgress/insufficientBoostLiquidity.d.cts +3 -3
  158. package/dist/141/arbitrumIngressEgress/insufficientBoostLiquidity.d.ts +3 -3
  159. package/dist/141/arbitrumIngressEgress/transferFallbackRequested.d.cts +4 -4
  160. package/dist/141/arbitrumIngressEgress/transferFallbackRequested.d.ts +4 -4
  161. package/dist/141/bitcoinIngressEgress/ccmEgressInvalid.d.cts +4 -4
  162. package/dist/141/bitcoinIngressEgress/ccmEgressInvalid.d.ts +4 -4
  163. package/dist/141/bitcoinIngressEgress/depositBoosted.d.cts +20 -52
  164. package/dist/141/bitcoinIngressEgress/depositBoosted.d.ts +20 -52
  165. package/dist/141/bitcoinIngressEgress/depositFinalised.d.cts +20 -52
  166. package/dist/141/bitcoinIngressEgress/depositFinalised.d.ts +20 -52
  167. package/dist/141/common.cjs +6 -10
  168. package/dist/141/common.d.cts +115 -233
  169. package/dist/141/common.d.ts +115 -233
  170. package/dist/141/common.mjs +6 -10
  171. package/dist/141/ethereumIngressEgress/depositBoosted.d.cts +10 -26
  172. package/dist/141/ethereumIngressEgress/depositBoosted.d.ts +10 -26
  173. package/dist/141/ethereumIngressEgress/depositFinalised.d.cts +10 -26
  174. package/dist/141/ethereumIngressEgress/depositFinalised.d.ts +10 -26
  175. package/dist/141/evmThresholdSigner/failureReportProcessed.d.cts +2 -2
  176. package/dist/141/evmThresholdSigner/failureReportProcessed.d.ts +2 -2
  177. package/dist/141/evmThresholdSigner/retryRequested.d.cts +2 -2
  178. package/dist/141/evmThresholdSigner/retryRequested.d.ts +2 -2
  179. package/dist/141/evmThresholdSigner/thresholdDispatchComplete.d.cts +2 -2
  180. package/dist/141/evmThresholdSigner/thresholdDispatchComplete.d.ts +2 -2
  181. package/dist/141/evmThresholdSigner/thresholdSignatureFailed.d.cts +2 -2
  182. package/dist/141/evmThresholdSigner/thresholdSignatureFailed.d.ts +2 -2
  183. package/dist/141/evmThresholdSigner/thresholdSignatureRequest.d.cts +2 -2
  184. package/dist/141/evmThresholdSigner/thresholdSignatureRequest.d.ts +2 -2
  185. package/dist/141/evmThresholdSigner/thresholdSignatureSuccess.d.cts +2 -2
  186. package/dist/141/evmThresholdSigner/thresholdSignatureSuccess.d.ts +2 -2
  187. package/dist/141/liquidityPools/limitOrderUpdated.d.cts +10 -10
  188. package/dist/141/liquidityPools/limitOrderUpdated.d.ts +10 -10
  189. package/dist/141/liquidityPools/rangeOrderUpdated.d.cts +10 -10
  190. package/dist/141/liquidityPools/rangeOrderUpdated.d.ts +10 -10
  191. package/dist/141/liquidityProvider/liquidityRefundAddressRegistered.d.cts +14 -34
  192. package/dist/141/liquidityProvider/liquidityRefundAddressRegistered.d.ts +14 -34
  193. package/dist/141/polkadotIngressEgress/depositBoosted.d.cts +10 -26
  194. package/dist/141/polkadotIngressEgress/depositBoosted.d.ts +10 -26
  195. package/dist/141/polkadotIngressEgress/depositFinalised.d.cts +10 -26
  196. package/dist/141/polkadotIngressEgress/depositFinalised.d.ts +10 -26
  197. package/dist/141/swapping/ccmDepositReceived.d.cts +102 -126
  198. package/dist/141/swapping/ccmDepositReceived.d.ts +102 -126
  199. package/dist/141/swapping/ccmFailed.d.cts +195 -261
  200. package/dist/141/swapping/ccmFailed.d.ts +195 -261
  201. package/dist/141/swapping/swapDepositAddressReady.d.cts +32 -32
  202. package/dist/141/swapping/swapDepositAddressReady.d.ts +32 -32
  203. package/dist/141/swapping/swapEgressIgnored.d.cts +24 -24
  204. package/dist/141/swapping/swapEgressIgnored.d.ts +24 -24
  205. package/dist/141/swapping/swapExecuted.d.cts +96 -120
  206. package/dist/141/swapping/swapExecuted.d.ts +96 -120
  207. package/dist/141/swapping/swapScheduled.d.cts +207 -273
  208. package/dist/141/swapping/swapScheduled.d.ts +207 -273
  209. package/dist/141/swapping/withdrawalRequested.d.cts +16 -16
  210. package/dist/141/swapping/withdrawalRequested.d.ts +16 -16
  211. package/dist/141/tokenholderGovernance/proposalEnacted.d.cts +8 -8
  212. package/dist/141/tokenholderGovernance/proposalEnacted.d.ts +8 -8
  213. package/dist/141/tokenholderGovernance/proposalPassed.d.cts +8 -8
  214. package/dist/141/tokenholderGovernance/proposalPassed.d.ts +8 -8
  215. package/dist/141/tokenholderGovernance/proposalRejected.d.cts +8 -8
  216. package/dist/141/tokenholderGovernance/proposalRejected.d.ts +8 -8
  217. package/dist/141/tokenholderGovernance/proposalSubmitted.d.cts +8 -8
  218. package/dist/141/tokenholderGovernance/proposalSubmitted.d.ts +8 -8
  219. package/package.json +1 -1
@@ -15,122 +15,90 @@ declare const swappingSwapAmountTooLow: z.ZodObject<{
15
15
  __kind: z.ZodLiteral<"Eth">;
16
16
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
17
17
  }, "strip", z.ZodTypeAny, {
18
- value: `0x${string}`;
19
18
  __kind: "Eth";
19
+ value: `0x${string}`;
20
20
  }, {
21
- value: string;
22
21
  __kind: "Eth";
22
+ value: string;
23
23
  }>, z.ZodObject<{
24
24
  __kind: z.ZodLiteral<"Dot">;
25
25
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
26
26
  }, "strip", z.ZodTypeAny, {
27
- value: `0x${string}`;
28
27
  __kind: "Dot";
28
+ value: `0x${string}`;
29
29
  }, {
30
- value: string;
31
30
  __kind: "Dot";
31
+ value: string;
32
32
  }>, z.ZodObject<{
33
33
  __kind: z.ZodLiteral<"Btc">;
34
34
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
35
35
  }, "strip", z.ZodTypeAny, {
36
- value: `0x${string}`;
37
36
  __kind: "Btc";
37
+ value: `0x${string}`;
38
38
  }, {
39
- value: string;
40
39
  __kind: "Btc";
40
+ value: string;
41
41
  }>]>;
42
42
  origin: z.ZodUnion<[z.ZodObject<{
43
43
  __kind: z.ZodLiteral<"DepositChannel">;
44
- value: z.ZodObject<{
45
- depositAddress: z.ZodUnion<[z.ZodObject<{
46
- __kind: z.ZodLiteral<"Eth">;
47
- value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
48
- }, "strip", z.ZodTypeAny, {
49
- value: `0x${string}`;
50
- __kind: "Eth";
51
- }, {
52
- value: string;
53
- __kind: "Eth";
54
- }>, z.ZodObject<{
55
- __kind: z.ZodLiteral<"Dot">;
56
- value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
57
- }, "strip", z.ZodTypeAny, {
58
- value: `0x${string}`;
59
- __kind: "Dot";
60
- }, {
61
- value: string;
62
- __kind: "Dot";
63
- }>, z.ZodObject<{
64
- __kind: z.ZodLiteral<"Btc">;
65
- value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
66
- }, "strip", z.ZodTypeAny, {
67
- value: `0x${string}`;
68
- __kind: "Btc";
69
- }, {
70
- value: string;
71
- __kind: "Btc";
72
- }>]>;
73
- channelId: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
74
- depositBlockHeight: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
44
+ depositAddress: z.ZodUnion<[z.ZodObject<{
45
+ __kind: z.ZodLiteral<"Eth">;
46
+ value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
47
+ }, "strip", z.ZodTypeAny, {
48
+ __kind: "Eth";
49
+ value: `0x${string}`;
50
+ }, {
51
+ __kind: "Eth";
52
+ value: string;
53
+ }>, z.ZodObject<{
54
+ __kind: z.ZodLiteral<"Dot">;
55
+ value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
75
56
  }, "strip", z.ZodTypeAny, {
76
- depositAddress: {
77
- value: `0x${string}`;
78
- __kind: "Eth";
79
- } | {
80
- value: `0x${string}`;
81
- __kind: "Dot";
82
- } | {
83
- value: `0x${string}`;
84
- __kind: "Btc";
85
- };
86
- channelId: bigint;
87
- depositBlockHeight: bigint;
57
+ __kind: "Dot";
58
+ value: `0x${string}`;
88
59
  }, {
89
- depositAddress: {
90
- value: string;
91
- __kind: "Eth";
92
- } | {
93
- value: string;
94
- __kind: "Dot";
95
- } | {
96
- value: string;
97
- __kind: "Btc";
98
- };
99
- channelId: string | number;
100
- depositBlockHeight: string | number;
101
- }>;
60
+ __kind: "Dot";
61
+ value: string;
62
+ }>, z.ZodObject<{
63
+ __kind: z.ZodLiteral<"Btc">;
64
+ value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
65
+ }, "strip", z.ZodTypeAny, {
66
+ __kind: "Btc";
67
+ value: `0x${string}`;
68
+ }, {
69
+ __kind: "Btc";
70
+ value: string;
71
+ }>]>;
72
+ channelId: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
73
+ depositBlockHeight: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
102
74
  }, "strip", z.ZodTypeAny, {
103
- value: {
104
- depositAddress: {
105
- value: `0x${string}`;
106
- __kind: "Eth";
107
- } | {
108
- value: `0x${string}`;
109
- __kind: "Dot";
110
- } | {
111
- value: `0x${string}`;
112
- __kind: "Btc";
113
- };
114
- channelId: bigint;
115
- depositBlockHeight: bigint;
116
- };
117
75
  __kind: "DepositChannel";
118
- }, {
119
- value: {
120
- depositAddress: {
121
- value: string;
122
- __kind: "Eth";
123
- } | {
124
- value: string;
125
- __kind: "Dot";
126
- } | {
127
- value: string;
128
- __kind: "Btc";
129
- };
130
- channelId: string | number;
131
- depositBlockHeight: string | number;
76
+ depositAddress: {
77
+ __kind: "Eth";
78
+ value: `0x${string}`;
79
+ } | {
80
+ __kind: "Dot";
81
+ value: `0x${string}`;
82
+ } | {
83
+ __kind: "Btc";
84
+ value: `0x${string}`;
132
85
  };
86
+ channelId: bigint;
87
+ depositBlockHeight: bigint;
88
+ }, {
133
89
  __kind: "DepositChannel";
90
+ depositAddress: {
91
+ __kind: "Eth";
92
+ value: string;
93
+ } | {
94
+ __kind: "Dot";
95
+ value: string;
96
+ } | {
97
+ __kind: "Btc";
98
+ value: string;
99
+ };
100
+ channelId: string | number;
101
+ depositBlockHeight: string | number;
134
102
  }>, z.ZodObject<{
135
103
  __kind: z.ZodLiteral<"Vault">;
136
104
  txHash: z.ZodEffects<z.ZodString, `0x${string}`, string>;
@@ -145,31 +113,29 @@ declare const swappingSwapAmountTooLow: z.ZodObject<{
145
113
  asset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc";
146
114
  amount: bigint;
147
115
  destinationAddress: {
148
- value: `0x${string}`;
149
116
  __kind: "Eth";
150
- } | {
151
117
  value: `0x${string}`;
152
- __kind: "Dot";
153
118
  } | {
119
+ __kind: "Dot";
154
120
  value: `0x${string}`;
121
+ } | {
155
122
  __kind: "Btc";
123
+ value: `0x${string}`;
156
124
  };
157
125
  origin: {
158
- value: {
159
- depositAddress: {
160
- value: `0x${string}`;
161
- __kind: "Eth";
162
- } | {
163
- value: `0x${string}`;
164
- __kind: "Dot";
165
- } | {
166
- value: `0x${string}`;
167
- __kind: "Btc";
168
- };
169
- channelId: bigint;
170
- depositBlockHeight: bigint;
171
- };
172
126
  __kind: "DepositChannel";
127
+ depositAddress: {
128
+ __kind: "Eth";
129
+ value: `0x${string}`;
130
+ } | {
131
+ __kind: "Dot";
132
+ value: `0x${string}`;
133
+ } | {
134
+ __kind: "Btc";
135
+ value: `0x${string}`;
136
+ };
137
+ channelId: bigint;
138
+ depositBlockHeight: bigint;
173
139
  } | {
174
140
  __kind: "Vault";
175
141
  txHash: `0x${string}`;
@@ -180,31 +146,29 @@ declare const swappingSwapAmountTooLow: z.ZodObject<{
180
146
  };
181
147
  amount: string | number;
182
148
  destinationAddress: {
183
- value: string;
184
149
  __kind: "Eth";
185
- } | {
186
150
  value: string;
187
- __kind: "Dot";
188
151
  } | {
152
+ __kind: "Dot";
189
153
  value: string;
154
+ } | {
190
155
  __kind: "Btc";
156
+ value: string;
191
157
  };
192
158
  origin: {
193
- value: {
194
- depositAddress: {
195
- value: string;
196
- __kind: "Eth";
197
- } | {
198
- value: string;
199
- __kind: "Dot";
200
- } | {
201
- value: string;
202
- __kind: "Btc";
203
- };
204
- channelId: string | number;
205
- depositBlockHeight: string | number;
206
- };
207
159
  __kind: "DepositChannel";
160
+ depositAddress: {
161
+ __kind: "Eth";
162
+ value: string;
163
+ } | {
164
+ __kind: "Dot";
165
+ value: string;
166
+ } | {
167
+ __kind: "Btc";
168
+ value: string;
169
+ };
170
+ channelId: string | number;
171
+ depositBlockHeight: string | number;
208
172
  } | {
209
173
  __kind: "Vault";
210
174
  txHash: string;
@@ -5,57 +5,57 @@ 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
  }>]>;
32
32
  destinationAddress: z.ZodUnion<[z.ZodObject<{
33
33
  __kind: z.ZodLiteral<"Eth">;
34
34
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
35
35
  }, "strip", z.ZodTypeAny, {
36
- value: `0x${string}`;
37
36
  __kind: "Eth";
37
+ value: `0x${string}`;
38
38
  }, {
39
- value: string;
40
39
  __kind: "Eth";
40
+ value: string;
41
41
  }>, z.ZodObject<{
42
42
  __kind: z.ZodLiteral<"Dot">;
43
43
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
44
44
  }, "strip", z.ZodTypeAny, {
45
- value: `0x${string}`;
46
45
  __kind: "Dot";
46
+ value: `0x${string}`;
47
47
  }, {
48
- value: string;
49
48
  __kind: "Dot";
49
+ value: string;
50
50
  }>, z.ZodObject<{
51
51
  __kind: z.ZodLiteral<"Btc">;
52
52
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
53
53
  }, "strip", z.ZodTypeAny, {
54
- value: `0x${string}`;
55
54
  __kind: "Btc";
55
+ value: `0x${string}`;
56
56
  }, {
57
- value: string;
58
57
  __kind: "Btc";
58
+ value: string;
59
59
  }>]>;
60
60
  sourceAsset: z.ZodEffects<z.ZodObject<{
61
61
  __kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc"]>;
@@ -93,25 +93,25 @@ declare const swappingSwapDepositAddressReady: z.ZodObject<{
93
93
  sourceChainExpiryBlock: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
94
94
  }, "strip", z.ZodTypeAny, {
95
95
  depositAddress: {
96
- value: `0x${string}`;
97
96
  __kind: "Eth";
98
- } | {
99
97
  value: `0x${string}`;
100
- __kind: "Dot";
101
98
  } | {
99
+ __kind: "Dot";
102
100
  value: `0x${string}`;
101
+ } | {
103
102
  __kind: "Btc";
103
+ value: `0x${string}`;
104
104
  };
105
105
  channelId: bigint;
106
106
  destinationAddress: {
107
- value: `0x${string}`;
108
107
  __kind: "Eth";
109
- } | {
110
108
  value: `0x${string}`;
111
- __kind: "Dot";
112
109
  } | {
110
+ __kind: "Dot";
113
111
  value: `0x${string}`;
112
+ } | {
114
113
  __kind: "Btc";
114
+ value: `0x${string}`;
115
115
  };
116
116
  sourceAsset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc";
117
117
  destinationAsset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc";
@@ -124,25 +124,25 @@ declare const swappingSwapDepositAddressReady: z.ZodObject<{
124
124
  } | null | undefined;
125
125
  }, {
126
126
  depositAddress: {
127
- value: string;
128
127
  __kind: "Eth";
129
- } | {
130
128
  value: string;
131
- __kind: "Dot";
132
129
  } | {
130
+ __kind: "Dot";
133
131
  value: string;
132
+ } | {
134
133
  __kind: "Btc";
134
+ value: string;
135
135
  };
136
136
  channelId: string | number;
137
137
  destinationAddress: {
138
- value: string;
139
138
  __kind: "Eth";
140
- } | {
141
139
  value: string;
142
- __kind: "Dot";
143
140
  } | {
141
+ __kind: "Dot";
144
142
  value: string;
143
+ } | {
145
144
  __kind: "Btc";
145
+ value: string;
146
146
  };
147
147
  sourceAsset: {
148
148
  __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc";
@@ -5,57 +5,57 @@ 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
  }>]>;
32
32
  destinationAddress: z.ZodUnion<[z.ZodObject<{
33
33
  __kind: z.ZodLiteral<"Eth">;
34
34
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
35
35
  }, "strip", z.ZodTypeAny, {
36
- value: `0x${string}`;
37
36
  __kind: "Eth";
37
+ value: `0x${string}`;
38
38
  }, {
39
- value: string;
40
39
  __kind: "Eth";
40
+ value: string;
41
41
  }>, z.ZodObject<{
42
42
  __kind: z.ZodLiteral<"Dot">;
43
43
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
44
44
  }, "strip", z.ZodTypeAny, {
45
- value: `0x${string}`;
46
45
  __kind: "Dot";
46
+ value: `0x${string}`;
47
47
  }, {
48
- value: string;
49
48
  __kind: "Dot";
49
+ value: string;
50
50
  }>, z.ZodObject<{
51
51
  __kind: z.ZodLiteral<"Btc">;
52
52
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
53
53
  }, "strip", z.ZodTypeAny, {
54
- value: `0x${string}`;
55
54
  __kind: "Btc";
55
+ value: `0x${string}`;
56
56
  }, {
57
- value: string;
58
57
  __kind: "Btc";
58
+ value: string;
59
59
  }>]>;
60
60
  sourceAsset: z.ZodEffects<z.ZodObject<{
61
61
  __kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc"]>;
@@ -93,25 +93,25 @@ declare const swappingSwapDepositAddressReady: z.ZodObject<{
93
93
  sourceChainExpiryBlock: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
94
94
  }, "strip", z.ZodTypeAny, {
95
95
  depositAddress: {
96
- value: `0x${string}`;
97
96
  __kind: "Eth";
98
- } | {
99
97
  value: `0x${string}`;
100
- __kind: "Dot";
101
98
  } | {
99
+ __kind: "Dot";
102
100
  value: `0x${string}`;
101
+ } | {
103
102
  __kind: "Btc";
103
+ value: `0x${string}`;
104
104
  };
105
105
  channelId: bigint;
106
106
  destinationAddress: {
107
- value: `0x${string}`;
108
107
  __kind: "Eth";
109
- } | {
110
108
  value: `0x${string}`;
111
- __kind: "Dot";
112
109
  } | {
110
+ __kind: "Dot";
113
111
  value: `0x${string}`;
112
+ } | {
114
113
  __kind: "Btc";
114
+ value: `0x${string}`;
115
115
  };
116
116
  sourceAsset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc";
117
117
  destinationAsset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc";
@@ -124,25 +124,25 @@ declare const swappingSwapDepositAddressReady: z.ZodObject<{
124
124
  } | null | undefined;
125
125
  }, {
126
126
  depositAddress: {
127
- value: string;
128
127
  __kind: "Eth";
129
- } | {
130
128
  value: string;
131
- __kind: "Dot";
132
129
  } | {
130
+ __kind: "Dot";
133
131
  value: string;
132
+ } | {
134
133
  __kind: "Btc";
134
+ value: string;
135
135
  };
136
136
  channelId: string | number;
137
137
  destinationAddress: {
138
- value: string;
139
138
  __kind: "Eth";
140
- } | {
141
139
  value: string;
142
- __kind: "Dot";
143
140
  } | {
141
+ __kind: "Dot";
144
142
  value: string;
143
+ } | {
145
144
  __kind: "Btc";
145
+ value: string;
146
146
  };
147
147
  sourceAsset: {
148
148
  __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc";
@@ -22,18 +22,18 @@ declare const swappingSwapEgressScheduled: z.ZodObject<{
22
22
  }>;
23
23
  amount: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
24
24
  }, "strip", z.ZodTypeAny, {
25
- egressId: ["Ethereum" | "Polkadot" | "Bitcoin", bigint];
26
25
  asset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc";
27
26
  amount: bigint;
27
+ egressId: ["Ethereum" | "Polkadot" | "Bitcoin", bigint];
28
28
  swapId: bigint;
29
29
  }, {
30
- egressId: [{
31
- __kind: "Ethereum" | "Polkadot" | "Bitcoin";
32
- }, string | number];
33
30
  asset: {
34
31
  __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc";
35
32
  };
36
33
  amount: string | number;
34
+ egressId: [{
35
+ __kind: "Ethereum" | "Polkadot" | "Bitcoin";
36
+ }, string | number];
37
37
  swapId: string | number;
38
38
  }>;
39
39
 
@@ -22,18 +22,18 @@ declare const swappingSwapEgressScheduled: z.ZodObject<{
22
22
  }>;
23
23
  amount: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
24
24
  }, "strip", z.ZodTypeAny, {
25
- egressId: ["Ethereum" | "Polkadot" | "Bitcoin", bigint];
26
25
  asset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc";
27
26
  amount: bigint;
27
+ egressId: ["Ethereum" | "Polkadot" | "Bitcoin", bigint];
28
28
  swapId: bigint;
29
29
  }, {
30
- egressId: [{
31
- __kind: "Ethereum" | "Polkadot" | "Bitcoin";
32
- }, string | number];
33
30
  asset: {
34
31
  __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc";
35
32
  };
36
33
  amount: string | number;
34
+ egressId: [{
35
+ __kind: "Ethereum" | "Polkadot" | "Bitcoin";
36
+ }, string | number];
37
37
  swapId: string | number;
38
38
  }>;
39
39