@chainflip/processor 1.4.6 → 1.4.7

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 (219) hide show
  1. package/dist/100/bitcoinBroadcaster/transactionFeeDeficitRecorded.d.cts +10 -26
  2. package/dist/100/bitcoinBroadcaster/transactionFeeDeficitRecorded.d.ts +10 -26
  3. package/dist/100/bitcoinBroadcaster/transactionFeeDeficitRefused.d.cts +10 -26
  4. package/dist/100/bitcoinBroadcaster/transactionFeeDeficitRefused.d.ts +10 -26
  5. package/dist/100/bitcoinIngressEgress/ccmEgressInvalid.d.cts +4 -4
  6. package/dist/100/bitcoinIngressEgress/ccmEgressInvalid.d.ts +4 -4
  7. package/dist/100/bitcoinIngressEgress/depositIgnored.d.cts +10 -26
  8. package/dist/100/bitcoinIngressEgress/depositIgnored.d.ts +10 -26
  9. package/dist/100/bitcoinIngressEgress/depositReceived.d.cts +10 -26
  10. package/dist/100/bitcoinIngressEgress/depositReceived.d.ts +10 -26
  11. package/dist/100/bitcoinIngressEgress/depositWitnessRejected.d.cts +14 -34
  12. package/dist/100/bitcoinIngressEgress/depositWitnessRejected.d.ts +14 -34
  13. package/dist/100/bitcoinIngressEgress/egressScheduled.d.cts +10 -26
  14. package/dist/100/bitcoinIngressEgress/egressScheduled.d.ts +10 -26
  15. package/dist/100/bitcoinIngressEgress/vaultTransferFailed.d.cts +10 -26
  16. package/dist/100/bitcoinIngressEgress/vaultTransferFailed.d.ts +10 -26
  17. package/dist/100/common.cjs +4 -9
  18. package/dist/100/common.d.cts +106 -222
  19. package/dist/100/common.d.ts +106 -222
  20. package/dist/100/common.mjs +4 -9
  21. package/dist/100/funding/boundExecutorAddress.d.cts +2 -2
  22. package/dist/100/funding/boundExecutorAddress.d.ts +2 -2
  23. package/dist/100/funding/boundRedeemAddress.d.cts +2 -2
  24. package/dist/100/funding/boundRedeemAddress.d.ts +2 -2
  25. package/dist/100/funding/failedFundingAttempt.d.cts +2 -2
  26. package/dist/100/funding/failedFundingAttempt.d.ts +2 -2
  27. package/dist/100/funding/funded.d.cts +2 -2
  28. package/dist/100/funding/funded.d.ts +2 -2
  29. package/dist/100/funding/redemptionRequested.d.cts +2 -2
  30. package/dist/100/funding/redemptionRequested.d.ts +2 -2
  31. package/dist/100/liquidityPools/limitOrderUpdated.d.cts +8 -8
  32. package/dist/100/liquidityPools/limitOrderUpdated.d.ts +8 -8
  33. package/dist/100/liquidityPools/rangeOrderUpdated.d.cts +8 -8
  34. package/dist/100/liquidityPools/rangeOrderUpdated.d.ts +8 -8
  35. package/dist/100/liquidityProvider/liquidityRefundAddressRegistered.d.cts +14 -34
  36. package/dist/100/liquidityProvider/liquidityRefundAddressRegistered.d.ts +14 -34
  37. package/dist/100/polkadotIngressEgress/ccmEgressInvalid.d.cts +16 -16
  38. package/dist/100/polkadotIngressEgress/ccmEgressInvalid.d.ts +16 -16
  39. package/dist/100/polkadotIngressEgress/depositFetchesScheduled.d.cts +2 -2
  40. package/dist/100/polkadotIngressEgress/depositFetchesScheduled.d.ts +2 -2
  41. package/dist/100/polkadotIngressEgress/depositIgnored.d.cts +2 -2
  42. package/dist/100/polkadotIngressEgress/depositIgnored.d.ts +2 -2
  43. package/dist/100/polkadotIngressEgress/depositReceived.d.cts +2 -2
  44. package/dist/100/polkadotIngressEgress/depositReceived.d.ts +2 -2
  45. package/dist/100/polkadotIngressEgress/depositWitnessRejected.d.cts +20 -20
  46. package/dist/100/polkadotIngressEgress/depositWitnessRejected.d.ts +20 -20
  47. package/dist/100/swapping/batchSwapFailed.d.cts +2 -2
  48. package/dist/100/swapping/batchSwapFailed.d.ts +2 -2
  49. package/dist/100/swapping/ccmDepositReceived.d.cts +88 -112
  50. package/dist/100/swapping/ccmDepositReceived.d.ts +88 -112
  51. package/dist/100/swapping/ccmFailed.d.cts +88 -112
  52. package/dist/100/swapping/ccmFailed.d.ts +88 -112
  53. package/dist/100/swapping/swapAmountTooLow.d.cts +88 -124
  54. package/dist/100/swapping/swapAmountTooLow.d.ts +88 -124
  55. package/dist/100/swapping/swapDepositAddressReady.d.cts +24 -24
  56. package/dist/100/swapping/swapDepositAddressReady.d.ts +24 -24
  57. package/dist/100/swapping/swapEgressScheduled.d.cts +4 -4
  58. package/dist/100/swapping/swapEgressScheduled.d.ts +4 -4
  59. package/dist/100/swapping/swapScheduled.d.cts +176 -236
  60. package/dist/100/swapping/swapScheduled.d.ts +176 -236
  61. package/dist/100/swapping/withdrawalRequested.d.cts +16 -16
  62. package/dist/100/swapping/withdrawalRequested.d.ts +16 -16
  63. package/dist/100/system/extrinsicFailed.d.cts +17 -17
  64. package/dist/100/system/extrinsicFailed.d.ts +17 -17
  65. package/dist/100/witnesser/witnessExecutionFailed.d.cts +2 -2
  66. package/dist/100/witnesser/witnessExecutionFailed.d.ts +2 -2
  67. package/dist/111/bitcoinIngressEgress/transferFallbackRequested.d.cts +10 -26
  68. package/dist/111/bitcoinIngressEgress/transferFallbackRequested.d.ts +10 -26
  69. package/dist/111/common.cjs +1 -4
  70. package/dist/111/common.d.cts +6 -18
  71. package/dist/111/common.d.ts +6 -18
  72. package/dist/111/common.mjs +1 -4
  73. package/dist/120/bitcoinIngressEgress/depositIgnored.d.cts +10 -26
  74. package/dist/120/bitcoinIngressEgress/depositIgnored.d.ts +10 -26
  75. package/dist/120/bitcoinIngressEgress/depositReceived.d.cts +20 -52
  76. package/dist/120/bitcoinIngressEgress/depositReceived.d.ts +20 -52
  77. package/dist/120/common.cjs +3 -5
  78. package/dist/120/common.d.cts +36 -96
  79. package/dist/120/common.d.ts +36 -96
  80. package/dist/120/common.mjs +3 -5
  81. package/dist/120/emissions/backupRewardsDistributed.d.cts +2 -2
  82. package/dist/120/emissions/backupRewardsDistributed.d.ts +2 -2
  83. package/dist/120/ethereumIngressEgress/depositReceived.d.cts +10 -26
  84. package/dist/120/ethereumIngressEgress/depositReceived.d.ts +10 -26
  85. package/dist/120/polkadotIngressEgress/depositReceived.d.cts +10 -26
  86. package/dist/120/polkadotIngressEgress/depositReceived.d.ts +10 -26
  87. package/dist/120/swapping/ccmFailed.d.cts +18 -42
  88. package/dist/120/swapping/ccmFailed.d.ts +18 -42
  89. package/dist/131/bitcoinBroadcaster/transactionBroadcastRequest.d.cts +2 -2
  90. package/dist/131/bitcoinBroadcaster/transactionBroadcastRequest.d.ts +2 -2
  91. package/dist/131/bitcoinIngressEgress/depositIgnored.d.cts +10 -26
  92. package/dist/131/bitcoinIngressEgress/depositIgnored.d.ts +10 -26
  93. package/dist/131/bitcoinIngressEgress/depositReceived.d.cts +20 -52
  94. package/dist/131/bitcoinIngressEgress/depositReceived.d.ts +20 -52
  95. package/dist/131/bitcoinIngressEgress/depositWitnessRejected.d.cts +14 -34
  96. package/dist/131/bitcoinIngressEgress/depositWitnessRejected.d.ts +14 -34
  97. package/dist/131/common.cjs +6 -10
  98. package/dist/131/common.d.cts +110 -238
  99. package/dist/131/common.d.ts +110 -238
  100. package/dist/131/common.mjs +6 -10
  101. package/dist/131/ethereumIngressEgress/depositFetchesScheduled.d.cts +2 -2
  102. package/dist/131/ethereumIngressEgress/depositFetchesScheduled.d.ts +2 -2
  103. package/dist/131/ethereumIngressEgress/depositIgnored.d.cts +2 -2
  104. package/dist/131/ethereumIngressEgress/depositIgnored.d.ts +2 -2
  105. package/dist/131/ethereumIngressEgress/depositReceived.d.cts +12 -28
  106. package/dist/131/ethereumIngressEgress/depositReceived.d.ts +12 -28
  107. package/dist/131/ethereumIngressEgress/depositWitnessRejected.d.cts +20 -20
  108. package/dist/131/ethereumIngressEgress/depositWitnessRejected.d.ts +20 -20
  109. package/dist/131/ethereumIngressEgress/failedToBuildAllBatchCall.d.cts +28 -28
  110. package/dist/131/ethereumIngressEgress/failedToBuildAllBatchCall.d.ts +28 -28
  111. package/dist/131/liquidityPools/limitOrderUpdated.d.cts +8 -8
  112. package/dist/131/liquidityPools/limitOrderUpdated.d.ts +8 -8
  113. package/dist/131/liquidityPools/rangeOrderUpdated.d.cts +8 -8
  114. package/dist/131/liquidityPools/rangeOrderUpdated.d.ts +8 -8
  115. package/dist/131/liquidityProvider/accountCredited.d.cts +2 -2
  116. package/dist/131/liquidityProvider/accountCredited.d.ts +2 -2
  117. package/dist/131/liquidityProvider/accountDebited.d.cts +2 -2
  118. package/dist/131/liquidityProvider/accountDebited.d.ts +2 -2
  119. package/dist/131/liquidityProvider/liquidityDepositAddressReady.d.cts +4 -4
  120. package/dist/131/liquidityProvider/liquidityDepositAddressReady.d.ts +4 -4
  121. package/dist/131/liquidityProvider/liquidityDepositCredited.d.cts +2 -2
  122. package/dist/131/liquidityProvider/liquidityDepositCredited.d.ts +2 -2
  123. package/dist/131/swapping/batchSwapFailed.d.cts +8 -8
  124. package/dist/131/swapping/batchSwapFailed.d.ts +8 -8
  125. package/dist/131/swapping/ccmFailed.d.cts +90 -150
  126. package/dist/131/swapping/ccmFailed.d.ts +90 -150
  127. package/dist/131/swapping/maximumSwapAmountSet.d.cts +6 -6
  128. package/dist/131/swapping/maximumSwapAmountSet.d.ts +6 -6
  129. package/dist/131/swapping/swapAmountConfiscated.d.cts +12 -12
  130. package/dist/131/swapping/swapAmountConfiscated.d.ts +12 -12
  131. package/dist/131/swapping/swapDepositAddressReady.d.cts +18 -18
  132. package/dist/131/swapping/swapDepositAddressReady.d.ts +18 -18
  133. package/dist/131/swapping/swapEgressIgnored.d.cts +12 -12
  134. package/dist/131/swapping/swapEgressIgnored.d.ts +12 -12
  135. package/dist/131/swapping/swapEgressScheduled.d.cts +8 -8
  136. package/dist/131/swapping/swapEgressScheduled.d.ts +8 -8
  137. package/dist/131/swapping/swapExecuted.d.cts +12 -12
  138. package/dist/131/swapping/swapExecuted.d.ts +12 -12
  139. package/dist/131/swapping/swapScheduled.d.cts +104 -164
  140. package/dist/131/swapping/swapScheduled.d.ts +104 -164
  141. package/dist/131/swapping/withdrawalRequested.d.cts +6 -6
  142. package/dist/131/swapping/withdrawalRequested.d.ts +6 -6
  143. package/dist/141/arbitrumIngressEgress/ccmEgressInvalid.d.cts +16 -16
  144. package/dist/141/arbitrumIngressEgress/ccmEgressInvalid.d.ts +16 -16
  145. package/dist/141/arbitrumIngressEgress/depositBoosted.d.cts +14 -30
  146. package/dist/141/arbitrumIngressEgress/depositBoosted.d.ts +14 -30
  147. package/dist/141/arbitrumIngressEgress/depositFetchesScheduled.d.cts +2 -2
  148. package/dist/141/arbitrumIngressEgress/depositFetchesScheduled.d.ts +2 -2
  149. package/dist/141/arbitrumIngressEgress/depositFinalised.d.cts +14 -30
  150. package/dist/141/arbitrumIngressEgress/depositFinalised.d.ts +14 -30
  151. package/dist/141/arbitrumIngressEgress/depositIgnored.d.cts +3 -3
  152. package/dist/141/arbitrumIngressEgress/depositIgnored.d.ts +3 -3
  153. package/dist/141/arbitrumIngressEgress/depositWitnessRejected.d.cts +22 -22
  154. package/dist/141/arbitrumIngressEgress/depositWitnessRejected.d.ts +22 -22
  155. package/dist/141/arbitrumIngressEgress/failedToBuildAllBatchCall.d.cts +28 -28
  156. package/dist/141/arbitrumIngressEgress/failedToBuildAllBatchCall.d.ts +28 -28
  157. package/dist/141/arbitrumIngressEgress/insufficientBoostLiquidity.d.cts +3 -3
  158. package/dist/141/arbitrumIngressEgress/insufficientBoostLiquidity.d.ts +3 -3
  159. package/dist/141/arbitrumIngressEgress/transferFallbackRequested.d.cts +4 -4
  160. package/dist/141/arbitrumIngressEgress/transferFallbackRequested.d.ts +4 -4
  161. package/dist/141/bitcoinIngressEgress/ccmEgressInvalid.d.cts +4 -4
  162. package/dist/141/bitcoinIngressEgress/ccmEgressInvalid.d.ts +4 -4
  163. package/dist/141/bitcoinIngressEgress/depositBoosted.d.cts +20 -52
  164. package/dist/141/bitcoinIngressEgress/depositBoosted.d.ts +20 -52
  165. package/dist/141/bitcoinIngressEgress/depositFinalised.d.cts +20 -52
  166. package/dist/141/bitcoinIngressEgress/depositFinalised.d.ts +20 -52
  167. package/dist/141/common.cjs +6 -10
  168. package/dist/141/common.d.cts +115 -233
  169. package/dist/141/common.d.ts +115 -233
  170. package/dist/141/common.mjs +6 -10
  171. package/dist/141/ethereumIngressEgress/depositBoosted.d.cts +10 -26
  172. package/dist/141/ethereumIngressEgress/depositBoosted.d.ts +10 -26
  173. package/dist/141/ethereumIngressEgress/depositFinalised.d.cts +10 -26
  174. package/dist/141/ethereumIngressEgress/depositFinalised.d.ts +10 -26
  175. package/dist/141/evmThresholdSigner/failureReportProcessed.d.cts +2 -2
  176. package/dist/141/evmThresholdSigner/failureReportProcessed.d.ts +2 -2
  177. package/dist/141/evmThresholdSigner/retryRequested.d.cts +2 -2
  178. package/dist/141/evmThresholdSigner/retryRequested.d.ts +2 -2
  179. package/dist/141/evmThresholdSigner/thresholdDispatchComplete.d.cts +2 -2
  180. package/dist/141/evmThresholdSigner/thresholdDispatchComplete.d.ts +2 -2
  181. package/dist/141/evmThresholdSigner/thresholdSignatureFailed.d.cts +2 -2
  182. package/dist/141/evmThresholdSigner/thresholdSignatureFailed.d.ts +2 -2
  183. package/dist/141/evmThresholdSigner/thresholdSignatureRequest.d.cts +2 -2
  184. package/dist/141/evmThresholdSigner/thresholdSignatureRequest.d.ts +2 -2
  185. package/dist/141/evmThresholdSigner/thresholdSignatureSuccess.d.cts +2 -2
  186. package/dist/141/evmThresholdSigner/thresholdSignatureSuccess.d.ts +2 -2
  187. package/dist/141/liquidityPools/limitOrderUpdated.d.cts +10 -10
  188. package/dist/141/liquidityPools/limitOrderUpdated.d.ts +10 -10
  189. package/dist/141/liquidityPools/rangeOrderUpdated.d.cts +10 -10
  190. package/dist/141/liquidityPools/rangeOrderUpdated.d.ts +10 -10
  191. package/dist/141/liquidityProvider/liquidityRefundAddressRegistered.d.cts +14 -34
  192. package/dist/141/liquidityProvider/liquidityRefundAddressRegistered.d.ts +14 -34
  193. package/dist/141/polkadotIngressEgress/depositBoosted.d.cts +10 -26
  194. package/dist/141/polkadotIngressEgress/depositBoosted.d.ts +10 -26
  195. package/dist/141/polkadotIngressEgress/depositFinalised.d.cts +10 -26
  196. package/dist/141/polkadotIngressEgress/depositFinalised.d.ts +10 -26
  197. package/dist/141/swapping/ccmDepositReceived.d.cts +102 -126
  198. package/dist/141/swapping/ccmDepositReceived.d.ts +102 -126
  199. package/dist/141/swapping/ccmFailed.d.cts +195 -261
  200. package/dist/141/swapping/ccmFailed.d.ts +195 -261
  201. package/dist/141/swapping/swapDepositAddressReady.d.cts +32 -32
  202. package/dist/141/swapping/swapDepositAddressReady.d.ts +32 -32
  203. package/dist/141/swapping/swapEgressIgnored.d.cts +24 -24
  204. package/dist/141/swapping/swapEgressIgnored.d.ts +24 -24
  205. package/dist/141/swapping/swapExecuted.d.cts +96 -120
  206. package/dist/141/swapping/swapExecuted.d.ts +96 -120
  207. package/dist/141/swapping/swapScheduled.d.cts +207 -273
  208. package/dist/141/swapping/swapScheduled.d.ts +207 -273
  209. package/dist/141/swapping/withdrawalRequested.d.cts +16 -16
  210. package/dist/141/swapping/withdrawalRequested.d.ts +16 -16
  211. package/dist/141/tokenholderGovernance/proposalEnacted.d.cts +8 -8
  212. package/dist/141/tokenholderGovernance/proposalEnacted.d.ts +8 -8
  213. package/dist/141/tokenholderGovernance/proposalPassed.d.cts +8 -8
  214. package/dist/141/tokenholderGovernance/proposalPassed.d.ts +8 -8
  215. package/dist/141/tokenholderGovernance/proposalRejected.d.cts +8 -8
  216. package/dist/141/tokenholderGovernance/proposalRejected.d.ts +8 -8
  217. package/dist/141/tokenholderGovernance/proposalSubmitted.d.cts +8 -8
  218. package/dist/141/tokenholderGovernance/proposalSubmitted.d.ts +8 -8
  219. package/package.json +1 -1
@@ -31,240 +31,220 @@ declare const swappingSwapExecuted: z.ZodObject<{
31
31
  __kind: z.ZodLiteral<"Eth">;
32
32
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
33
33
  }, "strip", z.ZodTypeAny, {
34
- __kind: "Eth";
35
34
  value: `0x${string}`;
36
- }, {
37
35
  __kind: "Eth";
36
+ }, {
38
37
  value: string;
38
+ __kind: "Eth";
39
39
  }>, z.ZodObject<{
40
40
  __kind: z.ZodLiteral<"Dot">;
41
41
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
42
42
  }, "strip", z.ZodTypeAny, {
43
- __kind: "Dot";
44
43
  value: `0x${string}`;
45
- }, {
46
44
  __kind: "Dot";
45
+ }, {
47
46
  value: string;
47
+ __kind: "Dot";
48
48
  }>, z.ZodObject<{
49
49
  __kind: z.ZodLiteral<"Btc">;
50
50
  value: z.ZodUnion<[z.ZodObject<{
51
51
  __kind: z.ZodLiteral<"P2PKH">;
52
52
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
53
53
  }, "strip", z.ZodTypeAny, {
54
- __kind: "P2PKH";
55
54
  value: `0x${string}`;
56
- }, {
57
55
  __kind: "P2PKH";
56
+ }, {
58
57
  value: string;
58
+ __kind: "P2PKH";
59
59
  }>, z.ZodObject<{
60
60
  __kind: z.ZodLiteral<"P2SH">;
61
61
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
62
62
  }, "strip", z.ZodTypeAny, {
63
- __kind: "P2SH";
64
63
  value: `0x${string}`;
65
- }, {
66
64
  __kind: "P2SH";
65
+ }, {
67
66
  value: string;
67
+ __kind: "P2SH";
68
68
  }>, z.ZodObject<{
69
69
  __kind: z.ZodLiteral<"P2WPKH">;
70
70
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
71
71
  }, "strip", z.ZodTypeAny, {
72
- __kind: "P2WPKH";
73
72
  value: `0x${string}`;
74
- }, {
75
73
  __kind: "P2WPKH";
74
+ }, {
76
75
  value: string;
76
+ __kind: "P2WPKH";
77
77
  }>, z.ZodObject<{
78
78
  __kind: z.ZodLiteral<"P2WSH">;
79
79
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
80
80
  }, "strip", z.ZodTypeAny, {
81
- __kind: "P2WSH";
82
81
  value: `0x${string}`;
83
- }, {
84
82
  __kind: "P2WSH";
83
+ }, {
85
84
  value: string;
85
+ __kind: "P2WSH";
86
86
  }>, z.ZodObject<{
87
87
  __kind: z.ZodLiteral<"Taproot">;
88
88
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
89
89
  }, "strip", z.ZodTypeAny, {
90
- __kind: "Taproot";
91
90
  value: `0x${string}`;
92
- }, {
93
91
  __kind: "Taproot";
92
+ }, {
94
93
  value: string;
94
+ __kind: "Taproot";
95
95
  }>, z.ZodObject<{
96
96
  __kind: z.ZodLiteral<"OtherSegwit">;
97
- value: z.ZodObject<{
98
- version: z.ZodNumber;
99
- program: z.ZodEffects<z.ZodString, `0x${string}`, string>;
100
- }, "strip", z.ZodTypeAny, {
101
- version: number;
102
- program: `0x${string}`;
103
- }, {
104
- version: number;
105
- program: string;
106
- }>;
97
+ version: z.ZodNumber;
98
+ program: z.ZodEffects<z.ZodString, `0x${string}`, string>;
107
99
  }, "strip", z.ZodTypeAny, {
108
100
  __kind: "OtherSegwit";
109
- value: {
110
- version: number;
111
- program: `0x${string}`;
112
- };
101
+ version: number;
102
+ program: `0x${string}`;
113
103
  }, {
114
104
  __kind: "OtherSegwit";
115
- value: {
116
- version: number;
117
- program: string;
118
- };
105
+ version: number;
106
+ program: string;
119
107
  }>]>;
120
108
  }, "strip", z.ZodTypeAny, {
121
- __kind: "Btc";
122
109
  value: {
123
- __kind: "P2PKH";
124
110
  value: `0x${string}`;
111
+ __kind: "P2PKH";
125
112
  } | {
126
- __kind: "P2SH";
127
113
  value: `0x${string}`;
114
+ __kind: "P2SH";
128
115
  } | {
129
- __kind: "P2WPKH";
130
116
  value: `0x${string}`;
117
+ __kind: "P2WPKH";
131
118
  } | {
132
- __kind: "P2WSH";
133
119
  value: `0x${string}`;
120
+ __kind: "P2WSH";
134
121
  } | {
135
- __kind: "Taproot";
136
122
  value: `0x${string}`;
123
+ __kind: "Taproot";
137
124
  } | {
138
125
  __kind: "OtherSegwit";
139
- value: {
140
- version: number;
141
- program: `0x${string}`;
142
- };
126
+ version: number;
127
+ program: `0x${string}`;
143
128
  };
144
- }, {
145
129
  __kind: "Btc";
130
+ }, {
146
131
  value: {
147
- __kind: "P2PKH";
148
132
  value: string;
133
+ __kind: "P2PKH";
149
134
  } | {
150
- __kind: "P2SH";
151
135
  value: string;
136
+ __kind: "P2SH";
152
137
  } | {
153
- __kind: "P2WPKH";
154
138
  value: string;
139
+ __kind: "P2WPKH";
155
140
  } | {
156
- __kind: "P2WSH";
157
141
  value: string;
142
+ __kind: "P2WSH";
158
143
  } | {
159
- __kind: "Taproot";
160
144
  value: string;
145
+ __kind: "Taproot";
161
146
  } | {
162
147
  __kind: "OtherSegwit";
163
- value: {
164
- version: number;
165
- program: string;
166
- };
148
+ version: number;
149
+ program: string;
167
150
  };
151
+ __kind: "Btc";
168
152
  }>, z.ZodObject<{
169
153
  __kind: z.ZodLiteral<"Arb">;
170
154
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
171
155
  }, "strip", z.ZodTypeAny, {
172
- __kind: "Arb";
173
156
  value: `0x${string}`;
174
- }, {
175
157
  __kind: "Arb";
158
+ }, {
176
159
  value: string;
160
+ __kind: "Arb";
177
161
  }>]>;
178
162
  }, "strip", z.ZodTypeAny, {
179
- __kind: "Swap";
180
163
  value: {
181
- __kind: "Eth";
182
164
  value: `0x${string}`;
165
+ __kind: "Eth";
183
166
  } | {
184
- __kind: "Dot";
185
167
  value: `0x${string}`;
168
+ __kind: "Dot";
186
169
  } | {
187
- __kind: "Btc";
188
170
  value: {
189
- __kind: "P2PKH";
190
171
  value: `0x${string}`;
172
+ __kind: "P2PKH";
191
173
  } | {
192
- __kind: "P2SH";
193
174
  value: `0x${string}`;
175
+ __kind: "P2SH";
194
176
  } | {
195
- __kind: "P2WPKH";
196
177
  value: `0x${string}`;
178
+ __kind: "P2WPKH";
197
179
  } | {
198
- __kind: "P2WSH";
199
180
  value: `0x${string}`;
181
+ __kind: "P2WSH";
200
182
  } | {
201
- __kind: "Taproot";
202
183
  value: `0x${string}`;
184
+ __kind: "Taproot";
203
185
  } | {
204
186
  __kind: "OtherSegwit";
205
- value: {
206
- version: number;
207
- program: `0x${string}`;
208
- };
187
+ version: number;
188
+ program: `0x${string}`;
209
189
  };
190
+ __kind: "Btc";
210
191
  } | {
211
- __kind: "Arb";
212
192
  value: `0x${string}`;
193
+ __kind: "Arb";
213
194
  };
214
- }, {
215
195
  __kind: "Swap";
196
+ }, {
216
197
  value: {
217
- __kind: "Eth";
218
198
  value: string;
199
+ __kind: "Eth";
219
200
  } | {
220
- __kind: "Dot";
221
201
  value: string;
202
+ __kind: "Dot";
222
203
  } | {
223
- __kind: "Btc";
224
204
  value: {
225
- __kind: "P2PKH";
226
205
  value: string;
206
+ __kind: "P2PKH";
227
207
  } | {
228
- __kind: "P2SH";
229
208
  value: string;
209
+ __kind: "P2SH";
230
210
  } | {
231
- __kind: "P2WPKH";
232
211
  value: string;
212
+ __kind: "P2WPKH";
233
213
  } | {
234
- __kind: "P2WSH";
235
214
  value: string;
215
+ __kind: "P2WSH";
236
216
  } | {
237
- __kind: "Taproot";
238
217
  value: string;
218
+ __kind: "Taproot";
239
219
  } | {
240
220
  __kind: "OtherSegwit";
241
- value: {
242
- version: number;
243
- program: string;
244
- };
221
+ version: number;
222
+ program: string;
245
223
  };
224
+ __kind: "Btc";
246
225
  } | {
247
- __kind: "Arb";
248
226
  value: string;
227
+ __kind: "Arb";
249
228
  };
229
+ __kind: "Swap";
250
230
  }>, z.ZodObject<{
251
231
  __kind: z.ZodLiteral<"CcmPrincipal">;
252
232
  value: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
253
233
  }, "strip", z.ZodTypeAny, {
254
- __kind: "CcmPrincipal";
255
234
  value: bigint;
256
- }, {
257
235
  __kind: "CcmPrincipal";
236
+ }, {
258
237
  value: string | number;
238
+ __kind: "CcmPrincipal";
259
239
  }>, z.ZodObject<{
260
240
  __kind: z.ZodLiteral<"CcmGas">;
261
241
  value: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
262
242
  }, "strip", z.ZodTypeAny, {
263
- __kind: "CcmGas";
264
243
  value: bigint;
265
- }, {
266
244
  __kind: "CcmGas";
245
+ }, {
267
246
  value: string | number;
247
+ __kind: "CcmGas";
268
248
  }>, z.ZodObject<{
269
249
  __kind: z.ZodLiteral<"NetworkFee">;
270
250
  }, "strip", z.ZodTypeAny, {
@@ -279,55 +259,53 @@ declare const swappingSwapExecuted: z.ZodObject<{
279
259
  __kind: "IngressEgressFee";
280
260
  }>]>;
281
261
  }, "strip", z.ZodTypeAny, {
282
- swapId: bigint;
283
262
  depositAmount: bigint;
263
+ swapId: bigint;
284
264
  sourceAsset: "Eth" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Flip" | "Usdc" | "Usdt";
285
265
  destinationAsset: "Eth" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Flip" | "Usdc" | "Usdt";
286
266
  swapInput: bigint;
287
267
  egressAmount: bigint;
288
268
  swapOutput: bigint;
289
269
  swapType: {
290
- __kind: "Swap";
291
270
  value: {
292
- __kind: "Eth";
293
271
  value: `0x${string}`;
272
+ __kind: "Eth";
294
273
  } | {
295
- __kind: "Dot";
296
274
  value: `0x${string}`;
275
+ __kind: "Dot";
297
276
  } | {
298
- __kind: "Btc";
299
277
  value: {
300
- __kind: "P2PKH";
301
278
  value: `0x${string}`;
279
+ __kind: "P2PKH";
302
280
  } | {
303
- __kind: "P2SH";
304
281
  value: `0x${string}`;
282
+ __kind: "P2SH";
305
283
  } | {
306
- __kind: "P2WPKH";
307
284
  value: `0x${string}`;
285
+ __kind: "P2WPKH";
308
286
  } | {
309
- __kind: "P2WSH";
310
287
  value: `0x${string}`;
288
+ __kind: "P2WSH";
311
289
  } | {
312
- __kind: "Taproot";
313
290
  value: `0x${string}`;
291
+ __kind: "Taproot";
314
292
  } | {
315
293
  __kind: "OtherSegwit";
316
- value: {
317
- version: number;
318
- program: `0x${string}`;
319
- };
294
+ version: number;
295
+ program: `0x${string}`;
320
296
  };
297
+ __kind: "Btc";
321
298
  } | {
322
- __kind: "Arb";
323
299
  value: `0x${string}`;
300
+ __kind: "Arb";
324
301
  };
302
+ __kind: "Swap";
325
303
  } | {
326
- __kind: "CcmPrincipal";
327
304
  value: bigint;
305
+ __kind: "CcmPrincipal";
328
306
  } | {
329
- __kind: "CcmGas";
330
307
  value: bigint;
308
+ __kind: "CcmGas";
331
309
  } | {
332
310
  __kind: "NetworkFee";
333
311
  } | {
@@ -335,8 +313,8 @@ declare const swappingSwapExecuted: z.ZodObject<{
335
313
  };
336
314
  intermediateAmount?: bigint | null | undefined;
337
315
  }, {
338
- swapId: string | number;
339
316
  depositAmount: string | number;
317
+ swapId: string | number;
340
318
  sourceAsset: {
341
319
  __kind: "Eth" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Flip" | "Usdc" | "Usdt";
342
320
  };
@@ -347,47 +325,45 @@ declare const swappingSwapExecuted: z.ZodObject<{
347
325
  egressAmount: string | number;
348
326
  swapOutput: string | number;
349
327
  swapType: {
350
- __kind: "Swap";
351
328
  value: {
352
- __kind: "Eth";
353
329
  value: string;
330
+ __kind: "Eth";
354
331
  } | {
355
- __kind: "Dot";
356
332
  value: string;
333
+ __kind: "Dot";
357
334
  } | {
358
- __kind: "Btc";
359
335
  value: {
360
- __kind: "P2PKH";
361
336
  value: string;
337
+ __kind: "P2PKH";
362
338
  } | {
363
- __kind: "P2SH";
364
339
  value: string;
340
+ __kind: "P2SH";
365
341
  } | {
366
- __kind: "P2WPKH";
367
342
  value: string;
343
+ __kind: "P2WPKH";
368
344
  } | {
369
- __kind: "P2WSH";
370
345
  value: string;
346
+ __kind: "P2WSH";
371
347
  } | {
372
- __kind: "Taproot";
373
348
  value: string;
349
+ __kind: "Taproot";
374
350
  } | {
375
351
  __kind: "OtherSegwit";
376
- value: {
377
- version: number;
378
- program: string;
379
- };
352
+ version: number;
353
+ program: string;
380
354
  };
355
+ __kind: "Btc";
381
356
  } | {
382
- __kind: "Arb";
383
357
  value: string;
358
+ __kind: "Arb";
384
359
  };
360
+ __kind: "Swap";
385
361
  } | {
386
- __kind: "CcmPrincipal";
387
362
  value: string | number;
363
+ __kind: "CcmPrincipal";
388
364
  } | {
389
- __kind: "CcmGas";
390
365
  value: string | number;
366
+ __kind: "CcmGas";
391
367
  } | {
392
368
  __kind: "NetworkFee";
393
369
  } | {