@chainflip/processor 2.1.0-beta.1 → 2.1.0-beta.4

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 (1807) hide show
  1. package/dist/100/bitcoinIngressEgress/depositFetchesScheduled.d.cts +2 -2
  2. package/dist/100/bitcoinIngressEgress/depositFetchesScheduled.d.mts +2 -2
  3. package/dist/100/bitcoinIngressEgress/egressScheduled.d.cts +4 -4
  4. package/dist/100/bitcoinIngressEgress/egressScheduled.d.mts +4 -4
  5. package/dist/100/bitcoinThresholdSigner/failureReportProcessed.d.cts +2 -2
  6. package/dist/100/bitcoinThresholdSigner/failureReportProcessed.d.mts +2 -2
  7. package/dist/100/bitcoinThresholdSigner/retryRequested.d.cts +2 -2
  8. package/dist/100/bitcoinThresholdSigner/retryRequested.d.mts +2 -2
  9. package/dist/100/bitcoinThresholdSigner/thresholdDispatchComplete.d.cts +2 -2
  10. package/dist/100/bitcoinThresholdSigner/thresholdDispatchComplete.d.mts +2 -2
  11. package/dist/100/bitcoinThresholdSigner/thresholdSignatureFailed.d.cts +2 -2
  12. package/dist/100/bitcoinThresholdSigner/thresholdSignatureFailed.d.mts +2 -2
  13. package/dist/100/bitcoinThresholdSigner/thresholdSignatureRequest.d.cts +2 -2
  14. package/dist/100/bitcoinThresholdSigner/thresholdSignatureRequest.d.mts +2 -2
  15. package/dist/100/bitcoinThresholdSigner/thresholdSignatureSuccess.d.cts +2 -2
  16. package/dist/100/bitcoinThresholdSigner/thresholdSignatureSuccess.d.mts +2 -2
  17. package/dist/100/common.d.cts +11 -11
  18. package/dist/100/common.d.mts +11 -11
  19. package/dist/100/ethereumIngressEgress/depositFetchesScheduled.d.cts +2 -2
  20. package/dist/100/ethereumIngressEgress/depositFetchesScheduled.d.mts +2 -2
  21. package/dist/100/ethereumIngressEgress/egressScheduled.d.cts +2 -2
  22. package/dist/100/ethereumIngressEgress/egressScheduled.d.mts +2 -2
  23. package/dist/100/ethereumThresholdSigner/failureReportProcessed.d.cts +2 -2
  24. package/dist/100/ethereumThresholdSigner/failureReportProcessed.d.mts +2 -2
  25. package/dist/100/ethereumThresholdSigner/retryRequested.d.cts +2 -2
  26. package/dist/100/ethereumThresholdSigner/retryRequested.d.mts +2 -2
  27. package/dist/100/ethereumThresholdSigner/thresholdDispatchComplete.d.cts +2 -2
  28. package/dist/100/ethereumThresholdSigner/thresholdDispatchComplete.d.mts +2 -2
  29. package/dist/100/ethereumThresholdSigner/thresholdSignatureFailed.d.cts +2 -2
  30. package/dist/100/ethereumThresholdSigner/thresholdSignatureFailed.d.mts +2 -2
  31. package/dist/100/ethereumThresholdSigner/thresholdSignatureRequest.d.cts +2 -2
  32. package/dist/100/ethereumThresholdSigner/thresholdSignatureRequest.d.mts +2 -2
  33. package/dist/100/ethereumThresholdSigner/thresholdSignatureSuccess.d.cts +2 -2
  34. package/dist/100/ethereumThresholdSigner/thresholdSignatureSuccess.d.mts +2 -2
  35. package/dist/100/funding/boundExecutorAddress.d.cts +2 -2
  36. package/dist/100/funding/boundExecutorAddress.d.mts +2 -2
  37. package/dist/100/funding/boundRedeemAddress.d.cts +2 -2
  38. package/dist/100/funding/boundRedeemAddress.d.mts +2 -2
  39. package/dist/100/funding/failedFundingAttempt.d.cts +2 -2
  40. package/dist/100/funding/failedFundingAttempt.d.mts +2 -2
  41. package/dist/100/funding/funded.d.cts +2 -2
  42. package/dist/100/funding/funded.d.mts +2 -2
  43. package/dist/100/funding/redemptionRequested.d.cts +2 -2
  44. package/dist/100/funding/redemptionRequested.d.mts +2 -2
  45. package/dist/100/liquidityPools/assetSwapped.d.cts +12 -12
  46. package/dist/100/liquidityPools/assetSwapped.d.mts +12 -12
  47. package/dist/100/liquidityPools/limitOrderUpdated.d.cts +14 -14
  48. package/dist/100/liquidityPools/limitOrderUpdated.d.mts +14 -14
  49. package/dist/100/liquidityPools/newPoolCreated.d.cts +12 -12
  50. package/dist/100/liquidityPools/newPoolCreated.d.mts +12 -12
  51. package/dist/100/liquidityPools/poolFeeSet.d.cts +12 -12
  52. package/dist/100/liquidityPools/poolFeeSet.d.mts +12 -12
  53. package/dist/100/liquidityPools/poolStateUpdated.d.cts +12 -12
  54. package/dist/100/liquidityPools/poolStateUpdated.d.mts +12 -12
  55. package/dist/100/liquidityPools/rangeOrderUpdated.d.cts +21 -21
  56. package/dist/100/liquidityPools/rangeOrderUpdated.d.mts +21 -21
  57. package/dist/100/liquidityProvider/accountCredited.d.cts +7 -7
  58. package/dist/100/liquidityProvider/accountCredited.d.mts +7 -7
  59. package/dist/100/liquidityProvider/accountDebited.d.cts +7 -7
  60. package/dist/100/liquidityProvider/accountDebited.d.mts +7 -7
  61. package/dist/100/liquidityProvider/liquidityDepositAddressReady.d.cts +13 -13
  62. package/dist/100/liquidityProvider/liquidityDepositAddressReady.d.mts +13 -13
  63. package/dist/100/liquidityProvider/liquidityRefundAddressRegistered.d.cts +2 -2
  64. package/dist/100/liquidityProvider/liquidityRefundAddressRegistered.d.mts +2 -2
  65. package/dist/100/liquidityProvider/withdrawalEgressScheduled.d.cts +14 -14
  66. package/dist/100/liquidityProvider/withdrawalEgressScheduled.d.mts +14 -14
  67. package/dist/100/polkadotIngressEgress/depositFetchesScheduled.d.cts +2 -2
  68. package/dist/100/polkadotIngressEgress/depositFetchesScheduled.d.mts +2 -2
  69. package/dist/100/polkadotIngressEgress/egressScheduled.d.cts +2 -2
  70. package/dist/100/polkadotIngressEgress/egressScheduled.d.mts +2 -2
  71. package/dist/100/polkadotThresholdSigner/failureReportProcessed.d.cts +2 -2
  72. package/dist/100/polkadotThresholdSigner/failureReportProcessed.d.mts +2 -2
  73. package/dist/100/polkadotThresholdSigner/retryRequested.d.cts +2 -2
  74. package/dist/100/polkadotThresholdSigner/retryRequested.d.mts +2 -2
  75. package/dist/100/polkadotThresholdSigner/thresholdDispatchComplete.d.cts +2 -2
  76. package/dist/100/polkadotThresholdSigner/thresholdDispatchComplete.d.mts +2 -2
  77. package/dist/100/polkadotThresholdSigner/thresholdSignatureFailed.d.cts +2 -2
  78. package/dist/100/polkadotThresholdSigner/thresholdSignatureFailed.d.mts +2 -2
  79. package/dist/100/polkadotThresholdSigner/thresholdSignatureRequest.d.cts +2 -2
  80. package/dist/100/polkadotThresholdSigner/thresholdSignatureRequest.d.mts +2 -2
  81. package/dist/100/polkadotThresholdSigner/thresholdSignatureSuccess.d.cts +2 -2
  82. package/dist/100/polkadotThresholdSigner/thresholdSignatureSuccess.d.mts +2 -2
  83. package/dist/100/swapping/batchSwapFailed.d.cts +6 -6
  84. package/dist/100/swapping/batchSwapFailed.d.mts +6 -6
  85. package/dist/100/swapping/ccmDepositReceived.d.cts +6 -6
  86. package/dist/100/swapping/ccmDepositReceived.d.mts +6 -6
  87. package/dist/100/swapping/ccmFailed.d.cts +4 -4
  88. package/dist/100/swapping/ccmFailed.d.mts +4 -4
  89. package/dist/100/swapping/minimumSwapAmountSet.d.cts +6 -6
  90. package/dist/100/swapping/minimumSwapAmountSet.d.mts +6 -6
  91. package/dist/100/swapping/swapAmountTooLow.d.cts +15 -15
  92. package/dist/100/swapping/swapAmountTooLow.d.mts +15 -15
  93. package/dist/100/swapping/swapDepositAddressReady.d.cts +20 -20
  94. package/dist/100/swapping/swapDepositAddressReady.d.mts +20 -20
  95. package/dist/100/swapping/swapEgressScheduled.d.cts +6 -6
  96. package/dist/100/swapping/swapEgressScheduled.d.mts +6 -6
  97. package/dist/100/swapping/swapExecuted.d.cts +12 -12
  98. package/dist/100/swapping/swapExecuted.d.mts +12 -12
  99. package/dist/100/swapping/swapScheduled.d.cts +21 -21
  100. package/dist/100/swapping/swapScheduled.d.mts +21 -21
  101. package/dist/100/swapping/withdrawalRequested.d.cts +8 -8
  102. package/dist/100/swapping/withdrawalRequested.d.mts +8 -8
  103. package/dist/100/system/extrinsicFailed.d.cts +17 -17
  104. package/dist/100/system/extrinsicFailed.d.mts +17 -17
  105. package/dist/11000/arbitrumIngressEgress/ccmEgressInvalid.d.cts +107 -107
  106. package/dist/11000/arbitrumIngressEgress/ccmEgressInvalid.d.mts +107 -107
  107. package/dist/11000/arbitrumIngressEgress/depositFailed.d.cts +201 -201
  108. package/dist/11000/arbitrumIngressEgress/depositFailed.d.mts +201 -201
  109. package/dist/11000/arbitrumIngressEgress/failedToBuildAllBatchCall.d.cts +103 -103
  110. package/dist/11000/arbitrumIngressEgress/failedToBuildAllBatchCall.d.mts +103 -103
  111. package/dist/11000/assethubIngressEgress/ccmEgressInvalid.d.cts +107 -107
  112. package/dist/11000/assethubIngressEgress/ccmEgressInvalid.d.mts +107 -107
  113. package/dist/11000/assethubIngressEgress/depositFailed.d.cts +195 -195
  114. package/dist/11000/assethubIngressEgress/depositFailed.d.mts +195 -195
  115. package/dist/11000/assethubIngressEgress/failedToBuildAllBatchCall.d.cts +103 -103
  116. package/dist/11000/assethubIngressEgress/failedToBuildAllBatchCall.d.mts +103 -103
  117. package/dist/11000/bitcoinIngressEgress/ccmEgressInvalid.d.cts +107 -107
  118. package/dist/11000/bitcoinIngressEgress/ccmEgressInvalid.d.mts +107 -107
  119. package/dist/11000/bitcoinIngressEgress/depositFailed.d.cts +401 -401
  120. package/dist/11000/bitcoinIngressEgress/depositFailed.d.mts +401 -401
  121. package/dist/11000/bitcoinIngressEgress/failedToBuildAllBatchCall.d.cts +103 -103
  122. package/dist/11000/bitcoinIngressEgress/failedToBuildAllBatchCall.d.mts +103 -103
  123. package/dist/11000/bitcoinIngressEgress/invalidCcmRefunded.d.cts +20 -20
  124. package/dist/11000/bitcoinIngressEgress/invalidCcmRefunded.d.mts +20 -20
  125. package/dist/11000/common.d.cts +2534 -2534
  126. package/dist/11000/common.d.mts +2534 -2534
  127. package/dist/11000/environment/runtimeSafeModeUpdated.d.cts +12 -12
  128. package/dist/11000/environment/runtimeSafeModeUpdated.d.mts +12 -12
  129. package/dist/11000/ethereumIngressEgress/ccmEgressInvalid.d.cts +107 -107
  130. package/dist/11000/ethereumIngressEgress/ccmEgressInvalid.d.mts +107 -107
  131. package/dist/11000/ethereumIngressEgress/depositFailed.d.cts +201 -201
  132. package/dist/11000/ethereumIngressEgress/depositFailed.d.mts +201 -201
  133. package/dist/11000/ethereumIngressEgress/failedToBuildAllBatchCall.d.cts +103 -103
  134. package/dist/11000/ethereumIngressEgress/failedToBuildAllBatchCall.d.mts +103 -103
  135. package/dist/11000/lendingPools/boostFundsAdded.d.cts +10 -10
  136. package/dist/11000/lendingPools/boostFundsAdded.d.mts +10 -10
  137. package/dist/11000/lendingPools/boostPoolCreated.d.cts +8 -8
  138. package/dist/11000/lendingPools/boostPoolCreated.d.mts +8 -8
  139. package/dist/11000/lendingPools/stoppedBoosting.d.cts +8 -8
  140. package/dist/11000/lendingPools/stoppedBoosting.d.mts +8 -8
  141. package/dist/11000/polkadotIngressEgress/ccmEgressInvalid.d.cts +107 -107
  142. package/dist/11000/polkadotIngressEgress/ccmEgressInvalid.d.mts +107 -107
  143. package/dist/11000/polkadotIngressEgress/depositFailed.d.cts +195 -195
  144. package/dist/11000/polkadotIngressEgress/depositFailed.d.mts +195 -195
  145. package/dist/11000/polkadotIngressEgress/failedToBuildAllBatchCall.d.cts +103 -103
  146. package/dist/11000/polkadotIngressEgress/failedToBuildAllBatchCall.d.mts +103 -103
  147. package/dist/11000/solanaElections/unknownElection.d.cts +4 -4
  148. package/dist/11000/solanaElections/unknownElection.d.mts +4 -4
  149. package/dist/11000/solanaIngressEgress/ccmEgressInvalid.d.cts +107 -107
  150. package/dist/11000/solanaIngressEgress/ccmEgressInvalid.d.mts +107 -107
  151. package/dist/11000/solanaIngressEgress/depositFailed.d.cts +192 -192
  152. package/dist/11000/solanaIngressEgress/depositFailed.d.mts +192 -192
  153. package/dist/11000/solanaIngressEgress/failedToBuildAllBatchCall.d.cts +103 -103
  154. package/dist/11000/solanaIngressEgress/failedToBuildAllBatchCall.d.mts +103 -103
  155. package/dist/11000/swapping/palletConfigUpdated.d.cts +32 -32
  156. package/dist/11000/swapping/palletConfigUpdated.d.mts +32 -32
  157. package/dist/11000/swapping/refundEgressScheduled.d.cts +15 -15
  158. package/dist/11000/swapping/refundEgressScheduled.d.mts +15 -15
  159. package/dist/11000/swapping/refundedOnChain.d.cts +8 -8
  160. package/dist/11000/swapping/refundedOnChain.d.mts +8 -8
  161. package/dist/11000/swapping/swapDepositAddressReady.d.cts +55 -55
  162. package/dist/11000/swapping/swapDepositAddressReady.d.mts +55 -55
  163. package/dist/11000/swapping/swapRequested.d.cts +102 -102
  164. package/dist/11000/swapping/swapRequested.d.mts +102 -102
  165. package/dist/11000/tradingStrategy/strategyDeployed.d.cts +24 -24
  166. package/dist/11000/tradingStrategy/strategyDeployed.d.mts +24 -24
  167. package/dist/111/common.d.cts +4 -4
  168. package/dist/111/common.d.mts +4 -4
  169. package/dist/111/liquidityPools/limitOrderUpdated.d.cts +16 -16
  170. package/dist/111/liquidityPools/limitOrderUpdated.d.mts +16 -16
  171. package/dist/111/liquidityPools/newPoolCreated.d.cts +12 -12
  172. package/dist/111/liquidityPools/newPoolCreated.d.mts +12 -12
  173. package/dist/111/liquidityPools/poolFeeSet.d.cts +12 -12
  174. package/dist/111/liquidityPools/poolFeeSet.d.mts +12 -12
  175. package/dist/111/liquidityPools/rangeOrderUpdated.d.cts +20 -20
  176. package/dist/111/liquidityPools/rangeOrderUpdated.d.mts +20 -20
  177. package/dist/11100/arbitrumIngressEgress/depositFailed.d.cts +12 -12
  178. package/dist/11100/arbitrumIngressEgress/depositFailed.d.mts +12 -12
  179. package/dist/11100/assethubIngressEgress/depositFailed.d.cts +12 -12
  180. package/dist/11100/assethubIngressEgress/depositFailed.d.mts +12 -12
  181. package/dist/11100/bitcoinIngressEgress/depositFailed.d.cts +34 -34
  182. package/dist/11100/bitcoinIngressEgress/depositFailed.d.mts +34 -34
  183. package/dist/11100/common.d.cts +190 -190
  184. package/dist/11100/common.d.mts +190 -190
  185. package/dist/11100/environment/runtimeSafeModeUpdated.d.cts +58 -58
  186. package/dist/11100/environment/runtimeSafeModeUpdated.d.mts +58 -58
  187. package/dist/11100/ethereumIngressEgress/depositFailed.d.cts +12 -12
  188. package/dist/11100/ethereumIngressEgress/depositFailed.d.mts +12 -12
  189. package/dist/11100/funding/sCCallCannotBeDecoded.d.cts +2 -2
  190. package/dist/11100/funding/sCCallCannotBeDecoded.d.mts +2 -2
  191. package/dist/11100/funding/sCCallCannotBeExecuted.d.cts +2 -2
  192. package/dist/11100/funding/sCCallCannotBeExecuted.d.mts +2 -2
  193. package/dist/11100/funding/sCCallExecuted.d.cts +2 -2
  194. package/dist/11100/funding/sCCallExecuted.d.mts +2 -2
  195. package/dist/11100/lendingPools/lendingFundsAdded.d.cts +2 -2
  196. package/dist/11100/lendingPools/lendingFundsAdded.d.mts +2 -2
  197. package/dist/11100/lendingPools/loanCreated.d.cts +4 -4
  198. package/dist/11100/lendingPools/loanCreated.d.mts +4 -4
  199. package/dist/11100/polkadotIngressEgress/depositFailed.d.cts +12 -12
  200. package/dist/11100/polkadotIngressEgress/depositFailed.d.mts +12 -12
  201. package/dist/11100/solanaIngressEgress/depositFailed.d.cts +12 -12
  202. package/dist/11100/solanaIngressEgress/depositFailed.d.mts +12 -12
  203. package/dist/11100/swapping/swapDepositAddressReady.d.cts +2 -2
  204. package/dist/11100/swapping/swapDepositAddressReady.d.mts +2 -2
  205. package/dist/11100/swapping/swapExecuted.d.cts +2 -2
  206. package/dist/11100/swapping/swapExecuted.d.mts +2 -2
  207. package/dist/11100/swapping/swapRequested.d.cts +32 -32
  208. package/dist/11100/swapping/swapRequested.d.mts +32 -32
  209. package/dist/11100/validator/delegated.d.cts +2 -2
  210. package/dist/11100/validator/delegated.d.mts +2 -2
  211. package/dist/11100/validator/delegatorAllowed.d.cts +2 -2
  212. package/dist/11100/validator/delegatorAllowed.d.mts +2 -2
  213. package/dist/11100/validator/delegatorBlocked.d.cts +2 -2
  214. package/dist/11100/validator/delegatorBlocked.d.mts +2 -2
  215. package/dist/11100/validator/operatorAcceptedByValidator.d.cts +2 -2
  216. package/dist/11100/validator/operatorAcceptedByValidator.d.mts +2 -2
  217. package/dist/11100/validator/undelegated.d.cts +2 -2
  218. package/dist/11100/validator/undelegated.d.mts +2 -2
  219. package/dist/11100/validator/validatorClaimed.d.cts +2 -2
  220. package/dist/11100/validator/validatorClaimed.d.mts +2 -2
  221. package/dist/11100/validator/validatorRemovedFromOperator.d.cts +2 -2
  222. package/dist/11100/validator/validatorRemovedFromOperator.d.mts +2 -2
  223. package/dist/11200/arbitrumIngressEgress/depositBoosted.d.cts +12 -12
  224. package/dist/11200/arbitrumIngressEgress/depositBoosted.d.mts +12 -12
  225. package/dist/11200/arbitrumIngressEgress/depositFailed.d.cts +170 -170
  226. package/dist/11200/arbitrumIngressEgress/depositFailed.d.mts +170 -170
  227. package/dist/11200/arbitrumIngressEgress/depositFinalised.d.cts +6 -6
  228. package/dist/11200/arbitrumIngressEgress/depositFinalised.d.mts +6 -6
  229. package/dist/11200/assethubIngressEgress/depositBoosted.d.cts +12 -12
  230. package/dist/11200/assethubIngressEgress/depositBoosted.d.mts +12 -12
  231. package/dist/11200/assethubIngressEgress/depositFailed.d.cts +188 -188
  232. package/dist/11200/assethubIngressEgress/depositFailed.d.mts +188 -188
  233. package/dist/11200/assethubIngressEgress/depositFinalised.d.cts +6 -6
  234. package/dist/11200/assethubIngressEgress/depositFinalised.d.mts +6 -6
  235. package/dist/11200/bitcoinIngressEgress/channelRejectionRequestReceived.d.cts +20 -20
  236. package/dist/11200/bitcoinIngressEgress/channelRejectionRequestReceived.d.mts +20 -20
  237. package/dist/11200/bitcoinIngressEgress/depositBoosted.d.cts +32 -32
  238. package/dist/11200/bitcoinIngressEgress/depositBoosted.d.mts +32 -32
  239. package/dist/11200/bitcoinIngressEgress/depositFailed.d.cts +300 -300
  240. package/dist/11200/bitcoinIngressEgress/depositFailed.d.mts +300 -300
  241. package/dist/11200/bitcoinIngressEgress/depositFinalised.d.cts +26 -26
  242. package/dist/11200/bitcoinIngressEgress/depositFinalised.d.mts +26 -26
  243. package/dist/11200/common.d.cts +2667 -2667
  244. package/dist/11200/common.d.mts +2667 -2667
  245. package/dist/11200/environment/runtimeSafeModeUpdated.d.cts +12 -12
  246. package/dist/11200/environment/runtimeSafeModeUpdated.d.mts +12 -12
  247. package/dist/11200/ethereumIngressEgress/depositBoosted.d.cts +12 -12
  248. package/dist/11200/ethereumIngressEgress/depositBoosted.d.mts +12 -12
  249. package/dist/11200/ethereumIngressEgress/depositFailed.d.cts +170 -170
  250. package/dist/11200/ethereumIngressEgress/depositFailed.d.mts +170 -170
  251. package/dist/11200/ethereumIngressEgress/depositFinalised.d.cts +6 -6
  252. package/dist/11200/ethereumIngressEgress/depositFinalised.d.mts +6 -6
  253. package/dist/11200/polkadotIngressEgress/depositBoosted.d.cts +12 -12
  254. package/dist/11200/polkadotIngressEgress/depositBoosted.d.mts +12 -12
  255. package/dist/11200/polkadotIngressEgress/depositFailed.d.cts +188 -188
  256. package/dist/11200/polkadotIngressEgress/depositFailed.d.mts +188 -188
  257. package/dist/11200/polkadotIngressEgress/depositFinalised.d.cts +6 -6
  258. package/dist/11200/polkadotIngressEgress/depositFinalised.d.mts +6 -6
  259. package/dist/11200/solanaIngressEgress/depositBoosted.d.cts +20 -20
  260. package/dist/11200/solanaIngressEgress/depositBoosted.d.mts +20 -20
  261. package/dist/11200/solanaIngressEgress/depositFailed.d.cts +202 -202
  262. package/dist/11200/solanaIngressEgress/depositFailed.d.mts +202 -202
  263. package/dist/11200/solanaIngressEgress/depositFinalised.d.cts +14 -14
  264. package/dist/11200/solanaIngressEgress/depositFinalised.d.mts +14 -14
  265. package/dist/11200/solanaIngressEgress/transactionRejectedByBroker.d.cts +8 -8
  266. package/dist/11200/solanaIngressEgress/transactionRejectedByBroker.d.mts +8 -8
  267. package/dist/11200/solanaIngressEgress/transactionRejectionFailed.d.cts +8 -8
  268. package/dist/11200/solanaIngressEgress/transactionRejectionFailed.d.mts +8 -8
  269. package/dist/11200/swapping/swapRequested.d.cts +371 -371
  270. package/dist/11200/swapping/swapRequested.d.mts +371 -371
  271. package/dist/120/bitcoinIngressEgress/depositIgnored.d.cts +4 -4
  272. package/dist/120/bitcoinIngressEgress/depositIgnored.d.mts +4 -4
  273. package/dist/120/bitcoinIngressEgress/depositReceived.d.cts +8 -8
  274. package/dist/120/bitcoinIngressEgress/depositReceived.d.mts +8 -8
  275. package/dist/120/liquidityProvider/withdrawalEgressScheduled.d.cts +2 -2
  276. package/dist/120/liquidityProvider/withdrawalEgressScheduled.d.mts +2 -2
  277. package/dist/120/swapping/swapExecuted.d.cts +2 -2
  278. package/dist/120/swapping/swapExecuted.d.mts +2 -2
  279. package/dist/131/bitcoinIngressEgress/depositIgnored.d.cts +20 -20
  280. package/dist/131/bitcoinIngressEgress/depositIgnored.d.mts +20 -20
  281. package/dist/131/bitcoinIngressEgress/depositReceived.d.cts +20 -20
  282. package/dist/131/bitcoinIngressEgress/depositReceived.d.mts +20 -20
  283. package/dist/131/bitcoinIngressEgress/depositWitnessRejected.d.cts +46 -46
  284. package/dist/131/bitcoinIngressEgress/depositWitnessRejected.d.mts +46 -46
  285. package/dist/131/bitcoinIngressEgress/failedToBuildAllBatchCall.d.cts +28 -28
  286. package/dist/131/bitcoinIngressEgress/failedToBuildAllBatchCall.d.mts +28 -28
  287. package/dist/131/common.d.cts +205 -205
  288. package/dist/131/common.d.mts +205 -205
  289. package/dist/131/environment/runtimeSafeModeUpdated.d.cts +12 -12
  290. package/dist/131/environment/runtimeSafeModeUpdated.d.mts +12 -12
  291. package/dist/131/ethereumIngressEgress/depositFetchesScheduled.d.cts +2 -2
  292. package/dist/131/ethereumIngressEgress/depositFetchesScheduled.d.mts +2 -2
  293. package/dist/131/ethereumIngressEgress/depositWitnessRejected.d.cts +16 -16
  294. package/dist/131/ethereumIngressEgress/depositWitnessRejected.d.mts +16 -16
  295. package/dist/131/ethereumIngressEgress/failedToBuildAllBatchCall.d.cts +28 -28
  296. package/dist/131/ethereumIngressEgress/failedToBuildAllBatchCall.d.mts +28 -28
  297. package/dist/131/ethereumIngressEgress/transferFallbackRequested.d.cts +2 -2
  298. package/dist/131/ethereumIngressEgress/transferFallbackRequested.d.mts +2 -2
  299. package/dist/131/liquidityPools/assetSwapped.d.cts +12 -12
  300. package/dist/131/liquidityPools/assetSwapped.d.mts +12 -12
  301. package/dist/131/liquidityPools/limitOrderUpdated.d.cts +24 -24
  302. package/dist/131/liquidityPools/limitOrderUpdated.d.mts +24 -24
  303. package/dist/131/liquidityPools/newPoolCreated.d.cts +12 -12
  304. package/dist/131/liquidityPools/newPoolCreated.d.mts +12 -12
  305. package/dist/131/liquidityPools/poolFeeSet.d.cts +12 -12
  306. package/dist/131/liquidityPools/poolFeeSet.d.mts +12 -12
  307. package/dist/131/liquidityPools/rangeOrderUpdated.d.cts +28 -28
  308. package/dist/131/liquidityPools/rangeOrderUpdated.d.mts +28 -28
  309. package/dist/131/liquidityProvider/accountCredited.d.cts +6 -6
  310. package/dist/131/liquidityProvider/accountCredited.d.mts +6 -6
  311. package/dist/131/liquidityProvider/accountDebited.d.cts +6 -6
  312. package/dist/131/liquidityProvider/accountDebited.d.mts +6 -6
  313. package/dist/131/liquidityProvider/liquidityDepositAddressReady.d.cts +11 -11
  314. package/dist/131/liquidityProvider/liquidityDepositAddressReady.d.mts +11 -11
  315. package/dist/131/liquidityProvider/liquidityDepositCredited.d.cts +6 -6
  316. package/dist/131/liquidityProvider/liquidityDepositCredited.d.mts +6 -6
  317. package/dist/131/liquidityProvider/withdrawalEgressScheduled.d.cts +16 -16
  318. package/dist/131/liquidityProvider/withdrawalEgressScheduled.d.mts +16 -16
  319. package/dist/131/polkadotIngressEgress/failedToBuildAllBatchCall.d.cts +28 -28
  320. package/dist/131/polkadotIngressEgress/failedToBuildAllBatchCall.d.mts +28 -28
  321. package/dist/131/swapping/batchSwapFailed.d.cts +6 -6
  322. package/dist/131/swapping/batchSwapFailed.d.mts +6 -6
  323. package/dist/131/swapping/ccmFailed.d.cts +96 -96
  324. package/dist/131/swapping/ccmFailed.d.mts +96 -96
  325. package/dist/131/swapping/maximumSwapAmountSet.d.cts +6 -6
  326. package/dist/131/swapping/maximumSwapAmountSet.d.mts +6 -6
  327. package/dist/131/swapping/swapAmountConfiscated.d.cts +12 -12
  328. package/dist/131/swapping/swapAmountConfiscated.d.mts +12 -12
  329. package/dist/131/swapping/swapDepositAddressReady.d.cts +24 -24
  330. package/dist/131/swapping/swapDepositAddressReady.d.mts +24 -24
  331. package/dist/131/swapping/swapEgressIgnored.d.cts +24 -24
  332. package/dist/131/swapping/swapEgressIgnored.d.mts +24 -24
  333. package/dist/131/swapping/swapEgressScheduled.d.cts +10 -10
  334. package/dist/131/swapping/swapEgressScheduled.d.mts +10 -10
  335. package/dist/131/swapping/swapExecuted.d.cts +14 -14
  336. package/dist/131/swapping/swapExecuted.d.mts +14 -14
  337. package/dist/131/swapping/swapScheduled.d.cts +93 -93
  338. package/dist/131/swapping/swapScheduled.d.mts +93 -93
  339. package/dist/131/swapping/withdrawalRequested.d.cts +15 -15
  340. package/dist/131/swapping/withdrawalRequested.d.mts +15 -15
  341. package/dist/131/witnesser/prewitnessExecutionFailed.d.cts +16 -16
  342. package/dist/131/witnesser/prewitnessExecutionFailed.d.mts +16 -16
  343. package/dist/141/arbitrumBroadcaster/transactionBroadcastRequest.d.cts +8 -8
  344. package/dist/141/arbitrumBroadcaster/transactionBroadcastRequest.d.mts +8 -8
  345. package/dist/141/arbitrumIngressEgress/boostFundsAdded.d.cts +4 -4
  346. package/dist/141/arbitrumIngressEgress/boostFundsAdded.d.mts +4 -4
  347. package/dist/141/arbitrumIngressEgress/depositBoosted.d.cts +4 -4
  348. package/dist/141/arbitrumIngressEgress/depositBoosted.d.mts +4 -4
  349. package/dist/141/arbitrumIngressEgress/depositFinalised.d.cts +4 -4
  350. package/dist/141/arbitrumIngressEgress/depositFinalised.d.mts +4 -4
  351. package/dist/141/arbitrumIngressEgress/depositIgnored.d.cts +3 -3
  352. package/dist/141/arbitrumIngressEgress/depositIgnored.d.mts +3 -3
  353. package/dist/141/arbitrumIngressEgress/depositWitnessRejected.d.cts +6 -6
  354. package/dist/141/arbitrumIngressEgress/depositWitnessRejected.d.mts +6 -6
  355. package/dist/141/arbitrumIngressEgress/insufficientBoostLiquidity.d.cts +2 -2
  356. package/dist/141/arbitrumIngressEgress/insufficientBoostLiquidity.d.mts +2 -2
  357. package/dist/141/arbitrumIngressEgress/stoppedBoosting.d.cts +2 -2
  358. package/dist/141/arbitrumIngressEgress/stoppedBoosting.d.mts +2 -2
  359. package/dist/141/arbitrumIngressEgress/transferFallbackRequested.d.cts +4 -4
  360. package/dist/141/arbitrumIngressEgress/transferFallbackRequested.d.mts +4 -4
  361. package/dist/141/bitcoinIngressEgress/boostFundsAdded.d.cts +4 -4
  362. package/dist/141/bitcoinIngressEgress/boostFundsAdded.d.mts +4 -4
  363. package/dist/141/bitcoinIngressEgress/depositBoosted.d.cts +6 -6
  364. package/dist/141/bitcoinIngressEgress/depositBoosted.d.mts +6 -6
  365. package/dist/141/bitcoinIngressEgress/depositFinalised.d.cts +6 -6
  366. package/dist/141/bitcoinIngressEgress/depositFinalised.d.mts +6 -6
  367. package/dist/141/bitcoinIngressEgress/insufficientBoostLiquidity.d.cts +2 -2
  368. package/dist/141/bitcoinIngressEgress/insufficientBoostLiquidity.d.mts +2 -2
  369. package/dist/141/bitcoinIngressEgress/stoppedBoosting.d.cts +2 -2
  370. package/dist/141/bitcoinIngressEgress/stoppedBoosting.d.mts +2 -2
  371. package/dist/141/common.d.cts +7 -7
  372. package/dist/141/common.d.mts +7 -7
  373. package/dist/141/environment/staleUtxosDiscarded.d.cts +4 -4
  374. package/dist/141/environment/staleUtxosDiscarded.d.mts +4 -4
  375. package/dist/141/ethereumIngressEgress/boostFundsAdded.d.cts +4 -4
  376. package/dist/141/ethereumIngressEgress/boostFundsAdded.d.mts +4 -4
  377. package/dist/141/ethereumIngressEgress/depositBoosted.d.cts +4 -4
  378. package/dist/141/ethereumIngressEgress/depositBoosted.d.mts +4 -4
  379. package/dist/141/ethereumIngressEgress/depositFinalised.d.cts +4 -4
  380. package/dist/141/ethereumIngressEgress/depositFinalised.d.mts +4 -4
  381. package/dist/141/ethereumIngressEgress/insufficientBoostLiquidity.d.cts +2 -2
  382. package/dist/141/ethereumIngressEgress/insufficientBoostLiquidity.d.mts +2 -2
  383. package/dist/141/ethereumIngressEgress/stoppedBoosting.d.cts +2 -2
  384. package/dist/141/ethereumIngressEgress/stoppedBoosting.d.mts +2 -2
  385. package/dist/141/evmThresholdSigner/thresholdSignatureRequest.d.cts +2 -2
  386. package/dist/141/evmThresholdSigner/thresholdSignatureRequest.d.mts +2 -2
  387. package/dist/141/liquidityPools/limitOrderUpdated.d.cts +2 -2
  388. package/dist/141/liquidityPools/limitOrderUpdated.d.mts +2 -2
  389. package/dist/141/liquidityPools/rangeOrderUpdated.d.cts +8 -8
  390. package/dist/141/liquidityPools/rangeOrderUpdated.d.mts +8 -8
  391. package/dist/141/liquidityProvider/assetTransferred.d.cts +2 -2
  392. package/dist/141/liquidityProvider/assetTransferred.d.mts +2 -2
  393. package/dist/141/liquidityProvider/liquidityDepositAddressReady.d.cts +6 -6
  394. package/dist/141/liquidityProvider/liquidityDepositAddressReady.d.mts +6 -6
  395. package/dist/141/liquidityProvider/withdrawalEgressScheduled.d.cts +4 -4
  396. package/dist/141/liquidityProvider/withdrawalEgressScheduled.d.mts +4 -4
  397. package/dist/141/polkadotIngressEgress/boostFundsAdded.d.cts +4 -4
  398. package/dist/141/polkadotIngressEgress/boostFundsAdded.d.mts +4 -4
  399. package/dist/141/polkadotIngressEgress/depositBoosted.d.cts +4 -4
  400. package/dist/141/polkadotIngressEgress/depositBoosted.d.mts +4 -4
  401. package/dist/141/polkadotIngressEgress/depositFinalised.d.cts +4 -4
  402. package/dist/141/polkadotIngressEgress/depositFinalised.d.mts +4 -4
  403. package/dist/141/polkadotIngressEgress/insufficientBoostLiquidity.d.cts +2 -2
  404. package/dist/141/polkadotIngressEgress/insufficientBoostLiquidity.d.mts +2 -2
  405. package/dist/141/polkadotIngressEgress/stoppedBoosting.d.cts +2 -2
  406. package/dist/141/polkadotIngressEgress/stoppedBoosting.d.mts +2 -2
  407. package/dist/141/swapping/batchSwapFailed.d.cts +2 -2
  408. package/dist/141/swapping/batchSwapFailed.d.mts +2 -2
  409. package/dist/141/swapping/ccmDepositReceived.d.cts +4 -4
  410. package/dist/141/swapping/ccmDepositReceived.d.mts +4 -4
  411. package/dist/141/swapping/ccmFailed.d.cts +4 -4
  412. package/dist/141/swapping/ccmFailed.d.mts +4 -4
  413. package/dist/141/swapping/swapDepositAddressReady.d.cts +4 -4
  414. package/dist/141/swapping/swapDepositAddressReady.d.mts +4 -4
  415. package/dist/141/swapping/swapEgressIgnored.d.cts +3 -3
  416. package/dist/141/swapping/swapEgressIgnored.d.mts +3 -3
  417. package/dist/141/swapping/swapEgressScheduled.d.cts +5 -5
  418. package/dist/141/swapping/swapEgressScheduled.d.mts +5 -5
  419. package/dist/141/swapping/swapExecuted.d.cts +8 -8
  420. package/dist/141/swapping/swapExecuted.d.mts +8 -8
  421. package/dist/141/swapping/swapScheduled.d.cts +37 -37
  422. package/dist/141/swapping/swapScheduled.d.mts +37 -37
  423. package/dist/150/arbitrumIngressEgress/ccmBroadcastRequested.d.cts +2 -2
  424. package/dist/150/arbitrumIngressEgress/ccmBroadcastRequested.d.mts +2 -2
  425. package/dist/150/arbitrumIngressEgress/depositBoosted.d.cts +6 -6
  426. package/dist/150/arbitrumIngressEgress/depositBoosted.d.mts +6 -6
  427. package/dist/150/arbitrumIngressEgress/depositFinalised.d.cts +4 -4
  428. package/dist/150/arbitrumIngressEgress/depositFinalised.d.mts +4 -4
  429. package/dist/150/arbitrumIngressEgress/depositIgnored.d.cts +2 -2
  430. package/dist/150/arbitrumIngressEgress/depositIgnored.d.mts +2 -2
  431. package/dist/150/arbitrumIngressEgress/depositWitnessRejected.d.cts +4 -4
  432. package/dist/150/arbitrumIngressEgress/depositWitnessRejected.d.mts +4 -4
  433. package/dist/150/assetBalances/refundScheduled.d.cts +2 -2
  434. package/dist/150/assetBalances/refundScheduled.d.mts +2 -2
  435. package/dist/150/bitcoinIngressEgress/ccmBroadcastRequested.d.cts +2 -2
  436. package/dist/150/bitcoinIngressEgress/ccmBroadcastRequested.d.mts +2 -2
  437. package/dist/150/bitcoinIngressEgress/depositBoosted.d.cts +6 -6
  438. package/dist/150/bitcoinIngressEgress/depositBoosted.d.mts +6 -6
  439. package/dist/150/bitcoinIngressEgress/depositFinalised.d.cts +4 -4
  440. package/dist/150/bitcoinIngressEgress/depositFinalised.d.mts +4 -4
  441. package/dist/150/common.d.cts +33 -33
  442. package/dist/150/common.d.mts +33 -33
  443. package/dist/150/ethereumIngressEgress/ccmBroadcastRequested.d.cts +2 -2
  444. package/dist/150/ethereumIngressEgress/ccmBroadcastRequested.d.mts +2 -2
  445. package/dist/150/ethereumIngressEgress/depositBoosted.d.cts +6 -6
  446. package/dist/150/ethereumIngressEgress/depositBoosted.d.mts +6 -6
  447. package/dist/150/ethereumIngressEgress/depositFinalised.d.cts +4 -4
  448. package/dist/150/ethereumIngressEgress/depositFinalised.d.mts +4 -4
  449. package/dist/150/ethereumIngressEgress/depositIgnored.d.cts +2 -2
  450. package/dist/150/ethereumIngressEgress/depositIgnored.d.mts +2 -2
  451. package/dist/150/ethereumIngressEgress/depositWitnessRejected.d.cts +4 -4
  452. package/dist/150/ethereumIngressEgress/depositWitnessRejected.d.mts +4 -4
  453. package/dist/150/liquidityPools/assetSwapped.d.cts +12 -12
  454. package/dist/150/liquidityPools/assetSwapped.d.mts +12 -12
  455. package/dist/150/liquidityPools/limitOrderUpdated.d.cts +12 -12
  456. package/dist/150/liquidityPools/limitOrderUpdated.d.mts +12 -12
  457. package/dist/150/liquidityPools/newPoolCreated.d.cts +12 -12
  458. package/dist/150/liquidityPools/newPoolCreated.d.mts +12 -12
  459. package/dist/150/liquidityPools/poolFeeSet.d.cts +12 -12
  460. package/dist/150/liquidityPools/poolFeeSet.d.mts +12 -12
  461. package/dist/150/liquidityPools/rangeOrderUpdated.d.cts +24 -24
  462. package/dist/150/liquidityPools/rangeOrderUpdated.d.mts +24 -24
  463. package/dist/150/liquidityProvider/accountCredited.d.cts +6 -6
  464. package/dist/150/liquidityProvider/accountCredited.d.mts +6 -6
  465. package/dist/150/liquidityProvider/accountDebited.d.cts +6 -6
  466. package/dist/150/liquidityProvider/accountDebited.d.mts +6 -6
  467. package/dist/150/liquidityProvider/assetTransferred.d.cts +7 -7
  468. package/dist/150/liquidityProvider/assetTransferred.d.mts +7 -7
  469. package/dist/150/liquidityProvider/liquidityDepositAddressReady.d.cts +11 -11
  470. package/dist/150/liquidityProvider/liquidityDepositAddressReady.d.mts +11 -11
  471. package/dist/150/liquidityProvider/liquidityDepositCredited.d.cts +6 -6
  472. package/dist/150/liquidityProvider/liquidityDepositCredited.d.mts +6 -6
  473. package/dist/150/liquidityProvider/withdrawalEgressScheduled.d.cts +13 -13
  474. package/dist/150/liquidityProvider/withdrawalEgressScheduled.d.mts +13 -13
  475. package/dist/150/polkadotIngressEgress/ccmBroadcastRequested.d.cts +2 -2
  476. package/dist/150/polkadotIngressEgress/ccmBroadcastRequested.d.mts +2 -2
  477. package/dist/150/polkadotIngressEgress/depositBoosted.d.cts +6 -6
  478. package/dist/150/polkadotIngressEgress/depositBoosted.d.mts +6 -6
  479. package/dist/150/polkadotIngressEgress/depositFinalised.d.cts +4 -4
  480. package/dist/150/polkadotIngressEgress/depositFinalised.d.mts +4 -4
  481. package/dist/150/polkadotIngressEgress/depositIgnored.d.cts +2 -2
  482. package/dist/150/polkadotIngressEgress/depositIgnored.d.mts +2 -2
  483. package/dist/150/polkadotIngressEgress/depositWitnessRejected.d.cts +4 -4
  484. package/dist/150/polkadotIngressEgress/depositWitnessRejected.d.mts +4 -4
  485. package/dist/150/solanaBroadcaster/broadcastCallbackExecuted.d.cts +2 -2
  486. package/dist/150/solanaBroadcaster/broadcastCallbackExecuted.d.mts +2 -2
  487. package/dist/150/solanaBroadcaster/transactionBroadcastRequest.d.cts +2 -2
  488. package/dist/150/solanaBroadcaster/transactionBroadcastRequest.d.mts +2 -2
  489. package/dist/150/solanaIngressEgress/boostFundsAdded.d.cts +2 -2
  490. package/dist/150/solanaIngressEgress/boostFundsAdded.d.mts +2 -2
  491. package/dist/150/solanaIngressEgress/ccmBroadcastRequested.d.cts +2 -2
  492. package/dist/150/solanaIngressEgress/ccmBroadcastRequested.d.mts +2 -2
  493. package/dist/150/solanaIngressEgress/depositBoosted.d.cts +4 -4
  494. package/dist/150/solanaIngressEgress/depositBoosted.d.mts +4 -4
  495. package/dist/150/solanaIngressEgress/depositFetchesScheduled.d.cts +2 -2
  496. package/dist/150/solanaIngressEgress/depositFetchesScheduled.d.mts +2 -2
  497. package/dist/150/solanaIngressEgress/depositFinalised.d.cts +4 -4
  498. package/dist/150/solanaIngressEgress/depositFinalised.d.mts +4 -4
  499. package/dist/150/solanaIngressEgress/depositIgnored.d.cts +2 -2
  500. package/dist/150/solanaIngressEgress/depositIgnored.d.mts +2 -2
  501. package/dist/150/solanaIngressEgress/depositWitnessRejected.d.cts +4 -4
  502. package/dist/150/solanaIngressEgress/depositWitnessRejected.d.mts +4 -4
  503. package/dist/150/solanaIngressEgress/insufficientBoostLiquidity.d.cts +4 -4
  504. package/dist/150/solanaIngressEgress/insufficientBoostLiquidity.d.mts +4 -4
  505. package/dist/150/solanaIngressEgress/stoppedBoosting.d.cts +2 -2
  506. package/dist/150/solanaIngressEgress/stoppedBoosting.d.mts +2 -2
  507. package/dist/150/solanaIngressEgress/transferFallbackRequested.d.cts +4 -4
  508. package/dist/150/solanaIngressEgress/transferFallbackRequested.d.mts +4 -4
  509. package/dist/150/solanaThresholdSigner/failureReportProcessed.d.cts +2 -2
  510. package/dist/150/solanaThresholdSigner/failureReportProcessed.d.mts +2 -2
  511. package/dist/150/solanaThresholdSigner/retryRequested.d.cts +2 -2
  512. package/dist/150/solanaThresholdSigner/retryRequested.d.mts +2 -2
  513. package/dist/150/solanaThresholdSigner/thresholdDispatchComplete.d.cts +2 -2
  514. package/dist/150/solanaThresholdSigner/thresholdDispatchComplete.d.mts +2 -2
  515. package/dist/150/solanaThresholdSigner/thresholdSignatureFailed.d.cts +2 -2
  516. package/dist/150/solanaThresholdSigner/thresholdSignatureFailed.d.mts +2 -2
  517. package/dist/150/solanaThresholdSigner/thresholdSignatureRequest.d.cts +2 -2
  518. package/dist/150/solanaThresholdSigner/thresholdSignatureRequest.d.mts +2 -2
  519. package/dist/150/solanaThresholdSigner/thresholdSignatureSuccess.d.cts +2 -2
  520. package/dist/150/solanaThresholdSigner/thresholdSignatureSuccess.d.mts +2 -2
  521. package/dist/150/swapping/batchSwapFailed.d.cts +7 -7
  522. package/dist/150/swapping/batchSwapFailed.d.mts +7 -7
  523. package/dist/150/swapping/ccmDepositReceived.d.cts +8 -8
  524. package/dist/150/swapping/ccmDepositReceived.d.mts +8 -8
  525. package/dist/150/swapping/ccmFailed.d.cts +9 -9
  526. package/dist/150/swapping/ccmFailed.d.mts +9 -9
  527. package/dist/150/swapping/maximumSwapAmountSet.d.cts +6 -6
  528. package/dist/150/swapping/maximumSwapAmountSet.d.mts +6 -6
  529. package/dist/150/swapping/refundEgressIgnored.d.cts +9 -9
  530. package/dist/150/swapping/refundEgressIgnored.d.mts +9 -9
  531. package/dist/150/swapping/refundEgressScheduled.d.cts +9 -9
  532. package/dist/150/swapping/refundEgressScheduled.d.mts +9 -9
  533. package/dist/150/swapping/swapAmountConfiscated.d.cts +12 -12
  534. package/dist/150/swapping/swapAmountConfiscated.d.mts +12 -12
  535. package/dist/150/swapping/swapDepositAddressReady.d.cts +25 -25
  536. package/dist/150/swapping/swapDepositAddressReady.d.mts +25 -25
  537. package/dist/150/swapping/swapEgressIgnored.d.cts +9 -9
  538. package/dist/150/swapping/swapEgressIgnored.d.mts +9 -9
  539. package/dist/150/swapping/swapEgressScheduled.d.cts +9 -9
  540. package/dist/150/swapping/swapEgressScheduled.d.mts +9 -9
  541. package/dist/150/swapping/swapExecuted.d.cts +13 -13
  542. package/dist/150/swapping/swapExecuted.d.mts +13 -13
  543. package/dist/150/swapping/swapScheduled.d.cts +27 -27
  544. package/dist/150/swapping/swapScheduled.d.mts +27 -27
  545. package/dist/150/swapping/withdrawalRequested.d.cts +10 -10
  546. package/dist/150/swapping/withdrawalRequested.d.mts +10 -10
  547. package/dist/160/assetBalances/accountCredited.d.cts +8 -8
  548. package/dist/160/assetBalances/accountCredited.d.mts +8 -8
  549. package/dist/160/assetBalances/accountDebited.d.cts +8 -8
  550. package/dist/160/assetBalances/accountDebited.d.mts +8 -8
  551. package/dist/160/common.d.cts +28 -28
  552. package/dist/160/common.d.mts +28 -28
  553. package/dist/160/liquidityPools/assetSwapped.d.cts +12 -12
  554. package/dist/160/liquidityPools/assetSwapped.d.mts +12 -12
  555. package/dist/160/liquidityPools/limitOrderUpdated.d.cts +14 -14
  556. package/dist/160/liquidityPools/limitOrderUpdated.d.mts +14 -14
  557. package/dist/160/liquidityPools/newPoolCreated.d.cts +12 -12
  558. package/dist/160/liquidityPools/newPoolCreated.d.mts +12 -12
  559. package/dist/160/liquidityPools/orderDeletionFailed.d.cts +32 -32
  560. package/dist/160/liquidityPools/orderDeletionFailed.d.mts +32 -32
  561. package/dist/160/liquidityPools/poolFeeSet.d.cts +12 -12
  562. package/dist/160/liquidityPools/poolFeeSet.d.mts +12 -12
  563. package/dist/160/liquidityPools/rangeOrderUpdated.d.cts +14 -14
  564. package/dist/160/liquidityPools/rangeOrderUpdated.d.mts +14 -14
  565. package/dist/160/liquidityProvider/assetTransferred.d.cts +6 -6
  566. package/dist/160/liquidityProvider/assetTransferred.d.mts +6 -6
  567. package/dist/160/liquidityProvider/liquidityDepositAddressReady.d.cts +6 -6
  568. package/dist/160/liquidityProvider/liquidityDepositAddressReady.d.mts +6 -6
  569. package/dist/160/liquidityProvider/withdrawalEgressScheduled.d.cts +6 -6
  570. package/dist/160/liquidityProvider/withdrawalEgressScheduled.d.mts +6 -6
  571. package/dist/160/solanaIngressEgress/boostFundsAdded.d.cts +2 -2
  572. package/dist/160/solanaIngressEgress/boostFundsAdded.d.mts +2 -2
  573. package/dist/160/solanaIngressEgress/stoppedBoosting.d.cts +2 -2
  574. package/dist/160/solanaIngressEgress/stoppedBoosting.d.mts +2 -2
  575. package/dist/160/swapping/batchSwapFailed.d.cts +6 -6
  576. package/dist/160/swapping/batchSwapFailed.d.mts +6 -6
  577. package/dist/160/swapping/maximumSwapAmountSet.d.cts +6 -6
  578. package/dist/160/swapping/maximumSwapAmountSet.d.mts +6 -6
  579. package/dist/160/swapping/refundEgressIgnored.d.cts +6 -6
  580. package/dist/160/swapping/refundEgressIgnored.d.mts +6 -6
  581. package/dist/160/swapping/refundEgressScheduled.d.cts +6 -6
  582. package/dist/160/swapping/refundEgressScheduled.d.mts +6 -6
  583. package/dist/160/swapping/swapAmountConfiscated.d.cts +6 -6
  584. package/dist/160/swapping/swapAmountConfiscated.d.mts +6 -6
  585. package/dist/160/swapping/swapDepositAddressReady.d.cts +12 -12
  586. package/dist/160/swapping/swapDepositAddressReady.d.mts +12 -12
  587. package/dist/160/swapping/swapEgressIgnored.d.cts +6 -6
  588. package/dist/160/swapping/swapEgressIgnored.d.mts +6 -6
  589. package/dist/160/swapping/swapEgressScheduled.d.cts +6 -6
  590. package/dist/160/swapping/swapEgressScheduled.d.mts +6 -6
  591. package/dist/160/swapping/swapExecuted.d.cts +12 -12
  592. package/dist/160/swapping/swapExecuted.d.mts +12 -12
  593. package/dist/160/swapping/swapRequested.d.cts +12 -12
  594. package/dist/160/swapping/swapRequested.d.mts +12 -12
  595. package/dist/160/swapping/withdrawalRequested.d.cts +6 -6
  596. package/dist/160/swapping/withdrawalRequested.d.mts +6 -6
  597. package/dist/170/arbitrumIngressEgress/transactionRejectedByBroker.d.cts +2 -2
  598. package/dist/170/arbitrumIngressEgress/transactionRejectedByBroker.d.mts +2 -2
  599. package/dist/170/bitcoinIngressEgress/transactionRejectedByBroker.d.cts +2 -2
  600. package/dist/170/bitcoinIngressEgress/transactionRejectedByBroker.d.mts +2 -2
  601. package/dist/170/ethereumIngressEgress/transactionRejectedByBroker.d.cts +2 -2
  602. package/dist/170/ethereumIngressEgress/transactionRejectedByBroker.d.mts +2 -2
  603. package/dist/170/polkadotIngressEgress/transactionRejectedByBroker.d.cts +2 -2
  604. package/dist/170/polkadotIngressEgress/transactionRejectedByBroker.d.mts +2 -2
  605. package/dist/170/reputation/offencePenalty.d.cts +2 -2
  606. package/dist/170/reputation/offencePenalty.d.mts +2 -2
  607. package/dist/180/arbitrumIngressEgress/ccmEgressInvalid.d.cts +24 -24
  608. package/dist/180/arbitrumIngressEgress/ccmEgressInvalid.d.mts +24 -24
  609. package/dist/180/arbitrumIngressEgress/depositBoosted.d.cts +8 -8
  610. package/dist/180/arbitrumIngressEgress/depositBoosted.d.mts +8 -8
  611. package/dist/180/arbitrumIngressEgress/depositFailed.d.cts +65 -65
  612. package/dist/180/arbitrumIngressEgress/depositFailed.d.mts +65 -65
  613. package/dist/180/arbitrumIngressEgress/depositFinalised.d.cts +2 -2
  614. package/dist/180/arbitrumIngressEgress/depositFinalised.d.mts +2 -2
  615. package/dist/180/arbitrumIngressEgress/failedToBuildAllBatchCall.d.cts +20 -20
  616. package/dist/180/arbitrumIngressEgress/failedToBuildAllBatchCall.d.mts +20 -20
  617. package/dist/180/bitcoinIngressEgress/ccmEgressInvalid.d.cts +24 -24
  618. package/dist/180/bitcoinIngressEgress/ccmEgressInvalid.d.mts +24 -24
  619. package/dist/180/bitcoinIngressEgress/depositBoosted.d.cts +12 -12
  620. package/dist/180/bitcoinIngressEgress/depositBoosted.d.mts +12 -12
  621. package/dist/180/bitcoinIngressEgress/depositFailed.d.cts +129 -129
  622. package/dist/180/bitcoinIngressEgress/depositFailed.d.mts +129 -129
  623. package/dist/180/bitcoinIngressEgress/depositFinalised.d.cts +6 -6
  624. package/dist/180/bitcoinIngressEgress/depositFinalised.d.mts +6 -6
  625. package/dist/180/bitcoinIngressEgress/failedToBuildAllBatchCall.d.cts +20 -20
  626. package/dist/180/bitcoinIngressEgress/failedToBuildAllBatchCall.d.mts +20 -20
  627. package/dist/180/common.d.cts +495 -495
  628. package/dist/180/common.d.mts +495 -495
  629. package/dist/180/ethereumIngressEgress/ccmEgressInvalid.d.cts +24 -24
  630. package/dist/180/ethereumIngressEgress/ccmEgressInvalid.d.mts +24 -24
  631. package/dist/180/ethereumIngressEgress/depositBoosted.d.cts +8 -8
  632. package/dist/180/ethereumIngressEgress/depositBoosted.d.mts +8 -8
  633. package/dist/180/ethereumIngressEgress/depositFailed.d.cts +65 -65
  634. package/dist/180/ethereumIngressEgress/depositFailed.d.mts +65 -65
  635. package/dist/180/ethereumIngressEgress/depositFinalised.d.cts +2 -2
  636. package/dist/180/ethereumIngressEgress/depositFinalised.d.mts +2 -2
  637. package/dist/180/ethereumIngressEgress/failedToBuildAllBatchCall.d.cts +20 -20
  638. package/dist/180/ethereumIngressEgress/failedToBuildAllBatchCall.d.mts +20 -20
  639. package/dist/180/polkadotIngressEgress/ccmEgressInvalid.d.cts +24 -24
  640. package/dist/180/polkadotIngressEgress/ccmEgressInvalid.d.mts +24 -24
  641. package/dist/180/polkadotIngressEgress/depositBoosted.d.cts +8 -8
  642. package/dist/180/polkadotIngressEgress/depositBoosted.d.mts +8 -8
  643. package/dist/180/polkadotIngressEgress/depositFailed.d.cts +68 -68
  644. package/dist/180/polkadotIngressEgress/depositFailed.d.mts +68 -68
  645. package/dist/180/polkadotIngressEgress/depositFinalised.d.cts +2 -2
  646. package/dist/180/polkadotIngressEgress/depositFinalised.d.mts +2 -2
  647. package/dist/180/polkadotIngressEgress/failedToBuildAllBatchCall.d.cts +20 -20
  648. package/dist/180/polkadotIngressEgress/failedToBuildAllBatchCall.d.mts +20 -20
  649. package/dist/180/solanaIngressEgress/ccmEgressInvalid.d.cts +24 -24
  650. package/dist/180/solanaIngressEgress/ccmEgressInvalid.d.mts +24 -24
  651. package/dist/180/solanaIngressEgress/depositBoosted.d.cts +8 -8
  652. package/dist/180/solanaIngressEgress/depositBoosted.d.mts +8 -8
  653. package/dist/180/solanaIngressEgress/depositFailed.d.cts +56 -56
  654. package/dist/180/solanaIngressEgress/depositFailed.d.mts +56 -56
  655. package/dist/180/solanaIngressEgress/depositFinalised.d.cts +2 -2
  656. package/dist/180/solanaIngressEgress/depositFinalised.d.mts +2 -2
  657. package/dist/180/solanaIngressEgress/failedToBuildAllBatchCall.d.cts +20 -20
  658. package/dist/180/solanaIngressEgress/failedToBuildAllBatchCall.d.mts +20 -20
  659. package/dist/180/swapping/refundEgressScheduled.d.cts +12 -12
  660. package/dist/180/swapping/refundEgressScheduled.d.mts +12 -12
  661. package/dist/180/swapping/swapDepositAddressReady.d.cts +35 -35
  662. package/dist/180/swapping/swapDepositAddressReady.d.mts +35 -35
  663. package/dist/180/swapping/swapEgressScheduled.d.cts +12 -12
  664. package/dist/180/swapping/swapEgressScheduled.d.mts +12 -12
  665. package/dist/180/swapping/swapRequested.d.cts +34 -34
  666. package/dist/180/swapping/swapRequested.d.mts +34 -34
  667. package/dist/180/swapping/swapScheduled.d.cts +2 -2
  668. package/dist/180/swapping/swapScheduled.d.mts +2 -2
  669. package/dist/180/swapping/withdrawalRequested.d.cts +10 -10
  670. package/dist/180/swapping/withdrawalRequested.d.mts +10 -10
  671. package/dist/190/arbitrumIngressEgress/ccmEgressInvalid.d.cts +14 -14
  672. package/dist/190/arbitrumIngressEgress/ccmEgressInvalid.d.mts +14 -14
  673. package/dist/190/arbitrumIngressEgress/depositBoosted.d.cts +8 -8
  674. package/dist/190/arbitrumIngressEgress/depositBoosted.d.mts +8 -8
  675. package/dist/190/arbitrumIngressEgress/depositFailed.d.cts +52 -52
  676. package/dist/190/arbitrumIngressEgress/depositFailed.d.mts +52 -52
  677. package/dist/190/arbitrumIngressEgress/depositFinalised.d.cts +10 -10
  678. package/dist/190/arbitrumIngressEgress/depositFinalised.d.mts +10 -10
  679. package/dist/190/arbitrumIngressEgress/failedToBuildAllBatchCall.d.cts +10 -10
  680. package/dist/190/arbitrumIngressEgress/failedToBuildAllBatchCall.d.mts +10 -10
  681. package/dist/190/arbitrumIngressEgress/transferFallbackRequested.d.cts +4 -4
  682. package/dist/190/arbitrumIngressEgress/transferFallbackRequested.d.mts +4 -4
  683. package/dist/190/assetBalances/accountCredited.d.cts +6 -6
  684. package/dist/190/assetBalances/accountCredited.d.mts +6 -6
  685. package/dist/190/assetBalances/accountDebited.d.cts +6 -6
  686. package/dist/190/assetBalances/accountDebited.d.mts +6 -6
  687. package/dist/190/assetBalances/refundScheduled.d.cts +2 -2
  688. package/dist/190/assetBalances/refundScheduled.d.mts +2 -2
  689. package/dist/190/assethubIngressEgress/boostFundsAdded.d.cts +2 -2
  690. package/dist/190/assethubIngressEgress/boostFundsAdded.d.mts +2 -2
  691. package/dist/190/assethubIngressEgress/ccmEgressInvalid.d.cts +14 -14
  692. package/dist/190/assethubIngressEgress/ccmEgressInvalid.d.mts +14 -14
  693. package/dist/190/assethubIngressEgress/depositBoosted.d.cts +8 -8
  694. package/dist/190/assethubIngressEgress/depositBoosted.d.mts +8 -8
  695. package/dist/190/assethubIngressEgress/depositFailed.d.cts +55 -55
  696. package/dist/190/assethubIngressEgress/depositFailed.d.mts +55 -55
  697. package/dist/190/assethubIngressEgress/depositFetchesScheduled.d.cts +2 -2
  698. package/dist/190/assethubIngressEgress/depositFetchesScheduled.d.mts +2 -2
  699. package/dist/190/assethubIngressEgress/depositFinalised.d.cts +10 -10
  700. package/dist/190/assethubIngressEgress/depositFinalised.d.mts +10 -10
  701. package/dist/190/assethubIngressEgress/failedToBuildAllBatchCall.d.cts +10 -10
  702. package/dist/190/assethubIngressEgress/failedToBuildAllBatchCall.d.mts +10 -10
  703. package/dist/190/assethubIngressEgress/stoppedBoosting.d.cts +2 -2
  704. package/dist/190/assethubIngressEgress/stoppedBoosting.d.mts +2 -2
  705. package/dist/190/assethubIngressEgress/transactionRejectionRequestExpired.d.cts +2 -2
  706. package/dist/190/assethubIngressEgress/transactionRejectionRequestExpired.d.mts +2 -2
  707. package/dist/190/assethubIngressEgress/transactionRejectionRequestReceived.d.cts +2 -2
  708. package/dist/190/assethubIngressEgress/transactionRejectionRequestReceived.d.mts +2 -2
  709. package/dist/190/assethubIngressEgress/transferFallbackRequested.d.cts +4 -4
  710. package/dist/190/assethubIngressEgress/transferFallbackRequested.d.mts +4 -4
  711. package/dist/190/bitcoinIngressEgress/ccmEgressInvalid.d.cts +14 -14
  712. package/dist/190/bitcoinIngressEgress/ccmEgressInvalid.d.mts +14 -14
  713. package/dist/190/bitcoinIngressEgress/depositBoosted.d.cts +8 -8
  714. package/dist/190/bitcoinIngressEgress/depositBoosted.d.mts +8 -8
  715. package/dist/190/bitcoinIngressEgress/depositFailed.d.cts +94 -94
  716. package/dist/190/bitcoinIngressEgress/depositFailed.d.mts +94 -94
  717. package/dist/190/bitcoinIngressEgress/depositFinalised.d.cts +10 -10
  718. package/dist/190/bitcoinIngressEgress/depositFinalised.d.mts +10 -10
  719. package/dist/190/bitcoinIngressEgress/failedToBuildAllBatchCall.d.cts +10 -10
  720. package/dist/190/bitcoinIngressEgress/failedToBuildAllBatchCall.d.mts +10 -10
  721. package/dist/190/bitcoinIngressEgress/transferFallbackRequested.d.cts +4 -4
  722. package/dist/190/bitcoinIngressEgress/transferFallbackRequested.d.mts +4 -4
  723. package/dist/190/common.d.cts +601 -601
  724. package/dist/190/common.d.mts +601 -601
  725. package/dist/190/emissions/networkFeeBurned.d.cts +2 -2
  726. package/dist/190/emissions/networkFeeBurned.d.mts +2 -2
  727. package/dist/190/ethereumIngressEgress/ccmEgressInvalid.d.cts +14 -14
  728. package/dist/190/ethereumIngressEgress/ccmEgressInvalid.d.mts +14 -14
  729. package/dist/190/ethereumIngressEgress/depositBoosted.d.cts +8 -8
  730. package/dist/190/ethereumIngressEgress/depositBoosted.d.mts +8 -8
  731. package/dist/190/ethereumIngressEgress/depositFailed.d.cts +52 -52
  732. package/dist/190/ethereumIngressEgress/depositFailed.d.mts +52 -52
  733. package/dist/190/ethereumIngressEgress/depositFinalised.d.cts +10 -10
  734. package/dist/190/ethereumIngressEgress/depositFinalised.d.mts +10 -10
  735. package/dist/190/ethereumIngressEgress/failedToBuildAllBatchCall.d.cts +10 -10
  736. package/dist/190/ethereumIngressEgress/failedToBuildAllBatchCall.d.mts +10 -10
  737. package/dist/190/ethereumIngressEgress/transferFallbackRequested.d.cts +4 -4
  738. package/dist/190/ethereumIngressEgress/transferFallbackRequested.d.mts +4 -4
  739. package/dist/190/liquidityPools/assetSwapped.d.cts +12 -12
  740. package/dist/190/liquidityPools/assetSwapped.d.mts +12 -12
  741. package/dist/190/liquidityPools/limitOrderUpdated.d.cts +12 -12
  742. package/dist/190/liquidityPools/limitOrderUpdated.d.mts +12 -12
  743. package/dist/190/liquidityPools/newPoolCreated.d.cts +12 -12
  744. package/dist/190/liquidityPools/newPoolCreated.d.mts +12 -12
  745. package/dist/190/liquidityPools/orderDeletionFailed.d.cts +32 -32
  746. package/dist/190/liquidityPools/orderDeletionFailed.d.mts +32 -32
  747. package/dist/190/liquidityPools/palletConfigUpdated.d.cts +10 -10
  748. package/dist/190/liquidityPools/palletConfigUpdated.d.mts +10 -10
  749. package/dist/190/liquidityPools/poolFeeSet.d.cts +12 -12
  750. package/dist/190/liquidityPools/poolFeeSet.d.mts +12 -12
  751. package/dist/190/liquidityPools/rangeOrderUpdated.d.cts +12 -12
  752. package/dist/190/liquidityPools/rangeOrderUpdated.d.mts +12 -12
  753. package/dist/190/liquidityProvider/assetTransferred.d.cts +7 -7
  754. package/dist/190/liquidityProvider/assetTransferred.d.mts +7 -7
  755. package/dist/190/liquidityProvider/liquidityDepositAddressReady.d.cts +16 -16
  756. package/dist/190/liquidityProvider/liquidityDepositAddressReady.d.mts +16 -16
  757. package/dist/190/liquidityProvider/liquidityRefundAddressRegistered.d.cts +2 -2
  758. package/dist/190/liquidityProvider/liquidityRefundAddressRegistered.d.mts +2 -2
  759. package/dist/190/liquidityProvider/withdrawalEgressScheduled.d.cts +17 -17
  760. package/dist/190/liquidityProvider/withdrawalEgressScheduled.d.mts +17 -17
  761. package/dist/190/polkadotIngressEgress/ccmEgressInvalid.d.cts +14 -14
  762. package/dist/190/polkadotIngressEgress/ccmEgressInvalid.d.mts +14 -14
  763. package/dist/190/polkadotIngressEgress/depositBoosted.d.cts +8 -8
  764. package/dist/190/polkadotIngressEgress/depositBoosted.d.mts +8 -8
  765. package/dist/190/polkadotIngressEgress/depositFailed.d.cts +55 -55
  766. package/dist/190/polkadotIngressEgress/depositFailed.d.mts +55 -55
  767. package/dist/190/polkadotIngressEgress/depositFinalised.d.cts +10 -10
  768. package/dist/190/polkadotIngressEgress/depositFinalised.d.mts +10 -10
  769. package/dist/190/polkadotIngressEgress/failedToBuildAllBatchCall.d.cts +10 -10
  770. package/dist/190/polkadotIngressEgress/failedToBuildAllBatchCall.d.mts +10 -10
  771. package/dist/190/polkadotIngressEgress/transferFallbackRequested.d.cts +4 -4
  772. package/dist/190/polkadotIngressEgress/transferFallbackRequested.d.mts +4 -4
  773. package/dist/190/solanaIngressEgress/ccmEgressInvalid.d.cts +14 -14
  774. package/dist/190/solanaIngressEgress/ccmEgressInvalid.d.mts +14 -14
  775. package/dist/190/solanaIngressEgress/depositBoosted.d.cts +8 -8
  776. package/dist/190/solanaIngressEgress/depositBoosted.d.mts +8 -8
  777. package/dist/190/solanaIngressEgress/depositFailed.d.cts +43 -43
  778. package/dist/190/solanaIngressEgress/depositFailed.d.mts +43 -43
  779. package/dist/190/solanaIngressEgress/depositFinalised.d.cts +10 -10
  780. package/dist/190/solanaIngressEgress/depositFinalised.d.mts +10 -10
  781. package/dist/190/solanaIngressEgress/failedToBuildAllBatchCall.d.cts +10 -10
  782. package/dist/190/solanaIngressEgress/failedToBuildAllBatchCall.d.mts +10 -10
  783. package/dist/190/solanaIngressEgress/transferFallbackRequested.d.cts +4 -4
  784. package/dist/190/solanaIngressEgress/transferFallbackRequested.d.mts +4 -4
  785. package/dist/190/swapping/batchSwapFailed.d.cts +7 -7
  786. package/dist/190/swapping/batchSwapFailed.d.mts +7 -7
  787. package/dist/190/swapping/creditedOnChain.d.cts +8 -8
  788. package/dist/190/swapping/creditedOnChain.d.mts +8 -8
  789. package/dist/190/swapping/palletConfigUpdated.d.cts +16 -16
  790. package/dist/190/swapping/palletConfigUpdated.d.mts +16 -16
  791. package/dist/190/swapping/refundEgressIgnored.d.cts +7 -7
  792. package/dist/190/swapping/refundEgressIgnored.d.mts +7 -7
  793. package/dist/190/swapping/refundEgressScheduled.d.cts +16 -16
  794. package/dist/190/swapping/refundEgressScheduled.d.mts +16 -16
  795. package/dist/190/swapping/refundedOnChain.d.cts +8 -8
  796. package/dist/190/swapping/refundedOnChain.d.mts +8 -8
  797. package/dist/190/swapping/swapAmountConfiscated.d.cts +6 -6
  798. package/dist/190/swapping/swapAmountConfiscated.d.mts +6 -6
  799. package/dist/190/swapping/swapDepositAddressReady.d.cts +34 -34
  800. package/dist/190/swapping/swapDepositAddressReady.d.mts +34 -34
  801. package/dist/190/swapping/swapEgressIgnored.d.cts +7 -7
  802. package/dist/190/swapping/swapEgressIgnored.d.mts +7 -7
  803. package/dist/190/swapping/swapEgressScheduled.d.cts +16 -16
  804. package/dist/190/swapping/swapEgressScheduled.d.mts +16 -16
  805. package/dist/190/swapping/swapExecuted.d.cts +12 -12
  806. package/dist/190/swapping/swapExecuted.d.mts +12 -12
  807. package/dist/190/swapping/swapRequested.d.cts +42 -42
  808. package/dist/190/swapping/swapRequested.d.mts +42 -42
  809. package/dist/190/swapping/withdrawalRequested.d.cts +14 -14
  810. package/dist/190/swapping/withdrawalRequested.d.mts +14 -14
  811. package/dist/190/tradingStrategy/fundsAddedToStrategy.d.cts +6 -6
  812. package/dist/190/tradingStrategy/fundsAddedToStrategy.d.mts +6 -6
  813. package/dist/190/tradingStrategy/palletConfigUpdated.d.cts +26 -26
  814. package/dist/190/tradingStrategy/palletConfigUpdated.d.mts +26 -26
  815. package/dist/190/tradingStrategy/strategyDeployed.d.cts +8 -8
  816. package/dist/190/tradingStrategy/strategyDeployed.d.mts +8 -8
  817. package/dist/200/common.d.cts +18 -18
  818. package/dist/200/common.d.mts +18 -18
  819. package/dist/200/lendingPools/lendingFundsAdded.d.cts +4 -4
  820. package/dist/200/lendingPools/lendingFundsAdded.d.mts +4 -4
  821. package/dist/200/lendingPools/lendingFundsRemoved.d.cts +2 -2
  822. package/dist/200/lendingPools/lendingFundsRemoved.d.mts +2 -2
  823. package/dist/200/lendingPools/loanCreated.d.cts +2 -2
  824. package/dist/200/lendingPools/loanCreated.d.mts +2 -2
  825. package/dist/200/swapping/swapRequestCompleted.d.cts +2 -2
  826. package/dist/200/swapping/swapRequestCompleted.d.mts +2 -2
  827. package/dist/200/swapping/swapRequested.d.cts +16 -16
  828. package/dist/200/swapping/swapRequested.d.mts +16 -16
  829. package/dist/210/arbitrumElections/electoralEvent.cjs +1 -1
  830. package/dist/210/arbitrumElections/electoralEvent.mjs +2 -2
  831. package/dist/210/arbitrumIngressEgress/depositFailed.d.cts +16 -16
  832. package/dist/210/arbitrumIngressEgress/depositFailed.d.mts +16 -16
  833. package/dist/210/arbitrumIngressEgress/depositFetchesScheduled.d.cts +2 -2
  834. package/dist/210/arbitrumIngressEgress/depositFetchesScheduled.d.mts +2 -2
  835. package/dist/210/assetBalances/accountCredited.d.cts +6 -6
  836. package/dist/210/assetBalances/accountCredited.d.mts +6 -6
  837. package/dist/210/assetBalances/accountDebited.d.cts +6 -6
  838. package/dist/210/assetBalances/accountDebited.d.mts +6 -6
  839. package/dist/210/assethubIngressEgress/depositFailed.d.cts +16 -16
  840. package/dist/210/assethubIngressEgress/depositFailed.d.mts +16 -16
  841. package/dist/210/bitcoinIngressEgress/depositFailed.d.cts +32 -32
  842. package/dist/210/bitcoinIngressEgress/depositFailed.d.mts +32 -32
  843. package/dist/210/common.cjs +13 -13
  844. package/dist/210/common.d.cts +430 -430
  845. package/dist/210/common.d.mts +430 -430
  846. package/dist/210/common.mjs +9 -9
  847. package/dist/210/environment/runtimeSafeModeUpdated.d.cts +70 -70
  848. package/dist/210/environment/runtimeSafeModeUpdated.d.mts +70 -70
  849. package/dist/210/ethereumElections/electoralEvent.cjs +1 -1
  850. package/dist/210/ethereumElections/electoralEvent.mjs +2 -2
  851. package/dist/210/ethereumIngressEgress/depositFailed.d.cts +16 -16
  852. package/dist/210/ethereumIngressEgress/depositFailed.d.mts +16 -16
  853. package/dist/210/ethereumIngressEgress/depositFetchesScheduled.d.cts +2 -2
  854. package/dist/210/ethereumIngressEgress/depositFetchesScheduled.d.mts +2 -2
  855. package/dist/210/funding/funded.d.cts +8 -8
  856. package/dist/210/funding/funded.d.mts +8 -8
  857. package/dist/210/lendingPools/boostFundsAdded.d.cts +10 -10
  858. package/dist/210/lendingPools/boostFundsAdded.d.mts +10 -10
  859. package/dist/210/lendingPools/boostPoolCreated.d.cts +8 -8
  860. package/dist/210/lendingPools/boostPoolCreated.d.mts +8 -8
  861. package/dist/210/lendingPools/collateralAdded.d.cts +6 -6
  862. package/dist/210/lendingPools/collateralAdded.d.mts +6 -6
  863. package/dist/210/lendingPools/collateralRemoved.d.cts +6 -6
  864. package/dist/210/lendingPools/collateralRemoved.d.mts +6 -6
  865. package/dist/210/lendingPools/collateralTopupAssetUpdated.d.cts +6 -6
  866. package/dist/210/lendingPools/collateralTopupAssetUpdated.d.mts +6 -6
  867. package/dist/210/lendingPools/lendingFundsAdded.d.cts +6 -6
  868. package/dist/210/lendingPools/lendingFundsAdded.d.mts +6 -6
  869. package/dist/210/lendingPools/lendingFundsRemoved.d.cts +6 -6
  870. package/dist/210/lendingPools/lendingFundsRemoved.d.mts +6 -6
  871. package/dist/210/lendingPools/lendingPoolCreated.d.cts +6 -6
  872. package/dist/210/lendingPools/lendingPoolCreated.d.mts +6 -6
  873. package/dist/210/lendingPools/loanCreated.d.cts +6 -6
  874. package/dist/210/lendingPools/loanCreated.d.mts +6 -6
  875. package/dist/210/lendingPools/loanRepaid.d.cts +2 -2
  876. package/dist/210/lendingPools/loanRepaid.d.mts +2 -2
  877. package/dist/210/lendingPools/palletConfigUpdated.d.cts +18 -18
  878. package/dist/210/lendingPools/palletConfigUpdated.d.mts +18 -18
  879. package/dist/210/lendingPools/stoppedBoosting.d.cts +8 -8
  880. package/dist/210/lendingPools/stoppedBoosting.d.mts +8 -8
  881. package/dist/210/liquidityPools/assetSwapped.d.cts +12 -12
  882. package/dist/210/liquidityPools/assetSwapped.d.mts +12 -12
  883. package/dist/210/liquidityPools/limitOrderUpdated.d.cts +12 -12
  884. package/dist/210/liquidityPools/limitOrderUpdated.d.mts +12 -12
  885. package/dist/210/liquidityPools/newPoolCreated.d.cts +12 -12
  886. package/dist/210/liquidityPools/newPoolCreated.d.mts +12 -12
  887. package/dist/210/liquidityPools/orderDeletionFailed.d.cts +32 -32
  888. package/dist/210/liquidityPools/orderDeletionFailed.d.mts +32 -32
  889. package/dist/210/liquidityPools/palletConfigUpdated.d.cts +8 -8
  890. package/dist/210/liquidityPools/palletConfigUpdated.d.mts +8 -8
  891. package/dist/210/liquidityPools/poolFeeSet.d.cts +12 -12
  892. package/dist/210/liquidityPools/poolFeeSet.d.mts +12 -12
  893. package/dist/210/liquidityPools/rangeOrderUpdated.d.cts +12 -12
  894. package/dist/210/liquidityPools/rangeOrderUpdated.d.mts +12 -12
  895. package/dist/210/liquidityProvider/assetBalancePurgeFailed.cjs +14 -0
  896. package/dist/210/liquidityProvider/assetBalancePurgeFailed.d.cts +248 -0
  897. package/dist/210/liquidityProvider/assetBalancePurgeFailed.d.mts +248 -0
  898. package/dist/210/liquidityProvider/assetBalancePurgeFailed.mjs +13 -0
  899. package/dist/210/liquidityProvider/assetBalancePurged.cjs +16 -0
  900. package/dist/210/liquidityProvider/assetBalancePurged.d.cts +98 -0
  901. package/dist/210/liquidityProvider/assetBalancePurged.d.mts +98 -0
  902. package/dist/210/liquidityProvider/assetBalancePurged.mjs +15 -0
  903. package/dist/210/liquidityProvider/assetTransferred.d.cts +6 -6
  904. package/dist/210/liquidityProvider/assetTransferred.d.mts +6 -6
  905. package/dist/210/liquidityProvider/liquidityDepositAddressReady.d.cts +7 -7
  906. package/dist/210/liquidityProvider/liquidityDepositAddressReady.d.mts +7 -7
  907. package/dist/210/liquidityProvider/withdrawalEgressScheduled.d.cts +6 -6
  908. package/dist/210/liquidityProvider/withdrawalEgressScheduled.d.mts +6 -6
  909. package/dist/210/polkadotIngressEgress/depositFailed.d.cts +16 -16
  910. package/dist/210/polkadotIngressEgress/depositFailed.d.mts +16 -16
  911. package/dist/210/solanaIngressEgress/depositFailed.d.cts +16 -16
  912. package/dist/210/solanaIngressEgress/depositFailed.d.mts +16 -16
  913. package/dist/210/solanaIngressEgress/depositFetchesScheduled.d.cts +2 -2
  914. package/dist/210/solanaIngressEgress/depositFetchesScheduled.d.mts +2 -2
  915. package/dist/210/swapping/accountCreationDepositAddressReady.d.cts +11 -11
  916. package/dist/210/swapping/accountCreationDepositAddressReady.d.mts +11 -11
  917. package/dist/210/swapping/batchSwapFailed.d.cts +6 -6
  918. package/dist/210/swapping/batchSwapFailed.d.mts +6 -6
  919. package/dist/210/swapping/creditedOnChain.d.cts +9 -9
  920. package/dist/210/swapping/creditedOnChain.d.mts +9 -9
  921. package/dist/210/swapping/palletConfigUpdated.d.cts +32 -32
  922. package/dist/210/swapping/palletConfigUpdated.d.mts +32 -32
  923. package/dist/210/swapping/refundEgressIgnored.d.cts +8 -8
  924. package/dist/210/swapping/refundEgressIgnored.d.mts +8 -8
  925. package/dist/210/swapping/refundEgressScheduled.d.cts +14 -14
  926. package/dist/210/swapping/refundEgressScheduled.d.mts +14 -14
  927. package/dist/210/swapping/refundedOnChain.d.cts +9 -9
  928. package/dist/210/swapping/refundedOnChain.d.mts +9 -9
  929. package/dist/210/swapping/swapAmountConfiscated.d.cts +7 -7
  930. package/dist/210/swapping/swapAmountConfiscated.d.mts +7 -7
  931. package/dist/210/swapping/swapDepositAddressReady.d.cts +12 -12
  932. package/dist/210/swapping/swapDepositAddressReady.d.mts +12 -12
  933. package/dist/210/swapping/swapEgressIgnored.d.cts +8 -8
  934. package/dist/210/swapping/swapEgressIgnored.d.mts +8 -8
  935. package/dist/210/swapping/swapEgressScheduled.d.cts +14 -14
  936. package/dist/210/swapping/swapEgressScheduled.d.mts +14 -14
  937. package/dist/210/swapping/swapExecuted.d.cts +16 -16
  938. package/dist/210/swapping/swapExecuted.d.mts +16 -16
  939. package/dist/210/swapping/swapRequested.d.cts +20 -20
  940. package/dist/210/swapping/swapRequested.d.mts +20 -20
  941. package/dist/210/swapping/withdrawalRequested.d.cts +6 -6
  942. package/dist/210/swapping/withdrawalRequested.d.mts +6 -6
  943. package/dist/210/tradingStrategy/fundsAddedToStrategy.d.cts +6 -6
  944. package/dist/210/tradingStrategy/fundsAddedToStrategy.d.mts +6 -6
  945. package/dist/210/tradingStrategy/palletConfigUpdated.d.cts +24 -24
  946. package/dist/210/tradingStrategy/palletConfigUpdated.d.mts +24 -24
  947. package/dist/210/tradingStrategy/strategyDeployed.d.cts +24 -24
  948. package/dist/210/tradingStrategy/strategyDeployed.d.mts +24 -24
  949. package/dist/CodeGenerator.cjs +1 -1
  950. package/dist/CodeGenerator.mjs +1 -1
  951. package/dist/HandlerMap.cjs +3 -15
  952. package/dist/HandlerMap.d.cts +1 -3
  953. package/dist/HandlerMap.d.mts +1 -2
  954. package/dist/HandlerMap.mjs +3 -12
  955. package/dist/Parser.cjs +19 -19
  956. package/dist/Parser.mjs +3 -3
  957. package/dist/Processor.cjs +8 -19
  958. package/dist/Processor.d.cts +1 -3
  959. package/dist/Processor.d.mts +1 -2
  960. package/dist/Processor.mjs +3 -12
  961. package/dist/_virtual/rolldown_runtime.cjs +0 -16
  962. package/dist/{packages/chainspec → chainspec}/src/BaseCodeGenerator.cjs +2 -2
  963. package/dist/{packages/chainspec → chainspec}/src/BaseCodeGenerator.mjs +1 -1
  964. package/dist/{packages/chainspec → chainspec}/src/BaseParser.cjs +19 -19
  965. package/dist/{packages/chainspec → chainspec}/src/BaseParser.mjs +3 -3
  966. package/dist/{packages/chainspec → chainspec}/src/Compiler.cjs +1 -1
  967. package/dist/{packages/chainspec → chainspec}/src/cache.cjs +7 -9
  968. package/dist/{packages/chainspec → chainspec}/src/cache.mjs +2 -4
  969. package/dist/{packages/chainspec → chainspec}/src/utils.cjs +4 -3
  970. package/dist/{packages/chainspec → chainspec}/src/utils.mjs +2 -2
  971. package/dist/generate.cjs +2 -2
  972. package/dist/generate.mjs +2 -2
  973. package/dist/index.cjs +2 -3
  974. package/dist/index.d.cts +2 -2
  975. package/dist/index.d.mts +2 -2
  976. package/dist/index.mjs +3 -3
  977. package/dist/utils.cjs +27 -1
  978. package/dist/utils.d.cts +6 -1
  979. package/dist/utils.d.mts +6 -1
  980. package/dist/utils.mjs +24 -1
  981. package/package.json +2 -2
  982. package/dist/_virtual/rolldown_runtime.mjs +0 -45
  983. package/dist/node_modules/.pnpm/@chainflip_rpc@1.9.3/node_modules/@chainflip/rpc/dist/Client.cjs +0 -76
  984. package/dist/node_modules/.pnpm/@chainflip_rpc@1.9.3/node_modules/@chainflip/rpc/dist/Client.mjs +0 -75
  985. package/dist/node_modules/.pnpm/@chainflip_rpc@1.9.3/node_modules/@chainflip/rpc/dist/HttpClient.cjs +0 -35
  986. package/dist/node_modules/.pnpm/@chainflip_rpc@1.9.3/node_modules/@chainflip/rpc/dist/HttpClient.mjs +0 -35
  987. package/dist/node_modules/.pnpm/@chainflip_rpc@1.9.3/node_modules/@chainflip/rpc/dist/WsClient.cjs +0 -4
  988. package/dist/node_modules/.pnpm/@chainflip_rpc@1.9.3/node_modules/@chainflip/rpc/dist/WsClient.mjs +0 -6
  989. package/dist/node_modules/.pnpm/@chainflip_rpc@1.9.3/node_modules/@chainflip/rpc/dist/common.cjs +0 -44
  990. package/dist/node_modules/.pnpm/@chainflip_rpc@1.9.3/node_modules/@chainflip/rpc/dist/common.mjs +0 -43
  991. package/dist/node_modules/.pnpm/@chainflip_rpc@1.9.3/node_modules/@chainflip/rpc/dist/index.cjs +0 -2
  992. package/dist/node_modules/.pnpm/@chainflip_rpc@1.9.3/node_modules/@chainflip/rpc/dist/index.mjs +0 -4
  993. package/dist/node_modules/.pnpm/@chainflip_rpc@1.9.3/node_modules/@chainflip/rpc/dist/parsers.cjs +0 -484
  994. package/dist/node_modules/.pnpm/@chainflip_rpc@1.9.3/node_modules/@chainflip/rpc/dist/parsers.mjs +0 -454
  995. package/dist/node_modules/.pnpm/@noble_curves@1.9.7/node_modules/@noble/curves/esm/_shortw_utils.cjs +0 -22
  996. package/dist/node_modules/.pnpm/@noble_curves@1.9.7/node_modules/@noble/curves/esm/_shortw_utils.mjs +0 -22
  997. package/dist/node_modules/.pnpm/@noble_curves@1.9.7/node_modules/@noble/curves/esm/abstract/curve.cjs +0 -324
  998. package/dist/node_modules/.pnpm/@noble_curves@1.9.7/node_modules/@noble/curves/esm/abstract/curve.mjs +0 -319
  999. package/dist/node_modules/.pnpm/@noble_curves@1.9.7/node_modules/@noble/curves/esm/abstract/hash-to-curve.cjs +0 -167
  1000. package/dist/node_modules/.pnpm/@noble_curves@1.9.7/node_modules/@noble/curves/esm/abstract/hash-to-curve.mjs +0 -166
  1001. package/dist/node_modules/.pnpm/@noble_curves@1.9.7/node_modules/@noble/curves/esm/abstract/modular.cjs +0 -394
  1002. package/dist/node_modules/.pnpm/@noble_curves@1.9.7/node_modules/@noble/curves/esm/abstract/modular.mjs +0 -387
  1003. package/dist/node_modules/.pnpm/@noble_curves@1.9.7/node_modules/@noble/curves/esm/abstract/weierstrass.cjs +0 -1195
  1004. package/dist/node_modules/.pnpm/@noble_curves@1.9.7/node_modules/@noble/curves/esm/abstract/weierstrass.mjs +0 -1194
  1005. package/dist/node_modules/.pnpm/@noble_curves@1.9.7/node_modules/@noble/curves/esm/secp256k1.cjs +0 -119
  1006. package/dist/node_modules/.pnpm/@noble_curves@1.9.7/node_modules/@noble/curves/esm/secp256k1.mjs +0 -119
  1007. package/dist/node_modules/.pnpm/@noble_curves@1.9.7/node_modules/@noble/curves/esm/utils.cjs +0 -203
  1008. package/dist/node_modules/.pnpm/@noble_curves@1.9.7/node_modules/@noble/curves/esm/utils.mjs +0 -189
  1009. package/dist/node_modules/.pnpm/@noble_hashes@1.8.0/node_modules/@noble/hashes/esm/_blake.cjs +0 -267
  1010. package/dist/node_modules/.pnpm/@noble_hashes@1.8.0/node_modules/@noble/hashes/esm/_blake.mjs +0 -266
  1011. package/dist/node_modules/.pnpm/@noble_hashes@1.8.0/node_modules/@noble/hashes/esm/_md.cjs +0 -136
  1012. package/dist/node_modules/.pnpm/@noble_hashes@1.8.0/node_modules/@noble/hashes/esm/_md.mjs +0 -133
  1013. package/dist/node_modules/.pnpm/@noble_hashes@1.8.0/node_modules/@noble/hashes/esm/_u64.cjs +0 -65
  1014. package/dist/node_modules/.pnpm/@noble_hashes@1.8.0/node_modules/@noble/hashes/esm/_u64.mjs +0 -50
  1015. package/dist/node_modules/.pnpm/@noble_hashes@1.8.0/node_modules/@noble/hashes/esm/blake2.cjs +0 -335
  1016. package/dist/node_modules/.pnpm/@noble_hashes@1.8.0/node_modules/@noble/hashes/esm/blake2.mjs +0 -335
  1017. package/dist/node_modules/.pnpm/@noble_hashes@1.8.0/node_modules/@noble/hashes/esm/blake2b.cjs +0 -13
  1018. package/dist/node_modules/.pnpm/@noble_hashes@1.8.0/node_modules/@noble/hashes/esm/blake2b.mjs +0 -13
  1019. package/dist/node_modules/.pnpm/@noble_hashes@1.8.0/node_modules/@noble/hashes/esm/cryptoNode.cjs +0 -16
  1020. package/dist/node_modules/.pnpm/@noble_hashes@1.8.0/node_modules/@noble/hashes/esm/cryptoNode.mjs +0 -14
  1021. package/dist/node_modules/.pnpm/@noble_hashes@1.8.0/node_modules/@noble/hashes/esm/hmac.cjs +0 -83
  1022. package/dist/node_modules/.pnpm/@noble_hashes@1.8.0/node_modules/@noble/hashes/esm/hmac.mjs +0 -83
  1023. package/dist/node_modules/.pnpm/@noble_hashes@1.8.0/node_modules/@noble/hashes/esm/sha2.cjs +0 -254
  1024. package/dist/node_modules/.pnpm/@noble_hashes@1.8.0/node_modules/@noble/hashes/esm/sha2.mjs +0 -254
  1025. package/dist/node_modules/.pnpm/@noble_hashes@1.8.0/node_modules/@noble/hashes/esm/sha3.cjs +0 -207
  1026. package/dist/node_modules/.pnpm/@noble_hashes@1.8.0/node_modules/@noble/hashes/esm/sha3.mjs +0 -206
  1027. package/dist/node_modules/.pnpm/@noble_hashes@1.8.0/node_modules/@noble/hashes/esm/utils.cjs +0 -207
  1028. package/dist/node_modules/.pnpm/@noble_hashes@1.8.0/node_modules/@noble/hashes/esm/utils.mjs +0 -186
  1029. package/dist/node_modules/.pnpm/@polkadot_networks@14.0.1/node_modules/@polkadot/networks/defaults/genesis.cjs +0 -91
  1030. package/dist/node_modules/.pnpm/@polkadot_networks@14.0.1/node_modules/@polkadot/networks/defaults/genesis.mjs +0 -90
  1031. package/dist/node_modules/.pnpm/@polkadot_networks@14.0.1/node_modules/@polkadot/networks/defaults/icons.cjs +0 -14
  1032. package/dist/node_modules/.pnpm/@polkadot_networks@14.0.1/node_modules/@polkadot/networks/defaults/icons.mjs +0 -13
  1033. package/dist/node_modules/.pnpm/@polkadot_networks@14.0.1/node_modules/@polkadot/networks/defaults/ledger.cjs +0 -57
  1034. package/dist/node_modules/.pnpm/@polkadot_networks@14.0.1/node_modules/@polkadot/networks/defaults/ledger.mjs +0 -56
  1035. package/dist/node_modules/.pnpm/@polkadot_networks@14.0.1/node_modules/@polkadot/networks/defaults/testnets.cjs +0 -15
  1036. package/dist/node_modules/.pnpm/@polkadot_networks@14.0.1/node_modules/@polkadot/networks/defaults/testnets.mjs +0 -14
  1037. package/dist/node_modules/.pnpm/@polkadot_networks@14.0.1/node_modules/@polkadot/networks/interfaces.cjs +0 -41
  1038. package/dist/node_modules/.pnpm/@polkadot_networks@14.0.1/node_modules/@polkadot/networks/interfaces.mjs +0 -41
  1039. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/abstract/Array.cjs +0 -152
  1040. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/abstract/Array.mjs +0 -152
  1041. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/abstract/Base.cjs +0 -106
  1042. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/abstract/Base.mjs +0 -105
  1043. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/abstract/Int.cjs +0 -197
  1044. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/abstract/Int.mjs +0 -197
  1045. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/base/Compact.cjs +0 -157
  1046. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/base/Compact.mjs +0 -157
  1047. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/base/DoNotConstruct.cjs +0 -100
  1048. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/base/DoNotConstruct.mjs +0 -99
  1049. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/base/Enum.cjs +0 -322
  1050. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/base/Enum.mjs +0 -322
  1051. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/base/Int.cjs +0 -31
  1052. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/base/Int.mjs +0 -31
  1053. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/base/Null.cjs +0 -82
  1054. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/base/Null.mjs +0 -82
  1055. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/base/Option.cjs +0 -196
  1056. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/base/Option.mjs +0 -196
  1057. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/base/Result.cjs +0 -65
  1058. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/base/Result.mjs +0 -65
  1059. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/base/Tuple.cjs +0 -101
  1060. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/base/Tuple.mjs +0 -101
  1061. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/base/UInt.cjs +0 -28
  1062. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/base/UInt.mjs +0 -28
  1063. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/base/Vec.cjs +0 -104
  1064. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/base/Vec.mjs +0 -103
  1065. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/base/VecFixed.cjs +0 -67
  1066. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/base/VecFixed.mjs +0 -67
  1067. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/extended/BTreeMap.cjs +0 -15
  1068. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/extended/BTreeMap.mjs +0 -15
  1069. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/extended/BTreeSet.cjs +0 -190
  1070. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/extended/BTreeSet.mjs +0 -190
  1071. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/extended/BitVec.cjs +0 -98
  1072. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/extended/BitVec.mjs +0 -98
  1073. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/extended/Bytes.cjs +0 -61
  1074. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/extended/Bytes.mjs +0 -61
  1075. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/extended/HashMap.cjs +0 -15
  1076. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/extended/HashMap.mjs +0 -15
  1077. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/extended/Map.cjs +0 -197
  1078. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/extended/Map.mjs +0 -197
  1079. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/extended/OptionBool.cjs +0 -61
  1080. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/extended/OptionBool.mjs +0 -61
  1081. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/extended/Range.cjs +0 -43
  1082. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/extended/Range.mjs +0 -43
  1083. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/extended/RangeInclusive.cjs +0 -18
  1084. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/extended/RangeInclusive.mjs +0 -18
  1085. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/extended/Type.cjs +0 -26
  1086. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/extended/Type.mjs +0 -26
  1087. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/extended/U8aFixed.cjs +0 -44
  1088. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/extended/U8aFixed.mjs +0 -44
  1089. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/extended/WrapperKeepOpaque.cjs +0 -102
  1090. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/extended/WrapperKeepOpaque.mjs +0 -102
  1091. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/extended/WrapperOpaque.cjs +0 -24
  1092. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/extended/WrapperOpaque.mjs +0 -24
  1093. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/native/Bool.cjs +0 -107
  1094. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/native/Bool.mjs +0 -107
  1095. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/native/Float.cjs +0 -107
  1096. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/native/Float.mjs +0 -107
  1097. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/native/Json.cjs +0 -120
  1098. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/native/Json.mjs +0 -120
  1099. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/native/Raw.cjs +0 -140
  1100. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/native/Raw.mjs +0 -140
  1101. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/native/Set.cjs +0 -196
  1102. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/native/Set.mjs +0 -196
  1103. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/native/Struct.cjs +0 -233
  1104. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/native/Struct.mjs +0 -233
  1105. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/native/Text.cjs +0 -138
  1106. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/native/Text.mjs +0 -138
  1107. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/primitive/F32.cjs +0 -14
  1108. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/primitive/F32.mjs +0 -14
  1109. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/primitive/F64.cjs +0 -14
  1110. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/primitive/F64.mjs +0 -14
  1111. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/primitive/I128.cjs +0 -14
  1112. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/primitive/I128.mjs +0 -14
  1113. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/primitive/I16.cjs +0 -14
  1114. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/primitive/I16.mjs +0 -14
  1115. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/primitive/I256.cjs +0 -14
  1116. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/primitive/I256.mjs +0 -14
  1117. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/primitive/I32.cjs +0 -14
  1118. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/primitive/I32.mjs +0 -14
  1119. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/primitive/I64.cjs +0 -14
  1120. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/primitive/I64.mjs +0 -14
  1121. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/primitive/I8.cjs +0 -14
  1122. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/primitive/I8.mjs +0 -14
  1123. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/primitive/ISize.cjs +0 -19
  1124. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/primitive/ISize.mjs +0 -19
  1125. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/primitive/U128.cjs +0 -14
  1126. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/primitive/U128.mjs +0 -14
  1127. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/primitive/U16.cjs +0 -14
  1128. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/primitive/U16.mjs +0 -14
  1129. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/primitive/U256.cjs +0 -14
  1130. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/primitive/U256.mjs +0 -14
  1131. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/primitive/U32.cjs +0 -14
  1132. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/primitive/U32.mjs +0 -14
  1133. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/primitive/U64.cjs +0 -14
  1134. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/primitive/U64.mjs +0 -14
  1135. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/primitive/U8.cjs +0 -14
  1136. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/primitive/U8.mjs +0 -14
  1137. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/primitive/USize.cjs +0 -19
  1138. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/primitive/USize.mjs +0 -19
  1139. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/utils/compareArray.cjs +0 -11
  1140. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/utils/compareArray.mjs +0 -11
  1141. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/utils/compareMap.cjs +0 -23
  1142. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/utils/compareMap.mjs +0 -23
  1143. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/utils/compareSet.cjs +0 -15
  1144. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/utils/compareSet.mjs +0 -15
  1145. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/utils/decodeU8a.cjs +0 -107
  1146. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/utils/decodeU8a.mjs +0 -105
  1147. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/utils/sanitize.cjs +0 -180
  1148. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/utils/sanitize.mjs +0 -179
  1149. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/utils/sortValues.cjs +0 -70
  1150. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/utils/sortValues.mjs +0 -69
  1151. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/utils/toConstructors.cjs +0 -38
  1152. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/utils/toConstructors.mjs +0 -35
  1153. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/utils/typesToMap.cjs +0 -10
  1154. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/utils/typesToMap.mjs +0 -9
  1155. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/utils/util.cjs +0 -9
  1156. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/utils/util.mjs +0 -9
  1157. package/dist/node_modules/.pnpm/@polkadot_types-create@16.5.4/node_modules/@polkadot/types-create/create/class.cjs +0 -147
  1158. package/dist/node_modules/.pnpm/@polkadot_types-create@16.5.4/node_modules/@polkadot/types-create/create/class.mjs +0 -146
  1159. package/dist/node_modules/.pnpm/@polkadot_types-create@16.5.4/node_modules/@polkadot/types-create/create/type.cjs +0 -47
  1160. package/dist/node_modules/.pnpm/@polkadot_types-create@16.5.4/node_modules/@polkadot/types-create/create/type.mjs +0 -47
  1161. package/dist/node_modules/.pnpm/@polkadot_types-create@16.5.4/node_modules/@polkadot/types-create/types/types.cjs +0 -36
  1162. package/dist/node_modules/.pnpm/@polkadot_types-create@16.5.4/node_modules/@polkadot/types-create/types/types.mjs +0 -30
  1163. package/dist/node_modules/.pnpm/@polkadot_types-create@16.5.4/node_modules/@polkadot/types-create/util/encodeTypes.cjs +0 -101
  1164. package/dist/node_modules/.pnpm/@polkadot_types-create@16.5.4/node_modules/@polkadot/types-create/util/encodeTypes.mjs +0 -101
  1165. package/dist/node_modules/.pnpm/@polkadot_types-create@16.5.4/node_modules/@polkadot/types-create/util/getTypeDef.cjs +0 -250
  1166. package/dist/node_modules/.pnpm/@polkadot_types-create@16.5.4/node_modules/@polkadot/types-create/util/getTypeDef.mjs +0 -250
  1167. package/dist/node_modules/.pnpm/@polkadot_types-create@16.5.4/node_modules/@polkadot/types-create/util/typeSplit.cjs +0 -48
  1168. package/dist/node_modules/.pnpm/@polkadot_types-create@16.5.4/node_modules/@polkadot/types-create/util/typeSplit.mjs +0 -47
  1169. package/dist/node_modules/.pnpm/@polkadot_types-create@16.5.4/node_modules/@polkadot/types-create/util/xcm.cjs +0 -23
  1170. package/dist/node_modules/.pnpm/@polkadot_types-create@16.5.4/node_modules/@polkadot/types-create/util/xcm.mjs +0 -23
  1171. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/create/lazy.cjs +0 -12
  1172. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/create/lazy.mjs +0 -12
  1173. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/create/registry.cjs +0 -378
  1174. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/create/registry.mjs +0 -378
  1175. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/ethereum/AccountId.cjs +0 -68
  1176. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/ethereum/AccountId.mjs +0 -68
  1177. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/ethereum/LookupSource.cjs +0 -80
  1178. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/ethereum/LookupSource.mjs +0 -80
  1179. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/extrinsic/Extrinsic.cjs +0 -320
  1180. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/extrinsic/Extrinsic.mjs +0 -320
  1181. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/extrinsic/ExtrinsicEra.cjs +0 -208
  1182. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/extrinsic/ExtrinsicEra.mjs +0 -206
  1183. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/extrinsic/ExtrinsicPayload.cjs +0 -163
  1184. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/extrinsic/ExtrinsicPayload.mjs +0 -162
  1185. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/extrinsic/ExtrinsicPayloadUnknown.cjs +0 -17
  1186. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/extrinsic/ExtrinsicPayloadUnknown.mjs +0 -17
  1187. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/extrinsic/ExtrinsicUnknown.cjs +0 -18
  1188. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/extrinsic/ExtrinsicUnknown.mjs +0 -18
  1189. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/extrinsic/SignerPayload.cjs +0 -131
  1190. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/extrinsic/SignerPayload.mjs +0 -131
  1191. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/extrinsic/constants.cjs +0 -28
  1192. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/extrinsic/constants.mjs +0 -16
  1193. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/extrinsic/signedExtensions/emptyCheck.cjs +0 -9
  1194. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/extrinsic/signedExtensions/emptyCheck.mjs +0 -8
  1195. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/extrinsic/signedExtensions/index.cjs +0 -29
  1196. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/extrinsic/signedExtensions/index.mjs +0 -27
  1197. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/extrinsic/signedExtensions/polkadot.cjs +0 -14
  1198. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/extrinsic/signedExtensions/polkadot.mjs +0 -14
  1199. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/extrinsic/signedExtensions/shell.cjs +0 -7
  1200. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/extrinsic/signedExtensions/shell.mjs +0 -7
  1201. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/extrinsic/signedExtensions/statemint.cjs +0 -12
  1202. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/extrinsic/signedExtensions/statemint.mjs +0 -11
  1203. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/extrinsic/signedExtensions/substrate.cjs +0 -51
  1204. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/extrinsic/signedExtensions/substrate.mjs +0 -51
  1205. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/extrinsic/util.cjs +0 -10
  1206. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/extrinsic/util.mjs +0 -10
  1207. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/extrinsic/v4/Extrinsic.cjs +0 -79
  1208. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/extrinsic/v4/Extrinsic.mjs +0 -79
  1209. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/extrinsic/v4/ExtrinsicPayload.cjs +0 -95
  1210. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/extrinsic/v4/ExtrinsicPayload.mjs +0 -95
  1211. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/extrinsic/v4/ExtrinsicSignature.cjs +0 -158
  1212. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/extrinsic/v4/ExtrinsicSignature.mjs +0 -158
  1213. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/extrinsic/v5/Extrinsic.cjs +0 -88
  1214. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/extrinsic/v5/Extrinsic.mjs +0 -88
  1215. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/extrinsic/v5/ExtrinsicPayload.cjs +0 -92
  1216. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/extrinsic/v5/ExtrinsicPayload.mjs +0 -92
  1217. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/extrinsic/v5/ExtrinsicSignature.cjs +0 -155
  1218. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/extrinsic/v5/ExtrinsicSignature.mjs +0 -155
  1219. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/extrinsic/v5/GeneralExtrinsic.cjs +0 -139
  1220. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/extrinsic/v5/GeneralExtrinsic.mjs +0 -139
  1221. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/generic/AccountId.cjs +0 -84
  1222. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/generic/AccountId.mjs +0 -83
  1223. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/generic/AccountIndex.cjs +0 -99
  1224. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/generic/AccountIndex.mjs +0 -99
  1225. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/generic/Block.cjs +0 -43
  1226. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/generic/Block.mjs +0 -43
  1227. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/generic/Call.cjs +0 -180
  1228. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/generic/Call.mjs +0 -180
  1229. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/generic/ChainProperties.cjs +0 -56
  1230. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/generic/ChainProperties.mjs +0 -56
  1231. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/generic/ConsensusEngineId.cjs +0 -94
  1232. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/generic/ConsensusEngineId.mjs +0 -94
  1233. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/generic/Event.cjs +0 -149
  1234. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/generic/Event.mjs +0 -148
  1235. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/generic/LookupSource.cjs +0 -88
  1236. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/generic/LookupSource.mjs +0 -88
  1237. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/generic/MultiAddress.cjs +0 -54
  1238. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/generic/MultiAddress.mjs +0 -54
  1239. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/generic/Vote.cjs +0 -91
  1240. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/generic/Vote.mjs +0 -91
  1241. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/index.types.cjs +0 -136
  1242. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/index.types.mjs +0 -131
  1243. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/alias.cjs +0 -66
  1244. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/alias.mjs +0 -65
  1245. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/assetConversion/definitions.cjs +0 -11
  1246. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/assetConversion/definitions.mjs +0 -11
  1247. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/assetConversion/runtime.cjs +0 -65
  1248. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/assetConversion/runtime.mjs +0 -64
  1249. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/assets/definitions.cjs +0 -53
  1250. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/assets/definitions.mjs +0 -53
  1251. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/assets/runtime.cjs +0 -16
  1252. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/assets/runtime.mjs +0 -15
  1253. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/attestations/definitions.cjs +0 -23
  1254. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/attestations/definitions.mjs +0 -22
  1255. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/aura/definitions.cjs +0 -11
  1256. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/aura/definitions.mjs +0 -11
  1257. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/aura/runtime.cjs +0 -20
  1258. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/aura/runtime.mjs +0 -19
  1259. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/author/definitions.cjs +0 -27
  1260. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/author/definitions.mjs +0 -27
  1261. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/author/rpc.cjs +0 -90
  1262. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/author/rpc.mjs +0 -89
  1263. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/authorship/definitions.cjs +0 -12
  1264. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/authorship/definitions.mjs +0 -11
  1265. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/babe/definitions.cjs +0 -120
  1266. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/babe/definitions.mjs +0 -120
  1267. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/babe/rpc.cjs +0 -11
  1268. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/babe/rpc.mjs +0 -10
  1269. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/babe/runtime.cjs +0 -65
  1270. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/babe/runtime.mjs +0 -64
  1271. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/balances/definitions.cjs +0 -50
  1272. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/balances/definitions.mjs +0 -49
  1273. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/beefy/definitions.cjs +0 -60
  1274. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/beefy/definitions.mjs +0 -60
  1275. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/beefy/rpc.cjs +0 -22
  1276. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/beefy/rpc.mjs +0 -21
  1277. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/beefy/runtime.cjs +0 -92
  1278. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/beefy/runtime.mjs +0 -91
  1279. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/benchmark/definitions.cjs +0 -73
  1280. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/benchmark/definitions.mjs +0 -73
  1281. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/benchmark/runtime.cjs +0 -26
  1282. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/benchmark/runtime.mjs +0 -25
  1283. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/blockbuilder/definitions.cjs +0 -19
  1284. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/blockbuilder/definitions.mjs +0 -19
  1285. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/blockbuilder/runtime.cjs +0 -98
  1286. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/blockbuilder/runtime.mjs +0 -97
  1287. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/bridges/definitions.cjs +0 -88
  1288. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/bridges/definitions.mjs +0 -87
  1289. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/chain/definitions.cjs +0 -10
  1290. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/chain/definitions.mjs +0 -10
  1291. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/chain/rpc.cjs +0 -79
  1292. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/chain/rpc.mjs +0 -78
  1293. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/childstate/definitions.cjs +0 -10
  1294. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/childstate/definitions.mjs +0 -10
  1295. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/childstate/rpc.cjs +0 -137
  1296. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/childstate/rpc.mjs +0 -136
  1297. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/claims/definitions.cjs +0 -9
  1298. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/claims/definitions.mjs +0 -8
  1299. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/collective/definitions.cjs +0 -29
  1300. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/collective/definitions.mjs +0 -28
  1301. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/consensus/definitions.cjs +0 -12
  1302. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/consensus/definitions.mjs +0 -11
  1303. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/contracts/definitions.cjs +0 -412
  1304. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/contracts/definitions.mjs +0 -412
  1305. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/contracts/rpc.cjs +0 -85
  1306. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/contracts/rpc.mjs +0 -84
  1307. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/contracts/runtime.cjs +0 -175
  1308. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/contracts/runtime.mjs +0 -174
  1309. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/contractsAbi/definitions.cjs +0 -326
  1310. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/contractsAbi/definitions.mjs +0 -325
  1311. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/crowdloan/definitions.cjs +0 -29
  1312. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/crowdloan/definitions.mjs +0 -28
  1313. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/cumulus/definitions.cjs +0 -37
  1314. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/cumulus/definitions.mjs +0 -37
  1315. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/cumulus/runtime.cjs +0 -39
  1316. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/cumulus/runtime.mjs +0 -38
  1317. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/definitions.cjs +0 -167
  1318. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/definitions.mjs +0 -162
  1319. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/democracy/definitions.cjs +0 -98
  1320. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/democracy/definitions.mjs +0 -97
  1321. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/dev/definitions.cjs +0 -15
  1322. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/dev/definitions.mjs +0 -15
  1323. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/dev/rpc.cjs +0 -15
  1324. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/dev/rpc.mjs +0 -14
  1325. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/discovery/definitions.cjs +0 -11
  1326. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/discovery/definitions.mjs +0 -11
  1327. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/discovery/runtime.cjs +0 -13
  1328. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/discovery/runtime.mjs +0 -12
  1329. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/dryRunApi/definitions.cjs +0 -29
  1330. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/dryRunApi/definitions.mjs +0 -29
  1331. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/dryRunApi/runtime.cjs +0 -65
  1332. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/dryRunApi/runtime.mjs +0 -64
  1333. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/elections/definitions.cjs +0 -35
  1334. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/elections/definitions.mjs +0 -34
  1335. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/engine/definitions.cjs +0 -24
  1336. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/engine/definitions.mjs +0 -24
  1337. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/engine/rpc.cjs +0 -38
  1338. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/engine/rpc.mjs +0 -37
  1339. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/eth/definitions.cjs +0 -382
  1340. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/eth/definitions.mjs +0 -382
  1341. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/eth/rpc.cjs +0 -448
  1342. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/eth/rpc.mjs +0 -447
  1343. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/eth/runtime.cjs +0 -320
  1344. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/eth/runtime.mjs +0 -319
  1345. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/evm/definitions.cjs +0 -89
  1346. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/evm/definitions.mjs +0 -88
  1347. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/extrinsics/definitions.cjs +0 -36
  1348. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/extrinsics/definitions.mjs +0 -35
  1349. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/finality/definitions.cjs +0 -11
  1350. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/finality/definitions.mjs +0 -11
  1351. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/finality/runtime.cjs +0 -19
  1352. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/finality/runtime.mjs +0 -18
  1353. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/fungibles/definitions.cjs +0 -11
  1354. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/fungibles/definitions.mjs +0 -11
  1355. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/fungibles/runtime.cjs +0 -26
  1356. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/fungibles/runtime.mjs +0 -25
  1357. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/genericAsset/definitions.cjs +0 -25
  1358. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/genericAsset/definitions.mjs +0 -24
  1359. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/genesisBuilder/definitions.cjs +0 -11
  1360. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/genesisBuilder/definitions.mjs +0 -11
  1361. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/genesisBuilder/runtime.cjs +0 -23
  1362. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/genesisBuilder/runtime.mjs +0 -22
  1363. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/gilt/definitions.cjs +0 -27
  1364. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/gilt/definitions.mjs +0 -26
  1365. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/grandpa/definitions.cjs +0 -128
  1366. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/grandpa/definitions.mjs +0 -128
  1367. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/grandpa/rpc.cjs +0 -30
  1368. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/grandpa/rpc.mjs +0 -29
  1369. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/grandpa/runtime.cjs +0 -48
  1370. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/grandpa/runtime.mjs +0 -47
  1371. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/identity/definitions.cjs +0 -71
  1372. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/identity/definitions.mjs +0 -70
  1373. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/imOnline/definitions.cjs +0 -31
  1374. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/imOnline/definitions.mjs +0 -30
  1375. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/lottery/definitions.cjs +0 -18
  1376. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/lottery/definitions.mjs +0 -17
  1377. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/metadata/definitions.cjs +0 -69
  1378. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/metadata/definitions.mjs +0 -69
  1379. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/metadata/hashers.cjs +0 -14
  1380. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/metadata/hashers.mjs +0 -13
  1381. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/metadata/runtime.cjs +0 -32
  1382. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/metadata/runtime.mjs +0 -31
  1383. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/metadata/v10.cjs +0 -57
  1384. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/metadata/v10.mjs +0 -56
  1385. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/metadata/v11.cjs +0 -58
  1386. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/metadata/v11.mjs +0 -58
  1387. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/metadata/v12.cjs +0 -31
  1388. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/metadata/v12.mjs +0 -30
  1389. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/metadata/v13.cjs +0 -60
  1390. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/metadata/v13.mjs +0 -59
  1391. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/metadata/v14.cjs +0 -84
  1392. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/metadata/v14.mjs +0 -84
  1393. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/metadata/v15.cjs +0 -59
  1394. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/metadata/v15.mjs +0 -58
  1395. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/metadata/v16.cjs +0 -116
  1396. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/metadata/v16.mjs +0 -115
  1397. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/metadata/v9.cjs +0 -79
  1398. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/metadata/v9.mjs +0 -78
  1399. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/mixnet/definitions.cjs +0 -31
  1400. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/mixnet/definitions.mjs +0 -31
  1401. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/mixnet/runtime.cjs +0 -36
  1402. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/mixnet/runtime.mjs +0 -35
  1403. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/mmr/definitions.cjs +0 -49
  1404. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/mmr/definitions.mjs +0 -49
  1405. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/mmr/rpc.cjs +0 -57
  1406. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/mmr/rpc.mjs +0 -56
  1407. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/mmr/runtime.cjs +0 -145
  1408. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/mmr/runtime.mjs +0 -144
  1409. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/nfts/definitions.cjs +0 -14
  1410. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/nfts/definitions.mjs +0 -14
  1411. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/nfts/runtime.cjs +0 -98
  1412. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/nfts/runtime.mjs +0 -97
  1413. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/nimbus/definitions.cjs +0 -11
  1414. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/nimbus/definitions.mjs +0 -11
  1415. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/nimbus/runtime.cjs +0 -62
  1416. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/nimbus/runtime.mjs +0 -61
  1417. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/nompools/definitions.cjs +0 -14
  1418. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/nompools/definitions.mjs +0 -14
  1419. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/nompools/runtime.cjs +0 -40
  1420. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/nompools/runtime.mjs +0 -39
  1421. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/offchain/definitions.cjs +0 -15
  1422. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/offchain/definitions.mjs +0 -15
  1423. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/offchain/rpc.cjs +0 -50
  1424. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/offchain/rpc.mjs +0 -49
  1425. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/offchain/runtime.cjs +0 -26
  1426. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/offchain/runtime.mjs +0 -25
  1427. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/offences/definitions.cjs +0 -20
  1428. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/offences/definitions.mjs +0 -19
  1429. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/ormlOracle/definitions.cjs +0 -11
  1430. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/ormlOracle/definitions.mjs +0 -11
  1431. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/ormlOracle/runtime.cjs +0 -29
  1432. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/ormlOracle/runtime.mjs +0 -28
  1433. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/ormlTokens/definitions.cjs +0 -11
  1434. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/ormlTokens/definitions.mjs +0 -11
  1435. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/ormlTokens/runtime.cjs +0 -16
  1436. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/ormlTokens/runtime.mjs +0 -15
  1437. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/parachains/definitions.cjs +0 -523
  1438. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/parachains/definitions.mjs +0 -523
  1439. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/parachains/hrmp.cjs +0 -29
  1440. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/parachains/hrmp.mjs +0 -28
  1441. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/parachains/runtime.cjs +0 -360
  1442. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/parachains/runtime.mjs +0 -359
  1443. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/parachains/slots.cjs +0 -95
  1444. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/parachains/slots.mjs +0 -94
  1445. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/payment/definitions.cjs +0 -34
  1446. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/payment/definitions.mjs +0 -34
  1447. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/payment/rpc.cjs +0 -35
  1448. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/payment/rpc.mjs +0 -34
  1449. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/payment/runtime.cjs +0 -145
  1450. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/payment/runtime.mjs +0 -144
  1451. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/poll/definitions.cjs +0 -9
  1452. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/poll/definitions.mjs +0 -8
  1453. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/pow/definitions.cjs +0 -11
  1454. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/pow/definitions.mjs +0 -11
  1455. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/pow/runtime.cjs +0 -23
  1456. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/pow/runtime.mjs +0 -22
  1457. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/proxy/definitions.cjs +0 -26
  1458. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/proxy/definitions.mjs +0 -25
  1459. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/purchase/definitions.cjs +0 -25
  1460. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/purchase/definitions.mjs +0 -24
  1461. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/recovery/definitions.cjs +0 -21
  1462. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/recovery/definitions.mjs +0 -20
  1463. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/rpc/definitions.cjs +0 -13
  1464. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/rpc/definitions.mjs +0 -13
  1465. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/rpc/rpc.cjs +0 -10
  1466. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/rpc/rpc.mjs +0 -9
  1467. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/runtime/definitions.cjs +0 -201
  1468. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/runtime/definitions.mjs +0 -200
  1469. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/runtime/runtime.cjs +0 -94
  1470. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/runtime/runtime.mjs +0 -93
  1471. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/scaleInfo/definitions.cjs +0 -29
  1472. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/scaleInfo/definitions.mjs +0 -29
  1473. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/scaleInfo/v0.cjs +0 -73
  1474. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/scaleInfo/v0.mjs +0 -72
  1475. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/scaleInfo/v1.cjs +0 -58
  1476. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/scaleInfo/v1.mjs +0 -56
  1477. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/scheduler/definitions.cjs +0 -28
  1478. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/scheduler/definitions.mjs +0 -27
  1479. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/session/definitions.cjs +0 -41
  1480. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/session/definitions.mjs +0 -41
  1481. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/session/runtime.cjs +0 -26
  1482. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/session/runtime.mjs +0 -25
  1483. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/society/definitions.cjs +0 -31
  1484. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/society/definitions.mjs +0 -30
  1485. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/staking/definitions.cjs +0 -293
  1486. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/staking/definitions.mjs +0 -293
  1487. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/staking/runtime.cjs +0 -16
  1488. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/staking/runtime.mjs +0 -15
  1489. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/state/definitions.cjs +0 -85
  1490. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/state/definitions.mjs +0 -85
  1491. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/state/rpc.cjs +0 -383
  1492. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/state/rpc.mjs +0 -382
  1493. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/statement/definitions.cjs +0 -26
  1494. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/statement/definitions.mjs +0 -26
  1495. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/statement/runtime.cjs +0 -19
  1496. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/statement/runtime.mjs +0 -18
  1497. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/support/definitions.cjs +0 -14
  1498. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/support/definitions.mjs +0 -13
  1499. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/syncstate/definitions.cjs +0 -10
  1500. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/syncstate/definitions.mjs +0 -10
  1501. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/syncstate/rpc.cjs +0 -14
  1502. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/syncstate/rpc.mjs +0 -13
  1503. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/system/definitions.cjs +0 -287
  1504. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/system/definitions.mjs +0 -287
  1505. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/system/rpc.cjs +0 -133
  1506. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/system/rpc.mjs +0 -132
  1507. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/system/runtime.cjs +0 -16
  1508. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/system/runtime.mjs +0 -15
  1509. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/treasury/definitions.cjs +0 -61
  1510. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/treasury/definitions.mjs +0 -60
  1511. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/txpayment/definitions.cjs +0 -9
  1512. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/txpayment/definitions.mjs +0 -8
  1513. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/txqueue/definitions.cjs +0 -25
  1514. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/txqueue/definitions.mjs +0 -25
  1515. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/txqueue/runtime.cjs +0 -53
  1516. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/txqueue/runtime.mjs +0 -52
  1517. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/uniques/definitions.cjs +0 -47
  1518. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/uniques/definitions.mjs +0 -46
  1519. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/utility/definitions.cjs +0 -20
  1520. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/utility/definitions.mjs +0 -19
  1521. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/vesting/definitions.cjs +0 -13
  1522. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/vesting/definitions.mjs +0 -12
  1523. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/xcm/definitions.cjs +0 -154
  1524. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/xcm/definitions.mjs +0 -154
  1525. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/xcm/v0.cjs +0 -205
  1526. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/xcm/v0.mjs +0 -204
  1527. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/xcm/v1.cjs +0 -195
  1528. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/xcm/v1.mjs +0 -194
  1529. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/xcm/v2.cjs +0 -254
  1530. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/xcm/v2.mjs +0 -253
  1531. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/xcm/v3.cjs +0 -344
  1532. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/xcm/v3.mjs +0 -343
  1533. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/xcm/v4.cjs +0 -250
  1534. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/xcm/v4.mjs +0 -249
  1535. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/xcm/v5.cjs +0 -271
  1536. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/xcm/v5.mjs +0 -270
  1537. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/xcmPaymentApi/definitions.cjs +0 -17
  1538. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/xcmPaymentApi/definitions.mjs +0 -17
  1539. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/xcmPaymentApi/runtime.cjs +0 -37
  1540. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/xcmPaymentApi/runtime.mjs +0 -36
  1541. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/xcmRuntimeApi/definitions.cjs +0 -11
  1542. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/xcmRuntimeApi/definitions.mjs +0 -11
  1543. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/xcmRuntimeApi/runtime.cjs +0 -16
  1544. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/xcmRuntimeApi/runtime.mjs +0 -15
  1545. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/metadata/MagicNumber.cjs +0 -13
  1546. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/metadata/MagicNumber.mjs +0 -13
  1547. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/metadata/Metadata.cjs +0 -37
  1548. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/metadata/Metadata.mjs +0 -37
  1549. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/metadata/MetadataVersioned.cjs +0 -139
  1550. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/metadata/MetadataVersioned.mjs +0 -139
  1551. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/metadata/PortableRegistry/PortableRegistry.cjs +0 -684
  1552. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/metadata/PortableRegistry/PortableRegistry.mjs +0 -684
  1553. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/metadata/decorate/constants/index.cjs +0 -22
  1554. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/metadata/decorate/constants/index.mjs +0 -22
  1555. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/metadata/decorate/events/index.cjs +0 -8
  1556. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/metadata/decorate/events/index.mjs +0 -7
  1557. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/metadata/decorate/extrinsics/createUnchecked.cjs +0 -28
  1558. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/metadata/decorate/extrinsics/createUnchecked.mjs +0 -28
  1559. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/metadata/decorate/extrinsics/index.cjs +0 -26
  1560. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/metadata/decorate/extrinsics/index.mjs +0 -25
  1561. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/metadata/decorate/util.cjs +0 -10
  1562. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/metadata/decorate/util.mjs +0 -10
  1563. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/metadata/util/extractTypes.cjs +0 -53
  1564. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/metadata/util/extractTypes.mjs +0 -53
  1565. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/metadata/util/flattenUniq.cjs +0 -14
  1566. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/metadata/util/flattenUniq.mjs +0 -13
  1567. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/metadata/util/getSiName.cjs +0 -9
  1568. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/metadata/util/getSiName.mjs +0 -8
  1569. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/metadata/util/getUniqTypes.cjs +0 -33
  1570. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/metadata/util/getUniqTypes.mjs +0 -33
  1571. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/metadata/util/toCallsOnly.cjs +0 -26
  1572. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/metadata/util/toCallsOnly.mjs +0 -26
  1573. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/metadata/util/validateTypes.cjs +0 -19
  1574. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/metadata/util/validateTypes.mjs +0 -19
  1575. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/metadata/v10/toV11.cjs +0 -15
  1576. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/metadata/v10/toV11.mjs +0 -14
  1577. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/metadata/v11/toV12.cjs +0 -15
  1578. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/metadata/v11/toV12.mjs +0 -15
  1579. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/metadata/v12/toV13.cjs +0 -11
  1580. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/metadata/v12/toV13.mjs +0 -10
  1581. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/metadata/v13/toV14.cjs +0 -240
  1582. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/metadata/v13/toV14.mjs +0 -240
  1583. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/metadata/v14/toV15.cjs +0 -25
  1584. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/metadata/v14/toV15.mjs +0 -25
  1585. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/metadata/v15/toV16.cjs +0 -96
  1586. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/metadata/v15/toV16.mjs +0 -96
  1587. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/metadata/v16/toLatest.cjs +0 -12
  1588. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/metadata/v16/toLatest.mjs +0 -11
  1589. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/metadata/v9/toV10.cjs +0 -29
  1590. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/metadata/v9/toV10.mjs +0 -29
  1591. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/metadata/versions.cjs +0 -18
  1592. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/metadata/versions.mjs +0 -16
  1593. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/primitive/Data.cjs +0 -101
  1594. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/primitive/Data.mjs +0 -101
  1595. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/primitive/StorageKey.cjs +0 -165
  1596. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/primitive/StorageKey.mjs +0 -165
  1597. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/util/storage.cjs +0 -15
  1598. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/util/storage.mjs +0 -15
  1599. package/dist/node_modules/.pnpm/@polkadot_util-crypto@14.0.1_@polkadot_util@14.0.1/node_modules/@polkadot/util-crypto/address/checksum.cjs +0 -19
  1600. package/dist/node_modules/.pnpm/@polkadot_util-crypto@14.0.1_@polkadot_util@14.0.1/node_modules/@polkadot/util-crypto/address/checksum.mjs +0 -19
  1601. package/dist/node_modules/.pnpm/@polkadot_util-crypto@14.0.1_@polkadot_util@14.0.1/node_modules/@polkadot/util-crypto/address/decode.cjs +0 -25
  1602. package/dist/node_modules/.pnpm/@polkadot_util-crypto@14.0.1_@polkadot_util@14.0.1/node_modules/@polkadot/util-crypto/address/decode.mjs +0 -25
  1603. package/dist/node_modules/.pnpm/@polkadot_util-crypto@14.0.1_@polkadot_util@14.0.1/node_modules/@polkadot/util-crypto/address/defaults.cjs +0 -28
  1604. package/dist/node_modules/.pnpm/@polkadot_util-crypto@14.0.1_@polkadot_util@14.0.1/node_modules/@polkadot/util-crypto/address/defaults.mjs +0 -28
  1605. package/dist/node_modules/.pnpm/@polkadot_util-crypto@14.0.1_@polkadot_util@14.0.1/node_modules/@polkadot/util-crypto/address/encode.cjs +0 -18
  1606. package/dist/node_modules/.pnpm/@polkadot_util-crypto@14.0.1_@polkadot_util@14.0.1/node_modules/@polkadot/util-crypto/address/encode.mjs +0 -18
  1607. package/dist/node_modules/.pnpm/@polkadot_util-crypto@14.0.1_@polkadot_util@14.0.1/node_modules/@polkadot/util-crypto/address/sshash.cjs +0 -12
  1608. package/dist/node_modules/.pnpm/@polkadot_util-crypto@14.0.1_@polkadot_util@14.0.1/node_modules/@polkadot/util-crypto/address/sshash.mjs +0 -12
  1609. package/dist/node_modules/.pnpm/@polkadot_util-crypto@14.0.1_@polkadot_util@14.0.1/node_modules/@polkadot/util-crypto/base32/helpers.cjs +0 -32
  1610. package/dist/node_modules/.pnpm/@polkadot_util-crypto@14.0.1_@polkadot_util@14.0.1/node_modules/@polkadot/util-crypto/base32/helpers.mjs +0 -30
  1611. package/dist/node_modules/.pnpm/@polkadot_util-crypto@14.0.1_@polkadot_util@14.0.1/node_modules/@polkadot/util-crypto/base58/bs58.cjs +0 -35
  1612. package/dist/node_modules/.pnpm/@polkadot_util-crypto@14.0.1_@polkadot_util@14.0.1/node_modules/@polkadot/util-crypto/base58/bs58.mjs +0 -34
  1613. package/dist/node_modules/.pnpm/@polkadot_util-crypto@14.0.1_@polkadot_util@14.0.1/node_modules/@polkadot/util-crypto/blake2/asU8a.cjs +0 -31
  1614. package/dist/node_modules/.pnpm/@polkadot_util-crypto@14.0.1_@polkadot_util@14.0.1/node_modules/@polkadot/util-crypto/blake2/asU8a.mjs +0 -31
  1615. package/dist/node_modules/.pnpm/@polkadot_util-crypto@14.0.1_@polkadot_util@14.0.1/node_modules/@polkadot/util-crypto/bn.cjs +0 -9
  1616. package/dist/node_modules/.pnpm/@polkadot_util-crypto@14.0.1_@polkadot_util@14.0.1/node_modules/@polkadot/util-crypto/bn.mjs +0 -8
  1617. package/dist/node_modules/.pnpm/@polkadot_util-crypto@14.0.1_@polkadot_util@14.0.1/node_modules/@polkadot/util-crypto/ethereum/encode.cjs +0 -28
  1618. package/dist/node_modules/.pnpm/@polkadot_util-crypto@14.0.1_@polkadot_util@14.0.1/node_modules/@polkadot/util-crypto/ethereum/encode.mjs +0 -28
  1619. package/dist/node_modules/.pnpm/@polkadot_util-crypto@14.0.1_@polkadot_util@14.0.1/node_modules/@polkadot/util-crypto/ethereum/isAddress.cjs +0 -12
  1620. package/dist/node_modules/.pnpm/@polkadot_util-crypto@14.0.1_@polkadot_util@14.0.1/node_modules/@polkadot/util-crypto/ethereum/isAddress.mjs +0 -12
  1621. package/dist/node_modules/.pnpm/@polkadot_util-crypto@14.0.1_@polkadot_util@14.0.1/node_modules/@polkadot/util-crypto/ethereum/isChecksum.cjs +0 -16
  1622. package/dist/node_modules/.pnpm/@polkadot_util-crypto@14.0.1_@polkadot_util@14.0.1/node_modules/@polkadot/util-crypto/ethereum/isChecksum.mjs +0 -16
  1623. package/dist/node_modules/.pnpm/@polkadot_util-crypto@14.0.1_@polkadot_util@14.0.1/node_modules/@polkadot/util-crypto/helpers.cjs +0 -15
  1624. package/dist/node_modules/.pnpm/@polkadot_util-crypto@14.0.1_@polkadot_util@14.0.1/node_modules/@polkadot/util-crypto/helpers.mjs +0 -15
  1625. package/dist/node_modules/.pnpm/@polkadot_util-crypto@14.0.1_@polkadot_util@14.0.1/node_modules/@polkadot/util-crypto/keccak/asU8a.cjs +0 -29
  1626. package/dist/node_modules/.pnpm/@polkadot_util-crypto@14.0.1_@polkadot_util@14.0.1/node_modules/@polkadot/util-crypto/keccak/asU8a.mjs +0 -29
  1627. package/dist/node_modules/.pnpm/@polkadot_util-crypto@14.0.1_@polkadot_util@14.0.1/node_modules/@polkadot/util-crypto/secp256k1/expand.cjs +0 -18
  1628. package/dist/node_modules/.pnpm/@polkadot_util-crypto@14.0.1_@polkadot_util@14.0.1/node_modules/@polkadot/util-crypto/secp256k1/expand.mjs +0 -18
  1629. package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/assert.cjs +0 -41
  1630. package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/assert.mjs +0 -40
  1631. package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/bn/bn.cjs +0 -13
  1632. package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/bn/bn.mjs +0 -8
  1633. package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/bn/consts.cjs +0 -46
  1634. package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/bn/consts.mjs +0 -41
  1635. package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/bn/toBn.cjs +0 -30
  1636. package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/bn/toBn.mjs +0 -30
  1637. package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/bn/toHex.cjs +0 -29
  1638. package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/bn/toHex.mjs +0 -29
  1639. package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/bn/toU8a.cjs +0 -34
  1640. package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/bn/toU8a.mjs +0 -34
  1641. package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/compact/addLength.cjs +0 -22
  1642. package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/compact/addLength.mjs +0 -22
  1643. package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/compact/fromU8a.cjs +0 -57
  1644. package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/compact/fromU8a.mjs +0 -56
  1645. package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/compact/stripLength.cjs +0 -23
  1646. package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/compact/stripLength.mjs +0 -23
  1647. package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/compact/toU8a.cjs +0 -38
  1648. package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/compact/toU8a.mjs +0 -38
  1649. package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/float/toU8a.cjs +0 -18
  1650. package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/float/toU8a.mjs +0 -17
  1651. package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/format/formatBalance.cjs +0 -55
  1652. package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/format/formatBalance.mjs +0 -55
  1653. package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/format/formatDate.cjs +0 -16
  1654. package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/format/formatDate.mjs +0 -15
  1655. package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/format/formatDecimal.cjs +0 -15
  1656. package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/format/formatDecimal.mjs +0 -14
  1657. package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/format/formatNumber.cjs +0 -16
  1658. package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/format/formatNumber.mjs +0 -16
  1659. package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/format/getSeparator.cjs +0 -16
  1660. package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/format/getSeparator.mjs +0 -15
  1661. package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/format/si.cjs +0 -109
  1662. package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/format/si.mjs +0 -105
  1663. package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/has.cjs +0 -14
  1664. package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/has.mjs +0 -13
  1665. package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/hex/stripPrefix.cjs +0 -26
  1666. package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/hex/stripPrefix.mjs +0 -26
  1667. package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/hex/toBn.cjs +0 -31
  1668. package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/hex/toBn.mjs +0 -31
  1669. package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/hex/toU8a.cjs +0 -41
  1670. package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/hex/toU8a.mjs +0 -40
  1671. package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/is/ascii.cjs +0 -33
  1672. package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/is/ascii.mjs +0 -33
  1673. package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/is/bigInt.cjs +0 -22
  1674. package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/is/bigInt.mjs +0 -21
  1675. package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/is/bn.cjs +0 -24
  1676. package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/is/bn.mjs +0 -24
  1677. package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/is/boolean.cjs +0 -22
  1678. package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/is/boolean.mjs +0 -21
  1679. package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/is/buffer.cjs +0 -25
  1680. package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/is/buffer.mjs +0 -25
  1681. package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/is/codec.cjs +0 -11
  1682. package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/is/codec.mjs +0 -11
  1683. package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/is/function.cjs +0 -22
  1684. package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/is/function.mjs +0 -21
  1685. package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/is/helpers.cjs +0 -14
  1686. package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/is/helpers.mjs +0 -13
  1687. package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/is/hex.cjs +0 -27
  1688. package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/is/hex.mjs +0 -24
  1689. package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/is/null.cjs +0 -22
  1690. package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/is/null.mjs +0 -21
  1691. package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/is/number.cjs +0 -22
  1692. package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/is/number.mjs +0 -21
  1693. package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/is/object.cjs +0 -23
  1694. package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/is/object.mjs +0 -22
  1695. package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/is/string.cjs +0 -22
  1696. package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/is/string.mjs +0 -21
  1697. package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/is/toBigInt.cjs +0 -7
  1698. package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/is/toBigInt.mjs +0 -7
  1699. package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/is/toBn.cjs +0 -7
  1700. package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/is/toBn.mjs +0 -7
  1701. package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/is/u8a.cjs +0 -22
  1702. package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/is/u8a.mjs +0 -21
  1703. package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/is/undefined.cjs +0 -22
  1704. package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/is/undefined.mjs +0 -21
  1705. package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/is/utf8.cjs +0 -72
  1706. package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/is/utf8.mjs +0 -72
  1707. package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/lazy.cjs +0 -37
  1708. package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/lazy.mjs +0 -35
  1709. package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/logger.cjs +0 -90
  1710. package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/logger.mjs +0 -90
  1711. package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/noop.cjs +0 -16
  1712. package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/noop.mjs +0 -14
  1713. package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/object/property.cjs +0 -26
  1714. package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/object/property.mjs +0 -24
  1715. package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/object/spread.cjs +0 -28
  1716. package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/object/spread.mjs +0 -27
  1717. package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/string/camelCase.cjs +0 -51
  1718. package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/string/camelCase.mjs +0 -49
  1719. package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/string/toU8a.cjs +0 -24
  1720. package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/string/toU8a.mjs +0 -24
  1721. package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/stringify.cjs +0 -18
  1722. package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/stringify.mjs +0 -18
  1723. package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/u8a/concat.cjs +0 -49
  1724. package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/u8a/concat.mjs +0 -48
  1725. package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/u8a/eq.cjs +0 -34
  1726. package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/u8a/eq.mjs +0 -34
  1727. package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/u8a/toBn.cjs +0 -48
  1728. package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/u8a/toBn.mjs +0 -48
  1729. package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/u8a/toFloat.cjs +0 -16
  1730. package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/u8a/toFloat.mjs +0 -15
  1731. package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/u8a/toHex.cjs +0 -43
  1732. package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/u8a/toHex.mjs +0 -42
  1733. package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/u8a/toNumber.cjs +0 -33
  1734. package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/u8a/toNumber.mjs +0 -32
  1735. package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/u8a/toString.cjs +0 -24
  1736. package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/u8a/toString.mjs +0 -24
  1737. package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/u8a/toU8a.cjs +0 -31
  1738. package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/u8a/toU8a.mjs +0 -31
  1739. package/dist/node_modules/.pnpm/@polkadot_wasm-bridge@7.5.4_@polkadot_util@14.0.1_@polkadot_x-randomvalues@14.0.1_@polk_9fba5ec88721cce0cc66dfcd9960a838/node_modules/@polkadot/wasm-bridge/bridge.cjs +0 -162
  1740. package/dist/node_modules/.pnpm/@polkadot_wasm-bridge@7.5.4_@polkadot_util@14.0.1_@polkadot_x-randomvalues@14.0.1_@polk_9fba5ec88721cce0cc66dfcd9960a838/node_modules/@polkadot/wasm-bridge/bridge.mjs +0 -162
  1741. package/dist/node_modules/.pnpm/@polkadot_wasm-bridge@7.5.4_@polkadot_util@14.0.1_@polkadot_x-randomvalues@14.0.1_@polk_9fba5ec88721cce0cc66dfcd9960a838/node_modules/@polkadot/wasm-bridge/init.cjs +0 -37
  1742. package/dist/node_modules/.pnpm/@polkadot_wasm-bridge@7.5.4_@polkadot_util@14.0.1_@polkadot_x-randomvalues@14.0.1_@polk_9fba5ec88721cce0cc66dfcd9960a838/node_modules/@polkadot/wasm-bridge/init.mjs +0 -36
  1743. package/dist/node_modules/.pnpm/@polkadot_wasm-bridge@7.5.4_@polkadot_util@14.0.1_@polkadot_x-randomvalues@14.0.1_@polk_9fba5ec88721cce0cc66dfcd9960a838/node_modules/@polkadot/wasm-bridge/wbg.cjs +0 -65
  1744. package/dist/node_modules/.pnpm/@polkadot_wasm-bridge@7.5.4_@polkadot_util@14.0.1_@polkadot_x-randomvalues@14.0.1_@polk_9fba5ec88721cce0cc66dfcd9960a838/node_modules/@polkadot/wasm-bridge/wbg.mjs +0 -65
  1745. package/dist/node_modules/.pnpm/@polkadot_wasm-crypto-init@7.5.4_@polkadot_util@14.0.1_@polkadot_x-randomvalues@14.0.1__02e742fd5476f0471e29709e28965abf/node_modules/@polkadot/wasm-crypto-init/wasm.cjs +0 -13
  1746. package/dist/node_modules/.pnpm/@polkadot_wasm-crypto-init@7.5.4_@polkadot_util@14.0.1_@polkadot_x-randomvalues@14.0.1__02e742fd5476f0471e29709e28965abf/node_modules/@polkadot/wasm-crypto-init/wasm.mjs +0 -13
  1747. package/dist/node_modules/.pnpm/@polkadot_wasm-crypto-wasm@7.5.4_@polkadot_util@14.0.1/node_modules/@polkadot/wasm-crypto-wasm/bundle.cjs +0 -19
  1748. package/dist/node_modules/.pnpm/@polkadot_wasm-crypto-wasm@7.5.4_@polkadot_util@14.0.1/node_modules/@polkadot/wasm-crypto-wasm/bundle.mjs +0 -19
  1749. package/dist/node_modules/.pnpm/@polkadot_wasm-crypto-wasm@7.5.4_@polkadot_util@14.0.1/node_modules/@polkadot/wasm-crypto-wasm/cjs/bytes.cjs +0 -16
  1750. package/dist/node_modules/.pnpm/@polkadot_wasm-crypto-wasm@7.5.4_@polkadot_util@14.0.1/node_modules/@polkadot/wasm-crypto-wasm/cjs/bytes.mjs +0 -13
  1751. package/dist/node_modules/.pnpm/@polkadot_wasm-crypto@7.5.4_@polkadot_util@14.0.1_@polkadot_x-randomvalues@14.0.1_@polk_66de4b6310fb21b1adaa456362dbc346/node_modules/@polkadot/wasm-crypto/bundle.cjs +0 -49
  1752. package/dist/node_modules/.pnpm/@polkadot_wasm-crypto@7.5.4_@polkadot_util@14.0.1_@polkadot_x-randomvalues@14.0.1_@polk_66de4b6310fb21b1adaa456362dbc346/node_modules/@polkadot/wasm-crypto/bundle.mjs +0 -45
  1753. package/dist/node_modules/.pnpm/@polkadot_wasm-crypto@7.5.4_@polkadot_util@14.0.1_@polkadot_x-randomvalues@14.0.1_@polk_66de4b6310fb21b1adaa456362dbc346/node_modules/@polkadot/wasm-crypto/init.cjs +0 -14
  1754. package/dist/node_modules/.pnpm/@polkadot_wasm-crypto@7.5.4_@polkadot_util@14.0.1_@polkadot_x-randomvalues@14.0.1_@polk_66de4b6310fb21b1adaa456362dbc346/node_modules/@polkadot/wasm-crypto/init.mjs +0 -14
  1755. package/dist/node_modules/.pnpm/@polkadot_wasm-util@7.5.4_@polkadot_util@14.0.1/node_modules/@polkadot/wasm-util/base64.cjs +0 -29
  1756. package/dist/node_modules/.pnpm/@polkadot_wasm-util@7.5.4_@polkadot_util@14.0.1/node_modules/@polkadot/wasm-util/base64.mjs +0 -28
  1757. package/dist/node_modules/.pnpm/@polkadot_wasm-util@7.5.4_@polkadot_util@14.0.1/node_modules/@polkadot/wasm-util/fflate.cjs +0 -287
  1758. package/dist/node_modules/.pnpm/@polkadot_wasm-util@7.5.4_@polkadot_util@14.0.1/node_modules/@polkadot/wasm-util/fflate.mjs +0 -286
  1759. package/dist/node_modules/.pnpm/@polkadot_x-bigint@14.0.1/node_modules/@polkadot/x-bigint/index.cjs +0 -20
  1760. package/dist/node_modules/.pnpm/@polkadot_x-bigint@14.0.1/node_modules/@polkadot/x-bigint/index.mjs +0 -20
  1761. package/dist/node_modules/.pnpm/@polkadot_x-global@14.0.1/node_modules/@polkadot/x-global/index.cjs +0 -20
  1762. package/dist/node_modules/.pnpm/@polkadot_x-global@14.0.1/node_modules/@polkadot/x-global/index.mjs +0 -18
  1763. package/dist/node_modules/.pnpm/@polkadot_x-randomvalues@14.0.1_@polkadot_util@14.0.1_@polkadot_wasm-util@7.5.4_@polkadot_util@14.0.1_/node_modules/@polkadot/x-randomvalues/node.cjs +0 -13
  1764. package/dist/node_modules/.pnpm/@polkadot_x-randomvalues@14.0.1_@polkadot_util@14.0.1_@polkadot_wasm-util@7.5.4_@polkadot_util@14.0.1_/node_modules/@polkadot/x-randomvalues/node.mjs +0 -11
  1765. package/dist/node_modules/.pnpm/@polkadot_x-textdecoder@14.0.1/node_modules/@polkadot/x-textdecoder/node.cjs +0 -10
  1766. package/dist/node_modules/.pnpm/@polkadot_x-textdecoder@14.0.1/node_modules/@polkadot/x-textdecoder/node.mjs +0 -8
  1767. package/dist/node_modules/.pnpm/@polkadot_x-textencoder@14.0.1/node_modules/@polkadot/x-textencoder/node.cjs +0 -19
  1768. package/dist/node_modules/.pnpm/@polkadot_x-textencoder@14.0.1/node_modules/@polkadot/x-textencoder/node.mjs +0 -17
  1769. package/dist/node_modules/.pnpm/@scure_base@1.2.6/node_modules/@scure/base/lib/esm/index.cjs +0 -537
  1770. package/dist/node_modules/.pnpm/@scure_base@1.2.6/node_modules/@scure/base/lib/esm/index.mjs +0 -536
  1771. package/dist/node_modules/.pnpm/@substrate_ss58-registry@1.51.0/node_modules/@substrate/ss58-registry/esm/index.cjs +0 -1364
  1772. package/dist/node_modules/.pnpm/@substrate_ss58-registry@1.51.0/node_modules/@substrate/ss58-registry/esm/index.mjs +0 -1363
  1773. package/dist/node_modules/.pnpm/bn.js@5.2.2/node_modules/bn.js/lib/bn.cjs +0 -2550
  1774. package/dist/node_modules/.pnpm/bn.js@5.2.2/node_modules/bn.js/lib/bn.mjs +0 -2547
  1775. package/dist/node_modules/.pnpm/prettier@3.8.1/node_modules/prettier/doc.cjs +0 -1049
  1776. package/dist/node_modules/.pnpm/prettier@3.8.1/node_modules/prettier/doc.mjs +0 -1041
  1777. package/dist/node_modules/.pnpm/prettier@3.8.1/node_modules/prettier/index.cjs +0 -14559
  1778. package/dist/node_modules/.pnpm/prettier@3.8.1/node_modules/prettier/index.mjs +0 -14554
  1779. package/dist/node_modules/.pnpm/prettier@3.8.1/node_modules/prettier/plugins/acorn.cjs +0 -4971
  1780. package/dist/node_modules/.pnpm/prettier@3.8.1/node_modules/prettier/plugins/acorn.mjs +0 -4969
  1781. package/dist/node_modules/.pnpm/prettier@3.8.1/node_modules/prettier/plugins/angular.cjs +0 -3954
  1782. package/dist/node_modules/.pnpm/prettier@3.8.1/node_modules/prettier/plugins/angular.mjs +0 -3952
  1783. package/dist/node_modules/.pnpm/prettier@3.8.1/node_modules/prettier/plugins/babel.cjs +0 -9881
  1784. package/dist/node_modules/.pnpm/prettier@3.8.1/node_modules/prettier/plugins/babel.mjs +0 -9879
  1785. package/dist/node_modules/.pnpm/prettier@3.8.1/node_modules/prettier/plugins/estree.cjs +0 -7271
  1786. package/dist/node_modules/.pnpm/prettier@3.8.1/node_modules/prettier/plugins/estree.mjs +0 -7267
  1787. package/dist/node_modules/.pnpm/prettier@3.8.1/node_modules/prettier/plugins/flow.cjs +0 -52915
  1788. package/dist/node_modules/.pnpm/prettier@3.8.1/node_modules/prettier/plugins/flow.mjs +0 -52913
  1789. package/dist/node_modules/.pnpm/prettier@3.8.1/node_modules/prettier/plugins/glimmer.cjs +0 -7546
  1790. package/dist/node_modules/.pnpm/prettier@3.8.1/node_modules/prettier/plugins/glimmer.mjs +0 -7542
  1791. package/dist/node_modules/.pnpm/prettier@3.8.1/node_modules/prettier/plugins/graphql.cjs +0 -1947
  1792. package/dist/node_modules/.pnpm/prettier@3.8.1/node_modules/prettier/plugins/graphql.mjs +0 -1942
  1793. package/dist/node_modules/.pnpm/prettier@3.8.1/node_modules/prettier/plugins/html.cjs +0 -7041
  1794. package/dist/node_modules/.pnpm/prettier@3.8.1/node_modules/prettier/plugins/html.mjs +0 -7036
  1795. package/dist/node_modules/.pnpm/prettier@3.8.1/node_modules/prettier/plugins/markdown.cjs +0 -6882
  1796. package/dist/node_modules/.pnpm/prettier@3.8.1/node_modules/prettier/plugins/markdown.mjs +0 -6877
  1797. package/dist/node_modules/.pnpm/prettier@3.8.1/node_modules/prettier/plugins/meriyah.cjs +0 -7593
  1798. package/dist/node_modules/.pnpm/prettier@3.8.1/node_modules/prettier/plugins/meriyah.mjs +0 -7591
  1799. package/dist/node_modules/.pnpm/prettier@3.8.1/node_modules/prettier/plugins/postcss.cjs +0 -6780
  1800. package/dist/node_modules/.pnpm/prettier@3.8.1/node_modules/prettier/plugins/postcss.mjs +0 -6775
  1801. package/dist/node_modules/.pnpm/prettier@3.8.1/node_modules/prettier/plugins/typescript.cjs +0 -22937
  1802. package/dist/node_modules/.pnpm/prettier@3.8.1/node_modules/prettier/plugins/typescript.mjs +0 -22935
  1803. package/dist/node_modules/.pnpm/prettier@3.8.1/node_modules/prettier/plugins/yaml.cjs +0 -5273
  1804. package/dist/node_modules/.pnpm/prettier@3.8.1/node_modules/prettier/plugins/yaml.mjs +0 -5267
  1805. /package/dist/{packages/chainspec → chainspec}/src/Compiler.mjs +0 -0
  1806. /package/dist/{packages/chainspec → chainspec}/src/SpecVersion.cjs +0 -0
  1807. /package/dist/{packages/chainspec → chainspec}/src/SpecVersion.mjs +0 -0
@@ -52,20 +52,20 @@ declare const simpleEnum: <U extends string, T extends readonly [U, ...U[]]>(val
52
52
  declare const cfPrimitivesChainsAssetsAnyAsset: z.ZodEffects<z.ZodObject<{
53
53
  __kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc"]>;
54
54
  }, "strip", z.ZodTypeAny, {
55
- __kind: "Btc" | "Eth" | "Flip" | "Usdc" | "Usdt" | "Dot" | "ArbEth" | "ArbUsdc" | "Sol" | "SolUsdc";
55
+ __kind: "Dot" | "Eth" | "Flip" | "Usdc" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
56
56
  }, {
57
- __kind: "Btc" | "Eth" | "Flip" | "Usdc" | "Usdt" | "Dot" | "ArbEth" | "ArbUsdc" | "Sol" | "SolUsdc";
58
- }>, "Btc" | "Eth" | "Flip" | "Usdc" | "Usdt" | "Dot" | "ArbEth" | "ArbUsdc" | "Sol" | "SolUsdc", {
59
- __kind: "Btc" | "Eth" | "Flip" | "Usdc" | "Usdt" | "Dot" | "ArbEth" | "ArbUsdc" | "Sol" | "SolUsdc";
57
+ __kind: "Dot" | "Eth" | "Flip" | "Usdc" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
58
+ }>, "Dot" | "Eth" | "Flip" | "Usdc" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc", {
59
+ __kind: "Dot" | "Eth" | "Flip" | "Usdc" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
60
60
  }>;
61
61
  declare const cfChainsAddressEncodedAddress: z.ZodEffects<z.ZodObject<{
62
62
  __kind: z.ZodEnum<["Eth", "Dot", "Btc", "Arb", "Sol"]>;
63
63
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
64
64
  }, "strip", z.ZodTypeAny, {
65
- __kind: "Btc" | "Eth" | "Dot" | "Sol" | "Arb";
65
+ __kind: "Dot" | "Eth" | "Btc" | "Sol" | "Arb";
66
66
  value: `0x${string}`;
67
67
  }, {
68
- __kind: "Btc" | "Eth" | "Dot" | "Sol" | "Arb";
68
+ __kind: "Dot" | "Eth" | "Btc" | "Sol" | "Arb";
69
69
  value: string;
70
70
  }>, {
71
71
  readonly chain: "Ethereum";
@@ -83,7 +83,7 @@ declare const cfChainsAddressEncodedAddress: z.ZodEffects<z.ZodObject<{
83
83
  readonly chain: "Solana";
84
84
  readonly address: string;
85
85
  }, {
86
- __kind: "Btc" | "Eth" | "Dot" | "Sol" | "Arb";
86
+ __kind: "Dot" | "Eth" | "Btc" | "Sol" | "Arb";
87
87
  value: string;
88
88
  }>;
89
89
  declare const accountId: z.ZodEffects<z.ZodUnion<[z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, `0x${string}`, string>]>, `cF${string}`, string>;
@@ -161,10 +161,10 @@ declare const cfChainsSwapOrigin: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject
161
161
  __kind: z.ZodEnum<["Eth", "Dot", "Btc", "Arb", "Sol"]>;
162
162
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
163
163
  }, "strip", z.ZodTypeAny, {
164
- __kind: "Btc" | "Eth" | "Dot" | "Sol" | "Arb";
164
+ __kind: "Dot" | "Eth" | "Btc" | "Sol" | "Arb";
165
165
  value: `0x${string}`;
166
166
  }, {
167
- __kind: "Btc" | "Eth" | "Dot" | "Sol" | "Arb";
167
+ __kind: "Dot" | "Eth" | "Btc" | "Sol" | "Arb";
168
168
  value: string;
169
169
  }>, {
170
170
  readonly chain: "Ethereum";
@@ -182,7 +182,7 @@ declare const cfChainsSwapOrigin: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject
182
182
  readonly chain: "Solana";
183
183
  readonly address: string;
184
184
  }, {
185
- __kind: "Btc" | "Eth" | "Dot" | "Sol" | "Arb";
185
+ __kind: "Dot" | "Eth" | "Btc" | "Sol" | "Arb";
186
186
  value: string;
187
187
  }>;
188
188
  channelId: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
@@ -212,7 +212,7 @@ declare const cfChainsSwapOrigin: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject
212
212
  }, {
213
213
  __kind: "DepositChannel";
214
214
  depositAddress: {
215
- __kind: "Btc" | "Eth" | "Dot" | "Sol" | "Arb";
215
+ __kind: "Dot" | "Eth" | "Btc" | "Sol" | "Arb";
216
216
  value: string;
217
217
  };
218
218
  channelId: string | number;
@@ -377,10 +377,10 @@ declare const cfChainsCcmDepositMetadataGenericEncodedAddress: z.ZodObject<{
377
377
  __kind: z.ZodEnum<["Eth", "Dot", "Btc", "Arb", "Sol"]>;
378
378
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
379
379
  }, "strip", z.ZodTypeAny, {
380
- __kind: "Btc" | "Eth" | "Dot" | "Sol" | "Arb";
380
+ __kind: "Dot" | "Eth" | "Btc" | "Sol" | "Arb";
381
381
  value: `0x${string}`;
382
382
  }, {
383
- __kind: "Btc" | "Eth" | "Dot" | "Sol" | "Arb";
383
+ __kind: "Dot" | "Eth" | "Btc" | "Sol" | "Arb";
384
384
  value: string;
385
385
  }>, {
386
386
  readonly chain: "Ethereum";
@@ -398,7 +398,7 @@ declare const cfChainsCcmDepositMetadataGenericEncodedAddress: z.ZodObject<{
398
398
  readonly chain: "Solana";
399
399
  readonly address: string;
400
400
  }, {
401
- __kind: "Btc" | "Eth" | "Dot" | "Sol" | "Arb";
401
+ __kind: "Dot" | "Eth" | "Btc" | "Sol" | "Arb";
402
402
  value: string;
403
403
  }>>>;
404
404
  }, "strip", z.ZodTypeAny, {
@@ -434,7 +434,7 @@ declare const cfChainsCcmDepositMetadataGenericEncodedAddress: z.ZodObject<{
434
434
  __kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana";
435
435
  };
436
436
  sourceAddress?: {
437
- __kind: "Btc" | "Eth" | "Dot" | "Sol" | "Arb";
437
+ __kind: "Dot" | "Eth" | "Btc" | "Sol" | "Arb";
438
438
  value: string;
439
439
  } | null | undefined;
440
440
  }>;
@@ -456,10 +456,10 @@ declare const cfTraitsSwappingSwapRequestTypeGeneric: z.ZodDiscriminatedUnion<"_
456
456
  __kind: z.ZodEnum<["Eth", "Dot", "Btc", "Arb", "Sol"]>;
457
457
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
458
458
  }, "strip", z.ZodTypeAny, {
459
- __kind: "Btc" | "Eth" | "Dot" | "Sol" | "Arb";
459
+ __kind: "Dot" | "Eth" | "Btc" | "Sol" | "Arb";
460
460
  value: `0x${string}`;
461
461
  }, {
462
- __kind: "Btc" | "Eth" | "Dot" | "Sol" | "Arb";
462
+ __kind: "Dot" | "Eth" | "Btc" | "Sol" | "Arb";
463
463
  value: string;
464
464
  }>, {
465
465
  readonly chain: "Ethereum";
@@ -477,7 +477,7 @@ declare const cfTraitsSwappingSwapRequestTypeGeneric: z.ZodDiscriminatedUnion<"_
477
477
  readonly chain: "Solana";
478
478
  readonly address: string;
479
479
  }, {
480
- __kind: "Btc" | "Eth" | "Dot" | "Sol" | "Arb";
480
+ __kind: "Dot" | "Eth" | "Btc" | "Sol" | "Arb";
481
481
  value: string;
482
482
  }>;
483
483
  ccmDepositMetadata: z.ZodOptional<z.ZodNullable<z.ZodObject<{
@@ -507,10 +507,10 @@ declare const cfTraitsSwappingSwapRequestTypeGeneric: z.ZodDiscriminatedUnion<"_
507
507
  __kind: z.ZodEnum<["Eth", "Dot", "Btc", "Arb", "Sol"]>;
508
508
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
509
509
  }, "strip", z.ZodTypeAny, {
510
- __kind: "Btc" | "Eth" | "Dot" | "Sol" | "Arb";
510
+ __kind: "Dot" | "Eth" | "Btc" | "Sol" | "Arb";
511
511
  value: `0x${string}`;
512
512
  }, {
513
- __kind: "Btc" | "Eth" | "Dot" | "Sol" | "Arb";
513
+ __kind: "Dot" | "Eth" | "Btc" | "Sol" | "Arb";
514
514
  value: string;
515
515
  }>, {
516
516
  readonly chain: "Ethereum";
@@ -528,7 +528,7 @@ declare const cfTraitsSwappingSwapRequestTypeGeneric: z.ZodDiscriminatedUnion<"_
528
528
  readonly chain: "Solana";
529
529
  readonly address: string;
530
530
  }, {
531
- __kind: "Btc" | "Eth" | "Dot" | "Sol" | "Arb";
531
+ __kind: "Dot" | "Eth" | "Btc" | "Sol" | "Arb";
532
532
  value: string;
533
533
  }>>>;
534
534
  }, "strip", z.ZodTypeAny, {
@@ -564,7 +564,7 @@ declare const cfTraitsSwappingSwapRequestTypeGeneric: z.ZodDiscriminatedUnion<"_
564
564
  __kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana";
565
565
  };
566
566
  sourceAddress?: {
567
- __kind: "Btc" | "Eth" | "Dot" | "Sol" | "Arb";
567
+ __kind: "Dot" | "Eth" | "Btc" | "Sol" | "Arb";
568
568
  value: string;
569
569
  } | null | undefined;
570
570
  }>>>;
@@ -613,7 +613,7 @@ declare const cfTraitsSwappingSwapRequestTypeGeneric: z.ZodDiscriminatedUnion<"_
613
613
  }, {
614
614
  __kind: "Regular";
615
615
  outputAddress: {
616
- __kind: "Btc" | "Eth" | "Dot" | "Sol" | "Arb";
616
+ __kind: "Dot" | "Eth" | "Btc" | "Sol" | "Arb";
617
617
  value: string;
618
618
  };
619
619
  ccmDepositMetadata?: {
@@ -626,7 +626,7 @@ declare const cfTraitsSwappingSwapRequestTypeGeneric: z.ZodDiscriminatedUnion<"_
626
626
  __kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana";
627
627
  };
628
628
  sourceAddress?: {
629
- __kind: "Btc" | "Eth" | "Dot" | "Sol" | "Arb";
629
+ __kind: "Dot" | "Eth" | "Btc" | "Sol" | "Arb";
630
630
  value: string;
631
631
  } | null | undefined;
632
632
  } | null | undefined;
@@ -647,10 +647,10 @@ declare const cfChainsChannelRefundParametersEncodedAddress: z.ZodObject<{
647
647
  __kind: z.ZodEnum<["Eth", "Dot", "Btc", "Arb", "Sol"]>;
648
648
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
649
649
  }, "strip", z.ZodTypeAny, {
650
- __kind: "Btc" | "Eth" | "Dot" | "Sol" | "Arb";
650
+ __kind: "Dot" | "Eth" | "Btc" | "Sol" | "Arb";
651
651
  value: `0x${string}`;
652
652
  }, {
653
- __kind: "Btc" | "Eth" | "Dot" | "Sol" | "Arb";
653
+ __kind: "Dot" | "Eth" | "Btc" | "Sol" | "Arb";
654
654
  value: string;
655
655
  }>, {
656
656
  readonly chain: "Ethereum";
@@ -668,7 +668,7 @@ declare const cfChainsChannelRefundParametersEncodedAddress: z.ZodObject<{
668
668
  readonly chain: "Solana";
669
669
  readonly address: string;
670
670
  }, {
671
- __kind: "Btc" | "Eth" | "Dot" | "Sol" | "Arb";
671
+ __kind: "Dot" | "Eth" | "Btc" | "Sol" | "Arb";
672
672
  value: string;
673
673
  }>;
674
674
  minPrice: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
@@ -694,7 +694,7 @@ declare const cfChainsChannelRefundParametersEncodedAddress: z.ZodObject<{
694
694
  }, {
695
695
  retryDuration: number;
696
696
  refundAddress: {
697
- __kind: "Btc" | "Eth" | "Dot" | "Sol" | "Arb";
697
+ __kind: "Dot" | "Eth" | "Btc" | "Sol" | "Arb";
698
698
  value: string;
699
699
  };
700
700
  minPrice: string | number;
@@ -798,11 +798,11 @@ declare const solPrimPdaPdaError: z.ZodEffects<z.ZodObject<{
798
798
  declare const cfChainsCcmCheckerCcmValidityError: z.ZodEffects<z.ZodObject<{
799
799
  __kind: z.ZodEnum<["CannotDecodeCcmAdditionalData", "CcmIsTooLong", "CcmAdditionalDataContainsInvalidAccounts", "RedundantDataSupplied", "InvalidDestinationAddress"]>;
800
800
  }, "strip", z.ZodTypeAny, {
801
- __kind: "CannotDecodeCcmAdditionalData" | "CcmIsTooLong" | "CcmAdditionalDataContainsInvalidAccounts" | "RedundantDataSupplied" | "InvalidDestinationAddress";
801
+ __kind: "InvalidDestinationAddress" | "CannotDecodeCcmAdditionalData" | "CcmIsTooLong" | "CcmAdditionalDataContainsInvalidAccounts" | "RedundantDataSupplied";
802
802
  }, {
803
- __kind: "CannotDecodeCcmAdditionalData" | "CcmIsTooLong" | "CcmAdditionalDataContainsInvalidAccounts" | "RedundantDataSupplied" | "InvalidDestinationAddress";
804
- }>, "CannotDecodeCcmAdditionalData" | "CcmIsTooLong" | "CcmAdditionalDataContainsInvalidAccounts" | "RedundantDataSupplied" | "InvalidDestinationAddress", {
805
- __kind: "CannotDecodeCcmAdditionalData" | "CcmIsTooLong" | "CcmAdditionalDataContainsInvalidAccounts" | "RedundantDataSupplied" | "InvalidDestinationAddress";
803
+ __kind: "InvalidDestinationAddress" | "CannotDecodeCcmAdditionalData" | "CcmIsTooLong" | "CcmAdditionalDataContainsInvalidAccounts" | "RedundantDataSupplied";
804
+ }>, "InvalidDestinationAddress" | "CannotDecodeCcmAdditionalData" | "CcmIsTooLong" | "CcmAdditionalDataContainsInvalidAccounts" | "RedundantDataSupplied", {
805
+ __kind: "InvalidDestinationAddress" | "CannotDecodeCcmAdditionalData" | "CcmIsTooLong" | "CcmAdditionalDataContainsInvalidAccounts" | "RedundantDataSupplied";
806
806
  }>;
807
807
  declare const cfChainsSolApiSolanaTransactionBuildingError: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
808
808
  __kind: z.ZodLiteral<"CannotLookupApiEnvironment">;
@@ -858,19 +858,19 @@ declare const cfChainsSolApiSolanaTransactionBuildingError: z.ZodDiscriminatedUn
858
858
  value: z.ZodEffects<z.ZodObject<{
859
859
  __kind: z.ZodEnum<["CannotDecodeCcmAdditionalData", "CcmIsTooLong", "CcmAdditionalDataContainsInvalidAccounts", "RedundantDataSupplied", "InvalidDestinationAddress"]>;
860
860
  }, "strip", z.ZodTypeAny, {
861
- __kind: "CannotDecodeCcmAdditionalData" | "CcmIsTooLong" | "CcmAdditionalDataContainsInvalidAccounts" | "RedundantDataSupplied" | "InvalidDestinationAddress";
861
+ __kind: "InvalidDestinationAddress" | "CannotDecodeCcmAdditionalData" | "CcmIsTooLong" | "CcmAdditionalDataContainsInvalidAccounts" | "RedundantDataSupplied";
862
862
  }, {
863
- __kind: "CannotDecodeCcmAdditionalData" | "CcmIsTooLong" | "CcmAdditionalDataContainsInvalidAccounts" | "RedundantDataSupplied" | "InvalidDestinationAddress";
864
- }>, "CannotDecodeCcmAdditionalData" | "CcmIsTooLong" | "CcmAdditionalDataContainsInvalidAccounts" | "RedundantDataSupplied" | "InvalidDestinationAddress", {
865
- __kind: "CannotDecodeCcmAdditionalData" | "CcmIsTooLong" | "CcmAdditionalDataContainsInvalidAccounts" | "RedundantDataSupplied" | "InvalidDestinationAddress";
863
+ __kind: "InvalidDestinationAddress" | "CannotDecodeCcmAdditionalData" | "CcmIsTooLong" | "CcmAdditionalDataContainsInvalidAccounts" | "RedundantDataSupplied";
864
+ }>, "InvalidDestinationAddress" | "CannotDecodeCcmAdditionalData" | "CcmIsTooLong" | "CcmAdditionalDataContainsInvalidAccounts" | "RedundantDataSupplied", {
865
+ __kind: "InvalidDestinationAddress" | "CannotDecodeCcmAdditionalData" | "CcmIsTooLong" | "CcmAdditionalDataContainsInvalidAccounts" | "RedundantDataSupplied";
866
866
  }>;
867
867
  }, "strip", z.ZodTypeAny, {
868
868
  __kind: "InvalidCcm";
869
- value: "CannotDecodeCcmAdditionalData" | "CcmIsTooLong" | "CcmAdditionalDataContainsInvalidAccounts" | "RedundantDataSupplied" | "InvalidDestinationAddress";
869
+ value: "InvalidDestinationAddress" | "CannotDecodeCcmAdditionalData" | "CcmIsTooLong" | "CcmAdditionalDataContainsInvalidAccounts" | "RedundantDataSupplied";
870
870
  }, {
871
871
  __kind: "InvalidCcm";
872
872
  value: {
873
- __kind: "CannotDecodeCcmAdditionalData" | "CcmIsTooLong" | "CcmAdditionalDataContainsInvalidAccounts" | "RedundantDataSupplied" | "InvalidDestinationAddress";
873
+ __kind: "InvalidDestinationAddress" | "CannotDecodeCcmAdditionalData" | "CcmIsTooLong" | "CcmAdditionalDataContainsInvalidAccounts" | "RedundantDataSupplied";
874
874
  };
875
875
  }>, z.ZodObject<{
876
876
  __kind: z.ZodLiteral<"FailedToSerializeFinalTransaction">;
@@ -901,11 +901,11 @@ declare const spRuntimeModuleError: z.ZodObject<{
901
901
  declare const spRuntimeTokenError: z.ZodEffects<z.ZodObject<{
902
902
  __kind: z.ZodEnum<["FundsUnavailable", "OnlyProvider", "BelowMinimum", "CannotCreate", "UnknownAsset", "Frozen", "Unsupported", "CannotCreateHold", "NotExpendable", "Blocked"]>;
903
903
  }, "strip", z.ZodTypeAny, {
904
- __kind: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
904
+ __kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
905
905
  }, {
906
- __kind: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
907
- }>, "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked", {
908
- __kind: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
906
+ __kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
907
+ }>, "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked", {
908
+ __kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
909
909
  }>;
910
910
  declare const spArithmeticArithmeticError: z.ZodEffects<z.ZodObject<{
911
911
  __kind: z.ZodEnum<["Underflow", "Overflow", "DivisionByZero"]>;
@@ -990,19 +990,19 @@ declare const spRuntimeDispatchError: z.ZodDiscriminatedUnion<"__kind", [z.ZodOb
990
990
  value: z.ZodEffects<z.ZodObject<{
991
991
  __kind: z.ZodEnum<["FundsUnavailable", "OnlyProvider", "BelowMinimum", "CannotCreate", "UnknownAsset", "Frozen", "Unsupported", "CannotCreateHold", "NotExpendable", "Blocked"]>;
992
992
  }, "strip", z.ZodTypeAny, {
993
- __kind: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
993
+ __kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
994
994
  }, {
995
- __kind: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
996
- }>, "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked", {
997
- __kind: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
995
+ __kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
996
+ }>, "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked", {
997
+ __kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
998
998
  }>;
999
999
  }, "strip", z.ZodTypeAny, {
1000
1000
  __kind: "Token";
1001
- value: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
1001
+ value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
1002
1002
  }, {
1003
1003
  __kind: "Token";
1004
1004
  value: {
1005
- __kind: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
1005
+ __kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
1006
1006
  };
1007
1007
  }>, z.ZodObject<{
1008
1008
  __kind: z.ZodLiteral<"Arithmetic">;
@@ -1129,19 +1129,19 @@ declare const cfChainsExecutexSwapAndCallError: z.ZodDiscriminatedUnion<"__kind"
1129
1129
  value: z.ZodEffects<z.ZodObject<{
1130
1130
  __kind: z.ZodEnum<["CannotDecodeCcmAdditionalData", "CcmIsTooLong", "CcmAdditionalDataContainsInvalidAccounts", "RedundantDataSupplied", "InvalidDestinationAddress"]>;
1131
1131
  }, "strip", z.ZodTypeAny, {
1132
- __kind: "CannotDecodeCcmAdditionalData" | "CcmIsTooLong" | "CcmAdditionalDataContainsInvalidAccounts" | "RedundantDataSupplied" | "InvalidDestinationAddress";
1132
+ __kind: "InvalidDestinationAddress" | "CannotDecodeCcmAdditionalData" | "CcmIsTooLong" | "CcmAdditionalDataContainsInvalidAccounts" | "RedundantDataSupplied";
1133
1133
  }, {
1134
- __kind: "CannotDecodeCcmAdditionalData" | "CcmIsTooLong" | "CcmAdditionalDataContainsInvalidAccounts" | "RedundantDataSupplied" | "InvalidDestinationAddress";
1135
- }>, "CannotDecodeCcmAdditionalData" | "CcmIsTooLong" | "CcmAdditionalDataContainsInvalidAccounts" | "RedundantDataSupplied" | "InvalidDestinationAddress", {
1136
- __kind: "CannotDecodeCcmAdditionalData" | "CcmIsTooLong" | "CcmAdditionalDataContainsInvalidAccounts" | "RedundantDataSupplied" | "InvalidDestinationAddress";
1134
+ __kind: "InvalidDestinationAddress" | "CannotDecodeCcmAdditionalData" | "CcmIsTooLong" | "CcmAdditionalDataContainsInvalidAccounts" | "RedundantDataSupplied";
1135
+ }>, "InvalidDestinationAddress" | "CannotDecodeCcmAdditionalData" | "CcmIsTooLong" | "CcmAdditionalDataContainsInvalidAccounts" | "RedundantDataSupplied", {
1136
+ __kind: "InvalidDestinationAddress" | "CannotDecodeCcmAdditionalData" | "CcmIsTooLong" | "CcmAdditionalDataContainsInvalidAccounts" | "RedundantDataSupplied";
1137
1137
  }>;
1138
1138
  }, "strip", z.ZodTypeAny, {
1139
1139
  __kind: "InvalidCcm";
1140
- value: "CannotDecodeCcmAdditionalData" | "CcmIsTooLong" | "CcmAdditionalDataContainsInvalidAccounts" | "RedundantDataSupplied" | "InvalidDestinationAddress";
1140
+ value: "InvalidDestinationAddress" | "CannotDecodeCcmAdditionalData" | "CcmIsTooLong" | "CcmAdditionalDataContainsInvalidAccounts" | "RedundantDataSupplied";
1141
1141
  }, {
1142
1142
  __kind: "InvalidCcm";
1143
1143
  value: {
1144
- __kind: "CannotDecodeCcmAdditionalData" | "CcmIsTooLong" | "CcmAdditionalDataContainsInvalidAccounts" | "RedundantDataSupplied" | "InvalidDestinationAddress";
1144
+ __kind: "InvalidDestinationAddress" | "CannotDecodeCcmAdditionalData" | "CcmIsTooLong" | "CcmAdditionalDataContainsInvalidAccounts" | "RedundantDataSupplied";
1145
1145
  };
1146
1146
  }>, z.ZodObject<{
1147
1147
  __kind: z.ZodLiteral<"FailedToSerializeFinalTransaction">;
@@ -1176,7 +1176,7 @@ declare const cfChainsExecutexSwapAndCallError: z.ZodDiscriminatedUnion<"__kind"
1176
1176
  value: "NotAValidPoint" | "TooManySeeds" | "SeedTooLarge" | "BumpSeedBadLuck";
1177
1177
  } | {
1178
1178
  __kind: "InvalidCcm";
1179
- value: "CannotDecodeCcmAdditionalData" | "CcmIsTooLong" | "CcmAdditionalDataContainsInvalidAccounts" | "RedundantDataSupplied" | "InvalidDestinationAddress";
1179
+ value: "InvalidDestinationAddress" | "CannotDecodeCcmAdditionalData" | "CcmIsTooLong" | "CcmAdditionalDataContainsInvalidAccounts" | "RedundantDataSupplied";
1180
1180
  } | {
1181
1181
  __kind: "FailedToSerializeFinalTransaction";
1182
1182
  } | {
@@ -1203,7 +1203,7 @@ declare const cfChainsExecutexSwapAndCallError: z.ZodDiscriminatedUnion<"__kind"
1203
1203
  } | {
1204
1204
  __kind: "InvalidCcm";
1205
1205
  value: {
1206
- __kind: "CannotDecodeCcmAdditionalData" | "CcmIsTooLong" | "CcmAdditionalDataContainsInvalidAccounts" | "RedundantDataSupplied" | "InvalidDestinationAddress";
1206
+ __kind: "InvalidDestinationAddress" | "CannotDecodeCcmAdditionalData" | "CcmIsTooLong" | "CcmAdditionalDataContainsInvalidAccounts" | "RedundantDataSupplied";
1207
1207
  };
1208
1208
  } | {
1209
1209
  __kind: "FailedToSerializeFinalTransaction";
@@ -1278,19 +1278,19 @@ declare const cfChainsExecutexSwapAndCallError: z.ZodDiscriminatedUnion<"__kind"
1278
1278
  value: z.ZodEffects<z.ZodObject<{
1279
1279
  __kind: z.ZodEnum<["FundsUnavailable", "OnlyProvider", "BelowMinimum", "CannotCreate", "UnknownAsset", "Frozen", "Unsupported", "CannotCreateHold", "NotExpendable", "Blocked"]>;
1280
1280
  }, "strip", z.ZodTypeAny, {
1281
- __kind: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
1281
+ __kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
1282
1282
  }, {
1283
- __kind: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
1284
- }>, "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked", {
1285
- __kind: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
1283
+ __kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
1284
+ }>, "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked", {
1285
+ __kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
1286
1286
  }>;
1287
1287
  }, "strip", z.ZodTypeAny, {
1288
1288
  __kind: "Token";
1289
- value: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
1289
+ value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
1290
1290
  }, {
1291
1291
  __kind: "Token";
1292
1292
  value: {
1293
- __kind: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
1293
+ __kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
1294
1294
  };
1295
1295
  }>, z.ZodObject<{
1296
1296
  __kind: z.ZodLiteral<"Arithmetic">;
@@ -1377,7 +1377,7 @@ declare const cfChainsExecutexSwapAndCallError: z.ZodDiscriminatedUnion<"__kind"
1377
1377
  __kind: "TooManyConsumers";
1378
1378
  } | {
1379
1379
  __kind: "Token";
1380
- value: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
1380
+ value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
1381
1381
  } | {
1382
1382
  __kind: "Arithmetic";
1383
1383
  value: "Underflow" | "Overflow" | "DivisionByZero";
@@ -1416,7 +1416,7 @@ declare const cfChainsExecutexSwapAndCallError: z.ZodDiscriminatedUnion<"__kind"
1416
1416
  } | {
1417
1417
  __kind: "Token";
1418
1418
  value: {
1419
- __kind: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
1419
+ __kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
1420
1420
  };
1421
1421
  } | {
1422
1422
  __kind: "Arithmetic";
@@ -1523,19 +1523,19 @@ declare const palletCfEthereumIngressEgressDepositFailedReason: z.ZodDiscriminat
1523
1523
  value: z.ZodEffects<z.ZodObject<{
1524
1524
  __kind: z.ZodEnum<["FundsUnavailable", "OnlyProvider", "BelowMinimum", "CannotCreate", "UnknownAsset", "Frozen", "Unsupported", "CannotCreateHold", "NotExpendable", "Blocked"]>;
1525
1525
  }, "strip", z.ZodTypeAny, {
1526
- __kind: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
1526
+ __kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
1527
1527
  }, {
1528
- __kind: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
1529
- }>, "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked", {
1530
- __kind: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
1528
+ __kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
1529
+ }>, "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked", {
1530
+ __kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
1531
1531
  }>;
1532
1532
  }, "strip", z.ZodTypeAny, {
1533
1533
  __kind: "Token";
1534
- value: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
1534
+ value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
1535
1535
  }, {
1536
1536
  __kind: "Token";
1537
1537
  value: {
1538
- __kind: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
1538
+ __kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
1539
1539
  };
1540
1540
  }>, z.ZodObject<{
1541
1541
  __kind: z.ZodLiteral<"Arithmetic">;
@@ -1622,7 +1622,7 @@ declare const palletCfEthereumIngressEgressDepositFailedReason: z.ZodDiscriminat
1622
1622
  __kind: "TooManyConsumers";
1623
1623
  } | {
1624
1624
  __kind: "Token";
1625
- value: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
1625
+ value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
1626
1626
  } | {
1627
1627
  __kind: "Arithmetic";
1628
1628
  value: "Underflow" | "Overflow" | "DivisionByZero";
@@ -1661,7 +1661,7 @@ declare const palletCfEthereumIngressEgressDepositFailedReason: z.ZodDiscriminat
1661
1661
  } | {
1662
1662
  __kind: "Token";
1663
1663
  value: {
1664
- __kind: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
1664
+ __kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
1665
1665
  };
1666
1666
  } | {
1667
1667
  __kind: "Arithmetic";
@@ -1739,18 +1739,18 @@ declare const palletCfEthereumIngressEgressDepositWitnessEthereum: z.ZodObject<{
1739
1739
  txHashes?: string[] | null | undefined;
1740
1740
  }>;
1741
1741
  }, "strip", z.ZodTypeAny, {
1742
+ depositAddress: `0x${string}`;
1742
1743
  asset: "Eth" | "Flip" | "Usdc" | "Usdt";
1743
1744
  amount: bigint;
1744
- depositAddress: `0x${string}`;
1745
1745
  depositDetails: {
1746
1746
  txHashes?: `0x${string}`[] | null | undefined;
1747
1747
  };
1748
1748
  }, {
1749
+ depositAddress: string;
1749
1750
  asset: {
1750
1751
  __kind: "Eth" | "Flip" | "Usdc" | "Usdt";
1751
1752
  };
1752
1753
  amount: string | number;
1753
- depositAddress: string;
1754
1754
  depositDetails: {
1755
1755
  txHashes?: string[] | null | undefined;
1756
1756
  };
@@ -2251,20 +2251,20 @@ declare const palletCfEthereumIngressEgressVaultDepositWitness: z.ZodObject<{
2251
2251
  outputAsset: z.ZodEffects<z.ZodObject<{
2252
2252
  __kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc"]>;
2253
2253
  }, "strip", z.ZodTypeAny, {
2254
- __kind: "Btc" | "Eth" | "Flip" | "Usdc" | "Usdt" | "Dot" | "ArbEth" | "ArbUsdc" | "Sol" | "SolUsdc";
2254
+ __kind: "Dot" | "Eth" | "Flip" | "Usdc" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
2255
2255
  }, {
2256
- __kind: "Btc" | "Eth" | "Flip" | "Usdc" | "Usdt" | "Dot" | "ArbEth" | "ArbUsdc" | "Sol" | "SolUsdc";
2257
- }>, "Btc" | "Eth" | "Flip" | "Usdc" | "Usdt" | "Dot" | "ArbEth" | "ArbUsdc" | "Sol" | "SolUsdc", {
2258
- __kind: "Btc" | "Eth" | "Flip" | "Usdc" | "Usdt" | "Dot" | "ArbEth" | "ArbUsdc" | "Sol" | "SolUsdc";
2256
+ __kind: "Dot" | "Eth" | "Flip" | "Usdc" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
2257
+ }>, "Dot" | "Eth" | "Flip" | "Usdc" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc", {
2258
+ __kind: "Dot" | "Eth" | "Flip" | "Usdc" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
2259
2259
  }>;
2260
2260
  destinationAddress: z.ZodEffects<z.ZodObject<{
2261
2261
  __kind: z.ZodEnum<["Eth", "Dot", "Btc", "Arb", "Sol"]>;
2262
2262
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
2263
2263
  }, "strip", z.ZodTypeAny, {
2264
- __kind: "Btc" | "Eth" | "Dot" | "Sol" | "Arb";
2264
+ __kind: "Dot" | "Eth" | "Btc" | "Sol" | "Arb";
2265
2265
  value: `0x${string}`;
2266
2266
  }, {
2267
- __kind: "Btc" | "Eth" | "Dot" | "Sol" | "Arb";
2267
+ __kind: "Dot" | "Eth" | "Btc" | "Sol" | "Arb";
2268
2268
  value: string;
2269
2269
  }>, {
2270
2270
  readonly chain: "Ethereum";
@@ -2282,7 +2282,7 @@ declare const palletCfEthereumIngressEgressVaultDepositWitness: z.ZodObject<{
2282
2282
  readonly chain: "Solana";
2283
2283
  readonly address: string;
2284
2284
  }, {
2285
- __kind: "Btc" | "Eth" | "Dot" | "Sol" | "Arb";
2285
+ __kind: "Dot" | "Eth" | "Btc" | "Sol" | "Arb";
2286
2286
  value: string;
2287
2287
  }>;
2288
2288
  depositMetadata: z.ZodOptional<z.ZodNullable<z.ZodObject<{
@@ -2582,6 +2582,12 @@ declare const palletCfEthereumIngressEgressVaultDepositWitness: z.ZodObject<{
2582
2582
  }>>>;
2583
2583
  boostFee: z.ZodNumber;
2584
2584
  }, "strip", z.ZodTypeAny, {
2585
+ depositDetails: {
2586
+ txHashes?: `0x${string}`[] | null | undefined;
2587
+ };
2588
+ inputAsset: "Eth" | "Flip" | "Usdc" | "Usdt";
2589
+ depositAmount: bigint;
2590
+ outputAsset: "Dot" | "Eth" | "Flip" | "Usdc" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
2585
2591
  destinationAddress: {
2586
2592
  readonly chain: "Ethereum";
2587
2593
  readonly address: `0x${string}`;
@@ -2599,13 +2605,6 @@ declare const palletCfEthereumIngressEgressVaultDepositWitness: z.ZodObject<{
2599
2605
  readonly address: string;
2600
2606
  };
2601
2607
  txId: `0x${string}`;
2602
- depositDetails: {
2603
- txHashes?: `0x${string}`[] | null | undefined;
2604
- };
2605
- boostFee: number;
2606
- inputAsset: "Eth" | "Flip" | "Usdc" | "Usdt";
2607
- depositAmount: bigint;
2608
- outputAsset: "Btc" | "Eth" | "Flip" | "Usdc" | "Usdt" | "Dot" | "ArbEth" | "ArbUsdc" | "Sol" | "SolUsdc";
2609
2608
  affiliateFees: {
2610
2609
  account: number;
2611
2610
  bps: number;
@@ -2615,6 +2614,7 @@ declare const palletCfEthereumIngressEgressVaultDepositWitness: z.ZodObject<{
2615
2614
  refundAddress: `0x${string}`;
2616
2615
  minPrice: bigint;
2617
2616
  };
2617
+ boostFee: number;
2618
2618
  depositAddress?: `0x${string}` | null | undefined;
2619
2619
  channelId?: bigint | null | undefined;
2620
2620
  depositMetadata?: {
@@ -2669,22 +2669,21 @@ declare const palletCfEthereumIngressEgressVaultDepositWitness: z.ZodObject<{
2669
2669
  chunkInterval: number;
2670
2670
  } | null | undefined;
2671
2671
  }, {
2672
- destinationAddress: {
2673
- __kind: "Btc" | "Eth" | "Dot" | "Sol" | "Arb";
2674
- value: string;
2675
- };
2676
- txId: string;
2677
2672
  depositDetails: {
2678
2673
  txHashes?: string[] | null | undefined;
2679
2674
  };
2680
- boostFee: number;
2681
2675
  inputAsset: {
2682
2676
  __kind: "Eth" | "Flip" | "Usdc" | "Usdt";
2683
2677
  };
2684
2678
  depositAmount: string | number;
2685
2679
  outputAsset: {
2686
- __kind: "Btc" | "Eth" | "Flip" | "Usdc" | "Usdt" | "Dot" | "ArbEth" | "ArbUsdc" | "Sol" | "SolUsdc";
2680
+ __kind: "Dot" | "Eth" | "Flip" | "Usdc" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
2681
+ };
2682
+ destinationAddress: {
2683
+ __kind: "Dot" | "Eth" | "Btc" | "Sol" | "Arb";
2684
+ value: string;
2687
2685
  };
2686
+ txId: string;
2688
2687
  affiliateFees: {
2689
2688
  account: number;
2690
2689
  bps: number;
@@ -2694,6 +2693,7 @@ declare const palletCfEthereumIngressEgressVaultDepositWitness: z.ZodObject<{
2694
2693
  refundAddress: string;
2695
2694
  minPrice: string | number;
2696
2695
  };
2696
+ boostFee: number;
2697
2697
  depositAddress?: string | null | undefined;
2698
2698
  channelId?: string | number | null | undefined;
2699
2699
  depositMetadata?: {
@@ -2772,18 +2772,18 @@ declare const palletCfEthereumIngressEgressDepositFailedDetails: z.ZodDiscrimina
2772
2772
  txHashes?: string[] | null | undefined;
2773
2773
  }>;
2774
2774
  }, "strip", z.ZodTypeAny, {
2775
+ depositAddress: `0x${string}`;
2775
2776
  asset: "Eth" | "Flip" | "Usdc" | "Usdt";
2776
2777
  amount: bigint;
2777
- depositAddress: `0x${string}`;
2778
2778
  depositDetails: {
2779
2779
  txHashes?: `0x${string}`[] | null | undefined;
2780
2780
  };
2781
2781
  }, {
2782
+ depositAddress: string;
2782
2783
  asset: {
2783
2784
  __kind: "Eth" | "Flip" | "Usdc" | "Usdt";
2784
2785
  };
2785
2786
  amount: string | number;
2786
- depositAddress: string;
2787
2787
  depositDetails: {
2788
2788
  txHashes?: string[] | null | undefined;
2789
2789
  };
@@ -2791,9 +2791,9 @@ declare const palletCfEthereumIngressEgressDepositFailedDetails: z.ZodDiscrimina
2791
2791
  }, "strip", z.ZodTypeAny, {
2792
2792
  __kind: "DepositChannel";
2793
2793
  depositWitness: {
2794
+ depositAddress: `0x${string}`;
2794
2795
  asset: "Eth" | "Flip" | "Usdc" | "Usdt";
2795
2796
  amount: bigint;
2796
- depositAddress: `0x${string}`;
2797
2797
  depositDetails: {
2798
2798
  txHashes?: `0x${string}`[] | null | undefined;
2799
2799
  };
@@ -2801,11 +2801,11 @@ declare const palletCfEthereumIngressEgressDepositFailedDetails: z.ZodDiscrimina
2801
2801
  }, {
2802
2802
  __kind: "DepositChannel";
2803
2803
  depositWitness: {
2804
+ depositAddress: string;
2804
2805
  asset: {
2805
2806
  __kind: "Eth" | "Flip" | "Usdc" | "Usdt";
2806
2807
  };
2807
2808
  amount: string | number;
2808
- depositAddress: string;
2809
2809
  depositDetails: {
2810
2810
  txHashes?: string[] | null | undefined;
2811
2811
  };
@@ -2835,20 +2835,20 @@ declare const palletCfEthereumIngressEgressDepositFailedDetails: z.ZodDiscrimina
2835
2835
  outputAsset: z.ZodEffects<z.ZodObject<{
2836
2836
  __kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc"]>;
2837
2837
  }, "strip", z.ZodTypeAny, {
2838
- __kind: "Btc" | "Eth" | "Flip" | "Usdc" | "Usdt" | "Dot" | "ArbEth" | "ArbUsdc" | "Sol" | "SolUsdc";
2838
+ __kind: "Dot" | "Eth" | "Flip" | "Usdc" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
2839
2839
  }, {
2840
- __kind: "Btc" | "Eth" | "Flip" | "Usdc" | "Usdt" | "Dot" | "ArbEth" | "ArbUsdc" | "Sol" | "SolUsdc";
2841
- }>, "Btc" | "Eth" | "Flip" | "Usdc" | "Usdt" | "Dot" | "ArbEth" | "ArbUsdc" | "Sol" | "SolUsdc", {
2842
- __kind: "Btc" | "Eth" | "Flip" | "Usdc" | "Usdt" | "Dot" | "ArbEth" | "ArbUsdc" | "Sol" | "SolUsdc";
2840
+ __kind: "Dot" | "Eth" | "Flip" | "Usdc" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
2841
+ }>, "Dot" | "Eth" | "Flip" | "Usdc" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc", {
2842
+ __kind: "Dot" | "Eth" | "Flip" | "Usdc" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
2843
2843
  }>;
2844
2844
  destinationAddress: z.ZodEffects<z.ZodObject<{
2845
2845
  __kind: z.ZodEnum<["Eth", "Dot", "Btc", "Arb", "Sol"]>;
2846
2846
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
2847
2847
  }, "strip", z.ZodTypeAny, {
2848
- __kind: "Btc" | "Eth" | "Dot" | "Sol" | "Arb";
2848
+ __kind: "Dot" | "Eth" | "Btc" | "Sol" | "Arb";
2849
2849
  value: `0x${string}`;
2850
2850
  }, {
2851
- __kind: "Btc" | "Eth" | "Dot" | "Sol" | "Arb";
2851
+ __kind: "Dot" | "Eth" | "Btc" | "Sol" | "Arb";
2852
2852
  value: string;
2853
2853
  }>, {
2854
2854
  readonly chain: "Ethereum";
@@ -2866,7 +2866,7 @@ declare const palletCfEthereumIngressEgressDepositFailedDetails: z.ZodDiscrimina
2866
2866
  readonly chain: "Solana";
2867
2867
  readonly address: string;
2868
2868
  }, {
2869
- __kind: "Btc" | "Eth" | "Dot" | "Sol" | "Arb";
2869
+ __kind: "Dot" | "Eth" | "Btc" | "Sol" | "Arb";
2870
2870
  value: string;
2871
2871
  }>;
2872
2872
  depositMetadata: z.ZodOptional<z.ZodNullable<z.ZodObject<{
@@ -3166,6 +3166,12 @@ declare const palletCfEthereumIngressEgressDepositFailedDetails: z.ZodDiscrimina
3166
3166
  }>>>;
3167
3167
  boostFee: z.ZodNumber;
3168
3168
  }, "strip", z.ZodTypeAny, {
3169
+ depositDetails: {
3170
+ txHashes?: `0x${string}`[] | null | undefined;
3171
+ };
3172
+ inputAsset: "Eth" | "Flip" | "Usdc" | "Usdt";
3173
+ depositAmount: bigint;
3174
+ outputAsset: "Dot" | "Eth" | "Flip" | "Usdc" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
3169
3175
  destinationAddress: {
3170
3176
  readonly chain: "Ethereum";
3171
3177
  readonly address: `0x${string}`;
@@ -3183,13 +3189,6 @@ declare const palletCfEthereumIngressEgressDepositFailedDetails: z.ZodDiscrimina
3183
3189
  readonly address: string;
3184
3190
  };
3185
3191
  txId: `0x${string}`;
3186
- depositDetails: {
3187
- txHashes?: `0x${string}`[] | null | undefined;
3188
- };
3189
- boostFee: number;
3190
- inputAsset: "Eth" | "Flip" | "Usdc" | "Usdt";
3191
- depositAmount: bigint;
3192
- outputAsset: "Btc" | "Eth" | "Flip" | "Usdc" | "Usdt" | "Dot" | "ArbEth" | "ArbUsdc" | "Sol" | "SolUsdc";
3193
3192
  affiliateFees: {
3194
3193
  account: number;
3195
3194
  bps: number;
@@ -3199,6 +3198,7 @@ declare const palletCfEthereumIngressEgressDepositFailedDetails: z.ZodDiscrimina
3199
3198
  refundAddress: `0x${string}`;
3200
3199
  minPrice: bigint;
3201
3200
  };
3201
+ boostFee: number;
3202
3202
  depositAddress?: `0x${string}` | null | undefined;
3203
3203
  channelId?: bigint | null | undefined;
3204
3204
  depositMetadata?: {
@@ -3253,22 +3253,21 @@ declare const palletCfEthereumIngressEgressDepositFailedDetails: z.ZodDiscrimina
3253
3253
  chunkInterval: number;
3254
3254
  } | null | undefined;
3255
3255
  }, {
3256
- destinationAddress: {
3257
- __kind: "Btc" | "Eth" | "Dot" | "Sol" | "Arb";
3258
- value: string;
3259
- };
3260
- txId: string;
3261
3256
  depositDetails: {
3262
3257
  txHashes?: string[] | null | undefined;
3263
3258
  };
3264
- boostFee: number;
3265
3259
  inputAsset: {
3266
3260
  __kind: "Eth" | "Flip" | "Usdc" | "Usdt";
3267
3261
  };
3268
3262
  depositAmount: string | number;
3269
3263
  outputAsset: {
3270
- __kind: "Btc" | "Eth" | "Flip" | "Usdc" | "Usdt" | "Dot" | "ArbEth" | "ArbUsdc" | "Sol" | "SolUsdc";
3264
+ __kind: "Dot" | "Eth" | "Flip" | "Usdc" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
3265
+ };
3266
+ destinationAddress: {
3267
+ __kind: "Dot" | "Eth" | "Btc" | "Sol" | "Arb";
3268
+ value: string;
3271
3269
  };
3270
+ txId: string;
3272
3271
  affiliateFees: {
3273
3272
  account: number;
3274
3273
  bps: number;
@@ -3278,6 +3277,7 @@ declare const palletCfEthereumIngressEgressDepositFailedDetails: z.ZodDiscrimina
3278
3277
  refundAddress: string;
3279
3278
  minPrice: string | number;
3280
3279
  };
3280
+ boostFee: number;
3281
3281
  depositAddress?: string | null | undefined;
3282
3282
  channelId?: string | number | null | undefined;
3283
3283
  depositMetadata?: {
@@ -3337,6 +3337,12 @@ declare const palletCfEthereumIngressEgressDepositFailedDetails: z.ZodDiscrimina
3337
3337
  }, "strip", z.ZodTypeAny, {
3338
3338
  __kind: "Vault";
3339
3339
  vaultWitness: {
3340
+ depositDetails: {
3341
+ txHashes?: `0x${string}`[] | null | undefined;
3342
+ };
3343
+ inputAsset: "Eth" | "Flip" | "Usdc" | "Usdt";
3344
+ depositAmount: bigint;
3345
+ outputAsset: "Dot" | "Eth" | "Flip" | "Usdc" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
3340
3346
  destinationAddress: {
3341
3347
  readonly chain: "Ethereum";
3342
3348
  readonly address: `0x${string}`;
@@ -3354,13 +3360,6 @@ declare const palletCfEthereumIngressEgressDepositFailedDetails: z.ZodDiscrimina
3354
3360
  readonly address: string;
3355
3361
  };
3356
3362
  txId: `0x${string}`;
3357
- depositDetails: {
3358
- txHashes?: `0x${string}`[] | null | undefined;
3359
- };
3360
- boostFee: number;
3361
- inputAsset: "Eth" | "Flip" | "Usdc" | "Usdt";
3362
- depositAmount: bigint;
3363
- outputAsset: "Btc" | "Eth" | "Flip" | "Usdc" | "Usdt" | "Dot" | "ArbEth" | "ArbUsdc" | "Sol" | "SolUsdc";
3364
3363
  affiliateFees: {
3365
3364
  account: number;
3366
3365
  bps: number;
@@ -3370,6 +3369,7 @@ declare const palletCfEthereumIngressEgressDepositFailedDetails: z.ZodDiscrimina
3370
3369
  refundAddress: `0x${string}`;
3371
3370
  minPrice: bigint;
3372
3371
  };
3372
+ boostFee: number;
3373
3373
  depositAddress?: `0x${string}` | null | undefined;
3374
3374
  channelId?: bigint | null | undefined;
3375
3375
  depositMetadata?: {
@@ -3427,22 +3427,21 @@ declare const palletCfEthereumIngressEgressDepositFailedDetails: z.ZodDiscrimina
3427
3427
  }, {
3428
3428
  __kind: "Vault";
3429
3429
  vaultWitness: {
3430
- destinationAddress: {
3431
- __kind: "Btc" | "Eth" | "Dot" | "Sol" | "Arb";
3432
- value: string;
3433
- };
3434
- txId: string;
3435
3430
  depositDetails: {
3436
3431
  txHashes?: string[] | null | undefined;
3437
3432
  };
3438
- boostFee: number;
3439
3433
  inputAsset: {
3440
3434
  __kind: "Eth" | "Flip" | "Usdc" | "Usdt";
3441
3435
  };
3442
3436
  depositAmount: string | number;
3443
3437
  outputAsset: {
3444
- __kind: "Btc" | "Eth" | "Flip" | "Usdc" | "Usdt" | "Dot" | "ArbEth" | "ArbUsdc" | "Sol" | "SolUsdc";
3438
+ __kind: "Dot" | "Eth" | "Flip" | "Usdc" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
3439
+ };
3440
+ destinationAddress: {
3441
+ __kind: "Dot" | "Eth" | "Btc" | "Sol" | "Arb";
3442
+ value: string;
3445
3443
  };
3444
+ txId: string;
3446
3445
  affiliateFees: {
3447
3446
  account: number;
3448
3447
  bps: number;
@@ -3452,6 +3451,7 @@ declare const palletCfEthereumIngressEgressDepositFailedDetails: z.ZodDiscrimina
3452
3451
  refundAddress: string;
3453
3452
  minPrice: string | number;
3454
3453
  };
3454
+ boostFee: number;
3455
3455
  depositAddress?: string | null | undefined;
3456
3456
  channelId?: string | number | null | undefined;
3457
3457
  depositMetadata?: {
@@ -3618,19 +3618,19 @@ declare const cfChainsAllBatchError: z.ZodDiscriminatedUnion<"__kind", [z.ZodObj
3618
3618
  value: z.ZodEffects<z.ZodObject<{
3619
3619
  __kind: z.ZodEnum<["CannotDecodeCcmAdditionalData", "CcmIsTooLong", "CcmAdditionalDataContainsInvalidAccounts", "RedundantDataSupplied", "InvalidDestinationAddress"]>;
3620
3620
  }, "strip", z.ZodTypeAny, {
3621
- __kind: "CannotDecodeCcmAdditionalData" | "CcmIsTooLong" | "CcmAdditionalDataContainsInvalidAccounts" | "RedundantDataSupplied" | "InvalidDestinationAddress";
3621
+ __kind: "InvalidDestinationAddress" | "CannotDecodeCcmAdditionalData" | "CcmIsTooLong" | "CcmAdditionalDataContainsInvalidAccounts" | "RedundantDataSupplied";
3622
3622
  }, {
3623
- __kind: "CannotDecodeCcmAdditionalData" | "CcmIsTooLong" | "CcmAdditionalDataContainsInvalidAccounts" | "RedundantDataSupplied" | "InvalidDestinationAddress";
3624
- }>, "CannotDecodeCcmAdditionalData" | "CcmIsTooLong" | "CcmAdditionalDataContainsInvalidAccounts" | "RedundantDataSupplied" | "InvalidDestinationAddress", {
3625
- __kind: "CannotDecodeCcmAdditionalData" | "CcmIsTooLong" | "CcmAdditionalDataContainsInvalidAccounts" | "RedundantDataSupplied" | "InvalidDestinationAddress";
3623
+ __kind: "InvalidDestinationAddress" | "CannotDecodeCcmAdditionalData" | "CcmIsTooLong" | "CcmAdditionalDataContainsInvalidAccounts" | "RedundantDataSupplied";
3624
+ }>, "InvalidDestinationAddress" | "CannotDecodeCcmAdditionalData" | "CcmIsTooLong" | "CcmAdditionalDataContainsInvalidAccounts" | "RedundantDataSupplied", {
3625
+ __kind: "InvalidDestinationAddress" | "CannotDecodeCcmAdditionalData" | "CcmIsTooLong" | "CcmAdditionalDataContainsInvalidAccounts" | "RedundantDataSupplied";
3626
3626
  }>;
3627
3627
  }, "strip", z.ZodTypeAny, {
3628
3628
  __kind: "InvalidCcm";
3629
- value: "CannotDecodeCcmAdditionalData" | "CcmIsTooLong" | "CcmAdditionalDataContainsInvalidAccounts" | "RedundantDataSupplied" | "InvalidDestinationAddress";
3629
+ value: "InvalidDestinationAddress" | "CannotDecodeCcmAdditionalData" | "CcmIsTooLong" | "CcmAdditionalDataContainsInvalidAccounts" | "RedundantDataSupplied";
3630
3630
  }, {
3631
3631
  __kind: "InvalidCcm";
3632
3632
  value: {
3633
- __kind: "CannotDecodeCcmAdditionalData" | "CcmIsTooLong" | "CcmAdditionalDataContainsInvalidAccounts" | "RedundantDataSupplied" | "InvalidDestinationAddress";
3633
+ __kind: "InvalidDestinationAddress" | "CannotDecodeCcmAdditionalData" | "CcmIsTooLong" | "CcmAdditionalDataContainsInvalidAccounts" | "RedundantDataSupplied";
3634
3634
  };
3635
3635
  }>, z.ZodObject<{
3636
3636
  __kind: z.ZodLiteral<"FailedToSerializeFinalTransaction">;
@@ -3665,7 +3665,7 @@ declare const cfChainsAllBatchError: z.ZodDiscriminatedUnion<"__kind", [z.ZodObj
3665
3665
  value: "NotAValidPoint" | "TooManySeeds" | "SeedTooLarge" | "BumpSeedBadLuck";
3666
3666
  } | {
3667
3667
  __kind: "InvalidCcm";
3668
- value: "CannotDecodeCcmAdditionalData" | "CcmIsTooLong" | "CcmAdditionalDataContainsInvalidAccounts" | "RedundantDataSupplied" | "InvalidDestinationAddress";
3668
+ value: "InvalidDestinationAddress" | "CannotDecodeCcmAdditionalData" | "CcmIsTooLong" | "CcmAdditionalDataContainsInvalidAccounts" | "RedundantDataSupplied";
3669
3669
  } | {
3670
3670
  __kind: "FailedToSerializeFinalTransaction";
3671
3671
  } | {
@@ -3692,7 +3692,7 @@ declare const cfChainsAllBatchError: z.ZodDiscriminatedUnion<"__kind", [z.ZodObj
3692
3692
  } | {
3693
3693
  __kind: "InvalidCcm";
3694
3694
  value: {
3695
- __kind: "CannotDecodeCcmAdditionalData" | "CcmIsTooLong" | "CcmAdditionalDataContainsInvalidAccounts" | "RedundantDataSupplied" | "InvalidDestinationAddress";
3695
+ __kind: "InvalidDestinationAddress" | "CannotDecodeCcmAdditionalData" | "CcmIsTooLong" | "CcmAdditionalDataContainsInvalidAccounts" | "RedundantDataSupplied";
3696
3696
  };
3697
3697
  } | {
3698
3698
  __kind: "FailedToSerializeFinalTransaction";
@@ -3767,19 +3767,19 @@ declare const cfChainsAllBatchError: z.ZodDiscriminatedUnion<"__kind", [z.ZodObj
3767
3767
  value: z.ZodEffects<z.ZodObject<{
3768
3768
  __kind: z.ZodEnum<["FundsUnavailable", "OnlyProvider", "BelowMinimum", "CannotCreate", "UnknownAsset", "Frozen", "Unsupported", "CannotCreateHold", "NotExpendable", "Blocked"]>;
3769
3769
  }, "strip", z.ZodTypeAny, {
3770
- __kind: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
3770
+ __kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
3771
3771
  }, {
3772
- __kind: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
3773
- }>, "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked", {
3774
- __kind: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
3772
+ __kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
3773
+ }>, "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked", {
3774
+ __kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
3775
3775
  }>;
3776
3776
  }, "strip", z.ZodTypeAny, {
3777
3777
  __kind: "Token";
3778
- value: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
3778
+ value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
3779
3779
  }, {
3780
3780
  __kind: "Token";
3781
3781
  value: {
3782
- __kind: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
3782
+ __kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
3783
3783
  };
3784
3784
  }>, z.ZodObject<{
3785
3785
  __kind: z.ZodLiteral<"Arithmetic">;
@@ -3866,7 +3866,7 @@ declare const cfChainsAllBatchError: z.ZodDiscriminatedUnion<"__kind", [z.ZodObj
3866
3866
  __kind: "TooManyConsumers";
3867
3867
  } | {
3868
3868
  __kind: "Token";
3869
- value: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
3869
+ value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
3870
3870
  } | {
3871
3871
  __kind: "Arithmetic";
3872
3872
  value: "Underflow" | "Overflow" | "DivisionByZero";
@@ -3905,7 +3905,7 @@ declare const cfChainsAllBatchError: z.ZodDiscriminatedUnion<"__kind", [z.ZodObj
3905
3905
  } | {
3906
3906
  __kind: "Token";
3907
3907
  value: {
3908
- __kind: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
3908
+ __kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
3909
3909
  };
3910
3910
  } | {
3911
3911
  __kind: "Arithmetic";
@@ -4064,19 +4064,19 @@ declare const palletCfPolkadotIngressEgressDepositFailedReason: z.ZodDiscriminat
4064
4064
  value: z.ZodEffects<z.ZodObject<{
4065
4065
  __kind: z.ZodEnum<["FundsUnavailable", "OnlyProvider", "BelowMinimum", "CannotCreate", "UnknownAsset", "Frozen", "Unsupported", "CannotCreateHold", "NotExpendable", "Blocked"]>;
4066
4066
  }, "strip", z.ZodTypeAny, {
4067
- __kind: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
4067
+ __kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
4068
4068
  }, {
4069
- __kind: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
4070
- }>, "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked", {
4071
- __kind: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
4069
+ __kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
4070
+ }>, "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked", {
4071
+ __kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
4072
4072
  }>;
4073
4073
  }, "strip", z.ZodTypeAny, {
4074
4074
  __kind: "Token";
4075
- value: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
4075
+ value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
4076
4076
  }, {
4077
4077
  __kind: "Token";
4078
4078
  value: {
4079
- __kind: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
4079
+ __kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
4080
4080
  };
4081
4081
  }>, z.ZodObject<{
4082
4082
  __kind: z.ZodLiteral<"Arithmetic">;
@@ -4163,7 +4163,7 @@ declare const palletCfPolkadotIngressEgressDepositFailedReason: z.ZodDiscriminat
4163
4163
  __kind: "TooManyConsumers";
4164
4164
  } | {
4165
4165
  __kind: "Token";
4166
- value: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
4166
+ value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
4167
4167
  } | {
4168
4168
  __kind: "Arithmetic";
4169
4169
  value: "Underflow" | "Overflow" | "DivisionByZero";
@@ -4202,7 +4202,7 @@ declare const palletCfPolkadotIngressEgressDepositFailedReason: z.ZodDiscriminat
4202
4202
  } | {
4203
4203
  __kind: "Token";
4204
4204
  value: {
4205
- __kind: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
4205
+ __kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
4206
4206
  };
4207
4207
  } | {
4208
4208
  __kind: "Arithmetic";
@@ -4274,16 +4274,16 @@ declare const palletCfPolkadotIngressEgressDepositWitnessPolkadot: z.ZodObject<{
4274
4274
  amount: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
4275
4275
  depositDetails: z.ZodNumber;
4276
4276
  }, "strip", z.ZodTypeAny, {
4277
+ depositAddress: `0x${string}`;
4277
4278
  asset: "Dot";
4278
4279
  amount: bigint;
4279
- depositAddress: `0x${string}`;
4280
4280
  depositDetails: number;
4281
4281
  }, {
4282
+ depositAddress: string;
4282
4283
  asset: {
4283
4284
  __kind: "Dot";
4284
4285
  };
4285
4286
  amount: string | number;
4286
- depositAddress: string;
4287
4287
  depositDetails: number;
4288
4288
  }>;
4289
4289
  declare const cfChainsChannelRefundParametersPolkadotAccountId: z.ZodObject<{
@@ -4316,20 +4316,20 @@ declare const palletCfPolkadotIngressEgressVaultDepositWitness: z.ZodObject<{
4316
4316
  outputAsset: z.ZodEffects<z.ZodObject<{
4317
4317
  __kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc"]>;
4318
4318
  }, "strip", z.ZodTypeAny, {
4319
- __kind: "Btc" | "Eth" | "Flip" | "Usdc" | "Usdt" | "Dot" | "ArbEth" | "ArbUsdc" | "Sol" | "SolUsdc";
4319
+ __kind: "Dot" | "Eth" | "Flip" | "Usdc" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
4320
4320
  }, {
4321
- __kind: "Btc" | "Eth" | "Flip" | "Usdc" | "Usdt" | "Dot" | "ArbEth" | "ArbUsdc" | "Sol" | "SolUsdc";
4322
- }>, "Btc" | "Eth" | "Flip" | "Usdc" | "Usdt" | "Dot" | "ArbEth" | "ArbUsdc" | "Sol" | "SolUsdc", {
4323
- __kind: "Btc" | "Eth" | "Flip" | "Usdc" | "Usdt" | "Dot" | "ArbEth" | "ArbUsdc" | "Sol" | "SolUsdc";
4321
+ __kind: "Dot" | "Eth" | "Flip" | "Usdc" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
4322
+ }>, "Dot" | "Eth" | "Flip" | "Usdc" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc", {
4323
+ __kind: "Dot" | "Eth" | "Flip" | "Usdc" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
4324
4324
  }>;
4325
4325
  destinationAddress: z.ZodEffects<z.ZodObject<{
4326
4326
  __kind: z.ZodEnum<["Eth", "Dot", "Btc", "Arb", "Sol"]>;
4327
4327
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
4328
4328
  }, "strip", z.ZodTypeAny, {
4329
- __kind: "Btc" | "Eth" | "Dot" | "Sol" | "Arb";
4329
+ __kind: "Dot" | "Eth" | "Btc" | "Sol" | "Arb";
4330
4330
  value: `0x${string}`;
4331
4331
  }, {
4332
- __kind: "Btc" | "Eth" | "Dot" | "Sol" | "Arb";
4332
+ __kind: "Dot" | "Eth" | "Btc" | "Sol" | "Arb";
4333
4333
  value: string;
4334
4334
  }>, {
4335
4335
  readonly chain: "Ethereum";
@@ -4347,7 +4347,7 @@ declare const palletCfPolkadotIngressEgressVaultDepositWitness: z.ZodObject<{
4347
4347
  readonly chain: "Solana";
4348
4348
  readonly address: string;
4349
4349
  }, {
4350
- __kind: "Btc" | "Eth" | "Dot" | "Sol" | "Arb";
4350
+ __kind: "Dot" | "Eth" | "Btc" | "Sol" | "Arb";
4351
4351
  value: string;
4352
4352
  }>;
4353
4353
  depositMetadata: z.ZodOptional<z.ZodNullable<z.ZodObject<{
@@ -4656,6 +4656,10 @@ declare const palletCfPolkadotIngressEgressVaultDepositWitness: z.ZodObject<{
4656
4656
  }>>>;
4657
4657
  boostFee: z.ZodNumber;
4658
4658
  }, "strip", z.ZodTypeAny, {
4659
+ depositDetails: number;
4660
+ inputAsset: "Dot";
4661
+ depositAmount: bigint;
4662
+ outputAsset: "Dot" | "Eth" | "Flip" | "Usdc" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
4659
4663
  destinationAddress: {
4660
4664
  readonly chain: "Ethereum";
4661
4665
  readonly address: `0x${string}`;
@@ -4676,11 +4680,6 @@ declare const palletCfPolkadotIngressEgressVaultDepositWitness: z.ZodObject<{
4676
4680
  blockNumber: number;
4677
4681
  extrinsicIndex: number;
4678
4682
  };
4679
- depositDetails: number;
4680
- boostFee: number;
4681
- inputAsset: "Dot";
4682
- depositAmount: bigint;
4683
- outputAsset: "Btc" | "Eth" | "Flip" | "Usdc" | "Usdt" | "Dot" | "ArbEth" | "ArbUsdc" | "Sol" | "SolUsdc";
4684
4683
  affiliateFees: {
4685
4684
  account: number;
4686
4685
  bps: number;
@@ -4690,6 +4689,7 @@ declare const palletCfPolkadotIngressEgressVaultDepositWitness: z.ZodObject<{
4690
4689
  refundAddress: `0x${string}`;
4691
4690
  minPrice: bigint;
4692
4691
  };
4692
+ boostFee: number;
4693
4693
  depositAddress?: `0x${string}` | null | undefined;
4694
4694
  channelId?: bigint | null | undefined;
4695
4695
  depositMetadata?: {
@@ -4744,22 +4744,21 @@ declare const palletCfPolkadotIngressEgressVaultDepositWitness: z.ZodObject<{
4744
4744
  chunkInterval: number;
4745
4745
  } | null | undefined;
4746
4746
  }, {
4747
- destinationAddress: {
4748
- __kind: "Btc" | "Eth" | "Dot" | "Sol" | "Arb";
4749
- value: string;
4750
- };
4751
- txId: {
4752
- blockNumber: number;
4753
- extrinsicIndex: number;
4754
- };
4755
4747
  depositDetails: number;
4756
- boostFee: number;
4757
4748
  inputAsset: {
4758
4749
  __kind: "Dot";
4759
4750
  };
4760
4751
  depositAmount: string | number;
4761
4752
  outputAsset: {
4762
- __kind: "Btc" | "Eth" | "Flip" | "Usdc" | "Usdt" | "Dot" | "ArbEth" | "ArbUsdc" | "Sol" | "SolUsdc";
4753
+ __kind: "Dot" | "Eth" | "Flip" | "Usdc" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
4754
+ };
4755
+ destinationAddress: {
4756
+ __kind: "Dot" | "Eth" | "Btc" | "Sol" | "Arb";
4757
+ value: string;
4758
+ };
4759
+ txId: {
4760
+ blockNumber: number;
4761
+ extrinsicIndex: number;
4763
4762
  };
4764
4763
  affiliateFees: {
4765
4764
  account: number;
@@ -4770,6 +4769,7 @@ declare const palletCfPolkadotIngressEgressVaultDepositWitness: z.ZodObject<{
4770
4769
  refundAddress: string;
4771
4770
  minPrice: string | number;
4772
4771
  };
4772
+ boostFee: number;
4773
4773
  depositAddress?: string | null | undefined;
4774
4774
  channelId?: string | number | null | undefined;
4775
4775
  depositMetadata?: {
@@ -4842,34 +4842,34 @@ declare const palletCfPolkadotIngressEgressDepositFailedDetails: z.ZodDiscrimina
4842
4842
  amount: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
4843
4843
  depositDetails: z.ZodNumber;
4844
4844
  }, "strip", z.ZodTypeAny, {
4845
+ depositAddress: `0x${string}`;
4845
4846
  asset: "Dot";
4846
4847
  amount: bigint;
4847
- depositAddress: `0x${string}`;
4848
4848
  depositDetails: number;
4849
4849
  }, {
4850
+ depositAddress: string;
4850
4851
  asset: {
4851
4852
  __kind: "Dot";
4852
4853
  };
4853
4854
  amount: string | number;
4854
- depositAddress: string;
4855
4855
  depositDetails: number;
4856
4856
  }>;
4857
4857
  }, "strip", z.ZodTypeAny, {
4858
4858
  __kind: "DepositChannel";
4859
4859
  depositWitness: {
4860
+ depositAddress: `0x${string}`;
4860
4861
  asset: "Dot";
4861
4862
  amount: bigint;
4862
- depositAddress: `0x${string}`;
4863
4863
  depositDetails: number;
4864
4864
  };
4865
4865
  }, {
4866
4866
  __kind: "DepositChannel";
4867
4867
  depositWitness: {
4868
+ depositAddress: string;
4868
4869
  asset: {
4869
4870
  __kind: "Dot";
4870
4871
  };
4871
4872
  amount: string | number;
4872
- depositAddress: string;
4873
4873
  depositDetails: number;
4874
4874
  };
4875
4875
  }>, z.ZodObject<{
@@ -4891,20 +4891,20 @@ declare const palletCfPolkadotIngressEgressDepositFailedDetails: z.ZodDiscrimina
4891
4891
  outputAsset: z.ZodEffects<z.ZodObject<{
4892
4892
  __kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc"]>;
4893
4893
  }, "strip", z.ZodTypeAny, {
4894
- __kind: "Btc" | "Eth" | "Flip" | "Usdc" | "Usdt" | "Dot" | "ArbEth" | "ArbUsdc" | "Sol" | "SolUsdc";
4894
+ __kind: "Dot" | "Eth" | "Flip" | "Usdc" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
4895
4895
  }, {
4896
- __kind: "Btc" | "Eth" | "Flip" | "Usdc" | "Usdt" | "Dot" | "ArbEth" | "ArbUsdc" | "Sol" | "SolUsdc";
4897
- }>, "Btc" | "Eth" | "Flip" | "Usdc" | "Usdt" | "Dot" | "ArbEth" | "ArbUsdc" | "Sol" | "SolUsdc", {
4898
- __kind: "Btc" | "Eth" | "Flip" | "Usdc" | "Usdt" | "Dot" | "ArbEth" | "ArbUsdc" | "Sol" | "SolUsdc";
4896
+ __kind: "Dot" | "Eth" | "Flip" | "Usdc" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
4897
+ }>, "Dot" | "Eth" | "Flip" | "Usdc" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc", {
4898
+ __kind: "Dot" | "Eth" | "Flip" | "Usdc" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
4899
4899
  }>;
4900
4900
  destinationAddress: z.ZodEffects<z.ZodObject<{
4901
4901
  __kind: z.ZodEnum<["Eth", "Dot", "Btc", "Arb", "Sol"]>;
4902
4902
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
4903
4903
  }, "strip", z.ZodTypeAny, {
4904
- __kind: "Btc" | "Eth" | "Dot" | "Sol" | "Arb";
4904
+ __kind: "Dot" | "Eth" | "Btc" | "Sol" | "Arb";
4905
4905
  value: `0x${string}`;
4906
4906
  }, {
4907
- __kind: "Btc" | "Eth" | "Dot" | "Sol" | "Arb";
4907
+ __kind: "Dot" | "Eth" | "Btc" | "Sol" | "Arb";
4908
4908
  value: string;
4909
4909
  }>, {
4910
4910
  readonly chain: "Ethereum";
@@ -4922,7 +4922,7 @@ declare const palletCfPolkadotIngressEgressDepositFailedDetails: z.ZodDiscrimina
4922
4922
  readonly chain: "Solana";
4923
4923
  readonly address: string;
4924
4924
  }, {
4925
- __kind: "Btc" | "Eth" | "Dot" | "Sol" | "Arb";
4925
+ __kind: "Dot" | "Eth" | "Btc" | "Sol" | "Arb";
4926
4926
  value: string;
4927
4927
  }>;
4928
4928
  depositMetadata: z.ZodOptional<z.ZodNullable<z.ZodObject<{
@@ -5231,6 +5231,10 @@ declare const palletCfPolkadotIngressEgressDepositFailedDetails: z.ZodDiscrimina
5231
5231
  }>>>;
5232
5232
  boostFee: z.ZodNumber;
5233
5233
  }, "strip", z.ZodTypeAny, {
5234
+ depositDetails: number;
5235
+ inputAsset: "Dot";
5236
+ depositAmount: bigint;
5237
+ outputAsset: "Dot" | "Eth" | "Flip" | "Usdc" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
5234
5238
  destinationAddress: {
5235
5239
  readonly chain: "Ethereum";
5236
5240
  readonly address: `0x${string}`;
@@ -5251,11 +5255,6 @@ declare const palletCfPolkadotIngressEgressDepositFailedDetails: z.ZodDiscrimina
5251
5255
  blockNumber: number;
5252
5256
  extrinsicIndex: number;
5253
5257
  };
5254
- depositDetails: number;
5255
- boostFee: number;
5256
- inputAsset: "Dot";
5257
- depositAmount: bigint;
5258
- outputAsset: "Btc" | "Eth" | "Flip" | "Usdc" | "Usdt" | "Dot" | "ArbEth" | "ArbUsdc" | "Sol" | "SolUsdc";
5259
5258
  affiliateFees: {
5260
5259
  account: number;
5261
5260
  bps: number;
@@ -5265,6 +5264,7 @@ declare const palletCfPolkadotIngressEgressDepositFailedDetails: z.ZodDiscrimina
5265
5264
  refundAddress: `0x${string}`;
5266
5265
  minPrice: bigint;
5267
5266
  };
5267
+ boostFee: number;
5268
5268
  depositAddress?: `0x${string}` | null | undefined;
5269
5269
  channelId?: bigint | null | undefined;
5270
5270
  depositMetadata?: {
@@ -5319,22 +5319,21 @@ declare const palletCfPolkadotIngressEgressDepositFailedDetails: z.ZodDiscrimina
5319
5319
  chunkInterval: number;
5320
5320
  } | null | undefined;
5321
5321
  }, {
5322
- destinationAddress: {
5323
- __kind: "Btc" | "Eth" | "Dot" | "Sol" | "Arb";
5324
- value: string;
5325
- };
5326
- txId: {
5327
- blockNumber: number;
5328
- extrinsicIndex: number;
5329
- };
5330
5322
  depositDetails: number;
5331
- boostFee: number;
5332
5323
  inputAsset: {
5333
5324
  __kind: "Dot";
5334
5325
  };
5335
5326
  depositAmount: string | number;
5336
5327
  outputAsset: {
5337
- __kind: "Btc" | "Eth" | "Flip" | "Usdc" | "Usdt" | "Dot" | "ArbEth" | "ArbUsdc" | "Sol" | "SolUsdc";
5328
+ __kind: "Dot" | "Eth" | "Flip" | "Usdc" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
5329
+ };
5330
+ destinationAddress: {
5331
+ __kind: "Dot" | "Eth" | "Btc" | "Sol" | "Arb";
5332
+ value: string;
5333
+ };
5334
+ txId: {
5335
+ blockNumber: number;
5336
+ extrinsicIndex: number;
5338
5337
  };
5339
5338
  affiliateFees: {
5340
5339
  account: number;
@@ -5345,6 +5344,7 @@ declare const palletCfPolkadotIngressEgressDepositFailedDetails: z.ZodDiscrimina
5345
5344
  refundAddress: string;
5346
5345
  minPrice: string | number;
5347
5346
  };
5347
+ boostFee: number;
5348
5348
  depositAddress?: string | null | undefined;
5349
5349
  channelId?: string | number | null | undefined;
5350
5350
  depositMetadata?: {
@@ -5404,6 +5404,10 @@ declare const palletCfPolkadotIngressEgressDepositFailedDetails: z.ZodDiscrimina
5404
5404
  }, "strip", z.ZodTypeAny, {
5405
5405
  __kind: "Vault";
5406
5406
  vaultWitness: {
5407
+ depositDetails: number;
5408
+ inputAsset: "Dot";
5409
+ depositAmount: bigint;
5410
+ outputAsset: "Dot" | "Eth" | "Flip" | "Usdc" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
5407
5411
  destinationAddress: {
5408
5412
  readonly chain: "Ethereum";
5409
5413
  readonly address: `0x${string}`;
@@ -5424,11 +5428,6 @@ declare const palletCfPolkadotIngressEgressDepositFailedDetails: z.ZodDiscrimina
5424
5428
  blockNumber: number;
5425
5429
  extrinsicIndex: number;
5426
5430
  };
5427
- depositDetails: number;
5428
- boostFee: number;
5429
- inputAsset: "Dot";
5430
- depositAmount: bigint;
5431
- outputAsset: "Btc" | "Eth" | "Flip" | "Usdc" | "Usdt" | "Dot" | "ArbEth" | "ArbUsdc" | "Sol" | "SolUsdc";
5432
5431
  affiliateFees: {
5433
5432
  account: number;
5434
5433
  bps: number;
@@ -5438,6 +5437,7 @@ declare const palletCfPolkadotIngressEgressDepositFailedDetails: z.ZodDiscrimina
5438
5437
  refundAddress: `0x${string}`;
5439
5438
  minPrice: bigint;
5440
5439
  };
5440
+ boostFee: number;
5441
5441
  depositAddress?: `0x${string}` | null | undefined;
5442
5442
  channelId?: bigint | null | undefined;
5443
5443
  depositMetadata?: {
@@ -5495,22 +5495,21 @@ declare const palletCfPolkadotIngressEgressDepositFailedDetails: z.ZodDiscrimina
5495
5495
  }, {
5496
5496
  __kind: "Vault";
5497
5497
  vaultWitness: {
5498
- destinationAddress: {
5499
- __kind: "Btc" | "Eth" | "Dot" | "Sol" | "Arb";
5500
- value: string;
5501
- };
5502
- txId: {
5503
- blockNumber: number;
5504
- extrinsicIndex: number;
5505
- };
5506
5498
  depositDetails: number;
5507
- boostFee: number;
5508
5499
  inputAsset: {
5509
5500
  __kind: "Dot";
5510
5501
  };
5511
5502
  depositAmount: string | number;
5512
5503
  outputAsset: {
5513
- __kind: "Btc" | "Eth" | "Flip" | "Usdc" | "Usdt" | "Dot" | "ArbEth" | "ArbUsdc" | "Sol" | "SolUsdc";
5504
+ __kind: "Dot" | "Eth" | "Flip" | "Usdc" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
5505
+ };
5506
+ destinationAddress: {
5507
+ __kind: "Dot" | "Eth" | "Btc" | "Sol" | "Arb";
5508
+ value: string;
5509
+ };
5510
+ txId: {
5511
+ blockNumber: number;
5512
+ extrinsicIndex: number;
5514
5513
  };
5515
5514
  affiliateFees: {
5516
5515
  account: number;
@@ -5521,6 +5520,7 @@ declare const palletCfPolkadotIngressEgressDepositFailedDetails: z.ZodDiscrimina
5521
5520
  refundAddress: string;
5522
5521
  minPrice: string | number;
5523
5522
  };
5523
+ boostFee: number;
5524
5524
  depositAddress?: string | null | undefined;
5525
5525
  channelId?: string | number | null | undefined;
5526
5526
  depositMetadata?: {
@@ -5764,7 +5764,6 @@ declare const cfChainsBtcUtxo: z.ZodObject<{
5764
5764
  } | null | undefined;
5765
5765
  }>;
5766
5766
  }, "strip", z.ZodTypeAny, {
5767
- amount: bigint;
5768
5767
  depositAddress: {
5769
5768
  pubkeyX: `0x${string}`;
5770
5769
  scriptPath?: {
@@ -5776,12 +5775,12 @@ declare const cfChainsBtcUtxo: z.ZodObject<{
5776
5775
  };
5777
5776
  } | null | undefined;
5778
5777
  };
5778
+ amount: bigint;
5779
5779
  id: {
5780
5780
  txId: `0x${string}`;
5781
5781
  vout: number;
5782
5782
  };
5783
5783
  }, {
5784
- amount: string | number;
5785
5784
  depositAddress: {
5786
5785
  pubkeyX: string;
5787
5786
  scriptPath?: {
@@ -5793,6 +5792,7 @@ declare const cfChainsBtcUtxo: z.ZodObject<{
5793
5792
  };
5794
5793
  } | null | undefined;
5795
5794
  };
5795
+ amount: string | number;
5796
5796
  id: {
5797
5797
  txId: string;
5798
5798
  vout: number;
@@ -5926,19 +5926,19 @@ declare const palletCfBitcoinIngressEgressDepositFailedReason: z.ZodDiscriminate
5926
5926
  value: z.ZodEffects<z.ZodObject<{
5927
5927
  __kind: z.ZodEnum<["FundsUnavailable", "OnlyProvider", "BelowMinimum", "CannotCreate", "UnknownAsset", "Frozen", "Unsupported", "CannotCreateHold", "NotExpendable", "Blocked"]>;
5928
5928
  }, "strip", z.ZodTypeAny, {
5929
- __kind: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
5929
+ __kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
5930
5930
  }, {
5931
- __kind: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
5932
- }>, "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked", {
5933
- __kind: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
5931
+ __kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
5932
+ }>, "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked", {
5933
+ __kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
5934
5934
  }>;
5935
5935
  }, "strip", z.ZodTypeAny, {
5936
5936
  __kind: "Token";
5937
- value: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
5937
+ value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
5938
5938
  }, {
5939
5939
  __kind: "Token";
5940
5940
  value: {
5941
- __kind: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
5941
+ __kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
5942
5942
  };
5943
5943
  }>, z.ZodObject<{
5944
5944
  __kind: z.ZodLiteral<"Arithmetic">;
@@ -6025,7 +6025,7 @@ declare const palletCfBitcoinIngressEgressDepositFailedReason: z.ZodDiscriminate
6025
6025
  __kind: "TooManyConsumers";
6026
6026
  } | {
6027
6027
  __kind: "Token";
6028
- value: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
6028
+ value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
6029
6029
  } | {
6030
6030
  __kind: "Arithmetic";
6031
6031
  value: "Underflow" | "Overflow" | "DivisionByZero";
@@ -6064,7 +6064,7 @@ declare const palletCfBitcoinIngressEgressDepositFailedReason: z.ZodDiscriminate
6064
6064
  } | {
6065
6065
  __kind: "Token";
6066
6066
  value: {
6067
- __kind: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
6067
+ __kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
6068
6068
  };
6069
6069
  } | {
6070
6070
  __kind: "Arithmetic";
@@ -6253,7 +6253,6 @@ declare const palletCfBitcoinIngressEgressDepositWitnessBitcoin: z.ZodObject<{
6253
6253
  } | null | undefined;
6254
6254
  }>;
6255
6255
  }, "strip", z.ZodTypeAny, {
6256
- amount: bigint;
6257
6256
  depositAddress: {
6258
6257
  pubkeyX: `0x${string}`;
6259
6258
  scriptPath?: {
@@ -6265,12 +6264,12 @@ declare const palletCfBitcoinIngressEgressDepositWitnessBitcoin: z.ZodObject<{
6265
6264
  };
6266
6265
  } | null | undefined;
6267
6266
  };
6267
+ amount: bigint;
6268
6268
  id: {
6269
6269
  txId: `0x${string}`;
6270
6270
  vout: number;
6271
6271
  };
6272
6272
  }, {
6273
- amount: string | number;
6274
6273
  depositAddress: {
6275
6274
  pubkeyX: string;
6276
6275
  scriptPath?: {
@@ -6282,14 +6281,13 @@ declare const palletCfBitcoinIngressEgressDepositWitnessBitcoin: z.ZodObject<{
6282
6281
  };
6283
6282
  } | null | undefined;
6284
6283
  };
6284
+ amount: string | number;
6285
6285
  id: {
6286
6286
  txId: string;
6287
6287
  vout: number;
6288
6288
  };
6289
6289
  }>;
6290
6290
  }, "strip", z.ZodTypeAny, {
6291
- asset: "Btc";
6292
- amount: bigint;
6293
6291
  depositAddress: {
6294
6292
  __kind: "P2PKH";
6295
6293
  value: `0x${string}`;
@@ -6310,8 +6308,9 @@ declare const palletCfBitcoinIngressEgressDepositWitnessBitcoin: z.ZodObject<{
6310
6308
  version: number;
6311
6309
  program: `0x${string}`;
6312
6310
  };
6311
+ asset: "Btc";
6312
+ amount: bigint;
6313
6313
  depositDetails: {
6314
- amount: bigint;
6315
6314
  depositAddress: {
6316
6315
  pubkeyX: `0x${string}`;
6317
6316
  scriptPath?: {
@@ -6323,16 +6322,13 @@ declare const palletCfBitcoinIngressEgressDepositWitnessBitcoin: z.ZodObject<{
6323
6322
  };
6324
6323
  } | null | undefined;
6325
6324
  };
6325
+ amount: bigint;
6326
6326
  id: {
6327
6327
  txId: `0x${string}`;
6328
6328
  vout: number;
6329
6329
  };
6330
6330
  };
6331
6331
  }, {
6332
- asset: {
6333
- __kind: "Btc";
6334
- };
6335
- amount: string | number;
6336
6332
  depositAddress: {
6337
6333
  __kind: "P2PKH";
6338
6334
  value: string;
@@ -6353,8 +6349,11 @@ declare const palletCfBitcoinIngressEgressDepositWitnessBitcoin: z.ZodObject<{
6353
6349
  version: number;
6354
6350
  program: string;
6355
6351
  };
6352
+ asset: {
6353
+ __kind: "Btc";
6354
+ };
6355
+ amount: string | number;
6356
6356
  depositDetails: {
6357
- amount: string | number;
6358
6357
  depositAddress: {
6359
6358
  pubkeyX: string;
6360
6359
  scriptPath?: {
@@ -6366,6 +6365,7 @@ declare const palletCfBitcoinIngressEgressDepositWitnessBitcoin: z.ZodObject<{
6366
6365
  };
6367
6366
  } | null | undefined;
6368
6367
  };
6368
+ amount: string | number;
6369
6369
  id: {
6370
6370
  txId: string;
6371
6371
  vout: number;
@@ -6612,7 +6612,6 @@ declare const palletCfBitcoinIngressEgressVaultDepositWitness: z.ZodObject<{
6612
6612
  } | null | undefined;
6613
6613
  }>;
6614
6614
  }, "strip", z.ZodTypeAny, {
6615
- amount: bigint;
6616
6615
  depositAddress: {
6617
6616
  pubkeyX: `0x${string}`;
6618
6617
  scriptPath?: {
@@ -6624,12 +6623,12 @@ declare const palletCfBitcoinIngressEgressVaultDepositWitness: z.ZodObject<{
6624
6623
  };
6625
6624
  } | null | undefined;
6626
6625
  };
6626
+ amount: bigint;
6627
6627
  id: {
6628
6628
  txId: `0x${string}`;
6629
6629
  vout: number;
6630
6630
  };
6631
6631
  }, {
6632
- amount: string | number;
6633
6632
  depositAddress: {
6634
6633
  pubkeyX: string;
6635
6634
  scriptPath?: {
@@ -6641,6 +6640,7 @@ declare const palletCfBitcoinIngressEgressVaultDepositWitness: z.ZodObject<{
6641
6640
  };
6642
6641
  } | null | undefined;
6643
6642
  };
6643
+ amount: string | number;
6644
6644
  id: {
6645
6645
  txId: string;
6646
6646
  vout: number;
@@ -6649,20 +6649,20 @@ declare const palletCfBitcoinIngressEgressVaultDepositWitness: z.ZodObject<{
6649
6649
  outputAsset: z.ZodEffects<z.ZodObject<{
6650
6650
  __kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc"]>;
6651
6651
  }, "strip", z.ZodTypeAny, {
6652
- __kind: "Btc" | "Eth" | "Flip" | "Usdc" | "Usdt" | "Dot" | "ArbEth" | "ArbUsdc" | "Sol" | "SolUsdc";
6652
+ __kind: "Dot" | "Eth" | "Flip" | "Usdc" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
6653
6653
  }, {
6654
- __kind: "Btc" | "Eth" | "Flip" | "Usdc" | "Usdt" | "Dot" | "ArbEth" | "ArbUsdc" | "Sol" | "SolUsdc";
6655
- }>, "Btc" | "Eth" | "Flip" | "Usdc" | "Usdt" | "Dot" | "ArbEth" | "ArbUsdc" | "Sol" | "SolUsdc", {
6656
- __kind: "Btc" | "Eth" | "Flip" | "Usdc" | "Usdt" | "Dot" | "ArbEth" | "ArbUsdc" | "Sol" | "SolUsdc";
6654
+ __kind: "Dot" | "Eth" | "Flip" | "Usdc" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
6655
+ }>, "Dot" | "Eth" | "Flip" | "Usdc" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc", {
6656
+ __kind: "Dot" | "Eth" | "Flip" | "Usdc" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
6657
6657
  }>;
6658
6658
  destinationAddress: z.ZodEffects<z.ZodObject<{
6659
6659
  __kind: z.ZodEnum<["Eth", "Dot", "Btc", "Arb", "Sol"]>;
6660
6660
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
6661
6661
  }, "strip", z.ZodTypeAny, {
6662
- __kind: "Btc" | "Eth" | "Dot" | "Sol" | "Arb";
6662
+ __kind: "Dot" | "Eth" | "Btc" | "Sol" | "Arb";
6663
6663
  value: `0x${string}`;
6664
6664
  }, {
6665
- __kind: "Btc" | "Eth" | "Dot" | "Sol" | "Arb";
6665
+ __kind: "Dot" | "Eth" | "Btc" | "Sol" | "Arb";
6666
6666
  value: string;
6667
6667
  }>, {
6668
6668
  readonly chain: "Ethereum";
@@ -6680,7 +6680,7 @@ declare const palletCfBitcoinIngressEgressVaultDepositWitness: z.ZodObject<{
6680
6680
  readonly chain: "Solana";
6681
6681
  readonly address: string;
6682
6682
  }, {
6683
- __kind: "Btc" | "Eth" | "Dot" | "Sol" | "Arb";
6683
+ __kind: "Dot" | "Eth" | "Btc" | "Sol" | "Arb";
6684
6684
  value: string;
6685
6685
  }>;
6686
6686
  depositMetadata: z.ZodOptional<z.ZodNullable<z.ZodObject<{
@@ -7075,25 +7075,7 @@ declare const palletCfBitcoinIngressEgressVaultDepositWitness: z.ZodObject<{
7075
7075
  }>>>;
7076
7076
  boostFee: z.ZodNumber;
7077
7077
  }, "strip", z.ZodTypeAny, {
7078
- destinationAddress: {
7079
- readonly chain: "Ethereum";
7080
- readonly address: `0x${string}`;
7081
- } | {
7082
- readonly chain: "Polkadot";
7083
- readonly address: string;
7084
- } | {
7085
- readonly chain: "Bitcoin";
7086
- readonly address: string;
7087
- } | {
7088
- readonly chain: "Arbitrum";
7089
- readonly address: `0x${string}`;
7090
- } | {
7091
- readonly chain: "Solana";
7092
- readonly address: string;
7093
- };
7094
- txId: `0x${string}`;
7095
7078
  depositDetails: {
7096
- amount: bigint;
7097
7079
  depositAddress: {
7098
7080
  pubkeyX: `0x${string}`;
7099
7081
  scriptPath?: {
@@ -7105,15 +7087,32 @@ declare const palletCfBitcoinIngressEgressVaultDepositWitness: z.ZodObject<{
7105
7087
  };
7106
7088
  } | null | undefined;
7107
7089
  };
7090
+ amount: bigint;
7108
7091
  id: {
7109
7092
  txId: `0x${string}`;
7110
7093
  vout: number;
7111
7094
  };
7112
7095
  };
7113
- boostFee: number;
7114
7096
  inputAsset: "Btc";
7115
7097
  depositAmount: bigint;
7116
- outputAsset: "Btc" | "Eth" | "Flip" | "Usdc" | "Usdt" | "Dot" | "ArbEth" | "ArbUsdc" | "Sol" | "SolUsdc";
7098
+ outputAsset: "Dot" | "Eth" | "Flip" | "Usdc" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
7099
+ destinationAddress: {
7100
+ readonly chain: "Ethereum";
7101
+ readonly address: `0x${string}`;
7102
+ } | {
7103
+ readonly chain: "Polkadot";
7104
+ readonly address: string;
7105
+ } | {
7106
+ readonly chain: "Bitcoin";
7107
+ readonly address: string;
7108
+ } | {
7109
+ readonly chain: "Arbitrum";
7110
+ readonly address: `0x${string}`;
7111
+ } | {
7112
+ readonly chain: "Solana";
7113
+ readonly address: string;
7114
+ };
7115
+ txId: `0x${string}`;
7117
7116
  affiliateFees: {
7118
7117
  account: number;
7119
7118
  bps: number;
@@ -7142,6 +7141,7 @@ declare const palletCfBitcoinIngressEgressVaultDepositWitness: z.ZodObject<{
7142
7141
  };
7143
7142
  minPrice: bigint;
7144
7143
  };
7144
+ boostFee: number;
7145
7145
  depositAddress?: {
7146
7146
  __kind: "P2PKH";
7147
7147
  value: `0x${string}`;
@@ -7215,13 +7215,7 @@ declare const palletCfBitcoinIngressEgressVaultDepositWitness: z.ZodObject<{
7215
7215
  chunkInterval: number;
7216
7216
  } | null | undefined;
7217
7217
  }, {
7218
- destinationAddress: {
7219
- __kind: "Btc" | "Eth" | "Dot" | "Sol" | "Arb";
7220
- value: string;
7221
- };
7222
- txId: string;
7223
7218
  depositDetails: {
7224
- amount: string | number;
7225
7219
  depositAddress: {
7226
7220
  pubkeyX: string;
7227
7221
  scriptPath?: {
@@ -7233,19 +7227,24 @@ declare const palletCfBitcoinIngressEgressVaultDepositWitness: z.ZodObject<{
7233
7227
  };
7234
7228
  } | null | undefined;
7235
7229
  };
7230
+ amount: string | number;
7236
7231
  id: {
7237
7232
  txId: string;
7238
7233
  vout: number;
7239
7234
  };
7240
7235
  };
7241
- boostFee: number;
7242
7236
  inputAsset: {
7243
7237
  __kind: "Btc";
7244
7238
  };
7245
7239
  depositAmount: string | number;
7246
7240
  outputAsset: {
7247
- __kind: "Btc" | "Eth" | "Flip" | "Usdc" | "Usdt" | "Dot" | "ArbEth" | "ArbUsdc" | "Sol" | "SolUsdc";
7241
+ __kind: "Dot" | "Eth" | "Flip" | "Usdc" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
7242
+ };
7243
+ destinationAddress: {
7244
+ __kind: "Dot" | "Eth" | "Btc" | "Sol" | "Arb";
7245
+ value: string;
7248
7246
  };
7247
+ txId: string;
7249
7248
  affiliateFees: {
7250
7249
  account: number;
7251
7250
  bps: number;
@@ -7274,6 +7273,7 @@ declare const palletCfBitcoinIngressEgressVaultDepositWitness: z.ZodObject<{
7274
7273
  };
7275
7274
  minPrice: string | number;
7276
7275
  };
7276
+ boostFee: number;
7277
7277
  depositAddress?: {
7278
7278
  __kind: "P2PKH";
7279
7279
  value: string;
@@ -7482,7 +7482,6 @@ declare const palletCfBitcoinIngressEgressDepositFailedDetails: z.ZodDiscriminat
7482
7482
  } | null | undefined;
7483
7483
  }>;
7484
7484
  }, "strip", z.ZodTypeAny, {
7485
- amount: bigint;
7486
7485
  depositAddress: {
7487
7486
  pubkeyX: `0x${string}`;
7488
7487
  scriptPath?: {
@@ -7494,12 +7493,12 @@ declare const palletCfBitcoinIngressEgressDepositFailedDetails: z.ZodDiscriminat
7494
7493
  };
7495
7494
  } | null | undefined;
7496
7495
  };
7496
+ amount: bigint;
7497
7497
  id: {
7498
7498
  txId: `0x${string}`;
7499
7499
  vout: number;
7500
7500
  };
7501
7501
  }, {
7502
- amount: string | number;
7503
7502
  depositAddress: {
7504
7503
  pubkeyX: string;
7505
7504
  scriptPath?: {
@@ -7511,14 +7510,13 @@ declare const palletCfBitcoinIngressEgressDepositFailedDetails: z.ZodDiscriminat
7511
7510
  };
7512
7511
  } | null | undefined;
7513
7512
  };
7513
+ amount: string | number;
7514
7514
  id: {
7515
7515
  txId: string;
7516
7516
  vout: number;
7517
7517
  };
7518
7518
  }>;
7519
7519
  }, "strip", z.ZodTypeAny, {
7520
- asset: "Btc";
7521
- amount: bigint;
7522
7520
  depositAddress: {
7523
7521
  __kind: "P2PKH";
7524
7522
  value: `0x${string}`;
@@ -7539,8 +7537,9 @@ declare const palletCfBitcoinIngressEgressDepositFailedDetails: z.ZodDiscriminat
7539
7537
  version: number;
7540
7538
  program: `0x${string}`;
7541
7539
  };
7540
+ asset: "Btc";
7541
+ amount: bigint;
7542
7542
  depositDetails: {
7543
- amount: bigint;
7544
7543
  depositAddress: {
7545
7544
  pubkeyX: `0x${string}`;
7546
7545
  scriptPath?: {
@@ -7552,16 +7551,13 @@ declare const palletCfBitcoinIngressEgressDepositFailedDetails: z.ZodDiscriminat
7552
7551
  };
7553
7552
  } | null | undefined;
7554
7553
  };
7554
+ amount: bigint;
7555
7555
  id: {
7556
7556
  txId: `0x${string}`;
7557
7557
  vout: number;
7558
7558
  };
7559
7559
  };
7560
7560
  }, {
7561
- asset: {
7562
- __kind: "Btc";
7563
- };
7564
- amount: string | number;
7565
7561
  depositAddress: {
7566
7562
  __kind: "P2PKH";
7567
7563
  value: string;
@@ -7582,8 +7578,11 @@ declare const palletCfBitcoinIngressEgressDepositFailedDetails: z.ZodDiscriminat
7582
7578
  version: number;
7583
7579
  program: string;
7584
7580
  };
7585
- depositDetails: {
7586
- amount: string | number;
7581
+ asset: {
7582
+ __kind: "Btc";
7583
+ };
7584
+ amount: string | number;
7585
+ depositDetails: {
7587
7586
  depositAddress: {
7588
7587
  pubkeyX: string;
7589
7588
  scriptPath?: {
@@ -7595,6 +7594,7 @@ declare const palletCfBitcoinIngressEgressDepositFailedDetails: z.ZodDiscriminat
7595
7594
  };
7596
7595
  } | null | undefined;
7597
7596
  };
7597
+ amount: string | number;
7598
7598
  id: {
7599
7599
  txId: string;
7600
7600
  vout: number;
@@ -7604,8 +7604,6 @@ declare const palletCfBitcoinIngressEgressDepositFailedDetails: z.ZodDiscriminat
7604
7604
  }, "strip", z.ZodTypeAny, {
7605
7605
  __kind: "DepositChannel";
7606
7606
  depositWitness: {
7607
- asset: "Btc";
7608
- amount: bigint;
7609
7607
  depositAddress: {
7610
7608
  __kind: "P2PKH";
7611
7609
  value: `0x${string}`;
@@ -7626,8 +7624,9 @@ declare const palletCfBitcoinIngressEgressDepositFailedDetails: z.ZodDiscriminat
7626
7624
  version: number;
7627
7625
  program: `0x${string}`;
7628
7626
  };
7627
+ asset: "Btc";
7628
+ amount: bigint;
7629
7629
  depositDetails: {
7630
- amount: bigint;
7631
7630
  depositAddress: {
7632
7631
  pubkeyX: `0x${string}`;
7633
7632
  scriptPath?: {
@@ -7639,6 +7638,7 @@ declare const palletCfBitcoinIngressEgressDepositFailedDetails: z.ZodDiscriminat
7639
7638
  };
7640
7639
  } | null | undefined;
7641
7640
  };
7641
+ amount: bigint;
7642
7642
  id: {
7643
7643
  txId: `0x${string}`;
7644
7644
  vout: number;
@@ -7648,10 +7648,6 @@ declare const palletCfBitcoinIngressEgressDepositFailedDetails: z.ZodDiscriminat
7648
7648
  }, {
7649
7649
  __kind: "DepositChannel";
7650
7650
  depositWitness: {
7651
- asset: {
7652
- __kind: "Btc";
7653
- };
7654
- amount: string | number;
7655
7651
  depositAddress: {
7656
7652
  __kind: "P2PKH";
7657
7653
  value: string;
@@ -7672,8 +7668,11 @@ declare const palletCfBitcoinIngressEgressDepositFailedDetails: z.ZodDiscriminat
7672
7668
  version: number;
7673
7669
  program: string;
7674
7670
  };
7671
+ asset: {
7672
+ __kind: "Btc";
7673
+ };
7674
+ amount: string | number;
7675
7675
  depositDetails: {
7676
- amount: string | number;
7677
7676
  depositAddress: {
7678
7677
  pubkeyX: string;
7679
7678
  scriptPath?: {
@@ -7685,6 +7684,7 @@ declare const palletCfBitcoinIngressEgressDepositFailedDetails: z.ZodDiscriminat
7685
7684
  };
7686
7685
  } | null | undefined;
7687
7686
  };
7687
+ amount: string | number;
7688
7688
  id: {
7689
7689
  txId: string;
7690
7690
  vout: number;
@@ -7825,7 +7825,6 @@ declare const palletCfBitcoinIngressEgressDepositFailedDetails: z.ZodDiscriminat
7825
7825
  } | null | undefined;
7826
7826
  }>;
7827
7827
  }, "strip", z.ZodTypeAny, {
7828
- amount: bigint;
7829
7828
  depositAddress: {
7830
7829
  pubkeyX: `0x${string}`;
7831
7830
  scriptPath?: {
@@ -7837,12 +7836,12 @@ declare const palletCfBitcoinIngressEgressDepositFailedDetails: z.ZodDiscriminat
7837
7836
  };
7838
7837
  } | null | undefined;
7839
7838
  };
7839
+ amount: bigint;
7840
7840
  id: {
7841
7841
  txId: `0x${string}`;
7842
7842
  vout: number;
7843
7843
  };
7844
7844
  }, {
7845
- amount: string | number;
7846
7845
  depositAddress: {
7847
7846
  pubkeyX: string;
7848
7847
  scriptPath?: {
@@ -7854,6 +7853,7 @@ declare const palletCfBitcoinIngressEgressDepositFailedDetails: z.ZodDiscriminat
7854
7853
  };
7855
7854
  } | null | undefined;
7856
7855
  };
7856
+ amount: string | number;
7857
7857
  id: {
7858
7858
  txId: string;
7859
7859
  vout: number;
@@ -7862,20 +7862,20 @@ declare const palletCfBitcoinIngressEgressDepositFailedDetails: z.ZodDiscriminat
7862
7862
  outputAsset: z.ZodEffects<z.ZodObject<{
7863
7863
  __kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc"]>;
7864
7864
  }, "strip", z.ZodTypeAny, {
7865
- __kind: "Btc" | "Eth" | "Flip" | "Usdc" | "Usdt" | "Dot" | "ArbEth" | "ArbUsdc" | "Sol" | "SolUsdc";
7865
+ __kind: "Dot" | "Eth" | "Flip" | "Usdc" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
7866
7866
  }, {
7867
- __kind: "Btc" | "Eth" | "Flip" | "Usdc" | "Usdt" | "Dot" | "ArbEth" | "ArbUsdc" | "Sol" | "SolUsdc";
7868
- }>, "Btc" | "Eth" | "Flip" | "Usdc" | "Usdt" | "Dot" | "ArbEth" | "ArbUsdc" | "Sol" | "SolUsdc", {
7869
- __kind: "Btc" | "Eth" | "Flip" | "Usdc" | "Usdt" | "Dot" | "ArbEth" | "ArbUsdc" | "Sol" | "SolUsdc";
7867
+ __kind: "Dot" | "Eth" | "Flip" | "Usdc" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
7868
+ }>, "Dot" | "Eth" | "Flip" | "Usdc" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc", {
7869
+ __kind: "Dot" | "Eth" | "Flip" | "Usdc" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
7870
7870
  }>;
7871
7871
  destinationAddress: z.ZodEffects<z.ZodObject<{
7872
7872
  __kind: z.ZodEnum<["Eth", "Dot", "Btc", "Arb", "Sol"]>;
7873
7873
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
7874
7874
  }, "strip", z.ZodTypeAny, {
7875
- __kind: "Btc" | "Eth" | "Dot" | "Sol" | "Arb";
7875
+ __kind: "Dot" | "Eth" | "Btc" | "Sol" | "Arb";
7876
7876
  value: `0x${string}`;
7877
7877
  }, {
7878
- __kind: "Btc" | "Eth" | "Dot" | "Sol" | "Arb";
7878
+ __kind: "Dot" | "Eth" | "Btc" | "Sol" | "Arb";
7879
7879
  value: string;
7880
7880
  }>, {
7881
7881
  readonly chain: "Ethereum";
@@ -7893,7 +7893,7 @@ declare const palletCfBitcoinIngressEgressDepositFailedDetails: z.ZodDiscriminat
7893
7893
  readonly chain: "Solana";
7894
7894
  readonly address: string;
7895
7895
  }, {
7896
- __kind: "Btc" | "Eth" | "Dot" | "Sol" | "Arb";
7896
+ __kind: "Dot" | "Eth" | "Btc" | "Sol" | "Arb";
7897
7897
  value: string;
7898
7898
  }>;
7899
7899
  depositMetadata: z.ZodOptional<z.ZodNullable<z.ZodObject<{
@@ -8288,25 +8288,7 @@ declare const palletCfBitcoinIngressEgressDepositFailedDetails: z.ZodDiscriminat
8288
8288
  }>>>;
8289
8289
  boostFee: z.ZodNumber;
8290
8290
  }, "strip", z.ZodTypeAny, {
8291
- destinationAddress: {
8292
- readonly chain: "Ethereum";
8293
- readonly address: `0x${string}`;
8294
- } | {
8295
- readonly chain: "Polkadot";
8296
- readonly address: string;
8297
- } | {
8298
- readonly chain: "Bitcoin";
8299
- readonly address: string;
8300
- } | {
8301
- readonly chain: "Arbitrum";
8302
- readonly address: `0x${string}`;
8303
- } | {
8304
- readonly chain: "Solana";
8305
- readonly address: string;
8306
- };
8307
- txId: `0x${string}`;
8308
8291
  depositDetails: {
8309
- amount: bigint;
8310
8292
  depositAddress: {
8311
8293
  pubkeyX: `0x${string}`;
8312
8294
  scriptPath?: {
@@ -8318,15 +8300,32 @@ declare const palletCfBitcoinIngressEgressDepositFailedDetails: z.ZodDiscriminat
8318
8300
  };
8319
8301
  } | null | undefined;
8320
8302
  };
8303
+ amount: bigint;
8321
8304
  id: {
8322
8305
  txId: `0x${string}`;
8323
8306
  vout: number;
8324
8307
  };
8325
8308
  };
8326
- boostFee: number;
8327
8309
  inputAsset: "Btc";
8328
8310
  depositAmount: bigint;
8329
- outputAsset: "Btc" | "Eth" | "Flip" | "Usdc" | "Usdt" | "Dot" | "ArbEth" | "ArbUsdc" | "Sol" | "SolUsdc";
8311
+ outputAsset: "Dot" | "Eth" | "Flip" | "Usdc" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
8312
+ destinationAddress: {
8313
+ readonly chain: "Ethereum";
8314
+ readonly address: `0x${string}`;
8315
+ } | {
8316
+ readonly chain: "Polkadot";
8317
+ readonly address: string;
8318
+ } | {
8319
+ readonly chain: "Bitcoin";
8320
+ readonly address: string;
8321
+ } | {
8322
+ readonly chain: "Arbitrum";
8323
+ readonly address: `0x${string}`;
8324
+ } | {
8325
+ readonly chain: "Solana";
8326
+ readonly address: string;
8327
+ };
8328
+ txId: `0x${string}`;
8330
8329
  affiliateFees: {
8331
8330
  account: number;
8332
8331
  bps: number;
@@ -8355,6 +8354,7 @@ declare const palletCfBitcoinIngressEgressDepositFailedDetails: z.ZodDiscriminat
8355
8354
  };
8356
8355
  minPrice: bigint;
8357
8356
  };
8357
+ boostFee: number;
8358
8358
  depositAddress?: {
8359
8359
  __kind: "P2PKH";
8360
8360
  value: `0x${string}`;
@@ -8428,13 +8428,7 @@ declare const palletCfBitcoinIngressEgressDepositFailedDetails: z.ZodDiscriminat
8428
8428
  chunkInterval: number;
8429
8429
  } | null | undefined;
8430
8430
  }, {
8431
- destinationAddress: {
8432
- __kind: "Btc" | "Eth" | "Dot" | "Sol" | "Arb";
8433
- value: string;
8434
- };
8435
- txId: string;
8436
8431
  depositDetails: {
8437
- amount: string | number;
8438
8432
  depositAddress: {
8439
8433
  pubkeyX: string;
8440
8434
  scriptPath?: {
@@ -8446,19 +8440,24 @@ declare const palletCfBitcoinIngressEgressDepositFailedDetails: z.ZodDiscriminat
8446
8440
  };
8447
8441
  } | null | undefined;
8448
8442
  };
8443
+ amount: string | number;
8449
8444
  id: {
8450
8445
  txId: string;
8451
8446
  vout: number;
8452
8447
  };
8453
8448
  };
8454
- boostFee: number;
8455
8449
  inputAsset: {
8456
8450
  __kind: "Btc";
8457
8451
  };
8458
8452
  depositAmount: string | number;
8459
8453
  outputAsset: {
8460
- __kind: "Btc" | "Eth" | "Flip" | "Usdc" | "Usdt" | "Dot" | "ArbEth" | "ArbUsdc" | "Sol" | "SolUsdc";
8454
+ __kind: "Dot" | "Eth" | "Flip" | "Usdc" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
8461
8455
  };
8456
+ destinationAddress: {
8457
+ __kind: "Dot" | "Eth" | "Btc" | "Sol" | "Arb";
8458
+ value: string;
8459
+ };
8460
+ txId: string;
8462
8461
  affiliateFees: {
8463
8462
  account: number;
8464
8463
  bps: number;
@@ -8487,6 +8486,7 @@ declare const palletCfBitcoinIngressEgressDepositFailedDetails: z.ZodDiscriminat
8487
8486
  };
8488
8487
  minPrice: string | number;
8489
8488
  };
8489
+ boostFee: number;
8490
8490
  depositAddress?: {
8491
8491
  __kind: "P2PKH";
8492
8492
  value: string;
@@ -8565,25 +8565,7 @@ declare const palletCfBitcoinIngressEgressDepositFailedDetails: z.ZodDiscriminat
8565
8565
  }, "strip", z.ZodTypeAny, {
8566
8566
  __kind: "Vault";
8567
8567
  vaultWitness: {
8568
- destinationAddress: {
8569
- readonly chain: "Ethereum";
8570
- readonly address: `0x${string}`;
8571
- } | {
8572
- readonly chain: "Polkadot";
8573
- readonly address: string;
8574
- } | {
8575
- readonly chain: "Bitcoin";
8576
- readonly address: string;
8577
- } | {
8578
- readonly chain: "Arbitrum";
8579
- readonly address: `0x${string}`;
8580
- } | {
8581
- readonly chain: "Solana";
8582
- readonly address: string;
8583
- };
8584
- txId: `0x${string}`;
8585
8568
  depositDetails: {
8586
- amount: bigint;
8587
8569
  depositAddress: {
8588
8570
  pubkeyX: `0x${string}`;
8589
8571
  scriptPath?: {
@@ -8595,15 +8577,32 @@ declare const palletCfBitcoinIngressEgressDepositFailedDetails: z.ZodDiscriminat
8595
8577
  };
8596
8578
  } | null | undefined;
8597
8579
  };
8580
+ amount: bigint;
8598
8581
  id: {
8599
8582
  txId: `0x${string}`;
8600
8583
  vout: number;
8601
8584
  };
8602
8585
  };
8603
- boostFee: number;
8604
8586
  inputAsset: "Btc";
8605
8587
  depositAmount: bigint;
8606
- outputAsset: "Btc" | "Eth" | "Flip" | "Usdc" | "Usdt" | "Dot" | "ArbEth" | "ArbUsdc" | "Sol" | "SolUsdc";
8588
+ outputAsset: "Dot" | "Eth" | "Flip" | "Usdc" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
8589
+ destinationAddress: {
8590
+ readonly chain: "Ethereum";
8591
+ readonly address: `0x${string}`;
8592
+ } | {
8593
+ readonly chain: "Polkadot";
8594
+ readonly address: string;
8595
+ } | {
8596
+ readonly chain: "Bitcoin";
8597
+ readonly address: string;
8598
+ } | {
8599
+ readonly chain: "Arbitrum";
8600
+ readonly address: `0x${string}`;
8601
+ } | {
8602
+ readonly chain: "Solana";
8603
+ readonly address: string;
8604
+ };
8605
+ txId: `0x${string}`;
8607
8606
  affiliateFees: {
8608
8607
  account: number;
8609
8608
  bps: number;
@@ -8632,6 +8631,7 @@ declare const palletCfBitcoinIngressEgressDepositFailedDetails: z.ZodDiscriminat
8632
8631
  };
8633
8632
  minPrice: bigint;
8634
8633
  };
8634
+ boostFee: number;
8635
8635
  depositAddress?: {
8636
8636
  __kind: "P2PKH";
8637
8637
  value: `0x${string}`;
@@ -8708,13 +8708,7 @@ declare const palletCfBitcoinIngressEgressDepositFailedDetails: z.ZodDiscriminat
8708
8708
  }, {
8709
8709
  __kind: "Vault";
8710
8710
  vaultWitness: {
8711
- destinationAddress: {
8712
- __kind: "Btc" | "Eth" | "Dot" | "Sol" | "Arb";
8713
- value: string;
8714
- };
8715
- txId: string;
8716
8711
  depositDetails: {
8717
- amount: string | number;
8718
8712
  depositAddress: {
8719
8713
  pubkeyX: string;
8720
8714
  scriptPath?: {
@@ -8726,19 +8720,24 @@ declare const palletCfBitcoinIngressEgressDepositFailedDetails: z.ZodDiscriminat
8726
8720
  };
8727
8721
  } | null | undefined;
8728
8722
  };
8723
+ amount: string | number;
8729
8724
  id: {
8730
8725
  txId: string;
8731
8726
  vout: number;
8732
8727
  };
8733
8728
  };
8734
- boostFee: number;
8735
8729
  inputAsset: {
8736
8730
  __kind: "Btc";
8737
8731
  };
8738
8732
  depositAmount: string | number;
8739
8733
  outputAsset: {
8740
- __kind: "Btc" | "Eth" | "Flip" | "Usdc" | "Usdt" | "Dot" | "ArbEth" | "ArbUsdc" | "Sol" | "SolUsdc";
8734
+ __kind: "Dot" | "Eth" | "Flip" | "Usdc" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
8735
+ };
8736
+ destinationAddress: {
8737
+ __kind: "Dot" | "Eth" | "Btc" | "Sol" | "Arb";
8738
+ value: string;
8741
8739
  };
8740
+ txId: string;
8742
8741
  affiliateFees: {
8743
8742
  account: number;
8744
8743
  bps: number;
@@ -8767,6 +8766,7 @@ declare const palletCfBitcoinIngressEgressDepositFailedDetails: z.ZodDiscriminat
8767
8766
  };
8768
8767
  minPrice: string | number;
8769
8768
  };
8769
+ boostFee: number;
8770
8770
  depositAddress?: {
8771
8771
  __kind: "P2PKH";
8772
8772
  value: string;
@@ -9038,19 +9038,19 @@ declare const palletCfArbitrumIngressEgressDepositFailedReason: z.ZodDiscriminat
9038
9038
  value: z.ZodEffects<z.ZodObject<{
9039
9039
  __kind: z.ZodEnum<["FundsUnavailable", "OnlyProvider", "BelowMinimum", "CannotCreate", "UnknownAsset", "Frozen", "Unsupported", "CannotCreateHold", "NotExpendable", "Blocked"]>;
9040
9040
  }, "strip", z.ZodTypeAny, {
9041
- __kind: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
9041
+ __kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
9042
9042
  }, {
9043
- __kind: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
9044
- }>, "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked", {
9045
- __kind: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
9043
+ __kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
9044
+ }>, "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked", {
9045
+ __kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
9046
9046
  }>;
9047
9047
  }, "strip", z.ZodTypeAny, {
9048
9048
  __kind: "Token";
9049
- value: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
9049
+ value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
9050
9050
  }, {
9051
9051
  __kind: "Token";
9052
9052
  value: {
9053
- __kind: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
9053
+ __kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
9054
9054
  };
9055
9055
  }>, z.ZodObject<{
9056
9056
  __kind: z.ZodLiteral<"Arithmetic">;
@@ -9137,7 +9137,7 @@ declare const palletCfArbitrumIngressEgressDepositFailedReason: z.ZodDiscriminat
9137
9137
  __kind: "TooManyConsumers";
9138
9138
  } | {
9139
9139
  __kind: "Token";
9140
- value: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
9140
+ value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
9141
9141
  } | {
9142
9142
  __kind: "Arithmetic";
9143
9143
  value: "Underflow" | "Overflow" | "DivisionByZero";
@@ -9176,7 +9176,7 @@ declare const palletCfArbitrumIngressEgressDepositFailedReason: z.ZodDiscriminat
9176
9176
  } | {
9177
9177
  __kind: "Token";
9178
9178
  value: {
9179
- __kind: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
9179
+ __kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
9180
9180
  };
9181
9181
  } | {
9182
9182
  __kind: "Arithmetic";
@@ -9254,18 +9254,18 @@ declare const palletCfArbitrumIngressEgressDepositWitnessArbitrum: z.ZodObject<{
9254
9254
  txHashes?: string[] | null | undefined;
9255
9255
  }>;
9256
9256
  }, "strip", z.ZodTypeAny, {
9257
+ depositAddress: `0x${string}`;
9257
9258
  asset: "ArbEth" | "ArbUsdc";
9258
9259
  amount: bigint;
9259
- depositAddress: `0x${string}`;
9260
9260
  depositDetails: {
9261
9261
  txHashes?: `0x${string}`[] | null | undefined;
9262
9262
  };
9263
9263
  }, {
9264
+ depositAddress: string;
9264
9265
  asset: {
9265
9266
  __kind: "ArbEth" | "ArbUsdc";
9266
9267
  };
9267
9268
  amount: string | number;
9268
- depositAddress: string;
9269
9269
  depositDetails: {
9270
9270
  txHashes?: string[] | null | undefined;
9271
9271
  };
@@ -9293,20 +9293,20 @@ declare const palletCfArbitrumIngressEgressVaultDepositWitness: z.ZodObject<{
9293
9293
  outputAsset: z.ZodEffects<z.ZodObject<{
9294
9294
  __kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc"]>;
9295
9295
  }, "strip", z.ZodTypeAny, {
9296
- __kind: "Btc" | "Eth" | "Flip" | "Usdc" | "Usdt" | "Dot" | "ArbEth" | "ArbUsdc" | "Sol" | "SolUsdc";
9296
+ __kind: "Dot" | "Eth" | "Flip" | "Usdc" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
9297
9297
  }, {
9298
- __kind: "Btc" | "Eth" | "Flip" | "Usdc" | "Usdt" | "Dot" | "ArbEth" | "ArbUsdc" | "Sol" | "SolUsdc";
9299
- }>, "Btc" | "Eth" | "Flip" | "Usdc" | "Usdt" | "Dot" | "ArbEth" | "ArbUsdc" | "Sol" | "SolUsdc", {
9300
- __kind: "Btc" | "Eth" | "Flip" | "Usdc" | "Usdt" | "Dot" | "ArbEth" | "ArbUsdc" | "Sol" | "SolUsdc";
9298
+ __kind: "Dot" | "Eth" | "Flip" | "Usdc" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
9299
+ }>, "Dot" | "Eth" | "Flip" | "Usdc" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc", {
9300
+ __kind: "Dot" | "Eth" | "Flip" | "Usdc" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
9301
9301
  }>;
9302
9302
  destinationAddress: z.ZodEffects<z.ZodObject<{
9303
9303
  __kind: z.ZodEnum<["Eth", "Dot", "Btc", "Arb", "Sol"]>;
9304
9304
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
9305
9305
  }, "strip", z.ZodTypeAny, {
9306
- __kind: "Btc" | "Eth" | "Dot" | "Sol" | "Arb";
9306
+ __kind: "Dot" | "Eth" | "Btc" | "Sol" | "Arb";
9307
9307
  value: `0x${string}`;
9308
9308
  }, {
9309
- __kind: "Btc" | "Eth" | "Dot" | "Sol" | "Arb";
9309
+ __kind: "Dot" | "Eth" | "Btc" | "Sol" | "Arb";
9310
9310
  value: string;
9311
9311
  }>, {
9312
9312
  readonly chain: "Ethereum";
@@ -9324,7 +9324,7 @@ declare const palletCfArbitrumIngressEgressVaultDepositWitness: z.ZodObject<{
9324
9324
  readonly chain: "Solana";
9325
9325
  readonly address: string;
9326
9326
  }, {
9327
- __kind: "Btc" | "Eth" | "Dot" | "Sol" | "Arb";
9327
+ __kind: "Dot" | "Eth" | "Btc" | "Sol" | "Arb";
9328
9328
  value: string;
9329
9329
  }>;
9330
9330
  depositMetadata: z.ZodOptional<z.ZodNullable<z.ZodObject<{
@@ -9624,6 +9624,12 @@ declare const palletCfArbitrumIngressEgressVaultDepositWitness: z.ZodObject<{
9624
9624
  }>>>;
9625
9625
  boostFee: z.ZodNumber;
9626
9626
  }, "strip", z.ZodTypeAny, {
9627
+ depositDetails: {
9628
+ txHashes?: `0x${string}`[] | null | undefined;
9629
+ };
9630
+ inputAsset: "ArbEth" | "ArbUsdc";
9631
+ depositAmount: bigint;
9632
+ outputAsset: "Dot" | "Eth" | "Flip" | "Usdc" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
9627
9633
  destinationAddress: {
9628
9634
  readonly chain: "Ethereum";
9629
9635
  readonly address: `0x${string}`;
@@ -9641,13 +9647,6 @@ declare const palletCfArbitrumIngressEgressVaultDepositWitness: z.ZodObject<{
9641
9647
  readonly address: string;
9642
9648
  };
9643
9649
  txId: `0x${string}`;
9644
- depositDetails: {
9645
- txHashes?: `0x${string}`[] | null | undefined;
9646
- };
9647
- boostFee: number;
9648
- inputAsset: "ArbEth" | "ArbUsdc";
9649
- depositAmount: bigint;
9650
- outputAsset: "Btc" | "Eth" | "Flip" | "Usdc" | "Usdt" | "Dot" | "ArbEth" | "ArbUsdc" | "Sol" | "SolUsdc";
9651
9650
  affiliateFees: {
9652
9651
  account: number;
9653
9652
  bps: number;
@@ -9657,6 +9656,7 @@ declare const palletCfArbitrumIngressEgressVaultDepositWitness: z.ZodObject<{
9657
9656
  refundAddress: `0x${string}`;
9658
9657
  minPrice: bigint;
9659
9658
  };
9659
+ boostFee: number;
9660
9660
  depositAddress?: `0x${string}` | null | undefined;
9661
9661
  channelId?: bigint | null | undefined;
9662
9662
  depositMetadata?: {
@@ -9711,22 +9711,21 @@ declare const palletCfArbitrumIngressEgressVaultDepositWitness: z.ZodObject<{
9711
9711
  chunkInterval: number;
9712
9712
  } | null | undefined;
9713
9713
  }, {
9714
- destinationAddress: {
9715
- __kind: "Btc" | "Eth" | "Dot" | "Sol" | "Arb";
9716
- value: string;
9717
- };
9718
- txId: string;
9719
9714
  depositDetails: {
9720
9715
  txHashes?: string[] | null | undefined;
9721
9716
  };
9722
- boostFee: number;
9723
9717
  inputAsset: {
9724
9718
  __kind: "ArbEth" | "ArbUsdc";
9725
9719
  };
9726
9720
  depositAmount: string | number;
9727
9721
  outputAsset: {
9728
- __kind: "Btc" | "Eth" | "Flip" | "Usdc" | "Usdt" | "Dot" | "ArbEth" | "ArbUsdc" | "Sol" | "SolUsdc";
9722
+ __kind: "Dot" | "Eth" | "Flip" | "Usdc" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
9729
9723
  };
9724
+ destinationAddress: {
9725
+ __kind: "Dot" | "Eth" | "Btc" | "Sol" | "Arb";
9726
+ value: string;
9727
+ };
9728
+ txId: string;
9730
9729
  affiliateFees: {
9731
9730
  account: number;
9732
9731
  bps: number;
@@ -9736,6 +9735,7 @@ declare const palletCfArbitrumIngressEgressVaultDepositWitness: z.ZodObject<{
9736
9735
  refundAddress: string;
9737
9736
  minPrice: string | number;
9738
9737
  };
9738
+ boostFee: number;
9739
9739
  depositAddress?: string | null | undefined;
9740
9740
  channelId?: string | number | null | undefined;
9741
9741
  depositMetadata?: {
@@ -9814,18 +9814,18 @@ declare const palletCfArbitrumIngressEgressDepositFailedDetails: z.ZodDiscrimina
9814
9814
  txHashes?: string[] | null | undefined;
9815
9815
  }>;
9816
9816
  }, "strip", z.ZodTypeAny, {
9817
+ depositAddress: `0x${string}`;
9817
9818
  asset: "ArbEth" | "ArbUsdc";
9818
9819
  amount: bigint;
9819
- depositAddress: `0x${string}`;
9820
9820
  depositDetails: {
9821
9821
  txHashes?: `0x${string}`[] | null | undefined;
9822
9822
  };
9823
9823
  }, {
9824
+ depositAddress: string;
9824
9825
  asset: {
9825
9826
  __kind: "ArbEth" | "ArbUsdc";
9826
9827
  };
9827
9828
  amount: string | number;
9828
- depositAddress: string;
9829
9829
  depositDetails: {
9830
9830
  txHashes?: string[] | null | undefined;
9831
9831
  };
@@ -9833,9 +9833,9 @@ declare const palletCfArbitrumIngressEgressDepositFailedDetails: z.ZodDiscrimina
9833
9833
  }, "strip", z.ZodTypeAny, {
9834
9834
  __kind: "DepositChannel";
9835
9835
  depositWitness: {
9836
+ depositAddress: `0x${string}`;
9836
9837
  asset: "ArbEth" | "ArbUsdc";
9837
9838
  amount: bigint;
9838
- depositAddress: `0x${string}`;
9839
9839
  depositDetails: {
9840
9840
  txHashes?: `0x${string}`[] | null | undefined;
9841
9841
  };
@@ -9843,11 +9843,11 @@ declare const palletCfArbitrumIngressEgressDepositFailedDetails: z.ZodDiscrimina
9843
9843
  }, {
9844
9844
  __kind: "DepositChannel";
9845
9845
  depositWitness: {
9846
+ depositAddress: string;
9846
9847
  asset: {
9847
9848
  __kind: "ArbEth" | "ArbUsdc";
9848
9849
  };
9849
9850
  amount: string | number;
9850
- depositAddress: string;
9851
9851
  depositDetails: {
9852
9852
  txHashes?: string[] | null | undefined;
9853
9853
  };
@@ -9877,20 +9877,20 @@ declare const palletCfArbitrumIngressEgressDepositFailedDetails: z.ZodDiscrimina
9877
9877
  outputAsset: z.ZodEffects<z.ZodObject<{
9878
9878
  __kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc"]>;
9879
9879
  }, "strip", z.ZodTypeAny, {
9880
- __kind: "Btc" | "Eth" | "Flip" | "Usdc" | "Usdt" | "Dot" | "ArbEth" | "ArbUsdc" | "Sol" | "SolUsdc";
9880
+ __kind: "Dot" | "Eth" | "Flip" | "Usdc" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
9881
9881
  }, {
9882
- __kind: "Btc" | "Eth" | "Flip" | "Usdc" | "Usdt" | "Dot" | "ArbEth" | "ArbUsdc" | "Sol" | "SolUsdc";
9883
- }>, "Btc" | "Eth" | "Flip" | "Usdc" | "Usdt" | "Dot" | "ArbEth" | "ArbUsdc" | "Sol" | "SolUsdc", {
9884
- __kind: "Btc" | "Eth" | "Flip" | "Usdc" | "Usdt" | "Dot" | "ArbEth" | "ArbUsdc" | "Sol" | "SolUsdc";
9882
+ __kind: "Dot" | "Eth" | "Flip" | "Usdc" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
9883
+ }>, "Dot" | "Eth" | "Flip" | "Usdc" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc", {
9884
+ __kind: "Dot" | "Eth" | "Flip" | "Usdc" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
9885
9885
  }>;
9886
9886
  destinationAddress: z.ZodEffects<z.ZodObject<{
9887
9887
  __kind: z.ZodEnum<["Eth", "Dot", "Btc", "Arb", "Sol"]>;
9888
9888
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
9889
9889
  }, "strip", z.ZodTypeAny, {
9890
- __kind: "Btc" | "Eth" | "Dot" | "Sol" | "Arb";
9890
+ __kind: "Dot" | "Eth" | "Btc" | "Sol" | "Arb";
9891
9891
  value: `0x${string}`;
9892
9892
  }, {
9893
- __kind: "Btc" | "Eth" | "Dot" | "Sol" | "Arb";
9893
+ __kind: "Dot" | "Eth" | "Btc" | "Sol" | "Arb";
9894
9894
  value: string;
9895
9895
  }>, {
9896
9896
  readonly chain: "Ethereum";
@@ -9908,7 +9908,7 @@ declare const palletCfArbitrumIngressEgressDepositFailedDetails: z.ZodDiscrimina
9908
9908
  readonly chain: "Solana";
9909
9909
  readonly address: string;
9910
9910
  }, {
9911
- __kind: "Btc" | "Eth" | "Dot" | "Sol" | "Arb";
9911
+ __kind: "Dot" | "Eth" | "Btc" | "Sol" | "Arb";
9912
9912
  value: string;
9913
9913
  }>;
9914
9914
  depositMetadata: z.ZodOptional<z.ZodNullable<z.ZodObject<{
@@ -10208,6 +10208,12 @@ declare const palletCfArbitrumIngressEgressDepositFailedDetails: z.ZodDiscrimina
10208
10208
  }>>>;
10209
10209
  boostFee: z.ZodNumber;
10210
10210
  }, "strip", z.ZodTypeAny, {
10211
+ depositDetails: {
10212
+ txHashes?: `0x${string}`[] | null | undefined;
10213
+ };
10214
+ inputAsset: "ArbEth" | "ArbUsdc";
10215
+ depositAmount: bigint;
10216
+ outputAsset: "Dot" | "Eth" | "Flip" | "Usdc" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
10211
10217
  destinationAddress: {
10212
10218
  readonly chain: "Ethereum";
10213
10219
  readonly address: `0x${string}`;
@@ -10225,13 +10231,6 @@ declare const palletCfArbitrumIngressEgressDepositFailedDetails: z.ZodDiscrimina
10225
10231
  readonly address: string;
10226
10232
  };
10227
10233
  txId: `0x${string}`;
10228
- depositDetails: {
10229
- txHashes?: `0x${string}`[] | null | undefined;
10230
- };
10231
- boostFee: number;
10232
- inputAsset: "ArbEth" | "ArbUsdc";
10233
- depositAmount: bigint;
10234
- outputAsset: "Btc" | "Eth" | "Flip" | "Usdc" | "Usdt" | "Dot" | "ArbEth" | "ArbUsdc" | "Sol" | "SolUsdc";
10235
10234
  affiliateFees: {
10236
10235
  account: number;
10237
10236
  bps: number;
@@ -10241,6 +10240,7 @@ declare const palletCfArbitrumIngressEgressDepositFailedDetails: z.ZodDiscrimina
10241
10240
  refundAddress: `0x${string}`;
10242
10241
  minPrice: bigint;
10243
10242
  };
10243
+ boostFee: number;
10244
10244
  depositAddress?: `0x${string}` | null | undefined;
10245
10245
  channelId?: bigint | null | undefined;
10246
10246
  depositMetadata?: {
@@ -10295,22 +10295,21 @@ declare const palletCfArbitrumIngressEgressDepositFailedDetails: z.ZodDiscrimina
10295
10295
  chunkInterval: number;
10296
10296
  } | null | undefined;
10297
10297
  }, {
10298
- destinationAddress: {
10299
- __kind: "Btc" | "Eth" | "Dot" | "Sol" | "Arb";
10300
- value: string;
10301
- };
10302
- txId: string;
10303
10298
  depositDetails: {
10304
10299
  txHashes?: string[] | null | undefined;
10305
10300
  };
10306
- boostFee: number;
10307
10301
  inputAsset: {
10308
10302
  __kind: "ArbEth" | "ArbUsdc";
10309
10303
  };
10310
10304
  depositAmount: string | number;
10311
10305
  outputAsset: {
10312
- __kind: "Btc" | "Eth" | "Flip" | "Usdc" | "Usdt" | "Dot" | "ArbEth" | "ArbUsdc" | "Sol" | "SolUsdc";
10306
+ __kind: "Dot" | "Eth" | "Flip" | "Usdc" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
10307
+ };
10308
+ destinationAddress: {
10309
+ __kind: "Dot" | "Eth" | "Btc" | "Sol" | "Arb";
10310
+ value: string;
10313
10311
  };
10312
+ txId: string;
10314
10313
  affiliateFees: {
10315
10314
  account: number;
10316
10315
  bps: number;
@@ -10320,6 +10319,7 @@ declare const palletCfArbitrumIngressEgressDepositFailedDetails: z.ZodDiscrimina
10320
10319
  refundAddress: string;
10321
10320
  minPrice: string | number;
10322
10321
  };
10322
+ boostFee: number;
10323
10323
  depositAddress?: string | null | undefined;
10324
10324
  channelId?: string | number | null | undefined;
10325
10325
  depositMetadata?: {
@@ -10379,6 +10379,12 @@ declare const palletCfArbitrumIngressEgressDepositFailedDetails: z.ZodDiscrimina
10379
10379
  }, "strip", z.ZodTypeAny, {
10380
10380
  __kind: "Vault";
10381
10381
  vaultWitness: {
10382
+ depositDetails: {
10383
+ txHashes?: `0x${string}`[] | null | undefined;
10384
+ };
10385
+ inputAsset: "ArbEth" | "ArbUsdc";
10386
+ depositAmount: bigint;
10387
+ outputAsset: "Dot" | "Eth" | "Flip" | "Usdc" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
10382
10388
  destinationAddress: {
10383
10389
  readonly chain: "Ethereum";
10384
10390
  readonly address: `0x${string}`;
@@ -10396,13 +10402,6 @@ declare const palletCfArbitrumIngressEgressDepositFailedDetails: z.ZodDiscrimina
10396
10402
  readonly address: string;
10397
10403
  };
10398
10404
  txId: `0x${string}`;
10399
- depositDetails: {
10400
- txHashes?: `0x${string}`[] | null | undefined;
10401
- };
10402
- boostFee: number;
10403
- inputAsset: "ArbEth" | "ArbUsdc";
10404
- depositAmount: bigint;
10405
- outputAsset: "Btc" | "Eth" | "Flip" | "Usdc" | "Usdt" | "Dot" | "ArbEth" | "ArbUsdc" | "Sol" | "SolUsdc";
10406
10405
  affiliateFees: {
10407
10406
  account: number;
10408
10407
  bps: number;
@@ -10412,6 +10411,7 @@ declare const palletCfArbitrumIngressEgressDepositFailedDetails: z.ZodDiscrimina
10412
10411
  refundAddress: `0x${string}`;
10413
10412
  minPrice: bigint;
10414
10413
  };
10414
+ boostFee: number;
10415
10415
  depositAddress?: `0x${string}` | null | undefined;
10416
10416
  channelId?: bigint | null | undefined;
10417
10417
  depositMetadata?: {
@@ -10469,22 +10469,21 @@ declare const palletCfArbitrumIngressEgressDepositFailedDetails: z.ZodDiscrimina
10469
10469
  }, {
10470
10470
  __kind: "Vault";
10471
10471
  vaultWitness: {
10472
- destinationAddress: {
10473
- __kind: "Btc" | "Eth" | "Dot" | "Sol" | "Arb";
10474
- value: string;
10475
- };
10476
- txId: string;
10477
10472
  depositDetails: {
10478
10473
  txHashes?: string[] | null | undefined;
10479
10474
  };
10480
- boostFee: number;
10481
10475
  inputAsset: {
10482
10476
  __kind: "ArbEth" | "ArbUsdc";
10483
10477
  };
10484
10478
  depositAmount: string | number;
10485
10479
  outputAsset: {
10486
- __kind: "Btc" | "Eth" | "Flip" | "Usdc" | "Usdt" | "Dot" | "ArbEth" | "ArbUsdc" | "Sol" | "SolUsdc";
10480
+ __kind: "Dot" | "Eth" | "Flip" | "Usdc" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
10487
10481
  };
10482
+ destinationAddress: {
10483
+ __kind: "Dot" | "Eth" | "Btc" | "Sol" | "Arb";
10484
+ value: string;
10485
+ };
10486
+ txId: string;
10488
10487
  affiliateFees: {
10489
10488
  account: number;
10490
10489
  bps: number;
@@ -10494,6 +10493,7 @@ declare const palletCfArbitrumIngressEgressDepositFailedDetails: z.ZodDiscrimina
10494
10493
  refundAddress: string;
10495
10494
  minPrice: string | number;
10496
10495
  };
10496
+ boostFee: number;
10497
10497
  depositAddress?: string | null | undefined;
10498
10498
  channelId?: string | number | null | undefined;
10499
10499
  depositMetadata?: {
@@ -10721,19 +10721,19 @@ declare const palletCfSolanaIngressEgressDepositFailedReason: z.ZodDiscriminated
10721
10721
  value: z.ZodEffects<z.ZodObject<{
10722
10722
  __kind: z.ZodEnum<["FundsUnavailable", "OnlyProvider", "BelowMinimum", "CannotCreate", "UnknownAsset", "Frozen", "Unsupported", "CannotCreateHold", "NotExpendable", "Blocked"]>;
10723
10723
  }, "strip", z.ZodTypeAny, {
10724
- __kind: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
10724
+ __kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
10725
10725
  }, {
10726
- __kind: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
10727
- }>, "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked", {
10728
- __kind: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
10726
+ __kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
10727
+ }>, "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked", {
10728
+ __kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
10729
10729
  }>;
10730
10730
  }, "strip", z.ZodTypeAny, {
10731
10731
  __kind: "Token";
10732
- value: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
10732
+ value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
10733
10733
  }, {
10734
10734
  __kind: "Token";
10735
10735
  value: {
10736
- __kind: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
10736
+ __kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
10737
10737
  };
10738
10738
  }>, z.ZodObject<{
10739
10739
  __kind: z.ZodLiteral<"Arithmetic">;
@@ -10820,7 +10820,7 @@ declare const palletCfSolanaIngressEgressDepositFailedReason: z.ZodDiscriminated
10820
10820
  __kind: "TooManyConsumers";
10821
10821
  } | {
10822
10822
  __kind: "Token";
10823
- value: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
10823
+ value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
10824
10824
  } | {
10825
10825
  __kind: "Arithmetic";
10826
10826
  value: "Underflow" | "Overflow" | "DivisionByZero";
@@ -10859,7 +10859,7 @@ declare const palletCfSolanaIngressEgressDepositFailedReason: z.ZodDiscriminated
10859
10859
  } | {
10860
10860
  __kind: "Token";
10861
10861
  value: {
10862
- __kind: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
10862
+ __kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
10863
10863
  };
10864
10864
  } | {
10865
10865
  __kind: "Arithmetic";
@@ -10930,15 +10930,15 @@ declare const palletCfSolanaIngressEgressDepositWitnessSolana: z.ZodObject<{
10930
10930
  }>;
10931
10931
  amount: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
10932
10932
  }, "strip", z.ZodTypeAny, {
10933
+ depositAddress: `0x${string}`;
10933
10934
  asset: "Sol" | "SolUsdc";
10934
10935
  amount: bigint;
10935
- depositAddress: `0x${string}`;
10936
10936
  }, {
10937
+ depositAddress: string;
10937
10938
  asset: {
10938
10939
  __kind: "Sol" | "SolUsdc";
10939
10940
  };
10940
10941
  amount: string | number;
10941
- depositAddress: string;
10942
10942
  }>;
10943
10943
  declare const cfChainsChannelRefundParametersAddress: z.ZodObject<{
10944
10944
  retryDuration: z.ZodNumber;
@@ -10969,20 +10969,20 @@ declare const palletCfSolanaIngressEgressVaultDepositWitness: z.ZodObject<{
10969
10969
  outputAsset: z.ZodEffects<z.ZodObject<{
10970
10970
  __kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc"]>;
10971
10971
  }, "strip", z.ZodTypeAny, {
10972
- __kind: "Btc" | "Eth" | "Flip" | "Usdc" | "Usdt" | "Dot" | "ArbEth" | "ArbUsdc" | "Sol" | "SolUsdc";
10972
+ __kind: "Dot" | "Eth" | "Flip" | "Usdc" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
10973
10973
  }, {
10974
- __kind: "Btc" | "Eth" | "Flip" | "Usdc" | "Usdt" | "Dot" | "ArbEth" | "ArbUsdc" | "Sol" | "SolUsdc";
10975
- }>, "Btc" | "Eth" | "Flip" | "Usdc" | "Usdt" | "Dot" | "ArbEth" | "ArbUsdc" | "Sol" | "SolUsdc", {
10976
- __kind: "Btc" | "Eth" | "Flip" | "Usdc" | "Usdt" | "Dot" | "ArbEth" | "ArbUsdc" | "Sol" | "SolUsdc";
10974
+ __kind: "Dot" | "Eth" | "Flip" | "Usdc" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
10975
+ }>, "Dot" | "Eth" | "Flip" | "Usdc" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc", {
10976
+ __kind: "Dot" | "Eth" | "Flip" | "Usdc" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
10977
10977
  }>;
10978
10978
  destinationAddress: z.ZodEffects<z.ZodObject<{
10979
10979
  __kind: z.ZodEnum<["Eth", "Dot", "Btc", "Arb", "Sol"]>;
10980
10980
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
10981
10981
  }, "strip", z.ZodTypeAny, {
10982
- __kind: "Btc" | "Eth" | "Dot" | "Sol" | "Arb";
10982
+ __kind: "Dot" | "Eth" | "Btc" | "Sol" | "Arb";
10983
10983
  value: `0x${string}`;
10984
10984
  }, {
10985
- __kind: "Btc" | "Eth" | "Dot" | "Sol" | "Arb";
10985
+ __kind: "Dot" | "Eth" | "Btc" | "Sol" | "Arb";
10986
10986
  value: string;
10987
10987
  }>, {
10988
10988
  readonly chain: "Ethereum";
@@ -11000,7 +11000,7 @@ declare const palletCfSolanaIngressEgressVaultDepositWitness: z.ZodObject<{
11000
11000
  readonly chain: "Solana";
11001
11001
  readonly address: string;
11002
11002
  }, {
11003
- __kind: "Btc" | "Eth" | "Dot" | "Sol" | "Arb";
11003
+ __kind: "Dot" | "Eth" | "Btc" | "Sol" | "Arb";
11004
11004
  value: string;
11005
11005
  }>;
11006
11006
  depositMetadata: z.ZodOptional<z.ZodNullable<z.ZodObject<{
@@ -11300,6 +11300,9 @@ declare const palletCfSolanaIngressEgressVaultDepositWitness: z.ZodObject<{
11300
11300
  }>>>;
11301
11301
  boostFee: z.ZodNumber;
11302
11302
  }, "strip", z.ZodTypeAny, {
11303
+ inputAsset: "Sol" | "SolUsdc";
11304
+ depositAmount: bigint;
11305
+ outputAsset: "Dot" | "Eth" | "Flip" | "Usdc" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
11303
11306
  destinationAddress: {
11304
11307
  readonly chain: "Ethereum";
11305
11308
  readonly address: `0x${string}`;
@@ -11317,10 +11320,6 @@ declare const palletCfSolanaIngressEgressVaultDepositWitness: z.ZodObject<{
11317
11320
  readonly address: string;
11318
11321
  };
11319
11322
  txId: [`0x${string}`, bigint];
11320
- boostFee: number;
11321
- inputAsset: "Sol" | "SolUsdc";
11322
- depositAmount: bigint;
11323
- outputAsset: "Btc" | "Eth" | "Flip" | "Usdc" | "Usdt" | "Dot" | "ArbEth" | "ArbUsdc" | "Sol" | "SolUsdc";
11324
11323
  affiliateFees: {
11325
11324
  account: number;
11326
11325
  bps: number;
@@ -11330,6 +11329,7 @@ declare const palletCfSolanaIngressEgressVaultDepositWitness: z.ZodObject<{
11330
11329
  refundAddress: `0x${string}`;
11331
11330
  minPrice: bigint;
11332
11331
  };
11332
+ boostFee: number;
11333
11333
  depositAddress?: `0x${string}` | null | undefined;
11334
11334
  channelId?: bigint | null | undefined;
11335
11335
  depositMetadata?: {
@@ -11384,19 +11384,18 @@ declare const palletCfSolanaIngressEgressVaultDepositWitness: z.ZodObject<{
11384
11384
  chunkInterval: number;
11385
11385
  } | null | undefined;
11386
11386
  }, {
11387
- destinationAddress: {
11388
- __kind: "Btc" | "Eth" | "Dot" | "Sol" | "Arb";
11389
- value: string;
11390
- };
11391
- txId: [string, string | number];
11392
- boostFee: number;
11393
11387
  inputAsset: {
11394
11388
  __kind: "Sol" | "SolUsdc";
11395
11389
  };
11396
11390
  depositAmount: string | number;
11397
11391
  outputAsset: {
11398
- __kind: "Btc" | "Eth" | "Flip" | "Usdc" | "Usdt" | "Dot" | "ArbEth" | "ArbUsdc" | "Sol" | "SolUsdc";
11392
+ __kind: "Dot" | "Eth" | "Flip" | "Usdc" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
11399
11393
  };
11394
+ destinationAddress: {
11395
+ __kind: "Dot" | "Eth" | "Btc" | "Sol" | "Arb";
11396
+ value: string;
11397
+ };
11398
+ txId: [string, string | number];
11400
11399
  affiliateFees: {
11401
11400
  account: number;
11402
11401
  bps: number;
@@ -11406,6 +11405,7 @@ declare const palletCfSolanaIngressEgressVaultDepositWitness: z.ZodObject<{
11406
11405
  refundAddress: string;
11407
11406
  minPrice: string | number;
11408
11407
  };
11408
+ boostFee: number;
11409
11409
  depositAddress?: string | null | undefined;
11410
11410
  channelId?: string | number | null | undefined;
11411
11411
  depositMetadata?: {
@@ -11477,31 +11477,31 @@ declare const palletCfSolanaIngressEgressDepositFailedDetails: z.ZodDiscriminate
11477
11477
  }>;
11478
11478
  amount: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
11479
11479
  }, "strip", z.ZodTypeAny, {
11480
+ depositAddress: `0x${string}`;
11480
11481
  asset: "Sol" | "SolUsdc";
11481
11482
  amount: bigint;
11482
- depositAddress: `0x${string}`;
11483
11483
  }, {
11484
+ depositAddress: string;
11484
11485
  asset: {
11485
11486
  __kind: "Sol" | "SolUsdc";
11486
11487
  };
11487
11488
  amount: string | number;
11488
- depositAddress: string;
11489
11489
  }>;
11490
11490
  }, "strip", z.ZodTypeAny, {
11491
11491
  __kind: "DepositChannel";
11492
11492
  depositWitness: {
11493
+ depositAddress: `0x${string}`;
11493
11494
  asset: "Sol" | "SolUsdc";
11494
11495
  amount: bigint;
11495
- depositAddress: `0x${string}`;
11496
11496
  };
11497
11497
  }, {
11498
11498
  __kind: "DepositChannel";
11499
11499
  depositWitness: {
11500
+ depositAddress: string;
11500
11501
  asset: {
11501
11502
  __kind: "Sol" | "SolUsdc";
11502
11503
  };
11503
11504
  amount: string | number;
11504
- depositAddress: string;
11505
11505
  };
11506
11506
  }>, z.ZodObject<{
11507
11507
  __kind: z.ZodLiteral<"Vault">;
@@ -11521,20 +11521,20 @@ declare const palletCfSolanaIngressEgressDepositFailedDetails: z.ZodDiscriminate
11521
11521
  outputAsset: z.ZodEffects<z.ZodObject<{
11522
11522
  __kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc"]>;
11523
11523
  }, "strip", z.ZodTypeAny, {
11524
- __kind: "Btc" | "Eth" | "Flip" | "Usdc" | "Usdt" | "Dot" | "ArbEth" | "ArbUsdc" | "Sol" | "SolUsdc";
11524
+ __kind: "Dot" | "Eth" | "Flip" | "Usdc" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
11525
11525
  }, {
11526
- __kind: "Btc" | "Eth" | "Flip" | "Usdc" | "Usdt" | "Dot" | "ArbEth" | "ArbUsdc" | "Sol" | "SolUsdc";
11527
- }>, "Btc" | "Eth" | "Flip" | "Usdc" | "Usdt" | "Dot" | "ArbEth" | "ArbUsdc" | "Sol" | "SolUsdc", {
11528
- __kind: "Btc" | "Eth" | "Flip" | "Usdc" | "Usdt" | "Dot" | "ArbEth" | "ArbUsdc" | "Sol" | "SolUsdc";
11526
+ __kind: "Dot" | "Eth" | "Flip" | "Usdc" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
11527
+ }>, "Dot" | "Eth" | "Flip" | "Usdc" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc", {
11528
+ __kind: "Dot" | "Eth" | "Flip" | "Usdc" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
11529
11529
  }>;
11530
11530
  destinationAddress: z.ZodEffects<z.ZodObject<{
11531
11531
  __kind: z.ZodEnum<["Eth", "Dot", "Btc", "Arb", "Sol"]>;
11532
11532
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
11533
11533
  }, "strip", z.ZodTypeAny, {
11534
- __kind: "Btc" | "Eth" | "Dot" | "Sol" | "Arb";
11534
+ __kind: "Dot" | "Eth" | "Btc" | "Sol" | "Arb";
11535
11535
  value: `0x${string}`;
11536
11536
  }, {
11537
- __kind: "Btc" | "Eth" | "Dot" | "Sol" | "Arb";
11537
+ __kind: "Dot" | "Eth" | "Btc" | "Sol" | "Arb";
11538
11538
  value: string;
11539
11539
  }>, {
11540
11540
  readonly chain: "Ethereum";
@@ -11552,7 +11552,7 @@ declare const palletCfSolanaIngressEgressDepositFailedDetails: z.ZodDiscriminate
11552
11552
  readonly chain: "Solana";
11553
11553
  readonly address: string;
11554
11554
  }, {
11555
- __kind: "Btc" | "Eth" | "Dot" | "Sol" | "Arb";
11555
+ __kind: "Dot" | "Eth" | "Btc" | "Sol" | "Arb";
11556
11556
  value: string;
11557
11557
  }>;
11558
11558
  depositMetadata: z.ZodOptional<z.ZodNullable<z.ZodObject<{
@@ -11852,6 +11852,9 @@ declare const palletCfSolanaIngressEgressDepositFailedDetails: z.ZodDiscriminate
11852
11852
  }>>>;
11853
11853
  boostFee: z.ZodNumber;
11854
11854
  }, "strip", z.ZodTypeAny, {
11855
+ inputAsset: "Sol" | "SolUsdc";
11856
+ depositAmount: bigint;
11857
+ outputAsset: "Dot" | "Eth" | "Flip" | "Usdc" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
11855
11858
  destinationAddress: {
11856
11859
  readonly chain: "Ethereum";
11857
11860
  readonly address: `0x${string}`;
@@ -11869,10 +11872,6 @@ declare const palletCfSolanaIngressEgressDepositFailedDetails: z.ZodDiscriminate
11869
11872
  readonly address: string;
11870
11873
  };
11871
11874
  txId: [`0x${string}`, bigint];
11872
- boostFee: number;
11873
- inputAsset: "Sol" | "SolUsdc";
11874
- depositAmount: bigint;
11875
- outputAsset: "Btc" | "Eth" | "Flip" | "Usdc" | "Usdt" | "Dot" | "ArbEth" | "ArbUsdc" | "Sol" | "SolUsdc";
11876
11875
  affiliateFees: {
11877
11876
  account: number;
11878
11877
  bps: number;
@@ -11882,6 +11881,7 @@ declare const palletCfSolanaIngressEgressDepositFailedDetails: z.ZodDiscriminate
11882
11881
  refundAddress: `0x${string}`;
11883
11882
  minPrice: bigint;
11884
11883
  };
11884
+ boostFee: number;
11885
11885
  depositAddress?: `0x${string}` | null | undefined;
11886
11886
  channelId?: bigint | null | undefined;
11887
11887
  depositMetadata?: {
@@ -11936,19 +11936,18 @@ declare const palletCfSolanaIngressEgressDepositFailedDetails: z.ZodDiscriminate
11936
11936
  chunkInterval: number;
11937
11937
  } | null | undefined;
11938
11938
  }, {
11939
- destinationAddress: {
11940
- __kind: "Btc" | "Eth" | "Dot" | "Sol" | "Arb";
11941
- value: string;
11942
- };
11943
- txId: [string, string | number];
11944
- boostFee: number;
11945
11939
  inputAsset: {
11946
11940
  __kind: "Sol" | "SolUsdc";
11947
11941
  };
11948
11942
  depositAmount: string | number;
11949
11943
  outputAsset: {
11950
- __kind: "Btc" | "Eth" | "Flip" | "Usdc" | "Usdt" | "Dot" | "ArbEth" | "ArbUsdc" | "Sol" | "SolUsdc";
11944
+ __kind: "Dot" | "Eth" | "Flip" | "Usdc" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
11945
+ };
11946
+ destinationAddress: {
11947
+ __kind: "Dot" | "Eth" | "Btc" | "Sol" | "Arb";
11948
+ value: string;
11951
11949
  };
11950
+ txId: [string, string | number];
11952
11951
  affiliateFees: {
11953
11952
  account: number;
11954
11953
  bps: number;
@@ -11958,6 +11957,7 @@ declare const palletCfSolanaIngressEgressDepositFailedDetails: z.ZodDiscriminate
11958
11957
  refundAddress: string;
11959
11958
  minPrice: string | number;
11960
11959
  };
11960
+ boostFee: number;
11961
11961
  depositAddress?: string | null | undefined;
11962
11962
  channelId?: string | number | null | undefined;
11963
11963
  depositMetadata?: {
@@ -12017,6 +12017,9 @@ declare const palletCfSolanaIngressEgressDepositFailedDetails: z.ZodDiscriminate
12017
12017
  }, "strip", z.ZodTypeAny, {
12018
12018
  __kind: "Vault";
12019
12019
  vaultWitness: {
12020
+ inputAsset: "Sol" | "SolUsdc";
12021
+ depositAmount: bigint;
12022
+ outputAsset: "Dot" | "Eth" | "Flip" | "Usdc" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
12020
12023
  destinationAddress: {
12021
12024
  readonly chain: "Ethereum";
12022
12025
  readonly address: `0x${string}`;
@@ -12034,10 +12037,6 @@ declare const palletCfSolanaIngressEgressDepositFailedDetails: z.ZodDiscriminate
12034
12037
  readonly address: string;
12035
12038
  };
12036
12039
  txId: [`0x${string}`, bigint];
12037
- boostFee: number;
12038
- inputAsset: "Sol" | "SolUsdc";
12039
- depositAmount: bigint;
12040
- outputAsset: "Btc" | "Eth" | "Flip" | "Usdc" | "Usdt" | "Dot" | "ArbEth" | "ArbUsdc" | "Sol" | "SolUsdc";
12041
12040
  affiliateFees: {
12042
12041
  account: number;
12043
12042
  bps: number;
@@ -12047,6 +12046,7 @@ declare const palletCfSolanaIngressEgressDepositFailedDetails: z.ZodDiscriminate
12047
12046
  refundAddress: `0x${string}`;
12048
12047
  minPrice: bigint;
12049
12048
  };
12049
+ boostFee: number;
12050
12050
  depositAddress?: `0x${string}` | null | undefined;
12051
12051
  channelId?: bigint | null | undefined;
12052
12052
  depositMetadata?: {
@@ -12104,19 +12104,18 @@ declare const palletCfSolanaIngressEgressDepositFailedDetails: z.ZodDiscriminate
12104
12104
  }, {
12105
12105
  __kind: "Vault";
12106
12106
  vaultWitness: {
12107
- destinationAddress: {
12108
- __kind: "Btc" | "Eth" | "Dot" | "Sol" | "Arb";
12109
- value: string;
12110
- };
12111
- txId: [string, string | number];
12112
- boostFee: number;
12113
12107
  inputAsset: {
12114
12108
  __kind: "Sol" | "SolUsdc";
12115
12109
  };
12116
12110
  depositAmount: string | number;
12117
12111
  outputAsset: {
12118
- __kind: "Btc" | "Eth" | "Flip" | "Usdc" | "Usdt" | "Dot" | "ArbEth" | "ArbUsdc" | "Sol" | "SolUsdc";
12112
+ __kind: "Dot" | "Eth" | "Flip" | "Usdc" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
12113
+ };
12114
+ destinationAddress: {
12115
+ __kind: "Dot" | "Eth" | "Btc" | "Sol" | "Arb";
12116
+ value: string;
12119
12117
  };
12118
+ txId: [string, string | number];
12120
12119
  affiliateFees: {
12121
12120
  account: number;
12122
12121
  bps: number;
@@ -12126,6 +12125,7 @@ declare const palletCfSolanaIngressEgressDepositFailedDetails: z.ZodDiscriminate
12126
12125
  refundAddress: string;
12127
12126
  minPrice: string | number;
12128
12127
  };
12128
+ boostFee: number;
12129
12129
  depositAddress?: string | null | undefined;
12130
12130
  channelId?: string | number | null | undefined;
12131
12131
  depositMetadata?: {