@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
@@ -52,11 +52,11 @@ declare const simpleEnum: <U extends string, T extends readonly [U, ...U[]]>(val
52
52
  declare const cfPrimitivesChainsAssetsAnyAsset: z.ZodEffects<z.ZodObject<{
53
53
  __kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc"]>;
54
54
  }, "strip", z.ZodTypeAny, {
55
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
55
+ __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc";
56
56
  }, {
57
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
58
- }>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc", {
59
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
57
+ __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc";
58
+ }>, "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc", {
59
+ __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc";
60
60
  }>;
61
61
  declare const cfChainsAddressEncodedAddress: z.ZodEffects<z.ZodObject<{
62
62
  __kind: z.ZodEnum<["Eth", "Dot", "Btc", "Arb", "Sol"]>;
@@ -207,8 +207,8 @@ declare const cfChainsSwapOrigin: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject
207
207
  readonly address: string;
208
208
  };
209
209
  channelId: bigint;
210
- depositBlockHeight: bigint;
211
210
  brokerId: `cF${string}`;
211
+ depositBlockHeight: bigint;
212
212
  }, {
213
213
  __kind: "DepositChannel";
214
214
  depositAddress: {
@@ -216,8 +216,8 @@ declare const cfChainsSwapOrigin: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject
216
216
  __kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
217
217
  };
218
218
  channelId: string | number;
219
- depositBlockHeight: string | number;
220
219
  brokerId: string;
220
+ depositBlockHeight: string | number;
221
221
  }>, z.ZodObject<{
222
222
  __kind: z.ZodLiteral<"Vault">;
223
223
  txId: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
@@ -712,11 +712,11 @@ declare const cfPrimitivesDcaParameters: z.ZodObject<{
712
712
  declare const cfTraitsSwappingSwapType: z.ZodEffects<z.ZodObject<{
713
713
  __kind: z.ZodEnum<["Swap", "NetworkFee", "IngressEgressFee"]>;
714
714
  }, "strip", z.ZodTypeAny, {
715
- __kind: "NetworkFee" | "IngressEgressFee" | "Swap";
715
+ __kind: "Swap" | "NetworkFee" | "IngressEgressFee";
716
716
  }, {
717
- __kind: "NetworkFee" | "IngressEgressFee" | "Swap";
718
- }>, "NetworkFee" | "IngressEgressFee" | "Swap", {
719
- __kind: "NetworkFee" | "IngressEgressFee" | "Swap";
717
+ __kind: "Swap" | "NetworkFee" | "IngressEgressFee";
718
+ }>, "Swap" | "NetworkFee" | "IngressEgressFee", {
719
+ __kind: "Swap" | "NetworkFee" | "IngressEgressFee";
720
720
  }>;
721
721
  declare const cfPrimitivesChainsAssetsEthAsset: z.ZodEffects<z.ZodObject<{
722
722
  __kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Usdt"]>;
@@ -798,11 +798,11 @@ declare const solPrimPdaPdaError: z.ZodEffects<z.ZodObject<{
798
798
  declare const cfChainsCcmCheckerCcmValidityError: z.ZodEffects<z.ZodObject<{
799
799
  __kind: z.ZodEnum<["CannotDecodeCcmAdditionalData", "CcmIsTooLong", "CcmAdditionalDataContainsInvalidAccounts", "RedundantDataSupplied", "InvalidDestinationAddress"]>;
800
800
  }, "strip", z.ZodTypeAny, {
801
- __kind: "CannotDecodeCcmAdditionalData" | "CcmIsTooLong" | "CcmAdditionalDataContainsInvalidAccounts" | "RedundantDataSupplied" | "InvalidDestinationAddress";
801
+ __kind: "InvalidDestinationAddress" | "CannotDecodeCcmAdditionalData" | "CcmIsTooLong" | "CcmAdditionalDataContainsInvalidAccounts" | "RedundantDataSupplied";
802
802
  }, {
803
- __kind: "CannotDecodeCcmAdditionalData" | "CcmIsTooLong" | "CcmAdditionalDataContainsInvalidAccounts" | "RedundantDataSupplied" | "InvalidDestinationAddress";
804
- }>, "CannotDecodeCcmAdditionalData" | "CcmIsTooLong" | "CcmAdditionalDataContainsInvalidAccounts" | "RedundantDataSupplied" | "InvalidDestinationAddress", {
805
- __kind: "CannotDecodeCcmAdditionalData" | "CcmIsTooLong" | "CcmAdditionalDataContainsInvalidAccounts" | "RedundantDataSupplied" | "InvalidDestinationAddress";
803
+ __kind: "InvalidDestinationAddress" | "CannotDecodeCcmAdditionalData" | "CcmIsTooLong" | "CcmAdditionalDataContainsInvalidAccounts" | "RedundantDataSupplied";
804
+ }>, "InvalidDestinationAddress" | "CannotDecodeCcmAdditionalData" | "CcmIsTooLong" | "CcmAdditionalDataContainsInvalidAccounts" | "RedundantDataSupplied", {
805
+ __kind: "InvalidDestinationAddress" | "CannotDecodeCcmAdditionalData" | "CcmIsTooLong" | "CcmAdditionalDataContainsInvalidAccounts" | "RedundantDataSupplied";
806
806
  }>;
807
807
  declare const cfChainsSolApiSolanaTransactionBuildingError: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
808
808
  __kind: z.ZodLiteral<"CannotLookupApiEnvironment">;
@@ -858,18 +858,18 @@ declare const cfChainsSolApiSolanaTransactionBuildingError: z.ZodDiscriminatedUn
858
858
  value: z.ZodEffects<z.ZodObject<{
859
859
  __kind: z.ZodEnum<["CannotDecodeCcmAdditionalData", "CcmIsTooLong", "CcmAdditionalDataContainsInvalidAccounts", "RedundantDataSupplied", "InvalidDestinationAddress"]>;
860
860
  }, "strip", z.ZodTypeAny, {
861
- __kind: "CannotDecodeCcmAdditionalData" | "CcmIsTooLong" | "CcmAdditionalDataContainsInvalidAccounts" | "RedundantDataSupplied" | "InvalidDestinationAddress";
861
+ __kind: "InvalidDestinationAddress" | "CannotDecodeCcmAdditionalData" | "CcmIsTooLong" | "CcmAdditionalDataContainsInvalidAccounts" | "RedundantDataSupplied";
862
862
  }, {
863
- __kind: "CannotDecodeCcmAdditionalData" | "CcmIsTooLong" | "CcmAdditionalDataContainsInvalidAccounts" | "RedundantDataSupplied" | "InvalidDestinationAddress";
864
- }>, "CannotDecodeCcmAdditionalData" | "CcmIsTooLong" | "CcmAdditionalDataContainsInvalidAccounts" | "RedundantDataSupplied" | "InvalidDestinationAddress", {
865
- __kind: "CannotDecodeCcmAdditionalData" | "CcmIsTooLong" | "CcmAdditionalDataContainsInvalidAccounts" | "RedundantDataSupplied" | "InvalidDestinationAddress";
863
+ __kind: "InvalidDestinationAddress" | "CannotDecodeCcmAdditionalData" | "CcmIsTooLong" | "CcmAdditionalDataContainsInvalidAccounts" | "RedundantDataSupplied";
864
+ }>, "InvalidDestinationAddress" | "CannotDecodeCcmAdditionalData" | "CcmIsTooLong" | "CcmAdditionalDataContainsInvalidAccounts" | "RedundantDataSupplied", {
865
+ __kind: "InvalidDestinationAddress" | "CannotDecodeCcmAdditionalData" | "CcmIsTooLong" | "CcmAdditionalDataContainsInvalidAccounts" | "RedundantDataSupplied";
866
866
  }>;
867
867
  }, "strip", z.ZodTypeAny, {
868
- value: "CannotDecodeCcmAdditionalData" | "CcmIsTooLong" | "CcmAdditionalDataContainsInvalidAccounts" | "RedundantDataSupplied" | "InvalidDestinationAddress";
868
+ value: "InvalidDestinationAddress" | "CannotDecodeCcmAdditionalData" | "CcmIsTooLong" | "CcmAdditionalDataContainsInvalidAccounts" | "RedundantDataSupplied";
869
869
  __kind: "InvalidCcm";
870
870
  }, {
871
871
  value: {
872
- __kind: "CannotDecodeCcmAdditionalData" | "CcmIsTooLong" | "CcmAdditionalDataContainsInvalidAccounts" | "RedundantDataSupplied" | "InvalidDestinationAddress";
872
+ __kind: "InvalidDestinationAddress" | "CannotDecodeCcmAdditionalData" | "CcmIsTooLong" | "CcmAdditionalDataContainsInvalidAccounts" | "RedundantDataSupplied";
873
873
  };
874
874
  __kind: "InvalidCcm";
875
875
  }>, z.ZodObject<{
@@ -1129,18 +1129,18 @@ declare const cfChainsExecutexSwapAndCallError: z.ZodDiscriminatedUnion<"__kind"
1129
1129
  value: z.ZodEffects<z.ZodObject<{
1130
1130
  __kind: z.ZodEnum<["CannotDecodeCcmAdditionalData", "CcmIsTooLong", "CcmAdditionalDataContainsInvalidAccounts", "RedundantDataSupplied", "InvalidDestinationAddress"]>;
1131
1131
  }, "strip", z.ZodTypeAny, {
1132
- __kind: "CannotDecodeCcmAdditionalData" | "CcmIsTooLong" | "CcmAdditionalDataContainsInvalidAccounts" | "RedundantDataSupplied" | "InvalidDestinationAddress";
1132
+ __kind: "InvalidDestinationAddress" | "CannotDecodeCcmAdditionalData" | "CcmIsTooLong" | "CcmAdditionalDataContainsInvalidAccounts" | "RedundantDataSupplied";
1133
1133
  }, {
1134
- __kind: "CannotDecodeCcmAdditionalData" | "CcmIsTooLong" | "CcmAdditionalDataContainsInvalidAccounts" | "RedundantDataSupplied" | "InvalidDestinationAddress";
1135
- }>, "CannotDecodeCcmAdditionalData" | "CcmIsTooLong" | "CcmAdditionalDataContainsInvalidAccounts" | "RedundantDataSupplied" | "InvalidDestinationAddress", {
1136
- __kind: "CannotDecodeCcmAdditionalData" | "CcmIsTooLong" | "CcmAdditionalDataContainsInvalidAccounts" | "RedundantDataSupplied" | "InvalidDestinationAddress";
1134
+ __kind: "InvalidDestinationAddress" | "CannotDecodeCcmAdditionalData" | "CcmIsTooLong" | "CcmAdditionalDataContainsInvalidAccounts" | "RedundantDataSupplied";
1135
+ }>, "InvalidDestinationAddress" | "CannotDecodeCcmAdditionalData" | "CcmIsTooLong" | "CcmAdditionalDataContainsInvalidAccounts" | "RedundantDataSupplied", {
1136
+ __kind: "InvalidDestinationAddress" | "CannotDecodeCcmAdditionalData" | "CcmIsTooLong" | "CcmAdditionalDataContainsInvalidAccounts" | "RedundantDataSupplied";
1137
1137
  }>;
1138
1138
  }, "strip", z.ZodTypeAny, {
1139
- value: "CannotDecodeCcmAdditionalData" | "CcmIsTooLong" | "CcmAdditionalDataContainsInvalidAccounts" | "RedundantDataSupplied" | "InvalidDestinationAddress";
1139
+ value: "InvalidDestinationAddress" | "CannotDecodeCcmAdditionalData" | "CcmIsTooLong" | "CcmAdditionalDataContainsInvalidAccounts" | "RedundantDataSupplied";
1140
1140
  __kind: "InvalidCcm";
1141
1141
  }, {
1142
1142
  value: {
1143
- __kind: "CannotDecodeCcmAdditionalData" | "CcmIsTooLong" | "CcmAdditionalDataContainsInvalidAccounts" | "RedundantDataSupplied" | "InvalidDestinationAddress";
1143
+ __kind: "InvalidDestinationAddress" | "CannotDecodeCcmAdditionalData" | "CcmIsTooLong" | "CcmAdditionalDataContainsInvalidAccounts" | "RedundantDataSupplied";
1144
1144
  };
1145
1145
  __kind: "InvalidCcm";
1146
1146
  }>, z.ZodObject<{
@@ -1174,7 +1174,7 @@ declare const cfChainsExecutexSwapAndCallError: z.ZodDiscriminatedUnion<"__kind"
1174
1174
  value: "NotAValidPoint" | "TooManySeeds" | "SeedTooLarge" | "BumpSeedBadLuck";
1175
1175
  __kind: "FailedToDeriveAddress";
1176
1176
  } | {
1177
- value: "CannotDecodeCcmAdditionalData" | "CcmIsTooLong" | "CcmAdditionalDataContainsInvalidAccounts" | "RedundantDataSupplied" | "InvalidDestinationAddress";
1177
+ value: "InvalidDestinationAddress" | "CannotDecodeCcmAdditionalData" | "CcmIsTooLong" | "CcmAdditionalDataContainsInvalidAccounts" | "RedundantDataSupplied";
1178
1178
  __kind: "InvalidCcm";
1179
1179
  } | {
1180
1180
  __kind: "FailedToSerializeFinalTransaction";
@@ -1201,7 +1201,7 @@ declare const cfChainsExecutexSwapAndCallError: z.ZodDiscriminatedUnion<"__kind"
1201
1201
  __kind: "FailedToDeriveAddress";
1202
1202
  } | {
1203
1203
  value: {
1204
- __kind: "CannotDecodeCcmAdditionalData" | "CcmIsTooLong" | "CcmAdditionalDataContainsInvalidAccounts" | "RedundantDataSupplied" | "InvalidDestinationAddress";
1204
+ __kind: "InvalidDestinationAddress" | "CannotDecodeCcmAdditionalData" | "CcmIsTooLong" | "CcmAdditionalDataContainsInvalidAccounts" | "RedundantDataSupplied";
1205
1205
  };
1206
1206
  __kind: "InvalidCcm";
1207
1207
  } | {
@@ -2251,11 +2251,11 @@ declare const palletCfEthereumIngressEgressVaultDepositWitness: z.ZodObject<{
2251
2251
  outputAsset: z.ZodEffects<z.ZodObject<{
2252
2252
  __kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc"]>;
2253
2253
  }, "strip", z.ZodTypeAny, {
2254
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
2254
+ __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc";
2255
2255
  }, {
2256
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
2257
- }>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc", {
2258
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
2256
+ __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc";
2257
+ }>, "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc", {
2258
+ __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc";
2259
2259
  }>;
2260
2260
  destinationAddress: z.ZodEffects<z.ZodObject<{
2261
2261
  __kind: z.ZodEnum<["Eth", "Dot", "Btc", "Arb", "Sol"]>;
@@ -2582,13 +2582,12 @@ declare const palletCfEthereumIngressEgressVaultDepositWitness: z.ZodObject<{
2582
2582
  }>>>;
2583
2583
  boostFee: z.ZodNumber;
2584
2584
  }, "strip", z.ZodTypeAny, {
2585
- txId: `0x${string}`;
2586
2585
  depositDetails: {
2587
2586
  txHashes?: `0x${string}`[] | null | undefined;
2588
2587
  };
2589
2588
  inputAsset: "Eth" | "Flip" | "Usdc" | "Usdt";
2590
2589
  depositAmount: bigint;
2591
- outputAsset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
2590
+ outputAsset: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc";
2592
2591
  destinationAddress: {
2593
2592
  readonly chain: "Ethereum";
2594
2593
  readonly address: `0x${string}`;
@@ -2605,6 +2604,7 @@ declare const palletCfEthereumIngressEgressVaultDepositWitness: z.ZodObject<{
2605
2604
  readonly chain: "Solana";
2606
2605
  readonly address: string;
2607
2606
  };
2607
+ txId: `0x${string}`;
2608
2608
  affiliateFees: {
2609
2609
  account: number;
2610
2610
  bps: number;
@@ -2669,7 +2669,6 @@ declare const palletCfEthereumIngressEgressVaultDepositWitness: z.ZodObject<{
2669
2669
  chunkInterval: number;
2670
2670
  } | null | undefined;
2671
2671
  }, {
2672
- txId: string;
2673
2672
  depositDetails: {
2674
2673
  txHashes?: string[] | null | undefined;
2675
2674
  };
@@ -2678,12 +2677,13 @@ declare const palletCfEthereumIngressEgressVaultDepositWitness: z.ZodObject<{
2678
2677
  };
2679
2678
  depositAmount: string | number;
2680
2679
  outputAsset: {
2681
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
2680
+ __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc";
2682
2681
  };
2683
2682
  destinationAddress: {
2684
2683
  value: string;
2685
2684
  __kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
2686
2685
  };
2686
+ txId: string;
2687
2687
  affiliateFees: {
2688
2688
  account: number;
2689
2689
  bps: number;
@@ -2835,11 +2835,11 @@ declare const palletCfEthereumIngressEgressDepositFailedDetails: z.ZodDiscrimina
2835
2835
  outputAsset: z.ZodEffects<z.ZodObject<{
2836
2836
  __kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc"]>;
2837
2837
  }, "strip", z.ZodTypeAny, {
2838
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
2838
+ __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc";
2839
2839
  }, {
2840
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
2841
- }>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc", {
2842
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
2840
+ __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc";
2841
+ }>, "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc", {
2842
+ __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc";
2843
2843
  }>;
2844
2844
  destinationAddress: z.ZodEffects<z.ZodObject<{
2845
2845
  __kind: z.ZodEnum<["Eth", "Dot", "Btc", "Arb", "Sol"]>;
@@ -3166,13 +3166,12 @@ declare const palletCfEthereumIngressEgressDepositFailedDetails: z.ZodDiscrimina
3166
3166
  }>>>;
3167
3167
  boostFee: z.ZodNumber;
3168
3168
  }, "strip", z.ZodTypeAny, {
3169
- txId: `0x${string}`;
3170
3169
  depositDetails: {
3171
3170
  txHashes?: `0x${string}`[] | null | undefined;
3172
3171
  };
3173
3172
  inputAsset: "Eth" | "Flip" | "Usdc" | "Usdt";
3174
3173
  depositAmount: bigint;
3175
- outputAsset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
3174
+ outputAsset: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc";
3176
3175
  destinationAddress: {
3177
3176
  readonly chain: "Ethereum";
3178
3177
  readonly address: `0x${string}`;
@@ -3189,6 +3188,7 @@ declare const palletCfEthereumIngressEgressDepositFailedDetails: z.ZodDiscrimina
3189
3188
  readonly chain: "Solana";
3190
3189
  readonly address: string;
3191
3190
  };
3191
+ txId: `0x${string}`;
3192
3192
  affiliateFees: {
3193
3193
  account: number;
3194
3194
  bps: number;
@@ -3253,7 +3253,6 @@ declare const palletCfEthereumIngressEgressDepositFailedDetails: z.ZodDiscrimina
3253
3253
  chunkInterval: number;
3254
3254
  } | null | undefined;
3255
3255
  }, {
3256
- txId: string;
3257
3256
  depositDetails: {
3258
3257
  txHashes?: string[] | null | undefined;
3259
3258
  };
@@ -3262,12 +3261,13 @@ declare const palletCfEthereumIngressEgressDepositFailedDetails: z.ZodDiscrimina
3262
3261
  };
3263
3262
  depositAmount: string | number;
3264
3263
  outputAsset: {
3265
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
3264
+ __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc";
3266
3265
  };
3267
3266
  destinationAddress: {
3268
3267
  value: string;
3269
3268
  __kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
3270
3269
  };
3270
+ txId: string;
3271
3271
  affiliateFees: {
3272
3272
  account: number;
3273
3273
  bps: number;
@@ -3337,13 +3337,12 @@ declare const palletCfEthereumIngressEgressDepositFailedDetails: z.ZodDiscrimina
3337
3337
  }, "strip", z.ZodTypeAny, {
3338
3338
  __kind: "Vault";
3339
3339
  vaultWitness: {
3340
- txId: `0x${string}`;
3341
3340
  depositDetails: {
3342
3341
  txHashes?: `0x${string}`[] | null | undefined;
3343
3342
  };
3344
3343
  inputAsset: "Eth" | "Flip" | "Usdc" | "Usdt";
3345
3344
  depositAmount: bigint;
3346
- outputAsset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
3345
+ outputAsset: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc";
3347
3346
  destinationAddress: {
3348
3347
  readonly chain: "Ethereum";
3349
3348
  readonly address: `0x${string}`;
@@ -3360,6 +3359,7 @@ declare const palletCfEthereumIngressEgressDepositFailedDetails: z.ZodDiscrimina
3360
3359
  readonly chain: "Solana";
3361
3360
  readonly address: string;
3362
3361
  };
3362
+ txId: `0x${string}`;
3363
3363
  affiliateFees: {
3364
3364
  account: number;
3365
3365
  bps: number;
@@ -3427,7 +3427,6 @@ declare const palletCfEthereumIngressEgressDepositFailedDetails: z.ZodDiscrimina
3427
3427
  }, {
3428
3428
  __kind: "Vault";
3429
3429
  vaultWitness: {
3430
- txId: string;
3431
3430
  depositDetails: {
3432
3431
  txHashes?: string[] | null | undefined;
3433
3432
  };
@@ -3436,12 +3435,13 @@ declare const palletCfEthereumIngressEgressDepositFailedDetails: z.ZodDiscrimina
3436
3435
  };
3437
3436
  depositAmount: string | number;
3438
3437
  outputAsset: {
3439
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
3438
+ __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc";
3440
3439
  };
3441
3440
  destinationAddress: {
3442
3441
  value: string;
3443
3442
  __kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
3444
3443
  };
3444
+ txId: string;
3445
3445
  affiliateFees: {
3446
3446
  account: number;
3447
3447
  bps: number;
@@ -3618,18 +3618,18 @@ declare const cfChainsAllBatchError: z.ZodDiscriminatedUnion<"__kind", [z.ZodObj
3618
3618
  value: z.ZodEffects<z.ZodObject<{
3619
3619
  __kind: z.ZodEnum<["CannotDecodeCcmAdditionalData", "CcmIsTooLong", "CcmAdditionalDataContainsInvalidAccounts", "RedundantDataSupplied", "InvalidDestinationAddress"]>;
3620
3620
  }, "strip", z.ZodTypeAny, {
3621
- __kind: "CannotDecodeCcmAdditionalData" | "CcmIsTooLong" | "CcmAdditionalDataContainsInvalidAccounts" | "RedundantDataSupplied" | "InvalidDestinationAddress";
3621
+ __kind: "InvalidDestinationAddress" | "CannotDecodeCcmAdditionalData" | "CcmIsTooLong" | "CcmAdditionalDataContainsInvalidAccounts" | "RedundantDataSupplied";
3622
3622
  }, {
3623
- __kind: "CannotDecodeCcmAdditionalData" | "CcmIsTooLong" | "CcmAdditionalDataContainsInvalidAccounts" | "RedundantDataSupplied" | "InvalidDestinationAddress";
3624
- }>, "CannotDecodeCcmAdditionalData" | "CcmIsTooLong" | "CcmAdditionalDataContainsInvalidAccounts" | "RedundantDataSupplied" | "InvalidDestinationAddress", {
3625
- __kind: "CannotDecodeCcmAdditionalData" | "CcmIsTooLong" | "CcmAdditionalDataContainsInvalidAccounts" | "RedundantDataSupplied" | "InvalidDestinationAddress";
3623
+ __kind: "InvalidDestinationAddress" | "CannotDecodeCcmAdditionalData" | "CcmIsTooLong" | "CcmAdditionalDataContainsInvalidAccounts" | "RedundantDataSupplied";
3624
+ }>, "InvalidDestinationAddress" | "CannotDecodeCcmAdditionalData" | "CcmIsTooLong" | "CcmAdditionalDataContainsInvalidAccounts" | "RedundantDataSupplied", {
3625
+ __kind: "InvalidDestinationAddress" | "CannotDecodeCcmAdditionalData" | "CcmIsTooLong" | "CcmAdditionalDataContainsInvalidAccounts" | "RedundantDataSupplied";
3626
3626
  }>;
3627
3627
  }, "strip", z.ZodTypeAny, {
3628
- value: "CannotDecodeCcmAdditionalData" | "CcmIsTooLong" | "CcmAdditionalDataContainsInvalidAccounts" | "RedundantDataSupplied" | "InvalidDestinationAddress";
3628
+ value: "InvalidDestinationAddress" | "CannotDecodeCcmAdditionalData" | "CcmIsTooLong" | "CcmAdditionalDataContainsInvalidAccounts" | "RedundantDataSupplied";
3629
3629
  __kind: "InvalidCcm";
3630
3630
  }, {
3631
3631
  value: {
3632
- __kind: "CannotDecodeCcmAdditionalData" | "CcmIsTooLong" | "CcmAdditionalDataContainsInvalidAccounts" | "RedundantDataSupplied" | "InvalidDestinationAddress";
3632
+ __kind: "InvalidDestinationAddress" | "CannotDecodeCcmAdditionalData" | "CcmIsTooLong" | "CcmAdditionalDataContainsInvalidAccounts" | "RedundantDataSupplied";
3633
3633
  };
3634
3634
  __kind: "InvalidCcm";
3635
3635
  }>, z.ZodObject<{
@@ -3663,7 +3663,7 @@ declare const cfChainsAllBatchError: z.ZodDiscriminatedUnion<"__kind", [z.ZodObj
3663
3663
  value: "NotAValidPoint" | "TooManySeeds" | "SeedTooLarge" | "BumpSeedBadLuck";
3664
3664
  __kind: "FailedToDeriveAddress";
3665
3665
  } | {
3666
- value: "CannotDecodeCcmAdditionalData" | "CcmIsTooLong" | "CcmAdditionalDataContainsInvalidAccounts" | "RedundantDataSupplied" | "InvalidDestinationAddress";
3666
+ value: "InvalidDestinationAddress" | "CannotDecodeCcmAdditionalData" | "CcmIsTooLong" | "CcmAdditionalDataContainsInvalidAccounts" | "RedundantDataSupplied";
3667
3667
  __kind: "InvalidCcm";
3668
3668
  } | {
3669
3669
  __kind: "FailedToSerializeFinalTransaction";
@@ -3690,7 +3690,7 @@ declare const cfChainsAllBatchError: z.ZodDiscriminatedUnion<"__kind", [z.ZodObj
3690
3690
  __kind: "FailedToDeriveAddress";
3691
3691
  } | {
3692
3692
  value: {
3693
- __kind: "CannotDecodeCcmAdditionalData" | "CcmIsTooLong" | "CcmAdditionalDataContainsInvalidAccounts" | "RedundantDataSupplied" | "InvalidDestinationAddress";
3693
+ __kind: "InvalidDestinationAddress" | "CannotDecodeCcmAdditionalData" | "CcmIsTooLong" | "CcmAdditionalDataContainsInvalidAccounts" | "RedundantDataSupplied";
3694
3694
  };
3695
3695
  __kind: "InvalidCcm";
3696
3696
  } | {
@@ -4316,11 +4316,11 @@ declare const palletCfPolkadotIngressEgressVaultDepositWitness: z.ZodObject<{
4316
4316
  outputAsset: z.ZodEffects<z.ZodObject<{
4317
4317
  __kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc"]>;
4318
4318
  }, "strip", z.ZodTypeAny, {
4319
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
4319
+ __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc";
4320
4320
  }, {
4321
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
4322
- }>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc", {
4323
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
4321
+ __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc";
4322
+ }>, "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc", {
4323
+ __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc";
4324
4324
  }>;
4325
4325
  destinationAddress: z.ZodEffects<z.ZodObject<{
4326
4326
  __kind: z.ZodEnum<["Eth", "Dot", "Btc", "Arb", "Sol"]>;
@@ -4656,14 +4656,10 @@ declare const palletCfPolkadotIngressEgressVaultDepositWitness: z.ZodObject<{
4656
4656
  }>>>;
4657
4657
  boostFee: z.ZodNumber;
4658
4658
  }, "strip", z.ZodTypeAny, {
4659
- txId: {
4660
- blockNumber: number;
4661
- extrinsicIndex: number;
4662
- };
4663
4659
  depositDetails: number;
4664
4660
  inputAsset: "Dot";
4665
4661
  depositAmount: bigint;
4666
- outputAsset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
4662
+ outputAsset: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc";
4667
4663
  destinationAddress: {
4668
4664
  readonly chain: "Ethereum";
4669
4665
  readonly address: `0x${string}`;
@@ -4680,6 +4676,10 @@ declare const palletCfPolkadotIngressEgressVaultDepositWitness: z.ZodObject<{
4680
4676
  readonly chain: "Solana";
4681
4677
  readonly address: string;
4682
4678
  };
4679
+ txId: {
4680
+ blockNumber: number;
4681
+ extrinsicIndex: number;
4682
+ };
4683
4683
  affiliateFees: {
4684
4684
  account: number;
4685
4685
  bps: number;
@@ -4744,22 +4744,22 @@ declare const palletCfPolkadotIngressEgressVaultDepositWitness: z.ZodObject<{
4744
4744
  chunkInterval: number;
4745
4745
  } | null | undefined;
4746
4746
  }, {
4747
- txId: {
4748
- blockNumber: number;
4749
- extrinsicIndex: number;
4750
- };
4751
4747
  depositDetails: number;
4752
4748
  inputAsset: {
4753
4749
  __kind: "Dot";
4754
4750
  };
4755
4751
  depositAmount: string | number;
4756
4752
  outputAsset: {
4757
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
4753
+ __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc";
4758
4754
  };
4759
4755
  destinationAddress: {
4760
4756
  value: string;
4761
4757
  __kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
4762
4758
  };
4759
+ txId: {
4760
+ blockNumber: number;
4761
+ extrinsicIndex: number;
4762
+ };
4763
4763
  affiliateFees: {
4764
4764
  account: number;
4765
4765
  bps: number;
@@ -4891,11 +4891,11 @@ declare const palletCfPolkadotIngressEgressDepositFailedDetails: z.ZodDiscrimina
4891
4891
  outputAsset: z.ZodEffects<z.ZodObject<{
4892
4892
  __kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc"]>;
4893
4893
  }, "strip", z.ZodTypeAny, {
4894
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
4894
+ __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc";
4895
4895
  }, {
4896
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
4897
- }>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc", {
4898
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
4896
+ __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc";
4897
+ }>, "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc", {
4898
+ __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc";
4899
4899
  }>;
4900
4900
  destinationAddress: z.ZodEffects<z.ZodObject<{
4901
4901
  __kind: z.ZodEnum<["Eth", "Dot", "Btc", "Arb", "Sol"]>;
@@ -5231,14 +5231,10 @@ declare const palletCfPolkadotIngressEgressDepositFailedDetails: z.ZodDiscrimina
5231
5231
  }>>>;
5232
5232
  boostFee: z.ZodNumber;
5233
5233
  }, "strip", z.ZodTypeAny, {
5234
- txId: {
5235
- blockNumber: number;
5236
- extrinsicIndex: number;
5237
- };
5238
5234
  depositDetails: number;
5239
5235
  inputAsset: "Dot";
5240
5236
  depositAmount: bigint;
5241
- outputAsset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
5237
+ outputAsset: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc";
5242
5238
  destinationAddress: {
5243
5239
  readonly chain: "Ethereum";
5244
5240
  readonly address: `0x${string}`;
@@ -5255,6 +5251,10 @@ declare const palletCfPolkadotIngressEgressDepositFailedDetails: z.ZodDiscrimina
5255
5251
  readonly chain: "Solana";
5256
5252
  readonly address: string;
5257
5253
  };
5254
+ txId: {
5255
+ blockNumber: number;
5256
+ extrinsicIndex: number;
5257
+ };
5258
5258
  affiliateFees: {
5259
5259
  account: number;
5260
5260
  bps: number;
@@ -5319,22 +5319,22 @@ declare const palletCfPolkadotIngressEgressDepositFailedDetails: z.ZodDiscrimina
5319
5319
  chunkInterval: number;
5320
5320
  } | null | undefined;
5321
5321
  }, {
5322
- txId: {
5323
- blockNumber: number;
5324
- extrinsicIndex: number;
5325
- };
5326
5322
  depositDetails: number;
5327
5323
  inputAsset: {
5328
5324
  __kind: "Dot";
5329
5325
  };
5330
5326
  depositAmount: string | number;
5331
5327
  outputAsset: {
5332
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
5328
+ __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc";
5333
5329
  };
5334
5330
  destinationAddress: {
5335
5331
  value: string;
5336
5332
  __kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
5337
5333
  };
5334
+ txId: {
5335
+ blockNumber: number;
5336
+ extrinsicIndex: number;
5337
+ };
5338
5338
  affiliateFees: {
5339
5339
  account: number;
5340
5340
  bps: number;
@@ -5404,14 +5404,10 @@ declare const palletCfPolkadotIngressEgressDepositFailedDetails: z.ZodDiscrimina
5404
5404
  }, "strip", z.ZodTypeAny, {
5405
5405
  __kind: "Vault";
5406
5406
  vaultWitness: {
5407
- txId: {
5408
- blockNumber: number;
5409
- extrinsicIndex: number;
5410
- };
5411
5407
  depositDetails: number;
5412
5408
  inputAsset: "Dot";
5413
5409
  depositAmount: bigint;
5414
- outputAsset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
5410
+ outputAsset: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc";
5415
5411
  destinationAddress: {
5416
5412
  readonly chain: "Ethereum";
5417
5413
  readonly address: `0x${string}`;
@@ -5428,6 +5424,10 @@ declare const palletCfPolkadotIngressEgressDepositFailedDetails: z.ZodDiscrimina
5428
5424
  readonly chain: "Solana";
5429
5425
  readonly address: string;
5430
5426
  };
5427
+ txId: {
5428
+ blockNumber: number;
5429
+ extrinsicIndex: number;
5430
+ };
5431
5431
  affiliateFees: {
5432
5432
  account: number;
5433
5433
  bps: number;
@@ -5495,22 +5495,22 @@ declare const palletCfPolkadotIngressEgressDepositFailedDetails: z.ZodDiscrimina
5495
5495
  }, {
5496
5496
  __kind: "Vault";
5497
5497
  vaultWitness: {
5498
- txId: {
5499
- blockNumber: number;
5500
- extrinsicIndex: number;
5501
- };
5502
5498
  depositDetails: number;
5503
5499
  inputAsset: {
5504
5500
  __kind: "Dot";
5505
5501
  };
5506
5502
  depositAmount: string | number;
5507
5503
  outputAsset: {
5508
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
5504
+ __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc";
5509
5505
  };
5510
5506
  destinationAddress: {
5511
5507
  value: string;
5512
5508
  __kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
5513
5509
  };
5510
+ txId: {
5511
+ blockNumber: number;
5512
+ extrinsicIndex: number;
5513
+ };
5514
5514
  affiliateFees: {
5515
5515
  account: number;
5516
5516
  bps: number;
@@ -6649,11 +6649,11 @@ declare const palletCfBitcoinIngressEgressVaultDepositWitness: z.ZodObject<{
6649
6649
  outputAsset: z.ZodEffects<z.ZodObject<{
6650
6650
  __kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc"]>;
6651
6651
  }, "strip", z.ZodTypeAny, {
6652
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
6652
+ __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc";
6653
6653
  }, {
6654
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
6655
- }>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc", {
6656
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
6654
+ __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc";
6655
+ }>, "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc", {
6656
+ __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc";
6657
6657
  }>;
6658
6658
  destinationAddress: z.ZodEffects<z.ZodObject<{
6659
6659
  __kind: z.ZodEnum<["Eth", "Dot", "Btc", "Arb", "Sol"]>;
@@ -7075,7 +7075,6 @@ declare const palletCfBitcoinIngressEgressVaultDepositWitness: z.ZodObject<{
7075
7075
  }>>>;
7076
7076
  boostFee: z.ZodNumber;
7077
7077
  }, "strip", z.ZodTypeAny, {
7078
- txId: `0x${string}`;
7079
7078
  depositDetails: {
7080
7079
  depositAddress: {
7081
7080
  pubkeyX: `0x${string}`;
@@ -7096,7 +7095,7 @@ declare const palletCfBitcoinIngressEgressVaultDepositWitness: z.ZodObject<{
7096
7095
  };
7097
7096
  inputAsset: "Btc";
7098
7097
  depositAmount: bigint;
7099
- outputAsset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
7098
+ outputAsset: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc";
7100
7099
  destinationAddress: {
7101
7100
  readonly chain: "Ethereum";
7102
7101
  readonly address: `0x${string}`;
@@ -7113,6 +7112,7 @@ declare const palletCfBitcoinIngressEgressVaultDepositWitness: z.ZodObject<{
7113
7112
  readonly chain: "Solana";
7114
7113
  readonly address: string;
7115
7114
  };
7115
+ txId: `0x${string}`;
7116
7116
  affiliateFees: {
7117
7117
  account: number;
7118
7118
  bps: number;
@@ -7215,7 +7215,6 @@ declare const palletCfBitcoinIngressEgressVaultDepositWitness: z.ZodObject<{
7215
7215
  chunkInterval: number;
7216
7216
  } | null | undefined;
7217
7217
  }, {
7218
- txId: string;
7219
7218
  depositDetails: {
7220
7219
  depositAddress: {
7221
7220
  pubkeyX: string;
@@ -7239,12 +7238,13 @@ declare const palletCfBitcoinIngressEgressVaultDepositWitness: z.ZodObject<{
7239
7238
  };
7240
7239
  depositAmount: string | number;
7241
7240
  outputAsset: {
7242
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
7241
+ __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc";
7243
7242
  };
7244
7243
  destinationAddress: {
7245
7244
  value: string;
7246
7245
  __kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
7247
7246
  };
7247
+ txId: string;
7248
7248
  affiliateFees: {
7249
7249
  account: number;
7250
7250
  bps: number;
@@ -7862,11 +7862,11 @@ declare const palletCfBitcoinIngressEgressDepositFailedDetails: z.ZodDiscriminat
7862
7862
  outputAsset: z.ZodEffects<z.ZodObject<{
7863
7863
  __kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc"]>;
7864
7864
  }, "strip", z.ZodTypeAny, {
7865
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
7865
+ __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc";
7866
7866
  }, {
7867
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
7868
- }>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc", {
7869
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
7867
+ __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc";
7868
+ }>, "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc", {
7869
+ __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc";
7870
7870
  }>;
7871
7871
  destinationAddress: z.ZodEffects<z.ZodObject<{
7872
7872
  __kind: z.ZodEnum<["Eth", "Dot", "Btc", "Arb", "Sol"]>;
@@ -8288,7 +8288,6 @@ declare const palletCfBitcoinIngressEgressDepositFailedDetails: z.ZodDiscriminat
8288
8288
  }>>>;
8289
8289
  boostFee: z.ZodNumber;
8290
8290
  }, "strip", z.ZodTypeAny, {
8291
- txId: `0x${string}`;
8292
8291
  depositDetails: {
8293
8292
  depositAddress: {
8294
8293
  pubkeyX: `0x${string}`;
@@ -8309,7 +8308,7 @@ declare const palletCfBitcoinIngressEgressDepositFailedDetails: z.ZodDiscriminat
8309
8308
  };
8310
8309
  inputAsset: "Btc";
8311
8310
  depositAmount: bigint;
8312
- outputAsset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
8311
+ outputAsset: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc";
8313
8312
  destinationAddress: {
8314
8313
  readonly chain: "Ethereum";
8315
8314
  readonly address: `0x${string}`;
@@ -8326,6 +8325,7 @@ declare const palletCfBitcoinIngressEgressDepositFailedDetails: z.ZodDiscriminat
8326
8325
  readonly chain: "Solana";
8327
8326
  readonly address: string;
8328
8327
  };
8328
+ txId: `0x${string}`;
8329
8329
  affiliateFees: {
8330
8330
  account: number;
8331
8331
  bps: number;
@@ -8428,7 +8428,6 @@ declare const palletCfBitcoinIngressEgressDepositFailedDetails: z.ZodDiscriminat
8428
8428
  chunkInterval: number;
8429
8429
  } | null | undefined;
8430
8430
  }, {
8431
- txId: string;
8432
8431
  depositDetails: {
8433
8432
  depositAddress: {
8434
8433
  pubkeyX: string;
@@ -8452,12 +8451,13 @@ declare const palletCfBitcoinIngressEgressDepositFailedDetails: z.ZodDiscriminat
8452
8451
  };
8453
8452
  depositAmount: string | number;
8454
8453
  outputAsset: {
8455
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
8454
+ __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc";
8456
8455
  };
8457
8456
  destinationAddress: {
8458
8457
  value: string;
8459
8458
  __kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
8460
8459
  };
8460
+ txId: string;
8461
8461
  affiliateFees: {
8462
8462
  account: number;
8463
8463
  bps: number;
@@ -8565,7 +8565,6 @@ declare const palletCfBitcoinIngressEgressDepositFailedDetails: z.ZodDiscriminat
8565
8565
  }, "strip", z.ZodTypeAny, {
8566
8566
  __kind: "Vault";
8567
8567
  vaultWitness: {
8568
- txId: `0x${string}`;
8569
8568
  depositDetails: {
8570
8569
  depositAddress: {
8571
8570
  pubkeyX: `0x${string}`;
@@ -8586,7 +8585,7 @@ declare const palletCfBitcoinIngressEgressDepositFailedDetails: z.ZodDiscriminat
8586
8585
  };
8587
8586
  inputAsset: "Btc";
8588
8587
  depositAmount: bigint;
8589
- outputAsset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
8588
+ outputAsset: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc";
8590
8589
  destinationAddress: {
8591
8590
  readonly chain: "Ethereum";
8592
8591
  readonly address: `0x${string}`;
@@ -8603,6 +8602,7 @@ declare const palletCfBitcoinIngressEgressDepositFailedDetails: z.ZodDiscriminat
8603
8602
  readonly chain: "Solana";
8604
8603
  readonly address: string;
8605
8604
  };
8605
+ txId: `0x${string}`;
8606
8606
  affiliateFees: {
8607
8607
  account: number;
8608
8608
  bps: number;
@@ -8708,7 +8708,6 @@ declare const palletCfBitcoinIngressEgressDepositFailedDetails: z.ZodDiscriminat
8708
8708
  }, {
8709
8709
  __kind: "Vault";
8710
8710
  vaultWitness: {
8711
- txId: string;
8712
8711
  depositDetails: {
8713
8712
  depositAddress: {
8714
8713
  pubkeyX: string;
@@ -8732,12 +8731,13 @@ declare const palletCfBitcoinIngressEgressDepositFailedDetails: z.ZodDiscriminat
8732
8731
  };
8733
8732
  depositAmount: string | number;
8734
8733
  outputAsset: {
8735
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
8734
+ __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc";
8736
8735
  };
8737
8736
  destinationAddress: {
8738
8737
  value: string;
8739
8738
  __kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
8740
8739
  };
8740
+ txId: string;
8741
8741
  affiliateFees: {
8742
8742
  account: number;
8743
8743
  bps: number;
@@ -9293,11 +9293,11 @@ declare const palletCfArbitrumIngressEgressVaultDepositWitness: z.ZodObject<{
9293
9293
  outputAsset: z.ZodEffects<z.ZodObject<{
9294
9294
  __kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc"]>;
9295
9295
  }, "strip", z.ZodTypeAny, {
9296
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
9296
+ __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc";
9297
9297
  }, {
9298
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
9299
- }>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc", {
9300
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
9298
+ __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc";
9299
+ }>, "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc", {
9300
+ __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc";
9301
9301
  }>;
9302
9302
  destinationAddress: z.ZodEffects<z.ZodObject<{
9303
9303
  __kind: z.ZodEnum<["Eth", "Dot", "Btc", "Arb", "Sol"]>;
@@ -9624,13 +9624,12 @@ declare const palletCfArbitrumIngressEgressVaultDepositWitness: z.ZodObject<{
9624
9624
  }>>>;
9625
9625
  boostFee: z.ZodNumber;
9626
9626
  }, "strip", z.ZodTypeAny, {
9627
- txId: `0x${string}`;
9628
9627
  depositDetails: {
9629
9628
  txHashes?: `0x${string}`[] | null | undefined;
9630
9629
  };
9631
9630
  inputAsset: "ArbEth" | "ArbUsdc";
9632
9631
  depositAmount: bigint;
9633
- outputAsset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
9632
+ outputAsset: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc";
9634
9633
  destinationAddress: {
9635
9634
  readonly chain: "Ethereum";
9636
9635
  readonly address: `0x${string}`;
@@ -9647,6 +9646,7 @@ declare const palletCfArbitrumIngressEgressVaultDepositWitness: z.ZodObject<{
9647
9646
  readonly chain: "Solana";
9648
9647
  readonly address: string;
9649
9648
  };
9649
+ txId: `0x${string}`;
9650
9650
  affiliateFees: {
9651
9651
  account: number;
9652
9652
  bps: number;
@@ -9711,7 +9711,6 @@ declare const palletCfArbitrumIngressEgressVaultDepositWitness: z.ZodObject<{
9711
9711
  chunkInterval: number;
9712
9712
  } | null | undefined;
9713
9713
  }, {
9714
- txId: string;
9715
9714
  depositDetails: {
9716
9715
  txHashes?: string[] | null | undefined;
9717
9716
  };
@@ -9720,12 +9719,13 @@ declare const palletCfArbitrumIngressEgressVaultDepositWitness: z.ZodObject<{
9720
9719
  };
9721
9720
  depositAmount: string | number;
9722
9721
  outputAsset: {
9723
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
9722
+ __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc";
9724
9723
  };
9725
9724
  destinationAddress: {
9726
9725
  value: string;
9727
9726
  __kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
9728
9727
  };
9728
+ txId: string;
9729
9729
  affiliateFees: {
9730
9730
  account: number;
9731
9731
  bps: number;
@@ -9877,11 +9877,11 @@ declare const palletCfArbitrumIngressEgressDepositFailedDetails: z.ZodDiscrimina
9877
9877
  outputAsset: z.ZodEffects<z.ZodObject<{
9878
9878
  __kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc"]>;
9879
9879
  }, "strip", z.ZodTypeAny, {
9880
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
9880
+ __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc";
9881
9881
  }, {
9882
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
9883
- }>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc", {
9884
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
9882
+ __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc";
9883
+ }>, "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc", {
9884
+ __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc";
9885
9885
  }>;
9886
9886
  destinationAddress: z.ZodEffects<z.ZodObject<{
9887
9887
  __kind: z.ZodEnum<["Eth", "Dot", "Btc", "Arb", "Sol"]>;
@@ -10208,13 +10208,12 @@ declare const palletCfArbitrumIngressEgressDepositFailedDetails: z.ZodDiscrimina
10208
10208
  }>>>;
10209
10209
  boostFee: z.ZodNumber;
10210
10210
  }, "strip", z.ZodTypeAny, {
10211
- txId: `0x${string}`;
10212
10211
  depositDetails: {
10213
10212
  txHashes?: `0x${string}`[] | null | undefined;
10214
10213
  };
10215
10214
  inputAsset: "ArbEth" | "ArbUsdc";
10216
10215
  depositAmount: bigint;
10217
- outputAsset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
10216
+ outputAsset: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc";
10218
10217
  destinationAddress: {
10219
10218
  readonly chain: "Ethereum";
10220
10219
  readonly address: `0x${string}`;
@@ -10231,6 +10230,7 @@ declare const palletCfArbitrumIngressEgressDepositFailedDetails: z.ZodDiscrimina
10231
10230
  readonly chain: "Solana";
10232
10231
  readonly address: string;
10233
10232
  };
10233
+ txId: `0x${string}`;
10234
10234
  affiliateFees: {
10235
10235
  account: number;
10236
10236
  bps: number;
@@ -10295,7 +10295,6 @@ declare const palletCfArbitrumIngressEgressDepositFailedDetails: z.ZodDiscrimina
10295
10295
  chunkInterval: number;
10296
10296
  } | null | undefined;
10297
10297
  }, {
10298
- txId: string;
10299
10298
  depositDetails: {
10300
10299
  txHashes?: string[] | null | undefined;
10301
10300
  };
@@ -10304,12 +10303,13 @@ declare const palletCfArbitrumIngressEgressDepositFailedDetails: z.ZodDiscrimina
10304
10303
  };
10305
10304
  depositAmount: string | number;
10306
10305
  outputAsset: {
10307
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
10306
+ __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc";
10308
10307
  };
10309
10308
  destinationAddress: {
10310
10309
  value: string;
10311
10310
  __kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
10312
10311
  };
10312
+ txId: string;
10313
10313
  affiliateFees: {
10314
10314
  account: number;
10315
10315
  bps: number;
@@ -10379,13 +10379,12 @@ declare const palletCfArbitrumIngressEgressDepositFailedDetails: z.ZodDiscrimina
10379
10379
  }, "strip", z.ZodTypeAny, {
10380
10380
  __kind: "Vault";
10381
10381
  vaultWitness: {
10382
- txId: `0x${string}`;
10383
10382
  depositDetails: {
10384
10383
  txHashes?: `0x${string}`[] | null | undefined;
10385
10384
  };
10386
10385
  inputAsset: "ArbEth" | "ArbUsdc";
10387
10386
  depositAmount: bigint;
10388
- outputAsset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
10387
+ outputAsset: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc";
10389
10388
  destinationAddress: {
10390
10389
  readonly chain: "Ethereum";
10391
10390
  readonly address: `0x${string}`;
@@ -10402,6 +10401,7 @@ declare const palletCfArbitrumIngressEgressDepositFailedDetails: z.ZodDiscrimina
10402
10401
  readonly chain: "Solana";
10403
10402
  readonly address: string;
10404
10403
  };
10404
+ txId: `0x${string}`;
10405
10405
  affiliateFees: {
10406
10406
  account: number;
10407
10407
  bps: number;
@@ -10469,7 +10469,6 @@ declare const palletCfArbitrumIngressEgressDepositFailedDetails: z.ZodDiscrimina
10469
10469
  }, {
10470
10470
  __kind: "Vault";
10471
10471
  vaultWitness: {
10472
- txId: string;
10473
10472
  depositDetails: {
10474
10473
  txHashes?: string[] | null | undefined;
10475
10474
  };
@@ -10478,12 +10477,13 @@ declare const palletCfArbitrumIngressEgressDepositFailedDetails: z.ZodDiscrimina
10478
10477
  };
10479
10478
  depositAmount: string | number;
10480
10479
  outputAsset: {
10481
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
10480
+ __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc";
10482
10481
  };
10483
10482
  destinationAddress: {
10484
10483
  value: string;
10485
10484
  __kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
10486
10485
  };
10486
+ txId: string;
10487
10487
  affiliateFees: {
10488
10488
  account: number;
10489
10489
  bps: number;
@@ -10969,11 +10969,11 @@ declare const palletCfSolanaIngressEgressVaultDepositWitness: z.ZodObject<{
10969
10969
  outputAsset: z.ZodEffects<z.ZodObject<{
10970
10970
  __kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc"]>;
10971
10971
  }, "strip", z.ZodTypeAny, {
10972
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
10972
+ __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc";
10973
10973
  }, {
10974
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
10975
- }>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc", {
10976
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
10974
+ __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc";
10975
+ }>, "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc", {
10976
+ __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc";
10977
10977
  }>;
10978
10978
  destinationAddress: z.ZodEffects<z.ZodObject<{
10979
10979
  __kind: z.ZodEnum<["Eth", "Dot", "Btc", "Arb", "Sol"]>;
@@ -11300,10 +11300,9 @@ declare const palletCfSolanaIngressEgressVaultDepositWitness: z.ZodObject<{
11300
11300
  }>>>;
11301
11301
  boostFee: z.ZodNumber;
11302
11302
  }, "strip", z.ZodTypeAny, {
11303
- txId: [`0x${string}`, bigint];
11304
11303
  inputAsset: "Sol" | "SolUsdc";
11305
11304
  depositAmount: bigint;
11306
- outputAsset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
11305
+ outputAsset: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc";
11307
11306
  destinationAddress: {
11308
11307
  readonly chain: "Ethereum";
11309
11308
  readonly address: `0x${string}`;
@@ -11320,6 +11319,7 @@ declare const palletCfSolanaIngressEgressVaultDepositWitness: z.ZodObject<{
11320
11319
  readonly chain: "Solana";
11321
11320
  readonly address: string;
11322
11321
  };
11322
+ txId: [`0x${string}`, bigint];
11323
11323
  affiliateFees: {
11324
11324
  account: number;
11325
11325
  bps: number;
@@ -11384,18 +11384,18 @@ declare const palletCfSolanaIngressEgressVaultDepositWitness: z.ZodObject<{
11384
11384
  chunkInterval: number;
11385
11385
  } | null | undefined;
11386
11386
  }, {
11387
- txId: [string, string | number];
11388
11387
  inputAsset: {
11389
11388
  __kind: "Sol" | "SolUsdc";
11390
11389
  };
11391
11390
  depositAmount: string | number;
11392
11391
  outputAsset: {
11393
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
11392
+ __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc";
11394
11393
  };
11395
11394
  destinationAddress: {
11396
11395
  value: string;
11397
11396
  __kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
11398
11397
  };
11398
+ txId: [string, string | number];
11399
11399
  affiliateFees: {
11400
11400
  account: number;
11401
11401
  bps: number;
@@ -11521,11 +11521,11 @@ declare const palletCfSolanaIngressEgressDepositFailedDetails: z.ZodDiscriminate
11521
11521
  outputAsset: z.ZodEffects<z.ZodObject<{
11522
11522
  __kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc"]>;
11523
11523
  }, "strip", z.ZodTypeAny, {
11524
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
11524
+ __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc";
11525
11525
  }, {
11526
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
11527
- }>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc", {
11528
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
11526
+ __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc";
11527
+ }>, "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc", {
11528
+ __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc";
11529
11529
  }>;
11530
11530
  destinationAddress: z.ZodEffects<z.ZodObject<{
11531
11531
  __kind: z.ZodEnum<["Eth", "Dot", "Btc", "Arb", "Sol"]>;
@@ -11852,10 +11852,9 @@ declare const palletCfSolanaIngressEgressDepositFailedDetails: z.ZodDiscriminate
11852
11852
  }>>>;
11853
11853
  boostFee: z.ZodNumber;
11854
11854
  }, "strip", z.ZodTypeAny, {
11855
- txId: [`0x${string}`, bigint];
11856
11855
  inputAsset: "Sol" | "SolUsdc";
11857
11856
  depositAmount: bigint;
11858
- outputAsset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
11857
+ outputAsset: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc";
11859
11858
  destinationAddress: {
11860
11859
  readonly chain: "Ethereum";
11861
11860
  readonly address: `0x${string}`;
@@ -11872,6 +11871,7 @@ declare const palletCfSolanaIngressEgressDepositFailedDetails: z.ZodDiscriminate
11872
11871
  readonly chain: "Solana";
11873
11872
  readonly address: string;
11874
11873
  };
11874
+ txId: [`0x${string}`, bigint];
11875
11875
  affiliateFees: {
11876
11876
  account: number;
11877
11877
  bps: number;
@@ -11936,18 +11936,18 @@ declare const palletCfSolanaIngressEgressDepositFailedDetails: z.ZodDiscriminate
11936
11936
  chunkInterval: number;
11937
11937
  } | null | undefined;
11938
11938
  }, {
11939
- txId: [string, string | number];
11940
11939
  inputAsset: {
11941
11940
  __kind: "Sol" | "SolUsdc";
11942
11941
  };
11943
11942
  depositAmount: string | number;
11944
11943
  outputAsset: {
11945
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
11944
+ __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc";
11946
11945
  };
11947
11946
  destinationAddress: {
11948
11947
  value: string;
11949
11948
  __kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
11950
11949
  };
11950
+ txId: [string, string | number];
11951
11951
  affiliateFees: {
11952
11952
  account: number;
11953
11953
  bps: number;
@@ -12017,10 +12017,9 @@ declare const palletCfSolanaIngressEgressDepositFailedDetails: z.ZodDiscriminate
12017
12017
  }, "strip", z.ZodTypeAny, {
12018
12018
  __kind: "Vault";
12019
12019
  vaultWitness: {
12020
- txId: [`0x${string}`, bigint];
12021
12020
  inputAsset: "Sol" | "SolUsdc";
12022
12021
  depositAmount: bigint;
12023
- outputAsset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
12022
+ outputAsset: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc";
12024
12023
  destinationAddress: {
12025
12024
  readonly chain: "Ethereum";
12026
12025
  readonly address: `0x${string}`;
@@ -12037,6 +12036,7 @@ declare const palletCfSolanaIngressEgressDepositFailedDetails: z.ZodDiscriminate
12037
12036
  readonly chain: "Solana";
12038
12037
  readonly address: string;
12039
12038
  };
12039
+ txId: [`0x${string}`, bigint];
12040
12040
  affiliateFees: {
12041
12041
  account: number;
12042
12042
  bps: number;
@@ -12104,18 +12104,18 @@ declare const palletCfSolanaIngressEgressDepositFailedDetails: z.ZodDiscriminate
12104
12104
  }, {
12105
12105
  __kind: "Vault";
12106
12106
  vaultWitness: {
12107
- txId: [string, string | number];
12108
12107
  inputAsset: {
12109
12108
  __kind: "Sol" | "SolUsdc";
12110
12109
  };
12111
12110
  depositAmount: string | number;
12112
12111
  outputAsset: {
12113
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
12112
+ __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc";
12114
12113
  };
12115
12114
  destinationAddress: {
12116
12115
  value: string;
12117
12116
  __kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
12118
12117
  };
12118
+ txId: [string, string | number];
12119
12119
  affiliateFees: {
12120
12120
  account: number;
12121
12121
  bps: number;