@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
@@ -0,0 +1,47 @@
1
+ import { z } from 'zod';
2
+
3
+ declare const solanaElectionsUnknownElection: z.ZodTuple<[z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>, z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
4
+ __kind: z.ZodLiteral<"A">;
5
+ }, "strip", z.ZodTypeAny, {
6
+ __kind: "A";
7
+ }, {
8
+ __kind: "A";
9
+ }>, z.ZodObject<{
10
+ __kind: z.ZodLiteral<"B">;
11
+ value: z.ZodNumber;
12
+ }, "strip", z.ZodTypeAny, {
13
+ value: number;
14
+ __kind: "B";
15
+ }, {
16
+ value: number;
17
+ __kind: "B";
18
+ }>, z.ZodObject<{
19
+ __kind: z.ZodLiteral<"C">;
20
+ }, "strip", z.ZodTypeAny, {
21
+ __kind: "C";
22
+ }, {
23
+ __kind: "C";
24
+ }>, z.ZodObject<{
25
+ __kind: z.ZodLiteral<"D">;
26
+ }, "strip", z.ZodTypeAny, {
27
+ __kind: "D";
28
+ }, {
29
+ __kind: "D";
30
+ }>, z.ZodObject<{
31
+ __kind: z.ZodLiteral<"EE">;
32
+ }, "strip", z.ZodTypeAny, {
33
+ __kind: "EE";
34
+ }, {
35
+ __kind: "EE";
36
+ }>, z.ZodObject<{
37
+ __kind: z.ZodLiteral<"FF">;
38
+ value: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
39
+ }, "strip", z.ZodTypeAny, {
40
+ value: bigint;
41
+ __kind: "FF";
42
+ }, {
43
+ value: string | number;
44
+ __kind: "FF";
45
+ }>]>], null>;
46
+
47
+ export { solanaElectionsUnknownElection };
@@ -0,0 +1,13 @@
1
+ // generated/180/solanaElections/unknownElection.ts
2
+ import { z } from "zod";
3
+ import {
4
+ numberOrHex,
5
+ palletCfElectionsElectoralSystemsCompositeTuple6ImplsCompositeElectionIdentifierExtra
6
+ } from "../common.mjs";
7
+ var solanaElectionsUnknownElection = z.tuple([
8
+ numberOrHex,
9
+ palletCfElectionsElectoralSystemsCompositeTuple6ImplsCompositeElectionIdentifierExtra
10
+ ]);
11
+ export {
12
+ solanaElectionsUnknownElection
13
+ };
@@ -70,20 +70,20 @@ declare const solanaIngressEgressCcmEgressInvalid: z.ZodObject<{
70
70
  }>, z.ZodObject<{
71
71
  __kind: z.ZodLiteral<"InvalidCcm">;
72
72
  value: z.ZodEffects<z.ZodObject<{
73
- __kind: z.ZodEnum<["CannotDecodeCcmAdditionalData", "CcmIsTooLong", "CcmAdditionalDataContainsInvalidAccounts", "RedundantDataSupplied"]>;
73
+ __kind: z.ZodEnum<["CannotDecodeCcmAdditionalData", "CcmIsTooLong", "CcmAdditionalDataContainsInvalidAccounts", "RedundantDataSupplied", "InvalidDestinationAddress"]>;
74
74
  }, "strip", z.ZodTypeAny, {
75
- __kind: "CannotDecodeCcmAdditionalData" | "CcmIsTooLong" | "CcmAdditionalDataContainsInvalidAccounts" | "RedundantDataSupplied";
75
+ __kind: "CannotDecodeCcmAdditionalData" | "CcmIsTooLong" | "CcmAdditionalDataContainsInvalidAccounts" | "RedundantDataSupplied" | "InvalidDestinationAddress";
76
76
  }, {
77
- __kind: "CannotDecodeCcmAdditionalData" | "CcmIsTooLong" | "CcmAdditionalDataContainsInvalidAccounts" | "RedundantDataSupplied";
78
- }>, "CannotDecodeCcmAdditionalData" | "CcmIsTooLong" | "CcmAdditionalDataContainsInvalidAccounts" | "RedundantDataSupplied", {
79
- __kind: "CannotDecodeCcmAdditionalData" | "CcmIsTooLong" | "CcmAdditionalDataContainsInvalidAccounts" | "RedundantDataSupplied";
77
+ __kind: "CannotDecodeCcmAdditionalData" | "CcmIsTooLong" | "CcmAdditionalDataContainsInvalidAccounts" | "RedundantDataSupplied" | "InvalidDestinationAddress";
78
+ }>, "CannotDecodeCcmAdditionalData" | "CcmIsTooLong" | "CcmAdditionalDataContainsInvalidAccounts" | "RedundantDataSupplied" | "InvalidDestinationAddress", {
79
+ __kind: "CannotDecodeCcmAdditionalData" | "CcmIsTooLong" | "CcmAdditionalDataContainsInvalidAccounts" | "RedundantDataSupplied" | "InvalidDestinationAddress";
80
80
  }>;
81
81
  }, "strip", z.ZodTypeAny, {
82
- value: "CannotDecodeCcmAdditionalData" | "CcmIsTooLong" | "CcmAdditionalDataContainsInvalidAccounts" | "RedundantDataSupplied";
82
+ value: "CannotDecodeCcmAdditionalData" | "CcmIsTooLong" | "CcmAdditionalDataContainsInvalidAccounts" | "RedundantDataSupplied" | "InvalidDestinationAddress";
83
83
  __kind: "InvalidCcm";
84
84
  }, {
85
85
  value: {
86
- __kind: "CannotDecodeCcmAdditionalData" | "CcmIsTooLong" | "CcmAdditionalDataContainsInvalidAccounts" | "RedundantDataSupplied";
86
+ __kind: "CannotDecodeCcmAdditionalData" | "CcmIsTooLong" | "CcmAdditionalDataContainsInvalidAccounts" | "RedundantDataSupplied" | "InvalidDestinationAddress";
87
87
  };
88
88
  __kind: "InvalidCcm";
89
89
  }>, z.ZodObject<{
@@ -117,7 +117,7 @@ declare const solanaIngressEgressCcmEgressInvalid: z.ZodObject<{
117
117
  value: "NotAValidPoint" | "TooManySeeds" | "SeedTooLarge" | "BumpSeedBadLuck";
118
118
  __kind: "FailedToDeriveAddress";
119
119
  } | {
120
- value: "CannotDecodeCcmAdditionalData" | "CcmIsTooLong" | "CcmAdditionalDataContainsInvalidAccounts" | "RedundantDataSupplied";
120
+ value: "CannotDecodeCcmAdditionalData" | "CcmIsTooLong" | "CcmAdditionalDataContainsInvalidAccounts" | "RedundantDataSupplied" | "InvalidDestinationAddress";
121
121
  __kind: "InvalidCcm";
122
122
  } | {
123
123
  __kind: "FailedToSerializeFinalTransaction";
@@ -144,7 +144,7 @@ declare const solanaIngressEgressCcmEgressInvalid: z.ZodObject<{
144
144
  __kind: "FailedToDeriveAddress";
145
145
  } | {
146
146
  value: {
147
- __kind: "CannotDecodeCcmAdditionalData" | "CcmIsTooLong" | "CcmAdditionalDataContainsInvalidAccounts" | "RedundantDataSupplied";
147
+ __kind: "CannotDecodeCcmAdditionalData" | "CcmIsTooLong" | "CcmAdditionalDataContainsInvalidAccounts" | "RedundantDataSupplied" | "InvalidDestinationAddress";
148
148
  };
149
149
  __kind: "InvalidCcm";
150
150
  } | {
@@ -400,7 +400,7 @@ declare const solanaIngressEgressCcmEgressInvalid: z.ZodObject<{
400
400
  value: "NotAValidPoint" | "TooManySeeds" | "SeedTooLarge" | "BumpSeedBadLuck";
401
401
  __kind: "FailedToDeriveAddress";
402
402
  } | {
403
- value: "CannotDecodeCcmAdditionalData" | "CcmIsTooLong" | "CcmAdditionalDataContainsInvalidAccounts" | "RedundantDataSupplied";
403
+ value: "CannotDecodeCcmAdditionalData" | "CcmIsTooLong" | "CcmAdditionalDataContainsInvalidAccounts" | "RedundantDataSupplied" | "InvalidDestinationAddress";
404
404
  __kind: "InvalidCcm";
405
405
  } | {
406
406
  __kind: "FailedToSerializeFinalTransaction";
@@ -472,7 +472,7 @@ declare const solanaIngressEgressCcmEgressInvalid: z.ZodObject<{
472
472
  __kind: "FailedToDeriveAddress";
473
473
  } | {
474
474
  value: {
475
- __kind: "CannotDecodeCcmAdditionalData" | "CcmIsTooLong" | "CcmAdditionalDataContainsInvalidAccounts" | "RedundantDataSupplied";
475
+ __kind: "CannotDecodeCcmAdditionalData" | "CcmIsTooLong" | "CcmAdditionalDataContainsInvalidAccounts" | "RedundantDataSupplied" | "InvalidDestinationAddress";
476
476
  };
477
477
  __kind: "InvalidCcm";
478
478
  } | {
@@ -70,20 +70,20 @@ declare const solanaIngressEgressCcmEgressInvalid: z.ZodObject<{
70
70
  }>, z.ZodObject<{
71
71
  __kind: z.ZodLiteral<"InvalidCcm">;
72
72
  value: z.ZodEffects<z.ZodObject<{
73
- __kind: z.ZodEnum<["CannotDecodeCcmAdditionalData", "CcmIsTooLong", "CcmAdditionalDataContainsInvalidAccounts", "RedundantDataSupplied"]>;
73
+ __kind: z.ZodEnum<["CannotDecodeCcmAdditionalData", "CcmIsTooLong", "CcmAdditionalDataContainsInvalidAccounts", "RedundantDataSupplied", "InvalidDestinationAddress"]>;
74
74
  }, "strip", z.ZodTypeAny, {
75
- __kind: "CannotDecodeCcmAdditionalData" | "CcmIsTooLong" | "CcmAdditionalDataContainsInvalidAccounts" | "RedundantDataSupplied";
75
+ __kind: "CannotDecodeCcmAdditionalData" | "CcmIsTooLong" | "CcmAdditionalDataContainsInvalidAccounts" | "RedundantDataSupplied" | "InvalidDestinationAddress";
76
76
  }, {
77
- __kind: "CannotDecodeCcmAdditionalData" | "CcmIsTooLong" | "CcmAdditionalDataContainsInvalidAccounts" | "RedundantDataSupplied";
78
- }>, "CannotDecodeCcmAdditionalData" | "CcmIsTooLong" | "CcmAdditionalDataContainsInvalidAccounts" | "RedundantDataSupplied", {
79
- __kind: "CannotDecodeCcmAdditionalData" | "CcmIsTooLong" | "CcmAdditionalDataContainsInvalidAccounts" | "RedundantDataSupplied";
77
+ __kind: "CannotDecodeCcmAdditionalData" | "CcmIsTooLong" | "CcmAdditionalDataContainsInvalidAccounts" | "RedundantDataSupplied" | "InvalidDestinationAddress";
78
+ }>, "CannotDecodeCcmAdditionalData" | "CcmIsTooLong" | "CcmAdditionalDataContainsInvalidAccounts" | "RedundantDataSupplied" | "InvalidDestinationAddress", {
79
+ __kind: "CannotDecodeCcmAdditionalData" | "CcmIsTooLong" | "CcmAdditionalDataContainsInvalidAccounts" | "RedundantDataSupplied" | "InvalidDestinationAddress";
80
80
  }>;
81
81
  }, "strip", z.ZodTypeAny, {
82
- value: "CannotDecodeCcmAdditionalData" | "CcmIsTooLong" | "CcmAdditionalDataContainsInvalidAccounts" | "RedundantDataSupplied";
82
+ value: "CannotDecodeCcmAdditionalData" | "CcmIsTooLong" | "CcmAdditionalDataContainsInvalidAccounts" | "RedundantDataSupplied" | "InvalidDestinationAddress";
83
83
  __kind: "InvalidCcm";
84
84
  }, {
85
85
  value: {
86
- __kind: "CannotDecodeCcmAdditionalData" | "CcmIsTooLong" | "CcmAdditionalDataContainsInvalidAccounts" | "RedundantDataSupplied";
86
+ __kind: "CannotDecodeCcmAdditionalData" | "CcmIsTooLong" | "CcmAdditionalDataContainsInvalidAccounts" | "RedundantDataSupplied" | "InvalidDestinationAddress";
87
87
  };
88
88
  __kind: "InvalidCcm";
89
89
  }>, z.ZodObject<{
@@ -117,7 +117,7 @@ declare const solanaIngressEgressCcmEgressInvalid: z.ZodObject<{
117
117
  value: "NotAValidPoint" | "TooManySeeds" | "SeedTooLarge" | "BumpSeedBadLuck";
118
118
  __kind: "FailedToDeriveAddress";
119
119
  } | {
120
- value: "CannotDecodeCcmAdditionalData" | "CcmIsTooLong" | "CcmAdditionalDataContainsInvalidAccounts" | "RedundantDataSupplied";
120
+ value: "CannotDecodeCcmAdditionalData" | "CcmIsTooLong" | "CcmAdditionalDataContainsInvalidAccounts" | "RedundantDataSupplied" | "InvalidDestinationAddress";
121
121
  __kind: "InvalidCcm";
122
122
  } | {
123
123
  __kind: "FailedToSerializeFinalTransaction";
@@ -144,7 +144,7 @@ declare const solanaIngressEgressCcmEgressInvalid: z.ZodObject<{
144
144
  __kind: "FailedToDeriveAddress";
145
145
  } | {
146
146
  value: {
147
- __kind: "CannotDecodeCcmAdditionalData" | "CcmIsTooLong" | "CcmAdditionalDataContainsInvalidAccounts" | "RedundantDataSupplied";
147
+ __kind: "CannotDecodeCcmAdditionalData" | "CcmIsTooLong" | "CcmAdditionalDataContainsInvalidAccounts" | "RedundantDataSupplied" | "InvalidDestinationAddress";
148
148
  };
149
149
  __kind: "InvalidCcm";
150
150
  } | {
@@ -400,7 +400,7 @@ declare const solanaIngressEgressCcmEgressInvalid: z.ZodObject<{
400
400
  value: "NotAValidPoint" | "TooManySeeds" | "SeedTooLarge" | "BumpSeedBadLuck";
401
401
  __kind: "FailedToDeriveAddress";
402
402
  } | {
403
- value: "CannotDecodeCcmAdditionalData" | "CcmIsTooLong" | "CcmAdditionalDataContainsInvalidAccounts" | "RedundantDataSupplied";
403
+ value: "CannotDecodeCcmAdditionalData" | "CcmIsTooLong" | "CcmAdditionalDataContainsInvalidAccounts" | "RedundantDataSupplied" | "InvalidDestinationAddress";
404
404
  __kind: "InvalidCcm";
405
405
  } | {
406
406
  __kind: "FailedToSerializeFinalTransaction";
@@ -472,7 +472,7 @@ declare const solanaIngressEgressCcmEgressInvalid: z.ZodObject<{
472
472
  __kind: "FailedToDeriveAddress";
473
473
  } | {
474
474
  value: {
475
- __kind: "CannotDecodeCcmAdditionalData" | "CcmIsTooLong" | "CcmAdditionalDataContainsInvalidAccounts" | "RedundantDataSupplied";
475
+ __kind: "CannotDecodeCcmAdditionalData" | "CcmIsTooLong" | "CcmAdditionalDataContainsInvalidAccounts" | "RedundantDataSupplied" | "InvalidDestinationAddress";
476
476
  };
477
477
  __kind: "InvalidCcm";
478
478
  } | {
@@ -650,223 +650,15 @@ declare const solanaIngressEgressDepositFailed: z.ZodObject<{
650
650
  }>, "many">;
651
651
  refundParams: z.ZodOptional<z.ZodNullable<z.ZodObject<{
652
652
  retryDuration: z.ZodNumber;
653
- refundAddress: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
654
- __kind: z.ZodLiteral<"Eth">;
655
- value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
656
- }, "strip", z.ZodTypeAny, {
657
- value: `0x${string}`;
658
- __kind: "Eth";
659
- }, {
660
- value: string;
661
- __kind: "Eth";
662
- }>, z.ZodObject<{
663
- __kind: z.ZodLiteral<"Dot">;
664
- value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
665
- }, "strip", z.ZodTypeAny, {
666
- value: `0x${string}`;
667
- __kind: "Dot";
668
- }, {
669
- value: string;
670
- __kind: "Dot";
671
- }>, z.ZodObject<{
672
- __kind: z.ZodLiteral<"Btc">;
673
- value: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
674
- __kind: z.ZodLiteral<"P2PKH">;
675
- value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
676
- }, "strip", z.ZodTypeAny, {
677
- value: `0x${string}`;
678
- __kind: "P2PKH";
679
- }, {
680
- value: string;
681
- __kind: "P2PKH";
682
- }>, z.ZodObject<{
683
- __kind: z.ZodLiteral<"P2SH">;
684
- value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
685
- }, "strip", z.ZodTypeAny, {
686
- value: `0x${string}`;
687
- __kind: "P2SH";
688
- }, {
689
- value: string;
690
- __kind: "P2SH";
691
- }>, z.ZodObject<{
692
- __kind: z.ZodLiteral<"P2WPKH">;
693
- value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
694
- }, "strip", z.ZodTypeAny, {
695
- value: `0x${string}`;
696
- __kind: "P2WPKH";
697
- }, {
698
- value: string;
699
- __kind: "P2WPKH";
700
- }>, z.ZodObject<{
701
- __kind: z.ZodLiteral<"P2WSH">;
702
- value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
703
- }, "strip", z.ZodTypeAny, {
704
- value: `0x${string}`;
705
- __kind: "P2WSH";
706
- }, {
707
- value: string;
708
- __kind: "P2WSH";
709
- }>, z.ZodObject<{
710
- __kind: z.ZodLiteral<"Taproot">;
711
- value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
712
- }, "strip", z.ZodTypeAny, {
713
- value: `0x${string}`;
714
- __kind: "Taproot";
715
- }, {
716
- value: string;
717
- __kind: "Taproot";
718
- }>, z.ZodObject<{
719
- __kind: z.ZodLiteral<"OtherSegwit">;
720
- version: z.ZodNumber;
721
- program: z.ZodEffects<z.ZodString, `0x${string}`, string>;
722
- }, "strip", z.ZodTypeAny, {
723
- __kind: "OtherSegwit";
724
- version: number;
725
- program: `0x${string}`;
726
- }, {
727
- __kind: "OtherSegwit";
728
- version: number;
729
- program: string;
730
- }>]>;
731
- }, "strip", z.ZodTypeAny, {
732
- value: {
733
- value: `0x${string}`;
734
- __kind: "P2PKH";
735
- } | {
736
- value: `0x${string}`;
737
- __kind: "P2SH";
738
- } | {
739
- value: `0x${string}`;
740
- __kind: "P2WPKH";
741
- } | {
742
- value: `0x${string}`;
743
- __kind: "P2WSH";
744
- } | {
745
- value: `0x${string}`;
746
- __kind: "Taproot";
747
- } | {
748
- __kind: "OtherSegwit";
749
- version: number;
750
- program: `0x${string}`;
751
- };
752
- __kind: "Btc";
753
- }, {
754
- value: {
755
- value: string;
756
- __kind: "P2PKH";
757
- } | {
758
- value: string;
759
- __kind: "P2SH";
760
- } | {
761
- value: string;
762
- __kind: "P2WPKH";
763
- } | {
764
- value: string;
765
- __kind: "P2WSH";
766
- } | {
767
- value: string;
768
- __kind: "Taproot";
769
- } | {
770
- __kind: "OtherSegwit";
771
- version: number;
772
- program: string;
773
- };
774
- __kind: "Btc";
775
- }>, z.ZodObject<{
776
- __kind: z.ZodLiteral<"Arb">;
777
- value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
778
- }, "strip", z.ZodTypeAny, {
779
- value: `0x${string}`;
780
- __kind: "Arb";
781
- }, {
782
- value: string;
783
- __kind: "Arb";
784
- }>, z.ZodObject<{
785
- __kind: z.ZodLiteral<"Sol">;
786
- value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
787
- }, "strip", z.ZodTypeAny, {
788
- value: `0x${string}`;
789
- __kind: "Sol";
790
- }, {
791
- value: string;
792
- __kind: "Sol";
793
- }>]>;
653
+ refundAddress: z.ZodEffects<z.ZodString, `0x${string}`, string>;
794
654
  minPrice: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
795
655
  }, "strip", z.ZodTypeAny, {
796
656
  retryDuration: number;
797
- refundAddress: {
798
- value: `0x${string}`;
799
- __kind: "Eth";
800
- } | {
801
- value: `0x${string}`;
802
- __kind: "Dot";
803
- } | {
804
- value: {
805
- value: `0x${string}`;
806
- __kind: "P2PKH";
807
- } | {
808
- value: `0x${string}`;
809
- __kind: "P2SH";
810
- } | {
811
- value: `0x${string}`;
812
- __kind: "P2WPKH";
813
- } | {
814
- value: `0x${string}`;
815
- __kind: "P2WSH";
816
- } | {
817
- value: `0x${string}`;
818
- __kind: "Taproot";
819
- } | {
820
- __kind: "OtherSegwit";
821
- version: number;
822
- program: `0x${string}`;
823
- };
824
- __kind: "Btc";
825
- } | {
826
- value: `0x${string}`;
827
- __kind: "Arb";
828
- } | {
829
- value: `0x${string}`;
830
- __kind: "Sol";
831
- };
657
+ refundAddress: `0x${string}`;
832
658
  minPrice: bigint;
833
659
  }, {
834
660
  retryDuration: number;
835
- refundAddress: {
836
- value: string;
837
- __kind: "Eth";
838
- } | {
839
- value: string;
840
- __kind: "Dot";
841
- } | {
842
- value: {
843
- value: string;
844
- __kind: "P2PKH";
845
- } | {
846
- value: string;
847
- __kind: "P2SH";
848
- } | {
849
- value: string;
850
- __kind: "P2WPKH";
851
- } | {
852
- value: string;
853
- __kind: "P2WSH";
854
- } | {
855
- value: string;
856
- __kind: "Taproot";
857
- } | {
858
- __kind: "OtherSegwit";
859
- version: number;
860
- program: string;
861
- };
862
- __kind: "Btc";
863
- } | {
864
- value: string;
865
- __kind: "Arb";
866
- } | {
867
- value: string;
868
- __kind: "Sol";
869
- };
661
+ refundAddress: string;
870
662
  minPrice: string | number;
871
663
  }>>>;
872
664
  dcaParams: z.ZodOptional<z.ZodNullable<z.ZodObject<{
@@ -957,41 +749,7 @@ declare const solanaIngressEgressDepositFailed: z.ZodObject<{
957
749
  } | null | undefined;
958
750
  refundParams?: {
959
751
  retryDuration: number;
960
- refundAddress: {
961
- value: `0x${string}`;
962
- __kind: "Eth";
963
- } | {
964
- value: `0x${string}`;
965
- __kind: "Dot";
966
- } | {
967
- value: {
968
- value: `0x${string}`;
969
- __kind: "P2PKH";
970
- } | {
971
- value: `0x${string}`;
972
- __kind: "P2SH";
973
- } | {
974
- value: `0x${string}`;
975
- __kind: "P2WPKH";
976
- } | {
977
- value: `0x${string}`;
978
- __kind: "P2WSH";
979
- } | {
980
- value: `0x${string}`;
981
- __kind: "Taproot";
982
- } | {
983
- __kind: "OtherSegwit";
984
- version: number;
985
- program: `0x${string}`;
986
- };
987
- __kind: "Btc";
988
- } | {
989
- value: `0x${string}`;
990
- __kind: "Arb";
991
- } | {
992
- value: `0x${string}`;
993
- __kind: "Sol";
994
- };
752
+ refundAddress: `0x${string}`;
995
753
  minPrice: bigint;
996
754
  } | null | undefined;
997
755
  dcaParams?: {
@@ -1069,41 +827,7 @@ declare const solanaIngressEgressDepositFailed: z.ZodObject<{
1069
827
  } | null | undefined;
1070
828
  refundParams?: {
1071
829
  retryDuration: number;
1072
- refundAddress: {
1073
- value: string;
1074
- __kind: "Eth";
1075
- } | {
1076
- value: string;
1077
- __kind: "Dot";
1078
- } | {
1079
- value: {
1080
- value: string;
1081
- __kind: "P2PKH";
1082
- } | {
1083
- value: string;
1084
- __kind: "P2SH";
1085
- } | {
1086
- value: string;
1087
- __kind: "P2WPKH";
1088
- } | {
1089
- value: string;
1090
- __kind: "P2WSH";
1091
- } | {
1092
- value: string;
1093
- __kind: "Taproot";
1094
- } | {
1095
- __kind: "OtherSegwit";
1096
- version: number;
1097
- program: string;
1098
- };
1099
- __kind: "Btc";
1100
- } | {
1101
- value: string;
1102
- __kind: "Arb";
1103
- } | {
1104
- value: string;
1105
- __kind: "Sol";
1106
- };
830
+ refundAddress: string;
1107
831
  minPrice: string | number;
1108
832
  } | null | undefined;
1109
833
  dcaParams?: {
@@ -1190,41 +914,7 @@ declare const solanaIngressEgressDepositFailed: z.ZodObject<{
1190
914
  } | null | undefined;
1191
915
  refundParams?: {
1192
916
  retryDuration: number;
1193
- refundAddress: {
1194
- value: `0x${string}`;
1195
- __kind: "Eth";
1196
- } | {
1197
- value: `0x${string}`;
1198
- __kind: "Dot";
1199
- } | {
1200
- value: {
1201
- value: `0x${string}`;
1202
- __kind: "P2PKH";
1203
- } | {
1204
- value: `0x${string}`;
1205
- __kind: "P2SH";
1206
- } | {
1207
- value: `0x${string}`;
1208
- __kind: "P2WPKH";
1209
- } | {
1210
- value: `0x${string}`;
1211
- __kind: "P2WSH";
1212
- } | {
1213
- value: `0x${string}`;
1214
- __kind: "Taproot";
1215
- } | {
1216
- __kind: "OtherSegwit";
1217
- version: number;
1218
- program: `0x${string}`;
1219
- };
1220
- __kind: "Btc";
1221
- } | {
1222
- value: `0x${string}`;
1223
- __kind: "Arb";
1224
- } | {
1225
- value: `0x${string}`;
1226
- __kind: "Sol";
1227
- };
917
+ refundAddress: `0x${string}`;
1228
918
  minPrice: bigint;
1229
919
  } | null | undefined;
1230
920
  dcaParams?: {
@@ -1305,41 +995,7 @@ declare const solanaIngressEgressDepositFailed: z.ZodObject<{
1305
995
  } | null | undefined;
1306
996
  refundParams?: {
1307
997
  retryDuration: number;
1308
- refundAddress: {
1309
- value: string;
1310
- __kind: "Eth";
1311
- } | {
1312
- value: string;
1313
- __kind: "Dot";
1314
- } | {
1315
- value: {
1316
- value: string;
1317
- __kind: "P2PKH";
1318
- } | {
1319
- value: string;
1320
- __kind: "P2SH";
1321
- } | {
1322
- value: string;
1323
- __kind: "P2WPKH";
1324
- } | {
1325
- value: string;
1326
- __kind: "P2WSH";
1327
- } | {
1328
- value: string;
1329
- __kind: "Taproot";
1330
- } | {
1331
- __kind: "OtherSegwit";
1332
- version: number;
1333
- program: string;
1334
- };
1335
- __kind: "Btc";
1336
- } | {
1337
- value: string;
1338
- __kind: "Arb";
1339
- } | {
1340
- value: string;
1341
- __kind: "Sol";
1342
- };
998
+ refundAddress: string;
1343
999
  minPrice: string | number;
1344
1000
  } | null | undefined;
1345
1001
  dcaParams?: {
@@ -1493,41 +1149,7 @@ declare const solanaIngressEgressDepositFailed: z.ZodObject<{
1493
1149
  } | null | undefined;
1494
1150
  refundParams?: {
1495
1151
  retryDuration: number;
1496
- refundAddress: {
1497
- value: `0x${string}`;
1498
- __kind: "Eth";
1499
- } | {
1500
- value: `0x${string}`;
1501
- __kind: "Dot";
1502
- } | {
1503
- value: {
1504
- value: `0x${string}`;
1505
- __kind: "P2PKH";
1506
- } | {
1507
- value: `0x${string}`;
1508
- __kind: "P2SH";
1509
- } | {
1510
- value: `0x${string}`;
1511
- __kind: "P2WPKH";
1512
- } | {
1513
- value: `0x${string}`;
1514
- __kind: "P2WSH";
1515
- } | {
1516
- value: `0x${string}`;
1517
- __kind: "Taproot";
1518
- } | {
1519
- __kind: "OtherSegwit";
1520
- version: number;
1521
- program: `0x${string}`;
1522
- };
1523
- __kind: "Btc";
1524
- } | {
1525
- value: `0x${string}`;
1526
- __kind: "Arb";
1527
- } | {
1528
- value: `0x${string}`;
1529
- __kind: "Sol";
1530
- };
1152
+ refundAddress: `0x${string}`;
1531
1153
  minPrice: bigint;
1532
1154
  } | null | undefined;
1533
1155
  dcaParams?: {
@@ -1683,41 +1305,7 @@ declare const solanaIngressEgressDepositFailed: z.ZodObject<{
1683
1305
  } | null | undefined;
1684
1306
  refundParams?: {
1685
1307
  retryDuration: number;
1686
- refundAddress: {
1687
- value: string;
1688
- __kind: "Eth";
1689
- } | {
1690
- value: string;
1691
- __kind: "Dot";
1692
- } | {
1693
- value: {
1694
- value: string;
1695
- __kind: "P2PKH";
1696
- } | {
1697
- value: string;
1698
- __kind: "P2SH";
1699
- } | {
1700
- value: string;
1701
- __kind: "P2WPKH";
1702
- } | {
1703
- value: string;
1704
- __kind: "P2WSH";
1705
- } | {
1706
- value: string;
1707
- __kind: "Taproot";
1708
- } | {
1709
- __kind: "OtherSegwit";
1710
- version: number;
1711
- program: string;
1712
- };
1713
- __kind: "Btc";
1714
- } | {
1715
- value: string;
1716
- __kind: "Arb";
1717
- } | {
1718
- value: string;
1719
- __kind: "Sol";
1720
- };
1308
+ refundAddress: string;
1721
1309
  minPrice: string | number;
1722
1310
  } | null | undefined;
1723
1311
  dcaParams?: {