@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
@@ -4,40 +4,40 @@ declare const swappingSwapAmountTooLow: z.ZodObject<{
4
4
  asset: z.ZodEffects<z.ZodObject<{
5
5
  __kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc"]>;
6
6
  }, "strip", z.ZodTypeAny, {
7
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc";
7
+ __kind: "Eth" | "Dot" | "Btc" | "Flip" | "Usdc";
8
8
  }, {
9
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc";
10
- }>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc", {
11
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc";
9
+ __kind: "Eth" | "Dot" | "Btc" | "Flip" | "Usdc";
10
+ }>, "Eth" | "Dot" | "Btc" | "Flip" | "Usdc", {
11
+ __kind: "Eth" | "Dot" | "Btc" | "Flip" | "Usdc";
12
12
  }>;
13
13
  amount: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
14
14
  destinationAddress: z.ZodUnion<[z.ZodObject<{
15
15
  __kind: z.ZodLiteral<"Eth">;
16
16
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
17
17
  }, "strip", z.ZodTypeAny, {
18
- __kind: "Eth";
19
18
  value: `0x${string}`;
20
- }, {
21
19
  __kind: "Eth";
20
+ }, {
22
21
  value: string;
22
+ __kind: "Eth";
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
- __kind: "Dot";
28
27
  value: `0x${string}`;
29
- }, {
30
28
  __kind: "Dot";
29
+ }, {
31
30
  value: string;
31
+ __kind: "Dot";
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
- __kind: "Btc";
37
36
  value: `0x${string}`;
38
- }, {
39
37
  __kind: "Btc";
38
+ }, {
40
39
  value: string;
40
+ __kind: "Btc";
41
41
  }>]>;
42
42
  origin: z.ZodUnion<[z.ZodObject<{
43
43
  __kind: z.ZodLiteral<"DepositChannel">;
@@ -46,91 +46,91 @@ declare const swappingSwapAmountTooLow: z.ZodObject<{
46
46
  __kind: z.ZodLiteral<"Eth">;
47
47
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
48
48
  }, "strip", z.ZodTypeAny, {
49
- __kind: "Eth";
50
49
  value: `0x${string}`;
51
- }, {
52
50
  __kind: "Eth";
51
+ }, {
53
52
  value: string;
53
+ __kind: "Eth";
54
54
  }>, z.ZodObject<{
55
55
  __kind: z.ZodLiteral<"Dot">;
56
56
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
57
57
  }, "strip", z.ZodTypeAny, {
58
- __kind: "Dot";
59
58
  value: `0x${string}`;
60
- }, {
61
59
  __kind: "Dot";
60
+ }, {
62
61
  value: string;
62
+ __kind: "Dot";
63
63
  }>, z.ZodObject<{
64
64
  __kind: z.ZodLiteral<"Btc">;
65
65
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
66
66
  }, "strip", z.ZodTypeAny, {
67
- __kind: "Btc";
68
67
  value: `0x${string}`;
69
- }, {
70
68
  __kind: "Btc";
69
+ }, {
71
70
  value: string;
71
+ __kind: "Btc";
72
72
  }>]>;
73
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
74
  depositBlockHeight: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
75
75
  }, "strip", z.ZodTypeAny, {
76
76
  depositAddress: {
77
- __kind: "Eth";
78
77
  value: `0x${string}`;
78
+ __kind: "Eth";
79
79
  } | {
80
- __kind: "Dot";
81
80
  value: `0x${string}`;
81
+ __kind: "Dot";
82
82
  } | {
83
- __kind: "Btc";
84
83
  value: `0x${string}`;
84
+ __kind: "Btc";
85
85
  };
86
86
  channelId: bigint;
87
87
  depositBlockHeight: bigint;
88
88
  }, {
89
89
  depositAddress: {
90
- __kind: "Eth";
91
90
  value: string;
91
+ __kind: "Eth";
92
92
  } | {
93
- __kind: "Dot";
94
93
  value: string;
94
+ __kind: "Dot";
95
95
  } | {
96
- __kind: "Btc";
97
96
  value: string;
97
+ __kind: "Btc";
98
98
  };
99
99
  channelId: string | number;
100
100
  depositBlockHeight: string | number;
101
101
  }>;
102
102
  }, "strip", z.ZodTypeAny, {
103
- __kind: "DepositChannel";
104
103
  value: {
105
104
  depositAddress: {
106
- __kind: "Eth";
107
105
  value: `0x${string}`;
106
+ __kind: "Eth";
108
107
  } | {
109
- __kind: "Dot";
110
108
  value: `0x${string}`;
109
+ __kind: "Dot";
111
110
  } | {
112
- __kind: "Btc";
113
111
  value: `0x${string}`;
112
+ __kind: "Btc";
114
113
  };
115
114
  channelId: bigint;
116
115
  depositBlockHeight: bigint;
117
116
  };
118
- }, {
119
117
  __kind: "DepositChannel";
118
+ }, {
120
119
  value: {
121
120
  depositAddress: {
122
- __kind: "Eth";
123
121
  value: string;
122
+ __kind: "Eth";
124
123
  } | {
125
- __kind: "Dot";
126
124
  value: string;
125
+ __kind: "Dot";
127
126
  } | {
128
- __kind: "Btc";
129
127
  value: string;
128
+ __kind: "Btc";
130
129
  };
131
130
  channelId: string | number;
132
131
  depositBlockHeight: string | number;
133
132
  };
133
+ __kind: "DepositChannel";
134
134
  }>, z.ZodObject<{
135
135
  __kind: z.ZodLiteral<"Vault">;
136
136
  txHash: z.ZodEffects<z.ZodString, `0x${string}`, string>;
@@ -142,69 +142,69 @@ declare const swappingSwapAmountTooLow: z.ZodObject<{
142
142
  txHash: string;
143
143
  }>]>;
144
144
  }, "strip", z.ZodTypeAny, {
145
- asset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc";
146
- amount: bigint;
147
145
  destinationAddress: {
148
- __kind: "Eth";
149
146
  value: `0x${string}`;
147
+ __kind: "Eth";
150
148
  } | {
151
- __kind: "Dot";
152
149
  value: `0x${string}`;
150
+ __kind: "Dot";
153
151
  } | {
154
- __kind: "Btc";
155
152
  value: `0x${string}`;
153
+ __kind: "Btc";
156
154
  };
155
+ asset: "Eth" | "Dot" | "Btc" | "Flip" | "Usdc";
156
+ amount: bigint;
157
157
  origin: {
158
- __kind: "DepositChannel";
159
158
  value: {
160
159
  depositAddress: {
161
- __kind: "Eth";
162
160
  value: `0x${string}`;
161
+ __kind: "Eth";
163
162
  } | {
164
- __kind: "Dot";
165
163
  value: `0x${string}`;
164
+ __kind: "Dot";
166
165
  } | {
167
- __kind: "Btc";
168
166
  value: `0x${string}`;
167
+ __kind: "Btc";
169
168
  };
170
169
  channelId: bigint;
171
170
  depositBlockHeight: bigint;
172
171
  };
172
+ __kind: "DepositChannel";
173
173
  } | {
174
174
  __kind: "Vault";
175
175
  txHash: `0x${string}`;
176
176
  };
177
177
  }, {
178
- asset: {
179
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc";
180
- };
181
- amount: string | number;
182
178
  destinationAddress: {
183
- __kind: "Eth";
184
179
  value: string;
180
+ __kind: "Eth";
185
181
  } | {
186
- __kind: "Dot";
187
182
  value: string;
183
+ __kind: "Dot";
188
184
  } | {
189
- __kind: "Btc";
190
185
  value: string;
186
+ __kind: "Btc";
191
187
  };
188
+ asset: {
189
+ __kind: "Eth" | "Dot" | "Btc" | "Flip" | "Usdc";
190
+ };
191
+ amount: string | number;
192
192
  origin: {
193
- __kind: "DepositChannel";
194
193
  value: {
195
194
  depositAddress: {
196
- __kind: "Eth";
197
195
  value: string;
196
+ __kind: "Eth";
198
197
  } | {
199
- __kind: "Dot";
200
198
  value: string;
199
+ __kind: "Dot";
201
200
  } | {
202
- __kind: "Btc";
203
201
  value: string;
202
+ __kind: "Btc";
204
203
  };
205
204
  channelId: string | number;
206
205
  depositBlockHeight: string | number;
207
206
  };
207
+ __kind: "DepositChannel";
208
208
  } | {
209
209
  __kind: "Vault";
210
210
  txHash: string;
@@ -4,40 +4,40 @@ declare const swappingSwapAmountTooLow: z.ZodObject<{
4
4
  asset: z.ZodEffects<z.ZodObject<{
5
5
  __kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc"]>;
6
6
  }, "strip", z.ZodTypeAny, {
7
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc";
7
+ __kind: "Eth" | "Dot" | "Btc" | "Flip" | "Usdc";
8
8
  }, {
9
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc";
10
- }>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc", {
11
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc";
9
+ __kind: "Eth" | "Dot" | "Btc" | "Flip" | "Usdc";
10
+ }>, "Eth" | "Dot" | "Btc" | "Flip" | "Usdc", {
11
+ __kind: "Eth" | "Dot" | "Btc" | "Flip" | "Usdc";
12
12
  }>;
13
13
  amount: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
14
14
  destinationAddress: z.ZodUnion<[z.ZodObject<{
15
15
  __kind: z.ZodLiteral<"Eth">;
16
16
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
17
17
  }, "strip", z.ZodTypeAny, {
18
- __kind: "Eth";
19
18
  value: `0x${string}`;
20
- }, {
21
19
  __kind: "Eth";
20
+ }, {
22
21
  value: string;
22
+ __kind: "Eth";
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
- __kind: "Dot";
28
27
  value: `0x${string}`;
29
- }, {
30
28
  __kind: "Dot";
29
+ }, {
31
30
  value: string;
31
+ __kind: "Dot";
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
- __kind: "Btc";
37
36
  value: `0x${string}`;
38
- }, {
39
37
  __kind: "Btc";
38
+ }, {
40
39
  value: string;
40
+ __kind: "Btc";
41
41
  }>]>;
42
42
  origin: z.ZodUnion<[z.ZodObject<{
43
43
  __kind: z.ZodLiteral<"DepositChannel">;
@@ -46,91 +46,91 @@ declare const swappingSwapAmountTooLow: z.ZodObject<{
46
46
  __kind: z.ZodLiteral<"Eth">;
47
47
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
48
48
  }, "strip", z.ZodTypeAny, {
49
- __kind: "Eth";
50
49
  value: `0x${string}`;
51
- }, {
52
50
  __kind: "Eth";
51
+ }, {
53
52
  value: string;
53
+ __kind: "Eth";
54
54
  }>, z.ZodObject<{
55
55
  __kind: z.ZodLiteral<"Dot">;
56
56
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
57
57
  }, "strip", z.ZodTypeAny, {
58
- __kind: "Dot";
59
58
  value: `0x${string}`;
60
- }, {
61
59
  __kind: "Dot";
60
+ }, {
62
61
  value: string;
62
+ __kind: "Dot";
63
63
  }>, z.ZodObject<{
64
64
  __kind: z.ZodLiteral<"Btc">;
65
65
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
66
66
  }, "strip", z.ZodTypeAny, {
67
- __kind: "Btc";
68
67
  value: `0x${string}`;
69
- }, {
70
68
  __kind: "Btc";
69
+ }, {
71
70
  value: string;
71
+ __kind: "Btc";
72
72
  }>]>;
73
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
74
  depositBlockHeight: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
75
75
  }, "strip", z.ZodTypeAny, {
76
76
  depositAddress: {
77
- __kind: "Eth";
78
77
  value: `0x${string}`;
78
+ __kind: "Eth";
79
79
  } | {
80
- __kind: "Dot";
81
80
  value: `0x${string}`;
81
+ __kind: "Dot";
82
82
  } | {
83
- __kind: "Btc";
84
83
  value: `0x${string}`;
84
+ __kind: "Btc";
85
85
  };
86
86
  channelId: bigint;
87
87
  depositBlockHeight: bigint;
88
88
  }, {
89
89
  depositAddress: {
90
- __kind: "Eth";
91
90
  value: string;
91
+ __kind: "Eth";
92
92
  } | {
93
- __kind: "Dot";
94
93
  value: string;
94
+ __kind: "Dot";
95
95
  } | {
96
- __kind: "Btc";
97
96
  value: string;
97
+ __kind: "Btc";
98
98
  };
99
99
  channelId: string | number;
100
100
  depositBlockHeight: string | number;
101
101
  }>;
102
102
  }, "strip", z.ZodTypeAny, {
103
- __kind: "DepositChannel";
104
103
  value: {
105
104
  depositAddress: {
106
- __kind: "Eth";
107
105
  value: `0x${string}`;
106
+ __kind: "Eth";
108
107
  } | {
109
- __kind: "Dot";
110
108
  value: `0x${string}`;
109
+ __kind: "Dot";
111
110
  } | {
112
- __kind: "Btc";
113
111
  value: `0x${string}`;
112
+ __kind: "Btc";
114
113
  };
115
114
  channelId: bigint;
116
115
  depositBlockHeight: bigint;
117
116
  };
118
- }, {
119
117
  __kind: "DepositChannel";
118
+ }, {
120
119
  value: {
121
120
  depositAddress: {
122
- __kind: "Eth";
123
121
  value: string;
122
+ __kind: "Eth";
124
123
  } | {
125
- __kind: "Dot";
126
124
  value: string;
125
+ __kind: "Dot";
127
126
  } | {
128
- __kind: "Btc";
129
127
  value: string;
128
+ __kind: "Btc";
130
129
  };
131
130
  channelId: string | number;
132
131
  depositBlockHeight: string | number;
133
132
  };
133
+ __kind: "DepositChannel";
134
134
  }>, z.ZodObject<{
135
135
  __kind: z.ZodLiteral<"Vault">;
136
136
  txHash: z.ZodEffects<z.ZodString, `0x${string}`, string>;
@@ -142,69 +142,69 @@ declare const swappingSwapAmountTooLow: z.ZodObject<{
142
142
  txHash: string;
143
143
  }>]>;
144
144
  }, "strip", z.ZodTypeAny, {
145
- asset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc";
146
- amount: bigint;
147
145
  destinationAddress: {
148
- __kind: "Eth";
149
146
  value: `0x${string}`;
147
+ __kind: "Eth";
150
148
  } | {
151
- __kind: "Dot";
152
149
  value: `0x${string}`;
150
+ __kind: "Dot";
153
151
  } | {
154
- __kind: "Btc";
155
152
  value: `0x${string}`;
153
+ __kind: "Btc";
156
154
  };
155
+ asset: "Eth" | "Dot" | "Btc" | "Flip" | "Usdc";
156
+ amount: bigint;
157
157
  origin: {
158
- __kind: "DepositChannel";
159
158
  value: {
160
159
  depositAddress: {
161
- __kind: "Eth";
162
160
  value: `0x${string}`;
161
+ __kind: "Eth";
163
162
  } | {
164
- __kind: "Dot";
165
163
  value: `0x${string}`;
164
+ __kind: "Dot";
166
165
  } | {
167
- __kind: "Btc";
168
166
  value: `0x${string}`;
167
+ __kind: "Btc";
169
168
  };
170
169
  channelId: bigint;
171
170
  depositBlockHeight: bigint;
172
171
  };
172
+ __kind: "DepositChannel";
173
173
  } | {
174
174
  __kind: "Vault";
175
175
  txHash: `0x${string}`;
176
176
  };
177
177
  }, {
178
- asset: {
179
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc";
180
- };
181
- amount: string | number;
182
178
  destinationAddress: {
183
- __kind: "Eth";
184
179
  value: string;
180
+ __kind: "Eth";
185
181
  } | {
186
- __kind: "Dot";
187
182
  value: string;
183
+ __kind: "Dot";
188
184
  } | {
189
- __kind: "Btc";
190
185
  value: string;
186
+ __kind: "Btc";
191
187
  };
188
+ asset: {
189
+ __kind: "Eth" | "Dot" | "Btc" | "Flip" | "Usdc";
190
+ };
191
+ amount: string | number;
192
192
  origin: {
193
- __kind: "DepositChannel";
194
193
  value: {
195
194
  depositAddress: {
196
- __kind: "Eth";
197
195
  value: string;
196
+ __kind: "Eth";
198
197
  } | {
199
- __kind: "Dot";
200
198
  value: string;
199
+ __kind: "Dot";
201
200
  } | {
202
- __kind: "Btc";
203
201
  value: string;
202
+ __kind: "Btc";
204
203
  };
205
204
  channelId: string | number;
206
205
  depositBlockHeight: string | number;
207
206
  };
207
+ __kind: "DepositChannel";
208
208
  } | {
209
209
  __kind: "Vault";
210
210
  txHash: string;
@@ -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
- __kind: "Eth";
9
8
  value: `0x${string}`;
10
- }, {
11
9
  __kind: "Eth";
10
+ }, {
12
11
  value: string;
12
+ __kind: "Eth";
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
- __kind: "Dot";
18
17
  value: `0x${string}`;
19
- }, {
20
18
  __kind: "Dot";
19
+ }, {
21
20
  value: string;
21
+ __kind: "Dot";
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
- __kind: "Btc";
27
26
  value: `0x${string}`;
28
- }, {
29
27
  __kind: "Btc";
28
+ }, {
30
29
  value: string;
30
+ __kind: "Btc";
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
- __kind: "Eth";
37
36
  value: `0x${string}`;
38
- }, {
39
37
  __kind: "Eth";
38
+ }, {
40
39
  value: string;
40
+ __kind: "Eth";
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
- __kind: "Dot";
46
45
  value: `0x${string}`;
47
- }, {
48
46
  __kind: "Dot";
47
+ }, {
49
48
  value: string;
49
+ __kind: "Dot";
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
- __kind: "Btc";
55
54
  value: `0x${string}`;
56
- }, {
57
55
  __kind: "Btc";
56
+ }, {
58
57
  value: string;
58
+ __kind: "Btc";
59
59
  }>]>;
60
60
  sourceAsset: z.ZodEffects<z.ZodObject<{
61
61
  __kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc"]>;
62
62
  }, "strip", z.ZodTypeAny, {
63
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc";
63
+ __kind: "Eth" | "Dot" | "Btc" | "Flip" | "Usdc";
64
64
  }, {
65
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc";
66
- }>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc", {
67
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc";
65
+ __kind: "Eth" | "Dot" | "Btc" | "Flip" | "Usdc";
66
+ }>, "Eth" | "Dot" | "Btc" | "Flip" | "Usdc", {
67
+ __kind: "Eth" | "Dot" | "Btc" | "Flip" | "Usdc";
68
68
  }>;
69
69
  destinationAsset: z.ZodEffects<z.ZodObject<{
70
70
  __kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc"]>;
71
71
  }, "strip", z.ZodTypeAny, {
72
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc";
72
+ __kind: "Eth" | "Dot" | "Btc" | "Flip" | "Usdc";
73
73
  }, {
74
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc";
75
- }>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc", {
76
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc";
74
+ __kind: "Eth" | "Dot" | "Btc" | "Flip" | "Usdc";
75
+ }>, "Eth" | "Dot" | "Btc" | "Flip" | "Usdc", {
76
+ __kind: "Eth" | "Dot" | "Btc" | "Flip" | "Usdc";
77
77
  }>;
78
78
  channelId: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
79
79
  brokerCommissionRate: z.ZodNumber;
@@ -92,29 +92,29 @@ declare const swappingSwapDepositAddressReady: z.ZodObject<{
92
92
  }>>>;
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
- depositAddress: {
96
- __kind: "Eth";
95
+ destinationAddress: {
97
96
  value: `0x${string}`;
97
+ __kind: "Eth";
98
98
  } | {
99
- __kind: "Dot";
100
99
  value: `0x${string}`;
100
+ __kind: "Dot";
101
101
  } | {
102
- __kind: "Btc";
103
102
  value: `0x${string}`;
103
+ __kind: "Btc";
104
104
  };
105
- channelId: bigint;
106
- destinationAddress: {
107
- __kind: "Eth";
105
+ depositAddress: {
108
106
  value: `0x${string}`;
107
+ __kind: "Eth";
109
108
  } | {
110
- __kind: "Dot";
111
109
  value: `0x${string}`;
110
+ __kind: "Dot";
112
111
  } | {
113
- __kind: "Btc";
114
112
  value: `0x${string}`;
113
+ __kind: "Btc";
115
114
  };
116
- sourceAsset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc";
117
- destinationAsset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc";
115
+ channelId: bigint;
116
+ sourceAsset: "Eth" | "Dot" | "Btc" | "Flip" | "Usdc";
117
+ destinationAsset: "Eth" | "Dot" | "Btc" | "Flip" | "Usdc";
118
118
  brokerCommissionRate: number;
119
119
  sourceChainExpiryBlock: bigint;
120
120
  channelMetadata?: {
@@ -123,32 +123,32 @@ declare const swappingSwapDepositAddressReady: z.ZodObject<{
123
123
  cfParameters: `0x${string}`;
124
124
  } | null | undefined;
125
125
  }, {
126
- depositAddress: {
127
- __kind: "Eth";
126
+ destinationAddress: {
128
127
  value: string;
128
+ __kind: "Eth";
129
129
  } | {
130
- __kind: "Dot";
131
130
  value: string;
131
+ __kind: "Dot";
132
132
  } | {
133
- __kind: "Btc";
134
133
  value: string;
134
+ __kind: "Btc";
135
135
  };
136
- channelId: string | number;
137
- destinationAddress: {
138
- __kind: "Eth";
136
+ depositAddress: {
139
137
  value: string;
138
+ __kind: "Eth";
140
139
  } | {
141
- __kind: "Dot";
142
140
  value: string;
141
+ __kind: "Dot";
143
142
  } | {
144
- __kind: "Btc";
145
143
  value: string;
144
+ __kind: "Btc";
146
145
  };
146
+ channelId: string | number;
147
147
  sourceAsset: {
148
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc";
148
+ __kind: "Eth" | "Dot" | "Btc" | "Flip" | "Usdc";
149
149
  };
150
150
  destinationAsset: {
151
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc";
151
+ __kind: "Eth" | "Dot" | "Btc" | "Flip" | "Usdc";
152
152
  };
153
153
  brokerCommissionRate: number;
154
154
  sourceChainExpiryBlock: string | number;