@chainflip/processor 1.8.4 → 1.8.6

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 (164) hide show
  1. package/README.MD +13 -1
  2. package/dist/100/ethereumIngressEgress/ccmEgressInvalid.d.cts +16 -16
  3. package/dist/100/ethereumIngressEgress/ccmEgressInvalid.d.ts +16 -16
  4. package/dist/100/ethereumIngressEgress/depositFetchesScheduled.d.cts +2 -2
  5. package/dist/100/ethereumIngressEgress/depositFetchesScheduled.d.ts +2 -2
  6. package/dist/100/ethereumIngressEgress/depositIgnored.d.cts +2 -2
  7. package/dist/100/ethereumIngressEgress/depositIgnored.d.ts +2 -2
  8. package/dist/100/ethereumIngressEgress/depositReceived.d.cts +2 -2
  9. package/dist/100/ethereumIngressEgress/depositReceived.d.ts +2 -2
  10. package/dist/100/ethereumIngressEgress/depositWitnessRejected.d.cts +20 -20
  11. package/dist/100/ethereumIngressEgress/depositWitnessRejected.d.ts +20 -20
  12. package/dist/100/flip/remainingImbalance.d.cts +22 -22
  13. package/dist/100/flip/remainingImbalance.d.ts +22 -22
  14. package/dist/100/witnesser/witnessExecutionFailed.d.cts +18 -18
  15. package/dist/100/witnesser/witnessExecutionFailed.d.ts +18 -18
  16. package/dist/131/swapping/batchSwapFailed.d.cts +8 -8
  17. package/dist/131/swapping/batchSwapFailed.d.ts +8 -8
  18. package/dist/131/swapping/maximumSwapAmountSet.d.cts +6 -6
  19. package/dist/131/swapping/maximumSwapAmountSet.d.ts +6 -6
  20. package/dist/131/swapping/swapAmountConfiscated.d.cts +12 -12
  21. package/dist/131/swapping/swapAmountConfiscated.d.ts +12 -12
  22. package/dist/131/swapping/swapDepositAddressReady.d.cts +18 -18
  23. package/dist/131/swapping/swapDepositAddressReady.d.ts +18 -18
  24. package/dist/131/swapping/swapEgressIgnored.d.cts +12 -12
  25. package/dist/131/swapping/swapEgressIgnored.d.ts +12 -12
  26. package/dist/131/swapping/swapEgressScheduled.d.cts +8 -8
  27. package/dist/131/swapping/swapEgressScheduled.d.ts +8 -8
  28. package/dist/131/swapping/swapExecuted.d.cts +12 -12
  29. package/dist/131/swapping/swapExecuted.d.ts +12 -12
  30. package/dist/131/swapping/swapScheduled.d.cts +14 -14
  31. package/dist/131/swapping/swapScheduled.d.ts +14 -14
  32. package/dist/131/swapping/withdrawalRequested.d.cts +6 -6
  33. package/dist/131/swapping/withdrawalRequested.d.ts +6 -6
  34. package/dist/141/evmThresholdSigner/failureReportProcessed.d.cts +2 -2
  35. package/dist/141/evmThresholdSigner/failureReportProcessed.d.ts +2 -2
  36. package/dist/141/evmThresholdSigner/retryRequested.d.cts +2 -2
  37. package/dist/141/evmThresholdSigner/retryRequested.d.ts +2 -2
  38. package/dist/141/evmThresholdSigner/thresholdDispatchComplete.d.cts +2 -2
  39. package/dist/141/evmThresholdSigner/thresholdDispatchComplete.d.ts +2 -2
  40. package/dist/141/evmThresholdSigner/thresholdSignatureFailed.d.cts +2 -2
  41. package/dist/141/evmThresholdSigner/thresholdSignatureFailed.d.ts +2 -2
  42. package/dist/141/evmThresholdSigner/thresholdSignatureRequest.d.cts +2 -2
  43. package/dist/141/evmThresholdSigner/thresholdSignatureRequest.d.ts +2 -2
  44. package/dist/141/evmThresholdSigner/thresholdSignatureSuccess.d.cts +2 -2
  45. package/dist/141/evmThresholdSigner/thresholdSignatureSuccess.d.ts +2 -2
  46. package/dist/141/liquidityPools/limitOrderUpdated.d.cts +10 -10
  47. package/dist/141/liquidityPools/limitOrderUpdated.d.ts +10 -10
  48. package/dist/141/liquidityPools/rangeOrderUpdated.d.cts +10 -10
  49. package/dist/141/liquidityPools/rangeOrderUpdated.d.ts +10 -10
  50. package/dist/141/polkadotIngressEgress/boostFundsAdded.d.cts +2 -2
  51. package/dist/141/polkadotIngressEgress/boostFundsAdded.d.ts +2 -2
  52. package/dist/141/polkadotIngressEgress/depositBoosted.d.cts +4 -4
  53. package/dist/141/polkadotIngressEgress/depositBoosted.d.ts +4 -4
  54. package/dist/141/polkadotIngressEgress/depositFinalised.d.cts +4 -4
  55. package/dist/141/polkadotIngressEgress/depositFinalised.d.ts +4 -4
  56. package/dist/141/polkadotIngressEgress/insufficientBoostLiquidity.d.cts +3 -3
  57. package/dist/141/polkadotIngressEgress/insufficientBoostLiquidity.d.ts +3 -3
  58. package/dist/141/swapping/batchSwapFailed.d.cts +8 -8
  59. package/dist/141/swapping/batchSwapFailed.d.ts +8 -8
  60. package/dist/141/swapping/ccmDepositReceived.d.cts +68 -68
  61. package/dist/141/swapping/ccmDepositReceived.d.ts +68 -68
  62. package/dist/141/swapping/ccmFailed.d.cts +73 -73
  63. package/dist/141/swapping/ccmFailed.d.ts +73 -73
  64. package/dist/141/swapping/maximumSwapAmountSet.d.cts +6 -6
  65. package/dist/141/swapping/maximumSwapAmountSet.d.ts +6 -6
  66. package/dist/141/swapping/swapAmountConfiscated.d.cts +12 -12
  67. package/dist/141/swapping/swapAmountConfiscated.d.ts +12 -12
  68. package/dist/141/swapping/swapDepositAddressReady.d.cts +26 -26
  69. package/dist/141/swapping/swapDepositAddressReady.d.ts +26 -26
  70. package/dist/141/swapping/swapEgressIgnored.d.cts +24 -24
  71. package/dist/141/swapping/swapEgressIgnored.d.ts +24 -24
  72. package/dist/141/swapping/swapEgressScheduled.d.cts +8 -8
  73. package/dist/141/swapping/swapEgressScheduled.d.ts +8 -8
  74. package/dist/141/swapping/swapExecuted.d.cts +90 -90
  75. package/dist/141/swapping/swapExecuted.d.ts +90 -90
  76. package/dist/141/swapping/swapScheduled.d.cts +99 -99
  77. package/dist/141/swapping/swapScheduled.d.ts +99 -99
  78. package/dist/141/swapping/withdrawalRequested.d.cts +10 -10
  79. package/dist/141/swapping/withdrawalRequested.d.ts +10 -10
  80. package/dist/150/solanaIngressEgress/ccmEgressInvalid.d.cts +16 -16
  81. package/dist/150/solanaIngressEgress/ccmEgressInvalid.d.ts +16 -16
  82. package/dist/150/solanaIngressEgress/depositBoosted.d.cts +4 -4
  83. package/dist/150/solanaIngressEgress/depositBoosted.d.ts +4 -4
  84. package/dist/150/solanaIngressEgress/depositFetchesScheduled.d.cts +2 -2
  85. package/dist/150/solanaIngressEgress/depositFetchesScheduled.d.ts +2 -2
  86. package/dist/150/solanaIngressEgress/depositFinalised.d.cts +3 -3
  87. package/dist/150/solanaIngressEgress/depositFinalised.d.ts +3 -3
  88. package/dist/150/solanaIngressEgress/depositIgnored.d.cts +2 -2
  89. package/dist/150/solanaIngressEgress/depositIgnored.d.ts +2 -2
  90. package/dist/150/solanaIngressEgress/depositWitnessRejected.d.cts +20 -20
  91. package/dist/150/solanaIngressEgress/depositWitnessRejected.d.ts +20 -20
  92. package/dist/150/solanaIngressEgress/failedToBuildAllBatchCall.d.cts +28 -28
  93. package/dist/150/solanaIngressEgress/failedToBuildAllBatchCall.d.ts +28 -28
  94. package/dist/150/solanaIngressEgress/insufficientBoostLiquidity.d.cts +3 -3
  95. package/dist/150/solanaIngressEgress/insufficientBoostLiquidity.d.ts +3 -3
  96. package/dist/150/solanaIngressEgress/transferFallbackRequested.d.cts +2 -2
  97. package/dist/150/solanaIngressEgress/transferFallbackRequested.d.ts +2 -2
  98. package/dist/150/solanaThresholdSigner/failureReportProcessed.d.cts +2 -2
  99. package/dist/150/solanaThresholdSigner/failureReportProcessed.d.ts +2 -2
  100. package/dist/150/solanaThresholdSigner/retryRequested.d.cts +2 -2
  101. package/dist/150/solanaThresholdSigner/retryRequested.d.ts +2 -2
  102. package/dist/150/solanaThresholdSigner/thresholdDispatchComplete.d.cts +2 -2
  103. package/dist/150/solanaThresholdSigner/thresholdDispatchComplete.d.ts +2 -2
  104. package/dist/150/solanaThresholdSigner/thresholdSignatureFailed.d.cts +2 -2
  105. package/dist/150/solanaThresholdSigner/thresholdSignatureFailed.d.ts +2 -2
  106. package/dist/150/solanaThresholdSigner/thresholdSignatureRequest.d.cts +2 -2
  107. package/dist/150/solanaThresholdSigner/thresholdSignatureRequest.d.ts +2 -2
  108. package/dist/150/solanaThresholdSigner/thresholdSignatureSuccess.d.cts +2 -2
  109. package/dist/150/solanaThresholdSigner/thresholdSignatureSuccess.d.ts +2 -2
  110. package/dist/180/arbitrumIngressEgress/ccmEgressInvalid.d.cts +11 -11
  111. package/dist/180/arbitrumIngressEgress/ccmEgressInvalid.d.ts +11 -11
  112. package/dist/180/arbitrumIngressEgress/depositFailed.d.cts +9 -421
  113. package/dist/180/arbitrumIngressEgress/depositFailed.d.ts +9 -421
  114. package/dist/180/arbitrumIngressEgress/failedToBuildAllBatchCall.d.cts +11 -11
  115. package/dist/180/arbitrumIngressEgress/failedToBuildAllBatchCall.d.ts +11 -11
  116. package/dist/180/bitcoinIngressEgress/ccmEgressInvalid.d.cts +11 -11
  117. package/dist/180/bitcoinIngressEgress/ccmEgressInvalid.d.ts +11 -11
  118. package/dist/180/bitcoinIngressEgress/depositFailed.d.cts +110 -313
  119. package/dist/180/bitcoinIngressEgress/depositFailed.d.ts +110 -313
  120. package/dist/180/bitcoinIngressEgress/failedToBuildAllBatchCall.d.cts +11 -11
  121. package/dist/180/bitcoinIngressEgress/failedToBuildAllBatchCall.d.ts +11 -11
  122. package/dist/180/common.cjs +56 -9
  123. package/dist/180/common.d.cts +1127 -3872
  124. package/dist/180/common.d.ts +1127 -3872
  125. package/dist/180/common.mjs +56 -9
  126. package/dist/180/ethereumIngressEgress/ccmEgressInvalid.d.cts +11 -11
  127. package/dist/180/ethereumIngressEgress/ccmEgressInvalid.d.ts +11 -11
  128. package/dist/180/ethereumIngressEgress/depositFailed.d.cts +9 -421
  129. package/dist/180/ethereumIngressEgress/depositFailed.d.ts +9 -421
  130. package/dist/180/ethereumIngressEgress/failedToBuildAllBatchCall.d.cts +11 -11
  131. package/dist/180/ethereumIngressEgress/failedToBuildAllBatchCall.d.ts +11 -11
  132. package/dist/180/polkadotIngressEgress/ccmEgressInvalid.d.cts +11 -11
  133. package/dist/180/polkadotIngressEgress/ccmEgressInvalid.d.ts +11 -11
  134. package/dist/180/polkadotIngressEgress/depositFailed.d.cts +9 -421
  135. package/dist/180/polkadotIngressEgress/depositFailed.d.ts +9 -421
  136. package/dist/180/polkadotIngressEgress/failedToBuildAllBatchCall.d.cts +11 -11
  137. package/dist/180/polkadotIngressEgress/failedToBuildAllBatchCall.d.ts +11 -11
  138. package/dist/180/solanaElections/unknownElection.cjs +13 -0
  139. package/dist/180/solanaElections/unknownElection.d.cts +47 -0
  140. package/dist/180/solanaElections/unknownElection.d.ts +47 -0
  141. package/dist/180/solanaElections/unknownElection.mjs +13 -0
  142. package/dist/180/solanaIngressEgress/ccmEgressInvalid.d.cts +11 -11
  143. package/dist/180/solanaIngressEgress/ccmEgressInvalid.d.ts +11 -11
  144. package/dist/180/solanaIngressEgress/depositFailed.d.cts +9 -421
  145. package/dist/180/solanaIngressEgress/depositFailed.d.ts +9 -421
  146. package/dist/180/solanaIngressEgress/failedToBuildAllBatchCall.d.cts +11 -11
  147. package/dist/180/solanaIngressEgress/failedToBuildAllBatchCall.d.ts +11 -11
  148. package/dist/180/solanaThresholdSigner/thresholdSignatureRequest.cjs +19 -0
  149. package/dist/180/solanaThresholdSigner/thresholdSignatureRequest.d.cts +107 -0
  150. package/dist/180/solanaThresholdSigner/thresholdSignatureRequest.d.ts +107 -0
  151. package/dist/180/solanaThresholdSigner/thresholdSignatureRequest.mjs +19 -0
  152. package/dist/180/swapping/affiliateRegistration.cjs +12 -0
  153. package/dist/180/swapping/affiliateRegistration.d.cts +20 -0
  154. package/dist/180/swapping/affiliateRegistration.d.ts +20 -0
  155. package/dist/180/swapping/affiliateRegistration.mjs +12 -0
  156. package/dist/180/swapping/withdrawalRequested.cjs +20 -0
  157. package/dist/180/swapping/withdrawalRequested.d.cts +91 -0
  158. package/dist/180/swapping/withdrawalRequested.d.ts +91 -0
  159. package/dist/180/swapping/withdrawalRequested.mjs +20 -0
  160. package/package.json +1 -1
  161. package/dist/180/swapping/affiliateRegistrationUpdated.cjs +0 -12
  162. package/dist/180/swapping/affiliateRegistrationUpdated.d.cts +0 -20
  163. package/dist/180/swapping/affiliateRegistrationUpdated.d.ts +0 -20
  164. package/dist/180/swapping/affiliateRegistrationUpdated.mjs +0 -12
@@ -5,11 +5,11 @@ declare const swappingSwapEgressIgnored: z.ZodObject<{
5
5
  asset: 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
  amount: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
15
15
  reason: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
@@ -155,6 +155,9 @@ declare const swappingSwapEgressIgnored: z.ZodObject<{
155
155
  __kind: "RootNotAllowed";
156
156
  }>]>;
157
157
  }, "strip", z.ZodTypeAny, {
158
+ asset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt";
159
+ amount: bigint;
160
+ swapId: bigint;
158
161
  reason: {
159
162
  __kind: "Other";
160
163
  } | {
@@ -191,10 +194,12 @@ declare const swappingSwapEgressIgnored: z.ZodObject<{
191
194
  } | {
192
195
  __kind: "RootNotAllowed";
193
196
  };
194
- swapId: bigint;
195
- asset: "Eth" | "Dot" | "Btc" | "Flip" | "Usdc" | "Usdt";
196
- amount: bigint;
197
197
  }, {
198
+ asset: {
199
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt";
200
+ };
201
+ amount: string | number;
202
+ swapId: string | number;
198
203
  reason: {
199
204
  __kind: "Other";
200
205
  } | {
@@ -237,11 +242,6 @@ declare const swappingSwapEgressIgnored: z.ZodObject<{
237
242
  } | {
238
243
  __kind: "RootNotAllowed";
239
244
  };
240
- swapId: string | number;
241
- asset: {
242
- __kind: "Eth" | "Dot" | "Btc" | "Flip" | "Usdc" | "Usdt";
243
- };
244
- amount: string | number;
245
245
  }>;
246
246
 
247
247
  export { swappingSwapEgressIgnored };
@@ -14,26 +14,26 @@ declare const swappingSwapEgressScheduled: z.ZodObject<{
14
14
  asset: z.ZodEffects<z.ZodObject<{
15
15
  __kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "Usdt"]>;
16
16
  }, "strip", z.ZodTypeAny, {
17
- __kind: "Eth" | "Dot" | "Btc" | "Flip" | "Usdc" | "Usdt";
17
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt";
18
18
  }, {
19
- __kind: "Eth" | "Dot" | "Btc" | "Flip" | "Usdc" | "Usdt";
20
- }>, "Eth" | "Dot" | "Btc" | "Flip" | "Usdc" | "Usdt", {
21
- __kind: "Eth" | "Dot" | "Btc" | "Flip" | "Usdc" | "Usdt";
19
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt";
20
+ }>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt", {
21
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt";
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
  fee: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
25
25
  }, "strip", z.ZodTypeAny, {
26
- swapId: bigint;
27
- asset: "Eth" | "Dot" | "Btc" | "Flip" | "Usdc" | "Usdt";
26
+ asset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt";
28
27
  amount: bigint;
28
+ swapId: bigint;
29
29
  egressId: ["Ethereum" | "Polkadot" | "Bitcoin", bigint];
30
30
  fee: bigint;
31
31
  }, {
32
- swapId: string | number;
33
32
  asset: {
34
- __kind: "Eth" | "Dot" | "Btc" | "Flip" | "Usdc" | "Usdt";
33
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt";
35
34
  };
36
35
  amount: string | number;
36
+ swapId: string | number;
37
37
  egressId: [{
38
38
  __kind: "Ethereum" | "Polkadot" | "Bitcoin";
39
39
  }, string | number];
@@ -14,26 +14,26 @@ declare const swappingSwapEgressScheduled: z.ZodObject<{
14
14
  asset: z.ZodEffects<z.ZodObject<{
15
15
  __kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "Usdt"]>;
16
16
  }, "strip", z.ZodTypeAny, {
17
- __kind: "Eth" | "Dot" | "Btc" | "Flip" | "Usdc" | "Usdt";
17
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt";
18
18
  }, {
19
- __kind: "Eth" | "Dot" | "Btc" | "Flip" | "Usdc" | "Usdt";
20
- }>, "Eth" | "Dot" | "Btc" | "Flip" | "Usdc" | "Usdt", {
21
- __kind: "Eth" | "Dot" | "Btc" | "Flip" | "Usdc" | "Usdt";
19
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt";
20
+ }>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt", {
21
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt";
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
  fee: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
25
25
  }, "strip", z.ZodTypeAny, {
26
- swapId: bigint;
27
- asset: "Eth" | "Dot" | "Btc" | "Flip" | "Usdc" | "Usdt";
26
+ asset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt";
28
27
  amount: bigint;
28
+ swapId: bigint;
29
29
  egressId: ["Ethereum" | "Polkadot" | "Bitcoin", bigint];
30
30
  fee: bigint;
31
31
  }, {
32
- swapId: string | number;
33
32
  asset: {
34
- __kind: "Eth" | "Dot" | "Btc" | "Flip" | "Usdc" | "Usdt";
33
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt";
35
34
  };
36
35
  amount: string | number;
36
+ swapId: string | number;
37
37
  egressId: [{
38
38
  __kind: "Ethereum" | "Polkadot" | "Bitcoin";
39
39
  }, string | number];
@@ -5,30 +5,30 @@ declare const swappingSwapExecuted: 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
  swapInput: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
16
16
  destinationAsset: z.ZodEffects<z.ZodObject<{
17
17
  __kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "Usdt"]>;
18
18
  }, "strip", z.ZodTypeAny, {
19
- __kind: "Eth" | "Dot" | "Btc" | "Flip" | "Usdc" | "Usdt";
19
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt";
20
20
  }, {
21
- __kind: "Eth" | "Dot" | "Btc" | "Flip" | "Usdc" | "Usdt";
22
- }>, "Eth" | "Dot" | "Btc" | "Flip" | "Usdc" | "Usdt", {
23
- __kind: "Eth" | "Dot" | "Btc" | "Flip" | "Usdc" | "Usdt";
21
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt";
22
+ }>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt", {
23
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt";
24
24
  }>;
25
25
  egressAmount: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
26
26
  swapOutput: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
27
27
  intermediateAmount: 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>>>;
28
28
  }, "strip", z.ZodTypeAny, {
29
29
  swapId: bigint;
30
- sourceAsset: "Eth" | "Dot" | "Btc" | "Flip" | "Usdc" | "Usdt";
31
- destinationAsset: "Eth" | "Dot" | "Btc" | "Flip" | "Usdc" | "Usdt";
30
+ sourceAsset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt";
31
+ destinationAsset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt";
32
32
  depositAmount: bigint;
33
33
  swapInput: bigint;
34
34
  egressAmount: bigint;
@@ -37,10 +37,10 @@ declare const swappingSwapExecuted: z.ZodObject<{
37
37
  }, {
38
38
  swapId: string | number;
39
39
  sourceAsset: {
40
- __kind: "Eth" | "Dot" | "Btc" | "Flip" | "Usdc" | "Usdt";
40
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt";
41
41
  };
42
42
  destinationAsset: {
43
- __kind: "Eth" | "Dot" | "Btc" | "Flip" | "Usdc" | "Usdt";
43
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt";
44
44
  };
45
45
  depositAmount: string | number;
46
46
  swapInput: string | number;
@@ -5,30 +5,30 @@ declare const swappingSwapExecuted: 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
  swapInput: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
16
16
  destinationAsset: z.ZodEffects<z.ZodObject<{
17
17
  __kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "Usdt"]>;
18
18
  }, "strip", z.ZodTypeAny, {
19
- __kind: "Eth" | "Dot" | "Btc" | "Flip" | "Usdc" | "Usdt";
19
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt";
20
20
  }, {
21
- __kind: "Eth" | "Dot" | "Btc" | "Flip" | "Usdc" | "Usdt";
22
- }>, "Eth" | "Dot" | "Btc" | "Flip" | "Usdc" | "Usdt", {
23
- __kind: "Eth" | "Dot" | "Btc" | "Flip" | "Usdc" | "Usdt";
21
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt";
22
+ }>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt", {
23
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt";
24
24
  }>;
25
25
  egressAmount: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
26
26
  swapOutput: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
27
27
  intermediateAmount: 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>>>;
28
28
  }, "strip", z.ZodTypeAny, {
29
29
  swapId: bigint;
30
- sourceAsset: "Eth" | "Dot" | "Btc" | "Flip" | "Usdc" | "Usdt";
31
- destinationAsset: "Eth" | "Dot" | "Btc" | "Flip" | "Usdc" | "Usdt";
30
+ sourceAsset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt";
31
+ destinationAsset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt";
32
32
  depositAmount: bigint;
33
33
  swapInput: bigint;
34
34
  egressAmount: bigint;
@@ -37,10 +37,10 @@ declare const swappingSwapExecuted: z.ZodObject<{
37
37
  }, {
38
38
  swapId: string | number;
39
39
  sourceAsset: {
40
- __kind: "Eth" | "Dot" | "Btc" | "Flip" | "Usdc" | "Usdt";
40
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt";
41
41
  };
42
42
  destinationAsset: {
43
- __kind: "Eth" | "Dot" | "Btc" | "Flip" | "Usdc" | "Usdt";
43
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt";
44
44
  };
45
45
  depositAmount: string | number;
46
46
  swapInput: string | number;
@@ -5,21 +5,21 @@ 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.ZodEffects<z.ZodObject<{
25
25
  __kind: z.ZodEnum<["Eth", "Dot", "Btc"]>;
@@ -316,6 +316,7 @@ declare const swappingSwapScheduled: z.ZodObject<{
316
316
  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>>>;
317
317
  executeAt: z.ZodNumber;
318
318
  }, "strip", z.ZodTypeAny, {
319
+ swapId: bigint;
319
320
  destinationAddress: {
320
321
  readonly chain: "Ethereum";
321
322
  readonly address: `0x${string}`;
@@ -344,9 +345,8 @@ declare const swappingSwapScheduled: z.ZodObject<{
344
345
  __kind: "Vault";
345
346
  txHash: `0x${string}`;
346
347
  };
347
- swapId: bigint;
348
- sourceAsset: "Eth" | "Dot" | "Btc" | "Flip" | "Usdc" | "Usdt";
349
- destinationAsset: "Eth" | "Dot" | "Btc" | "Flip" | "Usdc" | "Usdt";
348
+ sourceAsset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt";
349
+ destinationAsset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt";
350
350
  depositAmount: bigint;
351
351
  swapType: {
352
352
  __kind: "Swap";
@@ -391,6 +391,7 @@ declare const swappingSwapScheduled: z.ZodObject<{
391
391
  executeAt: number;
392
392
  brokerCommission?: bigint | null | undefined;
393
393
  }, {
394
+ swapId: string | number;
394
395
  destinationAddress: {
395
396
  __kind: "Eth" | "Dot" | "Btc";
396
397
  value: string;
@@ -407,12 +408,11 @@ declare const swappingSwapScheduled: z.ZodObject<{
407
408
  __kind: "Vault";
408
409
  txHash: string;
409
410
  };
410
- swapId: string | number;
411
411
  sourceAsset: {
412
- __kind: "Eth" | "Dot" | "Btc" | "Flip" | "Usdc" | "Usdt";
412
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt";
413
413
  };
414
414
  destinationAsset: {
415
- __kind: "Eth" | "Dot" | "Btc" | "Flip" | "Usdc" | "Usdt";
415
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt";
416
416
  };
417
417
  depositAmount: string | number;
418
418
  swapType: {
@@ -5,21 +5,21 @@ 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.ZodEffects<z.ZodObject<{
25
25
  __kind: z.ZodEnum<["Eth", "Dot", "Btc"]>;
@@ -316,6 +316,7 @@ declare const swappingSwapScheduled: z.ZodObject<{
316
316
  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>>>;
317
317
  executeAt: z.ZodNumber;
318
318
  }, "strip", z.ZodTypeAny, {
319
+ swapId: bigint;
319
320
  destinationAddress: {
320
321
  readonly chain: "Ethereum";
321
322
  readonly address: `0x${string}`;
@@ -344,9 +345,8 @@ declare const swappingSwapScheduled: z.ZodObject<{
344
345
  __kind: "Vault";
345
346
  txHash: `0x${string}`;
346
347
  };
347
- swapId: bigint;
348
- sourceAsset: "Eth" | "Dot" | "Btc" | "Flip" | "Usdc" | "Usdt";
349
- destinationAsset: "Eth" | "Dot" | "Btc" | "Flip" | "Usdc" | "Usdt";
348
+ sourceAsset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt";
349
+ destinationAsset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt";
350
350
  depositAmount: bigint;
351
351
  swapType: {
352
352
  __kind: "Swap";
@@ -391,6 +391,7 @@ declare const swappingSwapScheduled: z.ZodObject<{
391
391
  executeAt: number;
392
392
  brokerCommission?: bigint | null | undefined;
393
393
  }, {
394
+ swapId: string | number;
394
395
  destinationAddress: {
395
396
  __kind: "Eth" | "Dot" | "Btc";
396
397
  value: string;
@@ -407,12 +408,11 @@ declare const swappingSwapScheduled: z.ZodObject<{
407
408
  __kind: "Vault";
408
409
  txHash: string;
409
410
  };
410
- swapId: string | number;
411
411
  sourceAsset: {
412
- __kind: "Eth" | "Dot" | "Btc" | "Flip" | "Usdc" | "Usdt";
412
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt";
413
413
  };
414
414
  destinationAsset: {
415
- __kind: "Eth" | "Dot" | "Btc" | "Flip" | "Usdc" | "Usdt";
415
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt";
416
416
  };
417
417
  depositAmount: string | number;
418
418
  swapType: {
@@ -13,11 +13,11 @@ declare const swappingWithdrawalRequested: z.ZodObject<{
13
13
  egressAsset: z.ZodEffects<z.ZodObject<{
14
14
  __kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "Usdt"]>;
15
15
  }, "strip", z.ZodTypeAny, {
16
- __kind: "Eth" | "Dot" | "Btc" | "Flip" | "Usdc" | "Usdt";
16
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt";
17
17
  }, {
18
- __kind: "Eth" | "Dot" | "Btc" | "Flip" | "Usdc" | "Usdt";
19
- }>, "Eth" | "Dot" | "Btc" | "Flip" | "Usdc" | "Usdt", {
20
- __kind: "Eth" | "Dot" | "Btc" | "Flip" | "Usdc" | "Usdt";
18
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt";
19
+ }>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt", {
20
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt";
21
21
  }>;
22
22
  egressAmount: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
23
23
  egressFee: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
@@ -56,7 +56,7 @@ declare const swappingWithdrawalRequested: z.ZodObject<{
56
56
  };
57
57
  egressId: ["Ethereum" | "Polkadot" | "Bitcoin", bigint];
58
58
  egressAmount: bigint;
59
- egressAsset: "Eth" | "Dot" | "Btc" | "Flip" | "Usdc" | "Usdt";
59
+ egressAsset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt";
60
60
  egressFee: bigint;
61
61
  }, {
62
62
  destinationAddress: {
@@ -68,7 +68,7 @@ declare const swappingWithdrawalRequested: z.ZodObject<{
68
68
  }, string | number];
69
69
  egressAmount: string | number;
70
70
  egressAsset: {
71
- __kind: "Eth" | "Dot" | "Btc" | "Flip" | "Usdc" | "Usdt";
71
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt";
72
72
  };
73
73
  egressFee: string | number;
74
74
  }>;
@@ -13,11 +13,11 @@ declare const swappingWithdrawalRequested: z.ZodObject<{
13
13
  egressAsset: z.ZodEffects<z.ZodObject<{
14
14
  __kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "Usdt"]>;
15
15
  }, "strip", z.ZodTypeAny, {
16
- __kind: "Eth" | "Dot" | "Btc" | "Flip" | "Usdc" | "Usdt";
16
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt";
17
17
  }, {
18
- __kind: "Eth" | "Dot" | "Btc" | "Flip" | "Usdc" | "Usdt";
19
- }>, "Eth" | "Dot" | "Btc" | "Flip" | "Usdc" | "Usdt", {
20
- __kind: "Eth" | "Dot" | "Btc" | "Flip" | "Usdc" | "Usdt";
18
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt";
19
+ }>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt", {
20
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt";
21
21
  }>;
22
22
  egressAmount: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
23
23
  egressFee: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
@@ -56,7 +56,7 @@ declare const swappingWithdrawalRequested: z.ZodObject<{
56
56
  };
57
57
  egressId: ["Ethereum" | "Polkadot" | "Bitcoin", bigint];
58
58
  egressAmount: bigint;
59
- egressAsset: "Eth" | "Dot" | "Btc" | "Flip" | "Usdc" | "Usdt";
59
+ egressAsset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt";
60
60
  egressFee: bigint;
61
61
  }, {
62
62
  destinationAddress: {
@@ -68,7 +68,7 @@ declare const swappingWithdrawalRequested: z.ZodObject<{
68
68
  }, string | number];
69
69
  egressAmount: string | number;
70
70
  egressAsset: {
71
- __kind: "Eth" | "Dot" | "Btc" | "Flip" | "Usdc" | "Usdt";
71
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt";
72
72
  };
73
73
  egressFee: string | number;
74
74
  }>;
@@ -5,12 +5,12 @@ declare const evmThresholdSignerFailureReportProcessed: z.ZodObject<{
5
5
  ceremonyId: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
6
6
  reporterId: z.ZodEffects<z.ZodUnion<[z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, `0x${string}`, string>]>, string, string>;
7
7
  }, "strip", z.ZodTypeAny, {
8
- ceremonyId: bigint;
9
8
  requestId: number;
9
+ ceremonyId: bigint;
10
10
  reporterId: string;
11
11
  }, {
12
- ceremonyId: string | number;
13
12
  requestId: number;
13
+ ceremonyId: string | number;
14
14
  reporterId: string;
15
15
  }>;
16
16
 
@@ -5,12 +5,12 @@ declare const evmThresholdSignerFailureReportProcessed: z.ZodObject<{
5
5
  ceremonyId: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
6
6
  reporterId: z.ZodEffects<z.ZodUnion<[z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, `0x${string}`, string>]>, string, string>;
7
7
  }, "strip", z.ZodTypeAny, {
8
- ceremonyId: bigint;
9
8
  requestId: number;
9
+ ceremonyId: bigint;
10
10
  reporterId: string;
11
11
  }, {
12
- ceremonyId: string | number;
13
12
  requestId: number;
13
+ ceremonyId: string | number;
14
14
  reporterId: string;
15
15
  }>;
16
16
 
@@ -4,11 +4,11 @@ declare const evmThresholdSignerRetryRequested: z.ZodObject<{
4
4
  requestId: z.ZodNumber;
5
5
  ceremonyId: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
6
6
  }, "strip", z.ZodTypeAny, {
7
- ceremonyId: bigint;
8
7
  requestId: number;
8
+ ceremonyId: bigint;
9
9
  }, {
10
- ceremonyId: string | number;
11
10
  requestId: number;
11
+ ceremonyId: string | number;
12
12
  }>;
13
13
 
14
14
  export { evmThresholdSignerRetryRequested };
@@ -4,11 +4,11 @@ declare const evmThresholdSignerRetryRequested: z.ZodObject<{
4
4
  requestId: z.ZodNumber;
5
5
  ceremonyId: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
6
6
  }, "strip", z.ZodTypeAny, {
7
- ceremonyId: bigint;
8
7
  requestId: number;
8
+ ceremonyId: bigint;
9
9
  }, {
10
- ceremonyId: string | number;
11
10
  requestId: number;
11
+ ceremonyId: string | number;
12
12
  }>;
13
13
 
14
14
  export { evmThresholdSignerRetryRequested };
@@ -237,8 +237,8 @@ declare const evmThresholdSignerThresholdDispatchComplete: z.ZodObject<{
237
237
  __kind: "Err";
238
238
  }>]>;
239
239
  }, "strip", z.ZodTypeAny, {
240
- ceremonyId: bigint;
241
240
  requestId: number;
241
+ ceremonyId: bigint;
242
242
  result: {
243
243
  __kind: "Ok";
244
244
  } | {
@@ -281,8 +281,8 @@ declare const evmThresholdSignerThresholdDispatchComplete: z.ZodObject<{
281
281
  __kind: "Err";
282
282
  };
283
283
  }, {
284
- ceremonyId: string | number;
285
284
  requestId: number;
285
+ ceremonyId: string | number;
286
286
  result: {
287
287
  __kind: "Ok";
288
288
  } | {
@@ -237,8 +237,8 @@ declare const evmThresholdSignerThresholdDispatchComplete: z.ZodObject<{
237
237
  __kind: "Err";
238
238
  }>]>;
239
239
  }, "strip", z.ZodTypeAny, {
240
- ceremonyId: bigint;
241
240
  requestId: number;
241
+ ceremonyId: bigint;
242
242
  result: {
243
243
  __kind: "Ok";
244
244
  } | {
@@ -281,8 +281,8 @@ declare const evmThresholdSignerThresholdDispatchComplete: z.ZodObject<{
281
281
  __kind: "Err";
282
282
  };
283
283
  }, {
284
- ceremonyId: string | number;
285
284
  requestId: number;
285
+ ceremonyId: string | number;
286
286
  result: {
287
287
  __kind: "Ok";
288
288
  } | {
@@ -5,12 +5,12 @@ declare const evmThresholdSignerThresholdSignatureFailed: z.ZodObject<{
5
5
  ceremonyId: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
6
6
  offenders: z.ZodArray<z.ZodEffects<z.ZodUnion<[z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, `0x${string}`, string>]>, string, string>, "many">;
7
7
  }, "strip", z.ZodTypeAny, {
8
- ceremonyId: bigint;
9
8
  requestId: number;
9
+ ceremonyId: bigint;
10
10
  offenders: string[];
11
11
  }, {
12
- ceremonyId: string | number;
13
12
  requestId: number;
13
+ ceremonyId: string | number;
14
14
  offenders: string[];
15
15
  }>;
16
16
 
@@ -5,12 +5,12 @@ declare const evmThresholdSignerThresholdSignatureFailed: z.ZodObject<{
5
5
  ceremonyId: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
6
6
  offenders: z.ZodArray<z.ZodEffects<z.ZodUnion<[z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, `0x${string}`, string>]>, string, string>, "many">;
7
7
  }, "strip", z.ZodTypeAny, {
8
- ceremonyId: bigint;
9
8
  requestId: number;
9
+ ceremonyId: bigint;
10
10
  offenders: string[];
11
11
  }, {
12
- ceremonyId: string | number;
13
12
  requestId: number;
13
+ ceremonyId: string | number;
14
14
  offenders: string[];
15
15
  }>;
16
16
 
@@ -27,8 +27,8 @@ declare const evmThresholdSignerThresholdSignatureRequest: z.ZodObject<{
27
27
  signatories: z.ZodArray<z.ZodEffects<z.ZodUnion<[z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, `0x${string}`, string>]>, string, string>, "many">;
28
28
  payload: z.ZodEffects<z.ZodString, `0x${string}`, string>;
29
29
  }, "strip", z.ZodTypeAny, {
30
- ceremonyId: bigint;
31
30
  requestId: number;
31
+ ceremonyId: bigint;
32
32
  epoch: number;
33
33
  key: {
34
34
  pubKeyX: `0x${string}`;
@@ -37,8 +37,8 @@ declare const evmThresholdSignerThresholdSignatureRequest: z.ZodObject<{
37
37
  signatories: string[];
38
38
  payload: `0x${string}`;
39
39
  }, {
40
- ceremonyId: string | number;
41
40
  requestId: number;
41
+ ceremonyId: string | number;
42
42
  epoch: number;
43
43
  key: {
44
44
  pubKeyX: string;