@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
@@ -238,7 +238,6 @@ declare const palletCfWitnesserPalletSafeMode: z.ZodDiscriminatedUnion<"__kind",
238
238
  solanaVault: boolean;
239
239
  }>;
240
240
  }, "strip", z.ZodTypeAny, {
241
- __kind: "CodeAmber";
242
241
  value: {
243
242
  governance: boolean;
244
243
  funding: boolean;
@@ -262,8 +261,8 @@ declare const palletCfWitnesserPalletSafeMode: z.ZodDiscriminatedUnion<"__kind",
262
261
  solanaBroadcast: boolean;
263
262
  solanaVault: boolean;
264
263
  };
265
- }, {
266
264
  __kind: "CodeAmber";
265
+ }, {
267
266
  value: {
268
267
  governance: boolean;
269
268
  funding: boolean;
@@ -287,6 +286,7 @@ declare const palletCfWitnesserPalletSafeMode: z.ZodDiscriminatedUnion<"__kind",
287
286
  solanaBroadcast: boolean;
288
287
  solanaVault: boolean;
289
288
  };
289
+ __kind: "CodeAmber";
290
290
  }>]>;
291
291
  declare const palletCfIngressEgressPalletSafeMode: z.ZodObject<{
292
292
  boostDepositsEnabled: z.ZodBoolean;
@@ -524,7 +524,6 @@ declare const stateChainRuntimeSafeModeInnerRuntimeSafeMode: z.ZodObject<{
524
524
  solanaVault: boolean;
525
525
  }>;
526
526
  }, "strip", z.ZodTypeAny, {
527
- __kind: "CodeAmber";
528
527
  value: {
529
528
  governance: boolean;
530
529
  funding: boolean;
@@ -548,8 +547,8 @@ declare const stateChainRuntimeSafeModeInnerRuntimeSafeMode: z.ZodObject<{
548
547
  solanaBroadcast: boolean;
549
548
  solanaVault: boolean;
550
549
  };
551
- }, {
552
550
  __kind: "CodeAmber";
551
+ }, {
553
552
  value: {
554
553
  governance: boolean;
555
554
  funding: boolean;
@@ -573,6 +572,7 @@ declare const stateChainRuntimeSafeModeInnerRuntimeSafeMode: z.ZodObject<{
573
572
  solanaBroadcast: boolean;
574
573
  solanaVault: boolean;
575
574
  };
575
+ __kind: "CodeAmber";
576
576
  }>]>;
577
577
  ingressEgressEthereum: z.ZodObject<{
578
578
  boostDepositsEnabled: z.ZodBoolean;
@@ -717,7 +717,6 @@ declare const stateChainRuntimeSafeModeInnerRuntimeSafeMode: z.ZodObject<{
717
717
  } | {
718
718
  __kind: "CodeRed";
719
719
  } | {
720
- __kind: "CodeAmber";
721
720
  value: {
722
721
  governance: boolean;
723
722
  funding: boolean;
@@ -741,6 +740,7 @@ declare const stateChainRuntimeSafeModeInnerRuntimeSafeMode: z.ZodObject<{
741
740
  solanaBroadcast: boolean;
742
741
  solanaVault: boolean;
743
742
  };
743
+ __kind: "CodeAmber";
744
744
  };
745
745
  ingressEgressEthereum: {
746
746
  boostDepositsEnabled: boolean;
@@ -835,7 +835,6 @@ declare const stateChainRuntimeSafeModeInnerRuntimeSafeMode: z.ZodObject<{
835
835
  } | {
836
836
  __kind: "CodeRed";
837
837
  } | {
838
- __kind: "CodeAmber";
839
838
  value: {
840
839
  governance: boolean;
841
840
  funding: boolean;
@@ -859,6 +858,7 @@ declare const stateChainRuntimeSafeModeInnerRuntimeSafeMode: z.ZodObject<{
859
858
  solanaBroadcast: boolean;
860
859
  solanaVault: boolean;
861
860
  };
861
+ __kind: "CodeAmber";
862
862
  };
863
863
  ingressEgressEthereum: {
864
864
  boostDepositsEnabled: boolean;
@@ -1125,7 +1125,6 @@ declare const palletCfEnvironmentSafeModeUpdate: z.ZodDiscriminatedUnion<"__kind
1125
1125
  solanaVault: boolean;
1126
1126
  }>;
1127
1127
  }, "strip", z.ZodTypeAny, {
1128
- __kind: "CodeAmber";
1129
1128
  value: {
1130
1129
  governance: boolean;
1131
1130
  funding: boolean;
@@ -1149,8 +1148,8 @@ declare const palletCfEnvironmentSafeModeUpdate: z.ZodDiscriminatedUnion<"__kind
1149
1148
  solanaBroadcast: boolean;
1150
1149
  solanaVault: boolean;
1151
1150
  };
1152
- }, {
1153
1151
  __kind: "CodeAmber";
1152
+ }, {
1154
1153
  value: {
1155
1154
  governance: boolean;
1156
1155
  funding: boolean;
@@ -1174,6 +1173,7 @@ declare const palletCfEnvironmentSafeModeUpdate: z.ZodDiscriminatedUnion<"__kind
1174
1173
  solanaBroadcast: boolean;
1175
1174
  solanaVault: boolean;
1176
1175
  };
1176
+ __kind: "CodeAmber";
1177
1177
  }>]>;
1178
1178
  ingressEgressEthereum: z.ZodObject<{
1179
1179
  boostDepositsEnabled: z.ZodBoolean;
@@ -1318,7 +1318,6 @@ declare const palletCfEnvironmentSafeModeUpdate: z.ZodDiscriminatedUnion<"__kind
1318
1318
  } | {
1319
1319
  __kind: "CodeRed";
1320
1320
  } | {
1321
- __kind: "CodeAmber";
1322
1321
  value: {
1323
1322
  governance: boolean;
1324
1323
  funding: boolean;
@@ -1342,6 +1341,7 @@ declare const palletCfEnvironmentSafeModeUpdate: z.ZodDiscriminatedUnion<"__kind
1342
1341
  solanaBroadcast: boolean;
1343
1342
  solanaVault: boolean;
1344
1343
  };
1344
+ __kind: "CodeAmber";
1345
1345
  };
1346
1346
  ingressEgressEthereum: {
1347
1347
  boostDepositsEnabled: boolean;
@@ -1436,7 +1436,6 @@ declare const palletCfEnvironmentSafeModeUpdate: z.ZodDiscriminatedUnion<"__kind
1436
1436
  } | {
1437
1437
  __kind: "CodeRed";
1438
1438
  } | {
1439
- __kind: "CodeAmber";
1440
1439
  value: {
1441
1440
  governance: boolean;
1442
1441
  funding: boolean;
@@ -1460,6 +1459,7 @@ declare const palletCfEnvironmentSafeModeUpdate: z.ZodDiscriminatedUnion<"__kind
1460
1459
  solanaBroadcast: boolean;
1461
1460
  solanaVault: boolean;
1462
1461
  };
1462
+ __kind: "CodeAmber";
1463
1463
  };
1464
1464
  ingressEgressEthereum: {
1465
1465
  boostDepositsEnabled: boolean;
@@ -1493,7 +1493,6 @@ declare const palletCfEnvironmentSafeModeUpdate: z.ZodDiscriminatedUnion<"__kind
1493
1493
  };
1494
1494
  }>;
1495
1495
  }, "strip", z.ZodTypeAny, {
1496
- __kind: "CodeAmber";
1497
1496
  value: {
1498
1497
  funding: {
1499
1498
  redeemEnabled: boolean;
@@ -1557,7 +1556,6 @@ declare const palletCfEnvironmentSafeModeUpdate: z.ZodDiscriminatedUnion<"__kind
1557
1556
  } | {
1558
1557
  __kind: "CodeRed";
1559
1558
  } | {
1560
- __kind: "CodeAmber";
1561
1559
  value: {
1562
1560
  governance: boolean;
1563
1561
  funding: boolean;
@@ -1581,6 +1579,7 @@ declare const palletCfEnvironmentSafeModeUpdate: z.ZodDiscriminatedUnion<"__kind
1581
1579
  solanaBroadcast: boolean;
1582
1580
  solanaVault: boolean;
1583
1581
  };
1582
+ __kind: "CodeAmber";
1584
1583
  };
1585
1584
  ingressEgressEthereum: {
1586
1585
  boostDepositsEnabled: boolean;
@@ -1613,8 +1612,8 @@ declare const palletCfEnvironmentSafeModeUpdate: z.ZodDiscriminatedUnion<"__kind
1613
1612
  depositsEnabled: boolean;
1614
1613
  };
1615
1614
  };
1616
- }, {
1617
1615
  __kind: "CodeAmber";
1616
+ }, {
1618
1617
  value: {
1619
1618
  funding: {
1620
1619
  redeemEnabled: boolean;
@@ -1678,7 +1677,6 @@ declare const palletCfEnvironmentSafeModeUpdate: z.ZodDiscriminatedUnion<"__kind
1678
1677
  } | {
1679
1678
  __kind: "CodeRed";
1680
1679
  } | {
1681
- __kind: "CodeAmber";
1682
1680
  value: {
1683
1681
  governance: boolean;
1684
1682
  funding: boolean;
@@ -1702,6 +1700,7 @@ declare const palletCfEnvironmentSafeModeUpdate: z.ZodDiscriminatedUnion<"__kind
1702
1700
  solanaBroadcast: boolean;
1703
1701
  solanaVault: boolean;
1704
1702
  };
1703
+ __kind: "CodeAmber";
1705
1704
  };
1706
1705
  ingressEgressEthereum: {
1707
1706
  boostDepositsEnabled: boolean;
@@ -1734,6 +1733,7 @@ declare const palletCfEnvironmentSafeModeUpdate: z.ZodDiscriminatedUnion<"__kind
1734
1733
  depositsEnabled: boolean;
1735
1734
  };
1736
1735
  };
1736
+ __kind: "CodeAmber";
1737
1737
  }>]>;
1738
1738
  declare const hexString: z.ZodEffects<z.ZodString, `0x${string}`, string>;
1739
1739
  declare const numericString: z.ZodEffects<z.ZodString, string, string>;
@@ -1752,21 +1752,21 @@ declare const simpleEnum: <U extends string, T extends readonly [U, ...U[]]>(val
1752
1752
  declare const cfPrimitivesChainsAssetsAnyAsset: z.ZodEffects<z.ZodObject<{
1753
1753
  __kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc"]>;
1754
1754
  }, "strip", z.ZodTypeAny, {
1755
- __kind: "Sol" | "SolUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt";
1755
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
1756
1756
  }, {
1757
- __kind: "Sol" | "SolUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt";
1758
- }>, "Sol" | "SolUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt", {
1759
- __kind: "Sol" | "SolUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt";
1757
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
1758
+ }>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc", {
1759
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
1760
1760
  }>;
1761
1761
  declare const cfChainsAddressEncodedAddress: z.ZodEffects<z.ZodObject<{
1762
1762
  __kind: z.ZodEnum<["Eth", "Dot", "Btc", "Arb", "Sol"]>;
1763
1763
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
1764
1764
  }, "strip", z.ZodTypeAny, {
1765
- __kind: "Sol" | "Eth" | "Dot" | "Btc" | "Arb";
1766
1765
  value: `0x${string}`;
1766
+ __kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
1767
1767
  }, {
1768
- __kind: "Sol" | "Eth" | "Dot" | "Btc" | "Arb";
1769
1768
  value: string;
1769
+ __kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
1770
1770
  }>, {
1771
1771
  readonly chain: "Ethereum";
1772
1772
  readonly address: `0x${string}`;
@@ -1783,8 +1783,8 @@ declare const cfChainsAddressEncodedAddress: z.ZodEffects<z.ZodObject<{
1783
1783
  readonly chain: "Solana";
1784
1784
  readonly address: string;
1785
1785
  }, {
1786
- __kind: "Sol" | "Eth" | "Dot" | "Btc" | "Arb";
1787
1786
  value: string;
1787
+ __kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
1788
1788
  }>;
1789
1789
  declare const cfChainsSwapOrigin: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
1790
1790
  __kind: z.ZodLiteral<"DepositChannel">;
@@ -1792,11 +1792,11 @@ declare const cfChainsSwapOrigin: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject
1792
1792
  __kind: z.ZodEnum<["Eth", "Dot", "Btc", "Arb", "Sol"]>;
1793
1793
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
1794
1794
  }, "strip", z.ZodTypeAny, {
1795
- __kind: "Sol" | "Eth" | "Dot" | "Btc" | "Arb";
1796
1795
  value: `0x${string}`;
1796
+ __kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
1797
1797
  }, {
1798
- __kind: "Sol" | "Eth" | "Dot" | "Btc" | "Arb";
1799
1798
  value: string;
1799
+ __kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
1800
1800
  }>, {
1801
1801
  readonly chain: "Ethereum";
1802
1802
  readonly address: `0x${string}`;
@@ -1813,8 +1813,8 @@ declare const cfChainsSwapOrigin: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject
1813
1813
  readonly chain: "Solana";
1814
1814
  readonly address: string;
1815
1815
  }, {
1816
- __kind: "Sol" | "Eth" | "Dot" | "Btc" | "Arb";
1817
1816
  value: string;
1817
+ __kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
1818
1818
  }>;
1819
1819
  channelId: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
1820
1820
  depositBlockHeight: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
@@ -1841,8 +1841,8 @@ declare const cfChainsSwapOrigin: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject
1841
1841
  }, {
1842
1842
  __kind: "DepositChannel";
1843
1843
  depositAddress: {
1844
- __kind: "Sol" | "Eth" | "Dot" | "Btc" | "Arb";
1845
1844
  value: string;
1845
+ __kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
1846
1846
  };
1847
1847
  channelId: string | number;
1848
1848
  depositBlockHeight: string | number;
@@ -1898,11 +1898,11 @@ declare const cfChainsCcmDepositMetadataGenericEncodedAddress: z.ZodObject<{
1898
1898
  __kind: z.ZodEnum<["Eth", "Dot", "Btc", "Arb", "Sol"]>;
1899
1899
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
1900
1900
  }, "strip", z.ZodTypeAny, {
1901
- __kind: "Sol" | "Eth" | "Dot" | "Btc" | "Arb";
1902
1901
  value: `0x${string}`;
1902
+ __kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
1903
1903
  }, {
1904
- __kind: "Sol" | "Eth" | "Dot" | "Btc" | "Arb";
1905
1904
  value: string;
1905
+ __kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
1906
1906
  }>, {
1907
1907
  readonly chain: "Ethereum";
1908
1908
  readonly address: `0x${string}`;
@@ -1919,8 +1919,8 @@ declare const cfChainsCcmDepositMetadataGenericEncodedAddress: z.ZodObject<{
1919
1919
  readonly chain: "Solana";
1920
1920
  readonly address: string;
1921
1921
  }, {
1922
- __kind: "Sol" | "Eth" | "Dot" | "Btc" | "Arb";
1923
1922
  value: string;
1923
+ __kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
1924
1924
  }>>>;
1925
1925
  channelMetadata: z.ZodObject<{
1926
1926
  message: z.ZodEffects<z.ZodString, `0x${string}`, string>;
@@ -1968,8 +1968,8 @@ declare const cfChainsCcmDepositMetadataGenericEncodedAddress: z.ZodObject<{
1968
1968
  cfParameters: string;
1969
1969
  };
1970
1970
  sourceAddress?: {
1971
- __kind: "Sol" | "Eth" | "Dot" | "Btc" | "Arb";
1972
1971
  value: string;
1972
+ __kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
1973
1973
  } | null | undefined;
1974
1974
  }>;
1975
1975
  declare const cfTraitsSwappingSwapRequestTypeGeneric: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
@@ -1990,11 +1990,11 @@ declare const cfTraitsSwappingSwapRequestTypeGeneric: z.ZodDiscriminatedUnion<"_
1990
1990
  __kind: z.ZodEnum<["Eth", "Dot", "Btc", "Arb", "Sol"]>;
1991
1991
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
1992
1992
  }, "strip", z.ZodTypeAny, {
1993
- __kind: "Sol" | "Eth" | "Dot" | "Btc" | "Arb";
1994
1993
  value: `0x${string}`;
1994
+ __kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
1995
1995
  }, {
1996
- __kind: "Sol" | "Eth" | "Dot" | "Btc" | "Arb";
1997
1996
  value: string;
1997
+ __kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
1998
1998
  }>, {
1999
1999
  readonly chain: "Ethereum";
2000
2000
  readonly address: `0x${string}`;
@@ -2011,8 +2011,8 @@ declare const cfTraitsSwappingSwapRequestTypeGeneric: z.ZodDiscriminatedUnion<"_
2011
2011
  readonly chain: "Solana";
2012
2012
  readonly address: string;
2013
2013
  }, {
2014
- __kind: "Sol" | "Eth" | "Dot" | "Btc" | "Arb";
2015
2014
  value: string;
2015
+ __kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
2016
2016
  }>;
2017
2017
  }, "strip", z.ZodTypeAny, {
2018
2018
  __kind: "Regular";
@@ -2035,8 +2035,8 @@ declare const cfTraitsSwappingSwapRequestTypeGeneric: z.ZodDiscriminatedUnion<"_
2035
2035
  }, {
2036
2036
  __kind: "Regular";
2037
2037
  outputAddress: {
2038
- __kind: "Sol" | "Eth" | "Dot" | "Btc" | "Arb";
2039
2038
  value: string;
2039
+ __kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
2040
2040
  };
2041
2041
  }>, z.ZodObject<{
2042
2042
  __kind: z.ZodLiteral<"Ccm">;
@@ -2044,11 +2044,11 @@ declare const cfTraitsSwappingSwapRequestTypeGeneric: z.ZodDiscriminatedUnion<"_
2044
2044
  __kind: z.ZodEnum<["Eth", "Dot", "Btc", "Arb", "Sol"]>;
2045
2045
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
2046
2046
  }, "strip", z.ZodTypeAny, {
2047
- __kind: "Sol" | "Eth" | "Dot" | "Btc" | "Arb";
2048
2047
  value: `0x${string}`;
2048
+ __kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
2049
2049
  }, {
2050
- __kind: "Sol" | "Eth" | "Dot" | "Btc" | "Arb";
2051
2050
  value: string;
2051
+ __kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
2052
2052
  }>, {
2053
2053
  readonly chain: "Ethereum";
2054
2054
  readonly address: `0x${string}`;
@@ -2065,8 +2065,8 @@ declare const cfTraitsSwappingSwapRequestTypeGeneric: z.ZodDiscriminatedUnion<"_
2065
2065
  readonly chain: "Solana";
2066
2066
  readonly address: string;
2067
2067
  }, {
2068
- __kind: "Sol" | "Eth" | "Dot" | "Btc" | "Arb";
2069
2068
  value: string;
2069
+ __kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
2070
2070
  }>;
2071
2071
  ccmDepositMetadata: z.ZodObject<{
2072
2072
  sourceChain: z.ZodEffects<z.ZodObject<{
@@ -2082,11 +2082,11 @@ declare const cfTraitsSwappingSwapRequestTypeGeneric: z.ZodDiscriminatedUnion<"_
2082
2082
  __kind: z.ZodEnum<["Eth", "Dot", "Btc", "Arb", "Sol"]>;
2083
2083
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
2084
2084
  }, "strip", z.ZodTypeAny, {
2085
- __kind: "Sol" | "Eth" | "Dot" | "Btc" | "Arb";
2086
2085
  value: `0x${string}`;
2086
+ __kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
2087
2087
  }, {
2088
- __kind: "Sol" | "Eth" | "Dot" | "Btc" | "Arb";
2089
2088
  value: string;
2089
+ __kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
2090
2090
  }>, {
2091
2091
  readonly chain: "Ethereum";
2092
2092
  readonly address: `0x${string}`;
@@ -2103,8 +2103,8 @@ declare const cfTraitsSwappingSwapRequestTypeGeneric: z.ZodDiscriminatedUnion<"_
2103
2103
  readonly chain: "Solana";
2104
2104
  readonly address: string;
2105
2105
  }, {
2106
- __kind: "Sol" | "Eth" | "Dot" | "Btc" | "Arb";
2107
2106
  value: string;
2107
+ __kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
2108
2108
  }>>>;
2109
2109
  channelMetadata: z.ZodObject<{
2110
2110
  message: z.ZodEffects<z.ZodString, `0x${string}`, string>;
@@ -2152,8 +2152,8 @@ declare const cfTraitsSwappingSwapRequestTypeGeneric: z.ZodDiscriminatedUnion<"_
2152
2152
  cfParameters: string;
2153
2153
  };
2154
2154
  sourceAddress?: {
2155
- __kind: "Sol" | "Eth" | "Dot" | "Btc" | "Arb";
2156
2155
  value: string;
2156
+ __kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
2157
2157
  } | null | undefined;
2158
2158
  }>;
2159
2159
  }, "strip", z.ZodTypeAny, {
@@ -2201,8 +2201,8 @@ declare const cfTraitsSwappingSwapRequestTypeGeneric: z.ZodDiscriminatedUnion<"_
2201
2201
  }, {
2202
2202
  __kind: "Ccm";
2203
2203
  outputAddress: {
2204
- __kind: "Sol" | "Eth" | "Dot" | "Btc" | "Arb";
2205
2204
  value: string;
2205
+ __kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
2206
2206
  };
2207
2207
  ccmDepositMetadata: {
2208
2208
  sourceChain: {
@@ -2214,8 +2214,8 @@ declare const cfTraitsSwappingSwapRequestTypeGeneric: z.ZodDiscriminatedUnion<"_
2214
2214
  cfParameters: string;
2215
2215
  };
2216
2216
  sourceAddress?: {
2217
- __kind: "Sol" | "Eth" | "Dot" | "Btc" | "Arb";
2218
2217
  value: string;
2218
+ __kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
2219
2219
  } | null | undefined;
2220
2220
  };
2221
2221
  }>]>;
@@ -2225,11 +2225,11 @@ declare const cfChainsChannelRefundParametersGenericEncodedAddress: z.ZodObject<
2225
2225
  __kind: z.ZodEnum<["Eth", "Dot", "Btc", "Arb", "Sol"]>;
2226
2226
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
2227
2227
  }, "strip", z.ZodTypeAny, {
2228
- __kind: "Sol" | "Eth" | "Dot" | "Btc" | "Arb";
2229
2228
  value: `0x${string}`;
2229
+ __kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
2230
2230
  }, {
2231
- __kind: "Sol" | "Eth" | "Dot" | "Btc" | "Arb";
2232
2231
  value: string;
2232
+ __kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
2233
2233
  }>, {
2234
2234
  readonly chain: "Ethereum";
2235
2235
  readonly address: `0x${string}`;
@@ -2246,8 +2246,8 @@ declare const cfChainsChannelRefundParametersGenericEncodedAddress: z.ZodObject<
2246
2246
  readonly chain: "Solana";
2247
2247
  readonly address: string;
2248
2248
  }, {
2249
- __kind: "Sol" | "Eth" | "Dot" | "Btc" | "Arb";
2250
2249
  value: string;
2250
+ __kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
2251
2251
  }>;
2252
2252
  minPrice: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
2253
2253
  }, "strip", z.ZodTypeAny, {
@@ -2272,8 +2272,8 @@ declare const cfChainsChannelRefundParametersGenericEncodedAddress: z.ZodObject<
2272
2272
  }, {
2273
2273
  retryDuration: number;
2274
2274
  refundAddress: {
2275
- __kind: "Sol" | "Eth" | "Dot" | "Btc" | "Arb";
2276
2275
  value: string;
2276
+ __kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
2277
2277
  };
2278
2278
  minPrice: string | number;
2279
2279
  }>;
@@ -2338,11 +2338,11 @@ declare const spRuntimeModuleError: z.ZodObject<{
2338
2338
  declare const spRuntimeTokenError: z.ZodEffects<z.ZodObject<{
2339
2339
  __kind: z.ZodEnum<["FundsUnavailable", "OnlyProvider", "BelowMinimum", "CannotCreate", "UnknownAsset", "Frozen", "Unsupported", "CannotCreateHold", "NotExpendable", "Blocked"]>;
2340
2340
  }, "strip", z.ZodTypeAny, {
2341
- __kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
2341
+ __kind: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
2342
2342
  }, {
2343
- __kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
2344
- }>, "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked", {
2345
- __kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
2343
+ __kind: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
2344
+ }>, "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked", {
2345
+ __kind: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
2346
2346
  }>;
2347
2347
  declare const spArithmeticArithmeticError: z.ZodEffects<z.ZodObject<{
2348
2348
  __kind: z.ZodEnum<["Underflow", "Overflow", "DivisionByZero"]>;
@@ -2393,17 +2393,17 @@ declare const spRuntimeDispatchError: z.ZodDiscriminatedUnion<"__kind", [z.ZodOb
2393
2393
  error: string;
2394
2394
  }>;
2395
2395
  }, "strip", z.ZodTypeAny, {
2396
- __kind: "Module";
2397
2396
  value: {
2398
2397
  index: number;
2399
2398
  error: `0x${string}`;
2400
2399
  };
2401
- }, {
2402
2400
  __kind: "Module";
2401
+ }, {
2403
2402
  value: {
2404
2403
  index: number;
2405
2404
  error: string;
2406
2405
  };
2406
+ __kind: "Module";
2407
2407
  }>, z.ZodObject<{
2408
2408
  __kind: z.ZodLiteral<"ConsumerRemaining">;
2409
2409
  }, "strip", z.ZodTypeAny, {
@@ -2427,20 +2427,20 @@ declare const spRuntimeDispatchError: z.ZodDiscriminatedUnion<"__kind", [z.ZodOb
2427
2427
  value: z.ZodEffects<z.ZodObject<{
2428
2428
  __kind: z.ZodEnum<["FundsUnavailable", "OnlyProvider", "BelowMinimum", "CannotCreate", "UnknownAsset", "Frozen", "Unsupported", "CannotCreateHold", "NotExpendable", "Blocked"]>;
2429
2429
  }, "strip", z.ZodTypeAny, {
2430
- __kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
2430
+ __kind: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
2431
2431
  }, {
2432
- __kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
2433
- }>, "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked", {
2434
- __kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
2432
+ __kind: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
2433
+ }>, "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked", {
2434
+ __kind: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
2435
2435
  }>;
2436
2436
  }, "strip", z.ZodTypeAny, {
2437
+ value: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
2437
2438
  __kind: "Token";
2438
- value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
2439
2439
  }, {
2440
- __kind: "Token";
2441
2440
  value: {
2442
- __kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
2441
+ __kind: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
2443
2442
  };
2443
+ __kind: "Token";
2444
2444
  }>, z.ZodObject<{
2445
2445
  __kind: z.ZodLiteral<"Arithmetic">;
2446
2446
  value: z.ZodEffects<z.ZodObject<{
@@ -2453,13 +2453,13 @@ declare const spRuntimeDispatchError: z.ZodDiscriminatedUnion<"__kind", [z.ZodOb
2453
2453
  __kind: "Underflow" | "Overflow" | "DivisionByZero";
2454
2454
  }>;
2455
2455
  }, "strip", z.ZodTypeAny, {
2456
- __kind: "Arithmetic";
2457
2456
  value: "Underflow" | "Overflow" | "DivisionByZero";
2458
- }, {
2459
2457
  __kind: "Arithmetic";
2458
+ }, {
2460
2459
  value: {
2461
2460
  __kind: "Underflow" | "Overflow" | "DivisionByZero";
2462
2461
  };
2462
+ __kind: "Arithmetic";
2463
2463
  }>, z.ZodObject<{
2464
2464
  __kind: z.ZodLiteral<"Transactional">;
2465
2465
  value: z.ZodEffects<z.ZodObject<{
@@ -2472,13 +2472,13 @@ declare const spRuntimeDispatchError: z.ZodDiscriminatedUnion<"__kind", [z.ZodOb
2472
2472
  __kind: "LimitReached" | "NoLayer";
2473
2473
  }>;
2474
2474
  }, "strip", z.ZodTypeAny, {
2475
- __kind: "Transactional";
2476
2475
  value: "LimitReached" | "NoLayer";
2477
- }, {
2478
2476
  __kind: "Transactional";
2477
+ }, {
2479
2478
  value: {
2480
2479
  __kind: "LimitReached" | "NoLayer";
2481
2480
  };
2481
+ __kind: "Transactional";
2482
2482
  }>, z.ZodObject<{
2483
2483
  __kind: z.ZodLiteral<"Exhausted">;
2484
2484
  }, "strip", z.ZodTypeAny, {
@@ -2623,13 +2623,13 @@ declare const cfChainsSolApiSolanaTransactionBuildingError: z.ZodDiscriminatedUn
2623
2623
  __kind: "NotAValidPoint" | "TooManySeeds" | "SeedTooLarge" | "BumpSeedBadLuck";
2624
2624
  }>;
2625
2625
  }, "strip", z.ZodTypeAny, {
2626
- __kind: "FailedToDeriveAddress";
2627
2626
  value: "NotAValidPoint" | "TooManySeeds" | "SeedTooLarge" | "BumpSeedBadLuck";
2628
- }, {
2629
2627
  __kind: "FailedToDeriveAddress";
2628
+ }, {
2630
2629
  value: {
2631
2630
  __kind: "NotAValidPoint" | "TooManySeeds" | "SeedTooLarge" | "BumpSeedBadLuck";
2632
2631
  };
2632
+ __kind: "FailedToDeriveAddress";
2633
2633
  }>, z.ZodObject<{
2634
2634
  __kind: z.ZodLiteral<"InvalidCcm">;
2635
2635
  value: z.ZodEffects<z.ZodObject<{
@@ -2642,13 +2642,13 @@ declare const cfChainsSolApiSolanaTransactionBuildingError: z.ZodDiscriminatedUn
2642
2642
  __kind: "CannotDecodeCfParameters" | "CcmIsTooLong" | "CfParametersContainsInvalidAccounts";
2643
2643
  }>;
2644
2644
  }, "strip", z.ZodTypeAny, {
2645
- __kind: "InvalidCcm";
2646
2645
  value: "CannotDecodeCfParameters" | "CcmIsTooLong" | "CfParametersContainsInvalidAccounts";
2647
- }, {
2648
2646
  __kind: "InvalidCcm";
2647
+ }, {
2649
2648
  value: {
2650
2649
  __kind: "CannotDecodeCfParameters" | "CcmIsTooLong" | "CfParametersContainsInvalidAccounts";
2651
2650
  };
2651
+ __kind: "InvalidCcm";
2652
2652
  }>, z.ZodObject<{
2653
2653
  __kind: z.ZodLiteral<"FailedToSerializeFinalTransaction">;
2654
2654
  }, "strip", z.ZodTypeAny, {
@@ -2659,11 +2659,11 @@ declare const cfChainsSolApiSolanaTransactionBuildingError: z.ZodDiscriminatedUn
2659
2659
  __kind: z.ZodLiteral<"FinalTransactionExceededMaxLength">;
2660
2660
  value: z.ZodNumber;
2661
2661
  }, "strip", z.ZodTypeAny, {
2662
- __kind: "FinalTransactionExceededMaxLength";
2663
2662
  value: number;
2664
- }, {
2665
2663
  __kind: "FinalTransactionExceededMaxLength";
2664
+ }, {
2666
2665
  value: number;
2666
+ __kind: "FinalTransactionExceededMaxLength";
2667
2667
  }>]>;
2668
2668
  declare const cfChainsExecutexSwapAndCallError: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
2669
2669
  __kind: z.ZodLiteral<"Unsupported">;
@@ -2715,13 +2715,13 @@ declare const cfChainsExecutexSwapAndCallError: z.ZodDiscriminatedUnion<"__kind"
2715
2715
  __kind: "NotAValidPoint" | "TooManySeeds" | "SeedTooLarge" | "BumpSeedBadLuck";
2716
2716
  }>;
2717
2717
  }, "strip", z.ZodTypeAny, {
2718
- __kind: "FailedToDeriveAddress";
2719
2718
  value: "NotAValidPoint" | "TooManySeeds" | "SeedTooLarge" | "BumpSeedBadLuck";
2720
- }, {
2721
2719
  __kind: "FailedToDeriveAddress";
2720
+ }, {
2722
2721
  value: {
2723
2722
  __kind: "NotAValidPoint" | "TooManySeeds" | "SeedTooLarge" | "BumpSeedBadLuck";
2724
2723
  };
2724
+ __kind: "FailedToDeriveAddress";
2725
2725
  }>, z.ZodObject<{
2726
2726
  __kind: z.ZodLiteral<"InvalidCcm">;
2727
2727
  value: z.ZodEffects<z.ZodObject<{
@@ -2734,13 +2734,13 @@ declare const cfChainsExecutexSwapAndCallError: z.ZodDiscriminatedUnion<"__kind"
2734
2734
  __kind: "CannotDecodeCfParameters" | "CcmIsTooLong" | "CfParametersContainsInvalidAccounts";
2735
2735
  }>;
2736
2736
  }, "strip", z.ZodTypeAny, {
2737
- __kind: "InvalidCcm";
2738
2737
  value: "CannotDecodeCfParameters" | "CcmIsTooLong" | "CfParametersContainsInvalidAccounts";
2739
- }, {
2740
2738
  __kind: "InvalidCcm";
2739
+ }, {
2741
2740
  value: {
2742
2741
  __kind: "CannotDecodeCfParameters" | "CcmIsTooLong" | "CfParametersContainsInvalidAccounts";
2743
2742
  };
2743
+ __kind: "InvalidCcm";
2744
2744
  }>, z.ZodObject<{
2745
2745
  __kind: z.ZodLiteral<"FailedToSerializeFinalTransaction">;
2746
2746
  }, "strip", z.ZodTypeAny, {
@@ -2751,14 +2751,13 @@ declare const cfChainsExecutexSwapAndCallError: z.ZodDiscriminatedUnion<"__kind"
2751
2751
  __kind: z.ZodLiteral<"FinalTransactionExceededMaxLength">;
2752
2752
  value: z.ZodNumber;
2753
2753
  }, "strip", z.ZodTypeAny, {
2754
- __kind: "FinalTransactionExceededMaxLength";
2755
2754
  value: number;
2756
- }, {
2757
2755
  __kind: "FinalTransactionExceededMaxLength";
2756
+ }, {
2758
2757
  value: number;
2758
+ __kind: "FinalTransactionExceededMaxLength";
2759
2759
  }>]>;
2760
2760
  }, "strip", z.ZodTypeAny, {
2761
- __kind: "FailedToBuildCcmForSolana";
2762
2761
  value: {
2763
2762
  __kind: "CannotLookupApiEnvironment";
2764
2763
  } | {
@@ -2770,19 +2769,19 @@ declare const cfChainsExecutexSwapAndCallError: z.ZodDiscriminatedUnion<"__kind"
2770
2769
  } | {
2771
2770
  __kind: "NoAvailableNonceAccount";
2772
2771
  } | {
2773
- __kind: "FailedToDeriveAddress";
2774
2772
  value: "NotAValidPoint" | "TooManySeeds" | "SeedTooLarge" | "BumpSeedBadLuck";
2773
+ __kind: "FailedToDeriveAddress";
2775
2774
  } | {
2776
- __kind: "InvalidCcm";
2777
2775
  value: "CannotDecodeCfParameters" | "CcmIsTooLong" | "CfParametersContainsInvalidAccounts";
2776
+ __kind: "InvalidCcm";
2778
2777
  } | {
2779
2778
  __kind: "FailedToSerializeFinalTransaction";
2780
2779
  } | {
2781
- __kind: "FinalTransactionExceededMaxLength";
2782
2780
  value: number;
2781
+ __kind: "FinalTransactionExceededMaxLength";
2783
2782
  };
2784
- }, {
2785
2783
  __kind: "FailedToBuildCcmForSolana";
2784
+ }, {
2786
2785
  value: {
2787
2786
  __kind: "CannotLookupApiEnvironment";
2788
2787
  } | {
@@ -2794,21 +2793,22 @@ declare const cfChainsExecutexSwapAndCallError: z.ZodDiscriminatedUnion<"__kind"
2794
2793
  } | {
2795
2794
  __kind: "NoAvailableNonceAccount";
2796
2795
  } | {
2797
- __kind: "FailedToDeriveAddress";
2798
2796
  value: {
2799
2797
  __kind: "NotAValidPoint" | "TooManySeeds" | "SeedTooLarge" | "BumpSeedBadLuck";
2800
2798
  };
2799
+ __kind: "FailedToDeriveAddress";
2801
2800
  } | {
2802
- __kind: "InvalidCcm";
2803
2801
  value: {
2804
2802
  __kind: "CannotDecodeCfParameters" | "CcmIsTooLong" | "CfParametersContainsInvalidAccounts";
2805
2803
  };
2804
+ __kind: "InvalidCcm";
2806
2805
  } | {
2807
2806
  __kind: "FailedToSerializeFinalTransaction";
2808
2807
  } | {
2809
- __kind: "FinalTransactionExceededMaxLength";
2810
2808
  value: number;
2809
+ __kind: "FinalTransactionExceededMaxLength";
2811
2810
  };
2811
+ __kind: "FailedToBuildCcmForSolana";
2812
2812
  }>, z.ZodObject<{
2813
2813
  __kind: z.ZodLiteral<"DispatchError">;
2814
2814
  value: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
@@ -2842,17 +2842,17 @@ declare const cfChainsExecutexSwapAndCallError: z.ZodDiscriminatedUnion<"__kind"
2842
2842
  error: string;
2843
2843
  }>;
2844
2844
  }, "strip", z.ZodTypeAny, {
2845
- __kind: "Module";
2846
2845
  value: {
2847
2846
  index: number;
2848
2847
  error: `0x${string}`;
2849
2848
  };
2850
- }, {
2851
2849
  __kind: "Module";
2850
+ }, {
2852
2851
  value: {
2853
2852
  index: number;
2854
2853
  error: string;
2855
2854
  };
2855
+ __kind: "Module";
2856
2856
  }>, z.ZodObject<{
2857
2857
  __kind: z.ZodLiteral<"ConsumerRemaining">;
2858
2858
  }, "strip", z.ZodTypeAny, {
@@ -2876,20 +2876,20 @@ declare const cfChainsExecutexSwapAndCallError: z.ZodDiscriminatedUnion<"__kind"
2876
2876
  value: z.ZodEffects<z.ZodObject<{
2877
2877
  __kind: z.ZodEnum<["FundsUnavailable", "OnlyProvider", "BelowMinimum", "CannotCreate", "UnknownAsset", "Frozen", "Unsupported", "CannotCreateHold", "NotExpendable", "Blocked"]>;
2878
2878
  }, "strip", z.ZodTypeAny, {
2879
- __kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
2879
+ __kind: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
2880
2880
  }, {
2881
- __kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
2882
- }>, "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked", {
2883
- __kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
2881
+ __kind: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
2882
+ }>, "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked", {
2883
+ __kind: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
2884
2884
  }>;
2885
2885
  }, "strip", z.ZodTypeAny, {
2886
+ value: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
2886
2887
  __kind: "Token";
2887
- value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
2888
2888
  }, {
2889
- __kind: "Token";
2890
2889
  value: {
2891
- __kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
2890
+ __kind: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
2892
2891
  };
2892
+ __kind: "Token";
2893
2893
  }>, z.ZodObject<{
2894
2894
  __kind: z.ZodLiteral<"Arithmetic">;
2895
2895
  value: z.ZodEffects<z.ZodObject<{
@@ -2902,13 +2902,13 @@ declare const cfChainsExecutexSwapAndCallError: z.ZodDiscriminatedUnion<"__kind"
2902
2902
  __kind: "Underflow" | "Overflow" | "DivisionByZero";
2903
2903
  }>;
2904
2904
  }, "strip", z.ZodTypeAny, {
2905
- __kind: "Arithmetic";
2906
2905
  value: "Underflow" | "Overflow" | "DivisionByZero";
2907
- }, {
2908
2906
  __kind: "Arithmetic";
2907
+ }, {
2909
2908
  value: {
2910
2909
  __kind: "Underflow" | "Overflow" | "DivisionByZero";
2911
2910
  };
2911
+ __kind: "Arithmetic";
2912
2912
  }>, z.ZodObject<{
2913
2913
  __kind: z.ZodLiteral<"Transactional">;
2914
2914
  value: z.ZodEffects<z.ZodObject<{
@@ -2921,13 +2921,13 @@ declare const cfChainsExecutexSwapAndCallError: z.ZodDiscriminatedUnion<"__kind"
2921
2921
  __kind: "LimitReached" | "NoLayer";
2922
2922
  }>;
2923
2923
  }, "strip", z.ZodTypeAny, {
2924
- __kind: "Transactional";
2925
2924
  value: "LimitReached" | "NoLayer";
2926
- }, {
2927
2925
  __kind: "Transactional";
2926
+ }, {
2928
2927
  value: {
2929
2928
  __kind: "LimitReached" | "NoLayer";
2930
2929
  };
2930
+ __kind: "Transactional";
2931
2931
  }>, z.ZodObject<{
2932
2932
  __kind: z.ZodLiteral<"Exhausted">;
2933
2933
  }, "strip", z.ZodTypeAny, {
@@ -2954,7 +2954,6 @@ declare const cfChainsExecutexSwapAndCallError: z.ZodDiscriminatedUnion<"__kind"
2954
2954
  __kind: "RootNotAllowed";
2955
2955
  }>]>;
2956
2956
  }, "strip", z.ZodTypeAny, {
2957
- __kind: "DispatchError";
2958
2957
  value: {
2959
2958
  __kind: "Other";
2960
2959
  } | {
@@ -2962,11 +2961,11 @@ declare const cfChainsExecutexSwapAndCallError: z.ZodDiscriminatedUnion<"__kind"
2962
2961
  } | {
2963
2962
  __kind: "BadOrigin";
2964
2963
  } | {
2965
- __kind: "Module";
2966
2964
  value: {
2967
2965
  index: number;
2968
2966
  error: `0x${string}`;
2969
2967
  };
2968
+ __kind: "Module";
2970
2969
  } | {
2971
2970
  __kind: "ConsumerRemaining";
2972
2971
  } | {
@@ -2974,14 +2973,14 @@ declare const cfChainsExecutexSwapAndCallError: z.ZodDiscriminatedUnion<"__kind"
2974
2973
  } | {
2975
2974
  __kind: "TooManyConsumers";
2976
2975
  } | {
2976
+ value: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
2977
2977
  __kind: "Token";
2978
- value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
2979
2978
  } | {
2980
- __kind: "Arithmetic";
2981
2979
  value: "Underflow" | "Overflow" | "DivisionByZero";
2980
+ __kind: "Arithmetic";
2982
2981
  } | {
2983
- __kind: "Transactional";
2984
2982
  value: "LimitReached" | "NoLayer";
2983
+ __kind: "Transactional";
2985
2984
  } | {
2986
2985
  __kind: "Exhausted";
2987
2986
  } | {
@@ -2991,8 +2990,8 @@ declare const cfChainsExecutexSwapAndCallError: z.ZodDiscriminatedUnion<"__kind"
2991
2990
  } | {
2992
2991
  __kind: "RootNotAllowed";
2993
2992
  };
2994
- }, {
2995
2993
  __kind: "DispatchError";
2994
+ }, {
2996
2995
  value: {
2997
2996
  __kind: "Other";
2998
2997
  } | {
@@ -3000,11 +2999,11 @@ declare const cfChainsExecutexSwapAndCallError: z.ZodDiscriminatedUnion<"__kind"
3000
2999
  } | {
3001
3000
  __kind: "BadOrigin";
3002
3001
  } | {
3003
- __kind: "Module";
3004
3002
  value: {
3005
3003
  index: number;
3006
3004
  error: string;
3007
3005
  };
3006
+ __kind: "Module";
3008
3007
  } | {
3009
3008
  __kind: "ConsumerRemaining";
3010
3009
  } | {
@@ -3012,20 +3011,20 @@ declare const cfChainsExecutexSwapAndCallError: z.ZodDiscriminatedUnion<"__kind"
3012
3011
  } | {
3013
3012
  __kind: "TooManyConsumers";
3014
3013
  } | {
3015
- __kind: "Token";
3016
3014
  value: {
3017
- __kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
3015
+ __kind: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
3018
3016
  };
3017
+ __kind: "Token";
3019
3018
  } | {
3020
- __kind: "Arithmetic";
3021
3019
  value: {
3022
3020
  __kind: "Underflow" | "Overflow" | "DivisionByZero";
3023
3021
  };
3022
+ __kind: "Arithmetic";
3024
3023
  } | {
3025
- __kind: "Transactional";
3026
3024
  value: {
3027
3025
  __kind: "LimitReached" | "NoLayer";
3028
3026
  };
3027
+ __kind: "Transactional";
3029
3028
  } | {
3030
3029
  __kind: "Exhausted";
3031
3030
  } | {
@@ -3035,6 +3034,7 @@ declare const cfChainsExecutexSwapAndCallError: z.ZodDiscriminatedUnion<"__kind"
3035
3034
  } | {
3036
3035
  __kind: "RootNotAllowed";
3037
3036
  };
3037
+ __kind: "DispatchError";
3038
3038
  }>]>;
3039
3039
  declare const cfPrimitivesChainsAssetsDotAsset: z.ZodEffects<z.ZodObject<{
3040
3040
  __kind: z.ZodEnum<["Dot"]>;
@@ -3092,47 +3092,47 @@ declare const cfChainsBtcScriptPubkey: z.ZodDiscriminatedUnion<"__kind", [z.ZodO
3092
3092
  __kind: z.ZodLiteral<"P2PKH">;
3093
3093
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
3094
3094
  }, "strip", z.ZodTypeAny, {
3095
- __kind: "P2PKH";
3096
3095
  value: `0x${string}`;
3097
- }, {
3098
3096
  __kind: "P2PKH";
3097
+ }, {
3099
3098
  value: string;
3099
+ __kind: "P2PKH";
3100
3100
  }>, z.ZodObject<{
3101
3101
  __kind: z.ZodLiteral<"P2SH">;
3102
3102
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
3103
3103
  }, "strip", z.ZodTypeAny, {
3104
- __kind: "P2SH";
3105
3104
  value: `0x${string}`;
3106
- }, {
3107
3105
  __kind: "P2SH";
3106
+ }, {
3108
3107
  value: string;
3108
+ __kind: "P2SH";
3109
3109
  }>, z.ZodObject<{
3110
3110
  __kind: z.ZodLiteral<"P2WPKH">;
3111
3111
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
3112
3112
  }, "strip", z.ZodTypeAny, {
3113
- __kind: "P2WPKH";
3114
3113
  value: `0x${string}`;
3115
- }, {
3116
3114
  __kind: "P2WPKH";
3115
+ }, {
3117
3116
  value: string;
3117
+ __kind: "P2WPKH";
3118
3118
  }>, z.ZodObject<{
3119
3119
  __kind: z.ZodLiteral<"P2WSH">;
3120
3120
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
3121
3121
  }, "strip", z.ZodTypeAny, {
3122
- __kind: "P2WSH";
3123
3122
  value: `0x${string}`;
3124
- }, {
3125
3123
  __kind: "P2WSH";
3124
+ }, {
3126
3125
  value: string;
3126
+ __kind: "P2WSH";
3127
3127
  }>, z.ZodObject<{
3128
3128
  __kind: z.ZodLiteral<"Taproot">;
3129
3129
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
3130
3130
  }, "strip", z.ZodTypeAny, {
3131
- __kind: "Taproot";
3132
3131
  value: `0x${string}`;
3133
- }, {
3134
3132
  __kind: "Taproot";
3133
+ }, {
3135
3134
  value: string;
3135
+ __kind: "Taproot";
3136
3136
  }>, z.ZodObject<{
3137
3137
  __kind: z.ZodLiteral<"OtherSegwit">;
3138
3138
  version: z.ZodNumber;
@@ -3271,7 +3271,6 @@ declare const palletCfPoolsIncreaseOrDecreaseRangeOrderChange: z.ZodDiscriminate
3271
3271
  liquidity: string | number;
3272
3272
  }>;
3273
3273
  }, "strip", z.ZodTypeAny, {
3274
- __kind: "Increase";
3275
3274
  value: {
3276
3275
  amounts: {
3277
3276
  base: bigint;
@@ -3279,8 +3278,8 @@ declare const palletCfPoolsIncreaseOrDecreaseRangeOrderChange: z.ZodDiscriminate
3279
3278
  };
3280
3279
  liquidity: bigint;
3281
3280
  };
3282
- }, {
3283
3281
  __kind: "Increase";
3282
+ }, {
3284
3283
  value: {
3285
3284
  amounts: {
3286
3285
  base: string | number;
@@ -3288,6 +3287,7 @@ declare const palletCfPoolsIncreaseOrDecreaseRangeOrderChange: z.ZodDiscriminate
3288
3287
  };
3289
3288
  liquidity: string | number;
3290
3289
  };
3290
+ __kind: "Increase";
3291
3291
  }>, z.ZodObject<{
3292
3292
  __kind: z.ZodLiteral<"Decrease">;
3293
3293
  value: z.ZodObject<{
@@ -3316,7 +3316,6 @@ declare const palletCfPoolsIncreaseOrDecreaseRangeOrderChange: z.ZodDiscriminate
3316
3316
  liquidity: string | number;
3317
3317
  }>;
3318
3318
  }, "strip", z.ZodTypeAny, {
3319
- __kind: "Decrease";
3320
3319
  value: {
3321
3320
  amounts: {
3322
3321
  base: bigint;
@@ -3324,8 +3323,8 @@ declare const palletCfPoolsIncreaseOrDecreaseRangeOrderChange: z.ZodDiscriminate
3324
3323
  };
3325
3324
  liquidity: bigint;
3326
3325
  };
3327
- }, {
3328
3326
  __kind: "Decrease";
3327
+ }, {
3329
3328
  value: {
3330
3329
  amounts: {
3331
3330
  base: string | number;
@@ -3333,6 +3332,7 @@ declare const palletCfPoolsIncreaseOrDecreaseRangeOrderChange: z.ZodDiscriminate
3333
3332
  };
3334
3333
  liquidity: string | number;
3335
3334
  };
3335
+ __kind: "Decrease";
3336
3336
  }>]>;
3337
3337
  declare const cfAmmCommonSide: z.ZodEffects<z.ZodObject<{
3338
3338
  __kind: z.ZodEnum<["Buy", "Sell"]>;
@@ -3347,20 +3347,20 @@ declare const palletCfPoolsIncreaseOrDecreaseU128: z.ZodDiscriminatedUnion<"__ki
3347
3347
  __kind: z.ZodLiteral<"Increase">;
3348
3348
  value: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
3349
3349
  }, "strip", z.ZodTypeAny, {
3350
- __kind: "Increase";
3351
3350
  value: bigint;
3352
- }, {
3353
3351
  __kind: "Increase";
3352
+ }, {
3354
3353
  value: string | number;
3354
+ __kind: "Increase";
3355
3355
  }>, z.ZodObject<{
3356
3356
  __kind: z.ZodLiteral<"Decrease">;
3357
3357
  value: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
3358
3358
  }, "strip", z.ZodTypeAny, {
3359
- __kind: "Decrease";
3360
3359
  value: bigint;
3361
- }, {
3362
3360
  __kind: "Decrease";
3361
+ }, {
3363
3362
  value: string | number;
3363
+ __kind: "Decrease";
3364
3364
  }>]>;
3365
3365
  declare const palletCfPoolsAssetPair: z.ZodObject<{
3366
3366
  assets: z.ZodObject<{
@@ -3389,20 +3389,20 @@ declare const palletCfPoolsCloseOrder: z.ZodDiscriminatedUnion<"__kind", [z.ZodO
3389
3389
  baseAsset: z.ZodEffects<z.ZodObject<{
3390
3390
  __kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc"]>;
3391
3391
  }, "strip", z.ZodTypeAny, {
3392
- __kind: "Sol" | "SolUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt";
3392
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
3393
3393
  }, {
3394
- __kind: "Sol" | "SolUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt";
3395
- }>, "Sol" | "SolUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt", {
3396
- __kind: "Sol" | "SolUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt";
3394
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
3395
+ }>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc", {
3396
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
3397
3397
  }>;
3398
3398
  quoteAsset: z.ZodEffects<z.ZodObject<{
3399
3399
  __kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc"]>;
3400
3400
  }, "strip", z.ZodTypeAny, {
3401
- __kind: "Sol" | "SolUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt";
3401
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
3402
3402
  }, {
3403
- __kind: "Sol" | "SolUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt";
3404
- }>, "Sol" | "SolUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt", {
3405
- __kind: "Sol" | "SolUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt";
3403
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
3404
+ }>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc", {
3405
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
3406
3406
  }>;
3407
3407
  side: z.ZodEffects<z.ZodObject<{
3408
3408
  __kind: z.ZodEnum<["Buy", "Sell"]>;
@@ -3416,17 +3416,17 @@ declare const palletCfPoolsCloseOrder: z.ZodDiscriminatedUnion<"__kind", [z.ZodO
3416
3416
  id: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
3417
3417
  }, "strip", z.ZodTypeAny, {
3418
3418
  __kind: "Limit";
3419
- baseAsset: "Sol" | "SolUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt";
3420
- quoteAsset: "Sol" | "SolUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt";
3419
+ baseAsset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
3420
+ quoteAsset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
3421
3421
  side: "Buy" | "Sell";
3422
3422
  id: bigint;
3423
3423
  }, {
3424
3424
  __kind: "Limit";
3425
3425
  baseAsset: {
3426
- __kind: "Sol" | "SolUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt";
3426
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
3427
3427
  };
3428
3428
  quoteAsset: {
3429
- __kind: "Sol" | "SolUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt";
3429
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
3430
3430
  };
3431
3431
  side: {
3432
3432
  __kind: "Buy" | "Sell";
@@ -3437,34 +3437,34 @@ declare const palletCfPoolsCloseOrder: z.ZodDiscriminatedUnion<"__kind", [z.ZodO
3437
3437
  baseAsset: z.ZodEffects<z.ZodObject<{
3438
3438
  __kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc"]>;
3439
3439
  }, "strip", z.ZodTypeAny, {
3440
- __kind: "Sol" | "SolUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt";
3440
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
3441
3441
  }, {
3442
- __kind: "Sol" | "SolUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt";
3443
- }>, "Sol" | "SolUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt", {
3444
- __kind: "Sol" | "SolUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt";
3442
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
3443
+ }>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc", {
3444
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
3445
3445
  }>;
3446
3446
  quoteAsset: z.ZodEffects<z.ZodObject<{
3447
3447
  __kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc"]>;
3448
3448
  }, "strip", z.ZodTypeAny, {
3449
- __kind: "Sol" | "SolUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt";
3449
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
3450
3450
  }, {
3451
- __kind: "Sol" | "SolUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt";
3452
- }>, "Sol" | "SolUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt", {
3453
- __kind: "Sol" | "SolUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt";
3451
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
3452
+ }>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc", {
3453
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
3454
3454
  }>;
3455
3455
  id: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
3456
3456
  }, "strip", z.ZodTypeAny, {
3457
3457
  __kind: "Range";
3458
- baseAsset: "Sol" | "SolUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt";
3459
- quoteAsset: "Sol" | "SolUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt";
3458
+ baseAsset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
3459
+ quoteAsset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
3460
3460
  id: bigint;
3461
3461
  }, {
3462
3462
  __kind: "Range";
3463
3463
  baseAsset: {
3464
- __kind: "Sol" | "SolUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt";
3464
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
3465
3465
  };
3466
3466
  quoteAsset: {
3467
- __kind: "Sol" | "SolUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt";
3467
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
3468
3468
  };
3469
3469
  id: string | number;
3470
3470
  }>]>;