@chainflip/processor 1.11.3 → 1.11.5

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 (419) 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/environment/runtimeSafeModeUpdated.d.cts +40 -40
  4. package/dist/100/environment/runtimeSafeModeUpdated.d.ts +40 -40
  5. package/dist/100/ethereumBroadcaster/broadcastCallbackExecuted.d.cts +28 -28
  6. package/dist/100/ethereumBroadcaster/broadcastCallbackExecuted.d.ts +28 -28
  7. package/dist/100/ethereumIngressEgress/depositIgnored.d.cts +2 -2
  8. package/dist/100/ethereumIngressEgress/depositIgnored.d.ts +2 -2
  9. package/dist/100/ethereumIngressEgress/depositReceived.d.cts +2 -2
  10. package/dist/100/ethereumIngressEgress/depositReceived.d.ts +2 -2
  11. package/dist/100/ethereumIngressEgress/depositWitnessRejected.d.cts +4 -4
  12. package/dist/100/ethereumIngressEgress/depositWitnessRejected.d.ts +4 -4
  13. package/dist/100/swapping/batchSwapFailed.d.cts +8 -8
  14. package/dist/100/swapping/batchSwapFailed.d.ts +8 -8
  15. package/dist/100/swapping/ccmDepositReceived.d.cts +62 -62
  16. package/dist/100/swapping/ccmDepositReceived.d.ts +62 -62
  17. package/dist/100/swapping/ccmFailed.d.cts +62 -62
  18. package/dist/100/swapping/ccmFailed.d.ts +62 -62
  19. package/dist/100/swapping/minimumSwapAmountSet.d.cts +6 -6
  20. package/dist/100/swapping/minimumSwapAmountSet.d.ts +6 -6
  21. package/dist/100/swapping/swapAmountTooLow.d.cts +19 -19
  22. package/dist/100/swapping/swapAmountTooLow.d.ts +19 -19
  23. package/dist/100/swapping/swapDepositAddressReady.d.cts +26 -26
  24. package/dist/100/swapping/swapDepositAddressReady.d.ts +26 -26
  25. package/dist/100/swapping/swapEgressScheduled.d.cts +6 -6
  26. package/dist/100/swapping/swapEgressScheduled.d.ts +6 -6
  27. package/dist/100/swapping/swapExecuted.d.cts +12 -12
  28. package/dist/100/swapping/swapExecuted.d.ts +12 -12
  29. package/dist/100/swapping/swapScheduled.d.cts +91 -91
  30. package/dist/100/swapping/swapScheduled.d.ts +91 -91
  31. package/dist/100/swapping/withdrawalRequested.d.cts +4 -4
  32. package/dist/100/swapping/withdrawalRequested.d.ts +4 -4
  33. package/dist/100/witnesser/witnessExecutionFailed.d.cts +18 -18
  34. package/dist/100/witnesser/witnessExecutionFailed.d.ts +18 -18
  35. package/dist/11000/assethubIngressEgress/ccmEgressInvalid.d.cts +107 -107
  36. package/dist/11000/assethubIngressEgress/ccmEgressInvalid.d.ts +107 -107
  37. package/dist/11000/assethubIngressEgress/depositFailed.d.cts +161 -161
  38. package/dist/11000/assethubIngressEgress/depositFailed.d.ts +161 -161
  39. package/dist/11000/assethubIngressEgress/failedToBuildAllBatchCall.d.cts +103 -103
  40. package/dist/11000/assethubIngressEgress/failedToBuildAllBatchCall.d.ts +103 -103
  41. package/dist/11000/bitcoinIngressEgress/ccmEgressInvalid.d.cts +26 -26
  42. package/dist/11000/bitcoinIngressEgress/ccmEgressInvalid.d.ts +26 -26
  43. package/dist/11000/bitcoinIngressEgress/depositFailed.d.cts +34 -34
  44. package/dist/11000/bitcoinIngressEgress/depositFailed.d.ts +34 -34
  45. package/dist/11000/bitcoinIngressEgress/failedToBuildAllBatchCall.d.cts +22 -22
  46. package/dist/11000/bitcoinIngressEgress/failedToBuildAllBatchCall.d.ts +22 -22
  47. package/dist/11000/environment/runtimeSafeModeUpdated.d.cts +28 -28
  48. package/dist/11000/environment/runtimeSafeModeUpdated.d.ts +28 -28
  49. package/dist/11000/lendingPools/boostFundsAdded.d.cts +4 -4
  50. package/dist/11000/lendingPools/boostFundsAdded.d.ts +4 -4
  51. package/dist/11000/lendingPools/stoppedBoosting.d.cts +2 -2
  52. package/dist/11000/lendingPools/stoppedBoosting.d.ts +2 -2
  53. package/dist/11000/polkadotIngressEgress/ccmEgressInvalid.d.cts +107 -107
  54. package/dist/11000/polkadotIngressEgress/ccmEgressInvalid.d.ts +107 -107
  55. package/dist/11000/polkadotIngressEgress/depositFailed.d.cts +203 -203
  56. package/dist/11000/polkadotIngressEgress/depositFailed.d.ts +203 -203
  57. package/dist/11000/polkadotIngressEgress/failedToBuildAllBatchCall.d.cts +103 -103
  58. package/dist/11000/polkadotIngressEgress/failedToBuildAllBatchCall.d.ts +103 -103
  59. package/dist/11000/solanaIngressEgress/ccmEgressInvalid.d.cts +26 -26
  60. package/dist/11000/solanaIngressEgress/ccmEgressInvalid.d.ts +26 -26
  61. package/dist/11000/solanaIngressEgress/depositFailed.d.cts +40 -40
  62. package/dist/11000/solanaIngressEgress/depositFailed.d.ts +40 -40
  63. package/dist/11000/solanaIngressEgress/failedToBuildAllBatchCall.d.cts +22 -22
  64. package/dist/11000/solanaIngressEgress/failedToBuildAllBatchCall.d.ts +22 -22
  65. package/dist/11000/swapping/palletConfigUpdated.d.cts +32 -32
  66. package/dist/11000/swapping/palletConfigUpdated.d.ts +32 -32
  67. package/dist/11000/swapping/refundEgressScheduled.d.cts +12 -12
  68. package/dist/11000/swapping/refundEgressScheduled.d.ts +12 -12
  69. package/dist/11000/swapping/refundedOnChain.d.cts +8 -8
  70. package/dist/11000/swapping/refundedOnChain.d.ts +8 -8
  71. package/dist/11000/swapping/swapDepositAddressReady.d.cts +42 -42
  72. package/dist/11000/swapping/swapDepositAddressReady.d.ts +42 -42
  73. package/dist/11000/swapping/swapRequested.d.cts +44 -44
  74. package/dist/11000/swapping/swapRequested.d.ts +44 -44
  75. package/dist/111/liquidityPools/scheduledLimitOrderUpdateDispatchFailure.d.cts +2 -2
  76. package/dist/111/liquidityPools/scheduledLimitOrderUpdateDispatchFailure.d.ts +2 -2
  77. package/dist/11100/assethubIngressEgress/depositFailed.d.cts +30 -30
  78. package/dist/11100/assethubIngressEgress/depositFailed.d.ts +30 -30
  79. package/dist/11100/bitcoinIngressEgress/depositFailed.d.cts +296 -296
  80. package/dist/11100/bitcoinIngressEgress/depositFailed.d.ts +296 -296
  81. package/dist/120/emissions/backupRewardsDistributed.d.cts +2 -2
  82. package/dist/120/emissions/backupRewardsDistributed.d.ts +2 -2
  83. package/dist/120/emissions/flipBurnSkipped.d.cts +16 -16
  84. package/dist/120/emissions/flipBurnSkipped.d.ts +16 -16
  85. package/dist/120/liquidityProvider/liquidityDepositCredited.d.cts +2 -2
  86. package/dist/120/liquidityProvider/liquidityDepositCredited.d.ts +2 -2
  87. package/dist/120/liquidityProvider/withdrawalEgressScheduled.d.cts +4 -4
  88. package/dist/120/liquidityProvider/withdrawalEgressScheduled.d.ts +4 -4
  89. package/dist/120/swapping/ccmFailed.d.cts +62 -62
  90. package/dist/120/swapping/ccmFailed.d.ts +62 -62
  91. package/dist/120/swapping/swapEgressIgnored.d.cts +28 -28
  92. package/dist/120/swapping/swapEgressIgnored.d.ts +28 -28
  93. package/dist/120/swapping/swapEgressScheduled.d.cts +6 -6
  94. package/dist/120/swapping/swapEgressScheduled.d.ts +6 -6
  95. package/dist/120/swapping/swapExecuted.d.cts +12 -12
  96. package/dist/120/swapping/swapExecuted.d.ts +12 -12
  97. package/dist/120/swapping/withdrawalRequested.d.cts +4 -4
  98. package/dist/120/swapping/withdrawalRequested.d.ts +4 -4
  99. package/dist/131/bitcoinBroadcaster/transactionBroadcastRequest.d.cts +2 -2
  100. package/dist/131/bitcoinBroadcaster/transactionBroadcastRequest.d.ts +2 -2
  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 +2 -2
  106. package/dist/131/ethereumIngressEgress/depositReceived.d.ts +2 -2
  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/polkadotIngressEgress/failedToBuildAllBatchCall.d.cts +28 -28
  116. package/dist/131/polkadotIngressEgress/failedToBuildAllBatchCall.d.ts +28 -28
  117. package/dist/141/arbitrumIngressEgress/ccmEgressInvalid.d.cts +16 -16
  118. package/dist/141/arbitrumIngressEgress/ccmEgressInvalid.d.ts +16 -16
  119. package/dist/141/arbitrumIngressEgress/depositBoosted.d.cts +4 -4
  120. package/dist/141/arbitrumIngressEgress/depositBoosted.d.ts +4 -4
  121. package/dist/141/arbitrumIngressEgress/depositFetchesScheduled.d.cts +2 -2
  122. package/dist/141/arbitrumIngressEgress/depositFetchesScheduled.d.ts +2 -2
  123. package/dist/141/arbitrumIngressEgress/depositFinalised.d.cts +4 -4
  124. package/dist/141/arbitrumIngressEgress/depositFinalised.d.ts +4 -4
  125. package/dist/141/arbitrumIngressEgress/depositIgnored.d.cts +3 -3
  126. package/dist/141/arbitrumIngressEgress/depositIgnored.d.ts +3 -3
  127. package/dist/141/arbitrumIngressEgress/depositWitnessRejected.d.cts +22 -22
  128. package/dist/141/arbitrumIngressEgress/depositWitnessRejected.d.ts +22 -22
  129. package/dist/141/arbitrumIngressEgress/failedToBuildAllBatchCall.d.cts +28 -28
  130. package/dist/141/arbitrumIngressEgress/failedToBuildAllBatchCall.d.ts +28 -28
  131. package/dist/141/arbitrumIngressEgress/insufficientBoostLiquidity.d.cts +3 -3
  132. package/dist/141/arbitrumIngressEgress/insufficientBoostLiquidity.d.ts +3 -3
  133. package/dist/141/arbitrumIngressEgress/transferFallbackRequested.d.cts +4 -4
  134. package/dist/141/arbitrumIngressEgress/transferFallbackRequested.d.ts +4 -4
  135. package/dist/141/bitcoinIngressEgress/boostFundsAdded.d.cts +2 -2
  136. package/dist/141/bitcoinIngressEgress/boostFundsAdded.d.ts +2 -2
  137. package/dist/141/bitcoinIngressEgress/ccmEgressInvalid.d.cts +16 -16
  138. package/dist/141/bitcoinIngressEgress/ccmEgressInvalid.d.ts +16 -16
  139. package/dist/141/bitcoinIngressEgress/depositBoosted.d.cts +20 -20
  140. package/dist/141/bitcoinIngressEgress/depositBoosted.d.ts +20 -20
  141. package/dist/141/bitcoinIngressEgress/depositFinalised.d.cts +20 -20
  142. package/dist/141/bitcoinIngressEgress/depositFinalised.d.ts +20 -20
  143. package/dist/141/bitcoinIngressEgress/stoppedBoosting.d.cts +2 -2
  144. package/dist/141/bitcoinIngressEgress/stoppedBoosting.d.ts +2 -2
  145. package/dist/141/ethereumIngressEgress/boostFundsAdded.d.cts +2 -2
  146. package/dist/141/ethereumIngressEgress/boostFundsAdded.d.ts +2 -2
  147. package/dist/141/ethereumIngressEgress/depositBoosted.d.cts +4 -4
  148. package/dist/141/ethereumIngressEgress/depositBoosted.d.ts +4 -4
  149. package/dist/141/ethereumIngressEgress/depositFinalised.d.cts +4 -4
  150. package/dist/141/ethereumIngressEgress/depositFinalised.d.ts +4 -4
  151. package/dist/141/ethereumIngressEgress/insufficientBoostLiquidity.d.cts +3 -3
  152. package/dist/141/ethereumIngressEgress/insufficientBoostLiquidity.d.ts +3 -3
  153. package/dist/141/evmThresholdSigner/failureReportProcessed.d.cts +2 -2
  154. package/dist/141/evmThresholdSigner/failureReportProcessed.d.ts +2 -2
  155. package/dist/141/evmThresholdSigner/retryRequested.d.cts +2 -2
  156. package/dist/141/evmThresholdSigner/retryRequested.d.ts +2 -2
  157. package/dist/141/evmThresholdSigner/thresholdDispatchComplete.d.cts +2 -2
  158. package/dist/141/evmThresholdSigner/thresholdDispatchComplete.d.ts +2 -2
  159. package/dist/141/evmThresholdSigner/thresholdSignatureFailed.d.cts +2 -2
  160. package/dist/141/evmThresholdSigner/thresholdSignatureFailed.d.ts +2 -2
  161. package/dist/141/evmThresholdSigner/thresholdSignatureRequest.d.cts +2 -2
  162. package/dist/141/evmThresholdSigner/thresholdSignatureRequest.d.ts +2 -2
  163. package/dist/141/evmThresholdSigner/thresholdSignatureSuccess.d.cts +2 -2
  164. package/dist/141/evmThresholdSigner/thresholdSignatureSuccess.d.ts +2 -2
  165. package/dist/141/liquidityPools/limitOrderUpdated.d.cts +10 -10
  166. package/dist/141/liquidityPools/limitOrderUpdated.d.ts +10 -10
  167. package/dist/141/liquidityPools/rangeOrderUpdated.d.cts +10 -10
  168. package/dist/141/liquidityPools/rangeOrderUpdated.d.ts +10 -10
  169. package/dist/141/polkadotIngressEgress/boostFundsAdded.d.cts +2 -2
  170. package/dist/141/polkadotIngressEgress/boostFundsAdded.d.ts +2 -2
  171. package/dist/141/polkadotIngressEgress/depositBoosted.d.cts +4 -4
  172. package/dist/141/polkadotIngressEgress/depositBoosted.d.ts +4 -4
  173. package/dist/141/polkadotIngressEgress/depositFinalised.d.cts +4 -4
  174. package/dist/141/polkadotIngressEgress/depositFinalised.d.ts +4 -4
  175. package/dist/141/polkadotIngressEgress/insufficientBoostLiquidity.d.cts +3 -3
  176. package/dist/141/polkadotIngressEgress/insufficientBoostLiquidity.d.ts +3 -3
  177. package/dist/141/swapping/batchSwapFailed.d.cts +8 -8
  178. package/dist/141/swapping/batchSwapFailed.d.ts +8 -8
  179. package/dist/141/swapping/ccmDepositReceived.d.cts +4 -4
  180. package/dist/141/swapping/ccmDepositReceived.d.ts +4 -4
  181. package/dist/141/swapping/ccmFailed.d.cts +4 -4
  182. package/dist/141/swapping/ccmFailed.d.ts +4 -4
  183. package/dist/141/swapping/maximumSwapAmountSet.d.cts +6 -6
  184. package/dist/141/swapping/maximumSwapAmountSet.d.ts +6 -6
  185. package/dist/141/swapping/swapAmountConfiscated.d.cts +12 -12
  186. package/dist/141/swapping/swapAmountConfiscated.d.ts +12 -12
  187. package/dist/141/swapping/swapDepositAddressReady.d.cts +18 -18
  188. package/dist/141/swapping/swapDepositAddressReady.d.ts +18 -18
  189. package/dist/141/swapping/swapEgressIgnored.d.cts +12 -12
  190. package/dist/141/swapping/swapEgressIgnored.d.ts +12 -12
  191. package/dist/141/swapping/swapEgressScheduled.d.cts +8 -8
  192. package/dist/141/swapping/swapEgressScheduled.d.ts +8 -8
  193. package/dist/141/swapping/swapExecuted.d.cts +12 -12
  194. package/dist/141/swapping/swapExecuted.d.ts +12 -12
  195. package/dist/141/swapping/swapScheduled.d.cts +16 -16
  196. package/dist/141/swapping/swapScheduled.d.ts +16 -16
  197. package/dist/141/swapping/withdrawalRequested.d.cts +6 -6
  198. package/dist/141/swapping/withdrawalRequested.d.ts +6 -6
  199. package/dist/141/validator/rotationPhaseUpdated.d.cts +20 -20
  200. package/dist/141/validator/rotationPhaseUpdated.d.ts +20 -20
  201. package/dist/150/arbitrumIngressEgress/ccmEgressInvalid.d.cts +16 -16
  202. package/dist/150/arbitrumIngressEgress/ccmEgressInvalid.d.ts +16 -16
  203. package/dist/150/arbitrumIngressEgress/depositBoosted.d.cts +6 -6
  204. package/dist/150/arbitrumIngressEgress/depositBoosted.d.ts +6 -6
  205. package/dist/150/arbitrumIngressEgress/depositFinalised.d.cts +4 -4
  206. package/dist/150/arbitrumIngressEgress/depositFinalised.d.ts +4 -4
  207. package/dist/150/arbitrumIngressEgress/depositIgnored.d.cts +2 -2
  208. package/dist/150/arbitrumIngressEgress/depositIgnored.d.ts +2 -2
  209. package/dist/150/arbitrumIngressEgress/depositWitnessRejected.d.cts +20 -20
  210. package/dist/150/arbitrumIngressEgress/depositWitnessRejected.d.ts +20 -20
  211. package/dist/150/assetBalances/refundScheduled.d.cts +52 -52
  212. package/dist/150/assetBalances/refundScheduled.d.ts +52 -52
  213. package/dist/150/assetBalances/refundSkipped.d.cts +66 -66
  214. package/dist/150/assetBalances/refundSkipped.d.ts +66 -66
  215. package/dist/150/ethereumIngressEgress/ccmBroadcastRequested.d.cts +2 -2
  216. package/dist/150/ethereumIngressEgress/ccmBroadcastRequested.d.ts +2 -2
  217. package/dist/150/ethereumIngressEgress/ccmEgressInvalid.d.cts +4 -4
  218. package/dist/150/ethereumIngressEgress/ccmEgressInvalid.d.ts +4 -4
  219. package/dist/150/solanaIngressEgress/ccmEgressInvalid.d.cts +16 -16
  220. package/dist/150/solanaIngressEgress/ccmEgressInvalid.d.ts +16 -16
  221. package/dist/150/solanaIngressEgress/depositBoosted.d.cts +4 -4
  222. package/dist/150/solanaIngressEgress/depositBoosted.d.ts +4 -4
  223. package/dist/150/solanaIngressEgress/depositFetchesScheduled.d.cts +2 -2
  224. package/dist/150/solanaIngressEgress/depositFetchesScheduled.d.ts +2 -2
  225. package/dist/150/solanaIngressEgress/depositFinalised.d.cts +3 -3
  226. package/dist/150/solanaIngressEgress/depositFinalised.d.ts +3 -3
  227. package/dist/150/solanaIngressEgress/depositIgnored.d.cts +2 -2
  228. package/dist/150/solanaIngressEgress/depositIgnored.d.ts +2 -2
  229. package/dist/150/solanaIngressEgress/depositWitnessRejected.d.cts +20 -20
  230. package/dist/150/solanaIngressEgress/depositWitnessRejected.d.ts +20 -20
  231. package/dist/150/solanaIngressEgress/failedToBuildAllBatchCall.d.cts +28 -28
  232. package/dist/150/solanaIngressEgress/failedToBuildAllBatchCall.d.ts +28 -28
  233. package/dist/150/solanaIngressEgress/insufficientBoostLiquidity.d.cts +3 -3
  234. package/dist/150/solanaIngressEgress/insufficientBoostLiquidity.d.ts +3 -3
  235. package/dist/150/solanaIngressEgress/transferFallbackRequested.d.cts +2 -2
  236. package/dist/150/solanaIngressEgress/transferFallbackRequested.d.ts +2 -2
  237. package/dist/160/arbitrumIngressEgress/depositBoosted.d.cts +10 -10
  238. package/dist/160/arbitrumIngressEgress/depositBoosted.d.ts +10 -10
  239. package/dist/160/arbitrumIngressEgress/depositFinalised.d.cts +6 -6
  240. package/dist/160/arbitrumIngressEgress/depositFinalised.d.ts +6 -6
  241. package/dist/160/assetBalances/accountCredited.d.cts +2 -2
  242. package/dist/160/assetBalances/accountCredited.d.ts +2 -2
  243. package/dist/160/assetBalances/accountDebited.d.cts +2 -2
  244. package/dist/160/assetBalances/accountDebited.d.ts +2 -2
  245. package/dist/160/bitcoinIngressEgress/ccmEgressInvalid.d.cts +61 -61
  246. package/dist/160/bitcoinIngressEgress/ccmEgressInvalid.d.ts +61 -61
  247. package/dist/160/bitcoinIngressEgress/depositBoosted.d.cts +28 -28
  248. package/dist/160/bitcoinIngressEgress/depositBoosted.d.ts +28 -28
  249. package/dist/160/bitcoinIngressEgress/depositFinalised.d.cts +26 -26
  250. package/dist/160/bitcoinIngressEgress/depositFinalised.d.ts +26 -26
  251. package/dist/160/polkadotIngressEgress/depositBoosted.d.cts +10 -10
  252. package/dist/160/polkadotIngressEgress/depositBoosted.d.ts +10 -10
  253. package/dist/160/polkadotIngressEgress/depositFinalised.d.cts +6 -6
  254. package/dist/160/polkadotIngressEgress/depositFinalised.d.ts +6 -6
  255. package/dist/160/swapping/batchSwapFailed.d.cts +8 -8
  256. package/dist/160/swapping/batchSwapFailed.d.ts +8 -8
  257. package/dist/160/swapping/ccmFailed.d.cts +14 -14
  258. package/dist/160/swapping/ccmFailed.d.ts +14 -14
  259. package/dist/160/swapping/maximumSwapAmountSet.d.cts +6 -6
  260. package/dist/160/swapping/maximumSwapAmountSet.d.ts +6 -6
  261. package/dist/160/swapping/refundEgressIgnored.d.cts +12 -12
  262. package/dist/160/swapping/refundEgressIgnored.d.ts +12 -12
  263. package/dist/160/swapping/refundEgressScheduled.d.cts +8 -8
  264. package/dist/160/swapping/refundEgressScheduled.d.ts +8 -8
  265. package/dist/160/swapping/swapAmountConfiscated.d.cts +7 -7
  266. package/dist/160/swapping/swapAmountConfiscated.d.ts +7 -7
  267. package/dist/160/swapping/swapDepositAddressReady.d.cts +31 -31
  268. package/dist/160/swapping/swapDepositAddressReady.d.ts +31 -31
  269. package/dist/160/swapping/swapEgressIgnored.d.cts +12 -12
  270. package/dist/160/swapping/swapEgressIgnored.d.ts +12 -12
  271. package/dist/160/swapping/swapEgressScheduled.d.cts +8 -8
  272. package/dist/160/swapping/swapEgressScheduled.d.ts +8 -8
  273. package/dist/160/swapping/swapExecuted.d.cts +12 -12
  274. package/dist/160/swapping/swapExecuted.d.ts +12 -12
  275. package/dist/160/swapping/swapRequested.d.cts +40 -40
  276. package/dist/160/swapping/swapRequested.d.ts +40 -40
  277. package/dist/160/swapping/withdrawalRequested.d.cts +10 -10
  278. package/dist/160/swapping/withdrawalRequested.d.ts +10 -10
  279. package/dist/170/bitcoinIngressEgress/boostedDepositLost.d.cts +2 -2
  280. package/dist/170/bitcoinIngressEgress/boostedDepositLost.d.ts +2 -2
  281. package/dist/170/bitcoinIngressEgress/ccmFailed.d.cts +37 -37
  282. package/dist/170/bitcoinIngressEgress/ccmFailed.d.ts +37 -37
  283. package/dist/170/bitcoinIngressEgress/depositBoosted.d.cts +30 -30
  284. package/dist/170/bitcoinIngressEgress/depositBoosted.d.ts +30 -30
  285. package/dist/170/bitcoinIngressEgress/depositFinalised.d.cts +30 -30
  286. package/dist/170/bitcoinIngressEgress/depositFinalised.d.ts +30 -30
  287. package/dist/170/bitcoinIngressEgress/depositIgnored.d.cts +30 -30
  288. package/dist/170/bitcoinIngressEgress/depositIgnored.d.ts +30 -30
  289. package/dist/170/bitcoinIngressEgress/depositWitnessRejected.d.cts +56 -56
  290. package/dist/170/bitcoinIngressEgress/depositWitnessRejected.d.ts +56 -56
  291. package/dist/170/bitcoinIngressEgress/failedToBuildAllBatchCall.d.cts +50 -50
  292. package/dist/170/bitcoinIngressEgress/failedToBuildAllBatchCall.d.ts +50 -50
  293. package/dist/170/bitcoinIngressEgress/transactionRejectedByBroker.d.cts +4 -4
  294. package/dist/170/bitcoinIngressEgress/transactionRejectedByBroker.d.ts +4 -4
  295. package/dist/170/bitcoinIngressEgress/transactionRejectionFailed.d.cts +4 -4
  296. package/dist/170/bitcoinIngressEgress/transactionRejectionFailed.d.ts +4 -4
  297. package/dist/170/ethereumIngressEgress/ccmFailed.d.cts +37 -37
  298. package/dist/170/ethereumIngressEgress/ccmFailed.d.ts +37 -37
  299. package/dist/170/ethereumIngressEgress/depositIgnored.d.cts +4 -4
  300. package/dist/170/ethereumIngressEgress/depositIgnored.d.ts +4 -4
  301. package/dist/170/ethereumIngressEgress/failedToBuildAllBatchCall.d.cts +50 -50
  302. package/dist/170/ethereumIngressEgress/failedToBuildAllBatchCall.d.ts +50 -50
  303. package/dist/170/ethereumIngressEgress/transactionRejectedByBroker.d.cts +2 -2
  304. package/dist/170/ethereumIngressEgress/transactionRejectedByBroker.d.ts +2 -2
  305. package/dist/170/polkadotIngressEgress/boostedDepositLost.d.cts +2 -2
  306. package/dist/170/polkadotIngressEgress/boostedDepositLost.d.ts +2 -2
  307. package/dist/170/polkadotIngressEgress/ccmFailed.d.cts +37 -37
  308. package/dist/170/polkadotIngressEgress/ccmFailed.d.ts +37 -37
  309. package/dist/170/polkadotIngressEgress/depositIgnored.d.cts +6 -6
  310. package/dist/170/polkadotIngressEgress/depositIgnored.d.ts +6 -6
  311. package/dist/170/polkadotIngressEgress/failedToBuildAllBatchCall.d.cts +50 -50
  312. package/dist/170/polkadotIngressEgress/failedToBuildAllBatchCall.d.ts +50 -50
  313. package/dist/170/solanaIngressEgress/ccmFailed.d.cts +37 -37
  314. package/dist/170/solanaIngressEgress/ccmFailed.d.ts +37 -37
  315. package/dist/170/solanaIngressEgress/depositIgnored.d.cts +4 -4
  316. package/dist/170/solanaIngressEgress/depositIgnored.d.ts +4 -4
  317. package/dist/170/solanaIngressEgress/failedToBuildAllBatchCall.d.cts +50 -50
  318. package/dist/170/solanaIngressEgress/failedToBuildAllBatchCall.d.ts +50 -50
  319. package/dist/180/bitcoinIngressEgress/ccmEgressInvalid.d.cts +24 -24
  320. package/dist/180/bitcoinIngressEgress/ccmEgressInvalid.d.ts +24 -24
  321. package/dist/180/bitcoinIngressEgress/depositBoosted.d.cts +4 -4
  322. package/dist/180/bitcoinIngressEgress/depositBoosted.d.ts +4 -4
  323. package/dist/180/bitcoinIngressEgress/depositFailed.d.cts +26 -26
  324. package/dist/180/bitcoinIngressEgress/depositFailed.d.ts +26 -26
  325. package/dist/180/bitcoinIngressEgress/depositFinalised.d.cts +2 -2
  326. package/dist/180/bitcoinIngressEgress/depositFinalised.d.ts +2 -2
  327. package/dist/180/bitcoinIngressEgress/failedToBuildAllBatchCall.d.cts +20 -20
  328. package/dist/180/bitcoinIngressEgress/failedToBuildAllBatchCall.d.ts +20 -20
  329. package/dist/180/bitcoinIngressEgress/insufficientBoostLiquidity.d.cts +2 -2
  330. package/dist/180/bitcoinIngressEgress/insufficientBoostLiquidity.d.ts +2 -2
  331. package/dist/180/polkadotIngressEgress/ccmEgressInvalid.d.cts +68 -68
  332. package/dist/180/polkadotIngressEgress/ccmEgressInvalid.d.ts +68 -68
  333. package/dist/180/polkadotIngressEgress/depositBoosted.d.cts +4 -4
  334. package/dist/180/polkadotIngressEgress/depositBoosted.d.ts +4 -4
  335. package/dist/180/polkadotIngressEgress/depositFailed.d.cts +185 -185
  336. package/dist/180/polkadotIngressEgress/depositFailed.d.ts +185 -185
  337. package/dist/180/polkadotIngressEgress/depositFinalised.d.cts +2 -2
  338. package/dist/180/polkadotIngressEgress/depositFinalised.d.ts +2 -2
  339. package/dist/180/polkadotIngressEgress/failedToBuildAllBatchCall.d.cts +64 -64
  340. package/dist/180/polkadotIngressEgress/failedToBuildAllBatchCall.d.ts +64 -64
  341. package/dist/180/polkadotIngressEgress/insufficientBoostLiquidity.d.cts +2 -2
  342. package/dist/180/polkadotIngressEgress/insufficientBoostLiquidity.d.ts +2 -2
  343. package/dist/180/swapping/privateBrokerChannelClosed.d.cts +2 -2
  344. package/dist/180/swapping/privateBrokerChannelClosed.d.ts +2 -2
  345. package/dist/180/swapping/privateBrokerChannelOpened.d.cts +2 -2
  346. package/dist/180/swapping/privateBrokerChannelOpened.d.ts +2 -2
  347. package/dist/180/swapping/swapDepositAddressReady.d.cts +2 -2
  348. package/dist/180/swapping/swapDepositAddressReady.d.ts +2 -2
  349. package/dist/180/swapping/swapRequested.d.cts +4 -4
  350. package/dist/180/swapping/swapRequested.d.ts +4 -4
  351. package/dist/190/arbitrumIngressEgress/ccmBroadcastRequested.d.cts +2 -2
  352. package/dist/190/arbitrumIngressEgress/ccmBroadcastRequested.d.ts +2 -2
  353. package/dist/190/arbitrumIngressEgress/ccmEgressInvalid.d.cts +20 -20
  354. package/dist/190/arbitrumIngressEgress/ccmEgressInvalid.d.ts +20 -20
  355. package/dist/190/arbitrumIngressEgress/depositBoosted.d.cts +8 -8
  356. package/dist/190/arbitrumIngressEgress/depositBoosted.d.ts +8 -8
  357. package/dist/190/arbitrumIngressEgress/depositFailed.d.cts +10 -10
  358. package/dist/190/arbitrumIngressEgress/depositFailed.d.ts +10 -10
  359. package/dist/190/arbitrumIngressEgress/depositFinalised.d.cts +8 -8
  360. package/dist/190/arbitrumIngressEgress/depositFinalised.d.ts +8 -8
  361. package/dist/190/arbitrumIngressEgress/failedToBuildAllBatchCall.d.cts +20 -20
  362. package/dist/190/arbitrumIngressEgress/failedToBuildAllBatchCall.d.ts +20 -20
  363. package/dist/190/arbitrumIngressEgress/transferFallbackRequested.d.cts +2 -2
  364. package/dist/190/arbitrumIngressEgress/transferFallbackRequested.d.ts +2 -2
  365. package/dist/190/assetBalances/accountCredited.d.cts +6 -6
  366. package/dist/190/assetBalances/accountCredited.d.ts +6 -6
  367. package/dist/190/assetBalances/accountDebited.d.cts +6 -6
  368. package/dist/190/assetBalances/accountDebited.d.ts +6 -6
  369. package/dist/190/assetBalances/refundScheduled.d.cts +2 -2
  370. package/dist/190/assetBalances/refundScheduled.d.ts +2 -2
  371. package/dist/190/assethubBroadcaster/broadcastCallbackExecuted.d.cts +28 -28
  372. package/dist/190/assethubBroadcaster/broadcastCallbackExecuted.d.ts +28 -28
  373. package/dist/190/ethereumIngressEgress/ccmEgressInvalid.d.cts +4 -4
  374. package/dist/190/ethereumIngressEgress/ccmEgressInvalid.d.ts +4 -4
  375. package/dist/190/liquidityPools/limitOrderUpdated.d.cts +12 -12
  376. package/dist/190/liquidityPools/limitOrderUpdated.d.ts +12 -12
  377. package/dist/190/liquidityPools/orderDeletionFailed.d.cts +8 -8
  378. package/dist/190/liquidityPools/orderDeletionFailed.d.ts +8 -8
  379. package/dist/190/liquidityPools/rangeOrderUpdated.d.cts +12 -12
  380. package/dist/190/liquidityPools/rangeOrderUpdated.d.ts +12 -12
  381. package/dist/190/solanaIngressEgress/ccmBroadcastRequested.d.cts +2 -2
  382. package/dist/190/solanaIngressEgress/ccmBroadcastRequested.d.ts +2 -2
  383. package/dist/190/solanaIngressEgress/ccmEgressInvalid.d.cts +54 -54
  384. package/dist/190/solanaIngressEgress/ccmEgressInvalid.d.ts +54 -54
  385. package/dist/190/solanaIngressEgress/depositBoosted.d.cts +8 -8
  386. package/dist/190/solanaIngressEgress/depositBoosted.d.ts +8 -8
  387. package/dist/190/solanaIngressEgress/depositFailed.d.cts +172 -172
  388. package/dist/190/solanaIngressEgress/depositFailed.d.ts +172 -172
  389. package/dist/190/solanaIngressEgress/depositFinalised.d.cts +6 -6
  390. package/dist/190/solanaIngressEgress/depositFinalised.d.ts +6 -6
  391. package/dist/190/solanaIngressEgress/failedToBuildAllBatchCall.d.cts +50 -50
  392. package/dist/190/solanaIngressEgress/failedToBuildAllBatchCall.d.ts +50 -50
  393. package/dist/190/solanaIngressEgress/transferFallbackRequested.d.cts +2 -2
  394. package/dist/190/solanaIngressEgress/transferFallbackRequested.d.ts +2 -2
  395. package/dist/190/swapping/batchSwapFailed.d.cts +2 -2
  396. package/dist/190/swapping/batchSwapFailed.d.ts +2 -2
  397. package/dist/190/swapping/creditedOnChain.d.cts +2 -2
  398. package/dist/190/swapping/creditedOnChain.d.ts +2 -2
  399. package/dist/190/swapping/refundEgressIgnored.d.cts +18 -18
  400. package/dist/190/swapping/refundEgressIgnored.d.ts +18 -18
  401. package/dist/190/swapping/refundEgressScheduled.d.cts +2 -2
  402. package/dist/190/swapping/refundEgressScheduled.d.ts +2 -2
  403. package/dist/190/swapping/refundedOnChain.d.cts +2 -2
  404. package/dist/190/swapping/refundedOnChain.d.ts +2 -2
  405. package/dist/190/swapping/swapAmountConfiscated.d.cts +2 -2
  406. package/dist/190/swapping/swapAmountConfiscated.d.ts +2 -2
  407. package/dist/190/swapping/swapDepositAddressReady.d.cts +13 -13
  408. package/dist/190/swapping/swapDepositAddressReady.d.ts +13 -13
  409. package/dist/190/swapping/swapEgressIgnored.d.cts +18 -18
  410. package/dist/190/swapping/swapEgressIgnored.d.ts +18 -18
  411. package/dist/190/swapping/swapEgressScheduled.d.cts +2 -2
  412. package/dist/190/swapping/swapEgressScheduled.d.ts +2 -2
  413. package/dist/190/swapping/swapRequested.d.cts +64 -64
  414. package/dist/190/swapping/swapRequested.d.ts +64 -64
  415. package/dist/190/swapping/withdrawalRequested.d.cts +4 -4
  416. package/dist/190/swapping/withdrawalRequested.d.ts +4 -4
  417. package/dist/Processor.d.cts +1 -5
  418. package/dist/Processor.d.ts +1 -5
  419. package/package.json +1 -1
@@ -5,10 +5,10 @@ declare const swappingSwapDepositAddressReady: z.ZodObject<{
5
5
  __kind: z.ZodEnum<["Eth", "Dot", "Btc", "Arb", "Sol"]>;
6
6
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
7
7
  }, "strip", z.ZodTypeAny, {
8
- __kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
8
+ __kind: "Eth" | "Dot" | "Btc" | "Arb" | "Sol";
9
9
  value: `0x${string}`;
10
10
  }, {
11
- __kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
11
+ __kind: "Eth" | "Dot" | "Btc" | "Arb" | "Sol";
12
12
  value: string;
13
13
  }>, {
14
14
  readonly chain: "Ethereum";
@@ -26,17 +26,17 @@ declare const swappingSwapDepositAddressReady: z.ZodObject<{
26
26
  readonly chain: "Solana";
27
27
  readonly address: string;
28
28
  }, {
29
- __kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
29
+ __kind: "Eth" | "Dot" | "Btc" | "Arb" | "Sol";
30
30
  value: string;
31
31
  }>;
32
32
  destinationAddress: z.ZodEffects<z.ZodObject<{
33
33
  __kind: z.ZodEnum<["Eth", "Dot", "Btc", "Arb", "Sol"]>;
34
34
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
35
35
  }, "strip", z.ZodTypeAny, {
36
- __kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
36
+ __kind: "Eth" | "Dot" | "Btc" | "Arb" | "Sol";
37
37
  value: `0x${string}`;
38
38
  }, {
39
- __kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
39
+ __kind: "Eth" | "Dot" | "Btc" | "Arb" | "Sol";
40
40
  value: string;
41
41
  }>, {
42
42
  readonly chain: "Ethereum";
@@ -54,26 +54,26 @@ declare const swappingSwapDepositAddressReady: z.ZodObject<{
54
54
  readonly chain: "Solana";
55
55
  readonly address: string;
56
56
  }, {
57
- __kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
57
+ __kind: "Eth" | "Dot" | "Btc" | "Arb" | "Sol";
58
58
  value: string;
59
59
  }>;
60
60
  sourceAsset: z.ZodEffects<z.ZodObject<{
61
61
  __kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc"]>;
62
62
  }, "strip", z.ZodTypeAny, {
63
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
63
+ __kind: "Eth" | "Dot" | "Btc" | "Sol" | "Flip" | "Usdc" | "ArbEth" | "ArbUsdc" | "Usdt" | "SolUsdc";
64
64
  }, {
65
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
66
- }>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc", {
67
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
65
+ __kind: "Eth" | "Dot" | "Btc" | "Sol" | "Flip" | "Usdc" | "ArbEth" | "ArbUsdc" | "Usdt" | "SolUsdc";
66
+ }>, "Eth" | "Dot" | "Btc" | "Sol" | "Flip" | "Usdc" | "ArbEth" | "ArbUsdc" | "Usdt" | "SolUsdc", {
67
+ __kind: "Eth" | "Dot" | "Btc" | "Sol" | "Flip" | "Usdc" | "ArbEth" | "ArbUsdc" | "Usdt" | "SolUsdc";
68
68
  }>;
69
69
  destinationAsset: z.ZodEffects<z.ZodObject<{
70
70
  __kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc"]>;
71
71
  }, "strip", z.ZodTypeAny, {
72
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
72
+ __kind: "Eth" | "Dot" | "Btc" | "Sol" | "Flip" | "Usdc" | "ArbEth" | "ArbUsdc" | "Usdt" | "SolUsdc";
73
73
  }, {
74
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
75
- }>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc", {
76
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
74
+ __kind: "Eth" | "Dot" | "Btc" | "Sol" | "Flip" | "Usdc" | "ArbEth" | "ArbUsdc" | "Usdt" | "SolUsdc";
75
+ }>, "Eth" | "Dot" | "Btc" | "Sol" | "Flip" | "Usdc" | "ArbEth" | "ArbUsdc" | "Usdt" | "SolUsdc", {
76
+ __kind: "Eth" | "Dot" | "Btc" | "Sol" | "Flip" | "Usdc" | "ArbEth" | "ArbUsdc" | "Usdt" | "SolUsdc";
77
77
  }>;
78
78
  channelId: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
79
79
  brokerCommissionRate: z.ZodNumber;
@@ -109,10 +109,10 @@ declare const swappingSwapDepositAddressReady: z.ZodObject<{
109
109
  __kind: z.ZodEnum<["Eth", "Dot", "Btc", "Arb", "Sol"]>;
110
110
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
111
111
  }, "strip", z.ZodTypeAny, {
112
- __kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
112
+ __kind: "Eth" | "Dot" | "Btc" | "Arb" | "Sol";
113
113
  value: `0x${string}`;
114
114
  }, {
115
- __kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
115
+ __kind: "Eth" | "Dot" | "Btc" | "Arb" | "Sol";
116
116
  value: string;
117
117
  }>, {
118
118
  readonly chain: "Ethereum";
@@ -130,7 +130,7 @@ declare const swappingSwapDepositAddressReady: z.ZodObject<{
130
130
  readonly chain: "Solana";
131
131
  readonly address: string;
132
132
  }, {
133
- __kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
133
+ __kind: "Eth" | "Dot" | "Btc" | "Arb" | "Sol";
134
134
  value: string;
135
135
  }>;
136
136
  minPrice: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
@@ -156,7 +156,7 @@ declare const swappingSwapDepositAddressReady: z.ZodObject<{
156
156
  }, {
157
157
  retryDuration: number;
158
158
  refundAddress: {
159
- __kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
159
+ __kind: "Eth" | "Dot" | "Btc" | "Arb" | "Sol";
160
160
  value: string;
161
161
  };
162
162
  minPrice: string | number;
@@ -172,7 +172,7 @@ declare const swappingSwapDepositAddressReady: z.ZodObject<{
172
172
  chunkInterval: number;
173
173
  }>>>;
174
174
  }, "strip", z.ZodTypeAny, {
175
- depositAddress: {
175
+ destinationAddress: {
176
176
  readonly chain: "Ethereum";
177
177
  readonly address: `0x${string}`;
178
178
  } | {
@@ -188,8 +188,7 @@ declare const swappingSwapDepositAddressReady: z.ZodObject<{
188
188
  readonly chain: "Solana";
189
189
  readonly address: string;
190
190
  };
191
- channelId: bigint;
192
- destinationAddress: {
191
+ depositAddress: {
193
192
  readonly chain: "Ethereum";
194
193
  readonly address: `0x${string}`;
195
194
  } | {
@@ -205,8 +204,9 @@ declare const swappingSwapDepositAddressReady: z.ZodObject<{
205
204
  readonly chain: "Solana";
206
205
  readonly address: string;
207
206
  };
208
- sourceAsset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
209
- destinationAsset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
207
+ channelId: bigint;
208
+ sourceAsset: "Eth" | "Dot" | "Btc" | "Sol" | "Flip" | "Usdc" | "ArbEth" | "ArbUsdc" | "Usdt" | "SolUsdc";
209
+ destinationAsset: "Eth" | "Dot" | "Btc" | "Sol" | "Flip" | "Usdc" | "ArbEth" | "ArbUsdc" | "Usdt" | "SolUsdc";
210
210
  brokerCommissionRate: number;
211
211
  sourceChainExpiryBlock: bigint;
212
212
  boostFee: number;
@@ -245,20 +245,20 @@ declare const swappingSwapDepositAddressReady: z.ZodObject<{
245
245
  chunkInterval: number;
246
246
  } | null | undefined;
247
247
  }, {
248
- depositAddress: {
249
- __kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
248
+ destinationAddress: {
249
+ __kind: "Eth" | "Dot" | "Btc" | "Arb" | "Sol";
250
250
  value: string;
251
251
  };
252
- channelId: string | number;
253
- destinationAddress: {
254
- __kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
252
+ depositAddress: {
253
+ __kind: "Eth" | "Dot" | "Btc" | "Arb" | "Sol";
255
254
  value: string;
256
255
  };
256
+ channelId: string | number;
257
257
  sourceAsset: {
258
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
258
+ __kind: "Eth" | "Dot" | "Btc" | "Sol" | "Flip" | "Usdc" | "ArbEth" | "ArbUsdc" | "Usdt" | "SolUsdc";
259
259
  };
260
260
  destinationAsset: {
261
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
261
+ __kind: "Eth" | "Dot" | "Btc" | "Sol" | "Flip" | "Usdc" | "ArbEth" | "ArbUsdc" | "Usdt" | "SolUsdc";
262
262
  };
263
263
  brokerCommissionRate: number;
264
264
  sourceChainExpiryBlock: string | number;
@@ -276,7 +276,7 @@ declare const swappingSwapDepositAddressReady: z.ZodObject<{
276
276
  refundParameters?: {
277
277
  retryDuration: number;
278
278
  refundAddress: {
279
- __kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
279
+ __kind: "Eth" | "Dot" | "Btc" | "Arb" | "Sol";
280
280
  value: string;
281
281
  };
282
282
  minPrice: string | number;
@@ -5,10 +5,10 @@ declare const swappingSwapDepositAddressReady: z.ZodObject<{
5
5
  __kind: z.ZodEnum<["Eth", "Dot", "Btc", "Arb", "Sol"]>;
6
6
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
7
7
  }, "strip", z.ZodTypeAny, {
8
- __kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
8
+ __kind: "Eth" | "Dot" | "Btc" | "Arb" | "Sol";
9
9
  value: `0x${string}`;
10
10
  }, {
11
- __kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
11
+ __kind: "Eth" | "Dot" | "Btc" | "Arb" | "Sol";
12
12
  value: string;
13
13
  }>, {
14
14
  readonly chain: "Ethereum";
@@ -26,17 +26,17 @@ declare const swappingSwapDepositAddressReady: z.ZodObject<{
26
26
  readonly chain: "Solana";
27
27
  readonly address: string;
28
28
  }, {
29
- __kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
29
+ __kind: "Eth" | "Dot" | "Btc" | "Arb" | "Sol";
30
30
  value: string;
31
31
  }>;
32
32
  destinationAddress: z.ZodEffects<z.ZodObject<{
33
33
  __kind: z.ZodEnum<["Eth", "Dot", "Btc", "Arb", "Sol"]>;
34
34
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
35
35
  }, "strip", z.ZodTypeAny, {
36
- __kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
36
+ __kind: "Eth" | "Dot" | "Btc" | "Arb" | "Sol";
37
37
  value: `0x${string}`;
38
38
  }, {
39
- __kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
39
+ __kind: "Eth" | "Dot" | "Btc" | "Arb" | "Sol";
40
40
  value: string;
41
41
  }>, {
42
42
  readonly chain: "Ethereum";
@@ -54,26 +54,26 @@ declare const swappingSwapDepositAddressReady: z.ZodObject<{
54
54
  readonly chain: "Solana";
55
55
  readonly address: string;
56
56
  }, {
57
- __kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
57
+ __kind: "Eth" | "Dot" | "Btc" | "Arb" | "Sol";
58
58
  value: string;
59
59
  }>;
60
60
  sourceAsset: z.ZodEffects<z.ZodObject<{
61
61
  __kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc"]>;
62
62
  }, "strip", z.ZodTypeAny, {
63
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
63
+ __kind: "Eth" | "Dot" | "Btc" | "Sol" | "Flip" | "Usdc" | "ArbEth" | "ArbUsdc" | "Usdt" | "SolUsdc";
64
64
  }, {
65
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
66
- }>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc", {
67
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
65
+ __kind: "Eth" | "Dot" | "Btc" | "Sol" | "Flip" | "Usdc" | "ArbEth" | "ArbUsdc" | "Usdt" | "SolUsdc";
66
+ }>, "Eth" | "Dot" | "Btc" | "Sol" | "Flip" | "Usdc" | "ArbEth" | "ArbUsdc" | "Usdt" | "SolUsdc", {
67
+ __kind: "Eth" | "Dot" | "Btc" | "Sol" | "Flip" | "Usdc" | "ArbEth" | "ArbUsdc" | "Usdt" | "SolUsdc";
68
68
  }>;
69
69
  destinationAsset: z.ZodEffects<z.ZodObject<{
70
70
  __kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc"]>;
71
71
  }, "strip", z.ZodTypeAny, {
72
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
72
+ __kind: "Eth" | "Dot" | "Btc" | "Sol" | "Flip" | "Usdc" | "ArbEth" | "ArbUsdc" | "Usdt" | "SolUsdc";
73
73
  }, {
74
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
75
- }>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc", {
76
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
74
+ __kind: "Eth" | "Dot" | "Btc" | "Sol" | "Flip" | "Usdc" | "ArbEth" | "ArbUsdc" | "Usdt" | "SolUsdc";
75
+ }>, "Eth" | "Dot" | "Btc" | "Sol" | "Flip" | "Usdc" | "ArbEth" | "ArbUsdc" | "Usdt" | "SolUsdc", {
76
+ __kind: "Eth" | "Dot" | "Btc" | "Sol" | "Flip" | "Usdc" | "ArbEth" | "ArbUsdc" | "Usdt" | "SolUsdc";
77
77
  }>;
78
78
  channelId: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
79
79
  brokerCommissionRate: z.ZodNumber;
@@ -109,10 +109,10 @@ declare const swappingSwapDepositAddressReady: z.ZodObject<{
109
109
  __kind: z.ZodEnum<["Eth", "Dot", "Btc", "Arb", "Sol"]>;
110
110
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
111
111
  }, "strip", z.ZodTypeAny, {
112
- __kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
112
+ __kind: "Eth" | "Dot" | "Btc" | "Arb" | "Sol";
113
113
  value: `0x${string}`;
114
114
  }, {
115
- __kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
115
+ __kind: "Eth" | "Dot" | "Btc" | "Arb" | "Sol";
116
116
  value: string;
117
117
  }>, {
118
118
  readonly chain: "Ethereum";
@@ -130,7 +130,7 @@ declare const swappingSwapDepositAddressReady: z.ZodObject<{
130
130
  readonly chain: "Solana";
131
131
  readonly address: string;
132
132
  }, {
133
- __kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
133
+ __kind: "Eth" | "Dot" | "Btc" | "Arb" | "Sol";
134
134
  value: string;
135
135
  }>;
136
136
  minPrice: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
@@ -156,7 +156,7 @@ declare const swappingSwapDepositAddressReady: z.ZodObject<{
156
156
  }, {
157
157
  retryDuration: number;
158
158
  refundAddress: {
159
- __kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
159
+ __kind: "Eth" | "Dot" | "Btc" | "Arb" | "Sol";
160
160
  value: string;
161
161
  };
162
162
  minPrice: string | number;
@@ -172,7 +172,7 @@ declare const swappingSwapDepositAddressReady: z.ZodObject<{
172
172
  chunkInterval: number;
173
173
  }>>>;
174
174
  }, "strip", z.ZodTypeAny, {
175
- depositAddress: {
175
+ destinationAddress: {
176
176
  readonly chain: "Ethereum";
177
177
  readonly address: `0x${string}`;
178
178
  } | {
@@ -188,8 +188,7 @@ declare const swappingSwapDepositAddressReady: z.ZodObject<{
188
188
  readonly chain: "Solana";
189
189
  readonly address: string;
190
190
  };
191
- channelId: bigint;
192
- destinationAddress: {
191
+ depositAddress: {
193
192
  readonly chain: "Ethereum";
194
193
  readonly address: `0x${string}`;
195
194
  } | {
@@ -205,8 +204,9 @@ declare const swappingSwapDepositAddressReady: z.ZodObject<{
205
204
  readonly chain: "Solana";
206
205
  readonly address: string;
207
206
  };
208
- sourceAsset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
209
- destinationAsset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
207
+ channelId: bigint;
208
+ sourceAsset: "Eth" | "Dot" | "Btc" | "Sol" | "Flip" | "Usdc" | "ArbEth" | "ArbUsdc" | "Usdt" | "SolUsdc";
209
+ destinationAsset: "Eth" | "Dot" | "Btc" | "Sol" | "Flip" | "Usdc" | "ArbEth" | "ArbUsdc" | "Usdt" | "SolUsdc";
210
210
  brokerCommissionRate: number;
211
211
  sourceChainExpiryBlock: bigint;
212
212
  boostFee: number;
@@ -245,20 +245,20 @@ declare const swappingSwapDepositAddressReady: z.ZodObject<{
245
245
  chunkInterval: number;
246
246
  } | null | undefined;
247
247
  }, {
248
- depositAddress: {
249
- __kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
248
+ destinationAddress: {
249
+ __kind: "Eth" | "Dot" | "Btc" | "Arb" | "Sol";
250
250
  value: string;
251
251
  };
252
- channelId: string | number;
253
- destinationAddress: {
254
- __kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
252
+ depositAddress: {
253
+ __kind: "Eth" | "Dot" | "Btc" | "Arb" | "Sol";
255
254
  value: string;
256
255
  };
256
+ channelId: string | number;
257
257
  sourceAsset: {
258
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
258
+ __kind: "Eth" | "Dot" | "Btc" | "Sol" | "Flip" | "Usdc" | "ArbEth" | "ArbUsdc" | "Usdt" | "SolUsdc";
259
259
  };
260
260
  destinationAsset: {
261
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
261
+ __kind: "Eth" | "Dot" | "Btc" | "Sol" | "Flip" | "Usdc" | "ArbEth" | "ArbUsdc" | "Usdt" | "SolUsdc";
262
262
  };
263
263
  brokerCommissionRate: number;
264
264
  sourceChainExpiryBlock: string | number;
@@ -276,7 +276,7 @@ declare const swappingSwapDepositAddressReady: z.ZodObject<{
276
276
  refundParameters?: {
277
277
  retryDuration: number;
278
278
  refundAddress: {
279
- __kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
279
+ __kind: "Eth" | "Dot" | "Btc" | "Arb" | "Sol";
280
280
  value: string;
281
281
  };
282
282
  minPrice: string | number;
@@ -5,11 +5,11 @@ declare const swappingSwapEgressIgnored: z.ZodObject<{
5
5
  asset: z.ZodEffects<z.ZodObject<{
6
6
  __kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc"]>;
7
7
  }, "strip", z.ZodTypeAny, {
8
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
8
+ __kind: "Eth" | "Dot" | "Btc" | "Sol" | "Flip" | "Usdc" | "ArbEth" | "ArbUsdc" | "Usdt" | "SolUsdc";
9
9
  }, {
10
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
11
- }>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc", {
12
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
10
+ __kind: "Eth" | "Dot" | "Btc" | "Sol" | "Flip" | "Usdc" | "ArbEth" | "ArbUsdc" | "Usdt" | "SolUsdc";
11
+ }>, "Eth" | "Dot" | "Btc" | "Sol" | "Flip" | "Usdc" | "ArbEth" | "ArbUsdc" | "Usdt" | "SolUsdc", {
12
+ __kind: "Eth" | "Dot" | "Btc" | "Sol" | "Flip" | "Usdc" | "ArbEth" | "ArbUsdc" | "Usdt" | "SolUsdc";
13
13
  }>;
14
14
  amount: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
15
15
  reason: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
@@ -155,9 +155,6 @@ declare const swappingSwapEgressIgnored: z.ZodObject<{
155
155
  __kind: "RootNotAllowed";
156
156
  }>]>;
157
157
  }, "strip", z.ZodTypeAny, {
158
- asset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
159
- amount: bigint;
160
- swapRequestId: bigint;
161
158
  reason: {
162
159
  __kind: "Other";
163
160
  } | {
@@ -194,12 +191,10 @@ declare const swappingSwapEgressIgnored: z.ZodObject<{
194
191
  } | {
195
192
  __kind: "RootNotAllowed";
196
193
  };
194
+ swapRequestId: bigint;
195
+ asset: "Eth" | "Dot" | "Btc" | "Sol" | "Flip" | "Usdc" | "ArbEth" | "ArbUsdc" | "Usdt" | "SolUsdc";
196
+ amount: bigint;
197
197
  }, {
198
- asset: {
199
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
200
- };
201
- amount: string | number;
202
- swapRequestId: string | number;
203
198
  reason: {
204
199
  __kind: "Other";
205
200
  } | {
@@ -242,6 +237,11 @@ declare const swappingSwapEgressIgnored: z.ZodObject<{
242
237
  } | {
243
238
  __kind: "RootNotAllowed";
244
239
  };
240
+ swapRequestId: string | number;
241
+ asset: {
242
+ __kind: "Eth" | "Dot" | "Btc" | "Sol" | "Flip" | "Usdc" | "ArbEth" | "ArbUsdc" | "Usdt" | "SolUsdc";
243
+ };
244
+ amount: string | number;
245
245
  }>;
246
246
 
247
247
  export { swappingSwapEgressIgnored };
@@ -5,11 +5,11 @@ declare const swappingSwapEgressIgnored: z.ZodObject<{
5
5
  asset: z.ZodEffects<z.ZodObject<{
6
6
  __kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc"]>;
7
7
  }, "strip", z.ZodTypeAny, {
8
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
8
+ __kind: "Eth" | "Dot" | "Btc" | "Sol" | "Flip" | "Usdc" | "ArbEth" | "ArbUsdc" | "Usdt" | "SolUsdc";
9
9
  }, {
10
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
11
- }>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc", {
12
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
10
+ __kind: "Eth" | "Dot" | "Btc" | "Sol" | "Flip" | "Usdc" | "ArbEth" | "ArbUsdc" | "Usdt" | "SolUsdc";
11
+ }>, "Eth" | "Dot" | "Btc" | "Sol" | "Flip" | "Usdc" | "ArbEth" | "ArbUsdc" | "Usdt" | "SolUsdc", {
12
+ __kind: "Eth" | "Dot" | "Btc" | "Sol" | "Flip" | "Usdc" | "ArbEth" | "ArbUsdc" | "Usdt" | "SolUsdc";
13
13
  }>;
14
14
  amount: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
15
15
  reason: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
@@ -155,9 +155,6 @@ declare const swappingSwapEgressIgnored: z.ZodObject<{
155
155
  __kind: "RootNotAllowed";
156
156
  }>]>;
157
157
  }, "strip", z.ZodTypeAny, {
158
- asset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
159
- amount: bigint;
160
- swapRequestId: bigint;
161
158
  reason: {
162
159
  __kind: "Other";
163
160
  } | {
@@ -194,12 +191,10 @@ declare const swappingSwapEgressIgnored: z.ZodObject<{
194
191
  } | {
195
192
  __kind: "RootNotAllowed";
196
193
  };
194
+ swapRequestId: bigint;
195
+ asset: "Eth" | "Dot" | "Btc" | "Sol" | "Flip" | "Usdc" | "ArbEth" | "ArbUsdc" | "Usdt" | "SolUsdc";
196
+ amount: bigint;
197
197
  }, {
198
- asset: {
199
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
200
- };
201
- amount: string | number;
202
- swapRequestId: string | number;
203
198
  reason: {
204
199
  __kind: "Other";
205
200
  } | {
@@ -242,6 +237,11 @@ declare const swappingSwapEgressIgnored: z.ZodObject<{
242
237
  } | {
243
238
  __kind: "RootNotAllowed";
244
239
  };
240
+ swapRequestId: string | number;
241
+ asset: {
242
+ __kind: "Eth" | "Dot" | "Btc" | "Sol" | "Flip" | "Usdc" | "ArbEth" | "ArbUsdc" | "Usdt" | "SolUsdc";
243
+ };
244
+ amount: string | number;
245
245
  }>;
246
246
 
247
247
  export { swappingSwapEgressIgnored };
@@ -14,26 +14,26 @@ declare const swappingSwapEgressScheduled: z.ZodObject<{
14
14
  asset: z.ZodEffects<z.ZodObject<{
15
15
  __kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc"]>;
16
16
  }, "strip", z.ZodTypeAny, {
17
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
17
+ __kind: "Eth" | "Dot" | "Btc" | "Sol" | "Flip" | "Usdc" | "ArbEth" | "ArbUsdc" | "Usdt" | "SolUsdc";
18
18
  }, {
19
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
20
- }>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc", {
21
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
19
+ __kind: "Eth" | "Dot" | "Btc" | "Sol" | "Flip" | "Usdc" | "ArbEth" | "ArbUsdc" | "Usdt" | "SolUsdc";
20
+ }>, "Eth" | "Dot" | "Btc" | "Sol" | "Flip" | "Usdc" | "ArbEth" | "ArbUsdc" | "Usdt" | "SolUsdc", {
21
+ __kind: "Eth" | "Dot" | "Btc" | "Sol" | "Flip" | "Usdc" | "ArbEth" | "ArbUsdc" | "Usdt" | "SolUsdc";
22
22
  }>;
23
23
  amount: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
24
24
  egressFee: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
25
25
  }, "strip", z.ZodTypeAny, {
26
- asset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
27
- amount: bigint;
28
26
  swapRequestId: bigint;
27
+ asset: "Eth" | "Dot" | "Btc" | "Sol" | "Flip" | "Usdc" | "ArbEth" | "ArbUsdc" | "Usdt" | "SolUsdc";
28
+ amount: bigint;
29
29
  egressId: ["Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana", bigint];
30
30
  egressFee: bigint;
31
31
  }, {
32
+ swapRequestId: string | number;
32
33
  asset: {
33
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
34
+ __kind: "Eth" | "Dot" | "Btc" | "Sol" | "Flip" | "Usdc" | "ArbEth" | "ArbUsdc" | "Usdt" | "SolUsdc";
34
35
  };
35
36
  amount: string | number;
36
- swapRequestId: string | number;
37
37
  egressId: [{
38
38
  __kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana";
39
39
  }, string | number];
@@ -14,26 +14,26 @@ declare const swappingSwapEgressScheduled: z.ZodObject<{
14
14
  asset: z.ZodEffects<z.ZodObject<{
15
15
  __kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc"]>;
16
16
  }, "strip", z.ZodTypeAny, {
17
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
17
+ __kind: "Eth" | "Dot" | "Btc" | "Sol" | "Flip" | "Usdc" | "ArbEth" | "ArbUsdc" | "Usdt" | "SolUsdc";
18
18
  }, {
19
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
20
- }>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc", {
21
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
19
+ __kind: "Eth" | "Dot" | "Btc" | "Sol" | "Flip" | "Usdc" | "ArbEth" | "ArbUsdc" | "Usdt" | "SolUsdc";
20
+ }>, "Eth" | "Dot" | "Btc" | "Sol" | "Flip" | "Usdc" | "ArbEth" | "ArbUsdc" | "Usdt" | "SolUsdc", {
21
+ __kind: "Eth" | "Dot" | "Btc" | "Sol" | "Flip" | "Usdc" | "ArbEth" | "ArbUsdc" | "Usdt" | "SolUsdc";
22
22
  }>;
23
23
  amount: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
24
24
  egressFee: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
25
25
  }, "strip", z.ZodTypeAny, {
26
- asset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
27
- amount: bigint;
28
26
  swapRequestId: bigint;
27
+ asset: "Eth" | "Dot" | "Btc" | "Sol" | "Flip" | "Usdc" | "ArbEth" | "ArbUsdc" | "Usdt" | "SolUsdc";
28
+ amount: bigint;
29
29
  egressId: ["Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana", bigint];
30
30
  egressFee: bigint;
31
31
  }, {
32
+ swapRequestId: string | number;
32
33
  asset: {
33
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
34
+ __kind: "Eth" | "Dot" | "Btc" | "Sol" | "Flip" | "Usdc" | "ArbEth" | "ArbUsdc" | "Usdt" | "SolUsdc";
34
35
  };
35
36
  amount: string | number;
36
- swapRequestId: string | number;
37
37
  egressId: [{
38
38
  __kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana";
39
39
  }, string | number];
@@ -6,20 +6,20 @@ declare const swappingSwapExecuted: z.ZodObject<{
6
6
  inputAsset: z.ZodEffects<z.ZodObject<{
7
7
  __kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc"]>;
8
8
  }, "strip", z.ZodTypeAny, {
9
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
9
+ __kind: "Eth" | "Dot" | "Btc" | "Sol" | "Flip" | "Usdc" | "ArbEth" | "ArbUsdc" | "Usdt" | "SolUsdc";
10
10
  }, {
11
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
12
- }>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc", {
13
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
11
+ __kind: "Eth" | "Dot" | "Btc" | "Sol" | "Flip" | "Usdc" | "ArbEth" | "ArbUsdc" | "Usdt" | "SolUsdc";
12
+ }>, "Eth" | "Dot" | "Btc" | "Sol" | "Flip" | "Usdc" | "ArbEth" | "ArbUsdc" | "Usdt" | "SolUsdc", {
13
+ __kind: "Eth" | "Dot" | "Btc" | "Sol" | "Flip" | "Usdc" | "ArbEth" | "ArbUsdc" | "Usdt" | "SolUsdc";
14
14
  }>;
15
15
  outputAsset: z.ZodEffects<z.ZodObject<{
16
16
  __kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc"]>;
17
17
  }, "strip", z.ZodTypeAny, {
18
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
18
+ __kind: "Eth" | "Dot" | "Btc" | "Sol" | "Flip" | "Usdc" | "ArbEth" | "ArbUsdc" | "Usdt" | "SolUsdc";
19
19
  }, {
20
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
21
- }>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc", {
22
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
20
+ __kind: "Eth" | "Dot" | "Btc" | "Sol" | "Flip" | "Usdc" | "ArbEth" | "ArbUsdc" | "Usdt" | "SolUsdc";
21
+ }>, "Eth" | "Dot" | "Btc" | "Sol" | "Flip" | "Usdc" | "ArbEth" | "ArbUsdc" | "Usdt" | "SolUsdc", {
22
+ __kind: "Eth" | "Dot" | "Btc" | "Sol" | "Flip" | "Usdc" | "ArbEth" | "ArbUsdc" | "Usdt" | "SolUsdc";
23
23
  }>;
24
24
  inputAmount: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
25
25
  networkFee: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
@@ -29,8 +29,8 @@ declare const swappingSwapExecuted: z.ZodObject<{
29
29
  }, "strip", z.ZodTypeAny, {
30
30
  swapRequestId: bigint;
31
31
  swapId: bigint;
32
- inputAsset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
33
- outputAsset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
32
+ inputAsset: "Eth" | "Dot" | "Btc" | "Sol" | "Flip" | "Usdc" | "ArbEth" | "ArbUsdc" | "Usdt" | "SolUsdc";
33
+ outputAsset: "Eth" | "Dot" | "Btc" | "Sol" | "Flip" | "Usdc" | "ArbEth" | "ArbUsdc" | "Usdt" | "SolUsdc";
34
34
  inputAmount: bigint;
35
35
  networkFee: bigint;
36
36
  brokerFee: bigint;
@@ -40,10 +40,10 @@ declare const swappingSwapExecuted: z.ZodObject<{
40
40
  swapRequestId: string | number;
41
41
  swapId: string | number;
42
42
  inputAsset: {
43
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
43
+ __kind: "Eth" | "Dot" | "Btc" | "Sol" | "Flip" | "Usdc" | "ArbEth" | "ArbUsdc" | "Usdt" | "SolUsdc";
44
44
  };
45
45
  outputAsset: {
46
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
46
+ __kind: "Eth" | "Dot" | "Btc" | "Sol" | "Flip" | "Usdc" | "ArbEth" | "ArbUsdc" | "Usdt" | "SolUsdc";
47
47
  };
48
48
  inputAmount: string | number;
49
49
  networkFee: string | number;