@chainflip/processor 1.4.1 → 1.4.2

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 (137) hide show
  1. package/dist/100/common.cjs +16 -26
  2. package/dist/100/common.d.cts +84 -171
  3. package/dist/100/common.d.ts +84 -171
  4. package/dist/100/common.mjs +16 -26
  5. package/dist/100/liquidityPools/limitOrderUpdated.cjs +1 -1
  6. package/dist/100/liquidityPools/limitOrderUpdated.d.cts +10 -106
  7. package/dist/100/liquidityPools/limitOrderUpdated.d.ts +10 -106
  8. package/dist/100/liquidityPools/limitOrderUpdated.mjs +2 -2
  9. package/dist/100/liquidityPools/rangeOrderUpdated.cjs +1 -1
  10. package/dist/100/liquidityPools/rangeOrderUpdated.mjs +2 -2
  11. package/dist/100/swapping/swapAmountTooLow.d.cts +5 -19
  12. package/dist/100/swapping/swapAmountTooLow.d.ts +5 -19
  13. package/dist/100/swapping/swapScheduled.d.cts +5 -19
  14. package/dist/100/swapping/swapScheduled.d.ts +5 -19
  15. package/dist/100/validator/palletConfigUpdated.d.cts +90 -218
  16. package/dist/100/validator/palletConfigUpdated.d.ts +90 -218
  17. package/dist/102/common.cjs +9 -27
  18. package/dist/102/common.d.cts +61 -167
  19. package/dist/102/common.d.ts +61 -167
  20. package/dist/102/common.mjs +9 -27
  21. package/dist/102/validator/palletConfigUpdated.d.cts +87 -229
  22. package/dist/102/validator/palletConfigUpdated.d.ts +87 -229
  23. package/dist/111/common.cjs +7 -2
  24. package/dist/111/common.d.cts +21 -2
  25. package/dist/111/common.d.ts +21 -2
  26. package/dist/111/common.mjs +7 -2
  27. package/dist/111/liquidityPools/limitOrderUpdated.cjs +1 -1
  28. package/dist/111/liquidityPools/limitOrderUpdated.d.cts +10 -106
  29. package/dist/111/liquidityPools/limitOrderUpdated.d.ts +10 -106
  30. package/dist/111/liquidityPools/limitOrderUpdated.mjs +2 -2
  31. package/dist/111/liquidityPools/rangeOrderUpdated.cjs +1 -1
  32. package/dist/111/liquidityPools/rangeOrderUpdated.mjs +2 -2
  33. package/dist/120/bitcoinIngressEgress/depositIgnored.cjs +1 -1
  34. package/dist/120/bitcoinIngressEgress/depositIgnored.mjs +2 -2
  35. package/dist/120/bitcoinIngressEgress/depositReceived.cjs +1 -1
  36. package/dist/120/bitcoinIngressEgress/depositReceived.d.cts +10 -38
  37. package/dist/120/bitcoinIngressEgress/depositReceived.d.ts +10 -38
  38. package/dist/120/bitcoinIngressEgress/depositReceived.mjs +2 -2
  39. package/dist/120/common.cjs +5 -35
  40. package/dist/120/common.d.cts +9 -185
  41. package/dist/120/common.d.ts +9 -185
  42. package/dist/120/common.mjs +6 -36
  43. package/dist/120/ethereumIngressEgress/depositIgnored.cjs +1 -1
  44. package/dist/120/ethereumIngressEgress/depositIgnored.mjs +2 -2
  45. package/dist/120/ethereumIngressEgress/depositReceived.cjs +1 -1
  46. package/dist/120/ethereumIngressEgress/depositReceived.d.cts +10 -38
  47. package/dist/120/ethereumIngressEgress/depositReceived.d.ts +10 -38
  48. package/dist/120/ethereumIngressEgress/depositReceived.mjs +2 -2
  49. package/dist/120/polkadotIngressEgress/depositIgnored.cjs +1 -1
  50. package/dist/120/polkadotIngressEgress/depositIgnored.mjs +2 -2
  51. package/dist/120/polkadotIngressEgress/depositReceived.cjs +1 -1
  52. package/dist/120/polkadotIngressEgress/depositReceived.d.cts +10 -38
  53. package/dist/120/polkadotIngressEgress/depositReceived.d.ts +10 -38
  54. package/dist/120/polkadotIngressEgress/depositReceived.mjs +2 -2
  55. package/dist/120/swapping/swapEgressIgnored.d.cts +2 -2
  56. package/dist/120/swapping/swapEgressIgnored.d.ts +2 -2
  57. package/dist/120/swapping/swapEgressScheduled.d.cts +2 -2
  58. package/dist/120/swapping/swapEgressScheduled.d.ts +2 -2
  59. package/dist/131/bitcoinBroadcaster/transactionBroadcastRequest.d.cts +2 -2
  60. package/dist/131/bitcoinBroadcaster/transactionBroadcastRequest.d.ts +2 -2
  61. package/dist/131/bitcoinIngressEgress/depositIgnored.cjs +1 -1
  62. package/dist/131/bitcoinIngressEgress/depositIgnored.mjs +2 -2
  63. package/dist/131/bitcoinIngressEgress/depositReceived.cjs +1 -1
  64. package/dist/131/bitcoinIngressEgress/depositReceived.d.cts +10 -38
  65. package/dist/131/bitcoinIngressEgress/depositReceived.d.ts +10 -38
  66. package/dist/131/bitcoinIngressEgress/depositReceived.mjs +2 -2
  67. package/dist/131/common.cjs +11 -21
  68. package/dist/131/common.d.cts +32 -121
  69. package/dist/131/common.d.ts +32 -121
  70. package/dist/131/common.mjs +14 -24
  71. package/dist/131/ethereumIngressEgress/depositIgnored.cjs +1 -1
  72. package/dist/131/ethereumIngressEgress/depositIgnored.mjs +2 -2
  73. package/dist/131/ethereumIngressEgress/depositReceived.cjs +1 -1
  74. package/dist/131/ethereumIngressEgress/depositReceived.d.cts +10 -38
  75. package/dist/131/ethereumIngressEgress/depositReceived.d.ts +10 -38
  76. package/dist/131/ethereumIngressEgress/depositReceived.mjs +2 -2
  77. package/dist/131/ethereumIngressEgress/transferFallbackRequested.d.cts +2 -2
  78. package/dist/131/ethereumIngressEgress/transferFallbackRequested.d.ts +2 -2
  79. package/dist/131/liquidityPools/limitOrderUpdated.cjs +1 -1
  80. package/dist/131/liquidityPools/limitOrderUpdated.d.cts +10 -106
  81. package/dist/131/liquidityPools/limitOrderUpdated.d.ts +10 -106
  82. package/dist/131/liquidityPools/limitOrderUpdated.mjs +2 -2
  83. package/dist/131/liquidityPools/rangeOrderUpdated.cjs +1 -1
  84. package/dist/131/liquidityPools/rangeOrderUpdated.mjs +2 -2
  85. package/dist/131/swapping/ccmFailed.d.cts +5 -19
  86. package/dist/131/swapping/ccmFailed.d.ts +5 -19
  87. package/dist/131/swapping/swapScheduled.d.cts +5 -19
  88. package/dist/131/swapping/swapScheduled.d.ts +5 -19
  89. package/dist/141/arbitrumIngressEgress/depositBoosted.cjs +1 -1
  90. package/dist/141/arbitrumIngressEgress/depositBoosted.d.cts +15 -57
  91. package/dist/141/arbitrumIngressEgress/depositBoosted.d.ts +15 -57
  92. package/dist/141/arbitrumIngressEgress/depositBoosted.mjs +2 -2
  93. package/dist/141/arbitrumIngressEgress/depositFinalised.cjs +1 -1
  94. package/dist/141/arbitrumIngressEgress/depositFinalised.d.cts +15 -57
  95. package/dist/141/arbitrumIngressEgress/depositFinalised.d.ts +15 -57
  96. package/dist/141/arbitrumIngressEgress/depositFinalised.mjs +2 -2
  97. package/dist/141/arbitrumIngressEgress/depositIgnored.cjs +1 -1
  98. package/dist/141/arbitrumIngressEgress/depositIgnored.mjs +2 -2
  99. package/dist/141/bitcoinIngressEgress/depositBoosted.cjs +1 -1
  100. package/dist/141/bitcoinIngressEgress/depositBoosted.d.cts +15 -57
  101. package/dist/141/bitcoinIngressEgress/depositBoosted.d.ts +15 -57
  102. package/dist/141/bitcoinIngressEgress/depositBoosted.mjs +2 -2
  103. package/dist/141/bitcoinIngressEgress/depositFinalised.cjs +1 -1
  104. package/dist/141/bitcoinIngressEgress/depositFinalised.d.cts +15 -57
  105. package/dist/141/bitcoinIngressEgress/depositFinalised.d.ts +15 -57
  106. package/dist/141/bitcoinIngressEgress/depositFinalised.mjs +2 -2
  107. package/dist/141/common.cjs +12 -52
  108. package/dist/141/common.d.cts +35 -320
  109. package/dist/141/common.d.ts +35 -320
  110. package/dist/141/common.mjs +15 -55
  111. package/dist/141/ethereumIngressEgress/depositBoosted.cjs +1 -1
  112. package/dist/141/ethereumIngressEgress/depositBoosted.d.cts +15 -57
  113. package/dist/141/ethereumIngressEgress/depositBoosted.d.ts +15 -57
  114. package/dist/141/ethereumIngressEgress/depositBoosted.mjs +2 -2
  115. package/dist/141/ethereumIngressEgress/depositFinalised.cjs +1 -1
  116. package/dist/141/ethereumIngressEgress/depositFinalised.d.cts +15 -57
  117. package/dist/141/ethereumIngressEgress/depositFinalised.d.ts +15 -57
  118. package/dist/141/ethereumIngressEgress/depositFinalised.mjs +2 -2
  119. package/dist/141/liquidityPools/limitOrderUpdated.cjs +1 -1
  120. package/dist/141/liquidityPools/limitOrderUpdated.d.cts +10 -106
  121. package/dist/141/liquidityPools/limitOrderUpdated.d.ts +10 -106
  122. package/dist/141/liquidityPools/limitOrderUpdated.mjs +2 -2
  123. package/dist/141/liquidityPools/rangeOrderUpdated.cjs +1 -1
  124. package/dist/141/liquidityPools/rangeOrderUpdated.mjs +2 -2
  125. package/dist/141/polkadotIngressEgress/depositBoosted.cjs +1 -1
  126. package/dist/141/polkadotIngressEgress/depositBoosted.d.cts +15 -57
  127. package/dist/141/polkadotIngressEgress/depositBoosted.d.ts +15 -57
  128. package/dist/141/polkadotIngressEgress/depositBoosted.mjs +2 -2
  129. package/dist/141/polkadotIngressEgress/depositFinalised.cjs +1 -1
  130. package/dist/141/polkadotIngressEgress/depositFinalised.d.cts +15 -57
  131. package/dist/141/polkadotIngressEgress/depositFinalised.d.ts +15 -57
  132. package/dist/141/polkadotIngressEgress/depositFinalised.mjs +2 -2
  133. package/dist/141/swapping/ccmFailed.d.cts +5 -19
  134. package/dist/141/swapping/ccmFailed.d.ts +5 -19
  135. package/dist/141/swapping/swapScheduled.d.cts +5 -19
  136. package/dist/141/swapping/swapScheduled.d.ts +5 -19
  137. package/package.json +1 -1
@@ -24,93 +24,21 @@ declare const liquidityPoolsLimitOrderUpdated: z.ZodObject<{
24
24
  tick: z.ZodNumber;
25
25
  amountChange: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodObject<{
26
26
  __kind: z.ZodLiteral<"Increase">;
27
- value: z.ZodObject<{
28
- liquidity: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
29
- amounts: z.ZodObject<{
30
- base: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
31
- pair: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
32
- }, "strip", z.ZodTypeAny, {
33
- base: bigint;
34
- pair: bigint;
35
- }, {
36
- base: string | number;
37
- pair: string | number;
38
- }>;
39
- }, "strip", z.ZodTypeAny, {
40
- liquidity: bigint;
41
- amounts: {
42
- base: bigint;
43
- pair: bigint;
44
- };
45
- }, {
46
- liquidity: string | number;
47
- amounts: {
48
- base: string | number;
49
- pair: string | number;
50
- };
51
- }>;
27
+ value: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
52
28
  }, "strip", z.ZodTypeAny, {
53
- value: {
54
- liquidity: bigint;
55
- amounts: {
56
- base: bigint;
57
- pair: bigint;
58
- };
59
- };
29
+ value: bigint;
60
30
  __kind: "Increase";
61
31
  }, {
62
- value: {
63
- liquidity: string | number;
64
- amounts: {
65
- base: string | number;
66
- pair: string | number;
67
- };
68
- };
32
+ value: string | number;
69
33
  __kind: "Increase";
70
34
  }>, z.ZodObject<{
71
35
  __kind: z.ZodLiteral<"Decrease">;
72
- value: z.ZodObject<{
73
- liquidity: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
74
- amounts: z.ZodObject<{
75
- base: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
76
- pair: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
77
- }, "strip", z.ZodTypeAny, {
78
- base: bigint;
79
- pair: bigint;
80
- }, {
81
- base: string | number;
82
- pair: string | number;
83
- }>;
84
- }, "strip", z.ZodTypeAny, {
85
- liquidity: bigint;
86
- amounts: {
87
- base: bigint;
88
- pair: bigint;
89
- };
90
- }, {
91
- liquidity: string | number;
92
- amounts: {
93
- base: string | number;
94
- pair: string | number;
95
- };
96
- }>;
36
+ value: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
97
37
  }, "strip", z.ZodTypeAny, {
98
- value: {
99
- liquidity: bigint;
100
- amounts: {
101
- base: bigint;
102
- pair: bigint;
103
- };
104
- };
38
+ value: bigint;
105
39
  __kind: "Decrease";
106
40
  }, {
107
- value: {
108
- liquidity: string | number;
109
- amounts: {
110
- base: string | number;
111
- pair: string | number;
112
- };
113
- };
41
+ value: string | number;
114
42
  __kind: "Decrease";
115
43
  }>]>>>;
116
44
  amountTotal: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
@@ -126,22 +54,10 @@ declare const liquidityPoolsLimitOrderUpdated: z.ZodObject<{
126
54
  amountTotal: bigint;
127
55
  boughtAmount: bigint;
128
56
  amountChange?: {
129
- value: {
130
- liquidity: bigint;
131
- amounts: {
132
- base: bigint;
133
- pair: bigint;
134
- };
135
- };
57
+ value: bigint;
136
58
  __kind: "Increase";
137
59
  } | {
138
- value: {
139
- liquidity: bigint;
140
- amounts: {
141
- base: bigint;
142
- pair: bigint;
143
- };
144
- };
60
+ value: bigint;
145
61
  __kind: "Decrease";
146
62
  } | null | undefined;
147
63
  }, {
@@ -158,22 +74,10 @@ declare const liquidityPoolsLimitOrderUpdated: z.ZodObject<{
158
74
  amountTotal: string | number;
159
75
  boughtAmount: string | number;
160
76
  amountChange?: {
161
- value: {
162
- liquidity: string | number;
163
- amounts: {
164
- base: string | number;
165
- pair: string | number;
166
- };
167
- };
77
+ value: string | number;
168
78
  __kind: "Increase";
169
79
  } | {
170
- value: {
171
- liquidity: string | number;
172
- amounts: {
173
- base: string | number;
174
- pair: string | number;
175
- };
176
- };
80
+ value: string | number;
177
81
  __kind: "Decrease";
178
82
  } | null | undefined;
179
83
  }>;
@@ -4,7 +4,7 @@ import {
4
4
  accountId,
5
5
  cfPrimitivesChainsAssetsAnyAsset,
6
6
  numberOrHex,
7
- palletCfPoolsPalletIncreaseOrDecrease
7
+ palletCfPoolsIncreaseOrDecreaseU128
8
8
  } from "../common.mjs";
9
9
  var liquidityPoolsLimitOrderUpdated = z.object({
10
10
  lp: accountId,
@@ -12,7 +12,7 @@ var liquidityPoolsLimitOrderUpdated = z.object({
12
12
  buyAsset: cfPrimitivesChainsAssetsAnyAsset,
13
13
  id: numberOrHex,
14
14
  tick: z.number(),
15
- amountChange: palletCfPoolsPalletIncreaseOrDecrease.nullish(),
15
+ amountChange: palletCfPoolsIncreaseOrDecreaseU128.nullish(),
16
16
  amountTotal: numberOrHex,
17
17
  collectedFees: numberOrHex,
18
18
  boughtAmount: numberOrHex
@@ -13,7 +13,7 @@ var liquidityPoolsRangeOrderUpdated = _zod.z.object({
13
13
  pairAsset: _commoncjs.cfPrimitivesChainsAssetsAnyAsset,
14
14
  id: _commoncjs.numberOrHex,
15
15
  tickRange: _zod.z.object({ start: _zod.z.number(), end: _zod.z.number() }),
16
- sizeChange: _commoncjs.palletCfPoolsPalletIncreaseOrDecrease.nullish(),
16
+ sizeChange: _commoncjs.palletCfPoolsIncreaseOrDecreaseRangeOrderChange.nullish(),
17
17
  liquidityTotal: _commoncjs.numberOrHex,
18
18
  collectedFees: _commoncjs.palletCfPoolsAssetsMap
19
19
  });
@@ -5,7 +5,7 @@ import {
5
5
  cfPrimitivesChainsAssetsAnyAsset,
6
6
  numberOrHex,
7
7
  palletCfPoolsAssetsMap,
8
- palletCfPoolsPalletIncreaseOrDecrease
8
+ palletCfPoolsIncreaseOrDecreaseRangeOrderChange
9
9
  } from "../common.mjs";
10
10
  var liquidityPoolsRangeOrderUpdated = z.object({
11
11
  lp: accountId,
@@ -13,7 +13,7 @@ var liquidityPoolsRangeOrderUpdated = z.object({
13
13
  pairAsset: cfPrimitivesChainsAssetsAnyAsset,
14
14
  id: numberOrHex,
15
15
  tickRange: z.object({ start: z.number(), end: z.number() }),
16
- sizeChange: palletCfPoolsPalletIncreaseOrDecrease.nullish(),
16
+ sizeChange: palletCfPoolsIncreaseOrDecreaseRangeOrderChange.nullish(),
17
17
  liquidityTotal: numberOrHex,
18
18
  collectedFees: palletCfPoolsAssetsMap
19
19
  });
@@ -133,23 +133,13 @@ declare const swappingSwapAmountTooLow: z.ZodObject<{
133
133
  __kind: "DepositChannel";
134
134
  }>, z.ZodObject<{
135
135
  __kind: z.ZodLiteral<"Vault">;
136
- value: z.ZodObject<{
137
- txHash: z.ZodEffects<z.ZodString, `0x${string}`, string>;
138
- }, "strip", z.ZodTypeAny, {
139
- txHash: `0x${string}`;
140
- }, {
141
- txHash: string;
142
- }>;
136
+ txHash: z.ZodEffects<z.ZodString, `0x${string}`, string>;
143
137
  }, "strip", z.ZodTypeAny, {
144
- value: {
145
- txHash: `0x${string}`;
146
- };
147
138
  __kind: "Vault";
139
+ txHash: `0x${string}`;
148
140
  }, {
149
- value: {
150
- txHash: string;
151
- };
152
141
  __kind: "Vault";
142
+ txHash: string;
153
143
  }>]>;
154
144
  }, "strip", z.ZodTypeAny, {
155
145
  asset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc";
@@ -181,10 +171,8 @@ declare const swappingSwapAmountTooLow: z.ZodObject<{
181
171
  };
182
172
  __kind: "DepositChannel";
183
173
  } | {
184
- value: {
185
- txHash: `0x${string}`;
186
- };
187
174
  __kind: "Vault";
175
+ txHash: `0x${string}`;
188
176
  };
189
177
  }, {
190
178
  asset: {
@@ -218,10 +206,8 @@ declare const swappingSwapAmountTooLow: z.ZodObject<{
218
206
  };
219
207
  __kind: "DepositChannel";
220
208
  } | {
221
- value: {
222
- txHash: string;
223
- };
224
209
  __kind: "Vault";
210
+ txHash: string;
225
211
  };
226
212
  }>;
227
213
 
@@ -133,23 +133,13 @@ declare const swappingSwapAmountTooLow: z.ZodObject<{
133
133
  __kind: "DepositChannel";
134
134
  }>, z.ZodObject<{
135
135
  __kind: z.ZodLiteral<"Vault">;
136
- value: z.ZodObject<{
137
- txHash: z.ZodEffects<z.ZodString, `0x${string}`, string>;
138
- }, "strip", z.ZodTypeAny, {
139
- txHash: `0x${string}`;
140
- }, {
141
- txHash: string;
142
- }>;
136
+ txHash: z.ZodEffects<z.ZodString, `0x${string}`, string>;
143
137
  }, "strip", z.ZodTypeAny, {
144
- value: {
145
- txHash: `0x${string}`;
146
- };
147
138
  __kind: "Vault";
139
+ txHash: `0x${string}`;
148
140
  }, {
149
- value: {
150
- txHash: string;
151
- };
152
141
  __kind: "Vault";
142
+ txHash: string;
153
143
  }>]>;
154
144
  }, "strip", z.ZodTypeAny, {
155
145
  asset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc";
@@ -181,10 +171,8 @@ declare const swappingSwapAmountTooLow: z.ZodObject<{
181
171
  };
182
172
  __kind: "DepositChannel";
183
173
  } | {
184
- value: {
185
- txHash: `0x${string}`;
186
- };
187
174
  __kind: "Vault";
175
+ txHash: `0x${string}`;
188
176
  };
189
177
  }, {
190
178
  asset: {
@@ -218,10 +206,8 @@ declare const swappingSwapAmountTooLow: z.ZodObject<{
218
206
  };
219
207
  __kind: "DepositChannel";
220
208
  } | {
221
- value: {
222
- txHash: string;
223
- };
224
209
  __kind: "Vault";
210
+ txHash: string;
225
211
  };
226
212
  }>;
227
213
 
@@ -143,23 +143,13 @@ declare const swappingSwapScheduled: z.ZodObject<{
143
143
  __kind: "DepositChannel";
144
144
  }>, z.ZodObject<{
145
145
  __kind: z.ZodLiteral<"Vault">;
146
- value: z.ZodObject<{
147
- txHash: z.ZodEffects<z.ZodString, `0x${string}`, string>;
148
- }, "strip", z.ZodTypeAny, {
149
- txHash: `0x${string}`;
150
- }, {
151
- txHash: string;
152
- }>;
146
+ txHash: z.ZodEffects<z.ZodString, `0x${string}`, string>;
153
147
  }, "strip", z.ZodTypeAny, {
154
- value: {
155
- txHash: `0x${string}`;
156
- };
157
148
  __kind: "Vault";
149
+ txHash: `0x${string}`;
158
150
  }, {
159
- value: {
160
- txHash: string;
161
- };
162
151
  __kind: "Vault";
152
+ txHash: string;
163
153
  }>]>;
164
154
  swapType: z.ZodUnion<[z.ZodObject<{
165
155
  __kind: z.ZodLiteral<"Swap">;
@@ -420,10 +410,8 @@ declare const swappingSwapScheduled: z.ZodObject<{
420
410
  };
421
411
  __kind: "DepositChannel";
422
412
  } | {
423
- value: {
424
- txHash: `0x${string}`;
425
- };
426
413
  __kind: "Vault";
414
+ txHash: `0x${string}`;
427
415
  };
428
416
  swapType: {
429
417
  value: {
@@ -502,10 +490,8 @@ declare const swappingSwapScheduled: z.ZodObject<{
502
490
  };
503
491
  __kind: "DepositChannel";
504
492
  } | {
505
- value: {
506
- txHash: string;
507
- };
508
493
  __kind: "Vault";
494
+ txHash: string;
509
495
  };
510
496
  swapType: {
511
497
  value: {
@@ -143,23 +143,13 @@ declare const swappingSwapScheduled: z.ZodObject<{
143
143
  __kind: "DepositChannel";
144
144
  }>, z.ZodObject<{
145
145
  __kind: z.ZodLiteral<"Vault">;
146
- value: z.ZodObject<{
147
- txHash: z.ZodEffects<z.ZodString, `0x${string}`, string>;
148
- }, "strip", z.ZodTypeAny, {
149
- txHash: `0x${string}`;
150
- }, {
151
- txHash: string;
152
- }>;
146
+ txHash: z.ZodEffects<z.ZodString, `0x${string}`, string>;
153
147
  }, "strip", z.ZodTypeAny, {
154
- value: {
155
- txHash: `0x${string}`;
156
- };
157
148
  __kind: "Vault";
149
+ txHash: `0x${string}`;
158
150
  }, {
159
- value: {
160
- txHash: string;
161
- };
162
151
  __kind: "Vault";
152
+ txHash: string;
163
153
  }>]>;
164
154
  swapType: z.ZodUnion<[z.ZodObject<{
165
155
  __kind: z.ZodLiteral<"Swap">;
@@ -420,10 +410,8 @@ declare const swappingSwapScheduled: z.ZodObject<{
420
410
  };
421
411
  __kind: "DepositChannel";
422
412
  } | {
423
- value: {
424
- txHash: `0x${string}`;
425
- };
426
413
  __kind: "Vault";
414
+ txHash: `0x${string}`;
427
415
  };
428
416
  swapType: {
429
417
  value: {
@@ -502,10 +490,8 @@ declare const swappingSwapScheduled: z.ZodObject<{
502
490
  };
503
491
  __kind: "DepositChannel";
504
492
  } | {
505
- value: {
506
- txHash: string;
507
- };
508
493
  __kind: "Vault";
494
+ txHash: string;
509
495
  };
510
496
  swapType: {
511
497
  value: {