@chainflip/processor 1.5.1 → 1.5.2

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