@chainflip/processor 2.1.1 → 2.1.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (879) hide show
  1. package/dist/100/bitcoinIngressEgress/egressScheduled.d.cts +4 -4
  2. package/dist/100/bitcoinIngressEgress/egressScheduled.d.mts +4 -4
  3. package/dist/100/ethereumIngressEgress/egressScheduled.d.cts +2 -2
  4. package/dist/100/ethereumIngressEgress/egressScheduled.d.mts +2 -2
  5. package/dist/100/funding/boundExecutorAddress.d.cts +2 -2
  6. package/dist/100/funding/boundExecutorAddress.d.mts +2 -2
  7. package/dist/100/funding/boundRedeemAddress.d.cts +2 -2
  8. package/dist/100/funding/boundRedeemAddress.d.mts +2 -2
  9. package/dist/100/funding/failedFundingAttempt.d.cts +2 -2
  10. package/dist/100/funding/failedFundingAttempt.d.mts +2 -2
  11. package/dist/100/funding/funded.d.cts +2 -2
  12. package/dist/100/funding/funded.d.mts +2 -2
  13. package/dist/100/funding/redemptionRequested.d.cts +2 -2
  14. package/dist/100/funding/redemptionRequested.d.mts +2 -2
  15. package/dist/100/liquidityPools/limitOrderUpdated.d.cts +2 -2
  16. package/dist/100/liquidityPools/limitOrderUpdated.d.mts +2 -2
  17. package/dist/100/liquidityPools/rangeOrderUpdated.d.cts +8 -8
  18. package/dist/100/liquidityPools/rangeOrderUpdated.d.mts +8 -8
  19. package/dist/100/liquidityProvider/accountCredited.d.cts +2 -2
  20. package/dist/100/liquidityProvider/accountCredited.d.mts +2 -2
  21. package/dist/100/liquidityProvider/accountDebited.d.cts +2 -2
  22. package/dist/100/liquidityProvider/accountDebited.d.mts +2 -2
  23. package/dist/100/liquidityProvider/liquidityDepositAddressReady.d.cts +2 -2
  24. package/dist/100/liquidityProvider/liquidityDepositAddressReady.d.mts +2 -2
  25. package/dist/100/liquidityProvider/liquidityRefundAddressRegistered.d.cts +2 -2
  26. package/dist/100/liquidityProvider/liquidityRefundAddressRegistered.d.mts +2 -2
  27. package/dist/100/polkadotIngressEgress/egressScheduled.d.cts +2 -2
  28. package/dist/100/polkadotIngressEgress/egressScheduled.d.mts +2 -2
  29. package/dist/100/swapping/swapExecuted.d.cts +4 -4
  30. package/dist/100/swapping/swapExecuted.d.mts +4 -4
  31. package/dist/100/swapping/swapScheduled.d.cts +10 -10
  32. package/dist/100/swapping/swapScheduled.d.mts +10 -10
  33. package/dist/100/system/extrinsicFailed.d.cts +17 -17
  34. package/dist/100/system/extrinsicFailed.d.mts +17 -17
  35. package/dist/11000/arbitrumIngressEgress/ccmEgressInvalid.d.cts +26 -26
  36. package/dist/11000/arbitrumIngressEgress/ccmEgressInvalid.d.mts +26 -26
  37. package/dist/11000/arbitrumIngressEgress/depositFailed.d.cts +64 -64
  38. package/dist/11000/arbitrumIngressEgress/depositFailed.d.mts +64 -64
  39. package/dist/11000/arbitrumIngressEgress/failedToBuildAllBatchCall.d.cts +22 -22
  40. package/dist/11000/arbitrumIngressEgress/failedToBuildAllBatchCall.d.mts +22 -22
  41. package/dist/11000/assethubIngressEgress/ccmEgressInvalid.d.cts +26 -26
  42. package/dist/11000/assethubIngressEgress/ccmEgressInvalid.d.mts +26 -26
  43. package/dist/11000/assethubIngressEgress/depositFailed.d.cts +64 -64
  44. package/dist/11000/assethubIngressEgress/depositFailed.d.mts +64 -64
  45. package/dist/11000/assethubIngressEgress/failedToBuildAllBatchCall.d.cts +22 -22
  46. package/dist/11000/assethubIngressEgress/failedToBuildAllBatchCall.d.mts +22 -22
  47. package/dist/11000/bitcoinIngressEgress/ccmEgressInvalid.d.cts +26 -26
  48. package/dist/11000/bitcoinIngressEgress/ccmEgressInvalid.d.mts +26 -26
  49. package/dist/11000/bitcoinIngressEgress/depositFailed.d.cts +122 -122
  50. package/dist/11000/bitcoinIngressEgress/depositFailed.d.mts +122 -122
  51. package/dist/11000/bitcoinIngressEgress/failedToBuildAllBatchCall.d.cts +22 -22
  52. package/dist/11000/bitcoinIngressEgress/failedToBuildAllBatchCall.d.mts +22 -22
  53. package/dist/11000/common.d.cts +620 -620
  54. package/dist/11000/common.d.mts +620 -620
  55. package/dist/11000/environment/runtimeSafeModeUpdated.d.cts +28 -28
  56. package/dist/11000/environment/runtimeSafeModeUpdated.d.mts +28 -28
  57. package/dist/11000/ethereumIngressEgress/ccmEgressInvalid.d.cts +26 -26
  58. package/dist/11000/ethereumIngressEgress/ccmEgressInvalid.d.mts +26 -26
  59. package/dist/11000/ethereumIngressEgress/depositFailed.d.cts +64 -64
  60. package/dist/11000/ethereumIngressEgress/depositFailed.d.mts +64 -64
  61. package/dist/11000/ethereumIngressEgress/failedToBuildAllBatchCall.d.cts +22 -22
  62. package/dist/11000/ethereumIngressEgress/failedToBuildAllBatchCall.d.mts +22 -22
  63. package/dist/11000/lendingPools/boostFundsAdded.d.cts +10 -10
  64. package/dist/11000/lendingPools/boostFundsAdded.d.mts +10 -10
  65. package/dist/11000/lendingPools/boostPoolCreated.d.cts +8 -8
  66. package/dist/11000/lendingPools/boostPoolCreated.d.mts +8 -8
  67. package/dist/11000/lendingPools/stoppedBoosting.d.cts +10 -10
  68. package/dist/11000/lendingPools/stoppedBoosting.d.mts +10 -10
  69. package/dist/11000/polkadotIngressEgress/ccmEgressInvalid.d.cts +26 -26
  70. package/dist/11000/polkadotIngressEgress/ccmEgressInvalid.d.mts +26 -26
  71. package/dist/11000/polkadotIngressEgress/depositFailed.d.cts +64 -64
  72. package/dist/11000/polkadotIngressEgress/depositFailed.d.mts +64 -64
  73. package/dist/11000/polkadotIngressEgress/failedToBuildAllBatchCall.d.cts +22 -22
  74. package/dist/11000/polkadotIngressEgress/failedToBuildAllBatchCall.d.mts +22 -22
  75. package/dist/11000/solanaIngressEgress/ccmEgressInvalid.d.cts +26 -26
  76. package/dist/11000/solanaIngressEgress/ccmEgressInvalid.d.mts +26 -26
  77. package/dist/11000/solanaIngressEgress/depositFailed.d.cts +55 -55
  78. package/dist/11000/solanaIngressEgress/depositFailed.d.mts +55 -55
  79. package/dist/11000/solanaIngressEgress/failedToBuildAllBatchCall.d.cts +22 -22
  80. package/dist/11000/solanaIngressEgress/failedToBuildAllBatchCall.d.mts +22 -22
  81. package/dist/11000/swapping/palletConfigUpdated.d.cts +32 -32
  82. package/dist/11000/swapping/palletConfigUpdated.d.mts +32 -32
  83. package/dist/11000/swapping/refundEgressScheduled.d.cts +14 -14
  84. package/dist/11000/swapping/refundEgressScheduled.d.mts +14 -14
  85. package/dist/11000/swapping/refundedOnChain.d.cts +6 -6
  86. package/dist/11000/swapping/refundedOnChain.d.mts +6 -6
  87. package/dist/11000/swapping/swapDepositAddressReady.d.cts +24 -24
  88. package/dist/11000/swapping/swapDepositAddressReady.d.mts +24 -24
  89. package/dist/11000/swapping/swapRequested.d.cts +16 -16
  90. package/dist/11000/swapping/swapRequested.d.mts +16 -16
  91. package/dist/11000/tradingStrategy/strategyDeployed.d.cts +24 -24
  92. package/dist/11000/tradingStrategy/strategyDeployed.d.mts +24 -24
  93. package/dist/111/common.d.cts +4 -4
  94. package/dist/111/common.d.mts +4 -4
  95. package/dist/111/liquidityPools/limitOrderUpdated.d.cts +12 -12
  96. package/dist/111/liquidityPools/limitOrderUpdated.d.mts +12 -12
  97. package/dist/111/liquidityPools/newPoolCreated.d.cts +12 -12
  98. package/dist/111/liquidityPools/newPoolCreated.d.mts +12 -12
  99. package/dist/111/liquidityPools/poolFeeSet.d.cts +12 -12
  100. package/dist/111/liquidityPools/poolFeeSet.d.mts +12 -12
  101. package/dist/111/liquidityPools/rangeOrderUpdated.d.cts +12 -12
  102. package/dist/111/liquidityPools/rangeOrderUpdated.d.mts +12 -12
  103. package/dist/111/liquidityPools/scheduledLimitOrderUpdateDispatchFailure.d.cts +2 -2
  104. package/dist/111/liquidityPools/scheduledLimitOrderUpdateDispatchFailure.d.mts +2 -2
  105. package/dist/11100/swapping/swapExecuted.d.cts +2 -2
  106. package/dist/11100/swapping/swapExecuted.d.mts +2 -2
  107. package/dist/11100/swapping/swapRequested.d.cts +8 -8
  108. package/dist/11100/swapping/swapRequested.d.mts +8 -8
  109. package/dist/11200/arbitrumIngressEgress/channelRejectionRequestReceived.d.cts +2 -2
  110. package/dist/11200/arbitrumIngressEgress/channelRejectionRequestReceived.d.mts +2 -2
  111. package/dist/11200/arbitrumIngressEgress/depositBoosted.d.cts +12 -12
  112. package/dist/11200/arbitrumIngressEgress/depositBoosted.d.mts +12 -12
  113. package/dist/11200/arbitrumIngressEgress/depositFailed.d.cts +178 -178
  114. package/dist/11200/arbitrumIngressEgress/depositFailed.d.mts +178 -178
  115. package/dist/11200/arbitrumIngressEgress/depositFinalised.d.cts +8 -8
  116. package/dist/11200/arbitrumIngressEgress/depositFinalised.d.mts +8 -8
  117. package/dist/11200/assethubIngressEgress/channelRejectionRequestReceived.d.cts +2 -2
  118. package/dist/11200/assethubIngressEgress/channelRejectionRequestReceived.d.mts +2 -2
  119. package/dist/11200/assethubIngressEgress/depositBoosted.d.cts +12 -12
  120. package/dist/11200/assethubIngressEgress/depositBoosted.d.mts +12 -12
  121. package/dist/11200/assethubIngressEgress/depositFailed.d.cts +178 -178
  122. package/dist/11200/assethubIngressEgress/depositFailed.d.mts +178 -178
  123. package/dist/11200/assethubIngressEgress/depositFinalised.d.cts +8 -8
  124. package/dist/11200/assethubIngressEgress/depositFinalised.d.mts +8 -8
  125. package/dist/11200/bitcoinIngressEgress/channelRejectionRequestReceived.d.cts +22 -22
  126. package/dist/11200/bitcoinIngressEgress/channelRejectionRequestReceived.d.mts +22 -22
  127. package/dist/11200/bitcoinIngressEgress/depositBoosted.d.cts +32 -32
  128. package/dist/11200/bitcoinIngressEgress/depositBoosted.d.mts +32 -32
  129. package/dist/11200/bitcoinIngressEgress/depositFailed.d.cts +308 -308
  130. package/dist/11200/bitcoinIngressEgress/depositFailed.d.mts +308 -308
  131. package/dist/11200/bitcoinIngressEgress/depositFinalised.d.cts +28 -28
  132. package/dist/11200/bitcoinIngressEgress/depositFinalised.d.mts +28 -28
  133. package/dist/11200/common.d.cts +2663 -2663
  134. package/dist/11200/common.d.mts +2663 -2663
  135. package/dist/11200/environment/runtimeSafeModeUpdated.d.cts +12 -12
  136. package/dist/11200/environment/runtimeSafeModeUpdated.d.mts +12 -12
  137. package/dist/11200/ethereumIngressEgress/channelRejectionRequestReceived.d.cts +2 -2
  138. package/dist/11200/ethereumIngressEgress/channelRejectionRequestReceived.d.mts +2 -2
  139. package/dist/11200/ethereumIngressEgress/depositBoosted.d.cts +12 -12
  140. package/dist/11200/ethereumIngressEgress/depositBoosted.d.mts +12 -12
  141. package/dist/11200/ethereumIngressEgress/depositFailed.d.cts +178 -178
  142. package/dist/11200/ethereumIngressEgress/depositFailed.d.mts +178 -178
  143. package/dist/11200/ethereumIngressEgress/depositFinalised.d.cts +8 -8
  144. package/dist/11200/ethereumIngressEgress/depositFinalised.d.mts +8 -8
  145. package/dist/11200/polkadotIngressEgress/channelRejectionRequestReceived.d.cts +2 -2
  146. package/dist/11200/polkadotIngressEgress/channelRejectionRequestReceived.d.mts +2 -2
  147. package/dist/11200/polkadotIngressEgress/depositBoosted.d.cts +12 -12
  148. package/dist/11200/polkadotIngressEgress/depositBoosted.d.mts +12 -12
  149. package/dist/11200/polkadotIngressEgress/depositFailed.d.cts +178 -178
  150. package/dist/11200/polkadotIngressEgress/depositFailed.d.mts +178 -178
  151. package/dist/11200/polkadotIngressEgress/depositFinalised.d.cts +8 -8
  152. package/dist/11200/polkadotIngressEgress/depositFinalised.d.mts +8 -8
  153. package/dist/11200/solanaIngressEgress/channelRejectionRequestReceived.d.cts +2 -2
  154. package/dist/11200/solanaIngressEgress/channelRejectionRequestReceived.d.mts +2 -2
  155. package/dist/11200/solanaIngressEgress/depositBoosted.d.cts +20 -20
  156. package/dist/11200/solanaIngressEgress/depositBoosted.d.mts +20 -20
  157. package/dist/11200/solanaIngressEgress/depositFailed.d.cts +210 -210
  158. package/dist/11200/solanaIngressEgress/depositFailed.d.mts +210 -210
  159. package/dist/11200/solanaIngressEgress/depositFinalised.d.cts +16 -16
  160. package/dist/11200/solanaIngressEgress/depositFinalised.d.mts +16 -16
  161. package/dist/11200/solanaIngressEgress/transactionRejectedByBroker.d.cts +8 -8
  162. package/dist/11200/solanaIngressEgress/transactionRejectedByBroker.d.mts +8 -8
  163. package/dist/11200/solanaIngressEgress/transactionRejectionFailed.d.cts +8 -8
  164. package/dist/11200/solanaIngressEgress/transactionRejectionFailed.d.mts +8 -8
  165. package/dist/11200/swapping/swapRequested.d.cts +366 -366
  166. package/dist/11200/swapping/swapRequested.d.mts +366 -366
  167. package/dist/120/bitcoinIngressEgress/depositIgnored.d.cts +8 -8
  168. package/dist/120/bitcoinIngressEgress/depositIgnored.d.mts +8 -8
  169. package/dist/120/bitcoinIngressEgress/depositReceived.d.cts +12 -12
  170. package/dist/120/bitcoinIngressEgress/depositReceived.d.mts +12 -12
  171. package/dist/120/emissions/backupRewardsDistributed.d.cts +2 -2
  172. package/dist/120/emissions/backupRewardsDistributed.d.mts +2 -2
  173. package/dist/120/emissions/networkFeeBurned.d.cts +2 -2
  174. package/dist/120/emissions/networkFeeBurned.d.mts +2 -2
  175. package/dist/120/ethereumIngressEgress/depositIgnored.d.cts +3 -3
  176. package/dist/120/ethereumIngressEgress/depositIgnored.d.mts +3 -3
  177. package/dist/120/ethereumIngressEgress/depositReceived.d.cts +3 -3
  178. package/dist/120/ethereumIngressEgress/depositReceived.d.mts +3 -3
  179. package/dist/120/liquidityProvider/liquidityDepositCredited.d.cts +2 -2
  180. package/dist/120/liquidityProvider/liquidityDepositCredited.d.mts +2 -2
  181. package/dist/120/liquidityProvider/withdrawalEgressScheduled.d.cts +6 -6
  182. package/dist/120/liquidityProvider/withdrawalEgressScheduled.d.mts +6 -6
  183. package/dist/120/polkadotIngressEgress/depositIgnored.d.cts +3 -3
  184. package/dist/120/polkadotIngressEgress/depositIgnored.d.mts +3 -3
  185. package/dist/120/polkadotIngressEgress/depositReceived.d.cts +3 -3
  186. package/dist/120/polkadotIngressEgress/depositReceived.d.mts +3 -3
  187. package/dist/120/swapping/swapEgressIgnored.d.cts +4 -4
  188. package/dist/120/swapping/swapEgressIgnored.d.mts +4 -4
  189. package/dist/120/swapping/swapEgressScheduled.d.cts +8 -8
  190. package/dist/120/swapping/swapEgressScheduled.d.mts +8 -8
  191. package/dist/120/swapping/swapExecuted.d.cts +2 -2
  192. package/dist/120/swapping/swapExecuted.d.mts +2 -2
  193. package/dist/131/bitcoinBroadcaster/transactionBroadcastRequest.d.cts +2 -2
  194. package/dist/131/bitcoinBroadcaster/transactionBroadcastRequest.d.mts +2 -2
  195. package/dist/131/bitcoinIngressEgress/depositIgnored.d.cts +7 -7
  196. package/dist/131/bitcoinIngressEgress/depositIgnored.d.mts +7 -7
  197. package/dist/131/bitcoinIngressEgress/depositReceived.d.cts +12 -12
  198. package/dist/131/bitcoinIngressEgress/depositReceived.d.mts +12 -12
  199. package/dist/131/bitcoinIngressEgress/depositWitnessRejected.d.cts +8 -8
  200. package/dist/131/bitcoinIngressEgress/depositWitnessRejected.d.mts +8 -8
  201. package/dist/131/common.d.cts +17 -17
  202. package/dist/131/common.d.mts +17 -17
  203. package/dist/131/ethereumIngressEgress/depositIgnored.d.cts +6 -6
  204. package/dist/131/ethereumIngressEgress/depositIgnored.d.mts +6 -6
  205. package/dist/131/ethereumIngressEgress/depositReceived.d.cts +2 -2
  206. package/dist/131/ethereumIngressEgress/depositReceived.d.mts +2 -2
  207. package/dist/131/ethereumIngressEgress/depositWitnessRejected.d.cts +4 -4
  208. package/dist/131/ethereumIngressEgress/depositWitnessRejected.d.mts +4 -4
  209. package/dist/131/ethereumIngressEgress/transferFallbackRequested.d.cts +2 -2
  210. package/dist/131/ethereumIngressEgress/transferFallbackRequested.d.mts +2 -2
  211. package/dist/131/liquidityPools/assetSwapped.d.cts +12 -12
  212. package/dist/131/liquidityPools/assetSwapped.d.mts +12 -12
  213. package/dist/131/liquidityPools/limitOrderUpdated.d.cts +17 -17
  214. package/dist/131/liquidityPools/limitOrderUpdated.d.mts +17 -17
  215. package/dist/131/liquidityPools/newPoolCreated.d.cts +12 -12
  216. package/dist/131/liquidityPools/newPoolCreated.d.mts +12 -12
  217. package/dist/131/liquidityPools/poolFeeSet.d.cts +12 -12
  218. package/dist/131/liquidityPools/poolFeeSet.d.mts +12 -12
  219. package/dist/131/liquidityPools/rangeOrderUpdated.d.cts +21 -21
  220. package/dist/131/liquidityPools/rangeOrderUpdated.d.mts +21 -21
  221. package/dist/131/liquidityProvider/accountCredited.d.cts +6 -6
  222. package/dist/131/liquidityProvider/accountCredited.d.mts +6 -6
  223. package/dist/131/liquidityProvider/accountDebited.d.cts +6 -6
  224. package/dist/131/liquidityProvider/accountDebited.d.mts +6 -6
  225. package/dist/131/liquidityProvider/liquidityDepositAddressReady.d.cts +16 -16
  226. package/dist/131/liquidityProvider/liquidityDepositAddressReady.d.mts +16 -16
  227. package/dist/131/liquidityProvider/liquidityDepositCredited.d.cts +6 -6
  228. package/dist/131/liquidityProvider/liquidityDepositCredited.d.mts +6 -6
  229. package/dist/131/liquidityProvider/withdrawalEgressScheduled.d.cts +10 -10
  230. package/dist/131/liquidityProvider/withdrawalEgressScheduled.d.mts +10 -10
  231. package/dist/131/reputation/offencePenalty.d.cts +2 -2
  232. package/dist/131/reputation/offencePenalty.d.mts +2 -2
  233. package/dist/131/swapping/batchSwapFailed.d.cts +6 -6
  234. package/dist/131/swapping/batchSwapFailed.d.mts +6 -6
  235. package/dist/131/swapping/ccmFailed.d.cts +38 -38
  236. package/dist/131/swapping/ccmFailed.d.mts +38 -38
  237. package/dist/131/swapping/maximumSwapAmountSet.d.cts +6 -6
  238. package/dist/131/swapping/maximumSwapAmountSet.d.mts +6 -6
  239. package/dist/131/swapping/swapAmountConfiscated.d.cts +12 -12
  240. package/dist/131/swapping/swapAmountConfiscated.d.mts +12 -12
  241. package/dist/131/swapping/swapDepositAddressReady.d.cts +24 -24
  242. package/dist/131/swapping/swapDepositAddressReady.d.mts +24 -24
  243. package/dist/131/swapping/swapEgressIgnored.d.cts +12 -12
  244. package/dist/131/swapping/swapEgressIgnored.d.mts +12 -12
  245. package/dist/131/swapping/swapEgressScheduled.d.cts +6 -6
  246. package/dist/131/swapping/swapEgressScheduled.d.mts +6 -6
  247. package/dist/131/swapping/swapExecuted.d.cts +13 -13
  248. package/dist/131/swapping/swapExecuted.d.mts +13 -13
  249. package/dist/131/swapping/swapScheduled.d.cts +22 -22
  250. package/dist/131/swapping/swapScheduled.d.mts +22 -22
  251. package/dist/131/swapping/withdrawalRequested.d.cts +10 -10
  252. package/dist/131/swapping/withdrawalRequested.d.mts +10 -10
  253. package/dist/141/arbitrumBroadcaster/transactionFeeDeficitRecorded.d.cts +2 -2
  254. package/dist/141/arbitrumBroadcaster/transactionFeeDeficitRecorded.d.mts +2 -2
  255. package/dist/141/arbitrumIngressEgress/boostFundsAdded.d.cts +2 -2
  256. package/dist/141/arbitrumIngressEgress/boostFundsAdded.d.mts +2 -2
  257. package/dist/141/arbitrumIngressEgress/stoppedBoosting.d.cts +2 -2
  258. package/dist/141/arbitrumIngressEgress/stoppedBoosting.d.mts +2 -2
  259. package/dist/141/arbitrumIngressEgress/transferFallbackRequested.d.cts +2 -2
  260. package/dist/141/arbitrumIngressEgress/transferFallbackRequested.d.mts +2 -2
  261. package/dist/141/bitcoinIngressEgress/boostFundsAdded.d.cts +2 -2
  262. package/dist/141/bitcoinIngressEgress/boostFundsAdded.d.mts +2 -2
  263. package/dist/141/bitcoinIngressEgress/depositBoosted.d.cts +8 -8
  264. package/dist/141/bitcoinIngressEgress/depositBoosted.d.mts +8 -8
  265. package/dist/141/bitcoinIngressEgress/depositFinalised.d.cts +8 -8
  266. package/dist/141/bitcoinIngressEgress/depositFinalised.d.mts +8 -8
  267. package/dist/141/bitcoinIngressEgress/stoppedBoosting.d.cts +2 -2
  268. package/dist/141/bitcoinIngressEgress/stoppedBoosting.d.mts +2 -2
  269. package/dist/141/common.d.cts +2 -2
  270. package/dist/141/common.d.mts +2 -2
  271. package/dist/141/environment/staleUtxosDiscarded.d.cts +4 -4
  272. package/dist/141/environment/staleUtxosDiscarded.d.mts +4 -4
  273. package/dist/141/ethereumIngressEgress/boostFundsAdded.d.cts +2 -2
  274. package/dist/141/ethereumIngressEgress/boostFundsAdded.d.mts +2 -2
  275. package/dist/141/ethereumIngressEgress/stoppedBoosting.d.cts +2 -2
  276. package/dist/141/ethereumIngressEgress/stoppedBoosting.d.mts +2 -2
  277. package/dist/141/liquidityPools/limitOrderUpdated.d.cts +2 -2
  278. package/dist/141/liquidityPools/limitOrderUpdated.d.mts +2 -2
  279. package/dist/141/liquidityPools/rangeOrderUpdated.d.cts +2 -2
  280. package/dist/141/liquidityPools/rangeOrderUpdated.d.mts +2 -2
  281. package/dist/141/liquidityProvider/accountCredited.d.cts +2 -2
  282. package/dist/141/liquidityProvider/accountCredited.d.mts +2 -2
  283. package/dist/141/liquidityProvider/accountDebited.d.cts +2 -2
  284. package/dist/141/liquidityProvider/accountDebited.d.mts +2 -2
  285. package/dist/141/liquidityProvider/liquidityDepositAddressReady.d.cts +2 -2
  286. package/dist/141/liquidityProvider/liquidityDepositAddressReady.d.mts +2 -2
  287. package/dist/141/liquidityProvider/liquidityDepositCredited.d.cts +2 -2
  288. package/dist/141/liquidityProvider/liquidityDepositCredited.d.mts +2 -2
  289. package/dist/141/liquidityProvider/liquidityRefundAddressRegistered.d.cts +2 -2
  290. package/dist/141/liquidityProvider/liquidityRefundAddressRegistered.d.mts +2 -2
  291. package/dist/141/liquidityProvider/withdrawalEgressScheduled.d.cts +2 -2
  292. package/dist/141/liquidityProvider/withdrawalEgressScheduled.d.mts +2 -2
  293. package/dist/141/polkadotIngressEgress/boostFundsAdded.d.cts +2 -2
  294. package/dist/141/polkadotIngressEgress/boostFundsAdded.d.mts +2 -2
  295. package/dist/141/polkadotIngressEgress/stoppedBoosting.d.cts +2 -2
  296. package/dist/141/polkadotIngressEgress/stoppedBoosting.d.mts +2 -2
  297. package/dist/141/swapping/ccmDepositReceived.d.cts +4 -4
  298. package/dist/141/swapping/ccmDepositReceived.d.mts +4 -4
  299. package/dist/141/swapping/swapDepositAddressReady.d.cts +2 -2
  300. package/dist/141/swapping/swapDepositAddressReady.d.mts +2 -2
  301. package/dist/141/swapping/swapExecuted.d.cts +6 -6
  302. package/dist/141/swapping/swapExecuted.d.mts +6 -6
  303. package/dist/141/swapping/swapScheduled.d.cts +10 -10
  304. package/dist/141/swapping/swapScheduled.d.mts +10 -10
  305. package/dist/150/arbitrumIngressEgress/depositBoosted.d.cts +8 -8
  306. package/dist/150/arbitrumIngressEgress/depositBoosted.d.mts +8 -8
  307. package/dist/150/arbitrumIngressEgress/depositFinalised.d.cts +2 -2
  308. package/dist/150/arbitrumIngressEgress/depositFinalised.d.mts +2 -2
  309. package/dist/150/assetBalances/refundSkipped.d.cts +47 -47
  310. package/dist/150/assetBalances/refundSkipped.d.mts +47 -47
  311. package/dist/150/bitcoinIngressEgress/depositBoosted.d.cts +8 -8
  312. package/dist/150/bitcoinIngressEgress/depositBoosted.d.mts +8 -8
  313. package/dist/150/bitcoinIngressEgress/depositFinalised.d.cts +2 -2
  314. package/dist/150/bitcoinIngressEgress/depositFinalised.d.mts +2 -2
  315. package/dist/150/common.d.cts +25 -25
  316. package/dist/150/common.d.mts +25 -25
  317. package/dist/150/ethereumIngressEgress/depositBoosted.d.cts +8 -8
  318. package/dist/150/ethereumIngressEgress/depositBoosted.d.mts +8 -8
  319. package/dist/150/ethereumIngressEgress/depositFinalised.d.cts +2 -2
  320. package/dist/150/ethereumIngressEgress/depositFinalised.d.mts +2 -2
  321. package/dist/150/liquidityPools/assetSwapped.d.cts +12 -12
  322. package/dist/150/liquidityPools/assetSwapped.d.mts +12 -12
  323. package/dist/150/liquidityPools/limitOrderUpdated.d.cts +17 -17
  324. package/dist/150/liquidityPools/limitOrderUpdated.d.mts +17 -17
  325. package/dist/150/liquidityPools/newPoolCreated.d.cts +12 -12
  326. package/dist/150/liquidityPools/newPoolCreated.d.mts +12 -12
  327. package/dist/150/liquidityPools/poolFeeSet.d.cts +12 -12
  328. package/dist/150/liquidityPools/poolFeeSet.d.mts +12 -12
  329. package/dist/150/liquidityPools/rangeOrderUpdated.d.cts +33 -33
  330. package/dist/150/liquidityPools/rangeOrderUpdated.d.mts +33 -33
  331. package/dist/150/liquidityProvider/accountCredited.d.cts +6 -6
  332. package/dist/150/liquidityProvider/accountCredited.d.mts +6 -6
  333. package/dist/150/liquidityProvider/accountDebited.d.cts +6 -6
  334. package/dist/150/liquidityProvider/accountDebited.d.mts +6 -6
  335. package/dist/150/liquidityProvider/assetTransferred.d.cts +6 -6
  336. package/dist/150/liquidityProvider/assetTransferred.d.mts +6 -6
  337. package/dist/150/liquidityProvider/liquidityDepositAddressReady.d.cts +12 -12
  338. package/dist/150/liquidityProvider/liquidityDepositAddressReady.d.mts +12 -12
  339. package/dist/150/liquidityProvider/liquidityDepositCredited.d.cts +6 -6
  340. package/dist/150/liquidityProvider/liquidityDepositCredited.d.mts +6 -6
  341. package/dist/150/liquidityProvider/withdrawalEgressScheduled.d.cts +12 -12
  342. package/dist/150/liquidityProvider/withdrawalEgressScheduled.d.mts +12 -12
  343. package/dist/150/polkadotIngressEgress/depositBoosted.d.cts +8 -8
  344. package/dist/150/polkadotIngressEgress/depositBoosted.d.mts +8 -8
  345. package/dist/150/polkadotIngressEgress/depositFinalised.d.cts +2 -2
  346. package/dist/150/polkadotIngressEgress/depositFinalised.d.mts +2 -2
  347. package/dist/150/solanaBroadcaster/transactionBroadcastRequest.d.cts +2 -2
  348. package/dist/150/solanaBroadcaster/transactionBroadcastRequest.d.mts +2 -2
  349. package/dist/150/solanaIngressEgress/depositBoosted.d.cts +8 -8
  350. package/dist/150/solanaIngressEgress/depositBoosted.d.mts +8 -8
  351. package/dist/150/solanaIngressEgress/depositFinalised.d.cts +2 -2
  352. package/dist/150/solanaIngressEgress/depositFinalised.d.mts +2 -2
  353. package/dist/150/solanaIngressEgress/transferFallbackRequested.d.cts +2 -2
  354. package/dist/150/solanaIngressEgress/transferFallbackRequested.d.mts +2 -2
  355. package/dist/150/solanaThresholdSigner/failureReportProcessed.d.cts +2 -2
  356. package/dist/150/solanaThresholdSigner/failureReportProcessed.d.mts +2 -2
  357. package/dist/150/solanaThresholdSigner/retryRequested.d.cts +2 -2
  358. package/dist/150/solanaThresholdSigner/retryRequested.d.mts +2 -2
  359. package/dist/150/solanaThresholdSigner/thresholdDispatchComplete.d.cts +2 -2
  360. package/dist/150/solanaThresholdSigner/thresholdDispatchComplete.d.mts +2 -2
  361. package/dist/150/solanaThresholdSigner/thresholdSignatureFailed.d.cts +2 -2
  362. package/dist/150/solanaThresholdSigner/thresholdSignatureFailed.d.mts +2 -2
  363. package/dist/150/solanaThresholdSigner/thresholdSignatureRequest.d.cts +2 -2
  364. package/dist/150/solanaThresholdSigner/thresholdSignatureRequest.d.mts +2 -2
  365. package/dist/150/solanaThresholdSigner/thresholdSignatureSuccess.d.cts +2 -2
  366. package/dist/150/solanaThresholdSigner/thresholdSignatureSuccess.d.mts +2 -2
  367. package/dist/150/swapping/batchSwapFailed.d.cts +6 -6
  368. package/dist/150/swapping/batchSwapFailed.d.mts +6 -6
  369. package/dist/150/swapping/ccmDepositReceived.d.cts +4 -4
  370. package/dist/150/swapping/ccmDepositReceived.d.mts +4 -4
  371. package/dist/150/swapping/ccmFailed.d.cts +13 -13
  372. package/dist/150/swapping/ccmFailed.d.mts +13 -13
  373. package/dist/150/swapping/maximumSwapAmountSet.d.cts +6 -6
  374. package/dist/150/swapping/maximumSwapAmountSet.d.mts +6 -6
  375. package/dist/150/swapping/refundEgressIgnored.d.cts +8 -8
  376. package/dist/150/swapping/refundEgressIgnored.d.mts +8 -8
  377. package/dist/150/swapping/refundEgressScheduled.d.cts +8 -8
  378. package/dist/150/swapping/refundEgressScheduled.d.mts +8 -8
  379. package/dist/150/swapping/swapAmountConfiscated.d.cts +12 -12
  380. package/dist/150/swapping/swapAmountConfiscated.d.mts +12 -12
  381. package/dist/150/swapping/swapDepositAddressReady.d.cts +33 -33
  382. package/dist/150/swapping/swapDepositAddressReady.d.mts +33 -33
  383. package/dist/150/swapping/swapEgressIgnored.d.cts +8 -8
  384. package/dist/150/swapping/swapEgressIgnored.d.mts +8 -8
  385. package/dist/150/swapping/swapEgressScheduled.d.cts +6 -6
  386. package/dist/150/swapping/swapEgressScheduled.d.mts +6 -6
  387. package/dist/150/swapping/swapExecuted.d.cts +14 -14
  388. package/dist/150/swapping/swapExecuted.d.mts +14 -14
  389. package/dist/150/swapping/swapScheduled.d.cts +60 -60
  390. package/dist/150/swapping/swapScheduled.d.mts +60 -60
  391. package/dist/150/swapping/withdrawalRequested.d.cts +16 -16
  392. package/dist/150/swapping/withdrawalRequested.d.mts +16 -16
  393. package/dist/160/arbitrumIngressEgress/ccmEgressInvalid.d.cts +61 -61
  394. package/dist/160/arbitrumIngressEgress/ccmEgressInvalid.d.mts +61 -61
  395. package/dist/160/arbitrumIngressEgress/depositBoosted.d.cts +6 -6
  396. package/dist/160/arbitrumIngressEgress/depositBoosted.d.mts +6 -6
  397. package/dist/160/arbitrumIngressEgress/depositFinalised.d.cts +8 -8
  398. package/dist/160/arbitrumIngressEgress/depositFinalised.d.mts +8 -8
  399. package/dist/160/assetBalances/accountCredited.d.cts +6 -6
  400. package/dist/160/assetBalances/accountCredited.d.mts +6 -6
  401. package/dist/160/assetBalances/accountDebited.d.cts +6 -6
  402. package/dist/160/assetBalances/accountDebited.d.mts +6 -6
  403. package/dist/160/bitcoinIngressEgress/ccmEgressInvalid.d.cts +61 -61
  404. package/dist/160/bitcoinIngressEgress/ccmEgressInvalid.d.mts +61 -61
  405. package/dist/160/bitcoinIngressEgress/depositBoosted.d.cts +28 -28
  406. package/dist/160/bitcoinIngressEgress/depositBoosted.d.mts +28 -28
  407. package/dist/160/bitcoinIngressEgress/depositFinalised.d.cts +30 -30
  408. package/dist/160/bitcoinIngressEgress/depositFinalised.d.mts +30 -30
  409. package/dist/160/common.d.cts +149 -149
  410. package/dist/160/common.d.mts +149 -149
  411. package/dist/160/environment/runtimeSafeModeUpdated.d.cts +12 -12
  412. package/dist/160/environment/runtimeSafeModeUpdated.d.mts +12 -12
  413. package/dist/160/ethereumIngressEgress/ccmEgressInvalid.d.cts +61 -61
  414. package/dist/160/ethereumIngressEgress/ccmEgressInvalid.d.mts +61 -61
  415. package/dist/160/ethereumIngressEgress/depositBoosted.d.cts +6 -6
  416. package/dist/160/ethereumIngressEgress/depositBoosted.d.mts +6 -6
  417. package/dist/160/ethereumIngressEgress/depositFinalised.d.cts +8 -8
  418. package/dist/160/ethereumIngressEgress/depositFinalised.d.mts +8 -8
  419. package/dist/160/liquidityPools/assetSwapped.d.cts +12 -12
  420. package/dist/160/liquidityPools/assetSwapped.d.mts +12 -12
  421. package/dist/160/liquidityPools/limitOrderUpdated.d.cts +22 -22
  422. package/dist/160/liquidityPools/limitOrderUpdated.d.mts +22 -22
  423. package/dist/160/liquidityPools/newPoolCreated.d.cts +12 -12
  424. package/dist/160/liquidityPools/newPoolCreated.d.mts +12 -12
  425. package/dist/160/liquidityPools/orderDeletionFailed.d.cts +32 -32
  426. package/dist/160/liquidityPools/orderDeletionFailed.d.mts +32 -32
  427. package/dist/160/liquidityPools/poolFeeSet.d.cts +12 -12
  428. package/dist/160/liquidityPools/poolFeeSet.d.mts +12 -12
  429. package/dist/160/liquidityPools/rangeOrderUpdated.d.cts +28 -28
  430. package/dist/160/liquidityPools/rangeOrderUpdated.d.mts +28 -28
  431. package/dist/160/liquidityProvider/assetTransferred.d.cts +6 -6
  432. package/dist/160/liquidityProvider/assetTransferred.d.mts +6 -6
  433. package/dist/160/liquidityProvider/liquidityDepositAddressReady.d.cts +12 -12
  434. package/dist/160/liquidityProvider/liquidityDepositAddressReady.d.mts +12 -12
  435. package/dist/160/liquidityProvider/withdrawalEgressScheduled.d.cts +14 -14
  436. package/dist/160/liquidityProvider/withdrawalEgressScheduled.d.mts +14 -14
  437. package/dist/160/polkadotIngressEgress/ccmEgressInvalid.d.cts +61 -61
  438. package/dist/160/polkadotIngressEgress/ccmEgressInvalid.d.mts +61 -61
  439. package/dist/160/polkadotIngressEgress/depositBoosted.d.cts +2 -2
  440. package/dist/160/polkadotIngressEgress/depositBoosted.d.mts +2 -2
  441. package/dist/160/polkadotIngressEgress/depositFinalised.d.cts +4 -4
  442. package/dist/160/polkadotIngressEgress/depositFinalised.d.mts +4 -4
  443. package/dist/160/solanaBroadcaster/transactionBroadcastRequest.d.cts +2 -2
  444. package/dist/160/solanaBroadcaster/transactionBroadcastRequest.d.mts +2 -2
  445. package/dist/160/solanaIngressEgress/ccmEgressInvalid.d.cts +61 -61
  446. package/dist/160/solanaIngressEgress/ccmEgressInvalid.d.mts +61 -61
  447. package/dist/160/solanaIngressEgress/depositFinalised.d.cts +2 -2
  448. package/dist/160/solanaIngressEgress/depositFinalised.d.mts +2 -2
  449. package/dist/160/solanaIngressEgress/depositIgnored.d.cts +4 -4
  450. package/dist/160/solanaIngressEgress/depositIgnored.d.mts +4 -4
  451. package/dist/160/solanaIngressEgress/depositWitnessRejected.d.cts +22 -22
  452. package/dist/160/solanaIngressEgress/depositWitnessRejected.d.mts +22 -22
  453. package/dist/160/solanaIngressEgress/transferFallbackRequested.d.cts +2 -2
  454. package/dist/160/solanaIngressEgress/transferFallbackRequested.d.mts +2 -2
  455. package/dist/160/swapping/batchSwapFailed.d.cts +6 -6
  456. package/dist/160/swapping/batchSwapFailed.d.mts +6 -6
  457. package/dist/160/swapping/ccmFailed.d.cts +18 -18
  458. package/dist/160/swapping/ccmFailed.d.mts +18 -18
  459. package/dist/160/swapping/maximumSwapAmountSet.d.cts +6 -6
  460. package/dist/160/swapping/maximumSwapAmountSet.d.mts +6 -6
  461. package/dist/160/swapping/refundEgressIgnored.d.cts +34 -34
  462. package/dist/160/swapping/refundEgressIgnored.d.mts +34 -34
  463. package/dist/160/swapping/refundEgressScheduled.d.cts +12 -12
  464. package/dist/160/swapping/refundEgressScheduled.d.mts +12 -12
  465. package/dist/160/swapping/swapAmountConfiscated.d.cts +6 -6
  466. package/dist/160/swapping/swapAmountConfiscated.d.mts +6 -6
  467. package/dist/160/swapping/swapDepositAddressReady.d.cts +34 -34
  468. package/dist/160/swapping/swapDepositAddressReady.d.mts +34 -34
  469. package/dist/160/swapping/swapEgressIgnored.d.cts +34 -34
  470. package/dist/160/swapping/swapEgressIgnored.d.mts +34 -34
  471. package/dist/160/swapping/swapEgressScheduled.d.cts +12 -12
  472. package/dist/160/swapping/swapEgressScheduled.d.mts +12 -12
  473. package/dist/160/swapping/swapExecuted.d.cts +12 -12
  474. package/dist/160/swapping/swapExecuted.d.mts +12 -12
  475. package/dist/160/swapping/swapRequested.d.cts +38 -38
  476. package/dist/160/swapping/swapRequested.d.mts +38 -38
  477. package/dist/160/swapping/withdrawalRequested.d.cts +15 -15
  478. package/dist/160/swapping/withdrawalRequested.d.mts +15 -15
  479. package/dist/170/arbitrumIngressEgress/ccmFailed.d.cts +37 -37
  480. package/dist/170/arbitrumIngressEgress/ccmFailed.d.mts +37 -37
  481. package/dist/170/arbitrumIngressEgress/depositIgnored.d.cts +6 -6
  482. package/dist/170/arbitrumIngressEgress/depositIgnored.d.mts +6 -6
  483. package/dist/170/bitcoinIngressEgress/ccmFailed.d.cts +37 -37
  484. package/dist/170/bitcoinIngressEgress/ccmFailed.d.mts +37 -37
  485. package/dist/170/bitcoinIngressEgress/depositBoosted.d.cts +8 -8
  486. package/dist/170/bitcoinIngressEgress/depositBoosted.d.mts +8 -8
  487. package/dist/170/bitcoinIngressEgress/depositFinalised.d.cts +4 -4
  488. package/dist/170/bitcoinIngressEgress/depositFinalised.d.mts +4 -4
  489. package/dist/170/bitcoinIngressEgress/depositIgnored.d.cts +6 -6
  490. package/dist/170/bitcoinIngressEgress/depositIgnored.d.mts +6 -6
  491. package/dist/170/bitcoinIngressEgress/depositWitnessRejected.d.cts +4 -4
  492. package/dist/170/bitcoinIngressEgress/depositWitnessRejected.d.mts +4 -4
  493. package/dist/170/common.d.cts +64 -64
  494. package/dist/170/common.d.mts +64 -64
  495. package/dist/170/ethereumIngressEgress/ccmFailed.d.cts +37 -37
  496. package/dist/170/ethereumIngressEgress/ccmFailed.d.mts +37 -37
  497. package/dist/170/ethereumIngressEgress/depositIgnored.d.cts +6 -6
  498. package/dist/170/ethereumIngressEgress/depositIgnored.d.mts +6 -6
  499. package/dist/170/polkadotIngressEgress/ccmFailed.d.cts +37 -37
  500. package/dist/170/polkadotIngressEgress/ccmFailed.d.mts +37 -37
  501. package/dist/170/polkadotIngressEgress/depositIgnored.d.cts +6 -6
  502. package/dist/170/polkadotIngressEgress/depositIgnored.d.mts +6 -6
  503. package/dist/170/solanaIngressEgress/ccmFailed.d.cts +37 -37
  504. package/dist/170/solanaIngressEgress/ccmFailed.d.mts +37 -37
  505. package/dist/170/solanaIngressEgress/depositIgnored.d.cts +6 -6
  506. package/dist/170/solanaIngressEgress/depositIgnored.d.mts +6 -6
  507. package/dist/170/swapping/minimumChunkSizeSet.d.cts +7 -7
  508. package/dist/170/swapping/minimumChunkSizeSet.d.mts +7 -7
  509. package/dist/170/swapping/swapRequested.d.cts +53 -53
  510. package/dist/170/swapping/swapRequested.d.mts +53 -53
  511. package/dist/180/arbitrumIngressEgress/ccmEgressInvalid.d.cts +10 -10
  512. package/dist/180/arbitrumIngressEgress/ccmEgressInvalid.d.mts +10 -10
  513. package/dist/180/arbitrumIngressEgress/depositBoosted.d.cts +6 -6
  514. package/dist/180/arbitrumIngressEgress/depositBoosted.d.mts +6 -6
  515. package/dist/180/arbitrumIngressEgress/depositFailed.d.cts +16 -16
  516. package/dist/180/arbitrumIngressEgress/depositFailed.d.mts +16 -16
  517. package/dist/180/arbitrumIngressEgress/depositFinalised.d.cts +2 -2
  518. package/dist/180/arbitrumIngressEgress/depositFinalised.d.mts +2 -2
  519. package/dist/180/arbitrumIngressEgress/failedToBuildAllBatchCall.d.cts +10 -10
  520. package/dist/180/arbitrumIngressEgress/failedToBuildAllBatchCall.d.mts +10 -10
  521. package/dist/180/arbitrumIngressEgress/insufficientBoostLiquidity.d.cts +2 -2
  522. package/dist/180/arbitrumIngressEgress/insufficientBoostLiquidity.d.mts +2 -2
  523. package/dist/180/bitcoinIngressEgress/ccmEgressInvalid.d.cts +10 -10
  524. package/dist/180/bitcoinIngressEgress/ccmEgressInvalid.d.mts +10 -10
  525. package/dist/180/bitcoinIngressEgress/depositBoosted.d.cts +6 -6
  526. package/dist/180/bitcoinIngressEgress/depositBoosted.d.mts +6 -6
  527. package/dist/180/bitcoinIngressEgress/depositFailed.d.cts +16 -16
  528. package/dist/180/bitcoinIngressEgress/depositFailed.d.mts +16 -16
  529. package/dist/180/bitcoinIngressEgress/depositFinalised.d.cts +2 -2
  530. package/dist/180/bitcoinIngressEgress/depositFinalised.d.mts +2 -2
  531. package/dist/180/bitcoinIngressEgress/failedToBuildAllBatchCall.d.cts +10 -10
  532. package/dist/180/bitcoinIngressEgress/failedToBuildAllBatchCall.d.mts +10 -10
  533. package/dist/180/bitcoinIngressEgress/insufficientBoostLiquidity.d.cts +2 -2
  534. package/dist/180/bitcoinIngressEgress/insufficientBoostLiquidity.d.mts +2 -2
  535. package/dist/180/common.d.cts +154 -154
  536. package/dist/180/common.d.mts +154 -154
  537. package/dist/180/ethereumIngressEgress/ccmEgressInvalid.d.cts +10 -10
  538. package/dist/180/ethereumIngressEgress/ccmEgressInvalid.d.mts +10 -10
  539. package/dist/180/ethereumIngressEgress/depositBoosted.d.cts +6 -6
  540. package/dist/180/ethereumIngressEgress/depositBoosted.d.mts +6 -6
  541. package/dist/180/ethereumIngressEgress/depositFailed.d.cts +16 -16
  542. package/dist/180/ethereumIngressEgress/depositFailed.d.mts +16 -16
  543. package/dist/180/ethereumIngressEgress/depositFinalised.d.cts +2 -2
  544. package/dist/180/ethereumIngressEgress/depositFinalised.d.mts +2 -2
  545. package/dist/180/ethereumIngressEgress/failedToBuildAllBatchCall.d.cts +10 -10
  546. package/dist/180/ethereumIngressEgress/failedToBuildAllBatchCall.d.mts +10 -10
  547. package/dist/180/ethereumIngressEgress/insufficientBoostLiquidity.d.cts +2 -2
  548. package/dist/180/ethereumIngressEgress/insufficientBoostLiquidity.d.mts +2 -2
  549. package/dist/180/polkadotIngressEgress/ccmEgressInvalid.d.cts +10 -10
  550. package/dist/180/polkadotIngressEgress/ccmEgressInvalid.d.mts +10 -10
  551. package/dist/180/polkadotIngressEgress/depositBoosted.d.cts +6 -6
  552. package/dist/180/polkadotIngressEgress/depositBoosted.d.mts +6 -6
  553. package/dist/180/polkadotIngressEgress/depositFailed.d.cts +34 -34
  554. package/dist/180/polkadotIngressEgress/depositFailed.d.mts +34 -34
  555. package/dist/180/polkadotIngressEgress/depositFinalised.d.cts +2 -2
  556. package/dist/180/polkadotIngressEgress/depositFinalised.d.mts +2 -2
  557. package/dist/180/polkadotIngressEgress/failedToBuildAllBatchCall.d.cts +10 -10
  558. package/dist/180/polkadotIngressEgress/failedToBuildAllBatchCall.d.mts +10 -10
  559. package/dist/180/polkadotIngressEgress/insufficientBoostLiquidity.d.cts +2 -2
  560. package/dist/180/polkadotIngressEgress/insufficientBoostLiquidity.d.mts +2 -2
  561. package/dist/180/solanaIngressEgress/ccmEgressInvalid.d.cts +10 -10
  562. package/dist/180/solanaIngressEgress/ccmEgressInvalid.d.mts +10 -10
  563. package/dist/180/solanaIngressEgress/depositBoosted.d.cts +6 -6
  564. package/dist/180/solanaIngressEgress/depositBoosted.d.mts +6 -6
  565. package/dist/180/solanaIngressEgress/depositFailed.d.cts +16 -16
  566. package/dist/180/solanaIngressEgress/depositFailed.d.mts +16 -16
  567. package/dist/180/solanaIngressEgress/depositFinalised.d.cts +2 -2
  568. package/dist/180/solanaIngressEgress/depositFinalised.d.mts +2 -2
  569. package/dist/180/solanaIngressEgress/failedToBuildAllBatchCall.d.cts +10 -10
  570. package/dist/180/solanaIngressEgress/failedToBuildAllBatchCall.d.mts +10 -10
  571. package/dist/180/solanaIngressEgress/insufficientBoostLiquidity.d.cts +2 -2
  572. package/dist/180/solanaIngressEgress/insufficientBoostLiquidity.d.mts +2 -2
  573. package/dist/180/swapping/refundEgressScheduled.d.cts +14 -14
  574. package/dist/180/swapping/refundEgressScheduled.d.mts +14 -14
  575. package/dist/180/swapping/swapDepositAddressReady.d.cts +14 -14
  576. package/dist/180/swapping/swapDepositAddressReady.d.mts +14 -14
  577. package/dist/180/swapping/swapEgressScheduled.d.cts +14 -14
  578. package/dist/180/swapping/swapEgressScheduled.d.mts +14 -14
  579. package/dist/180/swapping/swapRequested.d.cts +17 -17
  580. package/dist/180/swapping/swapRequested.d.mts +17 -17
  581. package/dist/180/swapping/swapScheduled.d.cts +6 -6
  582. package/dist/180/swapping/swapScheduled.d.mts +6 -6
  583. package/dist/180/swapping/withdrawalRequested.d.cts +8 -8
  584. package/dist/180/swapping/withdrawalRequested.d.mts +8 -8
  585. package/dist/190/arbitrumIngressEgress/ccmEgressInvalid.d.cts +68 -68
  586. package/dist/190/arbitrumIngressEgress/ccmEgressInvalid.d.mts +68 -68
  587. package/dist/190/arbitrumIngressEgress/depositBoosted.d.cts +14 -14
  588. package/dist/190/arbitrumIngressEgress/depositBoosted.d.mts +14 -14
  589. package/dist/190/arbitrumIngressEgress/depositFailed.d.cts +197 -197
  590. package/dist/190/arbitrumIngressEgress/depositFailed.d.mts +197 -197
  591. package/dist/190/arbitrumIngressEgress/depositFinalised.d.cts +12 -12
  592. package/dist/190/arbitrumIngressEgress/depositFinalised.d.mts +12 -12
  593. package/dist/190/arbitrumIngressEgress/failedToBuildAllBatchCall.d.cts +64 -64
  594. package/dist/190/arbitrumIngressEgress/failedToBuildAllBatchCall.d.mts +64 -64
  595. package/dist/190/arbitrumIngressEgress/transferFallbackRequested.d.cts +2 -2
  596. package/dist/190/arbitrumIngressEgress/transferFallbackRequested.d.mts +2 -2
  597. package/dist/190/assetBalances/accountCredited.d.cts +8 -8
  598. package/dist/190/assetBalances/accountCredited.d.mts +8 -8
  599. package/dist/190/assetBalances/accountDebited.d.cts +8 -8
  600. package/dist/190/assetBalances/accountDebited.d.mts +8 -8
  601. package/dist/190/assetBalances/refundScheduled.d.cts +56 -56
  602. package/dist/190/assetBalances/refundScheduled.d.mts +56 -56
  603. package/dist/190/assetBalances/refundSkipped.d.cts +76 -76
  604. package/dist/190/assetBalances/refundSkipped.d.mts +76 -76
  605. package/dist/190/assethubBroadcaster/broadcastCallbackExecuted.d.cts +35 -35
  606. package/dist/190/assethubBroadcaster/broadcastCallbackExecuted.d.mts +35 -35
  607. package/dist/190/assethubIngressEgress/boostedDepositLost.d.cts +2 -2
  608. package/dist/190/assethubIngressEgress/boostedDepositLost.d.mts +2 -2
  609. package/dist/190/assethubIngressEgress/ccmEgressInvalid.d.cts +68 -68
  610. package/dist/190/assethubIngressEgress/ccmEgressInvalid.d.mts +68 -68
  611. package/dist/190/assethubIngressEgress/depositBoosted.d.cts +14 -14
  612. package/dist/190/assethubIngressEgress/depositBoosted.d.mts +14 -14
  613. package/dist/190/assethubIngressEgress/depositFailed.d.cts +215 -215
  614. package/dist/190/assethubIngressEgress/depositFailed.d.mts +215 -215
  615. package/dist/190/assethubIngressEgress/depositFinalised.d.cts +12 -12
  616. package/dist/190/assethubIngressEgress/depositFinalised.d.mts +12 -12
  617. package/dist/190/assethubIngressEgress/failedToBuildAllBatchCall.d.cts +64 -64
  618. package/dist/190/assethubIngressEgress/failedToBuildAllBatchCall.d.mts +64 -64
  619. package/dist/190/assethubIngressEgress/transactionRejectedByBroker.d.cts +2 -2
  620. package/dist/190/assethubIngressEgress/transactionRejectedByBroker.d.mts +2 -2
  621. package/dist/190/assethubIngressEgress/transferFallbackRequested.d.cts +2 -2
  622. package/dist/190/assethubIngressEgress/transferFallbackRequested.d.mts +2 -2
  623. package/dist/190/bitcoinIngressEgress/ccmEgressInvalid.d.cts +68 -68
  624. package/dist/190/bitcoinIngressEgress/ccmEgressInvalid.d.mts +68 -68
  625. package/dist/190/bitcoinIngressEgress/depositBoosted.d.cts +34 -34
  626. package/dist/190/bitcoinIngressEgress/depositBoosted.d.mts +34 -34
  627. package/dist/190/bitcoinIngressEgress/depositFailed.d.cts +327 -327
  628. package/dist/190/bitcoinIngressEgress/depositFailed.d.mts +327 -327
  629. package/dist/190/bitcoinIngressEgress/depositFinalised.d.cts +32 -32
  630. package/dist/190/bitcoinIngressEgress/depositFinalised.d.mts +32 -32
  631. package/dist/190/bitcoinIngressEgress/failedToBuildAllBatchCall.d.cts +64 -64
  632. package/dist/190/bitcoinIngressEgress/failedToBuildAllBatchCall.d.mts +64 -64
  633. package/dist/190/bitcoinIngressEgress/transferFallbackRequested.d.cts +22 -22
  634. package/dist/190/bitcoinIngressEgress/transferFallbackRequested.d.mts +22 -22
  635. package/dist/190/common.d.cts +2217 -2217
  636. package/dist/190/common.d.mts +2217 -2217
  637. package/dist/190/emissions/networkFeeBurned.d.cts +2 -2
  638. package/dist/190/emissions/networkFeeBurned.d.mts +2 -2
  639. package/dist/190/environment/runtimeSafeModeUpdated.d.cts +12 -12
  640. package/dist/190/environment/runtimeSafeModeUpdated.d.mts +12 -12
  641. package/dist/190/ethereumIngressEgress/ccmEgressInvalid.d.cts +68 -68
  642. package/dist/190/ethereumIngressEgress/ccmEgressInvalid.d.mts +68 -68
  643. package/dist/190/ethereumIngressEgress/depositBoosted.d.cts +14 -14
  644. package/dist/190/ethereumIngressEgress/depositBoosted.d.mts +14 -14
  645. package/dist/190/ethereumIngressEgress/depositFailed.d.cts +197 -197
  646. package/dist/190/ethereumIngressEgress/depositFailed.d.mts +197 -197
  647. package/dist/190/ethereumIngressEgress/depositFinalised.d.cts +12 -12
  648. package/dist/190/ethereumIngressEgress/depositFinalised.d.mts +12 -12
  649. package/dist/190/ethereumIngressEgress/failedToBuildAllBatchCall.d.cts +64 -64
  650. package/dist/190/ethereumIngressEgress/failedToBuildAllBatchCall.d.mts +64 -64
  651. package/dist/190/ethereumIngressEgress/transferFallbackRequested.d.cts +2 -2
  652. package/dist/190/ethereumIngressEgress/transferFallbackRequested.d.mts +2 -2
  653. package/dist/190/flip/palletConfigUpdated.d.cts +8 -8
  654. package/dist/190/flip/palletConfigUpdated.d.mts +8 -8
  655. package/dist/190/liquidityPools/assetSwapped.d.cts +14 -14
  656. package/dist/190/liquidityPools/assetSwapped.d.mts +14 -14
  657. package/dist/190/liquidityPools/limitOrderUpdated.d.cts +23 -23
  658. package/dist/190/liquidityPools/limitOrderUpdated.d.mts +23 -23
  659. package/dist/190/liquidityPools/newPoolCreated.d.cts +12 -12
  660. package/dist/190/liquidityPools/newPoolCreated.d.mts +12 -12
  661. package/dist/190/liquidityPools/orderDeletionFailed.d.cts +36 -36
  662. package/dist/190/liquidityPools/orderDeletionFailed.d.mts +36 -36
  663. package/dist/190/liquidityPools/palletConfigUpdated.d.cts +8 -8
  664. package/dist/190/liquidityPools/palletConfigUpdated.d.mts +8 -8
  665. package/dist/190/liquidityPools/poolFeeSet.d.cts +12 -12
  666. package/dist/190/liquidityPools/poolFeeSet.d.mts +12 -12
  667. package/dist/190/liquidityPools/rangeOrderUpdated.d.cts +29 -29
  668. package/dist/190/liquidityPools/rangeOrderUpdated.d.mts +29 -29
  669. package/dist/190/liquidityProvider/assetTransferred.d.cts +6 -6
  670. package/dist/190/liquidityProvider/assetTransferred.d.mts +6 -6
  671. package/dist/190/liquidityProvider/liquidityDepositAddressReady.d.cts +10 -10
  672. package/dist/190/liquidityProvider/liquidityDepositAddressReady.d.mts +10 -10
  673. package/dist/190/liquidityProvider/liquidityRefundAddressRegistered.d.cts +54 -54
  674. package/dist/190/liquidityProvider/liquidityRefundAddressRegistered.d.mts +54 -54
  675. package/dist/190/liquidityProvider/withdrawalEgressScheduled.d.cts +16 -16
  676. package/dist/190/liquidityProvider/withdrawalEgressScheduled.d.mts +16 -16
  677. package/dist/190/polkadotIngressEgress/ccmEgressInvalid.d.cts +68 -68
  678. package/dist/190/polkadotIngressEgress/ccmEgressInvalid.d.mts +68 -68
  679. package/dist/190/polkadotIngressEgress/depositBoosted.d.cts +14 -14
  680. package/dist/190/polkadotIngressEgress/depositBoosted.d.mts +14 -14
  681. package/dist/190/polkadotIngressEgress/depositFailed.d.cts +215 -215
  682. package/dist/190/polkadotIngressEgress/depositFailed.d.mts +215 -215
  683. package/dist/190/polkadotIngressEgress/depositFinalised.d.cts +12 -12
  684. package/dist/190/polkadotIngressEgress/depositFinalised.d.mts +12 -12
  685. package/dist/190/polkadotIngressEgress/failedToBuildAllBatchCall.d.cts +64 -64
  686. package/dist/190/polkadotIngressEgress/failedToBuildAllBatchCall.d.mts +64 -64
  687. package/dist/190/polkadotIngressEgress/transferFallbackRequested.d.cts +2 -2
  688. package/dist/190/polkadotIngressEgress/transferFallbackRequested.d.mts +2 -2
  689. package/dist/190/reputation/offencePenalty.d.cts +6 -6
  690. package/dist/190/reputation/offencePenalty.d.mts +6 -6
  691. package/dist/190/reputation/penaltyUpdated.d.cts +4 -4
  692. package/dist/190/reputation/penaltyUpdated.d.mts +4 -4
  693. package/dist/190/solanaIngressEgress/ccmEgressInvalid.d.cts +68 -68
  694. package/dist/190/solanaIngressEgress/ccmEgressInvalid.d.mts +68 -68
  695. package/dist/190/solanaIngressEgress/depositBoosted.d.cts +12 -12
  696. package/dist/190/solanaIngressEgress/depositBoosted.d.mts +12 -12
  697. package/dist/190/solanaIngressEgress/depositFailed.d.cts +191 -191
  698. package/dist/190/solanaIngressEgress/depositFailed.d.mts +191 -191
  699. package/dist/190/solanaIngressEgress/depositFinalised.d.cts +12 -12
  700. package/dist/190/solanaIngressEgress/depositFinalised.d.mts +12 -12
  701. package/dist/190/solanaIngressEgress/failedToBuildAllBatchCall.d.cts +64 -64
  702. package/dist/190/solanaIngressEgress/failedToBuildAllBatchCall.d.mts +64 -64
  703. package/dist/190/solanaIngressEgress/transferFallbackRequested.d.cts +2 -2
  704. package/dist/190/solanaIngressEgress/transferFallbackRequested.d.mts +2 -2
  705. package/dist/190/solanaThresholdSigner/thresholdSignatureRequest.d.cts +8 -8
  706. package/dist/190/solanaThresholdSigner/thresholdSignatureRequest.d.mts +8 -8
  707. package/dist/190/swapping/batchSwapFailed.d.cts +6 -6
  708. package/dist/190/swapping/batchSwapFailed.d.mts +6 -6
  709. package/dist/190/swapping/creditedOnChain.d.cts +8 -8
  710. package/dist/190/swapping/creditedOnChain.d.mts +8 -8
  711. package/dist/190/swapping/palletConfigUpdated.d.cts +16 -16
  712. package/dist/190/swapping/palletConfigUpdated.d.mts +16 -16
  713. package/dist/190/swapping/refundEgressIgnored.d.cts +32 -32
  714. package/dist/190/swapping/refundEgressIgnored.d.mts +32 -32
  715. package/dist/190/swapping/refundEgressScheduled.d.cts +16 -16
  716. package/dist/190/swapping/refundEgressScheduled.d.mts +16 -16
  717. package/dist/190/swapping/refundedOnChain.d.cts +8 -8
  718. package/dist/190/swapping/refundedOnChain.d.mts +8 -8
  719. package/dist/190/swapping/swapAmountConfiscated.d.cts +6 -6
  720. package/dist/190/swapping/swapAmountConfiscated.d.mts +6 -6
  721. package/dist/190/swapping/swapDepositAddressReady.d.cts +41 -41
  722. package/dist/190/swapping/swapDepositAddressReady.d.mts +41 -41
  723. package/dist/190/swapping/swapEgressIgnored.d.cts +32 -32
  724. package/dist/190/swapping/swapEgressIgnored.d.mts +32 -32
  725. package/dist/190/swapping/swapEgressScheduled.d.cts +16 -16
  726. package/dist/190/swapping/swapEgressScheduled.d.mts +16 -16
  727. package/dist/190/swapping/swapExecuted.d.cts +18 -18
  728. package/dist/190/swapping/swapExecuted.d.mts +18 -18
  729. package/dist/190/swapping/swapRequested.d.cts +81 -81
  730. package/dist/190/swapping/swapRequested.d.mts +81 -81
  731. package/dist/190/swapping/withdrawalRequested.d.cts +16 -16
  732. package/dist/190/swapping/withdrawalRequested.d.mts +16 -16
  733. package/dist/190/tokenholderGovernance/proposalEnacted.d.cts +8 -8
  734. package/dist/190/tokenholderGovernance/proposalEnacted.d.mts +8 -8
  735. package/dist/190/tokenholderGovernance/proposalPassed.d.cts +8 -8
  736. package/dist/190/tokenholderGovernance/proposalPassed.d.mts +8 -8
  737. package/dist/190/tokenholderGovernance/proposalRejected.d.cts +8 -8
  738. package/dist/190/tokenholderGovernance/proposalRejected.d.mts +8 -8
  739. package/dist/190/tokenholderGovernance/proposalSubmitted.d.cts +8 -8
  740. package/dist/190/tokenholderGovernance/proposalSubmitted.d.mts +8 -8
  741. package/dist/190/tradingStrategy/fundsAddedToStrategy.d.cts +7 -7
  742. package/dist/190/tradingStrategy/fundsAddedToStrategy.d.mts +7 -7
  743. package/dist/190/tradingStrategy/palletConfigUpdated.d.cts +24 -24
  744. package/dist/190/tradingStrategy/palletConfigUpdated.d.mts +24 -24
  745. package/dist/190/tradingStrategy/strategyDeployed.d.cts +10 -10
  746. package/dist/190/tradingStrategy/strategyDeployed.d.mts +10 -10
  747. package/dist/200/common.d.cts +56 -56
  748. package/dist/200/common.d.mts +56 -56
  749. package/dist/200/environment/runtimeSafeModeUpdated.d.cts +28 -28
  750. package/dist/200/environment/runtimeSafeModeUpdated.d.mts +28 -28
  751. package/dist/200/lendingPools/loanCreated.d.cts +4 -4
  752. package/dist/200/lendingPools/loanCreated.d.mts +4 -4
  753. package/dist/200/swapping/swapRequested.d.cts +16 -16
  754. package/dist/200/swapping/swapRequested.d.mts +16 -16
  755. package/dist/210/arbitrumIngressEgress/depositBoosted.d.cts +16 -16
  756. package/dist/210/arbitrumIngressEgress/depositBoosted.d.mts +16 -16
  757. package/dist/210/arbitrumIngressEgress/depositFailed.d.cts +22 -22
  758. package/dist/210/arbitrumIngressEgress/depositFailed.d.mts +22 -22
  759. package/dist/210/arbitrumIngressEgress/depositFinalised.d.cts +10 -10
  760. package/dist/210/arbitrumIngressEgress/depositFinalised.d.mts +10 -10
  761. package/dist/210/arbitrumIngressEgress/insufficientBoostLiquidity.d.cts +2 -2
  762. package/dist/210/arbitrumIngressEgress/insufficientBoostLiquidity.d.mts +2 -2
  763. package/dist/210/assetBalances/accountCredited.d.cts +7 -7
  764. package/dist/210/assetBalances/accountCredited.d.mts +7 -7
  765. package/dist/210/assetBalances/accountDebited.d.cts +7 -7
  766. package/dist/210/assetBalances/accountDebited.d.mts +7 -7
  767. package/dist/210/assethubIngressEgress/depositFailed.d.cts +22 -22
  768. package/dist/210/assethubIngressEgress/depositFailed.d.mts +22 -22
  769. package/dist/210/bitcoinIngressEgress/depositFailed.d.cts +22 -22
  770. package/dist/210/bitcoinIngressEgress/depositFailed.d.mts +22 -22
  771. package/dist/210/common.d.cts +533 -533
  772. package/dist/210/common.d.mts +533 -533
  773. package/dist/210/environment/runtimeSafeModeUpdated.d.cts +70 -70
  774. package/dist/210/environment/runtimeSafeModeUpdated.d.mts +70 -70
  775. package/dist/210/ethereumIngressEgress/depositBoosted.d.cts +16 -16
  776. package/dist/210/ethereumIngressEgress/depositBoosted.d.mts +16 -16
  777. package/dist/210/ethereumIngressEgress/depositFailed.d.cts +22 -22
  778. package/dist/210/ethereumIngressEgress/depositFailed.d.mts +22 -22
  779. package/dist/210/ethereumIngressEgress/depositFinalised.d.cts +10 -10
  780. package/dist/210/ethereumIngressEgress/depositFinalised.d.mts +10 -10
  781. package/dist/210/ethereumIngressEgress/insufficientBoostLiquidity.d.cts +2 -2
  782. package/dist/210/ethereumIngressEgress/insufficientBoostLiquidity.d.mts +2 -2
  783. package/dist/210/funding/funded.d.cts +8 -8
  784. package/dist/210/funding/funded.d.mts +8 -8
  785. package/dist/210/funding/redemptionExpired.d.cts +2 -2
  786. package/dist/210/funding/redemptionExpired.d.mts +2 -2
  787. package/dist/210/funding/redemptionSettled.d.cts +2 -2
  788. package/dist/210/funding/redemptionSettled.d.mts +2 -2
  789. package/dist/210/lendingPools/boostFundsAdded.d.cts +8 -8
  790. package/dist/210/lendingPools/boostFundsAdded.d.mts +8 -8
  791. package/dist/210/lendingPools/boostPoolCreated.d.cts +8 -8
  792. package/dist/210/lendingPools/boostPoolCreated.d.mts +8 -8
  793. package/dist/210/lendingPools/collateralAdded.d.cts +6 -6
  794. package/dist/210/lendingPools/collateralAdded.d.mts +6 -6
  795. package/dist/210/lendingPools/collateralRemoved.d.cts +6 -6
  796. package/dist/210/lendingPools/collateralRemoved.d.mts +6 -6
  797. package/dist/210/lendingPools/collateralTopupAssetUpdated.d.cts +6 -6
  798. package/dist/210/lendingPools/collateralTopupAssetUpdated.d.mts +6 -6
  799. package/dist/210/lendingPools/lendingFundsAdded.d.cts +6 -6
  800. package/dist/210/lendingPools/lendingFundsAdded.d.mts +6 -6
  801. package/dist/210/lendingPools/lendingFundsRemoved.d.cts +8 -8
  802. package/dist/210/lendingPools/lendingFundsRemoved.d.mts +8 -8
  803. package/dist/210/lendingPools/lendingPoolCreated.d.cts +6 -6
  804. package/dist/210/lendingPools/lendingPoolCreated.d.mts +6 -6
  805. package/dist/210/lendingPools/loanCreated.d.cts +6 -6
  806. package/dist/210/lendingPools/loanCreated.d.mts +6 -6
  807. package/dist/210/lendingPools/palletConfigUpdated.d.cts +18 -18
  808. package/dist/210/lendingPools/palletConfigUpdated.d.mts +18 -18
  809. package/dist/210/lendingPools/stoppedBoosting.d.cts +10 -10
  810. package/dist/210/lendingPools/stoppedBoosting.d.mts +10 -10
  811. package/dist/210/liquidityPools/assetSwapped.d.cts +12 -12
  812. package/dist/210/liquidityPools/assetSwapped.d.mts +12 -12
  813. package/dist/210/liquidityPools/limitOrderUpdated.d.cts +15 -15
  814. package/dist/210/liquidityPools/limitOrderUpdated.d.mts +15 -15
  815. package/dist/210/liquidityPools/newPoolCreated.d.cts +12 -12
  816. package/dist/210/liquidityPools/newPoolCreated.d.mts +12 -12
  817. package/dist/210/liquidityPools/orderDeletionFailed.d.cts +36 -36
  818. package/dist/210/liquidityPools/orderDeletionFailed.d.mts +36 -36
  819. package/dist/210/liquidityPools/palletConfigUpdated.d.cts +8 -8
  820. package/dist/210/liquidityPools/palletConfigUpdated.d.mts +8 -8
  821. package/dist/210/liquidityPools/poolFeeSet.d.cts +12 -12
  822. package/dist/210/liquidityPools/poolFeeSet.d.mts +12 -12
  823. package/dist/210/liquidityPools/rangeOrderUpdated.d.cts +21 -21
  824. package/dist/210/liquidityPools/rangeOrderUpdated.d.mts +21 -21
  825. package/dist/210/liquidityProvider/assetBalancePurgeFailed.d.cts +12 -12
  826. package/dist/210/liquidityProvider/assetBalancePurgeFailed.d.mts +12 -12
  827. package/dist/210/liquidityProvider/assetBalancePurged.d.cts +16 -16
  828. package/dist/210/liquidityProvider/assetBalancePurged.d.mts +16 -16
  829. package/dist/210/liquidityProvider/assetTransferred.d.cts +6 -6
  830. package/dist/210/liquidityProvider/assetTransferred.d.mts +6 -6
  831. package/dist/210/liquidityProvider/liquidityDepositAddressReady.d.cts +12 -12
  832. package/dist/210/liquidityProvider/liquidityDepositAddressReady.d.mts +12 -12
  833. package/dist/210/liquidityProvider/withdrawalEgressScheduled.d.cts +14 -14
  834. package/dist/210/liquidityProvider/withdrawalEgressScheduled.d.mts +14 -14
  835. package/dist/210/polkadotIngressEgress/depositFailed.d.cts +22 -22
  836. package/dist/210/polkadotIngressEgress/depositFailed.d.mts +22 -22
  837. package/dist/210/solanaIngressEgress/depositBoosted.d.cts +16 -16
  838. package/dist/210/solanaIngressEgress/depositBoosted.d.mts +16 -16
  839. package/dist/210/solanaIngressEgress/depositFailed.d.cts +22 -22
  840. package/dist/210/solanaIngressEgress/depositFailed.d.mts +22 -22
  841. package/dist/210/solanaIngressEgress/depositFinalised.d.cts +10 -10
  842. package/dist/210/solanaIngressEgress/depositFinalised.d.mts +10 -10
  843. package/dist/210/solanaIngressEgress/insufficientBoostLiquidity.d.cts +2 -2
  844. package/dist/210/solanaIngressEgress/insufficientBoostLiquidity.d.mts +2 -2
  845. package/dist/210/swapping/accountCreationDepositAddressReady.d.cts +18 -18
  846. package/dist/210/swapping/accountCreationDepositAddressReady.d.mts +18 -18
  847. package/dist/210/swapping/batchSwapFailed.d.cts +6 -6
  848. package/dist/210/swapping/batchSwapFailed.d.mts +6 -6
  849. package/dist/210/swapping/creditedOnChain.d.cts +8 -8
  850. package/dist/210/swapping/creditedOnChain.d.mts +8 -8
  851. package/dist/210/swapping/palletConfigUpdated.d.cts +32 -32
  852. package/dist/210/swapping/palletConfigUpdated.d.mts +32 -32
  853. package/dist/210/swapping/refundEgressIgnored.d.cts +12 -12
  854. package/dist/210/swapping/refundEgressIgnored.d.mts +12 -12
  855. package/dist/210/swapping/refundEgressScheduled.d.cts +13 -13
  856. package/dist/210/swapping/refundEgressScheduled.d.mts +13 -13
  857. package/dist/210/swapping/refundedOnChain.d.cts +8 -8
  858. package/dist/210/swapping/refundedOnChain.d.mts +8 -8
  859. package/dist/210/swapping/swapAmountConfiscated.d.cts +6 -6
  860. package/dist/210/swapping/swapAmountConfiscated.d.mts +6 -6
  861. package/dist/210/swapping/swapDepositAddressReady.d.cts +27 -27
  862. package/dist/210/swapping/swapDepositAddressReady.d.mts +27 -27
  863. package/dist/210/swapping/swapEgressIgnored.d.cts +12 -12
  864. package/dist/210/swapping/swapEgressIgnored.d.mts +12 -12
  865. package/dist/210/swapping/swapEgressScheduled.d.cts +12 -12
  866. package/dist/210/swapping/swapEgressScheduled.d.mts +12 -12
  867. package/dist/210/swapping/swapExecuted.d.cts +14 -14
  868. package/dist/210/swapping/swapExecuted.d.mts +14 -14
  869. package/dist/210/swapping/swapRequested.d.cts +72 -72
  870. package/dist/210/swapping/swapRequested.d.mts +72 -72
  871. package/dist/210/swapping/withdrawalRequested.d.cts +15 -15
  872. package/dist/210/swapping/withdrawalRequested.d.mts +15 -15
  873. package/dist/210/tradingStrategy/fundsAddedToStrategy.d.cts +7 -7
  874. package/dist/210/tradingStrategy/fundsAddedToStrategy.d.mts +7 -7
  875. package/dist/210/tradingStrategy/palletConfigUpdated.d.cts +24 -24
  876. package/dist/210/tradingStrategy/palletConfigUpdated.d.mts +24 -24
  877. package/dist/210/tradingStrategy/strategyDeployed.d.cts +26 -26
  878. package/dist/210/tradingStrategy/strategyDeployed.d.mts +26 -26
  879. package/package.json +2 -2
@@ -145,9 +145,9 @@ declare const stateChainRuntimeSafeModeWitnesserCallPermission: z.ZodObject<{
145
145
  assethubIngressEgress: z.ZodBoolean;
146
146
  assethubVault: z.ZodBoolean;
147
147
  }, "strip", z.ZodTypeAny, {
148
+ governance: boolean;
148
149
  funding: boolean;
149
150
  swapping: boolean;
150
- governance: boolean;
151
151
  ethereumBroadcast: boolean;
152
152
  ethereumChainTracking: boolean;
153
153
  ethereumIngressEgress: boolean;
@@ -171,9 +171,9 @@ declare const stateChainRuntimeSafeModeWitnesserCallPermission: z.ZodObject<{
171
171
  assethubIngressEgress: boolean;
172
172
  assethubVault: boolean;
173
173
  }, {
174
+ governance: boolean;
174
175
  funding: boolean;
175
176
  swapping: boolean;
176
- governance: boolean;
177
177
  ethereumBroadcast: boolean;
178
178
  ethereumChainTracking: boolean;
179
179
  ethereumIngressEgress: boolean;
@@ -238,9 +238,9 @@ declare const palletCfWitnesserPalletSafeMode: z.ZodDiscriminatedUnion<"__kind",
238
238
  assethubIngressEgress: z.ZodBoolean;
239
239
  assethubVault: z.ZodBoolean;
240
240
  }, "strip", z.ZodTypeAny, {
241
+ governance: boolean;
241
242
  funding: boolean;
242
243
  swapping: boolean;
243
- governance: boolean;
244
244
  ethereumBroadcast: boolean;
245
245
  ethereumChainTracking: boolean;
246
246
  ethereumIngressEgress: boolean;
@@ -264,9 +264,9 @@ declare const palletCfWitnesserPalletSafeMode: z.ZodDiscriminatedUnion<"__kind",
264
264
  assethubIngressEgress: boolean;
265
265
  assethubVault: boolean;
266
266
  }, {
267
+ governance: boolean;
267
268
  funding: boolean;
268
269
  swapping: boolean;
269
- governance: boolean;
270
270
  ethereumBroadcast: boolean;
271
271
  ethereumChainTracking: boolean;
272
272
  ethereumIngressEgress: boolean;
@@ -293,9 +293,9 @@ declare const palletCfWitnesserPalletSafeMode: z.ZodDiscriminatedUnion<"__kind",
293
293
  }, "strip", z.ZodTypeAny, {
294
294
  __kind: "CodeAmber";
295
295
  value: {
296
+ governance: boolean;
296
297
  funding: boolean;
297
298
  swapping: boolean;
298
- governance: boolean;
299
299
  ethereumBroadcast: boolean;
300
300
  ethereumChainTracking: boolean;
301
301
  ethereumIngressEgress: boolean;
@@ -322,9 +322,9 @@ declare const palletCfWitnesserPalletSafeMode: z.ZodDiscriminatedUnion<"__kind",
322
322
  }, {
323
323
  __kind: "CodeAmber";
324
324
  value: {
325
+ governance: boolean;
325
326
  funding: boolean;
326
327
  swapping: boolean;
327
- governance: boolean;
328
328
  ethereumBroadcast: boolean;
329
329
  ethereumChainTracking: boolean;
330
330
  ethereumIngressEgress: boolean;
@@ -595,9 +595,9 @@ declare const stateChainRuntimeSafeModeInnerRuntimeSafeMode: z.ZodObject<{
595
595
  assethubIngressEgress: z.ZodBoolean;
596
596
  assethubVault: z.ZodBoolean;
597
597
  }, "strip", z.ZodTypeAny, {
598
+ governance: boolean;
598
599
  funding: boolean;
599
600
  swapping: boolean;
600
- governance: boolean;
601
601
  ethereumBroadcast: boolean;
602
602
  ethereumChainTracking: boolean;
603
603
  ethereumIngressEgress: boolean;
@@ -621,9 +621,9 @@ declare const stateChainRuntimeSafeModeInnerRuntimeSafeMode: z.ZodObject<{
621
621
  assethubIngressEgress: boolean;
622
622
  assethubVault: boolean;
623
623
  }, {
624
+ governance: boolean;
624
625
  funding: boolean;
625
626
  swapping: boolean;
626
- governance: boolean;
627
627
  ethereumBroadcast: boolean;
628
628
  ethereumChainTracking: boolean;
629
629
  ethereumIngressEgress: boolean;
@@ -650,9 +650,9 @@ declare const stateChainRuntimeSafeModeInnerRuntimeSafeMode: z.ZodObject<{
650
650
  }, "strip", z.ZodTypeAny, {
651
651
  __kind: "CodeAmber";
652
652
  value: {
653
+ governance: boolean;
653
654
  funding: boolean;
654
655
  swapping: boolean;
655
- governance: boolean;
656
656
  ethereumBroadcast: boolean;
657
657
  ethereumChainTracking: boolean;
658
658
  ethereumIngressEgress: boolean;
@@ -679,9 +679,9 @@ declare const stateChainRuntimeSafeModeInnerRuntimeSafeMode: z.ZodObject<{
679
679
  }, {
680
680
  __kind: "CodeAmber";
681
681
  value: {
682
+ governance: boolean;
682
683
  funding: boolean;
683
684
  swapping: boolean;
684
- governance: boolean;
685
685
  ethereumBroadcast: boolean;
686
686
  ethereumChainTracking: boolean;
687
687
  ethereumIngressEgress: boolean;
@@ -803,9 +803,6 @@ declare const stateChainRuntimeSafeModeInnerRuntimeSafeMode: z.ZodObject<{
803
803
  vaultDepositWitnessingEnabled: boolean;
804
804
  }>;
805
805
  }, "strip", z.ZodTypeAny, {
806
- emissions: {
807
- emissionsSyncEnabled: boolean;
808
- };
809
806
  funding: {
810
807
  redeemEnabled: boolean;
811
808
  };
@@ -814,6 +811,9 @@ declare const stateChainRuntimeSafeModeInnerRuntimeSafeMode: z.ZodObject<{
814
811
  withdrawalsEnabled: boolean;
815
812
  brokerRegistrationEnabled: boolean;
816
813
  };
814
+ emissions: {
815
+ emissionsSyncEnabled: boolean;
816
+ };
817
817
  liquidityProvider: {
818
818
  depositEnabled: boolean;
819
819
  withdrawalEnabled: boolean;
@@ -886,9 +886,9 @@ declare const stateChainRuntimeSafeModeInnerRuntimeSafeMode: z.ZodObject<{
886
886
  } | {
887
887
  __kind: "CodeAmber";
888
888
  value: {
889
+ governance: boolean;
889
890
  funding: boolean;
890
891
  swapping: boolean;
891
- governance: boolean;
892
892
  ethereumBroadcast: boolean;
893
893
  ethereumChainTracking: boolean;
894
894
  ethereumIngressEgress: boolean;
@@ -950,9 +950,6 @@ declare const stateChainRuntimeSafeModeInnerRuntimeSafeMode: z.ZodObject<{
950
950
  vaultDepositWitnessingEnabled: boolean;
951
951
  };
952
952
  }, {
953
- emissions: {
954
- emissionsSyncEnabled: boolean;
955
- };
956
953
  funding: {
957
954
  redeemEnabled: boolean;
958
955
  };
@@ -961,6 +958,9 @@ declare const stateChainRuntimeSafeModeInnerRuntimeSafeMode: z.ZodObject<{
961
958
  withdrawalsEnabled: boolean;
962
959
  brokerRegistrationEnabled: boolean;
963
960
  };
961
+ emissions: {
962
+ emissionsSyncEnabled: boolean;
963
+ };
964
964
  liquidityProvider: {
965
965
  depositEnabled: boolean;
966
966
  withdrawalEnabled: boolean;
@@ -1033,9 +1033,9 @@ declare const stateChainRuntimeSafeModeInnerRuntimeSafeMode: z.ZodObject<{
1033
1033
  } | {
1034
1034
  __kind: "CodeAmber";
1035
1035
  value: {
1036
+ governance: boolean;
1036
1037
  funding: boolean;
1037
1038
  swapping: boolean;
1038
- governance: boolean;
1039
1039
  ethereumBroadcast: boolean;
1040
1040
  ethereumChainTracking: boolean;
1041
1041
  ethereumIngressEgress: boolean;
@@ -1341,9 +1341,9 @@ declare const palletCfEnvironmentSafeModeUpdate: z.ZodDiscriminatedUnion<"__kind
1341
1341
  assethubIngressEgress: z.ZodBoolean;
1342
1342
  assethubVault: z.ZodBoolean;
1343
1343
  }, "strip", z.ZodTypeAny, {
1344
+ governance: boolean;
1344
1345
  funding: boolean;
1345
1346
  swapping: boolean;
1346
- governance: boolean;
1347
1347
  ethereumBroadcast: boolean;
1348
1348
  ethereumChainTracking: boolean;
1349
1349
  ethereumIngressEgress: boolean;
@@ -1367,9 +1367,9 @@ declare const palletCfEnvironmentSafeModeUpdate: z.ZodDiscriminatedUnion<"__kind
1367
1367
  assethubIngressEgress: boolean;
1368
1368
  assethubVault: boolean;
1369
1369
  }, {
1370
+ governance: boolean;
1370
1371
  funding: boolean;
1371
1372
  swapping: boolean;
1372
- governance: boolean;
1373
1373
  ethereumBroadcast: boolean;
1374
1374
  ethereumChainTracking: boolean;
1375
1375
  ethereumIngressEgress: boolean;
@@ -1396,9 +1396,9 @@ declare const palletCfEnvironmentSafeModeUpdate: z.ZodDiscriminatedUnion<"__kind
1396
1396
  }, "strip", z.ZodTypeAny, {
1397
1397
  __kind: "CodeAmber";
1398
1398
  value: {
1399
+ governance: boolean;
1399
1400
  funding: boolean;
1400
1401
  swapping: boolean;
1401
- governance: boolean;
1402
1402
  ethereumBroadcast: boolean;
1403
1403
  ethereumChainTracking: boolean;
1404
1404
  ethereumIngressEgress: boolean;
@@ -1425,9 +1425,9 @@ declare const palletCfEnvironmentSafeModeUpdate: z.ZodDiscriminatedUnion<"__kind
1425
1425
  }, {
1426
1426
  __kind: "CodeAmber";
1427
1427
  value: {
1428
+ governance: boolean;
1428
1429
  funding: boolean;
1429
1430
  swapping: boolean;
1430
- governance: boolean;
1431
1431
  ethereumBroadcast: boolean;
1432
1432
  ethereumChainTracking: boolean;
1433
1433
  ethereumIngressEgress: boolean;
@@ -1549,9 +1549,6 @@ declare const palletCfEnvironmentSafeModeUpdate: z.ZodDiscriminatedUnion<"__kind
1549
1549
  vaultDepositWitnessingEnabled: boolean;
1550
1550
  }>;
1551
1551
  }, "strip", z.ZodTypeAny, {
1552
- emissions: {
1553
- emissionsSyncEnabled: boolean;
1554
- };
1555
1552
  funding: {
1556
1553
  redeemEnabled: boolean;
1557
1554
  };
@@ -1560,6 +1557,9 @@ declare const palletCfEnvironmentSafeModeUpdate: z.ZodDiscriminatedUnion<"__kind
1560
1557
  withdrawalsEnabled: boolean;
1561
1558
  brokerRegistrationEnabled: boolean;
1562
1559
  };
1560
+ emissions: {
1561
+ emissionsSyncEnabled: boolean;
1562
+ };
1563
1563
  liquidityProvider: {
1564
1564
  depositEnabled: boolean;
1565
1565
  withdrawalEnabled: boolean;
@@ -1632,9 +1632,9 @@ declare const palletCfEnvironmentSafeModeUpdate: z.ZodDiscriminatedUnion<"__kind
1632
1632
  } | {
1633
1633
  __kind: "CodeAmber";
1634
1634
  value: {
1635
+ governance: boolean;
1635
1636
  funding: boolean;
1636
1637
  swapping: boolean;
1637
- governance: boolean;
1638
1638
  ethereumBroadcast: boolean;
1639
1639
  ethereumChainTracking: boolean;
1640
1640
  ethereumIngressEgress: boolean;
@@ -1696,9 +1696,6 @@ declare const palletCfEnvironmentSafeModeUpdate: z.ZodDiscriminatedUnion<"__kind
1696
1696
  vaultDepositWitnessingEnabled: boolean;
1697
1697
  };
1698
1698
  }, {
1699
- emissions: {
1700
- emissionsSyncEnabled: boolean;
1701
- };
1702
1699
  funding: {
1703
1700
  redeemEnabled: boolean;
1704
1701
  };
@@ -1707,6 +1704,9 @@ declare const palletCfEnvironmentSafeModeUpdate: z.ZodDiscriminatedUnion<"__kind
1707
1704
  withdrawalsEnabled: boolean;
1708
1705
  brokerRegistrationEnabled: boolean;
1709
1706
  };
1707
+ emissions: {
1708
+ emissionsSyncEnabled: boolean;
1709
+ };
1710
1710
  liquidityProvider: {
1711
1711
  depositEnabled: boolean;
1712
1712
  withdrawalEnabled: boolean;
@@ -1779,9 +1779,9 @@ declare const palletCfEnvironmentSafeModeUpdate: z.ZodDiscriminatedUnion<"__kind
1779
1779
  } | {
1780
1780
  __kind: "CodeAmber";
1781
1781
  value: {
1782
+ governance: boolean;
1782
1783
  funding: boolean;
1783
1784
  swapping: boolean;
1784
- governance: boolean;
1785
1785
  ethereumBroadcast: boolean;
1786
1786
  ethereumChainTracking: boolean;
1787
1787
  ethereumIngressEgress: boolean;
@@ -1846,9 +1846,6 @@ declare const palletCfEnvironmentSafeModeUpdate: z.ZodDiscriminatedUnion<"__kind
1846
1846
  }, "strip", z.ZodTypeAny, {
1847
1847
  __kind: "CodeAmber";
1848
1848
  value: {
1849
- emissions: {
1850
- emissionsSyncEnabled: boolean;
1851
- };
1852
1849
  funding: {
1853
1850
  redeemEnabled: boolean;
1854
1851
  };
@@ -1857,6 +1854,9 @@ declare const palletCfEnvironmentSafeModeUpdate: z.ZodDiscriminatedUnion<"__kind
1857
1854
  withdrawalsEnabled: boolean;
1858
1855
  brokerRegistrationEnabled: boolean;
1859
1856
  };
1857
+ emissions: {
1858
+ emissionsSyncEnabled: boolean;
1859
+ };
1860
1860
  liquidityProvider: {
1861
1861
  depositEnabled: boolean;
1862
1862
  withdrawalEnabled: boolean;
@@ -1929,9 +1929,9 @@ declare const palletCfEnvironmentSafeModeUpdate: z.ZodDiscriminatedUnion<"__kind
1929
1929
  } | {
1930
1930
  __kind: "CodeAmber";
1931
1931
  value: {
1932
+ governance: boolean;
1932
1933
  funding: boolean;
1933
1934
  swapping: boolean;
1934
- governance: boolean;
1935
1935
  ethereumBroadcast: boolean;
1936
1936
  ethereumChainTracking: boolean;
1937
1937
  ethereumIngressEgress: boolean;
@@ -1996,9 +1996,6 @@ declare const palletCfEnvironmentSafeModeUpdate: z.ZodDiscriminatedUnion<"__kind
1996
1996
  }, {
1997
1997
  __kind: "CodeAmber";
1998
1998
  value: {
1999
- emissions: {
2000
- emissionsSyncEnabled: boolean;
2001
- };
2002
1999
  funding: {
2003
2000
  redeemEnabled: boolean;
2004
2001
  };
@@ -2007,6 +2004,9 @@ declare const palletCfEnvironmentSafeModeUpdate: z.ZodDiscriminatedUnion<"__kind
2007
2004
  withdrawalsEnabled: boolean;
2008
2005
  brokerRegistrationEnabled: boolean;
2009
2006
  };
2007
+ emissions: {
2008
+ emissionsSyncEnabled: boolean;
2009
+ };
2010
2010
  liquidityProvider: {
2011
2011
  depositEnabled: boolean;
2012
2012
  withdrawalEnabled: boolean;
@@ -2079,9 +2079,9 @@ declare const palletCfEnvironmentSafeModeUpdate: z.ZodDiscriminatedUnion<"__kind
2079
2079
  } | {
2080
2080
  __kind: "CodeAmber";
2081
2081
  value: {
2082
+ governance: boolean;
2082
2083
  funding: boolean;
2083
2084
  swapping: boolean;
2084
- governance: boolean;
2085
2085
  ethereumBroadcast: boolean;
2086
2086
  ethereumChainTracking: boolean;
2087
2087
  ethereumIngressEgress: boolean;
@@ -2368,11 +2368,11 @@ declare const simpleEnum: <U extends string, T extends readonly [U, ...U[]]>(val
2368
2368
  declare const cfPrimitivesChainsAssetsAnyAsset: z.ZodEffects<z.ZodObject<{
2369
2369
  __kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc", "HubDot", "HubUsdt", "HubUsdc"]>;
2370
2370
  }, "strip", z.ZodTypeAny, {
2371
- __kind: "ArbEth" | "ArbUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc";
2371
+ __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
2372
2372
  }, {
2373
- __kind: "ArbEth" | "ArbUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc";
2374
- }>, "ArbEth" | "ArbUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc", {
2375
- __kind: "ArbEth" | "ArbUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc";
2373
+ __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
2374
+ }>, "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc", {
2375
+ __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
2376
2376
  }>;
2377
2377
  declare const cfChainsAddressEncodedAddress: z.ZodEffects<z.ZodObject<{
2378
2378
  __kind: z.ZodEnum<["Eth", "Dot", "Btc", "Arb", "Sol", "Hub"]>;
@@ -5347,7 +5347,6 @@ declare const cfChainsRefundParametersExtendedGenericEncodedAddress: z.ZodObject
5347
5347
  minPrice: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
5348
5348
  }, "strip", z.ZodTypeAny, {
5349
5349
  retryDuration: number;
5350
- minPrice: bigint;
5351
5350
  refundDestination: {
5352
5351
  __kind: "InternalAccount";
5353
5352
  value: `cF${string}`;
@@ -5373,9 +5372,9 @@ declare const cfChainsRefundParametersExtendedGenericEncodedAddress: z.ZodObject
5373
5372
  readonly address: string;
5374
5373
  };
5375
5374
  };
5375
+ minPrice: bigint;
5376
5376
  }, {
5377
5377
  retryDuration: number;
5378
- minPrice: string | number;
5379
5378
  refundDestination: {
5380
5379
  __kind: "InternalAccount";
5381
5380
  value: string;
@@ -5386,6 +5385,7 @@ declare const cfChainsRefundParametersExtendedGenericEncodedAddress: z.ZodObject
5386
5385
  value: string;
5387
5386
  };
5388
5387
  };
5388
+ minPrice: string | number;
5389
5389
  }>;
5390
5390
  declare const cfPrimitivesDcaParameters: z.ZodObject<{
5391
5391
  numberOfChunks: z.ZodNumber;
@@ -5433,6 +5433,7 @@ declare const cfChainsChannelRefundParametersEncodedAddress: z.ZodObject<{
5433
5433
  minPrice: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
5434
5434
  }, "strip", z.ZodTypeAny, {
5435
5435
  retryDuration: number;
5436
+ minPrice: bigint;
5436
5437
  refundAddress: {
5437
5438
  readonly chain: "Ethereum";
5438
5439
  readonly address: `0x${string}`;
@@ -5452,35 +5453,34 @@ declare const cfChainsChannelRefundParametersEncodedAddress: z.ZodObject<{
5452
5453
  readonly chain: "Assethub";
5453
5454
  readonly address: string;
5454
5455
  };
5455
- minPrice: bigint;
5456
5456
  }, {
5457
5457
  retryDuration: number;
5458
+ minPrice: string | number;
5458
5459
  refundAddress: {
5459
5460
  __kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
5460
5461
  value: string;
5461
5462
  };
5462
- minPrice: string | number;
5463
5463
  }>;
5464
5464
  declare const palletCfSwappingPalletConfigUpdate: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
5465
5465
  __kind: z.ZodLiteral<"MaximumSwapAmount">;
5466
5466
  asset: z.ZodEffects<z.ZodObject<{
5467
5467
  __kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc", "HubDot", "HubUsdt", "HubUsdc"]>;
5468
5468
  }, "strip", z.ZodTypeAny, {
5469
- __kind: "ArbEth" | "ArbUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc";
5469
+ __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
5470
5470
  }, {
5471
- __kind: "ArbEth" | "ArbUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc";
5472
- }>, "ArbEth" | "ArbUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc", {
5473
- __kind: "ArbEth" | "ArbUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc";
5471
+ __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
5472
+ }>, "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc", {
5473
+ __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
5474
5474
  }>;
5475
5475
  amount: z.ZodOptional<z.ZodNullable<z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>>>;
5476
5476
  }, "strip", z.ZodTypeAny, {
5477
5477
  __kind: "MaximumSwapAmount";
5478
- asset: "ArbEth" | "ArbUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc";
5478
+ asset: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
5479
5479
  amount?: bigint | null | undefined;
5480
5480
  }, {
5481
5481
  __kind: "MaximumSwapAmount";
5482
5482
  asset: {
5483
- __kind: "ArbEth" | "ArbUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc";
5483
+ __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
5484
5484
  };
5485
5485
  amount?: string | number | null | undefined;
5486
5486
  }>, z.ZodObject<{
@@ -5524,21 +5524,21 @@ declare const palletCfSwappingPalletConfigUpdate: z.ZodDiscriminatedUnion<"__kin
5524
5524
  asset: z.ZodEffects<z.ZodObject<{
5525
5525
  __kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc", "HubDot", "HubUsdt", "HubUsdc"]>;
5526
5526
  }, "strip", z.ZodTypeAny, {
5527
- __kind: "ArbEth" | "ArbUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc";
5527
+ __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
5528
5528
  }, {
5529
- __kind: "ArbEth" | "ArbUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc";
5530
- }>, "ArbEth" | "ArbUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc", {
5531
- __kind: "ArbEth" | "ArbUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc";
5529
+ __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
5530
+ }>, "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc", {
5531
+ __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
5532
5532
  }>;
5533
5533
  size_: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
5534
5534
  }, "strip", z.ZodTypeAny, {
5535
5535
  __kind: "SetMinimumChunkSize";
5536
- asset: "ArbEth" | "ArbUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc";
5536
+ asset: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
5537
5537
  size_: bigint;
5538
5538
  }, {
5539
5539
  __kind: "SetMinimumChunkSize";
5540
5540
  asset: {
5541
- __kind: "ArbEth" | "ArbUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc";
5541
+ __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
5542
5542
  };
5543
5543
  size_: string | number;
5544
5544
  }>, z.ZodObject<{
@@ -5579,21 +5579,21 @@ declare const palletCfSwappingPalletConfigUpdate: z.ZodDiscriminatedUnion<"__kin
5579
5579
  asset: z.ZodEffects<z.ZodObject<{
5580
5580
  __kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc", "HubDot", "HubUsdt", "HubUsdc"]>;
5581
5581
  }, "strip", z.ZodTypeAny, {
5582
- __kind: "ArbEth" | "ArbUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc";
5582
+ __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
5583
5583
  }, {
5584
- __kind: "ArbEth" | "ArbUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc";
5585
- }>, "ArbEth" | "ArbUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc", {
5586
- __kind: "ArbEth" | "ArbUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc";
5584
+ __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
5585
+ }>, "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc", {
5586
+ __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
5587
5587
  }>;
5588
5588
  rate: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
5589
5589
  }, "strip", z.ZodTypeAny, {
5590
5590
  __kind: "SetNetworkFeeForAsset";
5591
- asset: "ArbEth" | "ArbUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc";
5591
+ asset: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
5592
5592
  rate?: number | null | undefined;
5593
5593
  }, {
5594
5594
  __kind: "SetNetworkFeeForAsset";
5595
5595
  asset: {
5596
- __kind: "ArbEth" | "ArbUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc";
5596
+ __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
5597
5597
  };
5598
5598
  rate?: number | null | undefined;
5599
5599
  }>, z.ZodObject<{
@@ -5601,21 +5601,21 @@ declare const palletCfSwappingPalletConfigUpdate: z.ZodDiscriminatedUnion<"__kin
5601
5601
  asset: z.ZodEffects<z.ZodObject<{
5602
5602
  __kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc", "HubDot", "HubUsdt", "HubUsdc"]>;
5603
5603
  }, "strip", z.ZodTypeAny, {
5604
- __kind: "ArbEth" | "ArbUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc";
5604
+ __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
5605
5605
  }, {
5606
- __kind: "ArbEth" | "ArbUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc";
5607
- }>, "ArbEth" | "ArbUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc", {
5608
- __kind: "ArbEth" | "ArbUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc";
5606
+ __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
5607
+ }>, "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc", {
5608
+ __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
5609
5609
  }>;
5610
5610
  rate: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
5611
5611
  }, "strip", z.ZodTypeAny, {
5612
5612
  __kind: "SetInternalSwapNetworkFeeForAsset";
5613
- asset: "ArbEth" | "ArbUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc";
5613
+ asset: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
5614
5614
  rate?: number | null | undefined;
5615
5615
  }, {
5616
5616
  __kind: "SetInternalSwapNetworkFeeForAsset";
5617
5617
  asset: {
5618
- __kind: "ArbEth" | "ArbUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc";
5618
+ __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
5619
5619
  };
5620
5620
  rate?: number | null | undefined;
5621
5621
  }>]>;
@@ -5650,11 +5650,11 @@ declare const spRuntimeModuleError: z.ZodObject<{
5650
5650
  declare const spRuntimeTokenError: z.ZodEffects<z.ZodObject<{
5651
5651
  __kind: z.ZodEnum<["FundsUnavailable", "OnlyProvider", "BelowMinimum", "CannotCreate", "UnknownAsset", "Frozen", "Unsupported", "CannotCreateHold", "NotExpendable", "Blocked"]>;
5652
5652
  }, "strip", z.ZodTypeAny, {
5653
- __kind: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
5653
+ __kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
5654
5654
  }, {
5655
- __kind: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
5656
- }>, "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked", {
5657
- __kind: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
5655
+ __kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
5656
+ }>, "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked", {
5657
+ __kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
5658
5658
  }>;
5659
5659
  declare const spArithmeticArithmeticError: z.ZodEffects<z.ZodObject<{
5660
5660
  __kind: z.ZodEnum<["Underflow", "Overflow", "DivisionByZero"]>;
@@ -5739,19 +5739,19 @@ declare const spRuntimeDispatchError: z.ZodDiscriminatedUnion<"__kind", [z.ZodOb
5739
5739
  value: z.ZodEffects<z.ZodObject<{
5740
5740
  __kind: z.ZodEnum<["FundsUnavailable", "OnlyProvider", "BelowMinimum", "CannotCreate", "UnknownAsset", "Frozen", "Unsupported", "CannotCreateHold", "NotExpendable", "Blocked"]>;
5741
5741
  }, "strip", z.ZodTypeAny, {
5742
- __kind: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
5742
+ __kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
5743
5743
  }, {
5744
- __kind: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
5745
- }>, "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked", {
5746
- __kind: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
5744
+ __kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
5745
+ }>, "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked", {
5746
+ __kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
5747
5747
  }>;
5748
5748
  }, "strip", z.ZodTypeAny, {
5749
5749
  __kind: "Token";
5750
- value: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
5750
+ value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
5751
5751
  }, {
5752
5752
  __kind: "Token";
5753
5753
  value: {
5754
- __kind: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
5754
+ __kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
5755
5755
  };
5756
5756
  }>, z.ZodObject<{
5757
5757
  __kind: z.ZodLiteral<"Arithmetic">;
@@ -5966,19 +5966,19 @@ declare const cfChainsSolApiSolanaTransactionBuildingError: z.ZodDiscriminatedUn
5966
5966
  value: z.ZodEffects<z.ZodObject<{
5967
5967
  __kind: z.ZodEnum<["FundsUnavailable", "OnlyProvider", "BelowMinimum", "CannotCreate", "UnknownAsset", "Frozen", "Unsupported", "CannotCreateHold", "NotExpendable", "Blocked"]>;
5968
5968
  }, "strip", z.ZodTypeAny, {
5969
- __kind: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
5969
+ __kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
5970
5970
  }, {
5971
- __kind: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
5972
- }>, "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked", {
5973
- __kind: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
5971
+ __kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
5972
+ }>, "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked", {
5973
+ __kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
5974
5974
  }>;
5975
5975
  }, "strip", z.ZodTypeAny, {
5976
5976
  __kind: "Token";
5977
- value: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
5977
+ value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
5978
5978
  }, {
5979
5979
  __kind: "Token";
5980
5980
  value: {
5981
- __kind: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
5981
+ __kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
5982
5982
  };
5983
5983
  }>, z.ZodObject<{
5984
5984
  __kind: z.ZodLiteral<"Arithmetic">;
@@ -6065,7 +6065,7 @@ declare const cfChainsSolApiSolanaTransactionBuildingError: z.ZodDiscriminatedUn
6065
6065
  __kind: "TooManyConsumers";
6066
6066
  } | {
6067
6067
  __kind: "Token";
6068
- value: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
6068
+ value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
6069
6069
  } | {
6070
6070
  __kind: "Arithmetic";
6071
6071
  value: "Underflow" | "Overflow" | "DivisionByZero";
@@ -6104,7 +6104,7 @@ declare const cfChainsSolApiSolanaTransactionBuildingError: z.ZodDiscriminatedUn
6104
6104
  } | {
6105
6105
  __kind: "Token";
6106
6106
  value: {
6107
- __kind: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
6107
+ __kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
6108
6108
  };
6109
6109
  } | {
6110
6110
  __kind: "Arithmetic";
@@ -6296,19 +6296,19 @@ declare const cfChainsExecutexSwapAndCallError: z.ZodDiscriminatedUnion<"__kind"
6296
6296
  value: z.ZodEffects<z.ZodObject<{
6297
6297
  __kind: z.ZodEnum<["FundsUnavailable", "OnlyProvider", "BelowMinimum", "CannotCreate", "UnknownAsset", "Frozen", "Unsupported", "CannotCreateHold", "NotExpendable", "Blocked"]>;
6298
6298
  }, "strip", z.ZodTypeAny, {
6299
- __kind: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
6299
+ __kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
6300
6300
  }, {
6301
- __kind: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
6302
- }>, "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked", {
6303
- __kind: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
6301
+ __kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
6302
+ }>, "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked", {
6303
+ __kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
6304
6304
  }>;
6305
6305
  }, "strip", z.ZodTypeAny, {
6306
6306
  __kind: "Token";
6307
- value: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
6307
+ value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
6308
6308
  }, {
6309
6309
  __kind: "Token";
6310
6310
  value: {
6311
- __kind: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
6311
+ __kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
6312
6312
  };
6313
6313
  }>, z.ZodObject<{
6314
6314
  __kind: z.ZodLiteral<"Arithmetic">;
@@ -6395,7 +6395,7 @@ declare const cfChainsExecutexSwapAndCallError: z.ZodDiscriminatedUnion<"__kind"
6395
6395
  __kind: "TooManyConsumers";
6396
6396
  } | {
6397
6397
  __kind: "Token";
6398
- value: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
6398
+ value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
6399
6399
  } | {
6400
6400
  __kind: "Arithmetic";
6401
6401
  value: "Underflow" | "Overflow" | "DivisionByZero";
@@ -6434,7 +6434,7 @@ declare const cfChainsExecutexSwapAndCallError: z.ZodDiscriminatedUnion<"__kind"
6434
6434
  } | {
6435
6435
  __kind: "Token";
6436
6436
  value: {
6437
- __kind: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
6437
+ __kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
6438
6438
  };
6439
6439
  } | {
6440
6440
  __kind: "Arithmetic";
@@ -6513,7 +6513,7 @@ declare const cfChainsExecutexSwapAndCallError: z.ZodDiscriminatedUnion<"__kind"
6513
6513
  __kind: "TooManyConsumers";
6514
6514
  } | {
6515
6515
  __kind: "Token";
6516
- value: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
6516
+ value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
6517
6517
  } | {
6518
6518
  __kind: "Arithmetic";
6519
6519
  value: "Underflow" | "Overflow" | "DivisionByZero";
@@ -6584,7 +6584,7 @@ declare const cfChainsExecutexSwapAndCallError: z.ZodDiscriminatedUnion<"__kind"
6584
6584
  } | {
6585
6585
  __kind: "Token";
6586
6586
  value: {
6587
- __kind: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
6587
+ __kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
6588
6588
  };
6589
6589
  } | {
6590
6590
  __kind: "Arithmetic";
@@ -6677,19 +6677,19 @@ declare const cfChainsExecutexSwapAndCallError: z.ZodDiscriminatedUnion<"__kind"
6677
6677
  value: z.ZodEffects<z.ZodObject<{
6678
6678
  __kind: z.ZodEnum<["FundsUnavailable", "OnlyProvider", "BelowMinimum", "CannotCreate", "UnknownAsset", "Frozen", "Unsupported", "CannotCreateHold", "NotExpendable", "Blocked"]>;
6679
6679
  }, "strip", z.ZodTypeAny, {
6680
- __kind: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
6680
+ __kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
6681
6681
  }, {
6682
- __kind: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
6683
- }>, "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked", {
6684
- __kind: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
6682
+ __kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
6683
+ }>, "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked", {
6684
+ __kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
6685
6685
  }>;
6686
6686
  }, "strip", z.ZodTypeAny, {
6687
6687
  __kind: "Token";
6688
- value: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
6688
+ value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
6689
6689
  }, {
6690
6690
  __kind: "Token";
6691
6691
  value: {
6692
- __kind: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
6692
+ __kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
6693
6693
  };
6694
6694
  }>, z.ZodObject<{
6695
6695
  __kind: z.ZodLiteral<"Arithmetic">;
@@ -6776,7 +6776,7 @@ declare const cfChainsExecutexSwapAndCallError: z.ZodDiscriminatedUnion<"__kind"
6776
6776
  __kind: "TooManyConsumers";
6777
6777
  } | {
6778
6778
  __kind: "Token";
6779
- value: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
6779
+ value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
6780
6780
  } | {
6781
6781
  __kind: "Arithmetic";
6782
6782
  value: "Underflow" | "Overflow" | "DivisionByZero";
@@ -6815,7 +6815,7 @@ declare const cfChainsExecutexSwapAndCallError: z.ZodDiscriminatedUnion<"__kind"
6815
6815
  } | {
6816
6816
  __kind: "Token";
6817
6817
  value: {
6818
- __kind: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
6818
+ __kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
6819
6819
  };
6820
6820
  } | {
6821
6821
  __kind: "Arithmetic";
@@ -6934,19 +6934,19 @@ declare const palletCfEthereumIngressEgressDepositFailedReason: z.ZodDiscriminat
6934
6934
  value: z.ZodEffects<z.ZodObject<{
6935
6935
  __kind: z.ZodEnum<["FundsUnavailable", "OnlyProvider", "BelowMinimum", "CannotCreate", "UnknownAsset", "Frozen", "Unsupported", "CannotCreateHold", "NotExpendable", "Blocked"]>;
6936
6936
  }, "strip", z.ZodTypeAny, {
6937
- __kind: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
6937
+ __kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
6938
6938
  }, {
6939
- __kind: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
6940
- }>, "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked", {
6941
- __kind: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
6939
+ __kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
6940
+ }>, "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked", {
6941
+ __kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
6942
6942
  }>;
6943
6943
  }, "strip", z.ZodTypeAny, {
6944
6944
  __kind: "Token";
6945
- value: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
6945
+ value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
6946
6946
  }, {
6947
6947
  __kind: "Token";
6948
6948
  value: {
6949
- __kind: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
6949
+ __kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
6950
6950
  };
6951
6951
  }>, z.ZodObject<{
6952
6952
  __kind: z.ZodLiteral<"Arithmetic">;
@@ -7033,7 +7033,7 @@ declare const palletCfEthereumIngressEgressDepositFailedReason: z.ZodDiscriminat
7033
7033
  __kind: "TooManyConsumers";
7034
7034
  } | {
7035
7035
  __kind: "Token";
7036
- value: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
7036
+ value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
7037
7037
  } | {
7038
7038
  __kind: "Arithmetic";
7039
7039
  value: "Underflow" | "Overflow" | "DivisionByZero";
@@ -7072,7 +7072,7 @@ declare const palletCfEthereumIngressEgressDepositFailedReason: z.ZodDiscriminat
7072
7072
  } | {
7073
7073
  __kind: "Token";
7074
7074
  value: {
7075
- __kind: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
7075
+ __kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
7076
7076
  };
7077
7077
  } | {
7078
7078
  __kind: "Arithmetic";
@@ -7131,8 +7131,8 @@ declare const palletCfEthereumIngressEgressDepositWitnessEthereum: z.ZodObject<{
7131
7131
  }>;
7132
7132
  }, "strip", z.ZodTypeAny, {
7133
7133
  asset: "Eth" | "Flip" | "Usdc" | "Usdt";
7134
- depositAddress: `0x${string}`;
7135
7134
  amount: bigint;
7135
+ depositAddress: `0x${string}`;
7136
7136
  depositDetails: {
7137
7137
  txHashes?: `0x${string}`[] | null | undefined;
7138
7138
  };
@@ -7140,8 +7140,8 @@ declare const palletCfEthereumIngressEgressDepositWitnessEthereum: z.ZodObject<{
7140
7140
  asset: {
7141
7141
  __kind: "Eth" | "Flip" | "Usdc" | "Usdt";
7142
7142
  };
7143
- depositAddress: string;
7144
7143
  amount: string | number;
7144
+ depositAddress: string;
7145
7145
  depositDetails: {
7146
7146
  txHashes?: string[] | null | undefined;
7147
7147
  };
@@ -7649,12 +7649,12 @@ declare const cfChainsChannelRefundParametersH160: z.ZodObject<{
7649
7649
  minPrice: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
7650
7650
  }, "strip", z.ZodTypeAny, {
7651
7651
  retryDuration: number;
7652
- refundAddress: `0x${string}`;
7653
7652
  minPrice: bigint;
7653
+ refundAddress: `0x${string}`;
7654
7654
  }, {
7655
7655
  retryDuration: number;
7656
- refundAddress: string;
7657
7656
  minPrice: string | number;
7657
+ refundAddress: string;
7658
7658
  }>;
7659
7659
  declare const palletCfEthereumIngressEgressVaultDepositWitnessEthereum: z.ZodObject<{
7660
7660
  inputAsset: z.ZodEffects<z.ZodObject<{
@@ -7679,11 +7679,11 @@ declare const palletCfEthereumIngressEgressVaultDepositWitnessEthereum: z.ZodObj
7679
7679
  outputAsset: z.ZodEffects<z.ZodObject<{
7680
7680
  __kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc", "HubDot", "HubUsdt", "HubUsdc"]>;
7681
7681
  }, "strip", z.ZodTypeAny, {
7682
- __kind: "ArbEth" | "ArbUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc";
7682
+ __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
7683
7683
  }, {
7684
- __kind: "ArbEth" | "ArbUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc";
7685
- }>, "ArbEth" | "ArbUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc", {
7686
- __kind: "ArbEth" | "ArbUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc";
7684
+ __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
7685
+ }>, "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc", {
7686
+ __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
7687
7687
  }>;
7688
7688
  destinationAddress: z.ZodEffects<z.ZodObject<{
7689
7689
  __kind: z.ZodEnum<["Eth", "Dot", "Btc", "Arb", "Sol", "Hub"]>;
@@ -8009,12 +8009,12 @@ declare const palletCfEthereumIngressEgressVaultDepositWitnessEthereum: z.ZodObj
8009
8009
  minPrice: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
8010
8010
  }, "strip", z.ZodTypeAny, {
8011
8011
  retryDuration: number;
8012
- refundAddress: `0x${string}`;
8013
8012
  minPrice: bigint;
8013
+ refundAddress: `0x${string}`;
8014
8014
  }, {
8015
8015
  retryDuration: number;
8016
- refundAddress: string;
8017
8016
  minPrice: string | number;
8017
+ refundAddress: string;
8018
8018
  }>;
8019
8019
  dcaParams: z.ZodOptional<z.ZodNullable<z.ZodObject<{
8020
8020
  numberOfChunks: z.ZodNumber;
@@ -8028,12 +8028,6 @@ declare const palletCfEthereumIngressEgressVaultDepositWitnessEthereum: z.ZodObj
8028
8028
  }>>>;
8029
8029
  boostFee: z.ZodNumber;
8030
8030
  }, "strip", z.ZodTypeAny, {
8031
- depositDetails: {
8032
- txHashes?: `0x${string}`[] | null | undefined;
8033
- };
8034
- inputAsset: "Eth" | "Flip" | "Usdc" | "Usdt";
8035
- depositAmount: bigint;
8036
- outputAsset: "ArbEth" | "ArbUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc";
8037
8031
  destinationAddress: {
8038
8032
  readonly chain: "Ethereum";
8039
8033
  readonly address: `0x${string}`;
@@ -8054,14 +8048,20 @@ declare const palletCfEthereumIngressEgressVaultDepositWitnessEthereum: z.ZodObj
8054
8048
  readonly address: string;
8055
8049
  };
8056
8050
  txId: `0x${string}`;
8051
+ depositDetails: {
8052
+ txHashes?: `0x${string}`[] | null | undefined;
8053
+ };
8054
+ inputAsset: "Eth" | "Flip" | "Usdc" | "Usdt";
8055
+ depositAmount: bigint;
8056
+ outputAsset: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
8057
8057
  affiliateFees: {
8058
8058
  account: number;
8059
8059
  bps: number;
8060
8060
  }[];
8061
8061
  refundParams: {
8062
8062
  retryDuration: number;
8063
- refundAddress: `0x${string}`;
8064
8063
  minPrice: bigint;
8064
+ refundAddress: `0x${string}`;
8065
8065
  };
8066
8066
  boostFee: number;
8067
8067
  depositAddress?: `0x${string}` | null | undefined;
@@ -8121,6 +8121,11 @@ declare const palletCfEthereumIngressEgressVaultDepositWitnessEthereum: z.ZodObj
8121
8121
  chunkInterval: number;
8122
8122
  } | null | undefined;
8123
8123
  }, {
8124
+ destinationAddress: {
8125
+ __kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
8126
+ value: string;
8127
+ };
8128
+ txId: string;
8124
8129
  depositDetails: {
8125
8130
  txHashes?: string[] | null | undefined;
8126
8131
  };
@@ -8129,21 +8134,16 @@ declare const palletCfEthereumIngressEgressVaultDepositWitnessEthereum: z.ZodObj
8129
8134
  };
8130
8135
  depositAmount: string | number;
8131
8136
  outputAsset: {
8132
- __kind: "ArbEth" | "ArbUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc";
8133
- };
8134
- destinationAddress: {
8135
- __kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
8136
- value: string;
8137
+ __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
8137
8138
  };
8138
- txId: string;
8139
8139
  affiliateFees: {
8140
8140
  account: number;
8141
8141
  bps: number;
8142
8142
  }[];
8143
8143
  refundParams: {
8144
8144
  retryDuration: number;
8145
- refundAddress: string;
8146
8145
  minPrice: string | number;
8146
+ refundAddress: string;
8147
8147
  };
8148
8148
  boostFee: number;
8149
8149
  depositAddress?: string | null | undefined;
@@ -8228,8 +8228,8 @@ declare const palletCfEthereumIngressEgressDepositFailedDetailsEthereum: z.ZodDi
8228
8228
  }>;
8229
8229
  }, "strip", z.ZodTypeAny, {
8230
8230
  asset: "Eth" | "Flip" | "Usdc" | "Usdt";
8231
- depositAddress: `0x${string}`;
8232
8231
  amount: bigint;
8232
+ depositAddress: `0x${string}`;
8233
8233
  depositDetails: {
8234
8234
  txHashes?: `0x${string}`[] | null | undefined;
8235
8235
  };
@@ -8237,8 +8237,8 @@ declare const palletCfEthereumIngressEgressDepositFailedDetailsEthereum: z.ZodDi
8237
8237
  asset: {
8238
8238
  __kind: "Eth" | "Flip" | "Usdc" | "Usdt";
8239
8239
  };
8240
- depositAddress: string;
8241
8240
  amount: string | number;
8241
+ depositAddress: string;
8242
8242
  depositDetails: {
8243
8243
  txHashes?: string[] | null | undefined;
8244
8244
  };
@@ -8247,8 +8247,8 @@ declare const palletCfEthereumIngressEgressDepositFailedDetailsEthereum: z.ZodDi
8247
8247
  __kind: "DepositFailedDepositChannelVariantEthereum";
8248
8248
  depositWitness: {
8249
8249
  asset: "Eth" | "Flip" | "Usdc" | "Usdt";
8250
- depositAddress: `0x${string}`;
8251
8250
  amount: bigint;
8251
+ depositAddress: `0x${string}`;
8252
8252
  depositDetails: {
8253
8253
  txHashes?: `0x${string}`[] | null | undefined;
8254
8254
  };
@@ -8259,8 +8259,8 @@ declare const palletCfEthereumIngressEgressDepositFailedDetailsEthereum: z.ZodDi
8259
8259
  asset: {
8260
8260
  __kind: "Eth" | "Flip" | "Usdc" | "Usdt";
8261
8261
  };
8262
- depositAddress: string;
8263
8262
  amount: string | number;
8263
+ depositAddress: string;
8264
8264
  depositDetails: {
8265
8265
  txHashes?: string[] | null | undefined;
8266
8266
  };
@@ -8290,11 +8290,11 @@ declare const palletCfEthereumIngressEgressDepositFailedDetailsEthereum: z.ZodDi
8290
8290
  outputAsset: z.ZodEffects<z.ZodObject<{
8291
8291
  __kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc", "HubDot", "HubUsdt", "HubUsdc"]>;
8292
8292
  }, "strip", z.ZodTypeAny, {
8293
- __kind: "ArbEth" | "ArbUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc";
8293
+ __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
8294
8294
  }, {
8295
- __kind: "ArbEth" | "ArbUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc";
8296
- }>, "ArbEth" | "ArbUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc", {
8297
- __kind: "ArbEth" | "ArbUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc";
8295
+ __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
8296
+ }>, "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc", {
8297
+ __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
8298
8298
  }>;
8299
8299
  destinationAddress: z.ZodEffects<z.ZodObject<{
8300
8300
  __kind: z.ZodEnum<["Eth", "Dot", "Btc", "Arb", "Sol", "Hub"]>;
@@ -8620,12 +8620,12 @@ declare const palletCfEthereumIngressEgressDepositFailedDetailsEthereum: z.ZodDi
8620
8620
  minPrice: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
8621
8621
  }, "strip", z.ZodTypeAny, {
8622
8622
  retryDuration: number;
8623
- refundAddress: `0x${string}`;
8624
8623
  minPrice: bigint;
8624
+ refundAddress: `0x${string}`;
8625
8625
  }, {
8626
8626
  retryDuration: number;
8627
- refundAddress: string;
8628
8627
  minPrice: string | number;
8628
+ refundAddress: string;
8629
8629
  }>;
8630
8630
  dcaParams: z.ZodOptional<z.ZodNullable<z.ZodObject<{
8631
8631
  numberOfChunks: z.ZodNumber;
@@ -8639,12 +8639,6 @@ declare const palletCfEthereumIngressEgressDepositFailedDetailsEthereum: z.ZodDi
8639
8639
  }>>>;
8640
8640
  boostFee: z.ZodNumber;
8641
8641
  }, "strip", z.ZodTypeAny, {
8642
- depositDetails: {
8643
- txHashes?: `0x${string}`[] | null | undefined;
8644
- };
8645
- inputAsset: "Eth" | "Flip" | "Usdc" | "Usdt";
8646
- depositAmount: bigint;
8647
- outputAsset: "ArbEth" | "ArbUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc";
8648
8642
  destinationAddress: {
8649
8643
  readonly chain: "Ethereum";
8650
8644
  readonly address: `0x${string}`;
@@ -8665,14 +8659,20 @@ declare const palletCfEthereumIngressEgressDepositFailedDetailsEthereum: z.ZodDi
8665
8659
  readonly address: string;
8666
8660
  };
8667
8661
  txId: `0x${string}`;
8662
+ depositDetails: {
8663
+ txHashes?: `0x${string}`[] | null | undefined;
8664
+ };
8665
+ inputAsset: "Eth" | "Flip" | "Usdc" | "Usdt";
8666
+ depositAmount: bigint;
8667
+ outputAsset: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
8668
8668
  affiliateFees: {
8669
8669
  account: number;
8670
8670
  bps: number;
8671
8671
  }[];
8672
8672
  refundParams: {
8673
8673
  retryDuration: number;
8674
- refundAddress: `0x${string}`;
8675
8674
  minPrice: bigint;
8675
+ refundAddress: `0x${string}`;
8676
8676
  };
8677
8677
  boostFee: number;
8678
8678
  depositAddress?: `0x${string}` | null | undefined;
@@ -8732,6 +8732,11 @@ declare const palletCfEthereumIngressEgressDepositFailedDetailsEthereum: z.ZodDi
8732
8732
  chunkInterval: number;
8733
8733
  } | null | undefined;
8734
8734
  }, {
8735
+ destinationAddress: {
8736
+ __kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
8737
+ value: string;
8738
+ };
8739
+ txId: string;
8735
8740
  depositDetails: {
8736
8741
  txHashes?: string[] | null | undefined;
8737
8742
  };
@@ -8740,21 +8745,16 @@ declare const palletCfEthereumIngressEgressDepositFailedDetailsEthereum: z.ZodDi
8740
8745
  };
8741
8746
  depositAmount: string | number;
8742
8747
  outputAsset: {
8743
- __kind: "ArbEth" | "ArbUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc";
8744
- };
8745
- destinationAddress: {
8746
- __kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
8747
- value: string;
8748
+ __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
8748
8749
  };
8749
- txId: string;
8750
8750
  affiliateFees: {
8751
8751
  account: number;
8752
8752
  bps: number;
8753
8753
  }[];
8754
8754
  refundParams: {
8755
8755
  retryDuration: number;
8756
- refundAddress: string;
8757
8756
  minPrice: string | number;
8757
+ refundAddress: string;
8758
8758
  };
8759
8759
  boostFee: number;
8760
8760
  depositAddress?: string | null | undefined;
@@ -8819,12 +8819,6 @@ declare const palletCfEthereumIngressEgressDepositFailedDetailsEthereum: z.ZodDi
8819
8819
  }, "strip", z.ZodTypeAny, {
8820
8820
  __kind: "DepositFailedVaultVariantEthereum";
8821
8821
  vaultWitness: {
8822
- depositDetails: {
8823
- txHashes?: `0x${string}`[] | null | undefined;
8824
- };
8825
- inputAsset: "Eth" | "Flip" | "Usdc" | "Usdt";
8826
- depositAmount: bigint;
8827
- outputAsset: "ArbEth" | "ArbUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc";
8828
8822
  destinationAddress: {
8829
8823
  readonly chain: "Ethereum";
8830
8824
  readonly address: `0x${string}`;
@@ -8845,14 +8839,20 @@ declare const palletCfEthereumIngressEgressDepositFailedDetailsEthereum: z.ZodDi
8845
8839
  readonly address: string;
8846
8840
  };
8847
8841
  txId: `0x${string}`;
8842
+ depositDetails: {
8843
+ txHashes?: `0x${string}`[] | null | undefined;
8844
+ };
8845
+ inputAsset: "Eth" | "Flip" | "Usdc" | "Usdt";
8846
+ depositAmount: bigint;
8847
+ outputAsset: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
8848
8848
  affiliateFees: {
8849
8849
  account: number;
8850
8850
  bps: number;
8851
8851
  }[];
8852
8852
  refundParams: {
8853
8853
  retryDuration: number;
8854
- refundAddress: `0x${string}`;
8855
8854
  minPrice: bigint;
8855
+ refundAddress: `0x${string}`;
8856
8856
  };
8857
8857
  boostFee: number;
8858
8858
  depositAddress?: `0x${string}` | null | undefined;
@@ -8915,6 +8915,11 @@ declare const palletCfEthereumIngressEgressDepositFailedDetailsEthereum: z.ZodDi
8915
8915
  }, {
8916
8916
  __kind: "DepositFailedVaultVariantEthereum";
8917
8917
  vaultWitness: {
8918
+ destinationAddress: {
8919
+ __kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
8920
+ value: string;
8921
+ };
8922
+ txId: string;
8918
8923
  depositDetails: {
8919
8924
  txHashes?: string[] | null | undefined;
8920
8925
  };
@@ -8923,21 +8928,16 @@ declare const palletCfEthereumIngressEgressDepositFailedDetailsEthereum: z.ZodDi
8923
8928
  };
8924
8929
  depositAmount: string | number;
8925
8930
  outputAsset: {
8926
- __kind: "ArbEth" | "ArbUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc";
8927
- };
8928
- destinationAddress: {
8929
- __kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
8930
- value: string;
8931
+ __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
8931
8932
  };
8932
- txId: string;
8933
8933
  affiliateFees: {
8934
8934
  account: number;
8935
8935
  bps: number;
8936
8936
  }[];
8937
8937
  refundParams: {
8938
8938
  retryDuration: number;
8939
- refundAddress: string;
8940
8939
  minPrice: string | number;
8940
+ refundAddress: string;
8941
8941
  };
8942
8942
  boostFee: number;
8943
8943
  depositAddress?: string | null | undefined;
@@ -9182,19 +9182,19 @@ declare const cfChainsAllBatchError: z.ZodDiscriminatedUnion<"__kind", [z.ZodObj
9182
9182
  value: z.ZodEffects<z.ZodObject<{
9183
9183
  __kind: z.ZodEnum<["FundsUnavailable", "OnlyProvider", "BelowMinimum", "CannotCreate", "UnknownAsset", "Frozen", "Unsupported", "CannotCreateHold", "NotExpendable", "Blocked"]>;
9184
9184
  }, "strip", z.ZodTypeAny, {
9185
- __kind: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
9185
+ __kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
9186
9186
  }, {
9187
- __kind: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
9188
- }>, "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked", {
9189
- __kind: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
9187
+ __kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
9188
+ }>, "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked", {
9189
+ __kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
9190
9190
  }>;
9191
9191
  }, "strip", z.ZodTypeAny, {
9192
9192
  __kind: "Token";
9193
- value: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
9193
+ value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
9194
9194
  }, {
9195
9195
  __kind: "Token";
9196
9196
  value: {
9197
- __kind: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
9197
+ __kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
9198
9198
  };
9199
9199
  }>, z.ZodObject<{
9200
9200
  __kind: z.ZodLiteral<"Arithmetic">;
@@ -9281,7 +9281,7 @@ declare const cfChainsAllBatchError: z.ZodDiscriminatedUnion<"__kind", [z.ZodObj
9281
9281
  __kind: "TooManyConsumers";
9282
9282
  } | {
9283
9283
  __kind: "Token";
9284
- value: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
9284
+ value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
9285
9285
  } | {
9286
9286
  __kind: "Arithmetic";
9287
9287
  value: "Underflow" | "Overflow" | "DivisionByZero";
@@ -9320,7 +9320,7 @@ declare const cfChainsAllBatchError: z.ZodDiscriminatedUnion<"__kind", [z.ZodObj
9320
9320
  } | {
9321
9321
  __kind: "Token";
9322
9322
  value: {
9323
- __kind: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
9323
+ __kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
9324
9324
  };
9325
9325
  } | {
9326
9326
  __kind: "Arithmetic";
@@ -9399,7 +9399,7 @@ declare const cfChainsAllBatchError: z.ZodDiscriminatedUnion<"__kind", [z.ZodObj
9399
9399
  __kind: "TooManyConsumers";
9400
9400
  } | {
9401
9401
  __kind: "Token";
9402
- value: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
9402
+ value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
9403
9403
  } | {
9404
9404
  __kind: "Arithmetic";
9405
9405
  value: "Underflow" | "Overflow" | "DivisionByZero";
@@ -9470,7 +9470,7 @@ declare const cfChainsAllBatchError: z.ZodDiscriminatedUnion<"__kind", [z.ZodObj
9470
9470
  } | {
9471
9471
  __kind: "Token";
9472
9472
  value: {
9473
- __kind: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
9473
+ __kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
9474
9474
  };
9475
9475
  } | {
9476
9476
  __kind: "Arithmetic";
@@ -9563,19 +9563,19 @@ declare const cfChainsAllBatchError: z.ZodDiscriminatedUnion<"__kind", [z.ZodObj
9563
9563
  value: z.ZodEffects<z.ZodObject<{
9564
9564
  __kind: z.ZodEnum<["FundsUnavailable", "OnlyProvider", "BelowMinimum", "CannotCreate", "UnknownAsset", "Frozen", "Unsupported", "CannotCreateHold", "NotExpendable", "Blocked"]>;
9565
9565
  }, "strip", z.ZodTypeAny, {
9566
- __kind: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
9566
+ __kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
9567
9567
  }, {
9568
- __kind: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
9569
- }>, "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked", {
9570
- __kind: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
9568
+ __kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
9569
+ }>, "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked", {
9570
+ __kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
9571
9571
  }>;
9572
9572
  }, "strip", z.ZodTypeAny, {
9573
9573
  __kind: "Token";
9574
- value: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
9574
+ value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
9575
9575
  }, {
9576
9576
  __kind: "Token";
9577
9577
  value: {
9578
- __kind: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
9578
+ __kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
9579
9579
  };
9580
9580
  }>, z.ZodObject<{
9581
9581
  __kind: z.ZodLiteral<"Arithmetic">;
@@ -9662,7 +9662,7 @@ declare const cfChainsAllBatchError: z.ZodDiscriminatedUnion<"__kind", [z.ZodObj
9662
9662
  __kind: "TooManyConsumers";
9663
9663
  } | {
9664
9664
  __kind: "Token";
9665
- value: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
9665
+ value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
9666
9666
  } | {
9667
9667
  __kind: "Arithmetic";
9668
9668
  value: "Underflow" | "Overflow" | "DivisionByZero";
@@ -9701,7 +9701,7 @@ declare const cfChainsAllBatchError: z.ZodDiscriminatedUnion<"__kind", [z.ZodObj
9701
9701
  } | {
9702
9702
  __kind: "Token";
9703
9703
  value: {
9704
- __kind: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
9704
+ __kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
9705
9705
  };
9706
9706
  } | {
9707
9707
  __kind: "Arithmetic";
@@ -9898,19 +9898,19 @@ declare const palletCfPolkadotIngressEgressDepositFailedReason: z.ZodDiscriminat
9898
9898
  value: z.ZodEffects<z.ZodObject<{
9899
9899
  __kind: z.ZodEnum<["FundsUnavailable", "OnlyProvider", "BelowMinimum", "CannotCreate", "UnknownAsset", "Frozen", "Unsupported", "CannotCreateHold", "NotExpendable", "Blocked"]>;
9900
9900
  }, "strip", z.ZodTypeAny, {
9901
- __kind: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
9901
+ __kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
9902
9902
  }, {
9903
- __kind: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
9904
- }>, "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked", {
9905
- __kind: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
9903
+ __kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
9904
+ }>, "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked", {
9905
+ __kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
9906
9906
  }>;
9907
9907
  }, "strip", z.ZodTypeAny, {
9908
9908
  __kind: "Token";
9909
- value: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
9909
+ value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
9910
9910
  }, {
9911
9911
  __kind: "Token";
9912
9912
  value: {
9913
- __kind: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
9913
+ __kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
9914
9914
  };
9915
9915
  }>, z.ZodObject<{
9916
9916
  __kind: z.ZodLiteral<"Arithmetic">;
@@ -9997,7 +9997,7 @@ declare const palletCfPolkadotIngressEgressDepositFailedReason: z.ZodDiscriminat
9997
9997
  __kind: "TooManyConsumers";
9998
9998
  } | {
9999
9999
  __kind: "Token";
10000
- value: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
10000
+ value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
10001
10001
  } | {
10002
10002
  __kind: "Arithmetic";
10003
10003
  value: "Underflow" | "Overflow" | "DivisionByZero";
@@ -10036,7 +10036,7 @@ declare const palletCfPolkadotIngressEgressDepositFailedReason: z.ZodDiscriminat
10036
10036
  } | {
10037
10037
  __kind: "Token";
10038
10038
  value: {
10039
- __kind: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
10039
+ __kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
10040
10040
  };
10041
10041
  } | {
10042
10042
  __kind: "Arithmetic";
@@ -10082,15 +10082,15 @@ declare const palletCfPolkadotIngressEgressDepositWitnessPolkadot: z.ZodObject<{
10082
10082
  depositDetails: z.ZodNumber;
10083
10083
  }, "strip", z.ZodTypeAny, {
10084
10084
  asset: "Dot";
10085
- depositAddress: `0x${string}`;
10086
10085
  amount: bigint;
10086
+ depositAddress: `0x${string}`;
10087
10087
  depositDetails: number;
10088
10088
  }, {
10089
10089
  asset: {
10090
10090
  __kind: "Dot";
10091
10091
  };
10092
- depositAddress: string;
10093
10092
  amount: string | number;
10093
+ depositAddress: string;
10094
10094
  depositDetails: number;
10095
10095
  }>;
10096
10096
  declare const cfPolkadotChainCcmDepositMetadata: z.ZodObject<{
@@ -10365,12 +10365,12 @@ declare const cfChainsChannelRefundParametersPolkadotAccountId: z.ZodObject<{
10365
10365
  minPrice: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
10366
10366
  }, "strip", z.ZodTypeAny, {
10367
10367
  retryDuration: number;
10368
- refundAddress: `0x${string}`;
10369
10368
  minPrice: bigint;
10369
+ refundAddress: `0x${string}`;
10370
10370
  }, {
10371
10371
  retryDuration: number;
10372
- refundAddress: string;
10373
10372
  minPrice: string | number;
10373
+ refundAddress: string;
10374
10374
  }>;
10375
10375
  declare const palletCfPolkadotIngressEgressVaultDepositWitnessPolkadot: z.ZodObject<{
10376
10376
  inputAsset: z.ZodEffects<z.ZodObject<{
@@ -10389,11 +10389,11 @@ declare const palletCfPolkadotIngressEgressVaultDepositWitnessPolkadot: z.ZodObj
10389
10389
  outputAsset: z.ZodEffects<z.ZodObject<{
10390
10390
  __kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc", "HubDot", "HubUsdt", "HubUsdc"]>;
10391
10391
  }, "strip", z.ZodTypeAny, {
10392
- __kind: "ArbEth" | "ArbUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc";
10392
+ __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
10393
10393
  }, {
10394
- __kind: "ArbEth" | "ArbUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc";
10395
- }>, "ArbEth" | "ArbUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc", {
10396
- __kind: "ArbEth" | "ArbUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc";
10394
+ __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
10395
+ }>, "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc", {
10396
+ __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
10397
10397
  }>;
10398
10398
  destinationAddress: z.ZodEffects<z.ZodObject<{
10399
10399
  __kind: z.ZodEnum<["Eth", "Dot", "Btc", "Arb", "Sol", "Hub"]>;
@@ -10728,12 +10728,12 @@ declare const palletCfPolkadotIngressEgressVaultDepositWitnessPolkadot: z.ZodObj
10728
10728
  minPrice: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
10729
10729
  }, "strip", z.ZodTypeAny, {
10730
10730
  retryDuration: number;
10731
- refundAddress: `0x${string}`;
10732
10731
  minPrice: bigint;
10732
+ refundAddress: `0x${string}`;
10733
10733
  }, {
10734
10734
  retryDuration: number;
10735
- refundAddress: string;
10736
10735
  minPrice: string | number;
10736
+ refundAddress: string;
10737
10737
  }>;
10738
10738
  dcaParams: z.ZodOptional<z.ZodNullable<z.ZodObject<{
10739
10739
  numberOfChunks: z.ZodNumber;
@@ -10747,10 +10747,6 @@ declare const palletCfPolkadotIngressEgressVaultDepositWitnessPolkadot: z.ZodObj
10747
10747
  }>>>;
10748
10748
  boostFee: z.ZodNumber;
10749
10749
  }, "strip", z.ZodTypeAny, {
10750
- depositDetails: number;
10751
- inputAsset: "Dot";
10752
- depositAmount: bigint;
10753
- outputAsset: "ArbEth" | "ArbUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc";
10754
10750
  destinationAddress: {
10755
10751
  readonly chain: "Ethereum";
10756
10752
  readonly address: `0x${string}`;
@@ -10774,14 +10770,18 @@ declare const palletCfPolkadotIngressEgressVaultDepositWitnessPolkadot: z.ZodObj
10774
10770
  blockNumber: number;
10775
10771
  extrinsicIndex: number;
10776
10772
  };
10773
+ depositDetails: number;
10774
+ inputAsset: "Dot";
10775
+ depositAmount: bigint;
10776
+ outputAsset: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
10777
10777
  affiliateFees: {
10778
10778
  account: number;
10779
10779
  bps: number;
10780
10780
  }[];
10781
10781
  refundParams: {
10782
10782
  retryDuration: number;
10783
- refundAddress: `0x${string}`;
10784
10783
  minPrice: bigint;
10784
+ refundAddress: `0x${string}`;
10785
10785
  };
10786
10786
  boostFee: number;
10787
10787
  depositAddress?: `0x${string}` | null | undefined;
@@ -10841,14 +10841,6 @@ declare const palletCfPolkadotIngressEgressVaultDepositWitnessPolkadot: z.ZodObj
10841
10841
  chunkInterval: number;
10842
10842
  } | null | undefined;
10843
10843
  }, {
10844
- depositDetails: number;
10845
- inputAsset: {
10846
- __kind: "Dot";
10847
- };
10848
- depositAmount: string | number;
10849
- outputAsset: {
10850
- __kind: "ArbEth" | "ArbUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc";
10851
- };
10852
10844
  destinationAddress: {
10853
10845
  __kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
10854
10846
  value: string;
@@ -10857,14 +10849,22 @@ declare const palletCfPolkadotIngressEgressVaultDepositWitnessPolkadot: z.ZodObj
10857
10849
  blockNumber: number;
10858
10850
  extrinsicIndex: number;
10859
10851
  };
10852
+ depositDetails: number;
10853
+ inputAsset: {
10854
+ __kind: "Dot";
10855
+ };
10856
+ depositAmount: string | number;
10857
+ outputAsset: {
10858
+ __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
10859
+ };
10860
10860
  affiliateFees: {
10861
10861
  account: number;
10862
10862
  bps: number;
10863
10863
  }[];
10864
10864
  refundParams: {
10865
10865
  retryDuration: number;
10866
- refundAddress: string;
10867
10866
  minPrice: string | number;
10867
+ refundAddress: string;
10868
10868
  };
10869
10869
  boostFee: number;
10870
10870
  depositAddress?: string | null | undefined;
@@ -10943,23 +10943,23 @@ declare const palletCfPolkadotIngressEgressDepositFailedDetailsPolkadot: z.ZodDi
10943
10943
  depositDetails: z.ZodNumber;
10944
10944
  }, "strip", z.ZodTypeAny, {
10945
10945
  asset: "Dot";
10946
- depositAddress: `0x${string}`;
10947
10946
  amount: bigint;
10947
+ depositAddress: `0x${string}`;
10948
10948
  depositDetails: number;
10949
10949
  }, {
10950
10950
  asset: {
10951
10951
  __kind: "Dot";
10952
10952
  };
10953
- depositAddress: string;
10954
10953
  amount: string | number;
10954
+ depositAddress: string;
10955
10955
  depositDetails: number;
10956
10956
  }>;
10957
10957
  }, "strip", z.ZodTypeAny, {
10958
10958
  __kind: "DepositFailedDepositChannelVariantPolkadot";
10959
10959
  depositWitness: {
10960
10960
  asset: "Dot";
10961
- depositAddress: `0x${string}`;
10962
10961
  amount: bigint;
10962
+ depositAddress: `0x${string}`;
10963
10963
  depositDetails: number;
10964
10964
  };
10965
10965
  }, {
@@ -10968,8 +10968,8 @@ declare const palletCfPolkadotIngressEgressDepositFailedDetailsPolkadot: z.ZodDi
10968
10968
  asset: {
10969
10969
  __kind: "Dot";
10970
10970
  };
10971
- depositAddress: string;
10972
10971
  amount: string | number;
10972
+ depositAddress: string;
10973
10973
  depositDetails: number;
10974
10974
  };
10975
10975
  }>, z.ZodObject<{
@@ -10991,11 +10991,11 @@ declare const palletCfPolkadotIngressEgressDepositFailedDetailsPolkadot: z.ZodDi
10991
10991
  outputAsset: z.ZodEffects<z.ZodObject<{
10992
10992
  __kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc", "HubDot", "HubUsdt", "HubUsdc"]>;
10993
10993
  }, "strip", z.ZodTypeAny, {
10994
- __kind: "ArbEth" | "ArbUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc";
10994
+ __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
10995
10995
  }, {
10996
- __kind: "ArbEth" | "ArbUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc";
10997
- }>, "ArbEth" | "ArbUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc", {
10998
- __kind: "ArbEth" | "ArbUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc";
10996
+ __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
10997
+ }>, "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc", {
10998
+ __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
10999
10999
  }>;
11000
11000
  destinationAddress: z.ZodEffects<z.ZodObject<{
11001
11001
  __kind: z.ZodEnum<["Eth", "Dot", "Btc", "Arb", "Sol", "Hub"]>;
@@ -11330,12 +11330,12 @@ declare const palletCfPolkadotIngressEgressDepositFailedDetailsPolkadot: z.ZodDi
11330
11330
  minPrice: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
11331
11331
  }, "strip", z.ZodTypeAny, {
11332
11332
  retryDuration: number;
11333
- refundAddress: `0x${string}`;
11334
11333
  minPrice: bigint;
11334
+ refundAddress: `0x${string}`;
11335
11335
  }, {
11336
11336
  retryDuration: number;
11337
- refundAddress: string;
11338
11337
  minPrice: string | number;
11338
+ refundAddress: string;
11339
11339
  }>;
11340
11340
  dcaParams: z.ZodOptional<z.ZodNullable<z.ZodObject<{
11341
11341
  numberOfChunks: z.ZodNumber;
@@ -11349,10 +11349,6 @@ declare const palletCfPolkadotIngressEgressDepositFailedDetailsPolkadot: z.ZodDi
11349
11349
  }>>>;
11350
11350
  boostFee: z.ZodNumber;
11351
11351
  }, "strip", z.ZodTypeAny, {
11352
- depositDetails: number;
11353
- inputAsset: "Dot";
11354
- depositAmount: bigint;
11355
- outputAsset: "ArbEth" | "ArbUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc";
11356
11352
  destinationAddress: {
11357
11353
  readonly chain: "Ethereum";
11358
11354
  readonly address: `0x${string}`;
@@ -11376,14 +11372,18 @@ declare const palletCfPolkadotIngressEgressDepositFailedDetailsPolkadot: z.ZodDi
11376
11372
  blockNumber: number;
11377
11373
  extrinsicIndex: number;
11378
11374
  };
11375
+ depositDetails: number;
11376
+ inputAsset: "Dot";
11377
+ depositAmount: bigint;
11378
+ outputAsset: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
11379
11379
  affiliateFees: {
11380
11380
  account: number;
11381
11381
  bps: number;
11382
11382
  }[];
11383
11383
  refundParams: {
11384
11384
  retryDuration: number;
11385
- refundAddress: `0x${string}`;
11386
11385
  minPrice: bigint;
11386
+ refundAddress: `0x${string}`;
11387
11387
  };
11388
11388
  boostFee: number;
11389
11389
  depositAddress?: `0x${string}` | null | undefined;
@@ -11443,14 +11443,6 @@ declare const palletCfPolkadotIngressEgressDepositFailedDetailsPolkadot: z.ZodDi
11443
11443
  chunkInterval: number;
11444
11444
  } | null | undefined;
11445
11445
  }, {
11446
- depositDetails: number;
11447
- inputAsset: {
11448
- __kind: "Dot";
11449
- };
11450
- depositAmount: string | number;
11451
- outputAsset: {
11452
- __kind: "ArbEth" | "ArbUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc";
11453
- };
11454
11446
  destinationAddress: {
11455
11447
  __kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
11456
11448
  value: string;
@@ -11459,14 +11451,22 @@ declare const palletCfPolkadotIngressEgressDepositFailedDetailsPolkadot: z.ZodDi
11459
11451
  blockNumber: number;
11460
11452
  extrinsicIndex: number;
11461
11453
  };
11454
+ depositDetails: number;
11455
+ inputAsset: {
11456
+ __kind: "Dot";
11457
+ };
11458
+ depositAmount: string | number;
11459
+ outputAsset: {
11460
+ __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
11461
+ };
11462
11462
  affiliateFees: {
11463
11463
  account: number;
11464
11464
  bps: number;
11465
11465
  }[];
11466
11466
  refundParams: {
11467
11467
  retryDuration: number;
11468
- refundAddress: string;
11469
11468
  minPrice: string | number;
11469
+ refundAddress: string;
11470
11470
  };
11471
11471
  boostFee: number;
11472
11472
  depositAddress?: string | null | undefined;
@@ -11531,10 +11531,6 @@ declare const palletCfPolkadotIngressEgressDepositFailedDetailsPolkadot: z.ZodDi
11531
11531
  }, "strip", z.ZodTypeAny, {
11532
11532
  __kind: "DepositFailedVaultVariantPolkadot";
11533
11533
  vaultWitness: {
11534
- depositDetails: number;
11535
- inputAsset: "Dot";
11536
- depositAmount: bigint;
11537
- outputAsset: "ArbEth" | "ArbUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc";
11538
11534
  destinationAddress: {
11539
11535
  readonly chain: "Ethereum";
11540
11536
  readonly address: `0x${string}`;
@@ -11558,14 +11554,18 @@ declare const palletCfPolkadotIngressEgressDepositFailedDetailsPolkadot: z.ZodDi
11558
11554
  blockNumber: number;
11559
11555
  extrinsicIndex: number;
11560
11556
  };
11561
- affiliateFees: {
11557
+ depositDetails: number;
11558
+ inputAsset: "Dot";
11559
+ depositAmount: bigint;
11560
+ outputAsset: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
11561
+ affiliateFees: {
11562
11562
  account: number;
11563
11563
  bps: number;
11564
11564
  }[];
11565
11565
  refundParams: {
11566
11566
  retryDuration: number;
11567
- refundAddress: `0x${string}`;
11568
11567
  minPrice: bigint;
11568
+ refundAddress: `0x${string}`;
11569
11569
  };
11570
11570
  boostFee: number;
11571
11571
  depositAddress?: `0x${string}` | null | undefined;
@@ -11628,14 +11628,6 @@ declare const palletCfPolkadotIngressEgressDepositFailedDetailsPolkadot: z.ZodDi
11628
11628
  }, {
11629
11629
  __kind: "DepositFailedVaultVariantPolkadot";
11630
11630
  vaultWitness: {
11631
- depositDetails: number;
11632
- inputAsset: {
11633
- __kind: "Dot";
11634
- };
11635
- depositAmount: string | number;
11636
- outputAsset: {
11637
- __kind: "ArbEth" | "ArbUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc";
11638
- };
11639
11631
  destinationAddress: {
11640
11632
  __kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
11641
11633
  value: string;
@@ -11644,14 +11636,22 @@ declare const palletCfPolkadotIngressEgressDepositFailedDetailsPolkadot: z.ZodDi
11644
11636
  blockNumber: number;
11645
11637
  extrinsicIndex: number;
11646
11638
  };
11639
+ depositDetails: number;
11640
+ inputAsset: {
11641
+ __kind: "Dot";
11642
+ };
11643
+ depositAmount: string | number;
11644
+ outputAsset: {
11645
+ __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
11646
+ };
11647
11647
  affiliateFees: {
11648
11648
  account: number;
11649
11649
  bps: number;
11650
11650
  }[];
11651
11651
  refundParams: {
11652
11652
  retryDuration: number;
11653
- refundAddress: string;
11654
11653
  minPrice: string | number;
11654
+ refundAddress: string;
11655
11655
  };
11656
11656
  boostFee: number;
11657
11657
  depositAddress?: string | null | undefined;
@@ -11880,19 +11880,19 @@ declare const palletCfBitcoinIngressEgressDepositFailedReason: z.ZodDiscriminate
11880
11880
  value: z.ZodEffects<z.ZodObject<{
11881
11881
  __kind: z.ZodEnum<["FundsUnavailable", "OnlyProvider", "BelowMinimum", "CannotCreate", "UnknownAsset", "Frozen", "Unsupported", "CannotCreateHold", "NotExpendable", "Blocked"]>;
11882
11882
  }, "strip", z.ZodTypeAny, {
11883
- __kind: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
11883
+ __kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
11884
11884
  }, {
11885
- __kind: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
11886
- }>, "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked", {
11887
- __kind: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
11885
+ __kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
11886
+ }>, "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked", {
11887
+ __kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
11888
11888
  }>;
11889
11889
  }, "strip", z.ZodTypeAny, {
11890
11890
  __kind: "Token";
11891
- value: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
11891
+ value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
11892
11892
  }, {
11893
11893
  __kind: "Token";
11894
11894
  value: {
11895
- __kind: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
11895
+ __kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
11896
11896
  };
11897
11897
  }>, z.ZodObject<{
11898
11898
  __kind: z.ZodLiteral<"Arithmetic">;
@@ -11979,7 +11979,7 @@ declare const palletCfBitcoinIngressEgressDepositFailedReason: z.ZodDiscriminate
11979
11979
  __kind: "TooManyConsumers";
11980
11980
  } | {
11981
11981
  __kind: "Token";
11982
- value: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
11982
+ value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
11983
11983
  } | {
11984
11984
  __kind: "Arithmetic";
11985
11985
  value: "Underflow" | "Overflow" | "DivisionByZero";
@@ -12018,7 +12018,7 @@ declare const palletCfBitcoinIngressEgressDepositFailedReason: z.ZodDiscriminate
12018
12018
  } | {
12019
12019
  __kind: "Token";
12020
12020
  value: {
12021
- __kind: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
12021
+ __kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
12022
12022
  };
12023
12023
  } | {
12024
12024
  __kind: "Arithmetic";
@@ -12203,6 +12203,7 @@ declare const cfChainsBtcUtxo: z.ZodObject<{
12203
12203
  } | null | undefined;
12204
12204
  }>;
12205
12205
  }, "strip", z.ZodTypeAny, {
12206
+ amount: bigint;
12206
12207
  depositAddress: {
12207
12208
  pubkeyX: `0x${string}`;
12208
12209
  scriptPath?: {
@@ -12214,12 +12215,12 @@ declare const cfChainsBtcUtxo: z.ZodObject<{
12214
12215
  };
12215
12216
  } | null | undefined;
12216
12217
  };
12217
- amount: bigint;
12218
12218
  id: {
12219
12219
  txId: `0x${string}`;
12220
12220
  vout: number;
12221
12221
  };
12222
12222
  }, {
12223
+ amount: string | number;
12223
12224
  depositAddress: {
12224
12225
  pubkeyX: string;
12225
12226
  scriptPath?: {
@@ -12231,7 +12232,6 @@ declare const cfChainsBtcUtxo: z.ZodObject<{
12231
12232
  };
12232
12233
  } | null | undefined;
12233
12234
  };
12234
- amount: string | number;
12235
12235
  id: {
12236
12236
  txId: string;
12237
12237
  vout: number;
@@ -12368,6 +12368,7 @@ declare const palletCfBitcoinIngressEgressDepositWitnessBitcoin: z.ZodObject<{
12368
12368
  } | null | undefined;
12369
12369
  }>;
12370
12370
  }, "strip", z.ZodTypeAny, {
12371
+ amount: bigint;
12371
12372
  depositAddress: {
12372
12373
  pubkeyX: `0x${string}`;
12373
12374
  scriptPath?: {
@@ -12379,12 +12380,12 @@ declare const palletCfBitcoinIngressEgressDepositWitnessBitcoin: z.ZodObject<{
12379
12380
  };
12380
12381
  } | null | undefined;
12381
12382
  };
12382
- amount: bigint;
12383
12383
  id: {
12384
12384
  txId: `0x${string}`;
12385
12385
  vout: number;
12386
12386
  };
12387
12387
  }, {
12388
+ amount: string | number;
12388
12389
  depositAddress: {
12389
12390
  pubkeyX: string;
12390
12391
  scriptPath?: {
@@ -12396,7 +12397,6 @@ declare const palletCfBitcoinIngressEgressDepositWitnessBitcoin: z.ZodObject<{
12396
12397
  };
12397
12398
  } | null | undefined;
12398
12399
  };
12399
- amount: string | number;
12400
12400
  id: {
12401
12401
  txId: string;
12402
12402
  vout: number;
@@ -12404,6 +12404,7 @@ declare const palletCfBitcoinIngressEgressDepositWitnessBitcoin: z.ZodObject<{
12404
12404
  }>;
12405
12405
  }, "strip", z.ZodTypeAny, {
12406
12406
  asset: "Btc";
12407
+ amount: bigint;
12407
12408
  depositAddress: {
12408
12409
  __kind: "P2PKH";
12409
12410
  value: `0x${string}`;
@@ -12424,8 +12425,8 @@ declare const palletCfBitcoinIngressEgressDepositWitnessBitcoin: z.ZodObject<{
12424
12425
  version: number;
12425
12426
  program: `0x${string}`;
12426
12427
  };
12427
- amount: bigint;
12428
12428
  depositDetails: {
12429
+ amount: bigint;
12429
12430
  depositAddress: {
12430
12431
  pubkeyX: `0x${string}`;
12431
12432
  scriptPath?: {
@@ -12437,7 +12438,6 @@ declare const palletCfBitcoinIngressEgressDepositWitnessBitcoin: z.ZodObject<{
12437
12438
  };
12438
12439
  } | null | undefined;
12439
12440
  };
12440
- amount: bigint;
12441
12441
  id: {
12442
12442
  txId: `0x${string}`;
12443
12443
  vout: number;
@@ -12447,6 +12447,7 @@ declare const palletCfBitcoinIngressEgressDepositWitnessBitcoin: z.ZodObject<{
12447
12447
  asset: {
12448
12448
  __kind: "Btc";
12449
12449
  };
12450
+ amount: string | number;
12450
12451
  depositAddress: {
12451
12452
  __kind: "P2PKH";
12452
12453
  value: string;
@@ -12467,8 +12468,8 @@ declare const palletCfBitcoinIngressEgressDepositWitnessBitcoin: z.ZodObject<{
12467
12468
  version: number;
12468
12469
  program: string;
12469
12470
  };
12470
- amount: string | number;
12471
12471
  depositDetails: {
12472
+ amount: string | number;
12472
12473
  depositAddress: {
12473
12474
  pubkeyX: string;
12474
12475
  scriptPath?: {
@@ -12480,7 +12481,6 @@ declare const palletCfBitcoinIngressEgressDepositWitnessBitcoin: z.ZodObject<{
12480
12481
  };
12481
12482
  } | null | undefined;
12482
12483
  };
12483
- amount: string | number;
12484
12484
  id: {
12485
12485
  txId: string;
12486
12486
  vout: number;
@@ -12816,6 +12816,7 @@ declare const cfChainsChannelRefundParametersScriptPubkey: z.ZodObject<{
12816
12816
  minPrice: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
12817
12817
  }, "strip", z.ZodTypeAny, {
12818
12818
  retryDuration: number;
12819
+ minPrice: bigint;
12819
12820
  refundAddress: {
12820
12821
  __kind: "P2PKH";
12821
12822
  value: `0x${string}`;
@@ -12836,9 +12837,9 @@ declare const cfChainsChannelRefundParametersScriptPubkey: z.ZodObject<{
12836
12837
  version: number;
12837
12838
  program: `0x${string}`;
12838
12839
  };
12839
- minPrice: bigint;
12840
12840
  }, {
12841
12841
  retryDuration: number;
12842
+ minPrice: string | number;
12842
12843
  refundAddress: {
12843
12844
  __kind: "P2PKH";
12844
12845
  value: string;
@@ -12859,7 +12860,6 @@ declare const cfChainsChannelRefundParametersScriptPubkey: z.ZodObject<{
12859
12860
  version: number;
12860
12861
  program: string;
12861
12862
  };
12862
- minPrice: string | number;
12863
12863
  }>;
12864
12864
  declare const palletCfBitcoinIngressEgressVaultDepositWitnessBitcoin: z.ZodObject<{
12865
12865
  inputAsset: z.ZodEffects<z.ZodObject<{
@@ -12993,6 +12993,7 @@ declare const palletCfBitcoinIngressEgressVaultDepositWitnessBitcoin: z.ZodObjec
12993
12993
  } | null | undefined;
12994
12994
  }>;
12995
12995
  }, "strip", z.ZodTypeAny, {
12996
+ amount: bigint;
12996
12997
  depositAddress: {
12997
12998
  pubkeyX: `0x${string}`;
12998
12999
  scriptPath?: {
@@ -13004,12 +13005,12 @@ declare const palletCfBitcoinIngressEgressVaultDepositWitnessBitcoin: z.ZodObjec
13004
13005
  };
13005
13006
  } | null | undefined;
13006
13007
  };
13007
- amount: bigint;
13008
13008
  id: {
13009
13009
  txId: `0x${string}`;
13010
13010
  vout: number;
13011
13011
  };
13012
13012
  }, {
13013
+ amount: string | number;
13013
13014
  depositAddress: {
13014
13015
  pubkeyX: string;
13015
13016
  scriptPath?: {
@@ -13021,7 +13022,6 @@ declare const palletCfBitcoinIngressEgressVaultDepositWitnessBitcoin: z.ZodObjec
13021
13022
  };
13022
13023
  } | null | undefined;
13023
13024
  };
13024
- amount: string | number;
13025
13025
  id: {
13026
13026
  txId: string;
13027
13027
  vout: number;
@@ -13030,11 +13030,11 @@ declare const palletCfBitcoinIngressEgressVaultDepositWitnessBitcoin: z.ZodObjec
13030
13030
  outputAsset: z.ZodEffects<z.ZodObject<{
13031
13031
  __kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc", "HubDot", "HubUsdt", "HubUsdc"]>;
13032
13032
  }, "strip", z.ZodTypeAny, {
13033
- __kind: "ArbEth" | "ArbUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc";
13033
+ __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
13034
13034
  }, {
13035
- __kind: "ArbEth" | "ArbUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc";
13036
- }>, "ArbEth" | "ArbUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc", {
13037
- __kind: "ArbEth" | "ArbUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc";
13035
+ __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
13036
+ }>, "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc", {
13037
+ __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
13038
13038
  }>;
13039
13039
  destinationAddress: z.ZodEffects<z.ZodObject<{
13040
13040
  __kind: z.ZodEnum<["Eth", "Dot", "Btc", "Arb", "Sol", "Hub"]>;
@@ -13417,6 +13417,7 @@ declare const palletCfBitcoinIngressEgressVaultDepositWitnessBitcoin: z.ZodObjec
13417
13417
  minPrice: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
13418
13418
  }, "strip", z.ZodTypeAny, {
13419
13419
  retryDuration: number;
13420
+ minPrice: bigint;
13420
13421
  refundAddress: {
13421
13422
  __kind: "P2PKH";
13422
13423
  value: `0x${string}`;
@@ -13437,9 +13438,9 @@ declare const palletCfBitcoinIngressEgressVaultDepositWitnessBitcoin: z.ZodObjec
13437
13438
  version: number;
13438
13439
  program: `0x${string}`;
13439
13440
  };
13440
- minPrice: bigint;
13441
13441
  }, {
13442
13442
  retryDuration: number;
13443
+ minPrice: string | number;
13443
13444
  refundAddress: {
13444
13445
  __kind: "P2PKH";
13445
13446
  value: string;
@@ -13460,7 +13461,6 @@ declare const palletCfBitcoinIngressEgressVaultDepositWitnessBitcoin: z.ZodObjec
13460
13461
  version: number;
13461
13462
  program: string;
13462
13463
  };
13463
- minPrice: string | number;
13464
13464
  }>;
13465
13465
  dcaParams: z.ZodOptional<z.ZodNullable<z.ZodObject<{
13466
13466
  numberOfChunks: z.ZodNumber;
@@ -13474,27 +13474,6 @@ declare const palletCfBitcoinIngressEgressVaultDepositWitnessBitcoin: z.ZodObjec
13474
13474
  }>>>;
13475
13475
  boostFee: z.ZodNumber;
13476
13476
  }, "strip", z.ZodTypeAny, {
13477
- depositDetails: {
13478
- depositAddress: {
13479
- pubkeyX: `0x${string}`;
13480
- scriptPath?: {
13481
- salt: number;
13482
- tweakedPubkeyBytes: `0x${string}`;
13483
- tapleafHash: `0x${string}`;
13484
- unlockScript: {
13485
- bytes: `0x${string}`;
13486
- };
13487
- } | null | undefined;
13488
- };
13489
- amount: bigint;
13490
- id: {
13491
- txId: `0x${string}`;
13492
- vout: number;
13493
- };
13494
- };
13495
- inputAsset: "Btc";
13496
- depositAmount: bigint;
13497
- outputAsset: "ArbEth" | "ArbUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc";
13498
13477
  destinationAddress: {
13499
13478
  readonly chain: "Ethereum";
13500
13479
  readonly address: `0x${string}`;
@@ -13515,12 +13494,34 @@ declare const palletCfBitcoinIngressEgressVaultDepositWitnessBitcoin: z.ZodObjec
13515
13494
  readonly address: string;
13516
13495
  };
13517
13496
  txId: `0x${string}`;
13497
+ depositDetails: {
13498
+ amount: bigint;
13499
+ depositAddress: {
13500
+ pubkeyX: `0x${string}`;
13501
+ scriptPath?: {
13502
+ salt: number;
13503
+ tweakedPubkeyBytes: `0x${string}`;
13504
+ tapleafHash: `0x${string}`;
13505
+ unlockScript: {
13506
+ bytes: `0x${string}`;
13507
+ };
13508
+ } | null | undefined;
13509
+ };
13510
+ id: {
13511
+ txId: `0x${string}`;
13512
+ vout: number;
13513
+ };
13514
+ };
13515
+ inputAsset: "Btc";
13516
+ depositAmount: bigint;
13517
+ outputAsset: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
13518
13518
  affiliateFees: {
13519
13519
  account: number;
13520
13520
  bps: number;
13521
13521
  }[];
13522
13522
  refundParams: {
13523
13523
  retryDuration: number;
13524
+ minPrice: bigint;
13524
13525
  refundAddress: {
13525
13526
  __kind: "P2PKH";
13526
13527
  value: `0x${string}`;
@@ -13541,7 +13542,6 @@ declare const palletCfBitcoinIngressEgressVaultDepositWitnessBitcoin: z.ZodObjec
13541
13542
  version: number;
13542
13543
  program: `0x${string}`;
13543
13544
  };
13544
- minPrice: bigint;
13545
13545
  };
13546
13546
  boostFee: number;
13547
13547
  depositAddress?: {
@@ -13620,7 +13620,13 @@ declare const palletCfBitcoinIngressEgressVaultDepositWitnessBitcoin: z.ZodObjec
13620
13620
  chunkInterval: number;
13621
13621
  } | null | undefined;
13622
13622
  }, {
13623
+ destinationAddress: {
13624
+ __kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
13625
+ value: string;
13626
+ };
13627
+ txId: string;
13623
13628
  depositDetails: {
13629
+ amount: string | number;
13624
13630
  depositAddress: {
13625
13631
  pubkeyX: string;
13626
13632
  scriptPath?: {
@@ -13632,7 +13638,6 @@ declare const palletCfBitcoinIngressEgressVaultDepositWitnessBitcoin: z.ZodObjec
13632
13638
  };
13633
13639
  } | null | undefined;
13634
13640
  };
13635
- amount: string | number;
13636
13641
  id: {
13637
13642
  txId: string;
13638
13643
  vout: number;
@@ -13643,19 +13648,15 @@ declare const palletCfBitcoinIngressEgressVaultDepositWitnessBitcoin: z.ZodObjec
13643
13648
  };
13644
13649
  depositAmount: string | number;
13645
13650
  outputAsset: {
13646
- __kind: "ArbEth" | "ArbUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc";
13647
- };
13648
- destinationAddress: {
13649
- __kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
13650
- value: string;
13651
+ __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
13651
13652
  };
13652
- txId: string;
13653
13653
  affiliateFees: {
13654
13654
  account: number;
13655
13655
  bps: number;
13656
13656
  }[];
13657
13657
  refundParams: {
13658
13658
  retryDuration: number;
13659
+ minPrice: string | number;
13659
13660
  refundAddress: {
13660
13661
  __kind: "P2PKH";
13661
13662
  value: string;
@@ -13676,7 +13677,6 @@ declare const palletCfBitcoinIngressEgressVaultDepositWitnessBitcoin: z.ZodObjec
13676
13677
  version: number;
13677
13678
  program: string;
13678
13679
  };
13679
- minPrice: string | number;
13680
13680
  };
13681
13681
  boostFee: number;
13682
13682
  depositAddress?: {
@@ -13890,6 +13890,7 @@ declare const palletCfBitcoinIngressEgressDepositFailedDetailsBitcoin: z.ZodDisc
13890
13890
  } | null | undefined;
13891
13891
  }>;
13892
13892
  }, "strip", z.ZodTypeAny, {
13893
+ amount: bigint;
13893
13894
  depositAddress: {
13894
13895
  pubkeyX: `0x${string}`;
13895
13896
  scriptPath?: {
@@ -13901,12 +13902,12 @@ declare const palletCfBitcoinIngressEgressDepositFailedDetailsBitcoin: z.ZodDisc
13901
13902
  };
13902
13903
  } | null | undefined;
13903
13904
  };
13904
- amount: bigint;
13905
13905
  id: {
13906
13906
  txId: `0x${string}`;
13907
13907
  vout: number;
13908
13908
  };
13909
13909
  }, {
13910
+ amount: string | number;
13910
13911
  depositAddress: {
13911
13912
  pubkeyX: string;
13912
13913
  scriptPath?: {
@@ -13918,7 +13919,6 @@ declare const palletCfBitcoinIngressEgressDepositFailedDetailsBitcoin: z.ZodDisc
13918
13919
  };
13919
13920
  } | null | undefined;
13920
13921
  };
13921
- amount: string | number;
13922
13922
  id: {
13923
13923
  txId: string;
13924
13924
  vout: number;
@@ -13926,6 +13926,7 @@ declare const palletCfBitcoinIngressEgressDepositFailedDetailsBitcoin: z.ZodDisc
13926
13926
  }>;
13927
13927
  }, "strip", z.ZodTypeAny, {
13928
13928
  asset: "Btc";
13929
+ amount: bigint;
13929
13930
  depositAddress: {
13930
13931
  __kind: "P2PKH";
13931
13932
  value: `0x${string}`;
@@ -13946,8 +13947,8 @@ declare const palletCfBitcoinIngressEgressDepositFailedDetailsBitcoin: z.ZodDisc
13946
13947
  version: number;
13947
13948
  program: `0x${string}`;
13948
13949
  };
13949
- amount: bigint;
13950
13950
  depositDetails: {
13951
+ amount: bigint;
13951
13952
  depositAddress: {
13952
13953
  pubkeyX: `0x${string}`;
13953
13954
  scriptPath?: {
@@ -13959,7 +13960,6 @@ declare const palletCfBitcoinIngressEgressDepositFailedDetailsBitcoin: z.ZodDisc
13959
13960
  };
13960
13961
  } | null | undefined;
13961
13962
  };
13962
- amount: bigint;
13963
13963
  id: {
13964
13964
  txId: `0x${string}`;
13965
13965
  vout: number;
@@ -13969,6 +13969,7 @@ declare const palletCfBitcoinIngressEgressDepositFailedDetailsBitcoin: z.ZodDisc
13969
13969
  asset: {
13970
13970
  __kind: "Btc";
13971
13971
  };
13972
+ amount: string | number;
13972
13973
  depositAddress: {
13973
13974
  __kind: "P2PKH";
13974
13975
  value: string;
@@ -13989,8 +13990,8 @@ declare const palletCfBitcoinIngressEgressDepositFailedDetailsBitcoin: z.ZodDisc
13989
13990
  version: number;
13990
13991
  program: string;
13991
13992
  };
13992
- amount: string | number;
13993
13993
  depositDetails: {
13994
+ amount: string | number;
13994
13995
  depositAddress: {
13995
13996
  pubkeyX: string;
13996
13997
  scriptPath?: {
@@ -14002,7 +14003,6 @@ declare const palletCfBitcoinIngressEgressDepositFailedDetailsBitcoin: z.ZodDisc
14002
14003
  };
14003
14004
  } | null | undefined;
14004
14005
  };
14005
- amount: string | number;
14006
14006
  id: {
14007
14007
  txId: string;
14008
14008
  vout: number;
@@ -14013,6 +14013,7 @@ declare const palletCfBitcoinIngressEgressDepositFailedDetailsBitcoin: z.ZodDisc
14013
14013
  __kind: "DepositFailedDepositChannelVariantBitcoin";
14014
14014
  depositWitness: {
14015
14015
  asset: "Btc";
14016
+ amount: bigint;
14016
14017
  depositAddress: {
14017
14018
  __kind: "P2PKH";
14018
14019
  value: `0x${string}`;
@@ -14033,8 +14034,8 @@ declare const palletCfBitcoinIngressEgressDepositFailedDetailsBitcoin: z.ZodDisc
14033
14034
  version: number;
14034
14035
  program: `0x${string}`;
14035
14036
  };
14036
- amount: bigint;
14037
14037
  depositDetails: {
14038
+ amount: bigint;
14038
14039
  depositAddress: {
14039
14040
  pubkeyX: `0x${string}`;
14040
14041
  scriptPath?: {
@@ -14046,7 +14047,6 @@ declare const palletCfBitcoinIngressEgressDepositFailedDetailsBitcoin: z.ZodDisc
14046
14047
  };
14047
14048
  } | null | undefined;
14048
14049
  };
14049
- amount: bigint;
14050
14050
  id: {
14051
14051
  txId: `0x${string}`;
14052
14052
  vout: number;
@@ -14059,6 +14059,7 @@ declare const palletCfBitcoinIngressEgressDepositFailedDetailsBitcoin: z.ZodDisc
14059
14059
  asset: {
14060
14060
  __kind: "Btc";
14061
14061
  };
14062
+ amount: string | number;
14062
14063
  depositAddress: {
14063
14064
  __kind: "P2PKH";
14064
14065
  value: string;
@@ -14079,8 +14080,8 @@ declare const palletCfBitcoinIngressEgressDepositFailedDetailsBitcoin: z.ZodDisc
14079
14080
  version: number;
14080
14081
  program: string;
14081
14082
  };
14082
- amount: string | number;
14083
14083
  depositDetails: {
14084
+ amount: string | number;
14084
14085
  depositAddress: {
14085
14086
  pubkeyX: string;
14086
14087
  scriptPath?: {
@@ -14092,7 +14093,6 @@ declare const palletCfBitcoinIngressEgressDepositFailedDetailsBitcoin: z.ZodDisc
14092
14093
  };
14093
14094
  } | null | undefined;
14094
14095
  };
14095
- amount: string | number;
14096
14096
  id: {
14097
14097
  txId: string;
14098
14098
  vout: number;
@@ -14233,6 +14233,7 @@ declare const palletCfBitcoinIngressEgressDepositFailedDetailsBitcoin: z.ZodDisc
14233
14233
  } | null | undefined;
14234
14234
  }>;
14235
14235
  }, "strip", z.ZodTypeAny, {
14236
+ amount: bigint;
14236
14237
  depositAddress: {
14237
14238
  pubkeyX: `0x${string}`;
14238
14239
  scriptPath?: {
@@ -14244,12 +14245,12 @@ declare const palletCfBitcoinIngressEgressDepositFailedDetailsBitcoin: z.ZodDisc
14244
14245
  };
14245
14246
  } | null | undefined;
14246
14247
  };
14247
- amount: bigint;
14248
14248
  id: {
14249
14249
  txId: `0x${string}`;
14250
14250
  vout: number;
14251
14251
  };
14252
14252
  }, {
14253
+ amount: string | number;
14253
14254
  depositAddress: {
14254
14255
  pubkeyX: string;
14255
14256
  scriptPath?: {
@@ -14261,7 +14262,6 @@ declare const palletCfBitcoinIngressEgressDepositFailedDetailsBitcoin: z.ZodDisc
14261
14262
  };
14262
14263
  } | null | undefined;
14263
14264
  };
14264
- amount: string | number;
14265
14265
  id: {
14266
14266
  txId: string;
14267
14267
  vout: number;
@@ -14270,11 +14270,11 @@ declare const palletCfBitcoinIngressEgressDepositFailedDetailsBitcoin: z.ZodDisc
14270
14270
  outputAsset: z.ZodEffects<z.ZodObject<{
14271
14271
  __kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc", "HubDot", "HubUsdt", "HubUsdc"]>;
14272
14272
  }, "strip", z.ZodTypeAny, {
14273
- __kind: "ArbEth" | "ArbUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc";
14273
+ __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
14274
14274
  }, {
14275
- __kind: "ArbEth" | "ArbUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc";
14276
- }>, "ArbEth" | "ArbUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc", {
14277
- __kind: "ArbEth" | "ArbUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc";
14275
+ __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
14276
+ }>, "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc", {
14277
+ __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
14278
14278
  }>;
14279
14279
  destinationAddress: z.ZodEffects<z.ZodObject<{
14280
14280
  __kind: z.ZodEnum<["Eth", "Dot", "Btc", "Arb", "Sol", "Hub"]>;
@@ -14657,6 +14657,7 @@ declare const palletCfBitcoinIngressEgressDepositFailedDetailsBitcoin: z.ZodDisc
14657
14657
  minPrice: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
14658
14658
  }, "strip", z.ZodTypeAny, {
14659
14659
  retryDuration: number;
14660
+ minPrice: bigint;
14660
14661
  refundAddress: {
14661
14662
  __kind: "P2PKH";
14662
14663
  value: `0x${string}`;
@@ -14677,9 +14678,9 @@ declare const palletCfBitcoinIngressEgressDepositFailedDetailsBitcoin: z.ZodDisc
14677
14678
  version: number;
14678
14679
  program: `0x${string}`;
14679
14680
  };
14680
- minPrice: bigint;
14681
14681
  }, {
14682
14682
  retryDuration: number;
14683
+ minPrice: string | number;
14683
14684
  refundAddress: {
14684
14685
  __kind: "P2PKH";
14685
14686
  value: string;
@@ -14700,7 +14701,6 @@ declare const palletCfBitcoinIngressEgressDepositFailedDetailsBitcoin: z.ZodDisc
14700
14701
  version: number;
14701
14702
  program: string;
14702
14703
  };
14703
- minPrice: string | number;
14704
14704
  }>;
14705
14705
  dcaParams: z.ZodOptional<z.ZodNullable<z.ZodObject<{
14706
14706
  numberOfChunks: z.ZodNumber;
@@ -14714,27 +14714,6 @@ declare const palletCfBitcoinIngressEgressDepositFailedDetailsBitcoin: z.ZodDisc
14714
14714
  }>>>;
14715
14715
  boostFee: z.ZodNumber;
14716
14716
  }, "strip", z.ZodTypeAny, {
14717
- depositDetails: {
14718
- depositAddress: {
14719
- pubkeyX: `0x${string}`;
14720
- scriptPath?: {
14721
- salt: number;
14722
- tweakedPubkeyBytes: `0x${string}`;
14723
- tapleafHash: `0x${string}`;
14724
- unlockScript: {
14725
- bytes: `0x${string}`;
14726
- };
14727
- } | null | undefined;
14728
- };
14729
- amount: bigint;
14730
- id: {
14731
- txId: `0x${string}`;
14732
- vout: number;
14733
- };
14734
- };
14735
- inputAsset: "Btc";
14736
- depositAmount: bigint;
14737
- outputAsset: "ArbEth" | "ArbUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc";
14738
14717
  destinationAddress: {
14739
14718
  readonly chain: "Ethereum";
14740
14719
  readonly address: `0x${string}`;
@@ -14755,12 +14734,34 @@ declare const palletCfBitcoinIngressEgressDepositFailedDetailsBitcoin: z.ZodDisc
14755
14734
  readonly address: string;
14756
14735
  };
14757
14736
  txId: `0x${string}`;
14737
+ depositDetails: {
14738
+ amount: bigint;
14739
+ depositAddress: {
14740
+ pubkeyX: `0x${string}`;
14741
+ scriptPath?: {
14742
+ salt: number;
14743
+ tweakedPubkeyBytes: `0x${string}`;
14744
+ tapleafHash: `0x${string}`;
14745
+ unlockScript: {
14746
+ bytes: `0x${string}`;
14747
+ };
14748
+ } | null | undefined;
14749
+ };
14750
+ id: {
14751
+ txId: `0x${string}`;
14752
+ vout: number;
14753
+ };
14754
+ };
14755
+ inputAsset: "Btc";
14756
+ depositAmount: bigint;
14757
+ outputAsset: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
14758
14758
  affiliateFees: {
14759
14759
  account: number;
14760
14760
  bps: number;
14761
14761
  }[];
14762
14762
  refundParams: {
14763
14763
  retryDuration: number;
14764
+ minPrice: bigint;
14764
14765
  refundAddress: {
14765
14766
  __kind: "P2PKH";
14766
14767
  value: `0x${string}`;
@@ -14781,7 +14782,6 @@ declare const palletCfBitcoinIngressEgressDepositFailedDetailsBitcoin: z.ZodDisc
14781
14782
  version: number;
14782
14783
  program: `0x${string}`;
14783
14784
  };
14784
- minPrice: bigint;
14785
14785
  };
14786
14786
  boostFee: number;
14787
14787
  depositAddress?: {
@@ -14860,7 +14860,13 @@ declare const palletCfBitcoinIngressEgressDepositFailedDetailsBitcoin: z.ZodDisc
14860
14860
  chunkInterval: number;
14861
14861
  } | null | undefined;
14862
14862
  }, {
14863
+ destinationAddress: {
14864
+ __kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
14865
+ value: string;
14866
+ };
14867
+ txId: string;
14863
14868
  depositDetails: {
14869
+ amount: string | number;
14864
14870
  depositAddress: {
14865
14871
  pubkeyX: string;
14866
14872
  scriptPath?: {
@@ -14872,7 +14878,6 @@ declare const palletCfBitcoinIngressEgressDepositFailedDetailsBitcoin: z.ZodDisc
14872
14878
  };
14873
14879
  } | null | undefined;
14874
14880
  };
14875
- amount: string | number;
14876
14881
  id: {
14877
14882
  txId: string;
14878
14883
  vout: number;
@@ -14883,19 +14888,15 @@ declare const palletCfBitcoinIngressEgressDepositFailedDetailsBitcoin: z.ZodDisc
14883
14888
  };
14884
14889
  depositAmount: string | number;
14885
14890
  outputAsset: {
14886
- __kind: "ArbEth" | "ArbUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc";
14891
+ __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
14887
14892
  };
14888
- destinationAddress: {
14889
- __kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
14890
- value: string;
14891
- };
14892
- txId: string;
14893
14893
  affiliateFees: {
14894
14894
  account: number;
14895
14895
  bps: number;
14896
14896
  }[];
14897
14897
  refundParams: {
14898
14898
  retryDuration: number;
14899
+ minPrice: string | number;
14899
14900
  refundAddress: {
14900
14901
  __kind: "P2PKH";
14901
14902
  value: string;
@@ -14916,7 +14917,6 @@ declare const palletCfBitcoinIngressEgressDepositFailedDetailsBitcoin: z.ZodDisc
14916
14917
  version: number;
14917
14918
  program: string;
14918
14919
  };
14919
- minPrice: string | number;
14920
14920
  };
14921
14921
  boostFee: number;
14922
14922
  depositAddress?: {
@@ -15000,27 +15000,6 @@ declare const palletCfBitcoinIngressEgressDepositFailedDetailsBitcoin: z.ZodDisc
15000
15000
  }, "strip", z.ZodTypeAny, {
15001
15001
  __kind: "DepositFailedVaultVariantBitcoin";
15002
15002
  vaultWitness: {
15003
- depositDetails: {
15004
- depositAddress: {
15005
- pubkeyX: `0x${string}`;
15006
- scriptPath?: {
15007
- salt: number;
15008
- tweakedPubkeyBytes: `0x${string}`;
15009
- tapleafHash: `0x${string}`;
15010
- unlockScript: {
15011
- bytes: `0x${string}`;
15012
- };
15013
- } | null | undefined;
15014
- };
15015
- amount: bigint;
15016
- id: {
15017
- txId: `0x${string}`;
15018
- vout: number;
15019
- };
15020
- };
15021
- inputAsset: "Btc";
15022
- depositAmount: bigint;
15023
- outputAsset: "ArbEth" | "ArbUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc";
15024
15003
  destinationAddress: {
15025
15004
  readonly chain: "Ethereum";
15026
15005
  readonly address: `0x${string}`;
@@ -15041,12 +15020,34 @@ declare const palletCfBitcoinIngressEgressDepositFailedDetailsBitcoin: z.ZodDisc
15041
15020
  readonly address: string;
15042
15021
  };
15043
15022
  txId: `0x${string}`;
15023
+ depositDetails: {
15024
+ amount: bigint;
15025
+ depositAddress: {
15026
+ pubkeyX: `0x${string}`;
15027
+ scriptPath?: {
15028
+ salt: number;
15029
+ tweakedPubkeyBytes: `0x${string}`;
15030
+ tapleafHash: `0x${string}`;
15031
+ unlockScript: {
15032
+ bytes: `0x${string}`;
15033
+ };
15034
+ } | null | undefined;
15035
+ };
15036
+ id: {
15037
+ txId: `0x${string}`;
15038
+ vout: number;
15039
+ };
15040
+ };
15041
+ inputAsset: "Btc";
15042
+ depositAmount: bigint;
15043
+ outputAsset: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
15044
15044
  affiliateFees: {
15045
15045
  account: number;
15046
15046
  bps: number;
15047
15047
  }[];
15048
15048
  refundParams: {
15049
15049
  retryDuration: number;
15050
+ minPrice: bigint;
15050
15051
  refundAddress: {
15051
15052
  __kind: "P2PKH";
15052
15053
  value: `0x${string}`;
@@ -15067,7 +15068,6 @@ declare const palletCfBitcoinIngressEgressDepositFailedDetailsBitcoin: z.ZodDisc
15067
15068
  version: number;
15068
15069
  program: `0x${string}`;
15069
15070
  };
15070
- minPrice: bigint;
15071
15071
  };
15072
15072
  boostFee: number;
15073
15073
  depositAddress?: {
@@ -15149,7 +15149,13 @@ declare const palletCfBitcoinIngressEgressDepositFailedDetailsBitcoin: z.ZodDisc
15149
15149
  }, {
15150
15150
  __kind: "DepositFailedVaultVariantBitcoin";
15151
15151
  vaultWitness: {
15152
+ destinationAddress: {
15153
+ __kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
15154
+ value: string;
15155
+ };
15156
+ txId: string;
15152
15157
  depositDetails: {
15158
+ amount: string | number;
15153
15159
  depositAddress: {
15154
15160
  pubkeyX: string;
15155
15161
  scriptPath?: {
@@ -15161,7 +15167,6 @@ declare const palletCfBitcoinIngressEgressDepositFailedDetailsBitcoin: z.ZodDisc
15161
15167
  };
15162
15168
  } | null | undefined;
15163
15169
  };
15164
- amount: string | number;
15165
15170
  id: {
15166
15171
  txId: string;
15167
15172
  vout: number;
@@ -15172,19 +15177,15 @@ declare const palletCfBitcoinIngressEgressDepositFailedDetailsBitcoin: z.ZodDisc
15172
15177
  };
15173
15178
  depositAmount: string | number;
15174
15179
  outputAsset: {
15175
- __kind: "ArbEth" | "ArbUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc";
15180
+ __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
15176
15181
  };
15177
- destinationAddress: {
15178
- __kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
15179
- value: string;
15180
- };
15181
- txId: string;
15182
15182
  affiliateFees: {
15183
15183
  account: number;
15184
15184
  bps: number;
15185
15185
  }[];
15186
15186
  refundParams: {
15187
15187
  retryDuration: number;
15188
+ minPrice: string | number;
15188
15189
  refundAddress: {
15189
15190
  __kind: "P2PKH";
15190
15191
  value: string;
@@ -15205,7 +15206,6 @@ declare const palletCfBitcoinIngressEgressDepositFailedDetailsBitcoin: z.ZodDisc
15205
15206
  version: number;
15206
15207
  program: string;
15207
15208
  };
15208
- minPrice: string | number;
15209
15209
  };
15210
15210
  boostFee: number;
15211
15211
  depositAddress?: {
@@ -15453,19 +15453,19 @@ declare const palletCfArbitrumIngressEgressDepositFailedReason: z.ZodDiscriminat
15453
15453
  value: z.ZodEffects<z.ZodObject<{
15454
15454
  __kind: z.ZodEnum<["FundsUnavailable", "OnlyProvider", "BelowMinimum", "CannotCreate", "UnknownAsset", "Frozen", "Unsupported", "CannotCreateHold", "NotExpendable", "Blocked"]>;
15455
15455
  }, "strip", z.ZodTypeAny, {
15456
- __kind: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
15456
+ __kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
15457
15457
  }, {
15458
- __kind: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
15459
- }>, "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked", {
15460
- __kind: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
15458
+ __kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
15459
+ }>, "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked", {
15460
+ __kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
15461
15461
  }>;
15462
15462
  }, "strip", z.ZodTypeAny, {
15463
15463
  __kind: "Token";
15464
- value: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
15464
+ value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
15465
15465
  }, {
15466
15466
  __kind: "Token";
15467
15467
  value: {
15468
- __kind: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
15468
+ __kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
15469
15469
  };
15470
15470
  }>, z.ZodObject<{
15471
15471
  __kind: z.ZodLiteral<"Arithmetic">;
@@ -15552,7 +15552,7 @@ declare const palletCfArbitrumIngressEgressDepositFailedReason: z.ZodDiscriminat
15552
15552
  __kind: "TooManyConsumers";
15553
15553
  } | {
15554
15554
  __kind: "Token";
15555
- value: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
15555
+ value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
15556
15556
  } | {
15557
15557
  __kind: "Arithmetic";
15558
15558
  value: "Underflow" | "Overflow" | "DivisionByZero";
@@ -15591,7 +15591,7 @@ declare const palletCfArbitrumIngressEgressDepositFailedReason: z.ZodDiscriminat
15591
15591
  } | {
15592
15592
  __kind: "Token";
15593
15593
  value: {
15594
- __kind: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
15594
+ __kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
15595
15595
  };
15596
15596
  } | {
15597
15597
  __kind: "Arithmetic";
@@ -15643,8 +15643,8 @@ declare const palletCfArbitrumIngressEgressDepositWitnessArbitrum: z.ZodObject<{
15643
15643
  }>;
15644
15644
  }, "strip", z.ZodTypeAny, {
15645
15645
  asset: "ArbEth" | "ArbUsdc";
15646
- depositAddress: `0x${string}`;
15647
15646
  amount: bigint;
15647
+ depositAddress: `0x${string}`;
15648
15648
  depositDetails: {
15649
15649
  txHashes?: `0x${string}`[] | null | undefined;
15650
15650
  };
@@ -15652,8 +15652,8 @@ declare const palletCfArbitrumIngressEgressDepositWitnessArbitrum: z.ZodObject<{
15652
15652
  asset: {
15653
15653
  __kind: "ArbEth" | "ArbUsdc";
15654
15654
  };
15655
- depositAddress: string;
15656
15655
  amount: string | number;
15656
+ depositAddress: string;
15657
15657
  depositDetails: {
15658
15658
  txHashes?: string[] | null | undefined;
15659
15659
  };
@@ -15947,11 +15947,11 @@ declare const palletCfArbitrumIngressEgressVaultDepositWitnessArbitrum: z.ZodObj
15947
15947
  outputAsset: z.ZodEffects<z.ZodObject<{
15948
15948
  __kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc", "HubDot", "HubUsdt", "HubUsdc"]>;
15949
15949
  }, "strip", z.ZodTypeAny, {
15950
- __kind: "ArbEth" | "ArbUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc";
15950
+ __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
15951
15951
  }, {
15952
- __kind: "ArbEth" | "ArbUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc";
15953
- }>, "ArbEth" | "ArbUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc", {
15954
- __kind: "ArbEth" | "ArbUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc";
15952
+ __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
15953
+ }>, "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc", {
15954
+ __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
15955
15955
  }>;
15956
15956
  destinationAddress: z.ZodEffects<z.ZodObject<{
15957
15957
  __kind: z.ZodEnum<["Eth", "Dot", "Btc", "Arb", "Sol", "Hub"]>;
@@ -16277,12 +16277,12 @@ declare const palletCfArbitrumIngressEgressVaultDepositWitnessArbitrum: z.ZodObj
16277
16277
  minPrice: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
16278
16278
  }, "strip", z.ZodTypeAny, {
16279
16279
  retryDuration: number;
16280
- refundAddress: `0x${string}`;
16281
16280
  minPrice: bigint;
16281
+ refundAddress: `0x${string}`;
16282
16282
  }, {
16283
16283
  retryDuration: number;
16284
- refundAddress: string;
16285
16284
  minPrice: string | number;
16285
+ refundAddress: string;
16286
16286
  }>;
16287
16287
  dcaParams: z.ZodOptional<z.ZodNullable<z.ZodObject<{
16288
16288
  numberOfChunks: z.ZodNumber;
@@ -16296,12 +16296,6 @@ declare const palletCfArbitrumIngressEgressVaultDepositWitnessArbitrum: z.ZodObj
16296
16296
  }>>>;
16297
16297
  boostFee: z.ZodNumber;
16298
16298
  }, "strip", z.ZodTypeAny, {
16299
- depositDetails: {
16300
- txHashes?: `0x${string}`[] | null | undefined;
16301
- };
16302
- inputAsset: "ArbEth" | "ArbUsdc";
16303
- depositAmount: bigint;
16304
- outputAsset: "ArbEth" | "ArbUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc";
16305
16299
  destinationAddress: {
16306
16300
  readonly chain: "Ethereum";
16307
16301
  readonly address: `0x${string}`;
@@ -16322,14 +16316,20 @@ declare const palletCfArbitrumIngressEgressVaultDepositWitnessArbitrum: z.ZodObj
16322
16316
  readonly address: string;
16323
16317
  };
16324
16318
  txId: `0x${string}`;
16319
+ depositDetails: {
16320
+ txHashes?: `0x${string}`[] | null | undefined;
16321
+ };
16322
+ inputAsset: "ArbEth" | "ArbUsdc";
16323
+ depositAmount: bigint;
16324
+ outputAsset: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
16325
16325
  affiliateFees: {
16326
16326
  account: number;
16327
16327
  bps: number;
16328
16328
  }[];
16329
16329
  refundParams: {
16330
16330
  retryDuration: number;
16331
- refundAddress: `0x${string}`;
16332
16331
  minPrice: bigint;
16332
+ refundAddress: `0x${string}`;
16333
16333
  };
16334
16334
  boostFee: number;
16335
16335
  depositAddress?: `0x${string}` | null | undefined;
@@ -16389,6 +16389,11 @@ declare const palletCfArbitrumIngressEgressVaultDepositWitnessArbitrum: z.ZodObj
16389
16389
  chunkInterval: number;
16390
16390
  } | null | undefined;
16391
16391
  }, {
16392
+ destinationAddress: {
16393
+ __kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
16394
+ value: string;
16395
+ };
16396
+ txId: string;
16392
16397
  depositDetails: {
16393
16398
  txHashes?: string[] | null | undefined;
16394
16399
  };
@@ -16397,21 +16402,16 @@ declare const palletCfArbitrumIngressEgressVaultDepositWitnessArbitrum: z.ZodObj
16397
16402
  };
16398
16403
  depositAmount: string | number;
16399
16404
  outputAsset: {
16400
- __kind: "ArbEth" | "ArbUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc";
16401
- };
16402
- destinationAddress: {
16403
- __kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
16404
- value: string;
16405
+ __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
16405
16406
  };
16406
- txId: string;
16407
16407
  affiliateFees: {
16408
16408
  account: number;
16409
16409
  bps: number;
16410
16410
  }[];
16411
16411
  refundParams: {
16412
16412
  retryDuration: number;
16413
- refundAddress: string;
16414
16413
  minPrice: string | number;
16414
+ refundAddress: string;
16415
16415
  };
16416
16416
  boostFee: number;
16417
16417
  depositAddress?: string | null | undefined;
@@ -16496,8 +16496,8 @@ declare const palletCfArbitrumIngressEgressDepositFailedDetailsArbitrum: z.ZodDi
16496
16496
  }>;
16497
16497
  }, "strip", z.ZodTypeAny, {
16498
16498
  asset: "ArbEth" | "ArbUsdc";
16499
- depositAddress: `0x${string}`;
16500
16499
  amount: bigint;
16500
+ depositAddress: `0x${string}`;
16501
16501
  depositDetails: {
16502
16502
  txHashes?: `0x${string}`[] | null | undefined;
16503
16503
  };
@@ -16505,8 +16505,8 @@ declare const palletCfArbitrumIngressEgressDepositFailedDetailsArbitrum: z.ZodDi
16505
16505
  asset: {
16506
16506
  __kind: "ArbEth" | "ArbUsdc";
16507
16507
  };
16508
- depositAddress: string;
16509
16508
  amount: string | number;
16509
+ depositAddress: string;
16510
16510
  depositDetails: {
16511
16511
  txHashes?: string[] | null | undefined;
16512
16512
  };
@@ -16515,8 +16515,8 @@ declare const palletCfArbitrumIngressEgressDepositFailedDetailsArbitrum: z.ZodDi
16515
16515
  __kind: "DepositFailedDepositChannelVariantArbitrum";
16516
16516
  depositWitness: {
16517
16517
  asset: "ArbEth" | "ArbUsdc";
16518
- depositAddress: `0x${string}`;
16519
16518
  amount: bigint;
16519
+ depositAddress: `0x${string}`;
16520
16520
  depositDetails: {
16521
16521
  txHashes?: `0x${string}`[] | null | undefined;
16522
16522
  };
@@ -16527,8 +16527,8 @@ declare const palletCfArbitrumIngressEgressDepositFailedDetailsArbitrum: z.ZodDi
16527
16527
  asset: {
16528
16528
  __kind: "ArbEth" | "ArbUsdc";
16529
16529
  };
16530
- depositAddress: string;
16531
16530
  amount: string | number;
16531
+ depositAddress: string;
16532
16532
  depositDetails: {
16533
16533
  txHashes?: string[] | null | undefined;
16534
16534
  };
@@ -16558,11 +16558,11 @@ declare const palletCfArbitrumIngressEgressDepositFailedDetailsArbitrum: z.ZodDi
16558
16558
  outputAsset: z.ZodEffects<z.ZodObject<{
16559
16559
  __kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc", "HubDot", "HubUsdt", "HubUsdc"]>;
16560
16560
  }, "strip", z.ZodTypeAny, {
16561
- __kind: "ArbEth" | "ArbUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc";
16561
+ __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
16562
16562
  }, {
16563
- __kind: "ArbEth" | "ArbUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc";
16564
- }>, "ArbEth" | "ArbUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc", {
16565
- __kind: "ArbEth" | "ArbUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc";
16563
+ __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
16564
+ }>, "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc", {
16565
+ __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
16566
16566
  }>;
16567
16567
  destinationAddress: z.ZodEffects<z.ZodObject<{
16568
16568
  __kind: z.ZodEnum<["Eth", "Dot", "Btc", "Arb", "Sol", "Hub"]>;
@@ -16888,12 +16888,12 @@ declare const palletCfArbitrumIngressEgressDepositFailedDetailsArbitrum: z.ZodDi
16888
16888
  minPrice: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
16889
16889
  }, "strip", z.ZodTypeAny, {
16890
16890
  retryDuration: number;
16891
- refundAddress: `0x${string}`;
16892
16891
  minPrice: bigint;
16892
+ refundAddress: `0x${string}`;
16893
16893
  }, {
16894
16894
  retryDuration: number;
16895
- refundAddress: string;
16896
16895
  minPrice: string | number;
16896
+ refundAddress: string;
16897
16897
  }>;
16898
16898
  dcaParams: z.ZodOptional<z.ZodNullable<z.ZodObject<{
16899
16899
  numberOfChunks: z.ZodNumber;
@@ -16907,12 +16907,6 @@ declare const palletCfArbitrumIngressEgressDepositFailedDetailsArbitrum: z.ZodDi
16907
16907
  }>>>;
16908
16908
  boostFee: z.ZodNumber;
16909
16909
  }, "strip", z.ZodTypeAny, {
16910
- depositDetails: {
16911
- txHashes?: `0x${string}`[] | null | undefined;
16912
- };
16913
- inputAsset: "ArbEth" | "ArbUsdc";
16914
- depositAmount: bigint;
16915
- outputAsset: "ArbEth" | "ArbUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc";
16916
16910
  destinationAddress: {
16917
16911
  readonly chain: "Ethereum";
16918
16912
  readonly address: `0x${string}`;
@@ -16933,14 +16927,20 @@ declare const palletCfArbitrumIngressEgressDepositFailedDetailsArbitrum: z.ZodDi
16933
16927
  readonly address: string;
16934
16928
  };
16935
16929
  txId: `0x${string}`;
16930
+ depositDetails: {
16931
+ txHashes?: `0x${string}`[] | null | undefined;
16932
+ };
16933
+ inputAsset: "ArbEth" | "ArbUsdc";
16934
+ depositAmount: bigint;
16935
+ outputAsset: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
16936
16936
  affiliateFees: {
16937
16937
  account: number;
16938
16938
  bps: number;
16939
16939
  }[];
16940
16940
  refundParams: {
16941
16941
  retryDuration: number;
16942
- refundAddress: `0x${string}`;
16943
16942
  minPrice: bigint;
16943
+ refundAddress: `0x${string}`;
16944
16944
  };
16945
16945
  boostFee: number;
16946
16946
  depositAddress?: `0x${string}` | null | undefined;
@@ -17000,6 +17000,11 @@ declare const palletCfArbitrumIngressEgressDepositFailedDetailsArbitrum: z.ZodDi
17000
17000
  chunkInterval: number;
17001
17001
  } | null | undefined;
17002
17002
  }, {
17003
+ destinationAddress: {
17004
+ __kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
17005
+ value: string;
17006
+ };
17007
+ txId: string;
17003
17008
  depositDetails: {
17004
17009
  txHashes?: string[] | null | undefined;
17005
17010
  };
@@ -17008,21 +17013,16 @@ declare const palletCfArbitrumIngressEgressDepositFailedDetailsArbitrum: z.ZodDi
17008
17013
  };
17009
17014
  depositAmount: string | number;
17010
17015
  outputAsset: {
17011
- __kind: "ArbEth" | "ArbUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc";
17012
- };
17013
- destinationAddress: {
17014
- __kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
17015
- value: string;
17016
+ __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
17016
17017
  };
17017
- txId: string;
17018
17018
  affiliateFees: {
17019
17019
  account: number;
17020
17020
  bps: number;
17021
17021
  }[];
17022
17022
  refundParams: {
17023
17023
  retryDuration: number;
17024
- refundAddress: string;
17025
17024
  minPrice: string | number;
17025
+ refundAddress: string;
17026
17026
  };
17027
17027
  boostFee: number;
17028
17028
  depositAddress?: string | null | undefined;
@@ -17087,12 +17087,6 @@ declare const palletCfArbitrumIngressEgressDepositFailedDetailsArbitrum: z.ZodDi
17087
17087
  }, "strip", z.ZodTypeAny, {
17088
17088
  __kind: "DepositFailedVaultVariantArbitrum";
17089
17089
  vaultWitness: {
17090
- depositDetails: {
17091
- txHashes?: `0x${string}`[] | null | undefined;
17092
- };
17093
- inputAsset: "ArbEth" | "ArbUsdc";
17094
- depositAmount: bigint;
17095
- outputAsset: "ArbEth" | "ArbUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc";
17096
17090
  destinationAddress: {
17097
17091
  readonly chain: "Ethereum";
17098
17092
  readonly address: `0x${string}`;
@@ -17113,14 +17107,20 @@ declare const palletCfArbitrumIngressEgressDepositFailedDetailsArbitrum: z.ZodDi
17113
17107
  readonly address: string;
17114
17108
  };
17115
17109
  txId: `0x${string}`;
17110
+ depositDetails: {
17111
+ txHashes?: `0x${string}`[] | null | undefined;
17112
+ };
17113
+ inputAsset: "ArbEth" | "ArbUsdc";
17114
+ depositAmount: bigint;
17115
+ outputAsset: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
17116
17116
  affiliateFees: {
17117
17117
  account: number;
17118
17118
  bps: number;
17119
17119
  }[];
17120
17120
  refundParams: {
17121
17121
  retryDuration: number;
17122
- refundAddress: `0x${string}`;
17123
17122
  minPrice: bigint;
17123
+ refundAddress: `0x${string}`;
17124
17124
  };
17125
17125
  boostFee: number;
17126
17126
  depositAddress?: `0x${string}` | null | undefined;
@@ -17183,6 +17183,11 @@ declare const palletCfArbitrumIngressEgressDepositFailedDetailsArbitrum: z.ZodDi
17183
17183
  }, {
17184
17184
  __kind: "DepositFailedVaultVariantArbitrum";
17185
17185
  vaultWitness: {
17186
+ destinationAddress: {
17187
+ __kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
17188
+ value: string;
17189
+ };
17190
+ txId: string;
17186
17191
  depositDetails: {
17187
17192
  txHashes?: string[] | null | undefined;
17188
17193
  };
@@ -17191,21 +17196,16 @@ declare const palletCfArbitrumIngressEgressDepositFailedDetailsArbitrum: z.ZodDi
17191
17196
  };
17192
17197
  depositAmount: string | number;
17193
17198
  outputAsset: {
17194
- __kind: "ArbEth" | "ArbUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc";
17195
- };
17196
- destinationAddress: {
17197
- __kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
17198
- value: string;
17199
+ __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
17199
17200
  };
17200
- txId: string;
17201
17201
  affiliateFees: {
17202
17202
  account: number;
17203
17203
  bps: number;
17204
17204
  }[];
17205
17205
  refundParams: {
17206
17206
  retryDuration: number;
17207
- refundAddress: string;
17208
17207
  minPrice: string | number;
17208
+ refundAddress: string;
17209
17209
  };
17210
17210
  boostFee: number;
17211
17211
  depositAddress?: string | null | undefined;
@@ -17434,19 +17434,19 @@ declare const palletCfSolanaIngressEgressDepositFailedReason: z.ZodDiscriminated
17434
17434
  value: z.ZodEffects<z.ZodObject<{
17435
17435
  __kind: z.ZodEnum<["FundsUnavailable", "OnlyProvider", "BelowMinimum", "CannotCreate", "UnknownAsset", "Frozen", "Unsupported", "CannotCreateHold", "NotExpendable", "Blocked"]>;
17436
17436
  }, "strip", z.ZodTypeAny, {
17437
- __kind: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
17437
+ __kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
17438
17438
  }, {
17439
- __kind: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
17440
- }>, "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked", {
17441
- __kind: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
17439
+ __kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
17440
+ }>, "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked", {
17441
+ __kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
17442
17442
  }>;
17443
17443
  }, "strip", z.ZodTypeAny, {
17444
17444
  __kind: "Token";
17445
- value: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
17445
+ value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
17446
17446
  }, {
17447
17447
  __kind: "Token";
17448
17448
  value: {
17449
- __kind: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
17449
+ __kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
17450
17450
  };
17451
17451
  }>, z.ZodObject<{
17452
17452
  __kind: z.ZodLiteral<"Arithmetic">;
@@ -17533,7 +17533,7 @@ declare const palletCfSolanaIngressEgressDepositFailedReason: z.ZodDiscriminated
17533
17533
  __kind: "TooManyConsumers";
17534
17534
  } | {
17535
17535
  __kind: "Token";
17536
- value: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
17536
+ value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
17537
17537
  } | {
17538
17538
  __kind: "Arithmetic";
17539
17539
  value: "Underflow" | "Overflow" | "DivisionByZero";
@@ -17572,7 +17572,7 @@ declare const palletCfSolanaIngressEgressDepositFailedReason: z.ZodDiscriminated
17572
17572
  } | {
17573
17573
  __kind: "Token";
17574
17574
  value: {
17575
- __kind: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
17575
+ __kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
17576
17576
  };
17577
17577
  } | {
17578
17578
  __kind: "Arithmetic";
@@ -17617,14 +17617,14 @@ declare const palletCfSolanaIngressEgressDepositWitnessSolana: z.ZodObject<{
17617
17617
  amount: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
17618
17618
  }, "strip", z.ZodTypeAny, {
17619
17619
  asset: "Sol" | "SolUsdc";
17620
- depositAddress: `0x${string}`;
17621
17620
  amount: bigint;
17621
+ depositAddress: `0x${string}`;
17622
17622
  }, {
17623
17623
  asset: {
17624
17624
  __kind: "Sol" | "SolUsdc";
17625
17625
  };
17626
- depositAddress: string;
17627
17626
  amount: string | number;
17627
+ depositAddress: string;
17628
17628
  }>;
17629
17629
  declare const cfSolanaChainCcmDepositMetadata: z.ZodObject<{
17630
17630
  channelMetadata: z.ZodObject<{
@@ -17898,12 +17898,12 @@ declare const cfChainsChannelRefundParametersAddress: z.ZodObject<{
17898
17898
  minPrice: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
17899
17899
  }, "strip", z.ZodTypeAny, {
17900
17900
  retryDuration: number;
17901
- refundAddress: `0x${string}`;
17902
17901
  minPrice: bigint;
17902
+ refundAddress: `0x${string}`;
17903
17903
  }, {
17904
17904
  retryDuration: number;
17905
- refundAddress: string;
17906
17905
  minPrice: string | number;
17906
+ refundAddress: string;
17907
17907
  }>;
17908
17908
  declare const palletCfSolanaIngressEgressVaultDepositWitnessSolana: z.ZodObject<{
17909
17909
  inputAsset: z.ZodEffects<z.ZodObject<{
@@ -17921,11 +17921,11 @@ declare const palletCfSolanaIngressEgressVaultDepositWitnessSolana: z.ZodObject<
17921
17921
  outputAsset: z.ZodEffects<z.ZodObject<{
17922
17922
  __kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc", "HubDot", "HubUsdt", "HubUsdc"]>;
17923
17923
  }, "strip", z.ZodTypeAny, {
17924
- __kind: "ArbEth" | "ArbUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc";
17924
+ __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
17925
17925
  }, {
17926
- __kind: "ArbEth" | "ArbUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc";
17927
- }>, "ArbEth" | "ArbUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc", {
17928
- __kind: "ArbEth" | "ArbUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc";
17926
+ __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
17927
+ }>, "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc", {
17928
+ __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
17929
17929
  }>;
17930
17930
  destinationAddress: z.ZodEffects<z.ZodObject<{
17931
17931
  __kind: z.ZodEnum<["Eth", "Dot", "Btc", "Arb", "Sol", "Hub"]>;
@@ -18251,12 +18251,12 @@ declare const palletCfSolanaIngressEgressVaultDepositWitnessSolana: z.ZodObject<
18251
18251
  minPrice: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
18252
18252
  }, "strip", z.ZodTypeAny, {
18253
18253
  retryDuration: number;
18254
- refundAddress: `0x${string}`;
18255
18254
  minPrice: bigint;
18255
+ refundAddress: `0x${string}`;
18256
18256
  }, {
18257
18257
  retryDuration: number;
18258
- refundAddress: string;
18259
18258
  minPrice: string | number;
18259
+ refundAddress: string;
18260
18260
  }>;
18261
18261
  dcaParams: z.ZodOptional<z.ZodNullable<z.ZodObject<{
18262
18262
  numberOfChunks: z.ZodNumber;
@@ -18270,9 +18270,6 @@ declare const palletCfSolanaIngressEgressVaultDepositWitnessSolana: z.ZodObject<
18270
18270
  }>>>;
18271
18271
  boostFee: z.ZodNumber;
18272
18272
  }, "strip", z.ZodTypeAny, {
18273
- inputAsset: "Sol" | "SolUsdc";
18274
- depositAmount: bigint;
18275
- outputAsset: "ArbEth" | "ArbUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc";
18276
18273
  destinationAddress: {
18277
18274
  readonly chain: "Ethereum";
18278
18275
  readonly address: `0x${string}`;
@@ -18293,14 +18290,17 @@ declare const palletCfSolanaIngressEgressVaultDepositWitnessSolana: z.ZodObject<
18293
18290
  readonly address: string;
18294
18291
  };
18295
18292
  txId: [`0x${string}`, bigint];
18293
+ inputAsset: "Sol" | "SolUsdc";
18294
+ depositAmount: bigint;
18295
+ outputAsset: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
18296
18296
  affiliateFees: {
18297
18297
  account: number;
18298
18298
  bps: number;
18299
18299
  }[];
18300
18300
  refundParams: {
18301
18301
  retryDuration: number;
18302
- refundAddress: `0x${string}`;
18303
18302
  minPrice: bigint;
18303
+ refundAddress: `0x${string}`;
18304
18304
  };
18305
18305
  boostFee: number;
18306
18306
  depositAddress?: `0x${string}` | null | undefined;
@@ -18360,26 +18360,26 @@ declare const palletCfSolanaIngressEgressVaultDepositWitnessSolana: z.ZodObject<
18360
18360
  chunkInterval: number;
18361
18361
  } | null | undefined;
18362
18362
  }, {
18363
+ destinationAddress: {
18364
+ __kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
18365
+ value: string;
18366
+ };
18367
+ txId: [string, string | number];
18363
18368
  inputAsset: {
18364
18369
  __kind: "Sol" | "SolUsdc";
18365
18370
  };
18366
18371
  depositAmount: string | number;
18367
18372
  outputAsset: {
18368
- __kind: "ArbEth" | "ArbUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc";
18369
- };
18370
- destinationAddress: {
18371
- __kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
18372
- value: string;
18373
+ __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
18373
18374
  };
18374
- txId: [string, string | number];
18375
18375
  affiliateFees: {
18376
18376
  account: number;
18377
18377
  bps: number;
18378
18378
  }[];
18379
18379
  refundParams: {
18380
18380
  retryDuration: number;
18381
- refundAddress: string;
18382
18381
  minPrice: string | number;
18382
+ refundAddress: string;
18383
18383
  };
18384
18384
  boostFee: number;
18385
18385
  depositAddress?: string | null | undefined;
@@ -18457,21 +18457,21 @@ declare const palletCfSolanaIngressEgressDepositFailedDetailsSolana: z.ZodDiscri
18457
18457
  amount: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
18458
18458
  }, "strip", z.ZodTypeAny, {
18459
18459
  asset: "Sol" | "SolUsdc";
18460
- depositAddress: `0x${string}`;
18461
18460
  amount: bigint;
18461
+ depositAddress: `0x${string}`;
18462
18462
  }, {
18463
18463
  asset: {
18464
18464
  __kind: "Sol" | "SolUsdc";
18465
18465
  };
18466
- depositAddress: string;
18467
18466
  amount: string | number;
18467
+ depositAddress: string;
18468
18468
  }>;
18469
18469
  }, "strip", z.ZodTypeAny, {
18470
18470
  __kind: "DepositFailedDepositChannelVariantSolana";
18471
18471
  depositWitness: {
18472
18472
  asset: "Sol" | "SolUsdc";
18473
- depositAddress: `0x${string}`;
18474
18473
  amount: bigint;
18474
+ depositAddress: `0x${string}`;
18475
18475
  };
18476
18476
  }, {
18477
18477
  __kind: "DepositFailedDepositChannelVariantSolana";
@@ -18479,8 +18479,8 @@ declare const palletCfSolanaIngressEgressDepositFailedDetailsSolana: z.ZodDiscri
18479
18479
  asset: {
18480
18480
  __kind: "Sol" | "SolUsdc";
18481
18481
  };
18482
- depositAddress: string;
18483
18482
  amount: string | number;
18483
+ depositAddress: string;
18484
18484
  };
18485
18485
  }>, z.ZodObject<{
18486
18486
  __kind: z.ZodLiteral<"DepositFailedVaultVariantSolana">;
@@ -18500,11 +18500,11 @@ declare const palletCfSolanaIngressEgressDepositFailedDetailsSolana: z.ZodDiscri
18500
18500
  outputAsset: z.ZodEffects<z.ZodObject<{
18501
18501
  __kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc", "HubDot", "HubUsdt", "HubUsdc"]>;
18502
18502
  }, "strip", z.ZodTypeAny, {
18503
- __kind: "ArbEth" | "ArbUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc";
18503
+ __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
18504
18504
  }, {
18505
- __kind: "ArbEth" | "ArbUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc";
18506
- }>, "ArbEth" | "ArbUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc", {
18507
- __kind: "ArbEth" | "ArbUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc";
18505
+ __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
18506
+ }>, "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc", {
18507
+ __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
18508
18508
  }>;
18509
18509
  destinationAddress: z.ZodEffects<z.ZodObject<{
18510
18510
  __kind: z.ZodEnum<["Eth", "Dot", "Btc", "Arb", "Sol", "Hub"]>;
@@ -18830,12 +18830,12 @@ declare const palletCfSolanaIngressEgressDepositFailedDetailsSolana: z.ZodDiscri
18830
18830
  minPrice: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
18831
18831
  }, "strip", z.ZodTypeAny, {
18832
18832
  retryDuration: number;
18833
- refundAddress: `0x${string}`;
18834
18833
  minPrice: bigint;
18834
+ refundAddress: `0x${string}`;
18835
18835
  }, {
18836
18836
  retryDuration: number;
18837
- refundAddress: string;
18838
18837
  minPrice: string | number;
18838
+ refundAddress: string;
18839
18839
  }>;
18840
18840
  dcaParams: z.ZodOptional<z.ZodNullable<z.ZodObject<{
18841
18841
  numberOfChunks: z.ZodNumber;
@@ -18849,9 +18849,6 @@ declare const palletCfSolanaIngressEgressDepositFailedDetailsSolana: z.ZodDiscri
18849
18849
  }>>>;
18850
18850
  boostFee: z.ZodNumber;
18851
18851
  }, "strip", z.ZodTypeAny, {
18852
- inputAsset: "Sol" | "SolUsdc";
18853
- depositAmount: bigint;
18854
- outputAsset: "ArbEth" | "ArbUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc";
18855
18852
  destinationAddress: {
18856
18853
  readonly chain: "Ethereum";
18857
18854
  readonly address: `0x${string}`;
@@ -18872,14 +18869,17 @@ declare const palletCfSolanaIngressEgressDepositFailedDetailsSolana: z.ZodDiscri
18872
18869
  readonly address: string;
18873
18870
  };
18874
18871
  txId: [`0x${string}`, bigint];
18872
+ inputAsset: "Sol" | "SolUsdc";
18873
+ depositAmount: bigint;
18874
+ outputAsset: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
18875
18875
  affiliateFees: {
18876
18876
  account: number;
18877
18877
  bps: number;
18878
18878
  }[];
18879
18879
  refundParams: {
18880
18880
  retryDuration: number;
18881
- refundAddress: `0x${string}`;
18882
18881
  minPrice: bigint;
18882
+ refundAddress: `0x${string}`;
18883
18883
  };
18884
18884
  boostFee: number;
18885
18885
  depositAddress?: `0x${string}` | null | undefined;
@@ -18939,26 +18939,26 @@ declare const palletCfSolanaIngressEgressDepositFailedDetailsSolana: z.ZodDiscri
18939
18939
  chunkInterval: number;
18940
18940
  } | null | undefined;
18941
18941
  }, {
18942
+ destinationAddress: {
18943
+ __kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
18944
+ value: string;
18945
+ };
18946
+ txId: [string, string | number];
18942
18947
  inputAsset: {
18943
18948
  __kind: "Sol" | "SolUsdc";
18944
18949
  };
18945
18950
  depositAmount: string | number;
18946
18951
  outputAsset: {
18947
- __kind: "ArbEth" | "ArbUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc";
18948
- };
18949
- destinationAddress: {
18950
- __kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
18951
- value: string;
18952
+ __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
18952
18953
  };
18953
- txId: [string, string | number];
18954
18954
  affiliateFees: {
18955
18955
  account: number;
18956
18956
  bps: number;
18957
18957
  }[];
18958
18958
  refundParams: {
18959
18959
  retryDuration: number;
18960
- refundAddress: string;
18961
18960
  minPrice: string | number;
18961
+ refundAddress: string;
18962
18962
  };
18963
18963
  boostFee: number;
18964
18964
  depositAddress?: string | null | undefined;
@@ -19023,9 +19023,6 @@ declare const palletCfSolanaIngressEgressDepositFailedDetailsSolana: z.ZodDiscri
19023
19023
  }, "strip", z.ZodTypeAny, {
19024
19024
  __kind: "DepositFailedVaultVariantSolana";
19025
19025
  vaultWitness: {
19026
- inputAsset: "Sol" | "SolUsdc";
19027
- depositAmount: bigint;
19028
- outputAsset: "ArbEth" | "ArbUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc";
19029
19026
  destinationAddress: {
19030
19027
  readonly chain: "Ethereum";
19031
19028
  readonly address: `0x${string}`;
@@ -19046,14 +19043,17 @@ declare const palletCfSolanaIngressEgressDepositFailedDetailsSolana: z.ZodDiscri
19046
19043
  readonly address: string;
19047
19044
  };
19048
19045
  txId: [`0x${string}`, bigint];
19046
+ inputAsset: "Sol" | "SolUsdc";
19047
+ depositAmount: bigint;
19048
+ outputAsset: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
19049
19049
  affiliateFees: {
19050
19050
  account: number;
19051
19051
  bps: number;
19052
19052
  }[];
19053
19053
  refundParams: {
19054
19054
  retryDuration: number;
19055
- refundAddress: `0x${string}`;
19056
19055
  minPrice: bigint;
19056
+ refundAddress: `0x${string}`;
19057
19057
  };
19058
19058
  boostFee: number;
19059
19059
  depositAddress?: `0x${string}` | null | undefined;
@@ -19116,26 +19116,26 @@ declare const palletCfSolanaIngressEgressDepositFailedDetailsSolana: z.ZodDiscri
19116
19116
  }, {
19117
19117
  __kind: "DepositFailedVaultVariantSolana";
19118
19118
  vaultWitness: {
19119
+ destinationAddress: {
19120
+ __kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
19121
+ value: string;
19122
+ };
19123
+ txId: [string, string | number];
19119
19124
  inputAsset: {
19120
19125
  __kind: "Sol" | "SolUsdc";
19121
19126
  };
19122
19127
  depositAmount: string | number;
19123
19128
  outputAsset: {
19124
- __kind: "ArbEth" | "ArbUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc";
19125
- };
19126
- destinationAddress: {
19127
- __kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
19128
- value: string;
19129
+ __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
19129
19130
  };
19130
- txId: [string, string | number];
19131
19131
  affiliateFees: {
19132
19132
  account: number;
19133
19133
  bps: number;
19134
19134
  }[];
19135
19135
  refundParams: {
19136
19136
  retryDuration: number;
19137
- refundAddress: string;
19138
19137
  minPrice: string | number;
19138
+ refundAddress: string;
19139
19139
  };
19140
19140
  boostFee: number;
19141
19141
  depositAddress?: string | null | undefined;
@@ -19413,19 +19413,19 @@ declare const palletCfAssethubIngressEgressDepositFailedReason: z.ZodDiscriminat
19413
19413
  value: z.ZodEffects<z.ZodObject<{
19414
19414
  __kind: z.ZodEnum<["FundsUnavailable", "OnlyProvider", "BelowMinimum", "CannotCreate", "UnknownAsset", "Frozen", "Unsupported", "CannotCreateHold", "NotExpendable", "Blocked"]>;
19415
19415
  }, "strip", z.ZodTypeAny, {
19416
- __kind: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
19416
+ __kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
19417
19417
  }, {
19418
- __kind: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
19419
- }>, "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked", {
19420
- __kind: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
19418
+ __kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
19419
+ }>, "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked", {
19420
+ __kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
19421
19421
  }>;
19422
19422
  }, "strip", z.ZodTypeAny, {
19423
19423
  __kind: "Token";
19424
- value: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
19424
+ value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
19425
19425
  }, {
19426
19426
  __kind: "Token";
19427
19427
  value: {
19428
- __kind: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
19428
+ __kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
19429
19429
  };
19430
19430
  }>, z.ZodObject<{
19431
19431
  __kind: z.ZodLiteral<"Arithmetic">;
@@ -19512,7 +19512,7 @@ declare const palletCfAssethubIngressEgressDepositFailedReason: z.ZodDiscriminat
19512
19512
  __kind: "TooManyConsumers";
19513
19513
  } | {
19514
19514
  __kind: "Token";
19515
- value: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
19515
+ value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
19516
19516
  } | {
19517
19517
  __kind: "Arithmetic";
19518
19518
  value: "Underflow" | "Overflow" | "DivisionByZero";
@@ -19551,7 +19551,7 @@ declare const palletCfAssethubIngressEgressDepositFailedReason: z.ZodDiscriminat
19551
19551
  } | {
19552
19552
  __kind: "Token";
19553
19553
  value: {
19554
- __kind: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
19554
+ __kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
19555
19555
  };
19556
19556
  } | {
19557
19557
  __kind: "Arithmetic";
@@ -19597,15 +19597,15 @@ declare const palletCfAssethubIngressEgressDepositWitnessAssethub: z.ZodObject<{
19597
19597
  depositDetails: z.ZodNumber;
19598
19598
  }, "strip", z.ZodTypeAny, {
19599
19599
  asset: "HubDot" | "HubUsdt" | "HubUsdc";
19600
- depositAddress: `0x${string}`;
19601
19600
  amount: bigint;
19601
+ depositAddress: `0x${string}`;
19602
19602
  depositDetails: number;
19603
19603
  }, {
19604
19604
  asset: {
19605
19605
  __kind: "HubDot" | "HubUsdt" | "HubUsdc";
19606
19606
  };
19607
- depositAddress: string;
19608
19607
  amount: string | number;
19608
+ depositAddress: string;
19609
19609
  depositDetails: number;
19610
19610
  }>;
19611
19611
  declare const cfAssethubChainCcmDepositMetadata: z.ZodObject<{
@@ -19891,11 +19891,11 @@ declare const palletCfAssethubIngressEgressVaultDepositWitnessAssethub: z.ZodObj
19891
19891
  outputAsset: z.ZodEffects<z.ZodObject<{
19892
19892
  __kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc", "HubDot", "HubUsdt", "HubUsdc"]>;
19893
19893
  }, "strip", z.ZodTypeAny, {
19894
- __kind: "ArbEth" | "ArbUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc";
19894
+ __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
19895
19895
  }, {
19896
- __kind: "ArbEth" | "ArbUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc";
19897
- }>, "ArbEth" | "ArbUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc", {
19898
- __kind: "ArbEth" | "ArbUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc";
19896
+ __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
19897
+ }>, "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc", {
19898
+ __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
19899
19899
  }>;
19900
19900
  destinationAddress: z.ZodEffects<z.ZodObject<{
19901
19901
  __kind: z.ZodEnum<["Eth", "Dot", "Btc", "Arb", "Sol", "Hub"]>;
@@ -20230,12 +20230,12 @@ declare const palletCfAssethubIngressEgressVaultDepositWitnessAssethub: z.ZodObj
20230
20230
  minPrice: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
20231
20231
  }, "strip", z.ZodTypeAny, {
20232
20232
  retryDuration: number;
20233
- refundAddress: `0x${string}`;
20234
20233
  minPrice: bigint;
20234
+ refundAddress: `0x${string}`;
20235
20235
  }, {
20236
20236
  retryDuration: number;
20237
- refundAddress: string;
20238
20237
  minPrice: string | number;
20238
+ refundAddress: string;
20239
20239
  }>;
20240
20240
  dcaParams: z.ZodOptional<z.ZodNullable<z.ZodObject<{
20241
20241
  numberOfChunks: z.ZodNumber;
@@ -20249,10 +20249,6 @@ declare const palletCfAssethubIngressEgressVaultDepositWitnessAssethub: z.ZodObj
20249
20249
  }>>>;
20250
20250
  boostFee: z.ZodNumber;
20251
20251
  }, "strip", z.ZodTypeAny, {
20252
- depositDetails: number;
20253
- inputAsset: "HubDot" | "HubUsdt" | "HubUsdc";
20254
- depositAmount: bigint;
20255
- outputAsset: "ArbEth" | "ArbUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc";
20256
20252
  destinationAddress: {
20257
20253
  readonly chain: "Ethereum";
20258
20254
  readonly address: `0x${string}`;
@@ -20276,14 +20272,18 @@ declare const palletCfAssethubIngressEgressVaultDepositWitnessAssethub: z.ZodObj
20276
20272
  blockNumber: number;
20277
20273
  extrinsicIndex: number;
20278
20274
  };
20275
+ depositDetails: number;
20276
+ inputAsset: "HubDot" | "HubUsdt" | "HubUsdc";
20277
+ depositAmount: bigint;
20278
+ outputAsset: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
20279
20279
  affiliateFees: {
20280
20280
  account: number;
20281
20281
  bps: number;
20282
20282
  }[];
20283
20283
  refundParams: {
20284
20284
  retryDuration: number;
20285
- refundAddress: `0x${string}`;
20286
20285
  minPrice: bigint;
20286
+ refundAddress: `0x${string}`;
20287
20287
  };
20288
20288
  boostFee: number;
20289
20289
  depositAddress?: `0x${string}` | null | undefined;
@@ -20343,14 +20343,6 @@ declare const palletCfAssethubIngressEgressVaultDepositWitnessAssethub: z.ZodObj
20343
20343
  chunkInterval: number;
20344
20344
  } | null | undefined;
20345
20345
  }, {
20346
- depositDetails: number;
20347
- inputAsset: {
20348
- __kind: "HubDot" | "HubUsdt" | "HubUsdc";
20349
- };
20350
- depositAmount: string | number;
20351
- outputAsset: {
20352
- __kind: "ArbEth" | "ArbUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc";
20353
- };
20354
20346
  destinationAddress: {
20355
20347
  __kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
20356
20348
  value: string;
@@ -20359,14 +20351,22 @@ declare const palletCfAssethubIngressEgressVaultDepositWitnessAssethub: z.ZodObj
20359
20351
  blockNumber: number;
20360
20352
  extrinsicIndex: number;
20361
20353
  };
20354
+ depositDetails: number;
20355
+ inputAsset: {
20356
+ __kind: "HubDot" | "HubUsdt" | "HubUsdc";
20357
+ };
20358
+ depositAmount: string | number;
20359
+ outputAsset: {
20360
+ __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
20361
+ };
20362
20362
  affiliateFees: {
20363
20363
  account: number;
20364
20364
  bps: number;
20365
20365
  }[];
20366
20366
  refundParams: {
20367
20367
  retryDuration: number;
20368
- refundAddress: string;
20369
20368
  minPrice: string | number;
20369
+ refundAddress: string;
20370
20370
  };
20371
20371
  boostFee: number;
20372
20372
  depositAddress?: string | null | undefined;
@@ -20445,23 +20445,23 @@ declare const palletCfAssethubIngressEgressDepositFailedDetailsAssethub: z.ZodDi
20445
20445
  depositDetails: z.ZodNumber;
20446
20446
  }, "strip", z.ZodTypeAny, {
20447
20447
  asset: "HubDot" | "HubUsdt" | "HubUsdc";
20448
- depositAddress: `0x${string}`;
20449
20448
  amount: bigint;
20449
+ depositAddress: `0x${string}`;
20450
20450
  depositDetails: number;
20451
20451
  }, {
20452
20452
  asset: {
20453
20453
  __kind: "HubDot" | "HubUsdt" | "HubUsdc";
20454
20454
  };
20455
- depositAddress: string;
20456
20455
  amount: string | number;
20456
+ depositAddress: string;
20457
20457
  depositDetails: number;
20458
20458
  }>;
20459
20459
  }, "strip", z.ZodTypeAny, {
20460
20460
  __kind: "DepositFailedDepositChannelVariantAssethub";
20461
20461
  depositWitness: {
20462
20462
  asset: "HubDot" | "HubUsdt" | "HubUsdc";
20463
- depositAddress: `0x${string}`;
20464
20463
  amount: bigint;
20464
+ depositAddress: `0x${string}`;
20465
20465
  depositDetails: number;
20466
20466
  };
20467
20467
  }, {
@@ -20470,8 +20470,8 @@ declare const palletCfAssethubIngressEgressDepositFailedDetailsAssethub: z.ZodDi
20470
20470
  asset: {
20471
20471
  __kind: "HubDot" | "HubUsdt" | "HubUsdc";
20472
20472
  };
20473
- depositAddress: string;
20474
20473
  amount: string | number;
20474
+ depositAddress: string;
20475
20475
  depositDetails: number;
20476
20476
  };
20477
20477
  }>, z.ZodObject<{
@@ -20493,11 +20493,11 @@ declare const palletCfAssethubIngressEgressDepositFailedDetailsAssethub: z.ZodDi
20493
20493
  outputAsset: z.ZodEffects<z.ZodObject<{
20494
20494
  __kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc", "HubDot", "HubUsdt", "HubUsdc"]>;
20495
20495
  }, "strip", z.ZodTypeAny, {
20496
- __kind: "ArbEth" | "ArbUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc";
20496
+ __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
20497
20497
  }, {
20498
- __kind: "ArbEth" | "ArbUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc";
20499
- }>, "ArbEth" | "ArbUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc", {
20500
- __kind: "ArbEth" | "ArbUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc";
20498
+ __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
20499
+ }>, "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc", {
20500
+ __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
20501
20501
  }>;
20502
20502
  destinationAddress: z.ZodEffects<z.ZodObject<{
20503
20503
  __kind: z.ZodEnum<["Eth", "Dot", "Btc", "Arb", "Sol", "Hub"]>;
@@ -20832,12 +20832,12 @@ declare const palletCfAssethubIngressEgressDepositFailedDetailsAssethub: z.ZodDi
20832
20832
  minPrice: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
20833
20833
  }, "strip", z.ZodTypeAny, {
20834
20834
  retryDuration: number;
20835
- refundAddress: `0x${string}`;
20836
20835
  minPrice: bigint;
20836
+ refundAddress: `0x${string}`;
20837
20837
  }, {
20838
20838
  retryDuration: number;
20839
- refundAddress: string;
20840
20839
  minPrice: string | number;
20840
+ refundAddress: string;
20841
20841
  }>;
20842
20842
  dcaParams: z.ZodOptional<z.ZodNullable<z.ZodObject<{
20843
20843
  numberOfChunks: z.ZodNumber;
@@ -20851,10 +20851,6 @@ declare const palletCfAssethubIngressEgressDepositFailedDetailsAssethub: z.ZodDi
20851
20851
  }>>>;
20852
20852
  boostFee: z.ZodNumber;
20853
20853
  }, "strip", z.ZodTypeAny, {
20854
- depositDetails: number;
20855
- inputAsset: "HubDot" | "HubUsdt" | "HubUsdc";
20856
- depositAmount: bigint;
20857
- outputAsset: "ArbEth" | "ArbUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc";
20858
20854
  destinationAddress: {
20859
20855
  readonly chain: "Ethereum";
20860
20856
  readonly address: `0x${string}`;
@@ -20878,14 +20874,18 @@ declare const palletCfAssethubIngressEgressDepositFailedDetailsAssethub: z.ZodDi
20878
20874
  blockNumber: number;
20879
20875
  extrinsicIndex: number;
20880
20876
  };
20877
+ depositDetails: number;
20878
+ inputAsset: "HubDot" | "HubUsdt" | "HubUsdc";
20879
+ depositAmount: bigint;
20880
+ outputAsset: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
20881
20881
  affiliateFees: {
20882
20882
  account: number;
20883
20883
  bps: number;
20884
20884
  }[];
20885
20885
  refundParams: {
20886
20886
  retryDuration: number;
20887
- refundAddress: `0x${string}`;
20888
20887
  minPrice: bigint;
20888
+ refundAddress: `0x${string}`;
20889
20889
  };
20890
20890
  boostFee: number;
20891
20891
  depositAddress?: `0x${string}` | null | undefined;
@@ -20945,14 +20945,6 @@ declare const palletCfAssethubIngressEgressDepositFailedDetailsAssethub: z.ZodDi
20945
20945
  chunkInterval: number;
20946
20946
  } | null | undefined;
20947
20947
  }, {
20948
- depositDetails: number;
20949
- inputAsset: {
20950
- __kind: "HubDot" | "HubUsdt" | "HubUsdc";
20951
- };
20952
- depositAmount: string | number;
20953
- outputAsset: {
20954
- __kind: "ArbEth" | "ArbUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc";
20955
- };
20956
20948
  destinationAddress: {
20957
20949
  __kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
20958
20950
  value: string;
@@ -20961,14 +20953,22 @@ declare const palletCfAssethubIngressEgressDepositFailedDetailsAssethub: z.ZodDi
20961
20953
  blockNumber: number;
20962
20954
  extrinsicIndex: number;
20963
20955
  };
20956
+ depositDetails: number;
20957
+ inputAsset: {
20958
+ __kind: "HubDot" | "HubUsdt" | "HubUsdc";
20959
+ };
20960
+ depositAmount: string | number;
20961
+ outputAsset: {
20962
+ __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
20963
+ };
20964
20964
  affiliateFees: {
20965
20965
  account: number;
20966
20966
  bps: number;
20967
20967
  }[];
20968
20968
  refundParams: {
20969
20969
  retryDuration: number;
20970
- refundAddress: string;
20971
20970
  minPrice: string | number;
20971
+ refundAddress: string;
20972
20972
  };
20973
20973
  boostFee: number;
20974
20974
  depositAddress?: string | null | undefined;
@@ -21033,10 +21033,6 @@ declare const palletCfAssethubIngressEgressDepositFailedDetailsAssethub: z.ZodDi
21033
21033
  }, "strip", z.ZodTypeAny, {
21034
21034
  __kind: "DepositFailedVaultVariantAssethub";
21035
21035
  vaultWitness: {
21036
- depositDetails: number;
21037
- inputAsset: "HubDot" | "HubUsdt" | "HubUsdc";
21038
- depositAmount: bigint;
21039
- outputAsset: "ArbEth" | "ArbUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc";
21040
21036
  destinationAddress: {
21041
21037
  readonly chain: "Ethereum";
21042
21038
  readonly address: `0x${string}`;
@@ -21060,14 +21056,18 @@ declare const palletCfAssethubIngressEgressDepositFailedDetailsAssethub: z.ZodDi
21060
21056
  blockNumber: number;
21061
21057
  extrinsicIndex: number;
21062
21058
  };
21059
+ depositDetails: number;
21060
+ inputAsset: "HubDot" | "HubUsdt" | "HubUsdc";
21061
+ depositAmount: bigint;
21062
+ outputAsset: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
21063
21063
  affiliateFees: {
21064
21064
  account: number;
21065
21065
  bps: number;
21066
21066
  }[];
21067
21067
  refundParams: {
21068
21068
  retryDuration: number;
21069
- refundAddress: `0x${string}`;
21070
21069
  minPrice: bigint;
21070
+ refundAddress: `0x${string}`;
21071
21071
  };
21072
21072
  boostFee: number;
21073
21073
  depositAddress?: `0x${string}` | null | undefined;
@@ -21130,14 +21130,6 @@ declare const palletCfAssethubIngressEgressDepositFailedDetailsAssethub: z.ZodDi
21130
21130
  }, {
21131
21131
  __kind: "DepositFailedVaultVariantAssethub";
21132
21132
  vaultWitness: {
21133
- depositDetails: number;
21134
- inputAsset: {
21135
- __kind: "HubDot" | "HubUsdt" | "HubUsdc";
21136
- };
21137
- depositAmount: string | number;
21138
- outputAsset: {
21139
- __kind: "ArbEth" | "ArbUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc";
21140
- };
21141
21133
  destinationAddress: {
21142
21134
  __kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
21143
21135
  value: string;
@@ -21146,14 +21138,22 @@ declare const palletCfAssethubIngressEgressDepositFailedDetailsAssethub: z.ZodDi
21146
21138
  blockNumber: number;
21147
21139
  extrinsicIndex: number;
21148
21140
  };
21141
+ depositDetails: number;
21142
+ inputAsset: {
21143
+ __kind: "HubDot" | "HubUsdt" | "HubUsdc";
21144
+ };
21145
+ depositAmount: string | number;
21146
+ outputAsset: {
21147
+ __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
21148
+ };
21149
21149
  affiliateFees: {
21150
21150
  account: number;
21151
21151
  bps: number;
21152
21152
  }[];
21153
21153
  refundParams: {
21154
21154
  retryDuration: number;
21155
- refundAddress: string;
21156
21155
  minPrice: string | number;
21156
+ refundAddress: string;
21157
21157
  };
21158
21158
  boostFee: number;
21159
21159
  depositAddress?: string | null | undefined;
@@ -21303,21 +21303,21 @@ declare const palletCfTradingStrategyTradingStrategy: z.ZodDiscriminatedUnion<"_
21303
21303
  baseAsset: z.ZodEffects<z.ZodObject<{
21304
21304
  __kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc", "HubDot", "HubUsdt", "HubUsdc"]>;
21305
21305
  }, "strip", z.ZodTypeAny, {
21306
- __kind: "ArbEth" | "ArbUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc";
21306
+ __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
21307
21307
  }, {
21308
- __kind: "ArbEth" | "ArbUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc";
21309
- }>, "ArbEth" | "ArbUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc", {
21310
- __kind: "ArbEth" | "ArbUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc";
21308
+ __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
21309
+ }>, "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc", {
21310
+ __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
21311
21311
  }>;
21312
21312
  }, "strip", z.ZodTypeAny, {
21313
21313
  __kind: "TickZeroCentered";
21314
21314
  spreadTick: number;
21315
- baseAsset: "ArbEth" | "ArbUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc";
21315
+ baseAsset: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
21316
21316
  }, {
21317
21317
  __kind: "TickZeroCentered";
21318
21318
  spreadTick: number;
21319
21319
  baseAsset: {
21320
- __kind: "ArbEth" | "ArbUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc";
21320
+ __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
21321
21321
  };
21322
21322
  }>, z.ZodObject<{
21323
21323
  __kind: z.ZodLiteral<"SimpleBuySell">;
@@ -21326,21 +21326,21 @@ declare const palletCfTradingStrategyTradingStrategy: z.ZodDiscriminatedUnion<"_
21326
21326
  baseAsset: z.ZodEffects<z.ZodObject<{
21327
21327
  __kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc", "HubDot", "HubUsdt", "HubUsdc"]>;
21328
21328
  }, "strip", z.ZodTypeAny, {
21329
- __kind: "ArbEth" | "ArbUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc";
21329
+ __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
21330
21330
  }, {
21331
- __kind: "ArbEth" | "ArbUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc";
21332
- }>, "ArbEth" | "ArbUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc", {
21333
- __kind: "ArbEth" | "ArbUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc";
21331
+ __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
21332
+ }>, "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc", {
21333
+ __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
21334
21334
  }>;
21335
21335
  }, "strip", z.ZodTypeAny, {
21336
21336
  __kind: "SimpleBuySell";
21337
- baseAsset: "ArbEth" | "ArbUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc";
21337
+ baseAsset: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
21338
21338
  buyTick: number;
21339
21339
  sellTick: number;
21340
21340
  }, {
21341
21341
  __kind: "SimpleBuySell";
21342
21342
  baseAsset: {
21343
- __kind: "ArbEth" | "ArbUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc";
21343
+ __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
21344
21344
  };
21345
21345
  buyTick: number;
21346
21346
  sellTick: number;
@@ -21353,15 +21353,15 @@ declare const palletCfTradingStrategyTradingStrategy: z.ZodDiscriminatedUnion<"_
21353
21353
  baseAsset: z.ZodEffects<z.ZodObject<{
21354
21354
  __kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc", "HubDot", "HubUsdt", "HubUsdc"]>;
21355
21355
  }, "strip", z.ZodTypeAny, {
21356
- __kind: "ArbEth" | "ArbUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc";
21356
+ __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
21357
21357
  }, {
21358
- __kind: "ArbEth" | "ArbUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc";
21359
- }>, "ArbEth" | "ArbUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc", {
21360
- __kind: "ArbEth" | "ArbUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc";
21358
+ __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
21359
+ }>, "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc", {
21360
+ __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
21361
21361
  }>;
21362
21362
  }, "strip", z.ZodTypeAny, {
21363
21363
  __kind: "InventoryBased";
21364
- baseAsset: "ArbEth" | "ArbUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc";
21364
+ baseAsset: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
21365
21365
  minBuyTick: number;
21366
21366
  maxBuyTick: number;
21367
21367
  minSellTick: number;
@@ -21369,7 +21369,7 @@ declare const palletCfTradingStrategyTradingStrategy: z.ZodDiscriminatedUnion<"_
21369
21369
  }, {
21370
21370
  __kind: "InventoryBased";
21371
21371
  baseAsset: {
21372
- __kind: "ArbEth" | "ArbUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc";
21372
+ __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
21373
21373
  };
21374
21374
  minBuyTick: number;
21375
21375
  maxBuyTick: number;
@@ -21390,19 +21390,19 @@ declare const palletCfLendingPoolsBoostPoolId: z.ZodObject<{
21390
21390
  asset: z.ZodEffects<z.ZodObject<{
21391
21391
  __kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc", "HubDot", "HubUsdt", "HubUsdc"]>;
21392
21392
  }, "strip", z.ZodTypeAny, {
21393
- __kind: "ArbEth" | "ArbUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc";
21393
+ __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
21394
21394
  }, {
21395
- __kind: "ArbEth" | "ArbUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc";
21396
- }>, "ArbEth" | "ArbUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc", {
21397
- __kind: "ArbEth" | "ArbUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc";
21395
+ __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
21396
+ }>, "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc", {
21397
+ __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
21398
21398
  }>;
21399
21399
  tier: z.ZodNumber;
21400
21400
  }, "strip", z.ZodTypeAny, {
21401
- asset: "ArbEth" | "ArbUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc";
21401
+ asset: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
21402
21402
  tier: number;
21403
21403
  }, {
21404
21404
  asset: {
21405
- __kind: "ArbEth" | "ArbUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc";
21405
+ __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
21406
21406
  };
21407
21407
  tier: number;
21408
21408
  }>;