@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
@@ -70,20 +70,20 @@ declare const polkadotIngressEgressCcmEgressInvalid: 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 polkadotIngressEgressCcmEgressInvalid: 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 polkadotIngressEgressCcmEgressInvalid: 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 polkadotIngressEgressCcmEgressInvalid: 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 polkadotIngressEgressCcmEgressInvalid: 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 polkadotIngressEgressCcmEgressInvalid: 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 polkadotIngressEgressCcmEgressInvalid: 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 polkadotIngressEgressCcmEgressInvalid: 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 polkadotIngressEgressCcmEgressInvalid: 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 polkadotIngressEgressCcmEgressInvalid: 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
  } | {
@@ -665,223 +665,15 @@ declare const polkadotIngressEgressDepositFailed: z.ZodObject<{
665
665
  }>, "many">;
666
666
  refundParams: z.ZodOptional<z.ZodNullable<z.ZodObject<{
667
667
  retryDuration: z.ZodNumber;
668
- refundAddress: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
669
- __kind: z.ZodLiteral<"Eth">;
670
- value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
671
- }, "strip", z.ZodTypeAny, {
672
- value: `0x${string}`;
673
- __kind: "Eth";
674
- }, {
675
- value: string;
676
- __kind: "Eth";
677
- }>, z.ZodObject<{
678
- __kind: z.ZodLiteral<"Dot">;
679
- value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
680
- }, "strip", z.ZodTypeAny, {
681
- value: `0x${string}`;
682
- __kind: "Dot";
683
- }, {
684
- value: string;
685
- __kind: "Dot";
686
- }>, z.ZodObject<{
687
- __kind: z.ZodLiteral<"Btc">;
688
- value: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
689
- __kind: z.ZodLiteral<"P2PKH">;
690
- value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
691
- }, "strip", z.ZodTypeAny, {
692
- value: `0x${string}`;
693
- __kind: "P2PKH";
694
- }, {
695
- value: string;
696
- __kind: "P2PKH";
697
- }>, z.ZodObject<{
698
- __kind: z.ZodLiteral<"P2SH">;
699
- value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
700
- }, "strip", z.ZodTypeAny, {
701
- value: `0x${string}`;
702
- __kind: "P2SH";
703
- }, {
704
- value: string;
705
- __kind: "P2SH";
706
- }>, z.ZodObject<{
707
- __kind: z.ZodLiteral<"P2WPKH">;
708
- value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
709
- }, "strip", z.ZodTypeAny, {
710
- value: `0x${string}`;
711
- __kind: "P2WPKH";
712
- }, {
713
- value: string;
714
- __kind: "P2WPKH";
715
- }>, z.ZodObject<{
716
- __kind: z.ZodLiteral<"P2WSH">;
717
- value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
718
- }, "strip", z.ZodTypeAny, {
719
- value: `0x${string}`;
720
- __kind: "P2WSH";
721
- }, {
722
- value: string;
723
- __kind: "P2WSH";
724
- }>, z.ZodObject<{
725
- __kind: z.ZodLiteral<"Taproot">;
726
- value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
727
- }, "strip", z.ZodTypeAny, {
728
- value: `0x${string}`;
729
- __kind: "Taproot";
730
- }, {
731
- value: string;
732
- __kind: "Taproot";
733
- }>, z.ZodObject<{
734
- __kind: z.ZodLiteral<"OtherSegwit">;
735
- version: z.ZodNumber;
736
- program: z.ZodEffects<z.ZodString, `0x${string}`, string>;
737
- }, "strip", z.ZodTypeAny, {
738
- __kind: "OtherSegwit";
739
- version: number;
740
- program: `0x${string}`;
741
- }, {
742
- __kind: "OtherSegwit";
743
- version: number;
744
- program: string;
745
- }>]>;
746
- }, "strip", z.ZodTypeAny, {
747
- value: {
748
- value: `0x${string}`;
749
- __kind: "P2PKH";
750
- } | {
751
- value: `0x${string}`;
752
- __kind: "P2SH";
753
- } | {
754
- value: `0x${string}`;
755
- __kind: "P2WPKH";
756
- } | {
757
- value: `0x${string}`;
758
- __kind: "P2WSH";
759
- } | {
760
- value: `0x${string}`;
761
- __kind: "Taproot";
762
- } | {
763
- __kind: "OtherSegwit";
764
- version: number;
765
- program: `0x${string}`;
766
- };
767
- __kind: "Btc";
768
- }, {
769
- value: {
770
- value: string;
771
- __kind: "P2PKH";
772
- } | {
773
- value: string;
774
- __kind: "P2SH";
775
- } | {
776
- value: string;
777
- __kind: "P2WPKH";
778
- } | {
779
- value: string;
780
- __kind: "P2WSH";
781
- } | {
782
- value: string;
783
- __kind: "Taproot";
784
- } | {
785
- __kind: "OtherSegwit";
786
- version: number;
787
- program: string;
788
- };
789
- __kind: "Btc";
790
- }>, z.ZodObject<{
791
- __kind: z.ZodLiteral<"Arb">;
792
- value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
793
- }, "strip", z.ZodTypeAny, {
794
- value: `0x${string}`;
795
- __kind: "Arb";
796
- }, {
797
- value: string;
798
- __kind: "Arb";
799
- }>, z.ZodObject<{
800
- __kind: z.ZodLiteral<"Sol">;
801
- value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
802
- }, "strip", z.ZodTypeAny, {
803
- value: `0x${string}`;
804
- __kind: "Sol";
805
- }, {
806
- value: string;
807
- __kind: "Sol";
808
- }>]>;
668
+ refundAddress: z.ZodEffects<z.ZodString, `0x${string}`, string>;
809
669
  minPrice: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
810
670
  }, "strip", z.ZodTypeAny, {
811
671
  retryDuration: number;
812
- refundAddress: {
813
- value: `0x${string}`;
814
- __kind: "Eth";
815
- } | {
816
- value: `0x${string}`;
817
- __kind: "Dot";
818
- } | {
819
- value: {
820
- value: `0x${string}`;
821
- __kind: "P2PKH";
822
- } | {
823
- value: `0x${string}`;
824
- __kind: "P2SH";
825
- } | {
826
- value: `0x${string}`;
827
- __kind: "P2WPKH";
828
- } | {
829
- value: `0x${string}`;
830
- __kind: "P2WSH";
831
- } | {
832
- value: `0x${string}`;
833
- __kind: "Taproot";
834
- } | {
835
- __kind: "OtherSegwit";
836
- version: number;
837
- program: `0x${string}`;
838
- };
839
- __kind: "Btc";
840
- } | {
841
- value: `0x${string}`;
842
- __kind: "Arb";
843
- } | {
844
- value: `0x${string}`;
845
- __kind: "Sol";
846
- };
672
+ refundAddress: `0x${string}`;
847
673
  minPrice: bigint;
848
674
  }, {
849
675
  retryDuration: number;
850
- refundAddress: {
851
- value: string;
852
- __kind: "Eth";
853
- } | {
854
- value: string;
855
- __kind: "Dot";
856
- } | {
857
- value: {
858
- value: string;
859
- __kind: "P2PKH";
860
- } | {
861
- value: string;
862
- __kind: "P2SH";
863
- } | {
864
- value: string;
865
- __kind: "P2WPKH";
866
- } | {
867
- value: string;
868
- __kind: "P2WSH";
869
- } | {
870
- value: string;
871
- __kind: "Taproot";
872
- } | {
873
- __kind: "OtherSegwit";
874
- version: number;
875
- program: string;
876
- };
877
- __kind: "Btc";
878
- } | {
879
- value: string;
880
- __kind: "Arb";
881
- } | {
882
- value: string;
883
- __kind: "Sol";
884
- };
676
+ refundAddress: string;
885
677
  minPrice: string | number;
886
678
  }>>>;
887
679
  dcaParams: z.ZodOptional<z.ZodNullable<z.ZodObject<{
@@ -976,41 +768,7 @@ declare const polkadotIngressEgressDepositFailed: z.ZodObject<{
976
768
  } | null | undefined;
977
769
  refundParams?: {
978
770
  retryDuration: number;
979
- refundAddress: {
980
- value: `0x${string}`;
981
- __kind: "Eth";
982
- } | {
983
- value: `0x${string}`;
984
- __kind: "Dot";
985
- } | {
986
- value: {
987
- value: `0x${string}`;
988
- __kind: "P2PKH";
989
- } | {
990
- value: `0x${string}`;
991
- __kind: "P2SH";
992
- } | {
993
- value: `0x${string}`;
994
- __kind: "P2WPKH";
995
- } | {
996
- value: `0x${string}`;
997
- __kind: "P2WSH";
998
- } | {
999
- value: `0x${string}`;
1000
- __kind: "Taproot";
1001
- } | {
1002
- __kind: "OtherSegwit";
1003
- version: number;
1004
- program: `0x${string}`;
1005
- };
1006
- __kind: "Btc";
1007
- } | {
1008
- value: `0x${string}`;
1009
- __kind: "Arb";
1010
- } | {
1011
- value: `0x${string}`;
1012
- __kind: "Sol";
1013
- };
771
+ refundAddress: `0x${string}`;
1014
772
  minPrice: bigint;
1015
773
  } | null | undefined;
1016
774
  dcaParams?: {
@@ -1092,41 +850,7 @@ declare const polkadotIngressEgressDepositFailed: z.ZodObject<{
1092
850
  } | null | undefined;
1093
851
  refundParams?: {
1094
852
  retryDuration: number;
1095
- refundAddress: {
1096
- value: string;
1097
- __kind: "Eth";
1098
- } | {
1099
- value: string;
1100
- __kind: "Dot";
1101
- } | {
1102
- value: {
1103
- value: string;
1104
- __kind: "P2PKH";
1105
- } | {
1106
- value: string;
1107
- __kind: "P2SH";
1108
- } | {
1109
- value: string;
1110
- __kind: "P2WPKH";
1111
- } | {
1112
- value: string;
1113
- __kind: "P2WSH";
1114
- } | {
1115
- value: string;
1116
- __kind: "Taproot";
1117
- } | {
1118
- __kind: "OtherSegwit";
1119
- version: number;
1120
- program: string;
1121
- };
1122
- __kind: "Btc";
1123
- } | {
1124
- value: string;
1125
- __kind: "Arb";
1126
- } | {
1127
- value: string;
1128
- __kind: "Sol";
1129
- };
853
+ refundAddress: string;
1130
854
  minPrice: string | number;
1131
855
  } | null | undefined;
1132
856
  dcaParams?: {
@@ -1217,41 +941,7 @@ declare const polkadotIngressEgressDepositFailed: z.ZodObject<{
1217
941
  } | null | undefined;
1218
942
  refundParams?: {
1219
943
  retryDuration: number;
1220
- refundAddress: {
1221
- value: `0x${string}`;
1222
- __kind: "Eth";
1223
- } | {
1224
- value: `0x${string}`;
1225
- __kind: "Dot";
1226
- } | {
1227
- value: {
1228
- value: `0x${string}`;
1229
- __kind: "P2PKH";
1230
- } | {
1231
- value: `0x${string}`;
1232
- __kind: "P2SH";
1233
- } | {
1234
- value: `0x${string}`;
1235
- __kind: "P2WPKH";
1236
- } | {
1237
- value: `0x${string}`;
1238
- __kind: "P2WSH";
1239
- } | {
1240
- value: `0x${string}`;
1241
- __kind: "Taproot";
1242
- } | {
1243
- __kind: "OtherSegwit";
1244
- version: number;
1245
- program: `0x${string}`;
1246
- };
1247
- __kind: "Btc";
1248
- } | {
1249
- value: `0x${string}`;
1250
- __kind: "Arb";
1251
- } | {
1252
- value: `0x${string}`;
1253
- __kind: "Sol";
1254
- };
944
+ refundAddress: `0x${string}`;
1255
945
  minPrice: bigint;
1256
946
  } | null | undefined;
1257
947
  dcaParams?: {
@@ -1336,41 +1026,7 @@ declare const polkadotIngressEgressDepositFailed: z.ZodObject<{
1336
1026
  } | null | undefined;
1337
1027
  refundParams?: {
1338
1028
  retryDuration: number;
1339
- refundAddress: {
1340
- value: string;
1341
- __kind: "Eth";
1342
- } | {
1343
- value: string;
1344
- __kind: "Dot";
1345
- } | {
1346
- value: {
1347
- value: string;
1348
- __kind: "P2PKH";
1349
- } | {
1350
- value: string;
1351
- __kind: "P2SH";
1352
- } | {
1353
- value: string;
1354
- __kind: "P2WPKH";
1355
- } | {
1356
- value: string;
1357
- __kind: "P2WSH";
1358
- } | {
1359
- value: string;
1360
- __kind: "Taproot";
1361
- } | {
1362
- __kind: "OtherSegwit";
1363
- version: number;
1364
- program: string;
1365
- };
1366
- __kind: "Btc";
1367
- } | {
1368
- value: string;
1369
- __kind: "Arb";
1370
- } | {
1371
- value: string;
1372
- __kind: "Sol";
1373
- };
1029
+ refundAddress: string;
1374
1030
  minPrice: string | number;
1375
1031
  } | null | undefined;
1376
1032
  dcaParams?: {
@@ -1529,41 +1185,7 @@ declare const polkadotIngressEgressDepositFailed: z.ZodObject<{
1529
1185
  } | null | undefined;
1530
1186
  refundParams?: {
1531
1187
  retryDuration: number;
1532
- refundAddress: {
1533
- value: `0x${string}`;
1534
- __kind: "Eth";
1535
- } | {
1536
- value: `0x${string}`;
1537
- __kind: "Dot";
1538
- } | {
1539
- value: {
1540
- value: `0x${string}`;
1541
- __kind: "P2PKH";
1542
- } | {
1543
- value: `0x${string}`;
1544
- __kind: "P2SH";
1545
- } | {
1546
- value: `0x${string}`;
1547
- __kind: "P2WPKH";
1548
- } | {
1549
- value: `0x${string}`;
1550
- __kind: "P2WSH";
1551
- } | {
1552
- value: `0x${string}`;
1553
- __kind: "Taproot";
1554
- } | {
1555
- __kind: "OtherSegwit";
1556
- version: number;
1557
- program: `0x${string}`;
1558
- };
1559
- __kind: "Btc";
1560
- } | {
1561
- value: `0x${string}`;
1562
- __kind: "Arb";
1563
- } | {
1564
- value: `0x${string}`;
1565
- __kind: "Sol";
1566
- };
1188
+ refundAddress: `0x${string}`;
1567
1189
  minPrice: bigint;
1568
1190
  } | null | undefined;
1569
1191
  dcaParams?: {
@@ -1724,41 +1346,7 @@ declare const polkadotIngressEgressDepositFailed: z.ZodObject<{
1724
1346
  } | null | undefined;
1725
1347
  refundParams?: {
1726
1348
  retryDuration: number;
1727
- refundAddress: {
1728
- value: string;
1729
- __kind: "Eth";
1730
- } | {
1731
- value: string;
1732
- __kind: "Dot";
1733
- } | {
1734
- value: {
1735
- value: string;
1736
- __kind: "P2PKH";
1737
- } | {
1738
- value: string;
1739
- __kind: "P2SH";
1740
- } | {
1741
- value: string;
1742
- __kind: "P2WPKH";
1743
- } | {
1744
- value: string;
1745
- __kind: "P2WSH";
1746
- } | {
1747
- value: string;
1748
- __kind: "Taproot";
1749
- } | {
1750
- __kind: "OtherSegwit";
1751
- version: number;
1752
- program: string;
1753
- };
1754
- __kind: "Btc";
1755
- } | {
1756
- value: string;
1757
- __kind: "Arb";
1758
- } | {
1759
- value: string;
1760
- __kind: "Sol";
1761
- };
1349
+ refundAddress: string;
1762
1350
  minPrice: string | number;
1763
1351
  } | null | undefined;
1764
1352
  dcaParams?: {