@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
@@ -5,155 +5,155 @@ declare const swappingSwapScheduled: z.ZodObject<{
5
5
  sourceAsset: z.ZodEffects<z.ZodObject<{
6
6
  __kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol"]>;
7
7
  }, "strip", z.ZodTypeAny, {
8
- __kind: "Eth" | "Dot" | "Btc" | "Sol" | "Flip" | "Usdc" | "ArbEth" | "ArbUsdc" | "Usdt";
8
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol";
9
9
  }, {
10
- __kind: "Eth" | "Dot" | "Btc" | "Sol" | "Flip" | "Usdc" | "ArbEth" | "ArbUsdc" | "Usdt";
11
- }>, "Eth" | "Dot" | "Btc" | "Sol" | "Flip" | "Usdc" | "ArbEth" | "ArbUsdc" | "Usdt", {
12
- __kind: "Eth" | "Dot" | "Btc" | "Sol" | "Flip" | "Usdc" | "ArbEth" | "ArbUsdc" | "Usdt";
10
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol";
11
+ }>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol", {
12
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol";
13
13
  }>;
14
14
  depositAmount: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
15
15
  destinationAsset: z.ZodEffects<z.ZodObject<{
16
16
  __kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol"]>;
17
17
  }, "strip", z.ZodTypeAny, {
18
- __kind: "Eth" | "Dot" | "Btc" | "Sol" | "Flip" | "Usdc" | "ArbEth" | "ArbUsdc" | "Usdt";
18
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol";
19
19
  }, {
20
- __kind: "Eth" | "Dot" | "Btc" | "Sol" | "Flip" | "Usdc" | "ArbEth" | "ArbUsdc" | "Usdt";
21
- }>, "Eth" | "Dot" | "Btc" | "Sol" | "Flip" | "Usdc" | "ArbEth" | "ArbUsdc" | "Usdt", {
22
- __kind: "Eth" | "Dot" | "Btc" | "Sol" | "Flip" | "Usdc" | "ArbEth" | "ArbUsdc" | "Usdt";
20
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol";
21
+ }>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol", {
22
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol";
23
23
  }>;
24
24
  destinationAddress: z.ZodUnion<[z.ZodObject<{
25
- __kind: z.ZodLiteral<"Eth">;
25
+ __kind: z.ZodEffects<z.ZodLiteral<"Eth">, "Ethereum", "Eth">;
26
26
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
27
27
  }, "strip", z.ZodTypeAny, {
28
+ __kind: "Ethereum";
28
29
  value: `0x${string}`;
29
- __kind: "Eth";
30
30
  }, {
31
- value: string;
32
31
  __kind: "Eth";
32
+ value: string;
33
33
  }>, z.ZodObject<{
34
- __kind: z.ZodLiteral<"Dot">;
35
- value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
34
+ __kind: z.ZodEffects<z.ZodLiteral<"Dot">, "Polkadot", "Dot">;
35
+ value: z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, string, string>;
36
36
  }, "strip", z.ZodTypeAny, {
37
- value: `0x${string}`;
38
- __kind: "Dot";
39
- }, {
37
+ __kind: "Polkadot";
40
38
  value: string;
39
+ }, {
41
40
  __kind: "Dot";
41
+ value: string;
42
42
  }>, z.ZodObject<{
43
- __kind: z.ZodLiteral<"Btc">;
44
- value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
43
+ __kind: z.ZodEffects<z.ZodLiteral<"Btc">, "Bitcoin", "Btc">;
44
+ value: z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, string, string>;
45
45
  }, "strip", z.ZodTypeAny, {
46
- value: `0x${string}`;
47
- __kind: "Btc";
48
- }, {
46
+ __kind: "Bitcoin";
49
47
  value: string;
48
+ }, {
50
49
  __kind: "Btc";
50
+ value: string;
51
51
  }>, z.ZodObject<{
52
- __kind: z.ZodLiteral<"Arb">;
52
+ __kind: z.ZodEffects<z.ZodLiteral<"Arb">, "Arbitrum", "Arb">;
53
53
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
54
54
  }, "strip", z.ZodTypeAny, {
55
+ __kind: "Arbitrum";
55
56
  value: `0x${string}`;
56
- __kind: "Arb";
57
57
  }, {
58
- value: string;
59
58
  __kind: "Arb";
59
+ value: string;
60
60
  }>, z.ZodObject<{
61
- __kind: z.ZodLiteral<"Sol">;
62
- value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
61
+ __kind: z.ZodEffects<z.ZodLiteral<"Sol">, "Solana", "Sol">;
62
+ value: z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, string, string>;
63
63
  }, "strip", z.ZodTypeAny, {
64
- value: `0x${string}`;
65
- __kind: "Sol";
66
- }, {
64
+ __kind: "Solana";
67
65
  value: string;
66
+ }, {
68
67
  __kind: "Sol";
68
+ value: string;
69
69
  }>]>;
70
70
  origin: z.ZodUnion<[z.ZodObject<{
71
71
  __kind: z.ZodLiteral<"DepositChannel">;
72
72
  depositAddress: z.ZodUnion<[z.ZodObject<{
73
- __kind: z.ZodLiteral<"Eth">;
73
+ __kind: z.ZodEffects<z.ZodLiteral<"Eth">, "Ethereum", "Eth">;
74
74
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
75
75
  }, "strip", z.ZodTypeAny, {
76
+ __kind: "Ethereum";
76
77
  value: `0x${string}`;
77
- __kind: "Eth";
78
78
  }, {
79
- value: string;
80
79
  __kind: "Eth";
80
+ value: string;
81
81
  }>, z.ZodObject<{
82
- __kind: z.ZodLiteral<"Dot">;
83
- value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
82
+ __kind: z.ZodEffects<z.ZodLiteral<"Dot">, "Polkadot", "Dot">;
83
+ value: z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, string, string>;
84
84
  }, "strip", z.ZodTypeAny, {
85
- value: `0x${string}`;
86
- __kind: "Dot";
87
- }, {
85
+ __kind: "Polkadot";
88
86
  value: string;
87
+ }, {
89
88
  __kind: "Dot";
89
+ value: string;
90
90
  }>, z.ZodObject<{
91
- __kind: z.ZodLiteral<"Btc">;
92
- value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
91
+ __kind: z.ZodEffects<z.ZodLiteral<"Btc">, "Bitcoin", "Btc">;
92
+ value: z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, string, string>;
93
93
  }, "strip", z.ZodTypeAny, {
94
- value: `0x${string}`;
95
- __kind: "Btc";
96
- }, {
94
+ __kind: "Bitcoin";
97
95
  value: string;
96
+ }, {
98
97
  __kind: "Btc";
98
+ value: string;
99
99
  }>, z.ZodObject<{
100
- __kind: z.ZodLiteral<"Arb">;
100
+ __kind: z.ZodEffects<z.ZodLiteral<"Arb">, "Arbitrum", "Arb">;
101
101
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
102
102
  }, "strip", z.ZodTypeAny, {
103
+ __kind: "Arbitrum";
103
104
  value: `0x${string}`;
104
- __kind: "Arb";
105
105
  }, {
106
- value: string;
107
106
  __kind: "Arb";
107
+ value: string;
108
108
  }>, z.ZodObject<{
109
- __kind: z.ZodLiteral<"Sol">;
110
- value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
109
+ __kind: z.ZodEffects<z.ZodLiteral<"Sol">, "Solana", "Sol">;
110
+ value: z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, string, string>;
111
111
  }, "strip", z.ZodTypeAny, {
112
- value: `0x${string}`;
113
- __kind: "Sol";
114
- }, {
112
+ __kind: "Solana";
115
113
  value: string;
114
+ }, {
116
115
  __kind: "Sol";
116
+ value: string;
117
117
  }>]>;
118
118
  channelId: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
119
119
  depositBlockHeight: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
120
120
  }, "strip", z.ZodTypeAny, {
121
121
  __kind: "DepositChannel";
122
122
  depositAddress: {
123
+ __kind: "Ethereum";
123
124
  value: `0x${string}`;
124
- __kind: "Eth";
125
125
  } | {
126
- value: `0x${string}`;
127
- __kind: "Dot";
126
+ __kind: "Polkadot";
127
+ value: string;
128
128
  } | {
129
- value: `0x${string}`;
130
- __kind: "Btc";
129
+ __kind: "Bitcoin";
130
+ value: string;
131
131
  } | {
132
+ __kind: "Arbitrum";
132
133
  value: `0x${string}`;
133
- __kind: "Arb";
134
134
  } | {
135
- value: `0x${string}`;
136
- __kind: "Sol";
135
+ __kind: "Solana";
136
+ value: string;
137
137
  };
138
138
  channelId: bigint;
139
139
  depositBlockHeight: bigint;
140
140
  }, {
141
141
  __kind: "DepositChannel";
142
142
  depositAddress: {
143
- value: string;
144
143
  __kind: "Eth";
145
- } | {
146
144
  value: string;
147
- __kind: "Dot";
148
145
  } | {
146
+ __kind: "Dot";
149
147
  value: string;
150
- __kind: "Btc";
151
148
  } | {
149
+ __kind: "Btc";
152
150
  value: string;
153
- __kind: "Arb";
154
151
  } | {
152
+ __kind: "Arb";
155
153
  value: string;
154
+ } | {
156
155
  __kind: "Sol";
156
+ value: string;
157
157
  };
158
158
  channelId: string | number;
159
159
  depositBlockHeight: string | number;
@@ -173,67 +173,67 @@ declare const swappingSwapScheduled: z.ZodObject<{
173
173
  __kind: z.ZodLiteral<"Eth">;
174
174
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
175
175
  }, "strip", z.ZodTypeAny, {
176
- value: `0x${string}`;
177
176
  __kind: "Eth";
177
+ value: `0x${string}`;
178
178
  }, {
179
- value: string;
180
179
  __kind: "Eth";
180
+ value: string;
181
181
  }>, z.ZodObject<{
182
182
  __kind: z.ZodLiteral<"Dot">;
183
183
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
184
184
  }, "strip", z.ZodTypeAny, {
185
- value: `0x${string}`;
186
185
  __kind: "Dot";
186
+ value: `0x${string}`;
187
187
  }, {
188
- value: string;
189
188
  __kind: "Dot";
189
+ value: string;
190
190
  }>, z.ZodObject<{
191
191
  __kind: z.ZodLiteral<"Btc">;
192
192
  value: z.ZodUnion<[z.ZodObject<{
193
193
  __kind: z.ZodLiteral<"P2PKH">;
194
194
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
195
195
  }, "strip", z.ZodTypeAny, {
196
- value: `0x${string}`;
197
196
  __kind: "P2PKH";
197
+ value: `0x${string}`;
198
198
  }, {
199
- value: string;
200
199
  __kind: "P2PKH";
200
+ value: string;
201
201
  }>, z.ZodObject<{
202
202
  __kind: z.ZodLiteral<"P2SH">;
203
203
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
204
204
  }, "strip", z.ZodTypeAny, {
205
- value: `0x${string}`;
206
205
  __kind: "P2SH";
206
+ value: `0x${string}`;
207
207
  }, {
208
- value: string;
209
208
  __kind: "P2SH";
209
+ value: string;
210
210
  }>, z.ZodObject<{
211
211
  __kind: z.ZodLiteral<"P2WPKH">;
212
212
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
213
213
  }, "strip", z.ZodTypeAny, {
214
- value: `0x${string}`;
215
214
  __kind: "P2WPKH";
215
+ value: `0x${string}`;
216
216
  }, {
217
- value: string;
218
217
  __kind: "P2WPKH";
218
+ value: string;
219
219
  }>, z.ZodObject<{
220
220
  __kind: z.ZodLiteral<"P2WSH">;
221
221
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
222
222
  }, "strip", z.ZodTypeAny, {
223
- value: `0x${string}`;
224
223
  __kind: "P2WSH";
224
+ value: `0x${string}`;
225
225
  }, {
226
- value: string;
227
226
  __kind: "P2WSH";
227
+ value: string;
228
228
  }>, z.ZodObject<{
229
229
  __kind: z.ZodLiteral<"Taproot">;
230
230
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
231
231
  }, "strip", z.ZodTypeAny, {
232
- value: `0x${string}`;
233
232
  __kind: "Taproot";
233
+ value: `0x${string}`;
234
234
  }, {
235
- value: string;
236
235
  __kind: "Taproot";
236
+ value: string;
237
237
  }>, z.ZodObject<{
238
238
  __kind: z.ZodLiteral<"OtherSegwit">;
239
239
  version: z.ZodNumber;
@@ -248,160 +248,160 @@ declare const swappingSwapScheduled: z.ZodObject<{
248
248
  program: string;
249
249
  }>]>;
250
250
  }, "strip", z.ZodTypeAny, {
251
+ __kind: "Btc";
251
252
  value: {
252
- value: `0x${string}`;
253
253
  __kind: "P2PKH";
254
- } | {
255
254
  value: `0x${string}`;
256
- __kind: "P2SH";
257
255
  } | {
256
+ __kind: "P2SH";
258
257
  value: `0x${string}`;
259
- __kind: "P2WPKH";
260
258
  } | {
259
+ __kind: "P2WPKH";
261
260
  value: `0x${string}`;
262
- __kind: "P2WSH";
263
261
  } | {
262
+ __kind: "P2WSH";
264
263
  value: `0x${string}`;
264
+ } | {
265
265
  __kind: "Taproot";
266
+ value: `0x${string}`;
266
267
  } | {
267
268
  __kind: "OtherSegwit";
268
269
  version: number;
269
270
  program: `0x${string}`;
270
271
  };
271
- __kind: "Btc";
272
272
  }, {
273
+ __kind: "Btc";
273
274
  value: {
274
- value: string;
275
275
  __kind: "P2PKH";
276
- } | {
277
276
  value: string;
278
- __kind: "P2SH";
279
277
  } | {
278
+ __kind: "P2SH";
280
279
  value: string;
281
- __kind: "P2WPKH";
282
280
  } | {
281
+ __kind: "P2WPKH";
283
282
  value: string;
284
- __kind: "P2WSH";
285
283
  } | {
284
+ __kind: "P2WSH";
286
285
  value: string;
286
+ } | {
287
287
  __kind: "Taproot";
288
+ value: string;
288
289
  } | {
289
290
  __kind: "OtherSegwit";
290
291
  version: number;
291
292
  program: string;
292
293
  };
293
- __kind: "Btc";
294
294
  }>, z.ZodObject<{
295
295
  __kind: z.ZodLiteral<"Arb">;
296
296
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
297
297
  }, "strip", z.ZodTypeAny, {
298
- value: `0x${string}`;
299
298
  __kind: "Arb";
299
+ value: `0x${string}`;
300
300
  }, {
301
- value: string;
302
301
  __kind: "Arb";
302
+ value: string;
303
303
  }>, z.ZodObject<{
304
304
  __kind: z.ZodLiteral<"Sol">;
305
305
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
306
306
  }, "strip", z.ZodTypeAny, {
307
- value: `0x${string}`;
308
307
  __kind: "Sol";
308
+ value: `0x${string}`;
309
309
  }, {
310
- value: string;
311
310
  __kind: "Sol";
311
+ value: string;
312
312
  }>]>;
313
313
  }, "strip", z.ZodTypeAny, {
314
+ __kind: "Swap";
314
315
  value: {
315
- value: `0x${string}`;
316
316
  __kind: "Eth";
317
- } | {
318
317
  value: `0x${string}`;
318
+ } | {
319
319
  __kind: "Dot";
320
+ value: `0x${string}`;
320
321
  } | {
322
+ __kind: "Btc";
321
323
  value: {
322
- value: `0x${string}`;
323
324
  __kind: "P2PKH";
324
- } | {
325
325
  value: `0x${string}`;
326
- __kind: "P2SH";
327
326
  } | {
327
+ __kind: "P2SH";
328
328
  value: `0x${string}`;
329
- __kind: "P2WPKH";
330
329
  } | {
330
+ __kind: "P2WPKH";
331
331
  value: `0x${string}`;
332
- __kind: "P2WSH";
333
332
  } | {
333
+ __kind: "P2WSH";
334
334
  value: `0x${string}`;
335
+ } | {
335
336
  __kind: "Taproot";
337
+ value: `0x${string}`;
336
338
  } | {
337
339
  __kind: "OtherSegwit";
338
340
  version: number;
339
341
  program: `0x${string}`;
340
342
  };
341
- __kind: "Btc";
342
343
  } | {
343
- value: `0x${string}`;
344
344
  __kind: "Arb";
345
- } | {
346
345
  value: `0x${string}`;
346
+ } | {
347
347
  __kind: "Sol";
348
+ value: `0x${string}`;
348
349
  };
349
- __kind: "Swap";
350
350
  }, {
351
+ __kind: "Swap";
351
352
  value: {
352
- value: string;
353
353
  __kind: "Eth";
354
- } | {
355
354
  value: string;
355
+ } | {
356
356
  __kind: "Dot";
357
+ value: string;
357
358
  } | {
359
+ __kind: "Btc";
358
360
  value: {
359
- value: string;
360
361
  __kind: "P2PKH";
361
- } | {
362
362
  value: string;
363
- __kind: "P2SH";
364
363
  } | {
364
+ __kind: "P2SH";
365
365
  value: string;
366
- __kind: "P2WPKH";
367
366
  } | {
367
+ __kind: "P2WPKH";
368
368
  value: string;
369
- __kind: "P2WSH";
370
369
  } | {
370
+ __kind: "P2WSH";
371
371
  value: string;
372
+ } | {
372
373
  __kind: "Taproot";
374
+ value: string;
373
375
  } | {
374
376
  __kind: "OtherSegwit";
375
377
  version: number;
376
378
  program: string;
377
379
  };
378
- __kind: "Btc";
379
380
  } | {
380
- value: string;
381
381
  __kind: "Arb";
382
- } | {
383
382
  value: string;
383
+ } | {
384
384
  __kind: "Sol";
385
+ value: string;
385
386
  };
386
- __kind: "Swap";
387
387
  }>, z.ZodObject<{
388
388
  __kind: z.ZodLiteral<"CcmPrincipal">;
389
389
  value: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
390
390
  }, "strip", z.ZodTypeAny, {
391
- value: bigint;
392
391
  __kind: "CcmPrincipal";
392
+ value: bigint;
393
393
  }, {
394
- value: string | number;
395
394
  __kind: "CcmPrincipal";
395
+ value: string | number;
396
396
  }>, z.ZodObject<{
397
397
  __kind: z.ZodLiteral<"CcmGas">;
398
398
  value: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
399
399
  }, "strip", z.ZodTypeAny, {
400
- value: bigint;
401
400
  __kind: "CcmGas";
401
+ value: bigint;
402
402
  }, {
403
- value: string | number;
404
403
  __kind: "CcmGas";
404
+ value: string | number;
405
405
  }>, z.ZodObject<{
406
406
  __kind: z.ZodLiteral<"NetworkFee">;
407
407
  }, "strip", z.ZodTypeAny, {
@@ -422,38 +422,38 @@ declare const swappingSwapScheduled: z.ZodObject<{
422
422
  swapId: bigint;
423
423
  depositAmount: bigint;
424
424
  destinationAddress: {
425
+ __kind: "Ethereum";
425
426
  value: `0x${string}`;
426
- __kind: "Eth";
427
427
  } | {
428
- value: `0x${string}`;
429
- __kind: "Dot";
428
+ __kind: "Polkadot";
429
+ value: string;
430
430
  } | {
431
- value: `0x${string}`;
432
- __kind: "Btc";
431
+ __kind: "Bitcoin";
432
+ value: string;
433
433
  } | {
434
+ __kind: "Arbitrum";
434
435
  value: `0x${string}`;
435
- __kind: "Arb";
436
436
  } | {
437
- value: `0x${string}`;
438
- __kind: "Sol";
437
+ __kind: "Solana";
438
+ value: string;
439
439
  };
440
440
  origin: {
441
441
  __kind: "DepositChannel";
442
442
  depositAddress: {
443
+ __kind: "Ethereum";
443
444
  value: `0x${string}`;
444
- __kind: "Eth";
445
445
  } | {
446
- value: `0x${string}`;
447
- __kind: "Dot";
446
+ __kind: "Polkadot";
447
+ value: string;
448
448
  } | {
449
- value: `0x${string}`;
450
- __kind: "Btc";
449
+ __kind: "Bitcoin";
450
+ value: string;
451
451
  } | {
452
+ __kind: "Arbitrum";
452
453
  value: `0x${string}`;
453
- __kind: "Arb";
454
454
  } | {
455
- value: `0x${string}`;
456
- __kind: "Sol";
455
+ __kind: "Solana";
456
+ value: string;
457
457
  };
458
458
  channelId: bigint;
459
459
  depositBlockHeight: bigint;
@@ -461,51 +461,51 @@ declare const swappingSwapScheduled: z.ZodObject<{
461
461
  __kind: "Vault";
462
462
  txHash: `0x${string}`;
463
463
  };
464
- sourceAsset: "Eth" | "Dot" | "Btc" | "Sol" | "Flip" | "Usdc" | "ArbEth" | "ArbUsdc" | "Usdt";
465
- destinationAsset: "Eth" | "Dot" | "Btc" | "Sol" | "Flip" | "Usdc" | "ArbEth" | "ArbUsdc" | "Usdt";
464
+ sourceAsset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol";
465
+ destinationAsset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol";
466
466
  swapType: {
467
+ __kind: "Swap";
467
468
  value: {
468
- value: `0x${string}`;
469
469
  __kind: "Eth";
470
- } | {
471
470
  value: `0x${string}`;
471
+ } | {
472
472
  __kind: "Dot";
473
+ value: `0x${string}`;
473
474
  } | {
475
+ __kind: "Btc";
474
476
  value: {
475
- value: `0x${string}`;
476
477
  __kind: "P2PKH";
477
- } | {
478
478
  value: `0x${string}`;
479
- __kind: "P2SH";
480
479
  } | {
480
+ __kind: "P2SH";
481
481
  value: `0x${string}`;
482
- __kind: "P2WPKH";
483
482
  } | {
483
+ __kind: "P2WPKH";
484
484
  value: `0x${string}`;
485
- __kind: "P2WSH";
486
485
  } | {
486
+ __kind: "P2WSH";
487
487
  value: `0x${string}`;
488
+ } | {
488
489
  __kind: "Taproot";
490
+ value: `0x${string}`;
489
491
  } | {
490
492
  __kind: "OtherSegwit";
491
493
  version: number;
492
494
  program: `0x${string}`;
493
495
  };
494
- __kind: "Btc";
495
496
  } | {
496
- value: `0x${string}`;
497
497
  __kind: "Arb";
498
- } | {
499
498
  value: `0x${string}`;
499
+ } | {
500
500
  __kind: "Sol";
501
+ value: `0x${string}`;
501
502
  };
502
- __kind: "Swap";
503
503
  } | {
504
- value: bigint;
505
504
  __kind: "CcmPrincipal";
506
- } | {
507
505
  value: bigint;
506
+ } | {
508
507
  __kind: "CcmGas";
508
+ value: bigint;
509
509
  } | {
510
510
  __kind: "NetworkFee";
511
511
  } | {
@@ -518,38 +518,38 @@ declare const swappingSwapScheduled: z.ZodObject<{
518
518
  swapId: string | number;
519
519
  depositAmount: string | number;
520
520
  destinationAddress: {
521
- value: string;
522
521
  __kind: "Eth";
523
- } | {
524
522
  value: string;
525
- __kind: "Dot";
526
523
  } | {
524
+ __kind: "Dot";
527
525
  value: string;
528
- __kind: "Btc";
529
526
  } | {
527
+ __kind: "Btc";
530
528
  value: string;
531
- __kind: "Arb";
532
529
  } | {
530
+ __kind: "Arb";
533
531
  value: string;
532
+ } | {
534
533
  __kind: "Sol";
534
+ value: string;
535
535
  };
536
536
  origin: {
537
537
  __kind: "DepositChannel";
538
538
  depositAddress: {
539
- value: string;
540
539
  __kind: "Eth";
541
- } | {
542
540
  value: string;
543
- __kind: "Dot";
544
541
  } | {
542
+ __kind: "Dot";
545
543
  value: string;
546
- __kind: "Btc";
547
544
  } | {
545
+ __kind: "Btc";
548
546
  value: string;
549
- __kind: "Arb";
550
547
  } | {
548
+ __kind: "Arb";
551
549
  value: string;
550
+ } | {
552
551
  __kind: "Sol";
552
+ value: string;
553
553
  };
554
554
  channelId: string | number;
555
555
  depositBlockHeight: string | number;
@@ -558,54 +558,54 @@ declare const swappingSwapScheduled: z.ZodObject<{
558
558
  txHash: string;
559
559
  };
560
560
  sourceAsset: {
561
- __kind: "Eth" | "Dot" | "Btc" | "Sol" | "Flip" | "Usdc" | "ArbEth" | "ArbUsdc" | "Usdt";
561
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol";
562
562
  };
563
563
  destinationAsset: {
564
- __kind: "Eth" | "Dot" | "Btc" | "Sol" | "Flip" | "Usdc" | "ArbEth" | "ArbUsdc" | "Usdt";
564
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol";
565
565
  };
566
566
  swapType: {
567
+ __kind: "Swap";
567
568
  value: {
568
- value: string;
569
569
  __kind: "Eth";
570
- } | {
571
570
  value: string;
571
+ } | {
572
572
  __kind: "Dot";
573
+ value: string;
573
574
  } | {
575
+ __kind: "Btc";
574
576
  value: {
575
- value: string;
576
577
  __kind: "P2PKH";
577
- } | {
578
578
  value: string;
579
- __kind: "P2SH";
580
579
  } | {
580
+ __kind: "P2SH";
581
581
  value: string;
582
- __kind: "P2WPKH";
583
582
  } | {
583
+ __kind: "P2WPKH";
584
584
  value: string;
585
- __kind: "P2WSH";
586
585
  } | {
586
+ __kind: "P2WSH";
587
587
  value: string;
588
+ } | {
588
589
  __kind: "Taproot";
590
+ value: string;
589
591
  } | {
590
592
  __kind: "OtherSegwit";
591
593
  version: number;
592
594
  program: string;
593
595
  };
594
- __kind: "Btc";
595
596
  } | {
596
- value: string;
597
597
  __kind: "Arb";
598
- } | {
599
598
  value: string;
599
+ } | {
600
600
  __kind: "Sol";
601
+ value: string;
601
602
  };
602
- __kind: "Swap";
603
603
  } | {
604
- value: string | number;
605
604
  __kind: "CcmPrincipal";
606
- } | {
607
605
  value: string | number;
606
+ } | {
608
607
  __kind: "CcmGas";
608
+ value: string | number;
609
609
  } | {
610
610
  __kind: "NetworkFee";
611
611
  } | {