@chainflip/processor 1.11.6 → 1.11.8

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 (413) 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 +12 -12
  4. package/dist/100/environment/runtimeSafeModeUpdated.d.ts +12 -12
  5. package/dist/100/ethereumIngressEgress/ccmEgressInvalid.d.cts +16 -16
  6. package/dist/100/ethereumIngressEgress/ccmEgressInvalid.d.ts +16 -16
  7. package/dist/100/ethereumIngressEgress/depositFetchesScheduled.d.cts +2 -2
  8. package/dist/100/ethereumIngressEgress/depositFetchesScheduled.d.ts +2 -2
  9. package/dist/100/ethereumIngressEgress/depositIgnored.d.cts +2 -2
  10. package/dist/100/ethereumIngressEgress/depositIgnored.d.ts +2 -2
  11. package/dist/100/ethereumIngressEgress/depositReceived.d.cts +2 -2
  12. package/dist/100/ethereumIngressEgress/depositReceived.d.ts +2 -2
  13. package/dist/100/ethereumIngressEgress/depositWitnessRejected.d.cts +20 -20
  14. package/dist/100/ethereumIngressEgress/depositWitnessRejected.d.ts +20 -20
  15. package/dist/100/flip/remainingImbalance.d.cts +22 -22
  16. package/dist/100/flip/remainingImbalance.d.ts +22 -22
  17. package/dist/100/funding/boundExecutorAddress.d.cts +2 -2
  18. package/dist/100/funding/boundExecutorAddress.d.ts +2 -2
  19. package/dist/100/funding/boundRedeemAddress.d.cts +2 -2
  20. package/dist/100/funding/boundRedeemAddress.d.ts +2 -2
  21. package/dist/100/funding/failedFundingAttempt.d.cts +2 -2
  22. package/dist/100/funding/failedFundingAttempt.d.ts +2 -2
  23. package/dist/100/funding/funded.d.cts +2 -2
  24. package/dist/100/funding/funded.d.ts +2 -2
  25. package/dist/100/funding/redemptionRequested.d.cts +2 -2
  26. package/dist/100/funding/redemptionRequested.d.ts +2 -2
  27. package/dist/100/liquidityPools/limitOrderUpdated.d.cts +8 -8
  28. package/dist/100/liquidityPools/limitOrderUpdated.d.ts +8 -8
  29. package/dist/100/liquidityPools/rangeOrderUpdated.d.cts +8 -8
  30. package/dist/100/liquidityPools/rangeOrderUpdated.d.ts +8 -8
  31. package/dist/100/reputation/offencePenalty.d.cts +2 -2
  32. package/dist/100/reputation/offencePenalty.d.ts +2 -2
  33. package/dist/100/system/extrinsicFailed.d.cts +17 -17
  34. package/dist/100/system/extrinsicFailed.d.ts +17 -17
  35. package/dist/100/witnesser/witnessExecutionFailed.d.cts +18 -18
  36. package/dist/100/witnesser/witnessExecutionFailed.d.ts +18 -18
  37. package/dist/11000/assethubIngressEgress/ccmEgressInvalid.d.cts +107 -107
  38. package/dist/11000/assethubIngressEgress/ccmEgressInvalid.d.ts +107 -107
  39. package/dist/11000/assethubIngressEgress/depositFailed.d.cts +203 -203
  40. package/dist/11000/assethubIngressEgress/depositFailed.d.ts +203 -203
  41. package/dist/11000/assethubIngressEgress/failedToBuildAllBatchCall.d.cts +103 -103
  42. package/dist/11000/assethubIngressEgress/failedToBuildAllBatchCall.d.ts +103 -103
  43. package/dist/11000/environment/runtimeSafeModeUpdated.d.cts +28 -28
  44. package/dist/11000/environment/runtimeSafeModeUpdated.d.ts +28 -28
  45. package/dist/11000/ethereumIngressEgress/ccmEgressInvalid.d.cts +26 -26
  46. package/dist/11000/ethereumIngressEgress/ccmEgressInvalid.d.ts +26 -26
  47. package/dist/11000/ethereumIngressEgress/depositFailed.d.cts +34 -34
  48. package/dist/11000/ethereumIngressEgress/depositFailed.d.ts +34 -34
  49. package/dist/11000/ethereumIngressEgress/failedToBuildAllBatchCall.d.cts +22 -22
  50. package/dist/11000/ethereumIngressEgress/failedToBuildAllBatchCall.d.ts +22 -22
  51. package/dist/11000/lendingPools/boostFundsAdded.d.cts +4 -4
  52. package/dist/11000/lendingPools/boostFundsAdded.d.ts +4 -4
  53. package/dist/11000/lendingPools/stoppedBoosting.d.cts +2 -2
  54. package/dist/11000/lendingPools/stoppedBoosting.d.ts +2 -2
  55. package/dist/11000/polkadotIngressEgress/depositFailed.d.cts +48 -48
  56. package/dist/11000/polkadotIngressEgress/depositFailed.d.ts +48 -48
  57. package/dist/11000/solanaIngressEgress/ccmEgressInvalid.d.cts +107 -107
  58. package/dist/11000/solanaIngressEgress/ccmEgressInvalid.d.ts +107 -107
  59. package/dist/11000/solanaIngressEgress/depositFailed.d.cts +195 -195
  60. package/dist/11000/solanaIngressEgress/depositFailed.d.ts +195 -195
  61. package/dist/11000/solanaIngressEgress/failedToBuildAllBatchCall.d.cts +103 -103
  62. package/dist/11000/solanaIngressEgress/failedToBuildAllBatchCall.d.ts +103 -103
  63. package/dist/11000/swapping/refundEgressScheduled.d.cts +6 -6
  64. package/dist/11000/swapping/refundEgressScheduled.d.ts +6 -6
  65. package/dist/11000/swapping/refundedOnChain.d.cts +4 -4
  66. package/dist/11000/swapping/refundedOnChain.d.ts +4 -4
  67. package/dist/11000/swapping/swapDepositAddressReady.d.cts +27 -27
  68. package/dist/11000/swapping/swapDepositAddressReady.d.ts +27 -27
  69. package/dist/11000/swapping/swapRequested.d.cts +92 -92
  70. package/dist/11000/swapping/swapRequested.d.ts +92 -92
  71. package/dist/11100/arbitrumIngressEgress/depositFailed.d.cts +166 -166
  72. package/dist/11100/arbitrumIngressEgress/depositFailed.d.ts +166 -166
  73. package/dist/11100/bitcoinIngressEgress/depositFailed.d.cts +318 -318
  74. package/dist/11100/bitcoinIngressEgress/depositFailed.d.ts +318 -318
  75. package/dist/11100/common.cjs +49 -5
  76. package/dist/11100/common.d.cts +1659 -119
  77. package/dist/11100/common.d.ts +1659 -119
  78. package/dist/11100/common.mjs +49 -5
  79. package/dist/11100/ethereumIngressEgress/depositFailed.d.cts +166 -166
  80. package/dist/11100/ethereumIngressEgress/depositFailed.d.ts +166 -166
  81. package/dist/11100/funding/sCCallCannotBeDecoded.d.cts +2 -2
  82. package/dist/11100/funding/sCCallCannotBeDecoded.d.ts +2 -2
  83. package/dist/11100/funding/sCCallCannotBeExecuted.d.cts +31 -31
  84. package/dist/11100/funding/sCCallCannotBeExecuted.d.ts +31 -31
  85. package/dist/11100/funding/sCCallExecuted.d.cts +2 -2
  86. package/dist/11100/funding/sCCallExecuted.d.ts +2 -2
  87. package/dist/11100/polkadotIngressEgress/depositFailed.d.cts +30 -30
  88. package/dist/11100/polkadotIngressEgress/depositFailed.d.ts +30 -30
  89. package/dist/11100/solanaIngressEgress/depositFailed.d.cts +166 -166
  90. package/dist/11100/solanaIngressEgress/depositFailed.d.ts +166 -166
  91. package/dist/11100/swapping/swapAborted.cjs +10 -0
  92. package/dist/11100/swapping/swapAborted.d.cts +24 -0
  93. package/dist/11100/swapping/swapAborted.d.ts +24 -0
  94. package/dist/11100/swapping/swapAborted.mjs +10 -0
  95. package/dist/11100/swapping/swapDepositAddressReady.d.cts +81 -81
  96. package/dist/11100/swapping/swapDepositAddressReady.d.ts +81 -81
  97. package/dist/11100/swapping/swapExecuted.cjs +18 -0
  98. package/dist/11100/swapping/swapExecuted.d.cts +58 -0
  99. package/dist/11100/swapping/swapExecuted.d.ts +58 -0
  100. package/dist/11100/swapping/swapExecuted.mjs +18 -0
  101. package/dist/11100/swapping/swapRequested.cjs +1 -1
  102. package/dist/11100/swapping/swapRequested.d.cts +1438 -1157
  103. package/dist/11100/swapping/swapRequested.d.ts +1438 -1157
  104. package/dist/11100/swapping/swapRequested.mjs +2 -2
  105. package/dist/11100/swapping/swapRescheduled.cjs +11 -0
  106. package/dist/11100/swapping/swapRescheduled.d.cts +27 -0
  107. package/dist/11100/swapping/swapRescheduled.d.ts +27 -0
  108. package/dist/11100/swapping/swapRescheduled.mjs +11 -0
  109. package/dist/11100/validator/palletConfigUpdated.cjs +9 -0
  110. package/dist/11100/validator/palletConfigUpdated.d.cts +202 -0
  111. package/dist/11100/validator/palletConfigUpdated.d.ts +202 -0
  112. package/dist/11100/validator/palletConfigUpdated.mjs +9 -0
  113. package/dist/120/bitcoinIngressEgress/depositIgnored.d.cts +20 -20
  114. package/dist/120/bitcoinIngressEgress/depositIgnored.d.ts +20 -20
  115. package/dist/120/bitcoinIngressEgress/depositReceived.d.cts +20 -20
  116. package/dist/120/bitcoinIngressEgress/depositReceived.d.ts +20 -20
  117. package/dist/120/emissions/flipBurnSkipped.d.cts +16 -16
  118. package/dist/120/emissions/flipBurnSkipped.d.ts +16 -16
  119. package/dist/131/liquidityPools/limitOrderUpdated.d.cts +8 -8
  120. package/dist/131/liquidityPools/limitOrderUpdated.d.ts +8 -8
  121. package/dist/131/liquidityPools/rangeOrderUpdated.d.cts +8 -8
  122. package/dist/131/liquidityPools/rangeOrderUpdated.d.ts +8 -8
  123. package/dist/131/polkadotIngressEgress/failedToBuildAllBatchCall.d.cts +28 -28
  124. package/dist/131/polkadotIngressEgress/failedToBuildAllBatchCall.d.ts +28 -28
  125. package/dist/131/swapping/batchSwapFailed.d.cts +8 -8
  126. package/dist/131/swapping/batchSwapFailed.d.ts +8 -8
  127. package/dist/131/swapping/maximumSwapAmountSet.d.cts +6 -6
  128. package/dist/131/swapping/maximumSwapAmountSet.d.ts +6 -6
  129. package/dist/131/swapping/swapAmountConfiscated.d.cts +12 -12
  130. package/dist/131/swapping/swapAmountConfiscated.d.ts +12 -12
  131. package/dist/131/swapping/swapDepositAddressReady.d.cts +18 -18
  132. package/dist/131/swapping/swapDepositAddressReady.d.ts +18 -18
  133. package/dist/131/swapping/swapEgressIgnored.d.cts +12 -12
  134. package/dist/131/swapping/swapEgressIgnored.d.ts +12 -12
  135. package/dist/131/swapping/swapEgressScheduled.d.cts +8 -8
  136. package/dist/131/swapping/swapEgressScheduled.d.ts +8 -8
  137. package/dist/131/swapping/swapExecuted.d.cts +12 -12
  138. package/dist/131/swapping/swapExecuted.d.ts +12 -12
  139. package/dist/131/swapping/swapScheduled.d.cts +14 -14
  140. package/dist/131/swapping/swapScheduled.d.ts +14 -14
  141. package/dist/131/swapping/withdrawalRequested.d.cts +6 -6
  142. package/dist/131/swapping/withdrawalRequested.d.ts +6 -6
  143. package/dist/141/arbitrumBroadcaster/broadcastCallbackExecuted.d.cts +28 -28
  144. package/dist/141/arbitrumBroadcaster/broadcastCallbackExecuted.d.ts +28 -28
  145. package/dist/141/environment/runtimeSafeModeUpdated.d.cts +12 -12
  146. package/dist/141/environment/runtimeSafeModeUpdated.d.ts +12 -12
  147. package/dist/141/liquidityProvider/accountCredited.d.cts +2 -2
  148. package/dist/141/liquidityProvider/accountCredited.d.ts +2 -2
  149. package/dist/141/liquidityProvider/accountDebited.d.cts +2 -2
  150. package/dist/141/liquidityProvider/accountDebited.d.ts +2 -2
  151. package/dist/141/liquidityProvider/liquidityDepositAddressReady.d.cts +4 -4
  152. package/dist/141/liquidityProvider/liquidityDepositAddressReady.d.ts +4 -4
  153. package/dist/141/liquidityProvider/liquidityDepositCredited.d.cts +2 -2
  154. package/dist/141/liquidityProvider/liquidityDepositCredited.d.ts +2 -2
  155. package/dist/141/liquidityProvider/liquidityRefundAddressRegistered.d.cts +2 -2
  156. package/dist/141/liquidityProvider/liquidityRefundAddressRegistered.d.ts +2 -2
  157. package/dist/141/swapping/batchSwapFailed.d.cts +8 -8
  158. package/dist/141/swapping/batchSwapFailed.d.ts +8 -8
  159. package/dist/141/swapping/ccmDepositReceived.d.cts +68 -68
  160. package/dist/141/swapping/ccmDepositReceived.d.ts +68 -68
  161. package/dist/141/swapping/ccmFailed.d.cts +73 -73
  162. package/dist/141/swapping/ccmFailed.d.ts +73 -73
  163. package/dist/141/swapping/maximumSwapAmountSet.d.cts +6 -6
  164. package/dist/141/swapping/maximumSwapAmountSet.d.ts +6 -6
  165. package/dist/141/swapping/swapAmountConfiscated.d.cts +12 -12
  166. package/dist/141/swapping/swapAmountConfiscated.d.ts +12 -12
  167. package/dist/141/swapping/swapDepositAddressReady.d.cts +20 -20
  168. package/dist/141/swapping/swapDepositAddressReady.d.ts +20 -20
  169. package/dist/141/swapping/swapEgressIgnored.d.cts +24 -24
  170. package/dist/141/swapping/swapEgressIgnored.d.ts +24 -24
  171. package/dist/141/swapping/swapEgressScheduled.d.cts +11 -11
  172. package/dist/141/swapping/swapEgressScheduled.d.ts +11 -11
  173. package/dist/141/swapping/swapExecuted.d.cts +88 -88
  174. package/dist/141/swapping/swapExecuted.d.ts +88 -88
  175. package/dist/141/swapping/swapScheduled.d.cts +97 -97
  176. package/dist/141/swapping/swapScheduled.d.ts +97 -97
  177. package/dist/141/swapping/withdrawalRequested.d.cts +14 -14
  178. package/dist/141/swapping/withdrawalRequested.d.ts +14 -14
  179. package/dist/141/validator/rotationPhaseUpdated.d.cts +20 -20
  180. package/dist/141/validator/rotationPhaseUpdated.d.ts +20 -20
  181. package/dist/150/arbitrumIngressEgress/depositBoosted.d.cts +10 -10
  182. package/dist/150/arbitrumIngressEgress/depositBoosted.d.ts +10 -10
  183. package/dist/150/arbitrumIngressEgress/depositFinalised.d.cts +4 -4
  184. package/dist/150/arbitrumIngressEgress/depositFinalised.d.ts +4 -4
  185. package/dist/150/assetBalances/refundScheduled.d.cts +52 -52
  186. package/dist/150/assetBalances/refundScheduled.d.ts +52 -52
  187. package/dist/150/assetBalances/refundSkipped.d.cts +66 -66
  188. package/dist/150/assetBalances/refundSkipped.d.ts +66 -66
  189. package/dist/150/bitcoinIngressEgress/ccmEgressInvalid.d.cts +16 -16
  190. package/dist/150/bitcoinIngressEgress/ccmEgressInvalid.d.ts +16 -16
  191. package/dist/150/bitcoinIngressEgress/depositBoosted.d.cts +26 -26
  192. package/dist/150/bitcoinIngressEgress/depositBoosted.d.ts +26 -26
  193. package/dist/150/bitcoinIngressEgress/depositFinalised.d.cts +24 -24
  194. package/dist/150/bitcoinIngressEgress/depositFinalised.d.ts +24 -24
  195. package/dist/150/liquidityPools/limitOrderUpdated.d.cts +8 -8
  196. package/dist/150/liquidityPools/limitOrderUpdated.d.ts +8 -8
  197. package/dist/150/liquidityPools/rangeOrderUpdated.d.cts +8 -8
  198. package/dist/150/liquidityPools/rangeOrderUpdated.d.ts +8 -8
  199. package/dist/150/liquidityProvider/accountCredited.d.cts +2 -2
  200. package/dist/150/liquidityProvider/accountCredited.d.ts +2 -2
  201. package/dist/150/liquidityProvider/accountDebited.d.cts +2 -2
  202. package/dist/150/liquidityProvider/accountDebited.d.ts +2 -2
  203. package/dist/150/liquidityProvider/assetTransferred.d.cts +3 -3
  204. package/dist/150/liquidityProvider/assetTransferred.d.ts +3 -3
  205. package/dist/150/liquidityProvider/liquidityDepositAddressReady.d.cts +2 -2
  206. package/dist/150/liquidityProvider/liquidityDepositAddressReady.d.ts +2 -2
  207. package/dist/150/liquidityProvider/liquidityDepositCredited.d.cts +2 -2
  208. package/dist/150/liquidityProvider/liquidityDepositCredited.d.ts +2 -2
  209. package/dist/150/liquidityProvider/liquidityRefundAddressRegistered.d.cts +2 -2
  210. package/dist/150/liquidityProvider/liquidityRefundAddressRegistered.d.ts +2 -2
  211. package/dist/150/polkadotIngressEgress/ccmBroadcastRequested.d.cts +2 -2
  212. package/dist/150/polkadotIngressEgress/ccmBroadcastRequested.d.ts +2 -2
  213. package/dist/150/polkadotIngressEgress/ccmEgressInvalid.d.cts +4 -4
  214. package/dist/150/polkadotIngressEgress/ccmEgressInvalid.d.ts +4 -4
  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/assetBalances/accountCredited.d.cts +2 -2
  222. package/dist/160/assetBalances/accountCredited.d.ts +2 -2
  223. package/dist/160/assetBalances/accountDebited.d.cts +2 -2
  224. package/dist/160/assetBalances/accountDebited.d.ts +2 -2
  225. package/dist/160/ethereumIngressEgress/ccmEgressInvalid.d.cts +61 -61
  226. package/dist/160/ethereumIngressEgress/ccmEgressInvalid.d.ts +61 -61
  227. package/dist/160/ethereumIngressEgress/depositBoosted.d.cts +8 -8
  228. package/dist/160/ethereumIngressEgress/depositBoosted.d.ts +8 -8
  229. package/dist/160/ethereumIngressEgress/depositFinalised.d.cts +6 -6
  230. package/dist/160/ethereumIngressEgress/depositFinalised.d.ts +6 -6
  231. package/dist/160/swapping/batchSwapFailed.d.cts +8 -8
  232. package/dist/160/swapping/batchSwapFailed.d.ts +8 -8
  233. package/dist/160/swapping/ccmFailed.d.cts +14 -14
  234. package/dist/160/swapping/ccmFailed.d.ts +14 -14
  235. package/dist/160/swapping/maximumSwapAmountSet.d.cts +6 -6
  236. package/dist/160/swapping/maximumSwapAmountSet.d.ts +6 -6
  237. package/dist/160/swapping/refundEgressIgnored.d.cts +12 -12
  238. package/dist/160/swapping/refundEgressIgnored.d.ts +12 -12
  239. package/dist/160/swapping/refundEgressScheduled.d.cts +8 -8
  240. package/dist/160/swapping/refundEgressScheduled.d.ts +8 -8
  241. package/dist/160/swapping/swapAmountConfiscated.d.cts +7 -7
  242. package/dist/160/swapping/swapAmountConfiscated.d.ts +7 -7
  243. package/dist/160/swapping/swapDepositAddressReady.d.cts +31 -31
  244. package/dist/160/swapping/swapDepositAddressReady.d.ts +31 -31
  245. package/dist/160/swapping/swapEgressIgnored.d.cts +12 -12
  246. package/dist/160/swapping/swapEgressIgnored.d.ts +12 -12
  247. package/dist/160/swapping/swapEgressScheduled.d.cts +8 -8
  248. package/dist/160/swapping/swapEgressScheduled.d.ts +8 -8
  249. package/dist/160/swapping/swapExecuted.d.cts +12 -12
  250. package/dist/160/swapping/swapExecuted.d.ts +12 -12
  251. package/dist/160/swapping/swapRequested.d.cts +40 -40
  252. package/dist/160/swapping/swapRequested.d.ts +40 -40
  253. package/dist/160/swapping/withdrawalRequested.d.cts +10 -10
  254. package/dist/160/swapping/withdrawalRequested.d.ts +10 -10
  255. package/dist/170/arbitrumIngressEgress/ccmFailed.d.cts +22 -22
  256. package/dist/170/arbitrumIngressEgress/ccmFailed.d.ts +22 -22
  257. package/dist/170/arbitrumIngressEgress/depositIgnored.d.cts +2 -2
  258. package/dist/170/arbitrumIngressEgress/depositIgnored.d.ts +2 -2
  259. package/dist/170/arbitrumIngressEgress/failedToBuildAllBatchCall.d.cts +50 -50
  260. package/dist/170/arbitrumIngressEgress/failedToBuildAllBatchCall.d.ts +50 -50
  261. package/dist/170/bitcoinIngressEgress/boostedDepositLost.d.cts +2 -2
  262. package/dist/170/bitcoinIngressEgress/boostedDepositLost.d.ts +2 -2
  263. package/dist/170/bitcoinIngressEgress/ccmFailed.d.cts +37 -37
  264. package/dist/170/bitcoinIngressEgress/ccmFailed.d.ts +37 -37
  265. package/dist/170/bitcoinIngressEgress/depositBoosted.d.cts +30 -30
  266. package/dist/170/bitcoinIngressEgress/depositBoosted.d.ts +30 -30
  267. package/dist/170/bitcoinIngressEgress/depositFinalised.d.cts +30 -30
  268. package/dist/170/bitcoinIngressEgress/depositFinalised.d.ts +30 -30
  269. package/dist/170/bitcoinIngressEgress/depositIgnored.d.cts +30 -30
  270. package/dist/170/bitcoinIngressEgress/depositIgnored.d.ts +30 -30
  271. package/dist/170/bitcoinIngressEgress/depositWitnessRejected.d.cts +56 -56
  272. package/dist/170/bitcoinIngressEgress/depositWitnessRejected.d.ts +56 -56
  273. package/dist/170/bitcoinIngressEgress/failedToBuildAllBatchCall.d.cts +50 -50
  274. package/dist/170/bitcoinIngressEgress/failedToBuildAllBatchCall.d.ts +50 -50
  275. package/dist/170/bitcoinIngressEgress/transactionRejectedByBroker.d.cts +4 -4
  276. package/dist/170/bitcoinIngressEgress/transactionRejectedByBroker.d.ts +4 -4
  277. package/dist/170/bitcoinIngressEgress/transactionRejectionFailed.d.cts +4 -4
  278. package/dist/170/bitcoinIngressEgress/transactionRejectionFailed.d.ts +4 -4
  279. package/dist/170/ethereumIngressEgress/boostedDepositLost.d.cts +2 -2
  280. package/dist/170/ethereumIngressEgress/boostedDepositLost.d.ts +2 -2
  281. package/dist/170/ethereumIngressEgress/ccmFailed.d.cts +37 -37
  282. package/dist/170/ethereumIngressEgress/ccmFailed.d.ts +37 -37
  283. package/dist/170/ethereumIngressEgress/depositIgnored.d.cts +6 -6
  284. package/dist/170/ethereumIngressEgress/depositIgnored.d.ts +6 -6
  285. package/dist/170/ethereumIngressEgress/failedToBuildAllBatchCall.d.cts +50 -50
  286. package/dist/170/ethereumIngressEgress/failedToBuildAllBatchCall.d.ts +50 -50
  287. package/dist/170/polkadotIngressEgress/boostedDepositLost.d.cts +2 -2
  288. package/dist/170/polkadotIngressEgress/boostedDepositLost.d.ts +2 -2
  289. package/dist/170/polkadotIngressEgress/ccmFailed.d.cts +37 -37
  290. package/dist/170/polkadotIngressEgress/ccmFailed.d.ts +37 -37
  291. package/dist/170/polkadotIngressEgress/depositIgnored.d.cts +6 -6
  292. package/dist/170/polkadotIngressEgress/depositIgnored.d.ts +6 -6
  293. package/dist/170/polkadotIngressEgress/failedToBuildAllBatchCall.d.cts +50 -50
  294. package/dist/170/polkadotIngressEgress/failedToBuildAllBatchCall.d.ts +50 -50
  295. package/dist/170/solanaIngressEgress/boostedDepositLost.d.cts +2 -2
  296. package/dist/170/solanaIngressEgress/boostedDepositLost.d.ts +2 -2
  297. package/dist/170/solanaIngressEgress/ccmFailed.d.cts +37 -37
  298. package/dist/170/solanaIngressEgress/ccmFailed.d.ts +37 -37
  299. package/dist/170/solanaIngressEgress/depositIgnored.d.cts +6 -6
  300. package/dist/170/solanaIngressEgress/depositIgnored.d.ts +6 -6
  301. package/dist/170/solanaIngressEgress/failedToBuildAllBatchCall.d.cts +50 -50
  302. package/dist/170/solanaIngressEgress/failedToBuildAllBatchCall.d.ts +50 -50
  303. package/dist/170/swapping/minimumChunkSizeSet.d.cts +2 -2
  304. package/dist/170/swapping/minimumChunkSizeSet.d.ts +2 -2
  305. package/dist/170/swapping/swapRequested.d.cts +27 -27
  306. package/dist/170/swapping/swapRequested.d.ts +27 -27
  307. package/dist/180/arbitrumIngressEgress/ccmEgressInvalid.d.cts +61 -61
  308. package/dist/180/arbitrumIngressEgress/ccmEgressInvalid.d.ts +61 -61
  309. package/dist/180/arbitrumIngressEgress/depositBoosted.d.cts +6 -6
  310. package/dist/180/arbitrumIngressEgress/depositBoosted.d.ts +6 -6
  311. package/dist/180/arbitrumIngressEgress/depositFailed.d.cts +179 -179
  312. package/dist/180/arbitrumIngressEgress/depositFailed.d.ts +179 -179
  313. package/dist/180/arbitrumIngressEgress/depositFinalised.d.cts +2 -2
  314. package/dist/180/arbitrumIngressEgress/depositFinalised.d.ts +2 -2
  315. package/dist/180/arbitrumIngressEgress/failedToBuildAllBatchCall.d.cts +57 -57
  316. package/dist/180/arbitrumIngressEgress/failedToBuildAllBatchCall.d.ts +57 -57
  317. package/dist/180/arbitrumIngressEgress/insufficientBoostLiquidity.d.cts +2 -2
  318. package/dist/180/arbitrumIngressEgress/insufficientBoostLiquidity.d.ts +2 -2
  319. package/dist/180/bitcoinIngressEgress/ccmEgressInvalid.d.cts +61 -61
  320. package/dist/180/bitcoinIngressEgress/ccmEgressInvalid.d.ts +61 -61
  321. package/dist/180/bitcoinIngressEgress/depositBoosted.d.cts +30 -30
  322. package/dist/180/bitcoinIngressEgress/depositBoosted.d.ts +30 -30
  323. package/dist/180/bitcoinIngressEgress/depositFailed.d.cts +313 -313
  324. package/dist/180/bitcoinIngressEgress/depositFailed.d.ts +313 -313
  325. package/dist/180/bitcoinIngressEgress/depositFinalised.d.cts +24 -24
  326. package/dist/180/bitcoinIngressEgress/depositFinalised.d.ts +24 -24
  327. package/dist/180/bitcoinIngressEgress/failedToBuildAllBatchCall.d.cts +57 -57
  328. package/dist/180/bitcoinIngressEgress/failedToBuildAllBatchCall.d.ts +57 -57
  329. package/dist/180/bitcoinIngressEgress/insufficientBoostLiquidity.d.cts +2 -2
  330. package/dist/180/bitcoinIngressEgress/insufficientBoostLiquidity.d.ts +2 -2
  331. package/dist/180/bitcoinIngressEgress/transferFallbackRequested.d.cts +20 -20
  332. package/dist/180/bitcoinIngressEgress/transferFallbackRequested.d.ts +20 -20
  333. package/dist/180/polkadotIngressEgress/ccmEgressInvalid.d.cts +10 -10
  334. package/dist/180/polkadotIngressEgress/ccmEgressInvalid.d.ts +10 -10
  335. package/dist/180/polkadotIngressEgress/depositBoosted.d.cts +6 -6
  336. package/dist/180/polkadotIngressEgress/depositBoosted.d.ts +6 -6
  337. package/dist/180/polkadotIngressEgress/depositFailed.d.cts +36 -36
  338. package/dist/180/polkadotIngressEgress/depositFailed.d.ts +36 -36
  339. package/dist/180/polkadotIngressEgress/depositFinalised.d.cts +4 -4
  340. package/dist/180/polkadotIngressEgress/depositFinalised.d.ts +4 -4
  341. package/dist/180/polkadotIngressEgress/failedToBuildAllBatchCall.d.cts +10 -10
  342. package/dist/180/polkadotIngressEgress/failedToBuildAllBatchCall.d.ts +10 -10
  343. package/dist/180/solanaIngressEgress/ccmEgressInvalid.d.cts +61 -61
  344. package/dist/180/solanaIngressEgress/ccmEgressInvalid.d.ts +61 -61
  345. package/dist/180/solanaIngressEgress/depositBoosted.d.cts +6 -6
  346. package/dist/180/solanaIngressEgress/depositBoosted.d.ts +6 -6
  347. package/dist/180/solanaIngressEgress/depositFailed.d.cts +167 -167
  348. package/dist/180/solanaIngressEgress/depositFailed.d.ts +167 -167
  349. package/dist/180/solanaIngressEgress/depositFinalised.d.cts +2 -2
  350. package/dist/180/solanaIngressEgress/depositFinalised.d.ts +2 -2
  351. package/dist/180/solanaIngressEgress/failedToBuildAllBatchCall.d.cts +57 -57
  352. package/dist/180/solanaIngressEgress/failedToBuildAllBatchCall.d.ts +57 -57
  353. package/dist/180/solanaIngressEgress/insufficientBoostLiquidity.d.cts +2 -2
  354. package/dist/180/solanaIngressEgress/insufficientBoostLiquidity.d.ts +2 -2
  355. package/dist/190/arbitrumIngressEgress/ccmBroadcastRequested.d.cts +2 -2
  356. package/dist/190/arbitrumIngressEgress/ccmBroadcastRequested.d.ts +2 -2
  357. package/dist/190/arbitrumIngressEgress/ccmEgressInvalid.d.cts +54 -54
  358. package/dist/190/arbitrumIngressEgress/ccmEgressInvalid.d.ts +54 -54
  359. package/dist/190/arbitrumIngressEgress/depositBoosted.d.cts +10 -10
  360. package/dist/190/arbitrumIngressEgress/depositBoosted.d.ts +10 -10
  361. package/dist/190/arbitrumIngressEgress/depositFailed.d.cts +184 -184
  362. package/dist/190/arbitrumIngressEgress/depositFailed.d.ts +184 -184
  363. package/dist/190/arbitrumIngressEgress/depositFinalised.d.cts +6 -6
  364. package/dist/190/arbitrumIngressEgress/depositFinalised.d.ts +6 -6
  365. package/dist/190/arbitrumIngressEgress/failedToBuildAllBatchCall.d.cts +50 -50
  366. package/dist/190/arbitrumIngressEgress/failedToBuildAllBatchCall.d.ts +50 -50
  367. package/dist/190/arbitrumIngressEgress/transferFallbackRequested.d.cts +2 -2
  368. package/dist/190/arbitrumIngressEgress/transferFallbackRequested.d.ts +2 -2
  369. package/dist/190/assetBalances/accountCredited.d.cts +8 -8
  370. package/dist/190/assetBalances/accountCredited.d.ts +8 -8
  371. package/dist/190/assetBalances/accountDebited.d.cts +8 -8
  372. package/dist/190/assetBalances/accountDebited.d.ts +8 -8
  373. package/dist/190/assetBalances/refundScheduled.d.cts +2 -2
  374. package/dist/190/assetBalances/refundScheduled.d.ts +2 -2
  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/liquidityProvider/assetTransferred.d.cts +9 -9
  382. package/dist/190/liquidityProvider/assetTransferred.d.ts +9 -9
  383. package/dist/190/liquidityProvider/liquidityDepositAddressReady.d.cts +14 -14
  384. package/dist/190/liquidityProvider/liquidityDepositAddressReady.d.ts +14 -14
  385. package/dist/190/liquidityProvider/liquidityRefundAddressRegistered.d.cts +2 -2
  386. package/dist/190/liquidityProvider/liquidityRefundAddressRegistered.d.ts +2 -2
  387. package/dist/190/liquidityProvider/withdrawalEgressScheduled.d.cts +10 -10
  388. package/dist/190/liquidityProvider/withdrawalEgressScheduled.d.ts +10 -10
  389. package/dist/190/polkadotIngressEgress/ccmBroadcastRequested.d.cts +2 -2
  390. package/dist/190/polkadotIngressEgress/ccmBroadcastRequested.d.ts +2 -2
  391. package/dist/190/polkadotIngressEgress/ccmEgressInvalid.d.cts +24 -24
  392. package/dist/190/polkadotIngressEgress/ccmEgressInvalid.d.ts +24 -24
  393. package/dist/190/polkadotIngressEgress/depositBoosted.d.cts +8 -8
  394. package/dist/190/polkadotIngressEgress/depositBoosted.d.ts +8 -8
  395. package/dist/190/polkadotIngressEgress/depositFailed.d.cts +10 -10
  396. package/dist/190/polkadotIngressEgress/depositFailed.d.ts +10 -10
  397. package/dist/190/polkadotIngressEgress/depositFinalised.d.cts +8 -8
  398. package/dist/190/polkadotIngressEgress/depositFinalised.d.ts +8 -8
  399. package/dist/190/polkadotIngressEgress/failedToBuildAllBatchCall.d.cts +20 -20
  400. package/dist/190/polkadotIngressEgress/failedToBuildAllBatchCall.d.ts +20 -20
  401. package/dist/190/polkadotIngressEgress/transferFallbackRequested.d.cts +2 -2
  402. package/dist/190/polkadotIngressEgress/transferFallbackRequested.d.ts +2 -2
  403. package/dist/190/reputation/offencePenalty.d.cts +6 -6
  404. package/dist/190/reputation/offencePenalty.d.ts +6 -6
  405. package/dist/190/reputation/penaltyUpdated.d.cts +4 -4
  406. package/dist/190/reputation/penaltyUpdated.d.ts +4 -4
  407. package/dist/190/solanaIngressEgress/ccmEgressInvalid.d.cts +4 -4
  408. package/dist/190/solanaIngressEgress/ccmEgressInvalid.d.ts +4 -4
  409. package/package.json +3 -3
  410. package/dist/11100/swapping/swapCanceled.cjs +0 -7
  411. package/dist/11100/swapping/swapCanceled.d.cts +0 -11
  412. package/dist/11100/swapping/swapCanceled.d.ts +0 -11
  413. package/dist/11100/swapping/swapCanceled.mjs +0 -7
@@ -27,11 +27,11 @@ declare const swappingSwapRequested: z.ZodObject<{
27
27
  __kind: z.ZodEnum<["Eth", "Dot", "Btc", "Arb", "Sol", "Hub"]>;
28
28
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
29
29
  }, "strip", z.ZodTypeAny, {
30
- value: `0x${string}`;
31
30
  __kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
31
+ value: `0x${string}`;
32
32
  }, {
33
- value: string;
34
33
  __kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
34
+ value: string;
35
35
  }>, {
36
36
  readonly chain: "Ethereum";
37
37
  readonly address: `0x${string}`;
@@ -51,8 +51,8 @@ declare const swappingSwapRequested: z.ZodObject<{
51
51
  readonly chain: "Assethub";
52
52
  readonly address: string;
53
53
  }, {
54
- value: string;
55
54
  __kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
55
+ value: string;
56
56
  }>;
57
57
  channelId: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
58
58
  depositBlockHeight: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
@@ -84,8 +84,8 @@ declare const swappingSwapRequested: z.ZodObject<{
84
84
  }, {
85
85
  __kind: "DepositChannel";
86
86
  depositAddress: {
87
- value: string;
88
87
  __kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
88
+ value: string;
89
89
  };
90
90
  channelId: string | number;
91
91
  depositBlockHeight: string | number;
@@ -96,20 +96,20 @@ declare const swappingSwapRequested: z.ZodObject<{
96
96
  __kind: z.ZodLiteral<"Evm">;
97
97
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
98
98
  }, "strip", z.ZodTypeAny, {
99
- value: `0x${string}`;
100
99
  __kind: "Evm";
100
+ value: `0x${string}`;
101
101
  }, {
102
- value: string;
103
102
  __kind: "Evm";
103
+ value: string;
104
104
  }>, z.ZodObject<{
105
105
  __kind: z.ZodLiteral<"Bitcoin">;
106
106
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
107
107
  }, "strip", z.ZodTypeAny, {
108
- value: `0x${string}`;
109
108
  __kind: "Bitcoin";
109
+ value: `0x${string}`;
110
110
  }, {
111
- value: string;
112
111
  __kind: "Bitcoin";
112
+ value: string;
113
113
  }>, z.ZodObject<{
114
114
  __kind: z.ZodLiteral<"Polkadot">;
115
115
  value: z.ZodObject<{
@@ -123,26 +123,26 @@ declare const swappingSwapRequested: z.ZodObject<{
123
123
  extrinsicIndex: number;
124
124
  }>;
125
125
  }, "strip", z.ZodTypeAny, {
126
+ __kind: "Polkadot";
126
127
  value: {
127
128
  blockNumber: number;
128
129
  extrinsicIndex: number;
129
130
  };
130
- __kind: "Polkadot";
131
131
  }, {
132
+ __kind: "Polkadot";
132
133
  value: {
133
134
  blockNumber: number;
134
135
  extrinsicIndex: number;
135
136
  };
136
- __kind: "Polkadot";
137
137
  }>, z.ZodObject<{
138
138
  __kind: z.ZodLiteral<"Solana">;
139
139
  value: z.ZodTuple<[z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>], null>;
140
140
  }, "strip", z.ZodTypeAny, {
141
- value: [`0x${string}`, bigint];
142
141
  __kind: "Solana";
142
+ value: [`0x${string}`, bigint];
143
143
  }, {
144
- value: [string, string | number];
145
144
  __kind: "Solana";
145
+ value: [string, string | number];
146
146
  }>, z.ZodObject<{
147
147
  __kind: z.ZodLiteral<"None">;
148
148
  }, "strip", z.ZodTypeAny, {
@@ -154,20 +154,20 @@ declare const swappingSwapRequested: z.ZodObject<{
154
154
  }, "strip", z.ZodTypeAny, {
155
155
  __kind: "Vault";
156
156
  txId: {
157
- value: `0x${string}`;
158
157
  __kind: "Evm";
159
- } | {
160
158
  value: `0x${string}`;
159
+ } | {
161
160
  __kind: "Bitcoin";
161
+ value: `0x${string}`;
162
162
  } | {
163
+ __kind: "Polkadot";
163
164
  value: {
164
165
  blockNumber: number;
165
166
  extrinsicIndex: number;
166
167
  };
167
- __kind: "Polkadot";
168
168
  } | {
169
- value: [`0x${string}`, bigint];
170
169
  __kind: "Solana";
170
+ value: [`0x${string}`, bigint];
171
171
  } | {
172
172
  __kind: "None";
173
173
  };
@@ -175,20 +175,20 @@ declare const swappingSwapRequested: z.ZodObject<{
175
175
  }, {
176
176
  __kind: "Vault";
177
177
  txId: {
178
- value: string;
179
178
  __kind: "Evm";
180
- } | {
181
179
  value: string;
180
+ } | {
182
181
  __kind: "Bitcoin";
182
+ value: string;
183
183
  } | {
184
+ __kind: "Polkadot";
184
185
  value: {
185
186
  blockNumber: number;
186
187
  extrinsicIndex: number;
187
188
  };
188
- __kind: "Polkadot";
189
189
  } | {
190
- value: [string, string | number];
191
190
  __kind: "Solana";
191
+ value: [string, string | number];
192
192
  } | {
193
193
  __kind: "None";
194
194
  };
@@ -203,11 +203,11 @@ declare const swappingSwapRequested: z.ZodObject<{
203
203
  __kind: z.ZodLiteral<"OnChainAccount">;
204
204
  value: z.ZodEffects<z.ZodUnion<[z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, `0x${string}`, string>]>, string, string>;
205
205
  }, "strip", z.ZodTypeAny, {
206
- value: string;
207
206
  __kind: "OnChainAccount";
208
- }, {
209
207
  value: string;
208
+ }, {
210
209
  __kind: "OnChainAccount";
210
+ value: string;
211
211
  }>]>;
212
212
  requestType: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
213
213
  __kind: z.ZodLiteral<"NetworkFee">;
@@ -283,6 +283,7 @@ declare const swappingSwapRequested: z.ZodObject<{
283
283
  fallbackAddress: string;
284
284
  }>;
285
285
  }, "strip", z.ZodTypeAny, {
286
+ __kind: "V0";
286
287
  value: {
287
288
  cfReceiver: {
288
289
  pubkey: `0x${string}`;
@@ -294,8 +295,8 @@ declare const swappingSwapRequested: z.ZodObject<{
294
295
  }[];
295
296
  fallbackAddress: `0x${string}`;
296
297
  };
297
- __kind: "V0";
298
298
  }, {
299
+ __kind: "V0";
299
300
  value: {
300
301
  cfReceiver: {
301
302
  pubkey: string;
@@ -307,7 +308,6 @@ declare const swappingSwapRequested: z.ZodObject<{
307
308
  }[];
308
309
  fallbackAddress: string;
309
310
  };
310
- __kind: "V0";
311
311
  }>, z.ZodObject<{
312
312
  __kind: z.ZodLiteral<"V1">;
313
313
  ccmAccounts: z.ZodObject<{
@@ -384,7 +384,9 @@ declare const swappingSwapRequested: z.ZodObject<{
384
384
  alts: string[];
385
385
  }>]>;
386
386
  }, "strip", z.ZodTypeAny, {
387
+ __kind: "Solana";
387
388
  value: {
389
+ __kind: "V0";
388
390
  value: {
389
391
  cfReceiver: {
390
392
  pubkey: `0x${string}`;
@@ -396,7 +398,6 @@ declare const swappingSwapRequested: z.ZodObject<{
396
398
  }[];
397
399
  fallbackAddress: `0x${string}`;
398
400
  };
399
- __kind: "V0";
400
401
  } | {
401
402
  __kind: "V1";
402
403
  ccmAccounts: {
@@ -412,9 +413,10 @@ declare const swappingSwapRequested: z.ZodObject<{
412
413
  };
413
414
  alts: `0x${string}`[];
414
415
  };
415
- __kind: "Solana";
416
416
  }, {
417
+ __kind: "Solana";
417
418
  value: {
419
+ __kind: "V0";
418
420
  value: {
419
421
  cfReceiver: {
420
422
  pubkey: string;
@@ -426,7 +428,6 @@ declare const swappingSwapRequested: z.ZodObject<{
426
428
  }[];
427
429
  fallbackAddress: string;
428
430
  };
429
- __kind: "V0";
430
431
  } | {
431
432
  __kind: "V1";
432
433
  ccmAccounts: {
@@ -442,7 +443,6 @@ declare const swappingSwapRequested: z.ZodObject<{
442
443
  };
443
444
  alts: string[];
444
445
  };
445
- __kind: "Solana";
446
446
  }>]>;
447
447
  }, "strip", z.ZodTypeAny, {
448
448
  message: `0x${string}`;
@@ -450,7 +450,9 @@ declare const swappingSwapRequested: z.ZodObject<{
450
450
  ccmAdditionalData: {
451
451
  __kind: "NotRequired";
452
452
  } | {
453
+ __kind: "Solana";
453
454
  value: {
455
+ __kind: "V0";
454
456
  value: {
455
457
  cfReceiver: {
456
458
  pubkey: `0x${string}`;
@@ -462,7 +464,6 @@ declare const swappingSwapRequested: z.ZodObject<{
462
464
  }[];
463
465
  fallbackAddress: `0x${string}`;
464
466
  };
465
- __kind: "V0";
466
467
  } | {
467
468
  __kind: "V1";
468
469
  ccmAccounts: {
@@ -478,7 +479,6 @@ declare const swappingSwapRequested: z.ZodObject<{
478
479
  };
479
480
  alts: `0x${string}`[];
480
481
  };
481
- __kind: "Solana";
482
482
  };
483
483
  }, {
484
484
  message: string;
@@ -486,7 +486,9 @@ declare const swappingSwapRequested: z.ZodObject<{
486
486
  ccmAdditionalData: {
487
487
  __kind: "NotRequired";
488
488
  } | {
489
+ __kind: "Solana";
489
490
  value: {
491
+ __kind: "V0";
490
492
  value: {
491
493
  cfReceiver: {
492
494
  pubkey: string;
@@ -498,7 +500,6 @@ declare const swappingSwapRequested: z.ZodObject<{
498
500
  }[];
499
501
  fallbackAddress: string;
500
502
  };
501
- __kind: "V0";
502
503
  } | {
503
504
  __kind: "V1";
504
505
  ccmAccounts: {
@@ -514,7 +515,6 @@ declare const swappingSwapRequested: z.ZodObject<{
514
515
  };
515
516
  alts: string[];
516
517
  };
517
- __kind: "Solana";
518
518
  };
519
519
  }>;
520
520
  sourceChain: z.ZodEffects<z.ZodObject<{
@@ -530,11 +530,11 @@ declare const swappingSwapRequested: z.ZodObject<{
530
530
  __kind: z.ZodEnum<["Eth", "Dot", "Btc", "Arb", "Sol", "Hub"]>;
531
531
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
532
532
  }, "strip", z.ZodTypeAny, {
533
- value: `0x${string}`;
534
533
  __kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
534
+ value: `0x${string}`;
535
535
  }, {
536
- value: string;
537
536
  __kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
537
+ value: string;
538
538
  }>, {
539
539
  readonly chain: "Ethereum";
540
540
  readonly address: `0x${string}`;
@@ -554,8 +554,8 @@ declare const swappingSwapRequested: z.ZodObject<{
554
554
  readonly chain: "Assethub";
555
555
  readonly address: string;
556
556
  }, {
557
- value: string;
558
557
  __kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
558
+ value: string;
559
559
  }>>>;
560
560
  }, "strip", z.ZodTypeAny, {
561
561
  channelMetadata: {
@@ -564,7 +564,9 @@ declare const swappingSwapRequested: z.ZodObject<{
564
564
  ccmAdditionalData: {
565
565
  __kind: "NotRequired";
566
566
  } | {
567
+ __kind: "Solana";
567
568
  value: {
569
+ __kind: "V0";
568
570
  value: {
569
571
  cfReceiver: {
570
572
  pubkey: `0x${string}`;
@@ -576,7 +578,6 @@ declare const swappingSwapRequested: z.ZodObject<{
576
578
  }[];
577
579
  fallbackAddress: `0x${string}`;
578
580
  };
579
- __kind: "V0";
580
581
  } | {
581
582
  __kind: "V1";
582
583
  ccmAccounts: {
@@ -592,7 +593,6 @@ declare const swappingSwapRequested: z.ZodObject<{
592
593
  };
593
594
  alts: `0x${string}`[];
594
595
  };
595
- __kind: "Solana";
596
596
  };
597
597
  };
598
598
  sourceChain: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
@@ -622,7 +622,9 @@ declare const swappingSwapRequested: z.ZodObject<{
622
622
  ccmAdditionalData: {
623
623
  __kind: "NotRequired";
624
624
  } | {
625
+ __kind: "Solana";
625
626
  value: {
627
+ __kind: "V0";
626
628
  value: {
627
629
  cfReceiver: {
628
630
  pubkey: string;
@@ -634,7 +636,6 @@ declare const swappingSwapRequested: z.ZodObject<{
634
636
  }[];
635
637
  fallbackAddress: string;
636
638
  };
637
- __kind: "V0";
638
639
  } | {
639
640
  __kind: "V1";
640
641
  ccmAccounts: {
@@ -650,26 +651,25 @@ declare const swappingSwapRequested: z.ZodObject<{
650
651
  };
651
652
  alts: string[];
652
653
  };
653
- __kind: "Solana";
654
654
  };
655
655
  };
656
656
  sourceChain: {
657
657
  __kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
658
658
  };
659
659
  sourceAddress?: {
660
- value: string;
661
660
  __kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
661
+ value: string;
662
662
  } | null | undefined;
663
663
  }>>>;
664
664
  outputAddress: z.ZodEffects<z.ZodObject<{
665
665
  __kind: z.ZodEnum<["Eth", "Dot", "Btc", "Arb", "Sol", "Hub"]>;
666
666
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
667
667
  }, "strip", z.ZodTypeAny, {
668
- value: `0x${string}`;
669
668
  __kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
669
+ value: `0x${string}`;
670
670
  }, {
671
- value: string;
672
671
  __kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
672
+ value: string;
673
673
  }>, {
674
674
  readonly chain: "Ethereum";
675
675
  readonly address: `0x${string}`;
@@ -689,8 +689,8 @@ declare const swappingSwapRequested: z.ZodObject<{
689
689
  readonly chain: "Assethub";
690
690
  readonly address: string;
691
691
  }, {
692
- value: string;
693
692
  __kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
693
+ value: string;
694
694
  }>;
695
695
  }, "strip", z.ZodTypeAny, {
696
696
  __kind: "Egress";
@@ -720,7 +720,9 @@ declare const swappingSwapRequested: z.ZodObject<{
720
720
  ccmAdditionalData: {
721
721
  __kind: "NotRequired";
722
722
  } | {
723
+ __kind: "Solana";
723
724
  value: {
725
+ __kind: "V0";
724
726
  value: {
725
727
  cfReceiver: {
726
728
  pubkey: `0x${string}`;
@@ -732,7 +734,6 @@ declare const swappingSwapRequested: z.ZodObject<{
732
734
  }[];
733
735
  fallbackAddress: `0x${string}`;
734
736
  };
735
- __kind: "V0";
736
737
  } | {
737
738
  __kind: "V1";
738
739
  ccmAccounts: {
@@ -748,7 +749,6 @@ declare const swappingSwapRequested: z.ZodObject<{
748
749
  };
749
750
  alts: `0x${string}`[];
750
751
  };
751
- __kind: "Solana";
752
752
  };
753
753
  };
754
754
  sourceChain: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
@@ -775,8 +775,8 @@ declare const swappingSwapRequested: z.ZodObject<{
775
775
  }, {
776
776
  __kind: "Egress";
777
777
  outputAddress: {
778
- value: string;
779
778
  __kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
779
+ value: string;
780
780
  };
781
781
  ccmDepositMetadata?: {
782
782
  channelMetadata: {
@@ -785,7 +785,9 @@ declare const swappingSwapRequested: z.ZodObject<{
785
785
  ccmAdditionalData: {
786
786
  __kind: "NotRequired";
787
787
  } | {
788
+ __kind: "Solana";
788
789
  value: {
790
+ __kind: "V0";
789
791
  value: {
790
792
  cfReceiver: {
791
793
  pubkey: string;
@@ -797,7 +799,6 @@ declare const swappingSwapRequested: z.ZodObject<{
797
799
  }[];
798
800
  fallbackAddress: string;
799
801
  };
800
- __kind: "V0";
801
802
  } | {
802
803
  __kind: "V1";
803
804
  ccmAccounts: {
@@ -813,15 +814,14 @@ declare const swappingSwapRequested: z.ZodObject<{
813
814
  };
814
815
  alts: string[];
815
816
  };
816
- __kind: "Solana";
817
817
  };
818
818
  };
819
819
  sourceChain: {
820
820
  __kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
821
821
  };
822
822
  sourceAddress?: {
823
- value: string;
824
823
  __kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
824
+ value: string;
825
825
  } | null | undefined;
826
826
  } | null | undefined;
827
827
  }>, z.ZodObject<{
@@ -864,7 +864,9 @@ declare const swappingSwapRequested: z.ZodObject<{
864
864
  ccmAdditionalData: {
865
865
  __kind: "NotRequired";
866
866
  } | {
867
+ __kind: "Solana";
867
868
  value: {
869
+ __kind: "V0";
868
870
  value: {
869
871
  cfReceiver: {
870
872
  pubkey: `0x${string}`;
@@ -876,7 +878,6 @@ declare const swappingSwapRequested: z.ZodObject<{
876
878
  }[];
877
879
  fallbackAddress: `0x${string}`;
878
880
  };
879
- __kind: "V0";
880
881
  } | {
881
882
  __kind: "V1";
882
883
  ccmAccounts: {
@@ -892,7 +893,6 @@ declare const swappingSwapRequested: z.ZodObject<{
892
893
  };
893
894
  alts: `0x${string}`[];
894
895
  };
895
- __kind: "Solana";
896
896
  };
897
897
  };
898
898
  sourceChain: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
@@ -925,8 +925,8 @@ declare const swappingSwapRequested: z.ZodObject<{
925
925
  outputAction: {
926
926
  __kind: "Egress";
927
927
  outputAddress: {
928
- value: string;
929
928
  __kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
929
+ value: string;
930
930
  };
931
931
  ccmDepositMetadata?: {
932
932
  channelMetadata: {
@@ -935,7 +935,9 @@ declare const swappingSwapRequested: z.ZodObject<{
935
935
  ccmAdditionalData: {
936
936
  __kind: "NotRequired";
937
937
  } | {
938
+ __kind: "Solana";
938
939
  value: {
940
+ __kind: "V0";
939
941
  value: {
940
942
  cfReceiver: {
941
943
  pubkey: string;
@@ -947,7 +949,6 @@ declare const swappingSwapRequested: z.ZodObject<{
947
949
  }[];
948
950
  fallbackAddress: string;
949
951
  };
950
- __kind: "V0";
951
952
  } | {
952
953
  __kind: "V1";
953
954
  ccmAccounts: {
@@ -963,15 +964,14 @@ declare const swappingSwapRequested: z.ZodObject<{
963
964
  };
964
965
  alts: string[];
965
966
  };
966
- __kind: "Solana";
967
967
  };
968
968
  };
969
969
  sourceChain: {
970
970
  __kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
971
971
  };
972
972
  sourceAddress?: {
973
- value: string;
974
973
  __kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
974
+ value: string;
975
975
  } | null | undefined;
976
976
  } | null | undefined;
977
977
  } | {
@@ -995,22 +995,22 @@ declare const swappingSwapRequested: z.ZodObject<{
995
995
  __kind: z.ZodLiteral<"InternalAccount">;
996
996
  value: z.ZodEffects<z.ZodUnion<[z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, `0x${string}`, string>]>, string, string>;
997
997
  }, "strip", z.ZodTypeAny, {
998
- value: string;
999
998
  __kind: "InternalAccount";
1000
- }, {
1001
999
  value: string;
1000
+ }, {
1002
1001
  __kind: "InternalAccount";
1002
+ value: string;
1003
1003
  }>, z.ZodObject<{
1004
1004
  __kind: z.ZodLiteral<"ExternalAddress">;
1005
1005
  value: z.ZodEffects<z.ZodObject<{
1006
1006
  __kind: z.ZodEnum<["Eth", "Dot", "Btc", "Arb", "Sol", "Hub"]>;
1007
1007
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
1008
1008
  }, "strip", z.ZodTypeAny, {
1009
- value: `0x${string}`;
1010
1009
  __kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
1010
+ value: `0x${string}`;
1011
1011
  }, {
1012
- value: string;
1013
1012
  __kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
1013
+ value: string;
1014
1014
  }>, {
1015
1015
  readonly chain: "Ethereum";
1016
1016
  readonly address: `0x${string}`;
@@ -1030,10 +1030,11 @@ declare const swappingSwapRequested: z.ZodObject<{
1030
1030
  readonly chain: "Assethub";
1031
1031
  readonly address: string;
1032
1032
  }, {
1033
- value: string;
1034
1033
  __kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
1034
+ value: string;
1035
1035
  }>;
1036
1036
  }, "strip", z.ZodTypeAny, {
1037
+ __kind: "ExternalAddress";
1037
1038
  value: {
1038
1039
  readonly chain: "Ethereum";
1039
1040
  readonly address: `0x${string}`;
@@ -1053,21 +1054,21 @@ declare const swappingSwapRequested: z.ZodObject<{
1053
1054
  readonly chain: "Assethub";
1054
1055
  readonly address: string;
1055
1056
  };
1056
- __kind: "ExternalAddress";
1057
1057
  }, {
1058
+ __kind: "ExternalAddress";
1058
1059
  value: {
1059
- value: string;
1060
1060
  __kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
1061
+ value: string;
1061
1062
  };
1062
- __kind: "ExternalAddress";
1063
1063
  }>]>;
1064
1064
  minPrice: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
1065
1065
  }, "strip", z.ZodTypeAny, {
1066
1066
  retryDuration: number;
1067
1067
  refundDestination: {
1068
- value: string;
1069
1068
  __kind: "InternalAccount";
1069
+ value: string;
1070
1070
  } | {
1071
+ __kind: "ExternalAddress";
1071
1072
  value: {
1072
1073
  readonly chain: "Ethereum";
1073
1074
  readonly address: `0x${string}`;
@@ -1087,20 +1088,19 @@ declare const swappingSwapRequested: z.ZodObject<{
1087
1088
  readonly chain: "Assethub";
1088
1089
  readonly address: string;
1089
1090
  };
1090
- __kind: "ExternalAddress";
1091
1091
  };
1092
1092
  minPrice: bigint;
1093
1093
  }, {
1094
1094
  retryDuration: number;
1095
1095
  refundDestination: {
1096
- value: string;
1097
1096
  __kind: "InternalAccount";
1097
+ value: string;
1098
1098
  } | {
1099
+ __kind: "ExternalAddress";
1099
1100
  value: {
1100
- value: string;
1101
1101
  __kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
1102
+ value: string;
1102
1103
  };
1103
- __kind: "ExternalAddress";
1104
1104
  };
1105
1105
  minPrice: string | number;
1106
1106
  }>>>;
@@ -1115,9 +1115,9 @@ declare const swappingSwapRequested: z.ZodObject<{
1115
1115
  chunkInterval: number;
1116
1116
  }>>>;
1117
1117
  }, "strip", z.ZodTypeAny, {
1118
- swapRequestId: bigint;
1119
1118
  inputAsset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
1120
1119
  outputAsset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
1120
+ swapRequestId: bigint;
1121
1121
  inputAmount: bigint;
1122
1122
  origin: {
1123
1123
  __kind: "DepositChannel";
@@ -1146,20 +1146,20 @@ declare const swappingSwapRequested: z.ZodObject<{
1146
1146
  } | {
1147
1147
  __kind: "Vault";
1148
1148
  txId: {
1149
- value: `0x${string}`;
1150
1149
  __kind: "Evm";
1151
- } | {
1152
1150
  value: `0x${string}`;
1151
+ } | {
1153
1152
  __kind: "Bitcoin";
1153
+ value: `0x${string}`;
1154
1154
  } | {
1155
+ __kind: "Polkadot";
1155
1156
  value: {
1156
1157
  blockNumber: number;
1157
1158
  extrinsicIndex: number;
1158
1159
  };
1159
- __kind: "Polkadot";
1160
1160
  } | {
1161
- value: [`0x${string}`, bigint];
1162
1161
  __kind: "Solana";
1162
+ value: [`0x${string}`, bigint];
1163
1163
  } | {
1164
1164
  __kind: "None";
1165
1165
  };
@@ -1167,8 +1167,8 @@ declare const swappingSwapRequested: z.ZodObject<{
1167
1167
  } | {
1168
1168
  __kind: "Internal";
1169
1169
  } | {
1170
- value: string;
1171
1170
  __kind: "OnChainAccount";
1171
+ value: string;
1172
1172
  };
1173
1173
  requestType: {
1174
1174
  __kind: "NetworkFee";
@@ -1204,7 +1204,9 @@ declare const swappingSwapRequested: z.ZodObject<{
1204
1204
  ccmAdditionalData: {
1205
1205
  __kind: "NotRequired";
1206
1206
  } | {
1207
+ __kind: "Solana";
1207
1208
  value: {
1209
+ __kind: "V0";
1208
1210
  value: {
1209
1211
  cfReceiver: {
1210
1212
  pubkey: `0x${string}`;
@@ -1216,7 +1218,6 @@ declare const swappingSwapRequested: z.ZodObject<{
1216
1218
  }[];
1217
1219
  fallbackAddress: `0x${string}`;
1218
1220
  };
1219
- __kind: "V0";
1220
1221
  } | {
1221
1222
  __kind: "V1";
1222
1223
  ccmAccounts: {
@@ -1232,7 +1233,6 @@ declare const swappingSwapRequested: z.ZodObject<{
1232
1233
  };
1233
1234
  alts: `0x${string}`[];
1234
1235
  };
1235
- __kind: "Solana";
1236
1236
  };
1237
1237
  };
1238
1238
  sourceChain: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
@@ -1268,9 +1268,10 @@ declare const swappingSwapRequested: z.ZodObject<{
1268
1268
  refundParameters?: {
1269
1269
  retryDuration: number;
1270
1270
  refundDestination: {
1271
- value: string;
1272
1271
  __kind: "InternalAccount";
1272
+ value: string;
1273
1273
  } | {
1274
+ __kind: "ExternalAddress";
1274
1275
  value: {
1275
1276
  readonly chain: "Ethereum";
1276
1277
  readonly address: `0x${string}`;
@@ -1290,7 +1291,6 @@ declare const swappingSwapRequested: z.ZodObject<{
1290
1291
  readonly chain: "Assethub";
1291
1292
  readonly address: string;
1292
1293
  };
1293
- __kind: "ExternalAddress";
1294
1294
  };
1295
1295
  minPrice: bigint;
1296
1296
  } | null | undefined;
@@ -1299,19 +1299,19 @@ declare const swappingSwapRequested: z.ZodObject<{
1299
1299
  chunkInterval: number;
1300
1300
  } | null | undefined;
1301
1301
  }, {
1302
- swapRequestId: string | number;
1303
1302
  inputAsset: {
1304
1303
  __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
1305
1304
  };
1306
1305
  outputAsset: {
1307
1306
  __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
1308
1307
  };
1308
+ swapRequestId: string | number;
1309
1309
  inputAmount: string | number;
1310
1310
  origin: {
1311
1311
  __kind: "DepositChannel";
1312
1312
  depositAddress: {
1313
- value: string;
1314
1313
  __kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
1314
+ value: string;
1315
1315
  };
1316
1316
  channelId: string | number;
1317
1317
  depositBlockHeight: string | number;
@@ -1319,20 +1319,20 @@ declare const swappingSwapRequested: z.ZodObject<{
1319
1319
  } | {
1320
1320
  __kind: "Vault";
1321
1321
  txId: {
1322
- value: string;
1323
1322
  __kind: "Evm";
1324
- } | {
1325
1323
  value: string;
1324
+ } | {
1326
1325
  __kind: "Bitcoin";
1326
+ value: string;
1327
1327
  } | {
1328
+ __kind: "Polkadot";
1328
1329
  value: {
1329
1330
  blockNumber: number;
1330
1331
  extrinsicIndex: number;
1331
1332
  };
1332
- __kind: "Polkadot";
1333
1333
  } | {
1334
- value: [string, string | number];
1335
1334
  __kind: "Solana";
1335
+ value: [string, string | number];
1336
1336
  } | {
1337
1337
  __kind: "None";
1338
1338
  };
@@ -1340,8 +1340,8 @@ declare const swappingSwapRequested: z.ZodObject<{
1340
1340
  } | {
1341
1341
  __kind: "Internal";
1342
1342
  } | {
1343
- value: string;
1344
1343
  __kind: "OnChainAccount";
1344
+ value: string;
1345
1345
  };
1346
1346
  requestType: {
1347
1347
  __kind: "NetworkFee";
@@ -1352,8 +1352,8 @@ declare const swappingSwapRequested: z.ZodObject<{
1352
1352
  outputAction: {
1353
1353
  __kind: "Egress";
1354
1354
  outputAddress: {
1355
- value: string;
1356
1355
  __kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
1356
+ value: string;
1357
1357
  };
1358
1358
  ccmDepositMetadata?: {
1359
1359
  channelMetadata: {
@@ -1362,7 +1362,9 @@ declare const swappingSwapRequested: z.ZodObject<{
1362
1362
  ccmAdditionalData: {
1363
1363
  __kind: "NotRequired";
1364
1364
  } | {
1365
+ __kind: "Solana";
1365
1366
  value: {
1367
+ __kind: "V0";
1366
1368
  value: {
1367
1369
  cfReceiver: {
1368
1370
  pubkey: string;
@@ -1374,7 +1376,6 @@ declare const swappingSwapRequested: z.ZodObject<{
1374
1376
  }[];
1375
1377
  fallbackAddress: string;
1376
1378
  };
1377
- __kind: "V0";
1378
1379
  } | {
1379
1380
  __kind: "V1";
1380
1381
  ccmAccounts: {
@@ -1390,15 +1391,14 @@ declare const swappingSwapRequested: z.ZodObject<{
1390
1391
  };
1391
1392
  alts: string[];
1392
1393
  };
1393
- __kind: "Solana";
1394
1394
  };
1395
1395
  };
1396
1396
  sourceChain: {
1397
1397
  __kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
1398
1398
  };
1399
1399
  sourceAddress?: {
1400
- value: string;
1401
1400
  __kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
1401
+ value: string;
1402
1402
  } | null | undefined;
1403
1403
  } | null | undefined;
1404
1404
  } | {
@@ -1413,14 +1413,14 @@ declare const swappingSwapRequested: z.ZodObject<{
1413
1413
  refundParameters?: {
1414
1414
  retryDuration: number;
1415
1415
  refundDestination: {
1416
- value: string;
1417
1416
  __kind: "InternalAccount";
1417
+ value: string;
1418
1418
  } | {
1419
+ __kind: "ExternalAddress";
1419
1420
  value: {
1420
- value: string;
1421
1421
  __kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
1422
+ value: string;
1422
1423
  };
1423
- __kind: "ExternalAddress";
1424
1424
  };
1425
1425
  minPrice: string | number;
1426
1426
  } | null | undefined;