@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,49 +5,49 @@ declare const swappingSwapScheduled: z.ZodObject<{
5
5
  sourceAsset: z.ZodEffects<z.ZodObject<{
6
6
  __kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "Usdt"]>;
7
7
  }, "strip", z.ZodTypeAny, {
8
- __kind: "Eth" | "Dot" | "Btc" | "Flip" | "Usdc" | "Usdt";
8
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt";
9
9
  }, {
10
- __kind: "Eth" | "Dot" | "Btc" | "Flip" | "Usdc" | "Usdt";
11
- }>, "Eth" | "Dot" | "Btc" | "Flip" | "Usdc" | "Usdt", {
12
- __kind: "Eth" | "Dot" | "Btc" | "Flip" | "Usdc" | "Usdt";
10
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt";
11
+ }>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt", {
12
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt";
13
13
  }>;
14
14
  depositAmount: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
15
15
  destinationAsset: z.ZodEffects<z.ZodObject<{
16
16
  __kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "Usdt"]>;
17
17
  }, "strip", z.ZodTypeAny, {
18
- __kind: "Eth" | "Dot" | "Btc" | "Flip" | "Usdc" | "Usdt";
18
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt";
19
19
  }, {
20
- __kind: "Eth" | "Dot" | "Btc" | "Flip" | "Usdc" | "Usdt";
21
- }>, "Eth" | "Dot" | "Btc" | "Flip" | "Usdc" | "Usdt", {
22
- __kind: "Eth" | "Dot" | "Btc" | "Flip" | "Usdc" | "Usdt";
20
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt";
21
+ }>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt", {
22
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt";
23
23
  }>;
24
24
  destinationAddress: z.ZodUnion<[z.ZodObject<{
25
25
  __kind: z.ZodLiteral<"Eth">;
26
26
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
27
27
  }, "strip", z.ZodTypeAny, {
28
- __kind: "Eth";
29
28
  value: `0x${string}`;
30
- }, {
31
29
  __kind: "Eth";
30
+ }, {
32
31
  value: string;
32
+ __kind: "Eth";
33
33
  }>, z.ZodObject<{
34
34
  __kind: z.ZodLiteral<"Dot">;
35
35
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
36
36
  }, "strip", z.ZodTypeAny, {
37
- __kind: "Dot";
38
37
  value: `0x${string}`;
39
- }, {
40
38
  __kind: "Dot";
39
+ }, {
41
40
  value: string;
41
+ __kind: "Dot";
42
42
  }>, z.ZodObject<{
43
43
  __kind: z.ZodLiteral<"Btc">;
44
44
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
45
45
  }, "strip", z.ZodTypeAny, {
46
- __kind: "Btc";
47
46
  value: `0x${string}`;
48
- }, {
49
47
  __kind: "Btc";
48
+ }, {
50
49
  value: string;
50
+ __kind: "Btc";
51
51
  }>]>;
52
52
  origin: z.ZodUnion<[z.ZodObject<{
53
53
  __kind: z.ZodLiteral<"DepositChannel">;
@@ -56,91 +56,91 @@ declare const swappingSwapScheduled: z.ZodObject<{
56
56
  __kind: z.ZodLiteral<"Eth">;
57
57
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
58
58
  }, "strip", z.ZodTypeAny, {
59
- __kind: "Eth";
60
59
  value: `0x${string}`;
61
- }, {
62
60
  __kind: "Eth";
61
+ }, {
63
62
  value: string;
63
+ __kind: "Eth";
64
64
  }>, z.ZodObject<{
65
65
  __kind: z.ZodLiteral<"Dot">;
66
66
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
67
67
  }, "strip", z.ZodTypeAny, {
68
- __kind: "Dot";
69
68
  value: `0x${string}`;
70
- }, {
71
69
  __kind: "Dot";
70
+ }, {
72
71
  value: string;
72
+ __kind: "Dot";
73
73
  }>, z.ZodObject<{
74
74
  __kind: z.ZodLiteral<"Btc">;
75
75
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
76
76
  }, "strip", z.ZodTypeAny, {
77
- __kind: "Btc";
78
77
  value: `0x${string}`;
79
- }, {
80
78
  __kind: "Btc";
79
+ }, {
81
80
  value: string;
81
+ __kind: "Btc";
82
82
  }>]>;
83
83
  channelId: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
84
84
  depositBlockHeight: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
85
85
  }, "strip", z.ZodTypeAny, {
86
86
  depositAddress: {
87
- __kind: "Eth";
88
87
  value: `0x${string}`;
88
+ __kind: "Eth";
89
89
  } | {
90
- __kind: "Dot";
91
90
  value: `0x${string}`;
91
+ __kind: "Dot";
92
92
  } | {
93
- __kind: "Btc";
94
93
  value: `0x${string}`;
94
+ __kind: "Btc";
95
95
  };
96
96
  channelId: bigint;
97
97
  depositBlockHeight: bigint;
98
98
  }, {
99
99
  depositAddress: {
100
- __kind: "Eth";
101
100
  value: string;
101
+ __kind: "Eth";
102
102
  } | {
103
- __kind: "Dot";
104
103
  value: string;
104
+ __kind: "Dot";
105
105
  } | {
106
- __kind: "Btc";
107
106
  value: string;
107
+ __kind: "Btc";
108
108
  };
109
109
  channelId: string | number;
110
110
  depositBlockHeight: string | number;
111
111
  }>;
112
112
  }, "strip", z.ZodTypeAny, {
113
- __kind: "DepositChannel";
114
113
  value: {
115
114
  depositAddress: {
116
- __kind: "Eth";
117
115
  value: `0x${string}`;
116
+ __kind: "Eth";
118
117
  } | {
119
- __kind: "Dot";
120
118
  value: `0x${string}`;
119
+ __kind: "Dot";
121
120
  } | {
122
- __kind: "Btc";
123
121
  value: `0x${string}`;
122
+ __kind: "Btc";
124
123
  };
125
124
  channelId: bigint;
126
125
  depositBlockHeight: bigint;
127
126
  };
128
- }, {
129
127
  __kind: "DepositChannel";
128
+ }, {
130
129
  value: {
131
130
  depositAddress: {
132
- __kind: "Eth";
133
131
  value: string;
132
+ __kind: "Eth";
134
133
  } | {
135
- __kind: "Dot";
136
134
  value: string;
135
+ __kind: "Dot";
137
136
  } | {
138
- __kind: "Btc";
139
137
  value: string;
138
+ __kind: "Btc";
140
139
  };
141
140
  channelId: string | number;
142
141
  depositBlockHeight: string | number;
143
142
  };
143
+ __kind: "DepositChannel";
144
144
  }>, z.ZodObject<{
145
145
  __kind: z.ZodLiteral<"Vault">;
146
146
  txHash: z.ZodEffects<z.ZodString, `0x${string}`, string>;
@@ -157,67 +157,67 @@ declare const swappingSwapScheduled: z.ZodObject<{
157
157
  __kind: z.ZodLiteral<"Eth">;
158
158
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
159
159
  }, "strip", z.ZodTypeAny, {
160
- __kind: "Eth";
161
160
  value: `0x${string}`;
162
- }, {
163
161
  __kind: "Eth";
162
+ }, {
164
163
  value: string;
164
+ __kind: "Eth";
165
165
  }>, z.ZodObject<{
166
166
  __kind: z.ZodLiteral<"Dot">;
167
167
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
168
168
  }, "strip", z.ZodTypeAny, {
169
- __kind: "Dot";
170
169
  value: `0x${string}`;
171
- }, {
172
170
  __kind: "Dot";
171
+ }, {
173
172
  value: string;
173
+ __kind: "Dot";
174
174
  }>, z.ZodObject<{
175
175
  __kind: z.ZodLiteral<"Btc">;
176
176
  value: z.ZodUnion<[z.ZodObject<{
177
177
  __kind: z.ZodLiteral<"P2PKH">;
178
178
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
179
179
  }, "strip", z.ZodTypeAny, {
180
- __kind: "P2PKH";
181
180
  value: `0x${string}`;
182
- }, {
183
181
  __kind: "P2PKH";
182
+ }, {
184
183
  value: string;
184
+ __kind: "P2PKH";
185
185
  }>, z.ZodObject<{
186
186
  __kind: z.ZodLiteral<"P2SH">;
187
187
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
188
188
  }, "strip", z.ZodTypeAny, {
189
- __kind: "P2SH";
190
189
  value: `0x${string}`;
191
- }, {
192
190
  __kind: "P2SH";
191
+ }, {
193
192
  value: string;
193
+ __kind: "P2SH";
194
194
  }>, z.ZodObject<{
195
195
  __kind: z.ZodLiteral<"P2WPKH">;
196
196
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
197
197
  }, "strip", z.ZodTypeAny, {
198
- __kind: "P2WPKH";
199
198
  value: `0x${string}`;
200
- }, {
201
199
  __kind: "P2WPKH";
200
+ }, {
202
201
  value: string;
202
+ __kind: "P2WPKH";
203
203
  }>, z.ZodObject<{
204
204
  __kind: z.ZodLiteral<"P2WSH">;
205
205
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
206
206
  }, "strip", z.ZodTypeAny, {
207
- __kind: "P2WSH";
208
207
  value: `0x${string}`;
209
- }, {
210
208
  __kind: "P2WSH";
209
+ }, {
211
210
  value: string;
211
+ __kind: "P2WSH";
212
212
  }>, z.ZodObject<{
213
213
  __kind: z.ZodLiteral<"Taproot">;
214
214
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
215
215
  }, "strip", z.ZodTypeAny, {
216
- __kind: "Taproot";
217
216
  value: `0x${string}`;
218
- }, {
219
217
  __kind: "Taproot";
218
+ }, {
220
219
  value: string;
220
+ __kind: "Taproot";
221
221
  }>, z.ZodObject<{
222
222
  __kind: z.ZodLiteral<"OtherSegwit">;
223
223
  value: z.ZodObject<{
@@ -231,151 +231,151 @@ declare const swappingSwapScheduled: z.ZodObject<{
231
231
  program: string;
232
232
  }>;
233
233
  }, "strip", z.ZodTypeAny, {
234
- __kind: "OtherSegwit";
235
234
  value: {
236
235
  version: number;
237
236
  program: `0x${string}`;
238
237
  };
239
- }, {
240
238
  __kind: "OtherSegwit";
239
+ }, {
241
240
  value: {
242
241
  version: number;
243
242
  program: string;
244
243
  };
244
+ __kind: "OtherSegwit";
245
245
  }>]>;
246
246
  }, "strip", z.ZodTypeAny, {
247
- __kind: "Btc";
248
247
  value: {
249
- __kind: "P2PKH";
250
248
  value: `0x${string}`;
249
+ __kind: "P2PKH";
251
250
  } | {
252
- __kind: "P2SH";
253
251
  value: `0x${string}`;
252
+ __kind: "P2SH";
254
253
  } | {
255
- __kind: "P2WPKH";
256
254
  value: `0x${string}`;
255
+ __kind: "P2WPKH";
257
256
  } | {
258
- __kind: "P2WSH";
259
257
  value: `0x${string}`;
258
+ __kind: "P2WSH";
260
259
  } | {
261
- __kind: "Taproot";
262
260
  value: `0x${string}`;
261
+ __kind: "Taproot";
263
262
  } | {
264
- __kind: "OtherSegwit";
265
263
  value: {
266
264
  version: number;
267
265
  program: `0x${string}`;
268
266
  };
267
+ __kind: "OtherSegwit";
269
268
  };
270
- }, {
271
269
  __kind: "Btc";
270
+ }, {
272
271
  value: {
273
- __kind: "P2PKH";
274
272
  value: string;
273
+ __kind: "P2PKH";
275
274
  } | {
276
- __kind: "P2SH";
277
275
  value: string;
276
+ __kind: "P2SH";
278
277
  } | {
279
- __kind: "P2WPKH";
280
278
  value: string;
279
+ __kind: "P2WPKH";
281
280
  } | {
282
- __kind: "P2WSH";
283
281
  value: string;
282
+ __kind: "P2WSH";
284
283
  } | {
285
- __kind: "Taproot";
286
284
  value: string;
285
+ __kind: "Taproot";
287
286
  } | {
288
- __kind: "OtherSegwit";
289
287
  value: {
290
288
  version: number;
291
289
  program: string;
292
290
  };
291
+ __kind: "OtherSegwit";
293
292
  };
293
+ __kind: "Btc";
294
294
  }>]>;
295
295
  }, "strip", z.ZodTypeAny, {
296
- __kind: "Swap";
297
296
  value: {
298
- __kind: "Eth";
299
297
  value: `0x${string}`;
298
+ __kind: "Eth";
300
299
  } | {
301
- __kind: "Dot";
302
300
  value: `0x${string}`;
301
+ __kind: "Dot";
303
302
  } | {
304
- __kind: "Btc";
305
303
  value: {
306
- __kind: "P2PKH";
307
304
  value: `0x${string}`;
305
+ __kind: "P2PKH";
308
306
  } | {
309
- __kind: "P2SH";
310
307
  value: `0x${string}`;
308
+ __kind: "P2SH";
311
309
  } | {
312
- __kind: "P2WPKH";
313
310
  value: `0x${string}`;
311
+ __kind: "P2WPKH";
314
312
  } | {
315
- __kind: "P2WSH";
316
313
  value: `0x${string}`;
314
+ __kind: "P2WSH";
317
315
  } | {
318
- __kind: "Taproot";
319
316
  value: `0x${string}`;
317
+ __kind: "Taproot";
320
318
  } | {
321
- __kind: "OtherSegwit";
322
319
  value: {
323
320
  version: number;
324
321
  program: `0x${string}`;
325
322
  };
323
+ __kind: "OtherSegwit";
326
324
  };
325
+ __kind: "Btc";
327
326
  };
328
- }, {
329
327
  __kind: "Swap";
328
+ }, {
330
329
  value: {
331
- __kind: "Eth";
332
330
  value: string;
331
+ __kind: "Eth";
333
332
  } | {
334
- __kind: "Dot";
335
333
  value: string;
334
+ __kind: "Dot";
336
335
  } | {
337
- __kind: "Btc";
338
336
  value: {
339
- __kind: "P2PKH";
340
337
  value: string;
338
+ __kind: "P2PKH";
341
339
  } | {
342
- __kind: "P2SH";
343
340
  value: string;
341
+ __kind: "P2SH";
344
342
  } | {
345
- __kind: "P2WPKH";
346
343
  value: string;
344
+ __kind: "P2WPKH";
347
345
  } | {
348
- __kind: "P2WSH";
349
346
  value: string;
347
+ __kind: "P2WSH";
350
348
  } | {
351
- __kind: "Taproot";
352
349
  value: string;
350
+ __kind: "Taproot";
353
351
  } | {
354
- __kind: "OtherSegwit";
355
352
  value: {
356
353
  version: number;
357
354
  program: string;
358
355
  };
356
+ __kind: "OtherSegwit";
359
357
  };
358
+ __kind: "Btc";
360
359
  };
360
+ __kind: "Swap";
361
361
  }>, z.ZodObject<{
362
362
  __kind: z.ZodLiteral<"CcmPrincipal">;
363
363
  value: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
364
364
  }, "strip", z.ZodTypeAny, {
365
- __kind: "CcmPrincipal";
366
365
  value: bigint;
367
- }, {
368
366
  __kind: "CcmPrincipal";
367
+ }, {
369
368
  value: string | number;
369
+ __kind: "CcmPrincipal";
370
370
  }>, z.ZodObject<{
371
371
  __kind: z.ZodLiteral<"CcmGas">;
372
372
  value: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
373
373
  }, "strip", z.ZodTypeAny, {
374
- __kind: "CcmGas";
375
374
  value: bigint;
376
- }, {
377
375
  __kind: "CcmGas";
376
+ }, {
378
377
  value: string | number;
378
+ __kind: "CcmGas";
379
379
  }>, z.ZodObject<{
380
380
  __kind: z.ZodLiteral<"NetworkFee">;
381
381
  }, "strip", z.ZodTypeAny, {
@@ -386,162 +386,162 @@ declare const swappingSwapScheduled: z.ZodObject<{
386
386
  brokerCommission: z.ZodOptional<z.ZodNullable<z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>>>;
387
387
  executeAt: z.ZodNumber;
388
388
  }, "strip", z.ZodTypeAny, {
389
+ swapId: bigint;
390
+ sourceAsset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt";
391
+ destinationAsset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt";
389
392
  destinationAddress: {
390
- __kind: "Eth";
391
393
  value: `0x${string}`;
394
+ __kind: "Eth";
392
395
  } | {
393
- __kind: "Dot";
394
396
  value: `0x${string}`;
397
+ __kind: "Dot";
395
398
  } | {
396
- __kind: "Btc";
397
399
  value: `0x${string}`;
400
+ __kind: "Btc";
398
401
  };
399
402
  origin: {
400
- __kind: "DepositChannel";
401
403
  value: {
402
404
  depositAddress: {
403
- __kind: "Eth";
404
405
  value: `0x${string}`;
406
+ __kind: "Eth";
405
407
  } | {
406
- __kind: "Dot";
407
408
  value: `0x${string}`;
409
+ __kind: "Dot";
408
410
  } | {
409
- __kind: "Btc";
410
411
  value: `0x${string}`;
412
+ __kind: "Btc";
411
413
  };
412
414
  channelId: bigint;
413
415
  depositBlockHeight: bigint;
414
416
  };
417
+ __kind: "DepositChannel";
415
418
  } | {
416
419
  __kind: "Vault";
417
420
  txHash: `0x${string}`;
418
421
  };
419
- swapId: bigint;
420
- sourceAsset: "Eth" | "Dot" | "Btc" | "Flip" | "Usdc" | "Usdt";
421
- destinationAsset: "Eth" | "Dot" | "Btc" | "Flip" | "Usdc" | "Usdt";
422
422
  depositAmount: bigint;
423
423
  swapType: {
424
- __kind: "Swap";
425
424
  value: {
426
- __kind: "Eth";
427
425
  value: `0x${string}`;
426
+ __kind: "Eth";
428
427
  } | {
429
- __kind: "Dot";
430
428
  value: `0x${string}`;
429
+ __kind: "Dot";
431
430
  } | {
432
- __kind: "Btc";
433
431
  value: {
434
- __kind: "P2PKH";
435
432
  value: `0x${string}`;
433
+ __kind: "P2PKH";
436
434
  } | {
437
- __kind: "P2SH";
438
435
  value: `0x${string}`;
436
+ __kind: "P2SH";
439
437
  } | {
440
- __kind: "P2WPKH";
441
438
  value: `0x${string}`;
439
+ __kind: "P2WPKH";
442
440
  } | {
443
- __kind: "P2WSH";
444
441
  value: `0x${string}`;
442
+ __kind: "P2WSH";
445
443
  } | {
446
- __kind: "Taproot";
447
444
  value: `0x${string}`;
445
+ __kind: "Taproot";
448
446
  } | {
449
- __kind: "OtherSegwit";
450
447
  value: {
451
448
  version: number;
452
449
  program: `0x${string}`;
453
450
  };
451
+ __kind: "OtherSegwit";
454
452
  };
453
+ __kind: "Btc";
455
454
  };
455
+ __kind: "Swap";
456
456
  } | {
457
- __kind: "CcmPrincipal";
458
457
  value: bigint;
458
+ __kind: "CcmPrincipal";
459
459
  } | {
460
- __kind: "CcmGas";
461
460
  value: bigint;
461
+ __kind: "CcmGas";
462
462
  } | {
463
463
  __kind: "NetworkFee";
464
464
  };
465
465
  executeAt: number;
466
466
  brokerCommission?: bigint | null | undefined;
467
467
  }, {
468
+ swapId: string | number;
469
+ sourceAsset: {
470
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt";
471
+ };
472
+ destinationAsset: {
473
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt";
474
+ };
468
475
  destinationAddress: {
469
- __kind: "Eth";
470
476
  value: string;
477
+ __kind: "Eth";
471
478
  } | {
472
- __kind: "Dot";
473
479
  value: string;
480
+ __kind: "Dot";
474
481
  } | {
475
- __kind: "Btc";
476
482
  value: string;
483
+ __kind: "Btc";
477
484
  };
478
485
  origin: {
479
- __kind: "DepositChannel";
480
486
  value: {
481
487
  depositAddress: {
482
- __kind: "Eth";
483
488
  value: string;
489
+ __kind: "Eth";
484
490
  } | {
485
- __kind: "Dot";
486
491
  value: string;
492
+ __kind: "Dot";
487
493
  } | {
488
- __kind: "Btc";
489
494
  value: string;
495
+ __kind: "Btc";
490
496
  };
491
497
  channelId: string | number;
492
498
  depositBlockHeight: string | number;
493
499
  };
500
+ __kind: "DepositChannel";
494
501
  } | {
495
502
  __kind: "Vault";
496
503
  txHash: string;
497
504
  };
498
- swapId: string | number;
499
- sourceAsset: {
500
- __kind: "Eth" | "Dot" | "Btc" | "Flip" | "Usdc" | "Usdt";
501
- };
502
- destinationAsset: {
503
- __kind: "Eth" | "Dot" | "Btc" | "Flip" | "Usdc" | "Usdt";
504
- };
505
505
  depositAmount: string | number;
506
506
  swapType: {
507
- __kind: "Swap";
508
507
  value: {
509
- __kind: "Eth";
510
508
  value: string;
509
+ __kind: "Eth";
511
510
  } | {
512
- __kind: "Dot";
513
511
  value: string;
512
+ __kind: "Dot";
514
513
  } | {
515
- __kind: "Btc";
516
514
  value: {
517
- __kind: "P2PKH";
518
515
  value: string;
516
+ __kind: "P2PKH";
519
517
  } | {
520
- __kind: "P2SH";
521
518
  value: string;
519
+ __kind: "P2SH";
522
520
  } | {
523
- __kind: "P2WPKH";
524
521
  value: string;
522
+ __kind: "P2WPKH";
525
523
  } | {
526
- __kind: "P2WSH";
527
524
  value: string;
525
+ __kind: "P2WSH";
528
526
  } | {
529
- __kind: "Taproot";
530
527
  value: string;
528
+ __kind: "Taproot";
531
529
  } | {
532
- __kind: "OtherSegwit";
533
530
  value: {
534
531
  version: number;
535
532
  program: string;
536
533
  };
534
+ __kind: "OtherSegwit";
537
535
  };
536
+ __kind: "Btc";
538
537
  };
538
+ __kind: "Swap";
539
539
  } | {
540
- __kind: "CcmPrincipal";
541
540
  value: string | number;
541
+ __kind: "CcmPrincipal";
542
542
  } | {
543
- __kind: "CcmGas";
544
543
  value: string | number;
544
+ __kind: "CcmGas";
545
545
  } | {
546
546
  __kind: "NetworkFee";
547
547
  };