@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
@@ -14,16 +14,16 @@ declare const solanaIngressEgressInsufficientBoostLiquidity: z.ZodObject<{
14
14
  amountAttempted: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
15
15
  channelId: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
16
16
  }, "strip", z.ZodTypeAny, {
17
- asset: "Sol";
18
17
  channelId: bigint;
19
18
  prewitnessedDepositId: bigint;
19
+ asset: "Sol";
20
20
  amountAttempted: bigint;
21
21
  }, {
22
+ channelId: string | number;
23
+ prewitnessedDepositId: string | number;
22
24
  asset: {
23
25
  __kind: "Sol";
24
26
  };
25
- channelId: string | number;
26
- prewitnessedDepositId: string | number;
27
27
  amountAttempted: string | number;
28
28
  }>;
29
29
 
@@ -14,16 +14,16 @@ declare const solanaIngressEgressInsufficientBoostLiquidity: z.ZodObject<{
14
14
  amountAttempted: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
15
15
  channelId: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
16
16
  }, "strip", z.ZodTypeAny, {
17
- asset: "Sol";
18
17
  channelId: bigint;
19
18
  prewitnessedDepositId: bigint;
19
+ asset: "Sol";
20
20
  amountAttempted: bigint;
21
21
  }, {
22
+ channelId: string | number;
23
+ prewitnessedDepositId: string | number;
22
24
  asset: {
23
25
  __kind: "Sol";
24
26
  };
25
- channelId: string | number;
26
- prewitnessedDepositId: string | number;
27
27
  amountAttempted: string | number;
28
28
  }>;
29
29
 
@@ -14,16 +14,16 @@ declare const solanaIngressEgressTransferFallbackRequested: z.ZodObject<{
14
14
  destinationAddress: z.ZodEffects<z.ZodString, `0x${string}`, string>;
15
15
  broadcastId: z.ZodNumber;
16
16
  }, "strip", z.ZodTypeAny, {
17
+ broadcastId: number;
17
18
  asset: "Sol";
18
19
  amount: bigint;
19
- broadcastId: number;
20
20
  destinationAddress: `0x${string}`;
21
21
  }, {
22
+ broadcastId: number;
22
23
  asset: {
23
24
  __kind: "Sol";
24
25
  };
25
26
  amount: string | number;
26
- broadcastId: number;
27
27
  destinationAddress: string;
28
28
  }>;
29
29
 
@@ -14,16 +14,16 @@ declare const solanaIngressEgressTransferFallbackRequested: z.ZodObject<{
14
14
  destinationAddress: z.ZodEffects<z.ZodString, `0x${string}`, string>;
15
15
  broadcastId: z.ZodNumber;
16
16
  }, "strip", z.ZodTypeAny, {
17
+ broadcastId: number;
17
18
  asset: "Sol";
18
19
  amount: bigint;
19
- broadcastId: number;
20
20
  destinationAddress: `0x${string}`;
21
21
  }, {
22
+ broadcastId: number;
22
23
  asset: {
23
24
  __kind: "Sol";
24
25
  };
25
26
  amount: string | number;
26
- broadcastId: number;
27
27
  destinationAddress: string;
28
28
  }>;
29
29
 
@@ -5,12 +5,12 @@ declare const solanaThresholdSignerFailureReportProcessed: 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
- requestId: number;
9
8
  ceremonyId: bigint;
9
+ requestId: number;
10
10
  reporterId: string;
11
11
  }, {
12
- requestId: number;
13
12
  ceremonyId: string | number;
13
+ requestId: number;
14
14
  reporterId: string;
15
15
  }>;
16
16
 
@@ -5,12 +5,12 @@ declare const solanaThresholdSignerFailureReportProcessed: 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
- requestId: number;
9
8
  ceremonyId: bigint;
9
+ requestId: number;
10
10
  reporterId: string;
11
11
  }, {
12
- requestId: number;
13
12
  ceremonyId: string | number;
13
+ requestId: number;
14
14
  reporterId: string;
15
15
  }>;
16
16
 
@@ -4,11 +4,11 @@ declare const solanaThresholdSignerRetryRequested: 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
- requestId: number;
8
7
  ceremonyId: bigint;
9
- }, {
10
8
  requestId: number;
9
+ }, {
11
10
  ceremonyId: string | number;
11
+ requestId: number;
12
12
  }>;
13
13
 
14
14
  export { solanaThresholdSignerRetryRequested };
@@ -4,11 +4,11 @@ declare const solanaThresholdSignerRetryRequested: 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
- requestId: number;
8
7
  ceremonyId: bigint;
9
- }, {
10
8
  requestId: number;
9
+ }, {
11
10
  ceremonyId: string | number;
11
+ requestId: number;
12
12
  }>;
13
13
 
14
14
  export { solanaThresholdSignerRetryRequested };
@@ -237,8 +237,8 @@ declare const solanaThresholdSignerThresholdDispatchComplete: z.ZodObject<{
237
237
  __kind: "Err";
238
238
  }>]>;
239
239
  }, "strip", z.ZodTypeAny, {
240
- requestId: number;
241
240
  ceremonyId: bigint;
241
+ requestId: number;
242
242
  result: {
243
243
  __kind: "Ok";
244
244
  } | {
@@ -281,8 +281,8 @@ declare const solanaThresholdSignerThresholdDispatchComplete: z.ZodObject<{
281
281
  __kind: "Err";
282
282
  };
283
283
  }, {
284
- requestId: number;
285
284
  ceremonyId: string | number;
285
+ requestId: number;
286
286
  result: {
287
287
  __kind: "Ok";
288
288
  } | {
@@ -237,8 +237,8 @@ declare const solanaThresholdSignerThresholdDispatchComplete: z.ZodObject<{
237
237
  __kind: "Err";
238
238
  }>]>;
239
239
  }, "strip", z.ZodTypeAny, {
240
- requestId: number;
241
240
  ceremonyId: bigint;
241
+ requestId: number;
242
242
  result: {
243
243
  __kind: "Ok";
244
244
  } | {
@@ -281,8 +281,8 @@ declare const solanaThresholdSignerThresholdDispatchComplete: z.ZodObject<{
281
281
  __kind: "Err";
282
282
  };
283
283
  }, {
284
- requestId: number;
285
284
  ceremonyId: string | number;
285
+ requestId: number;
286
286
  result: {
287
287
  __kind: "Ok";
288
288
  } | {
@@ -5,12 +5,12 @@ declare const solanaThresholdSignerThresholdSignatureFailed: 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
- requestId: number;
9
8
  ceremonyId: bigint;
9
+ requestId: number;
10
10
  offenders: string[];
11
11
  }, {
12
- requestId: number;
13
12
  ceremonyId: string | number;
13
+ requestId: number;
14
14
  offenders: string[];
15
15
  }>;
16
16
 
@@ -5,12 +5,12 @@ declare const solanaThresholdSignerThresholdSignatureFailed: 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
- requestId: number;
9
8
  ceremonyId: bigint;
9
+ requestId: number;
10
10
  offenders: string[];
11
11
  }, {
12
- requestId: number;
13
12
  ceremonyId: string | number;
13
+ requestId: number;
14
14
  offenders: string[];
15
15
  }>;
16
16
 
@@ -7,14 +7,14 @@ declare const solanaThresholdSignerThresholdSignatureRequest: z.ZodObject<{
7
7
  key: z.ZodEffects<z.ZodString, `0x${string}`, string>;
8
8
  signatories: z.ZodArray<z.ZodEffects<z.ZodUnion<[z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, `0x${string}`, string>]>, string, string>, "many">;
9
9
  }, "strip", z.ZodTypeAny, {
10
- requestId: number;
11
10
  ceremonyId: bigint;
11
+ requestId: number;
12
12
  epoch: number;
13
13
  key: `0x${string}`;
14
14
  signatories: string[];
15
15
  }, {
16
- requestId: number;
17
16
  ceremonyId: string | number;
17
+ requestId: number;
18
18
  epoch: number;
19
19
  key: string;
20
20
  signatories: string[];
@@ -7,14 +7,14 @@ declare const solanaThresholdSignerThresholdSignatureRequest: z.ZodObject<{
7
7
  key: z.ZodEffects<z.ZodString, `0x${string}`, string>;
8
8
  signatories: z.ZodArray<z.ZodEffects<z.ZodUnion<[z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, `0x${string}`, string>]>, string, string>, "many">;
9
9
  }, "strip", z.ZodTypeAny, {
10
- requestId: number;
11
10
  ceremonyId: bigint;
11
+ requestId: number;
12
12
  epoch: number;
13
13
  key: `0x${string}`;
14
14
  signatories: string[];
15
15
  }, {
16
- requestId: number;
17
16
  ceremonyId: string | number;
17
+ requestId: number;
18
18
  epoch: number;
19
19
  key: string;
20
20
  signatories: string[];
@@ -4,11 +4,11 @@ declare const solanaThresholdSignerThresholdSignatureSuccess: 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
- requestId: number;
8
7
  ceremonyId: bigint;
9
- }, {
10
8
  requestId: number;
9
+ }, {
11
10
  ceremonyId: string | number;
11
+ requestId: number;
12
12
  }>;
13
13
 
14
14
  export { solanaThresholdSignerThresholdSignatureSuccess };
@@ -4,11 +4,11 @@ declare const solanaThresholdSignerThresholdSignatureSuccess: 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
- requestId: number;
8
7
  ceremonyId: bigint;
9
- }, {
10
8
  requestId: number;
9
+ }, {
11
10
  ceremonyId: string | number;
11
+ requestId: number;
12
12
  }>;
13
13
 
14
14
  export { solanaThresholdSignerThresholdSignatureSuccess };
@@ -70,20 +70,20 @@ declare const arbitrumIngressEgressCcmEgressInvalid: 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 arbitrumIngressEgressCcmEgressInvalid: 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 arbitrumIngressEgressCcmEgressInvalid: 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 arbitrumIngressEgressCcmEgressInvalid: 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 arbitrumIngressEgressCcmEgressInvalid: 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 arbitrumIngressEgressCcmEgressInvalid: 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 arbitrumIngressEgressCcmEgressInvalid: 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 arbitrumIngressEgressCcmEgressInvalid: 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 arbitrumIngressEgressCcmEgressInvalid: 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 arbitrumIngressEgressCcmEgressInvalid: 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
  } | {