@chainflip/processor 2.1.0-alpha.2 → 2.1.0-alpha.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 (3541) hide show
  1. package/dist/100/_virtual/rolldown_runtime.cjs +29 -0
  2. package/dist/100/accountRoles/accountRoleRegistered.cjs +12 -0
  3. package/dist/100/accountRoles/accountRoleRegistered.d.cts +25 -0
  4. package/dist/100/bitcoinBroadcaster/broadcastAborted.cjs +8 -0
  5. package/dist/100/bitcoinBroadcaster/broadcastAborted.d.cts +12 -0
  6. package/dist/100/bitcoinBroadcaster/broadcastAttemptTimeout.cjs +9 -0
  7. package/dist/100/bitcoinBroadcaster/broadcastAttemptTimeout.d.cts +27 -0
  8. package/dist/100/bitcoinBroadcaster/broadcastCallbackExecuted.cjs +12 -0
  9. package/dist/100/bitcoinBroadcaster/broadcastCallbackExecuted.d.cts +333 -0
  10. package/dist/100/bitcoinBroadcaster/broadcastRetryScheduled.cjs +9 -0
  11. package/dist/100/bitcoinBroadcaster/broadcastRetryScheduled.d.cts +27 -0
  12. package/dist/100/bitcoinBroadcaster/broadcastSuccess.cjs +12 -0
  13. package/dist/100/bitcoinBroadcaster/broadcastSuccess.d.cts +15 -0
  14. package/dist/100/bitcoinBroadcaster/thresholdSignatureInvalid.cjs +11 -0
  15. package/dist/100/bitcoinBroadcaster/thresholdSignatureInvalid.d.cts +15 -0
  16. package/dist/100/bitcoinBroadcaster/transactionBroadcastRequest.cjs +14 -0
  17. package/dist/100/bitcoinBroadcaster/transactionBroadcastRequest.d.cts +46 -0
  18. package/dist/100/bitcoinBroadcaster/transactionBroadcastRequest.d.mts +2 -2
  19. package/dist/100/bitcoinBroadcaster/transactionFeeDeficitRecorded.cjs +12 -0
  20. package/dist/100/bitcoinBroadcaster/transactionFeeDeficitRecorded.d.cts +110 -0
  21. package/dist/100/bitcoinBroadcaster/transactionFeeDeficitRefused.cjs +9 -0
  22. package/dist/100/bitcoinBroadcaster/transactionFeeDeficitRefused.d.cts +107 -0
  23. package/dist/100/bitcoinChainTracking/chainStateUpdated.cjs +9 -0
  24. package/dist/100/bitcoinChainTracking/chainStateUpdated.d.cts +77 -0
  25. package/dist/100/bitcoinIngressEgress/assetEgressStatusChanged.cjs +12 -0
  26. package/dist/100/bitcoinIngressEgress/assetEgressStatusChanged.d.cts +25 -0
  27. package/dist/100/bitcoinIngressEgress/batchBroadcastRequested.cjs +12 -0
  28. package/dist/100/bitcoinIngressEgress/batchBroadcastRequested.d.cts +25 -0
  29. package/dist/100/bitcoinIngressEgress/ccmBroadcastRequested.cjs +12 -0
  30. package/dist/100/bitcoinIngressEgress/ccmBroadcastRequested.d.cts +25 -0
  31. package/dist/100/bitcoinIngressEgress/ccmEgressInvalid.cjs +12 -0
  32. package/dist/100/bitcoinIngressEgress/ccmEgressInvalid.d.cts +242 -0
  33. package/dist/100/bitcoinIngressEgress/depositFetchesScheduled.cjs +12 -0
  34. package/dist/100/bitcoinIngressEgress/depositFetchesScheduled.d.cts +25 -0
  35. package/dist/100/bitcoinIngressEgress/depositFetchesScheduled.d.mts +2 -2
  36. package/dist/100/bitcoinIngressEgress/depositIgnored.cjs +14 -0
  37. package/dist/100/bitcoinIngressEgress/depositIgnored.d.cts +141 -0
  38. package/dist/100/bitcoinIngressEgress/depositIgnored.d.mts +4 -4
  39. package/dist/100/bitcoinIngressEgress/depositReceived.cjs +14 -0
  40. package/dist/100/bitcoinIngressEgress/depositReceived.d.cts +141 -0
  41. package/dist/100/bitcoinIngressEgress/depositReceived.d.mts +4 -4
  42. package/dist/100/bitcoinIngressEgress/depositWitnessRejected.cjs +12 -0
  43. package/dist/100/bitcoinIngressEgress/depositWitnessRejected.d.cts +423 -0
  44. package/dist/100/bitcoinIngressEgress/depositWitnessRejected.d.mts +8 -8
  45. package/dist/100/bitcoinIngressEgress/egressScheduled.cjs +14 -0
  46. package/dist/100/bitcoinIngressEgress/egressScheduled.d.cts +136 -0
  47. package/dist/100/bitcoinIngressEgress/minimumDepositSet.cjs +12 -0
  48. package/dist/100/bitcoinIngressEgress/minimumDepositSet.d.cts +25 -0
  49. package/dist/100/bitcoinIngressEgress/vaultTransferFailed.cjs +13 -0
  50. package/dist/100/bitcoinIngressEgress/vaultTransferFailed.d.cts +123 -0
  51. package/dist/100/bitcoinThresholdSigner/currentKeyUnavailable.cjs +11 -0
  52. package/dist/100/bitcoinThresholdSigner/currentKeyUnavailable.d.cts +15 -0
  53. package/dist/100/bitcoinThresholdSigner/failureReportProcessed.cjs +13 -0
  54. package/dist/100/bitcoinThresholdSigner/failureReportProcessed.d.cts +18 -0
  55. package/dist/100/bitcoinThresholdSigner/retryRequested.cjs +12 -0
  56. package/dist/100/bitcoinThresholdSigner/retryRequested.d.cts +15 -0
  57. package/dist/100/bitcoinThresholdSigner/signersUnavailable.cjs +11 -0
  58. package/dist/100/bitcoinThresholdSigner/signersUnavailable.d.cts +15 -0
  59. package/dist/100/bitcoinThresholdSigner/thresholdDispatchComplete.cjs +13 -0
  60. package/dist/100/bitcoinThresholdSigner/thresholdDispatchComplete.d.cts +336 -0
  61. package/dist/100/bitcoinThresholdSigner/thresholdDispatchComplete.d.mts +4 -4
  62. package/dist/100/bitcoinThresholdSigner/thresholdSignatureFailed.cjs +13 -0
  63. package/dist/100/bitcoinThresholdSigner/thresholdSignatureFailed.d.cts +18 -0
  64. package/dist/100/bitcoinThresholdSigner/thresholdSignatureRequest.cjs +16 -0
  65. package/dist/100/bitcoinThresholdSigner/thresholdSignatureRequest.d.cts +52 -0
  66. package/dist/100/bitcoinThresholdSigner/thresholdSignatureResponseTimeoutUpdated.cjs +8 -0
  67. package/dist/100/bitcoinThresholdSigner/thresholdSignatureResponseTimeoutUpdated.d.cts +12 -0
  68. package/dist/100/bitcoinThresholdSigner/thresholdSignatureSuccess.cjs +12 -0
  69. package/dist/100/bitcoinThresholdSigner/thresholdSignatureSuccess.d.cts +15 -0
  70. package/dist/100/bitcoinVault/awaitingGovernanceActivation.cjs +9 -0
  71. package/dist/100/bitcoinVault/awaitingGovernanceActivation.d.cts +27 -0
  72. package/dist/100/bitcoinVault/keyHandoverFailure.cjs +9 -0
  73. package/dist/100/bitcoinVault/keyHandoverFailure.d.cts +12 -0
  74. package/dist/100/bitcoinVault/keyHandoverFailureReported.cjs +7 -0
  75. package/dist/100/bitcoinVault/keyHandoverFailureReported.d.cts +6 -0
  76. package/dist/100/bitcoinVault/keyHandoverRequest.cjs +17 -0
  77. package/dist/100/bitcoinVault/keyHandoverRequest.d.cts +60 -0
  78. package/dist/100/bitcoinVault/keyHandoverResponseTimeout.cjs +9 -0
  79. package/dist/100/bitcoinVault/keyHandoverResponseTimeout.d.cts +12 -0
  80. package/dist/100/bitcoinVault/keyHandoverSuccess.cjs +9 -0
  81. package/dist/100/bitcoinVault/keyHandoverSuccess.d.cts +12 -0
  82. package/dist/100/bitcoinVault/keyHandoverSuccessReported.cjs +7 -0
  83. package/dist/100/bitcoinVault/keyHandoverSuccessReported.d.cts +6 -0
  84. package/dist/100/bitcoinVault/keyHandoverVerificationFailure.cjs +9 -0
  85. package/dist/100/bitcoinVault/keyHandoverVerificationFailure.d.cts +12 -0
  86. package/dist/100/bitcoinVault/keyHandoverVerificationSuccess.cjs +9 -0
  87. package/dist/100/bitcoinVault/keyHandoverVerificationSuccess.d.cts +27 -0
  88. package/dist/100/bitcoinVault/keygenFailure.cjs +7 -0
  89. package/dist/100/bitcoinVault/keygenFailure.d.cts +6 -0
  90. package/dist/100/bitcoinVault/keygenFailureReported.cjs +7 -0
  91. package/dist/100/bitcoinVault/keygenFailureReported.d.cts +6 -0
  92. package/dist/100/bitcoinVault/keygenRequest.cjs +13 -0
  93. package/dist/100/bitcoinVault/keygenRequest.d.cts +18 -0
  94. package/dist/100/bitcoinVault/keygenResponseTimeout.cjs +7 -0
  95. package/dist/100/bitcoinVault/keygenResponseTimeout.d.cts +6 -0
  96. package/dist/100/bitcoinVault/keygenResponseTimeoutUpdated.cjs +8 -0
  97. package/dist/100/bitcoinVault/keygenResponseTimeoutUpdated.d.cts +12 -0
  98. package/dist/100/bitcoinVault/keygenSuccess.cjs +7 -0
  99. package/dist/100/bitcoinVault/keygenSuccess.d.cts +6 -0
  100. package/dist/100/bitcoinVault/keygenSuccessReported.cjs +7 -0
  101. package/dist/100/bitcoinVault/keygenSuccessReported.d.cts +6 -0
  102. package/dist/100/bitcoinVault/keygenVerificationFailure.cjs +9 -0
  103. package/dist/100/bitcoinVault/keygenVerificationFailure.d.cts +12 -0
  104. package/dist/100/bitcoinVault/keygenVerificationSuccess.cjs +9 -0
  105. package/dist/100/bitcoinVault/keygenVerificationSuccess.d.cts +27 -0
  106. package/dist/100/bitcoinVault/noKeyHandover.cjs +8 -0
  107. package/dist/100/bitcoinVault/noKeyHandover.d.cts +6 -0
  108. package/dist/100/bitcoinVault/vaultRotatedExternally.cjs +7 -0
  109. package/dist/100/bitcoinVault/vaultRotatedExternally.d.cts +15 -0
  110. package/dist/100/bitcoinVault/vaultRotationAborted.cjs +8 -0
  111. package/dist/100/bitcoinVault/vaultRotationAborted.d.cts +6 -0
  112. package/dist/100/bitcoinVault/vaultRotationCompleted.cjs +8 -0
  113. package/dist/100/bitcoinVault/vaultRotationCompleted.d.cts +6 -0
  114. package/dist/100/common.cjs +589 -0
  115. package/dist/100/common.d.cts +3546 -0
  116. package/dist/100/common.d.mts +10 -10
  117. package/dist/100/emissions/backupNodeInflationEmissionsUpdated.cjs +8 -0
  118. package/dist/100/emissions/backupNodeInflationEmissionsUpdated.d.cts +6 -0
  119. package/dist/100/emissions/currentAuthorityInflationEmissionsUpdated.cjs +8 -0
  120. package/dist/100/emissions/currentAuthorityInflationEmissionsUpdated.d.cts +6 -0
  121. package/dist/100/emissions/supplyUpdateBroadcastRequested.cjs +8 -0
  122. package/dist/100/emissions/supplyUpdateBroadcastRequested.d.cts +6 -0
  123. package/dist/100/emissions/supplyUpdateIntervalUpdated.cjs +8 -0
  124. package/dist/100/emissions/supplyUpdateIntervalUpdated.d.cts +6 -0
  125. package/dist/100/environment/addedNewEthAsset.cjs +9 -0
  126. package/dist/100/environment/addedNewEthAsset.d.cts +14 -0
  127. package/dist/100/environment/bitcoinBlockNumberSetForVault.cjs +9 -0
  128. package/dist/100/environment/bitcoinBlockNumberSetForVault.d.cts +12 -0
  129. package/dist/100/environment/polkadotVaultAccountSet.cjs +9 -0
  130. package/dist/100/environment/polkadotVaultAccountSet.d.cts +12 -0
  131. package/dist/100/environment/runtimeSafeModeUpdated.cjs +9 -0
  132. package/dist/100/environment/runtimeSafeModeUpdated.d.cts +688 -0
  133. package/dist/100/environment/updatedEthAsset.cjs +9 -0
  134. package/dist/100/environment/updatedEthAsset.d.cts +14 -0
  135. package/dist/100/ethereumBroadcaster/broadcastAborted.cjs +8 -0
  136. package/dist/100/ethereumBroadcaster/broadcastAborted.d.cts +12 -0
  137. package/dist/100/ethereumBroadcaster/broadcastAttemptTimeout.cjs +9 -0
  138. package/dist/100/ethereumBroadcaster/broadcastAttemptTimeout.d.cts +27 -0
  139. package/dist/100/ethereumBroadcaster/broadcastCallbackExecuted.cjs +12 -0
  140. package/dist/100/ethereumBroadcaster/broadcastCallbackExecuted.d.cts +333 -0
  141. package/dist/100/ethereumBroadcaster/broadcastRetryScheduled.cjs +9 -0
  142. package/dist/100/ethereumBroadcaster/broadcastRetryScheduled.d.cts +27 -0
  143. package/dist/100/ethereumBroadcaster/broadcastSuccess.cjs +12 -0
  144. package/dist/100/ethereumBroadcaster/broadcastSuccess.d.cts +30 -0
  145. package/dist/100/ethereumBroadcaster/thresholdSignatureInvalid.cjs +11 -0
  146. package/dist/100/ethereumBroadcaster/thresholdSignatureInvalid.d.cts +15 -0
  147. package/dist/100/ethereumBroadcaster/transactionBroadcastRequest.cjs +14 -0
  148. package/dist/100/ethereumBroadcaster/transactionBroadcastRequest.d.cts +91 -0
  149. package/dist/100/ethereumBroadcaster/transactionBroadcastRequest.d.mts +7 -7
  150. package/dist/100/ethereumBroadcaster/transactionFeeDeficitRecorded.cjs +12 -0
  151. package/dist/100/ethereumBroadcaster/transactionFeeDeficitRecorded.d.cts +15 -0
  152. package/dist/100/ethereumBroadcaster/transactionFeeDeficitRefused.cjs +9 -0
  153. package/dist/100/ethereumBroadcaster/transactionFeeDeficitRefused.d.cts +12 -0
  154. package/dist/100/ethereumChainTracking/chainStateUpdated.cjs +9 -0
  155. package/dist/100/ethereumChainTracking/chainStateUpdated.d.cts +48 -0
  156. package/dist/100/ethereumIngressEgress/assetEgressStatusChanged.cjs +12 -0
  157. package/dist/100/ethereumIngressEgress/assetEgressStatusChanged.d.cts +25 -0
  158. package/dist/100/ethereumIngressEgress/batchBroadcastRequested.cjs +12 -0
  159. package/dist/100/ethereumIngressEgress/batchBroadcastRequested.d.cts +25 -0
  160. package/dist/100/ethereumIngressEgress/ccmBroadcastRequested.cjs +12 -0
  161. package/dist/100/ethereumIngressEgress/ccmBroadcastRequested.d.cts +25 -0
  162. package/dist/100/ethereumIngressEgress/ccmEgressInvalid.cjs +12 -0
  163. package/dist/100/ethereumIngressEgress/ccmEgressInvalid.d.cts +242 -0
  164. package/dist/100/ethereumIngressEgress/depositFetchesScheduled.cjs +12 -0
  165. package/dist/100/ethereumIngressEgress/depositFetchesScheduled.d.cts +25 -0
  166. package/dist/100/ethereumIngressEgress/depositFetchesScheduled.d.mts +2 -2
  167. package/dist/100/ethereumIngressEgress/depositIgnored.cjs +13 -0
  168. package/dist/100/ethereumIngressEgress/depositIgnored.d.cts +28 -0
  169. package/dist/100/ethereumIngressEgress/depositIgnored.d.mts +2 -2
  170. package/dist/100/ethereumIngressEgress/depositReceived.cjs +13 -0
  171. package/dist/100/ethereumIngressEgress/depositReceived.d.cts +28 -0
  172. package/dist/100/ethereumIngressEgress/depositReceived.d.mts +2 -2
  173. package/dist/100/ethereumIngressEgress/depositWitnessRejected.cjs +12 -0
  174. package/dist/100/ethereumIngressEgress/depositWitnessRejected.d.cts +264 -0
  175. package/dist/100/ethereumIngressEgress/depositWitnessRejected.d.mts +4 -4
  176. package/dist/100/ethereumIngressEgress/egressScheduled.cjs +14 -0
  177. package/dist/100/ethereumIngressEgress/egressScheduled.d.cts +41 -0
  178. package/dist/100/ethereumIngressEgress/minimumDepositSet.cjs +12 -0
  179. package/dist/100/ethereumIngressEgress/minimumDepositSet.d.cts +25 -0
  180. package/dist/100/ethereumIngressEgress/vaultTransferFailed.cjs +13 -0
  181. package/dist/100/ethereumIngressEgress/vaultTransferFailed.d.cts +28 -0
  182. package/dist/100/ethereumThresholdSigner/currentKeyUnavailable.cjs +11 -0
  183. package/dist/100/ethereumThresholdSigner/currentKeyUnavailable.d.cts +15 -0
  184. package/dist/100/ethereumThresholdSigner/failureReportProcessed.cjs +13 -0
  185. package/dist/100/ethereumThresholdSigner/failureReportProcessed.d.cts +18 -0
  186. package/dist/100/ethereumThresholdSigner/retryRequested.cjs +12 -0
  187. package/dist/100/ethereumThresholdSigner/retryRequested.d.cts +15 -0
  188. package/dist/100/ethereumThresholdSigner/signersUnavailable.cjs +11 -0
  189. package/dist/100/ethereumThresholdSigner/signersUnavailable.d.cts +15 -0
  190. package/dist/100/ethereumThresholdSigner/thresholdDispatchComplete.cjs +13 -0
  191. package/dist/100/ethereumThresholdSigner/thresholdDispatchComplete.d.cts +336 -0
  192. package/dist/100/ethereumThresholdSigner/thresholdDispatchComplete.d.mts +4 -4
  193. package/dist/100/ethereumThresholdSigner/thresholdSignatureFailed.cjs +13 -0
  194. package/dist/100/ethereumThresholdSigner/thresholdSignatureFailed.d.cts +18 -0
  195. package/dist/100/ethereumThresholdSigner/thresholdSignatureRequest.cjs +16 -0
  196. package/dist/100/ethereumThresholdSigner/thresholdSignatureRequest.d.cts +54 -0
  197. package/dist/100/ethereumThresholdSigner/thresholdSignatureResponseTimeoutUpdated.cjs +8 -0
  198. package/dist/100/ethereumThresholdSigner/thresholdSignatureResponseTimeoutUpdated.d.cts +12 -0
  199. package/dist/100/ethereumThresholdSigner/thresholdSignatureSuccess.cjs +12 -0
  200. package/dist/100/ethereumThresholdSigner/thresholdSignatureSuccess.d.cts +15 -0
  201. package/dist/100/ethereumVault/awaitingGovernanceActivation.cjs +9 -0
  202. package/dist/100/ethereumVault/awaitingGovernanceActivation.d.cts +39 -0
  203. package/dist/100/ethereumVault/keyHandoverFailure.cjs +9 -0
  204. package/dist/100/ethereumVault/keyHandoverFailure.d.cts +12 -0
  205. package/dist/100/ethereumVault/keyHandoverFailureReported.cjs +7 -0
  206. package/dist/100/ethereumVault/keyHandoverFailureReported.d.cts +6 -0
  207. package/dist/100/ethereumVault/keyHandoverRequest.cjs +17 -0
  208. package/dist/100/ethereumVault/keyHandoverRequest.d.cts +84 -0
  209. package/dist/100/ethereumVault/keyHandoverResponseTimeout.cjs +9 -0
  210. package/dist/100/ethereumVault/keyHandoverResponseTimeout.d.cts +12 -0
  211. package/dist/100/ethereumVault/keyHandoverSuccess.cjs +9 -0
  212. package/dist/100/ethereumVault/keyHandoverSuccess.d.cts +12 -0
  213. package/dist/100/ethereumVault/keyHandoverSuccessReported.cjs +7 -0
  214. package/dist/100/ethereumVault/keyHandoverSuccessReported.d.cts +6 -0
  215. package/dist/100/ethereumVault/keyHandoverVerificationFailure.cjs +9 -0
  216. package/dist/100/ethereumVault/keyHandoverVerificationFailure.d.cts +12 -0
  217. package/dist/100/ethereumVault/keyHandoverVerificationSuccess.cjs +9 -0
  218. package/dist/100/ethereumVault/keyHandoverVerificationSuccess.d.cts +39 -0
  219. package/dist/100/ethereumVault/keygenFailure.cjs +7 -0
  220. package/dist/100/ethereumVault/keygenFailure.d.cts +6 -0
  221. package/dist/100/ethereumVault/keygenFailureReported.cjs +7 -0
  222. package/dist/100/ethereumVault/keygenFailureReported.d.cts +6 -0
  223. package/dist/100/ethereumVault/keygenRequest.cjs +13 -0
  224. package/dist/100/ethereumVault/keygenRequest.d.cts +18 -0
  225. package/dist/100/ethereumVault/keygenResponseTimeout.cjs +7 -0
  226. package/dist/100/ethereumVault/keygenResponseTimeout.d.cts +6 -0
  227. package/dist/100/ethereumVault/keygenResponseTimeoutUpdated.cjs +8 -0
  228. package/dist/100/ethereumVault/keygenResponseTimeoutUpdated.d.cts +12 -0
  229. package/dist/100/ethereumVault/keygenSuccess.cjs +7 -0
  230. package/dist/100/ethereumVault/keygenSuccess.d.cts +6 -0
  231. package/dist/100/ethereumVault/keygenSuccessReported.cjs +7 -0
  232. package/dist/100/ethereumVault/keygenSuccessReported.d.cts +6 -0
  233. package/dist/100/ethereumVault/keygenVerificationFailure.cjs +9 -0
  234. package/dist/100/ethereumVault/keygenVerificationFailure.d.cts +12 -0
  235. package/dist/100/ethereumVault/keygenVerificationSuccess.cjs +9 -0
  236. package/dist/100/ethereumVault/keygenVerificationSuccess.d.cts +39 -0
  237. package/dist/100/ethereumVault/noKeyHandover.cjs +8 -0
  238. package/dist/100/ethereumVault/noKeyHandover.d.cts +6 -0
  239. package/dist/100/ethereumVault/vaultRotatedExternally.cjs +7 -0
  240. package/dist/100/ethereumVault/vaultRotatedExternally.d.cts +25 -0
  241. package/dist/100/ethereumVault/vaultRotationAborted.cjs +8 -0
  242. package/dist/100/ethereumVault/vaultRotationAborted.d.cts +6 -0
  243. package/dist/100/ethereumVault/vaultRotationCompleted.cjs +8 -0
  244. package/dist/100/ethereumVault/vaultRotationCompleted.d.cts +6 -0
  245. package/dist/100/flip/accountReaped.cjs +12 -0
  246. package/dist/100/flip/accountReaped.d.cts +15 -0
  247. package/dist/100/flip/remainingImbalance.cjs +12 -0
  248. package/dist/100/flip/remainingImbalance.d.cts +113 -0
  249. package/dist/100/flip/slashingPerformed.cjs +12 -0
  250. package/dist/100/flip/slashingPerformed.d.cts +15 -0
  251. package/dist/100/flip/slashingRateUpdated.cjs +8 -0
  252. package/dist/100/flip/slashingRateUpdated.d.cts +12 -0
  253. package/dist/100/funding/addedRestrictedAddress.cjs +9 -0
  254. package/dist/100/funding/addedRestrictedAddress.d.cts +12 -0
  255. package/dist/100/funding/boundExecutorAddress.cjs +12 -0
  256. package/dist/100/funding/boundExecutorAddress.d.cts +15 -0
  257. package/dist/100/funding/boundRedeemAddress.cjs +12 -0
  258. package/dist/100/funding/boundRedeemAddress.d.cts +15 -0
  259. package/dist/100/funding/failedFundingAttempt.cjs +13 -0
  260. package/dist/100/funding/failedFundingAttempt.d.cts +18 -0
  261. package/dist/100/funding/funded.cjs +14 -0
  262. package/dist/100/funding/funded.d.cts +21 -0
  263. package/dist/100/funding/minimumFundingUpdated.cjs +9 -0
  264. package/dist/100/funding/minimumFundingUpdated.d.cts +12 -0
  265. package/dist/100/funding/redemptionAmountZero.cjs +9 -0
  266. package/dist/100/funding/redemptionAmountZero.d.cts +12 -0
  267. package/dist/100/funding/redemptionExpired.cjs +9 -0
  268. package/dist/100/funding/redemptionExpired.d.cts +12 -0
  269. package/dist/100/funding/redemptionRequested.cjs +14 -0
  270. package/dist/100/funding/redemptionRequested.d.cts +21 -0
  271. package/dist/100/funding/redemptionRequested.d.mts +2 -2
  272. package/dist/100/funding/redemptionSettled.cjs +9 -0
  273. package/dist/100/funding/redemptionSettled.d.cts +6 -0
  274. package/dist/100/funding/redemptionTaxAmountUpdated.cjs +9 -0
  275. package/dist/100/funding/redemptionTaxAmountUpdated.d.cts +12 -0
  276. package/dist/100/funding/removedRestrictedAddress.cjs +9 -0
  277. package/dist/100/funding/removedRestrictedAddress.d.cts +12 -0
  278. package/dist/100/funding/startedBidding.cjs +9 -0
  279. package/dist/100/funding/startedBidding.d.cts +12 -0
  280. package/dist/100/funding/stoppedBidding.cjs +9 -0
  281. package/dist/100/funding/stoppedBidding.d.cts +12 -0
  282. package/dist/100/governance/approved.cjs +8 -0
  283. package/dist/100/governance/approved.d.cts +6 -0
  284. package/dist/100/governance/decodeOfCallFailed.cjs +8 -0
  285. package/dist/100/governance/decodeOfCallFailed.d.cts +6 -0
  286. package/dist/100/governance/executed.cjs +8 -0
  287. package/dist/100/governance/executed.d.cts +6 -0
  288. package/dist/100/governance/expired.cjs +8 -0
  289. package/dist/100/governance/expired.d.cts +6 -0
  290. package/dist/100/governance/failedExecution.cjs +7 -0
  291. package/dist/100/governance/failedExecution.d.cts +147 -0
  292. package/dist/100/governance/govKeyCallExecuted.cjs +9 -0
  293. package/dist/100/governance/govKeyCallExecuted.d.cts +12 -0
  294. package/dist/100/governance/govKeyCallExecutionFailed.cjs +12 -0
  295. package/dist/100/governance/govKeyCallExecutionFailed.d.cts +232 -0
  296. package/dist/100/governance/govKeyCallHashWhitelisted.cjs +9 -0
  297. package/dist/100/governance/govKeyCallHashWhitelisted.d.cts +12 -0
  298. package/dist/100/governance/proposed.cjs +8 -0
  299. package/dist/100/governance/proposed.d.cts +6 -0
  300. package/dist/100/grandpa/newAuthorities.cjs +9 -0
  301. package/dist/100/grandpa/newAuthorities.d.cts +12 -0
  302. package/dist/100/grandpa/paused.cjs +8 -0
  303. package/dist/100/grandpa/paused.d.cts +6 -0
  304. package/dist/100/grandpa/resumed.cjs +8 -0
  305. package/dist/100/grandpa/resumed.d.cts +6 -0
  306. package/dist/100/liquidityPools/assetSwapped.cjs +14 -0
  307. package/dist/100/liquidityPools/assetSwapped.d.cts +41 -0
  308. package/dist/100/liquidityPools/limitOrderUpdated.cjs +19 -0
  309. package/dist/100/liquidityPools/limitOrderUpdated.d.cts +86 -0
  310. package/dist/100/liquidityPools/limitOrderUpdated.d.mts +4 -4
  311. package/dist/100/liquidityPools/networkFeeTaken.cjs +9 -0
  312. package/dist/100/liquidityPools/networkFeeTaken.d.cts +12 -0
  313. package/dist/100/liquidityPools/newPoolCreated.cjs +14 -0
  314. package/dist/100/liquidityPools/newPoolCreated.d.cts +41 -0
  315. package/dist/100/liquidityPools/poolFeeSet.cjs +13 -0
  316. package/dist/100/liquidityPools/poolFeeSet.d.cts +38 -0
  317. package/dist/100/liquidityPools/poolStateUpdated.cjs +13 -0
  318. package/dist/100/liquidityPools/poolStateUpdated.d.cts +38 -0
  319. package/dist/100/liquidityPools/rangeOrderUpdated.cjs +21 -0
  320. package/dist/100/liquidityPools/rangeOrderUpdated.d.cts +209 -0
  321. package/dist/100/liquidityPools/rangeOrderUpdated.d.mts +10 -10
  322. package/dist/100/liquidityPools/updatedBuyInterval.cjs +8 -0
  323. package/dist/100/liquidityPools/updatedBuyInterval.d.cts +12 -0
  324. package/dist/100/liquidityProvider/accountCredited.cjs +13 -0
  325. package/dist/100/liquidityProvider/accountCredited.d.cts +28 -0
  326. package/dist/100/liquidityProvider/accountDebited.cjs +13 -0
  327. package/dist/100/liquidityProvider/accountDebited.d.cts +28 -0
  328. package/dist/100/liquidityProvider/liquidityDepositAddressReady.cjs +15 -0
  329. package/dist/100/liquidityProvider/liquidityDepositAddressReady.d.cts +67 -0
  330. package/dist/100/liquidityProvider/liquidityDepositAddressReady.d.mts +6 -6
  331. package/dist/100/liquidityProvider/liquidityRefundAddressRegistered.cjs +13 -0
  332. package/dist/100/liquidityProvider/liquidityRefundAddressRegistered.d.cts +206 -0
  333. package/dist/100/liquidityProvider/withdrawalEgressScheduled.cjs +14 -0
  334. package/dist/100/liquidityProvider/withdrawalEgressScheduled.d.cts +74 -0
  335. package/dist/100/liquidityProvider/withdrawalEgressScheduled.d.mts +4 -4
  336. package/dist/100/polkadotBroadcaster/broadcastAborted.cjs +8 -0
  337. package/dist/100/polkadotBroadcaster/broadcastAborted.d.cts +12 -0
  338. package/dist/100/polkadotBroadcaster/broadcastAttemptTimeout.cjs +9 -0
  339. package/dist/100/polkadotBroadcaster/broadcastAttemptTimeout.d.cts +27 -0
  340. package/dist/100/polkadotBroadcaster/broadcastCallbackExecuted.cjs +12 -0
  341. package/dist/100/polkadotBroadcaster/broadcastCallbackExecuted.d.cts +333 -0
  342. package/dist/100/polkadotBroadcaster/broadcastRetryScheduled.cjs +9 -0
  343. package/dist/100/polkadotBroadcaster/broadcastRetryScheduled.d.cts +27 -0
  344. package/dist/100/polkadotBroadcaster/broadcastSuccess.cjs +12 -0
  345. package/dist/100/polkadotBroadcaster/broadcastSuccess.d.cts +15 -0
  346. package/dist/100/polkadotBroadcaster/thresholdSignatureInvalid.cjs +11 -0
  347. package/dist/100/polkadotBroadcaster/thresholdSignatureInvalid.d.cts +15 -0
  348. package/dist/100/polkadotBroadcaster/transactionBroadcastRequest.cjs +14 -0
  349. package/dist/100/polkadotBroadcaster/transactionBroadcastRequest.d.cts +46 -0
  350. package/dist/100/polkadotBroadcaster/transactionBroadcastRequest.d.mts +2 -2
  351. package/dist/100/polkadotBroadcaster/transactionFeeDeficitRecorded.cjs +12 -0
  352. package/dist/100/polkadotBroadcaster/transactionFeeDeficitRecorded.d.cts +15 -0
  353. package/dist/100/polkadotBroadcaster/transactionFeeDeficitRefused.cjs +9 -0
  354. package/dist/100/polkadotBroadcaster/transactionFeeDeficitRefused.d.cts +12 -0
  355. package/dist/100/polkadotChainTracking/chainStateUpdated.cjs +9 -0
  356. package/dist/100/polkadotChainTracking/chainStateUpdated.d.cts +75 -0
  357. package/dist/100/polkadotIngressEgress/assetEgressStatusChanged.cjs +12 -0
  358. package/dist/100/polkadotIngressEgress/assetEgressStatusChanged.d.cts +25 -0
  359. package/dist/100/polkadotIngressEgress/batchBroadcastRequested.cjs +12 -0
  360. package/dist/100/polkadotIngressEgress/batchBroadcastRequested.d.cts +25 -0
  361. package/dist/100/polkadotIngressEgress/ccmBroadcastRequested.cjs +12 -0
  362. package/dist/100/polkadotIngressEgress/ccmBroadcastRequested.d.cts +25 -0
  363. package/dist/100/polkadotIngressEgress/ccmEgressInvalid.cjs +12 -0
  364. package/dist/100/polkadotIngressEgress/ccmEgressInvalid.d.cts +242 -0
  365. package/dist/100/polkadotIngressEgress/depositFetchesScheduled.cjs +12 -0
  366. package/dist/100/polkadotIngressEgress/depositFetchesScheduled.d.cts +25 -0
  367. package/dist/100/polkadotIngressEgress/depositFetchesScheduled.d.mts +2 -2
  368. package/dist/100/polkadotIngressEgress/depositIgnored.cjs +13 -0
  369. package/dist/100/polkadotIngressEgress/depositIgnored.d.cts +28 -0
  370. package/dist/100/polkadotIngressEgress/depositIgnored.d.mts +2 -2
  371. package/dist/100/polkadotIngressEgress/depositReceived.cjs +13 -0
  372. package/dist/100/polkadotIngressEgress/depositReceived.d.cts +28 -0
  373. package/dist/100/polkadotIngressEgress/depositReceived.d.mts +2 -2
  374. package/dist/100/polkadotIngressEgress/depositWitnessRejected.cjs +12 -0
  375. package/dist/100/polkadotIngressEgress/depositWitnessRejected.d.cts +264 -0
  376. package/dist/100/polkadotIngressEgress/depositWitnessRejected.d.mts +4 -4
  377. package/dist/100/polkadotIngressEgress/egressScheduled.cjs +14 -0
  378. package/dist/100/polkadotIngressEgress/egressScheduled.d.cts +41 -0
  379. package/dist/100/polkadotIngressEgress/minimumDepositSet.cjs +12 -0
  380. package/dist/100/polkadotIngressEgress/minimumDepositSet.d.cts +25 -0
  381. package/dist/100/polkadotIngressEgress/vaultTransferFailed.cjs +13 -0
  382. package/dist/100/polkadotIngressEgress/vaultTransferFailed.d.cts +28 -0
  383. package/dist/100/polkadotThresholdSigner/currentKeyUnavailable.cjs +11 -0
  384. package/dist/100/polkadotThresholdSigner/currentKeyUnavailable.d.cts +15 -0
  385. package/dist/100/polkadotThresholdSigner/failureReportProcessed.cjs +13 -0
  386. package/dist/100/polkadotThresholdSigner/failureReportProcessed.d.cts +18 -0
  387. package/dist/100/polkadotThresholdSigner/retryRequested.cjs +12 -0
  388. package/dist/100/polkadotThresholdSigner/retryRequested.d.cts +15 -0
  389. package/dist/100/polkadotThresholdSigner/signersUnavailable.cjs +11 -0
  390. package/dist/100/polkadotThresholdSigner/signersUnavailable.d.cts +15 -0
  391. package/dist/100/polkadotThresholdSigner/thresholdDispatchComplete.cjs +13 -0
  392. package/dist/100/polkadotThresholdSigner/thresholdDispatchComplete.d.cts +336 -0
  393. package/dist/100/polkadotThresholdSigner/thresholdDispatchComplete.d.mts +4 -4
  394. package/dist/100/polkadotThresholdSigner/thresholdSignatureFailed.cjs +13 -0
  395. package/dist/100/polkadotThresholdSigner/thresholdSignatureFailed.d.cts +18 -0
  396. package/dist/100/polkadotThresholdSigner/thresholdSignatureRequest.cjs +16 -0
  397. package/dist/100/polkadotThresholdSigner/thresholdSignatureRequest.d.cts +27 -0
  398. package/dist/100/polkadotThresholdSigner/thresholdSignatureResponseTimeoutUpdated.cjs +8 -0
  399. package/dist/100/polkadotThresholdSigner/thresholdSignatureResponseTimeoutUpdated.d.cts +12 -0
  400. package/dist/100/polkadotThresholdSigner/thresholdSignatureSuccess.cjs +12 -0
  401. package/dist/100/polkadotThresholdSigner/thresholdSignatureSuccess.d.cts +15 -0
  402. package/dist/100/polkadotVault/awaitingGovernanceActivation.cjs +9 -0
  403. package/dist/100/polkadotVault/awaitingGovernanceActivation.d.cts +12 -0
  404. package/dist/100/polkadotVault/keyHandoverFailure.cjs +9 -0
  405. package/dist/100/polkadotVault/keyHandoverFailure.d.cts +12 -0
  406. package/dist/100/polkadotVault/keyHandoverFailureReported.cjs +7 -0
  407. package/dist/100/polkadotVault/keyHandoverFailureReported.d.cts +6 -0
  408. package/dist/100/polkadotVault/keyHandoverRequest.cjs +17 -0
  409. package/dist/100/polkadotVault/keyHandoverRequest.d.cts +30 -0
  410. package/dist/100/polkadotVault/keyHandoverResponseTimeout.cjs +9 -0
  411. package/dist/100/polkadotVault/keyHandoverResponseTimeout.d.cts +12 -0
  412. package/dist/100/polkadotVault/keyHandoverSuccess.cjs +9 -0
  413. package/dist/100/polkadotVault/keyHandoverSuccess.d.cts +12 -0
  414. package/dist/100/polkadotVault/keyHandoverSuccessReported.cjs +7 -0
  415. package/dist/100/polkadotVault/keyHandoverSuccessReported.d.cts +6 -0
  416. package/dist/100/polkadotVault/keyHandoverVerificationFailure.cjs +9 -0
  417. package/dist/100/polkadotVault/keyHandoverVerificationFailure.d.cts +12 -0
  418. package/dist/100/polkadotVault/keyHandoverVerificationSuccess.cjs +9 -0
  419. package/dist/100/polkadotVault/keyHandoverVerificationSuccess.d.cts +12 -0
  420. package/dist/100/polkadotVault/keygenFailure.cjs +7 -0
  421. package/dist/100/polkadotVault/keygenFailure.d.cts +6 -0
  422. package/dist/100/polkadotVault/keygenFailureReported.cjs +7 -0
  423. package/dist/100/polkadotVault/keygenFailureReported.d.cts +6 -0
  424. package/dist/100/polkadotVault/keygenRequest.cjs +13 -0
  425. package/dist/100/polkadotVault/keygenRequest.d.cts +18 -0
  426. package/dist/100/polkadotVault/keygenResponseTimeout.cjs +7 -0
  427. package/dist/100/polkadotVault/keygenResponseTimeout.d.cts +6 -0
  428. package/dist/100/polkadotVault/keygenResponseTimeoutUpdated.cjs +8 -0
  429. package/dist/100/polkadotVault/keygenResponseTimeoutUpdated.d.cts +12 -0
  430. package/dist/100/polkadotVault/keygenSuccess.cjs +7 -0
  431. package/dist/100/polkadotVault/keygenSuccess.d.cts +6 -0
  432. package/dist/100/polkadotVault/keygenSuccessReported.cjs +7 -0
  433. package/dist/100/polkadotVault/keygenSuccessReported.d.cts +6 -0
  434. package/dist/100/polkadotVault/keygenVerificationFailure.cjs +9 -0
  435. package/dist/100/polkadotVault/keygenVerificationFailure.d.cts +12 -0
  436. package/dist/100/polkadotVault/keygenVerificationSuccess.cjs +9 -0
  437. package/dist/100/polkadotVault/keygenVerificationSuccess.d.cts +12 -0
  438. package/dist/100/polkadotVault/noKeyHandover.cjs +8 -0
  439. package/dist/100/polkadotVault/noKeyHandover.d.cts +6 -0
  440. package/dist/100/polkadotVault/vaultRotatedExternally.cjs +7 -0
  441. package/dist/100/polkadotVault/vaultRotatedExternally.d.cts +6 -0
  442. package/dist/100/polkadotVault/vaultRotationAborted.cjs +8 -0
  443. package/dist/100/polkadotVault/vaultRotationAborted.d.cts +6 -0
  444. package/dist/100/polkadotVault/vaultRotationCompleted.cjs +8 -0
  445. package/dist/100/polkadotVault/vaultRotationCompleted.d.cts +6 -0
  446. package/dist/100/reputation/accrualRateUpdated.cjs +11 -0
  447. package/dist/100/reputation/accrualRateUpdated.d.cts +15 -0
  448. package/dist/100/reputation/missedHeartbeatPenaltyUpdated.cjs +8 -0
  449. package/dist/100/reputation/missedHeartbeatPenaltyUpdated.d.cts +12 -0
  450. package/dist/100/reputation/offencePenalty.cjs +13 -0
  451. package/dist/100/reputation/offencePenalty.d.cts +28 -0
  452. package/dist/100/reputation/penaltyUpdated.cjs +13 -0
  453. package/dist/100/reputation/penaltyUpdated.d.cts +58 -0
  454. package/dist/100/session/newSession.cjs +8 -0
  455. package/dist/100/session/newSession.d.cts +12 -0
  456. package/dist/100/swapping/batchSwapFailed.cjs +13 -0
  457. package/dist/100/swapping/batchSwapFailed.d.cts +38 -0
  458. package/dist/100/swapping/ccmDepositReceived.cjs +16 -0
  459. package/dist/100/swapping/ccmDepositReceived.d.cts +354 -0
  460. package/dist/100/swapping/ccmEgressScheduled.cjs +12 -0
  461. package/dist/100/swapping/ccmEgressScheduled.d.cts +25 -0
  462. package/dist/100/swapping/ccmFailed.cjs +13 -0
  463. package/dist/100/swapping/ccmFailed.d.cts +355 -0
  464. package/dist/100/swapping/ccmFailed.d.mts +4 -4
  465. package/dist/100/swapping/minimumSwapAmountSet.cjs +12 -0
  466. package/dist/100/swapping/minimumSwapAmountSet.d.cts +25 -0
  467. package/dist/100/swapping/swapAmountTooLow.cjs +14 -0
  468. package/dist/100/swapping/swapAmountTooLow.d.cts +149 -0
  469. package/dist/100/swapping/swapAmountTooLow.d.mts +4 -4
  470. package/dist/100/swapping/swapDepositAddressReady.cjs +18 -0
  471. package/dist/100/swapping/swapDepositAddressReady.d.cts +139 -0
  472. package/dist/100/swapping/swapDepositAddressReady.d.mts +2 -2
  473. package/dist/100/swapping/swapEgressScheduled.cjs +14 -0
  474. package/dist/100/swapping/swapEgressScheduled.d.cts +41 -0
  475. package/dist/100/swapping/swapEgressScheduled.d.mts +2 -2
  476. package/dist/100/swapping/swapExecuted.cjs +16 -0
  477. package/dist/100/swapping/swapExecuted.d.cts +47 -0
  478. package/dist/100/swapping/swapExecuted.d.mts +2 -2
  479. package/dist/100/swapping/swapScheduled.cjs +18 -0
  480. package/dist/100/swapping/swapScheduled.d.cts +450 -0
  481. package/dist/100/swapping/swapScheduled.d.mts +8 -8
  482. package/dist/100/swapping/withdrawalRequested.cjs +13 -0
  483. package/dist/100/swapping/withdrawalRequested.d.cts +61 -0
  484. package/dist/100/swapping/withdrawalRequested.d.mts +4 -4
  485. package/dist/100/system/codeUpdated.cjs +8 -0
  486. package/dist/100/system/codeUpdated.d.cts +6 -0
  487. package/dist/100/system/extrinsicFailed.cjs +12 -0
  488. package/dist/100/system/extrinsicFailed.d.cts +297 -0
  489. package/dist/100/system/extrinsicSuccess.cjs +9 -0
  490. package/dist/100/system/extrinsicSuccess.d.cts +77 -0
  491. package/dist/100/system/killedAccount.cjs +9 -0
  492. package/dist/100/system/killedAccount.d.cts +12 -0
  493. package/dist/100/system/newAccount.cjs +9 -0
  494. package/dist/100/system/newAccount.d.cts +12 -0
  495. package/dist/100/system/remarked.cjs +12 -0
  496. package/dist/100/system/remarked.d.cts +15 -0
  497. package/dist/100/tokenholderGovernance/govKeyUpdatedHasFailed.cjs +12 -0
  498. package/dist/100/tokenholderGovernance/govKeyUpdatedHasFailed.d.cts +25 -0
  499. package/dist/100/tokenholderGovernance/govKeyUpdatedWasSuccessful.cjs +12 -0
  500. package/dist/100/tokenholderGovernance/govKeyUpdatedWasSuccessful.d.cts +25 -0
  501. package/dist/100/tokenholderGovernance/proposalEnacted.cjs +9 -0
  502. package/dist/100/tokenholderGovernance/proposalEnacted.d.cts +54 -0
  503. package/dist/100/tokenholderGovernance/proposalPassed.cjs +9 -0
  504. package/dist/100/tokenholderGovernance/proposalPassed.d.cts +54 -0
  505. package/dist/100/tokenholderGovernance/proposalRejected.cjs +9 -0
  506. package/dist/100/tokenholderGovernance/proposalRejected.d.cts +54 -0
  507. package/dist/100/tokenholderGovernance/proposalSubmitted.cjs +9 -0
  508. package/dist/100/tokenholderGovernance/proposalSubmitted.d.cts +54 -0
  509. package/dist/100/transactionPayment/transactionFeePaid.cjs +13 -0
  510. package/dist/100/transactionPayment/transactionFeePaid.d.cts +18 -0
  511. package/dist/100/validator/auctionCompleted.cjs +9 -0
  512. package/dist/100/validator/auctionCompleted.d.cts +6 -0
  513. package/dist/100/validator/cFEVersionUpdated.cjs +13 -0
  514. package/dist/100/validator/cFEVersionUpdated.d.cts +58 -0
  515. package/dist/100/validator/newEpoch.cjs +8 -0
  516. package/dist/100/validator/newEpoch.d.cts +6 -0
  517. package/dist/100/validator/palletConfigUpdated.cjs +9 -0
  518. package/dist/100/validator/palletConfigUpdated.d.cts +188 -0
  519. package/dist/100/validator/peerIdRegistered.cjs +14 -0
  520. package/dist/100/validator/peerIdRegistered.d.cts +6 -0
  521. package/dist/100/validator/peerIdUnregistered.cjs +9 -0
  522. package/dist/100/validator/peerIdUnregistered.d.cts +6 -0
  523. package/dist/100/validator/rotationAborted.cjs +8 -0
  524. package/dist/100/validator/rotationAborted.d.cts +6 -0
  525. package/dist/100/validator/rotationPhaseUpdated.cjs +9 -0
  526. package/dist/100/validator/rotationPhaseUpdated.d.cts +307 -0
  527. package/dist/100/validator/vanityNameSet.cjs +9 -0
  528. package/dist/100/validator/vanityNameSet.d.cts +6 -0
  529. package/dist/100/witnesser/prewitnessed.cjs +8 -0
  530. package/dist/100/witnesser/prewitnessed.d.cts +12 -0
  531. package/dist/100/witnesser/witnessExecutionFailed.cjs +12 -0
  532. package/dist/100/witnesser/witnessExecutionFailed.d.cts +232 -0
  533. package/dist/102/_virtual/rolldown_runtime.cjs +29 -0
  534. package/dist/102/accountRoles/accountRoleRegistered.cjs +12 -0
  535. package/dist/102/accountRoles/accountRoleRegistered.d.cts +25 -0
  536. package/dist/102/common.cjs +91 -0
  537. package/dist/102/common.d.cts +186 -0
  538. package/dist/102/swapping/maximumSwapAmountSet.cjs +12 -0
  539. package/dist/102/swapping/maximumSwapAmountSet.d.cts +25 -0
  540. package/dist/102/swapping/swapAmountConfiscated.cjs +15 -0
  541. package/dist/102/swapping/swapAmountConfiscated.d.cts +44 -0
  542. package/dist/102/validator/palletConfigUpdated.cjs +9 -0
  543. package/dist/102/validator/palletConfigUpdated.d.cts +203 -0
  544. package/dist/11000/_virtual/rolldown_runtime.cjs +29 -0
  545. package/dist/11000/arbitrumIngressEgress/ccmEgressInvalid.cjs +12 -0
  546. package/dist/11000/arbitrumIngressEgress/ccmEgressInvalid.d.cts +971 -0
  547. package/dist/11000/arbitrumIngressEgress/ccmEgressInvalid.d.mts +26 -26
  548. package/dist/11000/arbitrumIngressEgress/depositFailed.cjs +13 -0
  549. package/dist/11000/arbitrumIngressEgress/depositFailed.d.cts +1355 -0
  550. package/dist/11000/arbitrumIngressEgress/depositFailed.d.mts +34 -34
  551. package/dist/11000/arbitrumIngressEgress/failedToBuildAllBatchCall.cjs +9 -0
  552. package/dist/11000/arbitrumIngressEgress/failedToBuildAllBatchCall.d.cts +978 -0
  553. package/dist/11000/arbitrumIngressEgress/failedToBuildAllBatchCall.d.mts +22 -22
  554. package/dist/11000/arbitrumIngressEgress/invalidCcmRefunded.cjs +13 -0
  555. package/dist/11000/arbitrumIngressEgress/invalidCcmRefunded.d.cts +28 -0
  556. package/dist/11000/arbitrumIngressEgress/palletConfigUpdated.cjs +9 -0
  557. package/dist/11000/arbitrumIngressEgress/palletConfigUpdated.d.cts +136 -0
  558. package/dist/11000/assethubIngressEgress/ccmEgressInvalid.cjs +12 -0
  559. package/dist/11000/assethubIngressEgress/ccmEgressInvalid.d.cts +971 -0
  560. package/dist/11000/assethubIngressEgress/ccmEgressInvalid.d.mts +26 -26
  561. package/dist/11000/assethubIngressEgress/depositFailed.cjs +13 -0
  562. package/dist/11000/assethubIngressEgress/depositFailed.d.cts +1346 -0
  563. package/dist/11000/assethubIngressEgress/depositFailed.d.mts +52 -52
  564. package/dist/11000/assethubIngressEgress/failedToBuildAllBatchCall.cjs +9 -0
  565. package/dist/11000/assethubIngressEgress/failedToBuildAllBatchCall.d.cts +978 -0
  566. package/dist/11000/assethubIngressEgress/failedToBuildAllBatchCall.d.mts +22 -22
  567. package/dist/11000/assethubIngressEgress/invalidCcmRefunded.cjs +13 -0
  568. package/dist/11000/assethubIngressEgress/invalidCcmRefunded.d.cts +28 -0
  569. package/dist/11000/assethubIngressEgress/palletConfigUpdated.cjs +9 -0
  570. package/dist/11000/assethubIngressEgress/palletConfigUpdated.d.cts +136 -0
  571. package/dist/11000/bitcoinElections/allVotesCleared.cjs +8 -0
  572. package/dist/11000/bitcoinElections/allVotesCleared.d.cts +6 -0
  573. package/dist/11000/bitcoinElections/allVotesNotCleared.cjs +8 -0
  574. package/dist/11000/bitcoinElections/allVotesNotCleared.d.cts +6 -0
  575. package/dist/11000/bitcoinElections/corruptStorage.cjs +8 -0
  576. package/dist/11000/bitcoinElections/corruptStorage.d.cts +6 -0
  577. package/dist/11000/bitcoinElections/electoralEvent.cjs +7 -0
  578. package/dist/11000/bitcoinElections/electoralEvent.d.cts +30 -0
  579. package/dist/11000/bitcoinElections/uninitialized.cjs +8 -0
  580. package/dist/11000/bitcoinElections/uninitialized.d.cts +6 -0
  581. package/dist/11000/bitcoinElections/unknownElection.cjs +9 -0
  582. package/dist/11000/bitcoinElections/unknownElection.d.cts +14 -0
  583. package/dist/11000/bitcoinIngressEgress/ccmEgressInvalid.cjs +12 -0
  584. package/dist/11000/bitcoinIngressEgress/ccmEgressInvalid.d.cts +971 -0
  585. package/dist/11000/bitcoinIngressEgress/ccmEgressInvalid.d.mts +26 -26
  586. package/dist/11000/bitcoinIngressEgress/depositFailed.cjs +13 -0
  587. package/dist/11000/bitcoinIngressEgress/depositFailed.d.cts +2264 -0
  588. package/dist/11000/bitcoinIngressEgress/depositFailed.d.mts +34 -34
  589. package/dist/11000/bitcoinIngressEgress/failedToBuildAllBatchCall.cjs +9 -0
  590. package/dist/11000/bitcoinIngressEgress/failedToBuildAllBatchCall.d.cts +978 -0
  591. package/dist/11000/bitcoinIngressEgress/failedToBuildAllBatchCall.d.mts +22 -22
  592. package/dist/11000/bitcoinIngressEgress/invalidCcmRefunded.cjs +13 -0
  593. package/dist/11000/bitcoinIngressEgress/invalidCcmRefunded.d.cts +123 -0
  594. package/dist/11000/bitcoinIngressEgress/palletConfigUpdated.cjs +9 -0
  595. package/dist/11000/bitcoinIngressEgress/palletConfigUpdated.d.cts +136 -0
  596. package/dist/11000/common.cjs +1289 -0
  597. package/dist/11000/common.d.cts +21444 -0
  598. package/dist/11000/common.d.mts +382 -382
  599. package/dist/11000/environment/runtimeSafeModeUpdated.cjs +9 -0
  600. package/dist/11000/environment/runtimeSafeModeUpdated.d.cts +1366 -0
  601. package/dist/11000/environment/solanaGovCallDispatched.cjs +12 -0
  602. package/dist/11000/environment/solanaGovCallDispatched.d.cts +95 -0
  603. package/dist/11000/ethereumIngressEgress/ccmEgressInvalid.cjs +12 -0
  604. package/dist/11000/ethereumIngressEgress/ccmEgressInvalid.d.cts +971 -0
  605. package/dist/11000/ethereumIngressEgress/ccmEgressInvalid.d.mts +26 -26
  606. package/dist/11000/ethereumIngressEgress/depositFailed.cjs +13 -0
  607. package/dist/11000/ethereumIngressEgress/depositFailed.d.cts +1355 -0
  608. package/dist/11000/ethereumIngressEgress/depositFailed.d.mts +34 -34
  609. package/dist/11000/ethereumIngressEgress/failedToBuildAllBatchCall.cjs +9 -0
  610. package/dist/11000/ethereumIngressEgress/failedToBuildAllBatchCall.d.cts +978 -0
  611. package/dist/11000/ethereumIngressEgress/failedToBuildAllBatchCall.d.mts +22 -22
  612. package/dist/11000/ethereumIngressEgress/invalidCcmRefunded.cjs +13 -0
  613. package/dist/11000/ethereumIngressEgress/invalidCcmRefunded.d.cts +28 -0
  614. package/dist/11000/ethereumIngressEgress/palletConfigUpdated.cjs +9 -0
  615. package/dist/11000/ethereumIngressEgress/palletConfigUpdated.d.cts +136 -0
  616. package/dist/11000/funding/rebalance.cjs +13 -0
  617. package/dist/11000/funding/rebalance.d.cts +18 -0
  618. package/dist/11000/lendingPools/boostFundsAdded.cjs +13 -0
  619. package/dist/11000/lendingPools/boostFundsAdded.d.cts +45 -0
  620. package/dist/11000/lendingPools/boostFundsAdded.d.mts +8 -8
  621. package/dist/11000/lendingPools/boostPoolCreated.cjs +9 -0
  622. package/dist/11000/lendingPools/boostPoolCreated.d.cts +39 -0
  623. package/dist/11000/lendingPools/boostPoolCreated.d.mts +8 -8
  624. package/dist/11000/lendingPools/palletConfigUpdated.cjs +9 -0
  625. package/dist/11000/lendingPools/palletConfigUpdated.d.cts +27 -0
  626. package/dist/11000/lendingPools/stoppedBoosting.cjs +14 -0
  627. package/dist/11000/lendingPools/stoppedBoosting.d.cts +48 -0
  628. package/dist/11000/lendingPools/stoppedBoosting.d.mts +8 -8
  629. package/dist/11000/polkadotIngressEgress/ccmEgressInvalid.cjs +12 -0
  630. package/dist/11000/polkadotIngressEgress/ccmEgressInvalid.d.cts +971 -0
  631. package/dist/11000/polkadotIngressEgress/ccmEgressInvalid.d.mts +26 -26
  632. package/dist/11000/polkadotIngressEgress/depositFailed.cjs +13 -0
  633. package/dist/11000/polkadotIngressEgress/depositFailed.d.cts +1346 -0
  634. package/dist/11000/polkadotIngressEgress/depositFailed.d.mts +52 -52
  635. package/dist/11000/polkadotIngressEgress/failedToBuildAllBatchCall.cjs +9 -0
  636. package/dist/11000/polkadotIngressEgress/failedToBuildAllBatchCall.d.cts +978 -0
  637. package/dist/11000/polkadotIngressEgress/failedToBuildAllBatchCall.d.mts +22 -22
  638. package/dist/11000/polkadotIngressEgress/invalidCcmRefunded.cjs +13 -0
  639. package/dist/11000/polkadotIngressEgress/invalidCcmRefunded.d.cts +28 -0
  640. package/dist/11000/polkadotIngressEgress/palletConfigUpdated.cjs +9 -0
  641. package/dist/11000/polkadotIngressEgress/palletConfigUpdated.d.cts +136 -0
  642. package/dist/11000/solanaElections/electoralEvent.cjs +8 -0
  643. package/dist/11000/solanaElections/electoralEvent.d.cts +6 -0
  644. package/dist/11000/solanaElections/unknownElection.cjs +9 -0
  645. package/dist/11000/solanaElections/unknownElection.d.cts +54 -0
  646. package/dist/11000/solanaIngressEgress/ccmEgressInvalid.cjs +12 -0
  647. package/dist/11000/solanaIngressEgress/ccmEgressInvalid.d.cts +971 -0
  648. package/dist/11000/solanaIngressEgress/ccmEgressInvalid.d.mts +26 -26
  649. package/dist/11000/solanaIngressEgress/depositFailed.cjs +13 -0
  650. package/dist/11000/solanaIngressEgress/depositFailed.d.cts +1305 -0
  651. package/dist/11000/solanaIngressEgress/depositFailed.d.mts +34 -34
  652. package/dist/11000/solanaIngressEgress/failedToBuildAllBatchCall.cjs +9 -0
  653. package/dist/11000/solanaIngressEgress/failedToBuildAllBatchCall.d.cts +978 -0
  654. package/dist/11000/solanaIngressEgress/failedToBuildAllBatchCall.d.mts +22 -22
  655. package/dist/11000/solanaIngressEgress/invalidCcmRefunded.cjs +13 -0
  656. package/dist/11000/solanaIngressEgress/invalidCcmRefunded.d.cts +28 -0
  657. package/dist/11000/solanaIngressEgress/palletConfigUpdated.cjs +9 -0
  658. package/dist/11000/solanaIngressEgress/palletConfigUpdated.d.cts +136 -0
  659. package/dist/11000/swapping/palletConfigUpdated.cjs +9 -0
  660. package/dist/11000/swapping/palletConfigUpdated.d.cts +255 -0
  661. package/dist/11000/swapping/palletConfigUpdated.d.mts +32 -32
  662. package/dist/11000/swapping/refundEgressScheduled.cjs +16 -0
  663. package/dist/11000/swapping/refundEgressScheduled.d.cts +57 -0
  664. package/dist/11000/swapping/refundEgressScheduled.d.mts +16 -16
  665. package/dist/11000/swapping/refundedOnChain.cjs +15 -0
  666. package/dist/11000/swapping/refundedOnChain.d.cts +34 -0
  667. package/dist/11000/swapping/refundedOnChain.d.mts +8 -8
  668. package/dist/11000/swapping/swapDepositAddressReady.cjs +24 -0
  669. package/dist/11000/swapping/swapDepositAddressReady.d.cts +657 -0
  670. package/dist/11000/swapping/swapDepositAddressReady.d.mts +18 -18
  671. package/dist/11000/swapping/swapRequested.cjs +19 -0
  672. package/dist/11000/swapping/swapRequested.d.cts +1434 -0
  673. package/dist/11000/swapping/swapRequested.d.mts +16 -16
  674. package/dist/11000/tradingStrategy/strategyDeployed.cjs +13 -0
  675. package/dist/11000/tradingStrategy/strategyDeployed.d.cts +134 -0
  676. package/dist/11000/tradingStrategy/strategyDeployed.d.mts +24 -24
  677. package/dist/11000/validator/palletConfigUpdated.cjs +9 -0
  678. package/dist/11000/validator/palletConfigUpdated.d.cts +218 -0
  679. package/dist/111/_virtual/rolldown_runtime.cjs +29 -0
  680. package/dist/111/bitcoinBroadcaster/callResigned.cjs +8 -0
  681. package/dist/111/bitcoinBroadcaster/callResigned.d.cts +12 -0
  682. package/dist/111/bitcoinBroadcaster/thresholdSignatureInvalid.cjs +9 -0
  683. package/dist/111/bitcoinBroadcaster/thresholdSignatureInvalid.d.cts +27 -0
  684. package/dist/111/bitcoinIngressEgress/ccmBroadcastFailed.cjs +8 -0
  685. package/dist/111/bitcoinIngressEgress/ccmBroadcastFailed.d.cts +12 -0
  686. package/dist/111/bitcoinIngressEgress/failedForeignChainCallExpired.cjs +8 -0
  687. package/dist/111/bitcoinIngressEgress/failedForeignChainCallExpired.d.cts +12 -0
  688. package/dist/111/bitcoinIngressEgress/failedForeignChainCallResigned.cjs +11 -0
  689. package/dist/111/bitcoinIngressEgress/failedForeignChainCallResigned.d.cts +15 -0
  690. package/dist/111/bitcoinIngressEgress/transferFallbackRequested.cjs +14 -0
  691. package/dist/111/bitcoinIngressEgress/transferFallbackRequested.d.cts +126 -0
  692. package/dist/111/bitcoinIngressEgress/transferFallbackRequested.d.mts +22 -22
  693. package/dist/111/common.cjs +159 -0
  694. package/dist/111/common.d.cts +457 -0
  695. package/dist/111/common.d.mts +30 -30
  696. package/dist/111/ethereumBroadcaster/callResigned.cjs +8 -0
  697. package/dist/111/ethereumBroadcaster/callResigned.d.cts +12 -0
  698. package/dist/111/ethereumBroadcaster/thresholdSignatureInvalid.cjs +9 -0
  699. package/dist/111/ethereumBroadcaster/thresholdSignatureInvalid.d.cts +27 -0
  700. package/dist/111/ethereumIngressEgress/ccmBroadcastFailed.cjs +8 -0
  701. package/dist/111/ethereumIngressEgress/ccmBroadcastFailed.d.cts +12 -0
  702. package/dist/111/ethereumIngressEgress/failedForeignChainCallExpired.cjs +8 -0
  703. package/dist/111/ethereumIngressEgress/failedForeignChainCallExpired.d.cts +12 -0
  704. package/dist/111/ethereumIngressEgress/failedForeignChainCallResigned.cjs +11 -0
  705. package/dist/111/ethereumIngressEgress/failedForeignChainCallResigned.d.cts +15 -0
  706. package/dist/111/ethereumIngressEgress/transferFallbackRequested.cjs +14 -0
  707. package/dist/111/ethereumIngressEgress/transferFallbackRequested.d.cts +31 -0
  708. package/dist/111/ethereumIngressEgress/transferFallbackRequested.d.mts +2 -2
  709. package/dist/111/liquidityPools/limitOrderSetOrUpdateScheduled.cjs +13 -0
  710. package/dist/111/liquidityPools/limitOrderSetOrUpdateScheduled.d.cts +18 -0
  711. package/dist/111/liquidityPools/limitOrderUpdated.cjs +20 -0
  712. package/dist/111/liquidityPools/limitOrderUpdated.d.cts +99 -0
  713. package/dist/111/liquidityPools/limitOrderUpdated.d.mts +20 -20
  714. package/dist/111/liquidityPools/newPoolCreated.cjs +14 -0
  715. package/dist/111/liquidityPools/newPoolCreated.d.cts +41 -0
  716. package/dist/111/liquidityPools/newPoolCreated.d.mts +12 -12
  717. package/dist/111/liquidityPools/poolFeeSet.cjs +13 -0
  718. package/dist/111/liquidityPools/poolFeeSet.d.cts +38 -0
  719. package/dist/111/liquidityPools/poolFeeSet.d.mts +12 -12
  720. package/dist/111/liquidityPools/rangeOrderUpdated.cjs +21 -0
  721. package/dist/111/liquidityPools/rangeOrderUpdated.d.cts +209 -0
  722. package/dist/111/liquidityPools/rangeOrderUpdated.d.mts +20 -20
  723. package/dist/111/liquidityPools/scheduledLimitOrderUpdateDispatchFailure.cjs +13 -0
  724. package/dist/111/liquidityPools/scheduledLimitOrderUpdateDispatchFailure.d.cts +235 -0
  725. package/dist/111/liquidityPools/scheduledLimitOrderUpdateDispatchFailure.d.mts +16 -16
  726. package/dist/111/liquidityPools/scheduledLimitOrderUpdateDispatchSuccess.cjs +12 -0
  727. package/dist/111/liquidityPools/scheduledLimitOrderUpdateDispatchSuccess.d.cts +15 -0
  728. package/dist/111/polkadotBroadcaster/callResigned.cjs +8 -0
  729. package/dist/111/polkadotBroadcaster/callResigned.d.cts +12 -0
  730. package/dist/111/polkadotBroadcaster/thresholdSignatureInvalid.cjs +9 -0
  731. package/dist/111/polkadotBroadcaster/thresholdSignatureInvalid.d.cts +27 -0
  732. package/dist/111/polkadotIngressEgress/ccmBroadcastFailed.cjs +8 -0
  733. package/dist/111/polkadotIngressEgress/ccmBroadcastFailed.d.cts +12 -0
  734. package/dist/111/polkadotIngressEgress/failedForeignChainCallExpired.cjs +8 -0
  735. package/dist/111/polkadotIngressEgress/failedForeignChainCallExpired.d.cts +12 -0
  736. package/dist/111/polkadotIngressEgress/failedForeignChainCallResigned.cjs +11 -0
  737. package/dist/111/polkadotIngressEgress/failedForeignChainCallResigned.d.cts +15 -0
  738. package/dist/111/polkadotIngressEgress/transferFallbackRequested.cjs +14 -0
  739. package/dist/111/polkadotIngressEgress/transferFallbackRequested.d.cts +31 -0
  740. package/dist/111/polkadotIngressEgress/transferFallbackRequested.d.mts +2 -2
  741. package/dist/11100/_virtual/rolldown_runtime.cjs +29 -0
  742. package/dist/11100/accountRoles/accountRoleDeregistered.cjs +12 -0
  743. package/dist/11100/accountRoles/accountRoleDeregistered.d.cts +25 -0
  744. package/dist/11100/accountRoles/accountRoleRegistered.cjs +12 -0
  745. package/dist/11100/accountRoles/accountRoleRegistered.d.cts +25 -0
  746. package/dist/11100/accountRoles/subAccountCallExecuted.cjs +13 -0
  747. package/dist/11100/accountRoles/subAccountCallExecuted.d.cts +18 -0
  748. package/dist/11100/accountRoles/subAccountCreated.cjs +13 -0
  749. package/dist/11100/accountRoles/subAccountCreated.d.cts +18 -0
  750. package/dist/11100/arbitrumIngressEgress/depositFailed.cjs +13 -0
  751. package/dist/11100/arbitrumIngressEgress/depositFailed.d.cts +1417 -0
  752. package/dist/11100/arbitrumIngressEgress/depositFailed.d.mts +2 -2
  753. package/dist/11100/arbitrumIngressEgress/palletConfigUpdated.cjs +9 -0
  754. package/dist/11100/arbitrumIngressEgress/palletConfigUpdated.d.cts +136 -0
  755. package/dist/11100/assethubIngressEgress/depositFailed.cjs +13 -0
  756. package/dist/11100/assethubIngressEgress/depositFailed.d.cts +1408 -0
  757. package/dist/11100/assethubIngressEgress/depositFailed.d.mts +2 -2
  758. package/dist/11100/assethubIngressEgress/palletConfigUpdated.cjs +9 -0
  759. package/dist/11100/assethubIngressEgress/palletConfigUpdated.d.cts +136 -0
  760. package/dist/11100/bitcoinIngressEgress/depositFailed.cjs +13 -0
  761. package/dist/11100/bitcoinIngressEgress/depositFailed.d.cts +2326 -0
  762. package/dist/11100/bitcoinIngressEgress/depositFailed.d.mts +2 -2
  763. package/dist/11100/bitcoinIngressEgress/palletConfigUpdated.cjs +9 -0
  764. package/dist/11100/bitcoinIngressEgress/palletConfigUpdated.d.cts +136 -0
  765. package/dist/11100/common.cjs +1246 -0
  766. package/dist/11100/common.d.cts +24514 -0
  767. package/dist/11100/common.d.mts +18 -18
  768. package/dist/11100/environment/runtimeSafeModeUpdated.cjs +9 -0
  769. package/dist/11100/environment/runtimeSafeModeUpdated.d.cts +1516 -0
  770. package/dist/11100/ethereumIngressEgress/depositFailed.cjs +13 -0
  771. package/dist/11100/ethereumIngressEgress/depositFailed.d.cts +1417 -0
  772. package/dist/11100/ethereumIngressEgress/depositFailed.d.mts +2 -2
  773. package/dist/11100/ethereumIngressEgress/palletConfigUpdated.cjs +9 -0
  774. package/dist/11100/ethereumIngressEgress/palletConfigUpdated.d.cts +136 -0
  775. package/dist/11100/flip/bondUpdated.cjs +12 -0
  776. package/dist/11100/flip/bondUpdated.d.cts +15 -0
  777. package/dist/11100/flip/flipMinted.cjs +12 -0
  778. package/dist/11100/flip/flipMinted.d.cts +15 -0
  779. package/dist/11100/funding/sCCallCannotBeDecoded.cjs +13 -0
  780. package/dist/11100/funding/sCCallCannotBeDecoded.d.cts +18 -0
  781. package/dist/11100/funding/sCCallCannotBeDecoded.d.mts +2 -2
  782. package/dist/11100/funding/sCCallCannotBeExecuted.cjs +14 -0
  783. package/dist/11100/funding/sCCallCannotBeExecuted.d.cts +625 -0
  784. package/dist/11100/funding/sCCallCannotBeExecuted.d.mts +2 -2
  785. package/dist/11100/funding/sCCallExecuted.cjs +13 -0
  786. package/dist/11100/funding/sCCallExecuted.d.cts +252 -0
  787. package/dist/11100/funding/sCCallExecuted.d.mts +2 -2
  788. package/dist/11100/genericElections/allVotesCleared.cjs +8 -0
  789. package/dist/11100/genericElections/allVotesCleared.d.cts +6 -0
  790. package/dist/11100/genericElections/allVotesNotCleared.cjs +8 -0
  791. package/dist/11100/genericElections/allVotesNotCleared.d.cts +6 -0
  792. package/dist/11100/genericElections/corruptStorage.cjs +8 -0
  793. package/dist/11100/genericElections/corruptStorage.d.cts +6 -0
  794. package/dist/11100/genericElections/electoralEvent.cjs +7 -0
  795. package/dist/11100/genericElections/electoralEvent.d.cts +64 -0
  796. package/dist/11100/genericElections/uninitialized.cjs +8 -0
  797. package/dist/11100/genericElections/uninitialized.d.cts +6 -0
  798. package/dist/11100/genericElections/unknownElection.cjs +9 -0
  799. package/dist/11100/genericElections/unknownElection.d.cts +14 -0
  800. package/dist/11100/lendingPools/collateralAdded.cjs +13 -0
  801. package/dist/11100/lendingPools/collateralAdded.d.cts +38 -0
  802. package/dist/11100/lendingPools/collateralRemoved.cjs +13 -0
  803. package/dist/11100/lendingPools/collateralRemoved.d.cts +38 -0
  804. package/dist/11100/lendingPools/lendingFeeCollectionInitiated.cjs +12 -0
  805. package/dist/11100/lendingPools/lendingFeeCollectionInitiated.d.cts +25 -0
  806. package/dist/11100/lendingPools/lendingFundsAdded.cjs +13 -0
  807. package/dist/11100/lendingPools/lendingFundsAdded.d.cts +28 -0
  808. package/dist/11100/lendingPools/lendingFundsRemoved.cjs +13 -0
  809. package/dist/11100/lendingPools/lendingFundsRemoved.d.cts +28 -0
  810. package/dist/11100/lendingPools/lendingPoolCreated.cjs +9 -0
  811. package/dist/11100/lendingPools/lendingPoolCreated.d.cts +22 -0
  812. package/dist/11100/lendingPools/liquidationInitiated.cjs +13 -0
  813. package/dist/11100/lendingPools/liquidationInitiated.d.cts +18 -0
  814. package/dist/11100/lendingPools/loanCreated.cjs +15 -0
  815. package/dist/11100/lendingPools/loanCreated.d.cts +34 -0
  816. package/dist/11100/lendingPools/loanRepaid.cjs +13 -0
  817. package/dist/11100/lendingPools/loanRepaid.d.cts +28 -0
  818. package/dist/11100/lendingPools/loanSettled.cjs +12 -0
  819. package/dist/11100/lendingPools/loanSettled.d.cts +25 -0
  820. package/dist/11100/lendingPools/loanUpdated.cjs +13 -0
  821. package/dist/11100/lendingPools/loanUpdated.d.cts +18 -0
  822. package/dist/11100/polkadotIngressEgress/depositFailed.cjs +13 -0
  823. package/dist/11100/polkadotIngressEgress/depositFailed.d.cts +1408 -0
  824. package/dist/11100/polkadotIngressEgress/depositFailed.d.mts +2 -2
  825. package/dist/11100/polkadotIngressEgress/palletConfigUpdated.cjs +9 -0
  826. package/dist/11100/polkadotIngressEgress/palletConfigUpdated.d.cts +136 -0
  827. package/dist/11100/solanaIngressEgress/depositFailed.cjs +13 -0
  828. package/dist/11100/solanaIngressEgress/depositFailed.d.cts +1367 -0
  829. package/dist/11100/solanaIngressEgress/depositFailed.d.mts +2 -2
  830. package/dist/11100/solanaIngressEgress/palletConfigUpdated.cjs +9 -0
  831. package/dist/11100/solanaIngressEgress/palletConfigUpdated.d.cts +136 -0
  832. package/dist/11100/swapping/swapAborted.cjs +12 -0
  833. package/dist/11100/swapping/swapAborted.d.cts +25 -0
  834. package/dist/11100/swapping/swapDepositAddressReady.cjs +24 -0
  835. package/dist/11100/swapping/swapDepositAddressReady.d.cts +695 -0
  836. package/dist/11100/swapping/swapExecuted.cjs +20 -0
  837. package/dist/11100/swapping/swapExecuted.d.cts +59 -0
  838. package/dist/11100/swapping/swapExecuted.d.mts +2 -2
  839. package/dist/11100/swapping/swapRequested.cjs +19 -0
  840. package/dist/11100/swapping/swapRequested.d.cts +3022 -0
  841. package/dist/11100/swapping/swapRequested.d.mts +22 -22
  842. package/dist/11100/swapping/swapRescheduled.cjs +13 -0
  843. package/dist/11100/swapping/swapRescheduled.d.cts +28 -0
  844. package/dist/11100/validator/delegated.cjs +13 -0
  845. package/dist/11100/validator/delegated.d.cts +18 -0
  846. package/dist/11100/validator/delegatorAllowed.cjs +12 -0
  847. package/dist/11100/validator/delegatorAllowed.d.cts +15 -0
  848. package/dist/11100/validator/delegatorBlocked.cjs +12 -0
  849. package/dist/11100/validator/delegatorBlocked.d.cts +15 -0
  850. package/dist/11100/validator/maxBidUpdated.cjs +12 -0
  851. package/dist/11100/validator/maxBidUpdated.d.cts +45 -0
  852. package/dist/11100/validator/operatorAcceptedByValidator.cjs +12 -0
  853. package/dist/11100/validator/operatorAcceptedByValidator.d.cts +15 -0
  854. package/dist/11100/validator/operatorSettingsUpdated.cjs +12 -0
  855. package/dist/11100/validator/operatorSettingsUpdated.d.cts +42 -0
  856. package/dist/11100/validator/palletConfigUpdated.cjs +9 -0
  857. package/dist/11100/validator/palletConfigUpdated.d.cts +188 -0
  858. package/dist/11100/validator/rotationPhaseUpdated.cjs +9 -0
  859. package/dist/11100/validator/rotationPhaseUpdated.d.cts +237 -0
  860. package/dist/11100/validator/unDelegationFinalized.cjs +12 -0
  861. package/dist/11100/validator/unDelegationFinalized.d.cts +15 -0
  862. package/dist/11100/validator/undelegated.cjs +13 -0
  863. package/dist/11100/validator/undelegated.d.cts +18 -0
  864. package/dist/11100/validator/validatorClaimed.cjs +12 -0
  865. package/dist/11100/validator/validatorClaimed.d.cts +15 -0
  866. package/dist/11100/validator/validatorRemovedFromOperator.cjs +12 -0
  867. package/dist/11100/validator/validatorRemovedFromOperator.d.cts +15 -0
  868. package/dist/11200/_virtual/rolldown_runtime.cjs +29 -0
  869. package/dist/11200/arbitrumIngressEgress/channelRejectionRequestReceived.cjs +12 -0
  870. package/dist/11200/arbitrumIngressEgress/channelRejectionRequestReceived.d.cts +15 -0
  871. package/dist/11200/arbitrumIngressEgress/depositBoosted.cjs +22 -0
  872. package/dist/11200/arbitrumIngressEgress/depositBoosted.d.cts +204 -0
  873. package/dist/11200/arbitrumIngressEgress/depositBoosted.d.mts +6 -6
  874. package/dist/11200/arbitrumIngressEgress/depositFailed.cjs +13 -0
  875. package/dist/11200/arbitrumIngressEgress/depositFailed.d.cts +1427 -0
  876. package/dist/11200/arbitrumIngressEgress/depositFailed.d.mts +184 -184
  877. package/dist/11200/arbitrumIngressEgress/depositFinalised.cjs +20 -0
  878. package/dist/11200/arbitrumIngressEgress/depositFinalised.d.cts +198 -0
  879. package/dist/11200/arbitrumIngressEgress/palletConfigUpdated.cjs +9 -0
  880. package/dist/11200/arbitrumIngressEgress/palletConfigUpdated.d.cts +151 -0
  881. package/dist/11200/assethubIngressEgress/channelRejectionRequestReceived.cjs +12 -0
  882. package/dist/11200/assethubIngressEgress/channelRejectionRequestReceived.d.cts +15 -0
  883. package/dist/11200/assethubIngressEgress/depositBoosted.cjs +22 -0
  884. package/dist/11200/assethubIngressEgress/depositBoosted.d.cts +194 -0
  885. package/dist/11200/assethubIngressEgress/depositFailed.cjs +13 -0
  886. package/dist/11200/assethubIngressEgress/depositFailed.d.cts +1418 -0
  887. package/dist/11200/assethubIngressEgress/depositFailed.d.mts +202 -202
  888. package/dist/11200/assethubIngressEgress/depositFinalised.cjs +20 -0
  889. package/dist/11200/assethubIngressEgress/depositFinalised.d.cts +188 -0
  890. package/dist/11200/assethubIngressEgress/depositFinalised.d.mts +2 -2
  891. package/dist/11200/assethubIngressEgress/palletConfigUpdated.cjs +9 -0
  892. package/dist/11200/assethubIngressEgress/palletConfigUpdated.d.cts +151 -0
  893. package/dist/11200/bitcoinIngressEgress/channelRejectionRequestReceived.cjs +12 -0
  894. package/dist/11200/bitcoinIngressEgress/channelRejectionRequestReceived.d.cts +110 -0
  895. package/dist/11200/bitcoinIngressEgress/channelRejectionRequestReceived.d.mts +20 -20
  896. package/dist/11200/bitcoinIngressEgress/depositBoosted.cjs +22 -0
  897. package/dist/11200/bitcoinIngressEgress/depositBoosted.d.cts +418 -0
  898. package/dist/11200/bitcoinIngressEgress/depositBoosted.d.mts +26 -26
  899. package/dist/11200/bitcoinIngressEgress/depositFailed.cjs +13 -0
  900. package/dist/11200/bitcoinIngressEgress/depositFailed.d.cts +2336 -0
  901. package/dist/11200/bitcoinIngressEgress/depositFailed.d.mts +314 -314
  902. package/dist/11200/bitcoinIngressEgress/depositFinalised.cjs +20 -0
  903. package/dist/11200/bitcoinIngressEgress/depositFinalised.d.cts +412 -0
  904. package/dist/11200/bitcoinIngressEgress/depositFinalised.d.mts +22 -22
  905. package/dist/11200/bitcoinIngressEgress/palletConfigUpdated.cjs +9 -0
  906. package/dist/11200/bitcoinIngressEgress/palletConfigUpdated.d.cts +151 -0
  907. package/dist/11200/common.cjs +1388 -0
  908. package/dist/11200/common.d.cts +23978 -0
  909. package/dist/11200/common.d.mts +2727 -2727
  910. package/dist/11200/environment/runtimeSafeModeUpdated.cjs +9 -0
  911. package/dist/11200/environment/runtimeSafeModeUpdated.d.cts +1391 -0
  912. package/dist/11200/environment/runtimeSafeModeUpdated.d.mts +12 -12
  913. package/dist/11200/ethereumIngressEgress/channelRejectionRequestReceived.cjs +12 -0
  914. package/dist/11200/ethereumIngressEgress/channelRejectionRequestReceived.d.cts +15 -0
  915. package/dist/11200/ethereumIngressEgress/depositBoosted.cjs +22 -0
  916. package/dist/11200/ethereumIngressEgress/depositBoosted.d.cts +204 -0
  917. package/dist/11200/ethereumIngressEgress/depositBoosted.d.mts +6 -6
  918. package/dist/11200/ethereumIngressEgress/depositFailed.cjs +13 -0
  919. package/dist/11200/ethereumIngressEgress/depositFailed.d.cts +1427 -0
  920. package/dist/11200/ethereumIngressEgress/depositFailed.d.mts +184 -184
  921. package/dist/11200/ethereumIngressEgress/depositFinalised.cjs +20 -0
  922. package/dist/11200/ethereumIngressEgress/depositFinalised.d.cts +198 -0
  923. package/dist/11200/ethereumIngressEgress/depositFinalised.d.mts +2 -2
  924. package/dist/11200/ethereumIngressEgress/palletConfigUpdated.cjs +9 -0
  925. package/dist/11200/ethereumIngressEgress/palletConfigUpdated.d.cts +151 -0
  926. package/dist/11200/polkadotIngressEgress/channelRejectionRequestReceived.cjs +12 -0
  927. package/dist/11200/polkadotIngressEgress/channelRejectionRequestReceived.d.cts +15 -0
  928. package/dist/11200/polkadotIngressEgress/depositBoosted.cjs +22 -0
  929. package/dist/11200/polkadotIngressEgress/depositBoosted.d.cts +194 -0
  930. package/dist/11200/polkadotIngressEgress/depositBoosted.d.mts +6 -6
  931. package/dist/11200/polkadotIngressEgress/depositFailed.cjs +13 -0
  932. package/dist/11200/polkadotIngressEgress/depositFailed.d.cts +1418 -0
  933. package/dist/11200/polkadotIngressEgress/depositFailed.d.mts +202 -202
  934. package/dist/11200/polkadotIngressEgress/depositFinalised.cjs +20 -0
  935. package/dist/11200/polkadotIngressEgress/depositFinalised.d.cts +188 -0
  936. package/dist/11200/polkadotIngressEgress/depositFinalised.d.mts +2 -2
  937. package/dist/11200/polkadotIngressEgress/palletConfigUpdated.cjs +9 -0
  938. package/dist/11200/polkadotIngressEgress/palletConfigUpdated.d.cts +151 -0
  939. package/dist/11200/solanaIngressEgress/channelRejectionRequestReceived.cjs +12 -0
  940. package/dist/11200/solanaIngressEgress/channelRejectionRequestReceived.d.cts +15 -0
  941. package/dist/11200/solanaIngressEgress/depositBoosted.cjs +22 -0
  942. package/dist/11200/solanaIngressEgress/depositBoosted.d.cts +224 -0
  943. package/dist/11200/solanaIngressEgress/depositBoosted.d.mts +14 -14
  944. package/dist/11200/solanaIngressEgress/depositFailed.cjs +13 -0
  945. package/dist/11200/solanaIngressEgress/depositFailed.d.cts +1499 -0
  946. package/dist/11200/solanaIngressEgress/depositFailed.d.mts +216 -216
  947. package/dist/11200/solanaIngressEgress/depositFinalised.cjs +20 -0
  948. package/dist/11200/solanaIngressEgress/depositFinalised.d.cts +218 -0
  949. package/dist/11200/solanaIngressEgress/depositFinalised.d.mts +10 -10
  950. package/dist/11200/solanaIngressEgress/palletConfigUpdated.cjs +9 -0
  951. package/dist/11200/solanaIngressEgress/palletConfigUpdated.d.cts +151 -0
  952. package/dist/11200/solanaIngressEgress/transactionRejectedByBroker.cjs +12 -0
  953. package/dist/11200/solanaIngressEgress/transactionRejectedByBroker.d.cts +45 -0
  954. package/dist/11200/solanaIngressEgress/transactionRejectedByBroker.d.mts +8 -8
  955. package/dist/11200/solanaIngressEgress/transactionRejectionFailed.cjs +9 -0
  956. package/dist/11200/solanaIngressEgress/transactionRejectionFailed.d.cts +42 -0
  957. package/dist/11200/solanaIngressEgress/transactionRejectionFailed.d.mts +8 -8
  958. package/dist/11200/swapping/swapAborted.cjs +12 -0
  959. package/dist/11200/swapping/swapAborted.d.cts +25 -0
  960. package/dist/11200/swapping/swapRequested.cjs +19 -0
  961. package/dist/11200/swapping/swapRequested.d.cts +2922 -0
  962. package/dist/11200/swapping/swapRequested.d.mts +374 -374
  963. package/dist/11200/swapping/swapRescheduled.cjs +13 -0
  964. package/dist/11200/swapping/swapRescheduled.d.cts +28 -0
  965. package/dist/11200/validator/operatorSettingsUpdated.cjs +12 -0
  966. package/dist/11200/validator/operatorSettingsUpdated.d.cts +42 -0
  967. package/dist/11200/validator/palletConfigUpdated.cjs +9 -0
  968. package/dist/11200/validator/palletConfigUpdated.d.cts +203 -0
  969. package/dist/120/_virtual/rolldown_runtime.cjs +29 -0
  970. package/dist/120/bitcoinBroadcaster/broadcastRetryScheduled.cjs +11 -0
  971. package/dist/120/bitcoinBroadcaster/broadcastRetryScheduled.d.cts +15 -0
  972. package/dist/120/bitcoinBroadcaster/broadcastTimeout.cjs +8 -0
  973. package/dist/120/bitcoinBroadcaster/broadcastTimeout.d.cts +12 -0
  974. package/dist/120/bitcoinBroadcaster/thresholdSignatureInvalid.cjs +8 -0
  975. package/dist/120/bitcoinBroadcaster/thresholdSignatureInvalid.d.cts +12 -0
  976. package/dist/120/bitcoinBroadcaster/transactionBroadcastRequest.cjs +14 -0
  977. package/dist/120/bitcoinBroadcaster/transactionBroadcastRequest.d.cts +31 -0
  978. package/dist/120/bitcoinChainTracking/chainStateUpdated.cjs +9 -0
  979. package/dist/120/bitcoinChainTracking/chainStateUpdated.d.cts +59 -0
  980. package/dist/120/bitcoinIngressEgress/depositIgnored.cjs +15 -0
  981. package/dist/120/bitcoinIngressEgress/depositIgnored.d.cts +154 -0
  982. package/dist/120/bitcoinIngressEgress/depositIgnored.d.mts +24 -24
  983. package/dist/120/bitcoinIngressEgress/depositReceived.cjs +16 -0
  984. package/dist/120/bitcoinIngressEgress/depositReceived.d.cts +207 -0
  985. package/dist/120/bitcoinIngressEgress/depositReceived.d.mts +28 -28
  986. package/dist/120/bitcoinIngressEgress/utxoConsolidation.cjs +8 -0
  987. package/dist/120/bitcoinIngressEgress/utxoConsolidation.d.cts +12 -0
  988. package/dist/120/common.cjs +284 -0
  989. package/dist/120/common.d.cts +955 -0
  990. package/dist/120/common.d.mts +93 -93
  991. package/dist/120/emissions/backupRewardsDistributed.cjs +12 -0
  992. package/dist/120/emissions/backupRewardsDistributed.d.cts +15 -0
  993. package/dist/120/emissions/flipBurnSkipped.cjs +9 -0
  994. package/dist/120/emissions/flipBurnSkipped.d.cts +229 -0
  995. package/dist/120/emissions/flipBurnSkipped.d.mts +16 -16
  996. package/dist/120/emissions/networkFeeBurned.cjs +12 -0
  997. package/dist/120/emissions/networkFeeBurned.d.cts +25 -0
  998. package/dist/120/environment/utxoConsolidationParametersUpdated.cjs +9 -0
  999. package/dist/120/environment/utxoConsolidationParametersUpdated.d.cts +27 -0
  1000. package/dist/120/ethereumBroadcaster/broadcastRetryScheduled.cjs +11 -0
  1001. package/dist/120/ethereumBroadcaster/broadcastRetryScheduled.d.cts +15 -0
  1002. package/dist/120/ethereumBroadcaster/broadcastTimeout.cjs +8 -0
  1003. package/dist/120/ethereumBroadcaster/broadcastTimeout.d.cts +12 -0
  1004. package/dist/120/ethereumBroadcaster/thresholdSignatureInvalid.cjs +8 -0
  1005. package/dist/120/ethereumBroadcaster/thresholdSignatureInvalid.d.cts +12 -0
  1006. package/dist/120/ethereumBroadcaster/transactionBroadcastRequest.cjs +14 -0
  1007. package/dist/120/ethereumBroadcaster/transactionBroadcastRequest.d.cts +76 -0
  1008. package/dist/120/ethereumIngressEgress/depositIgnored.cjs +14 -0
  1009. package/dist/120/ethereumIngressEgress/depositIgnored.d.cts +41 -0
  1010. package/dist/120/ethereumIngressEgress/depositReceived.cjs +15 -0
  1011. package/dist/120/ethereumIngressEgress/depositReceived.d.cts +94 -0
  1012. package/dist/120/ethereumIngressEgress/utxoConsolidation.cjs +8 -0
  1013. package/dist/120/ethereumIngressEgress/utxoConsolidation.d.cts +12 -0
  1014. package/dist/120/liquidityProvider/liquidityDepositCredited.cjs +13 -0
  1015. package/dist/120/liquidityProvider/liquidityDepositCredited.d.cts +28 -0
  1016. package/dist/120/liquidityProvider/liquidityDepositCredited.d.mts +6 -6
  1017. package/dist/120/liquidityProvider/withdrawalEgressScheduled.cjs +15 -0
  1018. package/dist/120/liquidityProvider/withdrawalEgressScheduled.d.cts +77 -0
  1019. package/dist/120/liquidityProvider/withdrawalEgressScheduled.d.mts +10 -10
  1020. package/dist/120/polkadotBroadcaster/broadcastRetryScheduled.cjs +11 -0
  1021. package/dist/120/polkadotBroadcaster/broadcastRetryScheduled.d.cts +15 -0
  1022. package/dist/120/polkadotBroadcaster/broadcastTimeout.cjs +8 -0
  1023. package/dist/120/polkadotBroadcaster/broadcastTimeout.d.cts +12 -0
  1024. package/dist/120/polkadotBroadcaster/thresholdSignatureInvalid.cjs +8 -0
  1025. package/dist/120/polkadotBroadcaster/thresholdSignatureInvalid.d.cts +12 -0
  1026. package/dist/120/polkadotBroadcaster/transactionBroadcastRequest.cjs +14 -0
  1027. package/dist/120/polkadotBroadcaster/transactionBroadcastRequest.d.cts +31 -0
  1028. package/dist/120/polkadotIngressEgress/depositIgnored.cjs +14 -0
  1029. package/dist/120/polkadotIngressEgress/depositIgnored.d.cts +41 -0
  1030. package/dist/120/polkadotIngressEgress/depositReceived.cjs +15 -0
  1031. package/dist/120/polkadotIngressEgress/depositReceived.d.cts +94 -0
  1032. package/dist/120/polkadotIngressEgress/utxoConsolidation.cjs +8 -0
  1033. package/dist/120/polkadotIngressEgress/utxoConsolidation.d.cts +12 -0
  1034. package/dist/120/swapping/ccmFailed.cjs +13 -0
  1035. package/dist/120/swapping/ccmFailed.d.cts +355 -0
  1036. package/dist/120/swapping/ccmFailed.d.mts +62 -62
  1037. package/dist/120/swapping/swapEgressIgnored.cjs +14 -0
  1038. package/dist/120/swapping/swapEgressIgnored.d.cts +248 -0
  1039. package/dist/120/swapping/swapEgressIgnored.d.mts +24 -24
  1040. package/dist/120/swapping/swapEgressScheduled.cjs +15 -0
  1041. package/dist/120/swapping/swapEgressScheduled.d.cts +44 -0
  1042. package/dist/120/swapping/swapEgressScheduled.d.mts +8 -8
  1043. package/dist/120/swapping/swapExecuted.cjs +18 -0
  1044. package/dist/120/swapping/swapExecuted.d.cts +53 -0
  1045. package/dist/120/swapping/swapExecuted.d.mts +12 -12
  1046. package/dist/120/swapping/withdrawalRequested.cjs +14 -0
  1047. package/dist/120/swapping/withdrawalRequested.d.cts +64 -0
  1048. package/dist/120/swapping/withdrawalRequested.d.mts +4 -4
  1049. package/dist/131/_virtual/rolldown_runtime.cjs +29 -0
  1050. package/dist/131/bitcoinBroadcaster/broadcastSuccess.cjs +13 -0
  1051. package/dist/131/bitcoinBroadcaster/broadcastSuccess.d.cts +18 -0
  1052. package/dist/131/bitcoinBroadcaster/transactionBroadcastRequest.cjs +14 -0
  1053. package/dist/131/bitcoinBroadcaster/transactionBroadcastRequest.d.cts +31 -0
  1054. package/dist/131/bitcoinBroadcaster/transactionBroadcastRequest.d.mts +2 -2
  1055. package/dist/131/bitcoinChainTracking/feeMultiplierUpdated.cjs +9 -0
  1056. package/dist/131/bitcoinChainTracking/feeMultiplierUpdated.d.cts +12 -0
  1057. package/dist/131/bitcoinIngressEgress/channelOpeningFeePaid.cjs +9 -0
  1058. package/dist/131/bitcoinIngressEgress/channelOpeningFeePaid.d.cts +12 -0
  1059. package/dist/131/bitcoinIngressEgress/channelOpeningFeeSet.cjs +9 -0
  1060. package/dist/131/bitcoinIngressEgress/channelOpeningFeeSet.d.cts +12 -0
  1061. package/dist/131/bitcoinIngressEgress/depositIgnored.cjs +15 -0
  1062. package/dist/131/bitcoinIngressEgress/depositIgnored.d.cts +154 -0
  1063. package/dist/131/bitcoinIngressEgress/depositIgnored.d.mts +24 -24
  1064. package/dist/131/bitcoinIngressEgress/depositReceived.cjs +16 -0
  1065. package/dist/131/bitcoinIngressEgress/depositReceived.d.cts +207 -0
  1066. package/dist/131/bitcoinIngressEgress/depositReceived.d.mts +28 -28
  1067. package/dist/131/bitcoinIngressEgress/depositWitnessRejected.cjs +12 -0
  1068. package/dist/131/bitcoinIngressEgress/depositWitnessRejected.d.cts +423 -0
  1069. package/dist/131/bitcoinIngressEgress/depositWitnessRejected.d.mts +46 -46
  1070. package/dist/131/bitcoinIngressEgress/failedToBuildAllBatchCall.cjs +9 -0
  1071. package/dist/131/bitcoinIngressEgress/failedToBuildAllBatchCall.d.cts +370 -0
  1072. package/dist/131/bitcoinIngressEgress/failedToBuildAllBatchCall.d.mts +28 -28
  1073. package/dist/131/bitcoinThresholdSigner/keyHandoverFailure.cjs +9 -0
  1074. package/dist/131/bitcoinThresholdSigner/keyHandoverFailure.d.cts +12 -0
  1075. package/dist/131/bitcoinThresholdSigner/keyHandoverFailureReported.cjs +7 -0
  1076. package/dist/131/bitcoinThresholdSigner/keyHandoverFailureReported.d.cts +6 -0
  1077. package/dist/131/bitcoinThresholdSigner/keyHandoverRequest.cjs +17 -0
  1078. package/dist/131/bitcoinThresholdSigner/keyHandoverRequest.d.cts +60 -0
  1079. package/dist/131/bitcoinThresholdSigner/keyHandoverResponseTimeout.cjs +9 -0
  1080. package/dist/131/bitcoinThresholdSigner/keyHandoverResponseTimeout.d.cts +12 -0
  1081. package/dist/131/bitcoinThresholdSigner/keyHandoverSuccess.cjs +9 -0
  1082. package/dist/131/bitcoinThresholdSigner/keyHandoverSuccess.d.cts +12 -0
  1083. package/dist/131/bitcoinThresholdSigner/keyHandoverSuccessReported.cjs +7 -0
  1084. package/dist/131/bitcoinThresholdSigner/keyHandoverSuccessReported.d.cts +6 -0
  1085. package/dist/131/bitcoinThresholdSigner/keyHandoverVerificationFailure.cjs +9 -0
  1086. package/dist/131/bitcoinThresholdSigner/keyHandoverVerificationFailure.d.cts +12 -0
  1087. package/dist/131/bitcoinThresholdSigner/keyHandoverVerificationSuccess.cjs +9 -0
  1088. package/dist/131/bitcoinThresholdSigner/keyHandoverVerificationSuccess.d.cts +27 -0
  1089. package/dist/131/bitcoinThresholdSigner/keyRotationCompleted.cjs +8 -0
  1090. package/dist/131/bitcoinThresholdSigner/keyRotationCompleted.d.cts +6 -0
  1091. package/dist/131/bitcoinThresholdSigner/keygenFailure.cjs +7 -0
  1092. package/dist/131/bitcoinThresholdSigner/keygenFailure.d.cts +6 -0
  1093. package/dist/131/bitcoinThresholdSigner/keygenFailureReported.cjs +7 -0
  1094. package/dist/131/bitcoinThresholdSigner/keygenFailureReported.d.cts +6 -0
  1095. package/dist/131/bitcoinThresholdSigner/keygenRequest.cjs +13 -0
  1096. package/dist/131/bitcoinThresholdSigner/keygenRequest.d.cts +18 -0
  1097. package/dist/131/bitcoinThresholdSigner/keygenResponseTimeout.cjs +7 -0
  1098. package/dist/131/bitcoinThresholdSigner/keygenResponseTimeout.d.cts +6 -0
  1099. package/dist/131/bitcoinThresholdSigner/keygenResponseTimeoutUpdated.cjs +8 -0
  1100. package/dist/131/bitcoinThresholdSigner/keygenResponseTimeoutUpdated.d.cts +12 -0
  1101. package/dist/131/bitcoinThresholdSigner/keygenSuccess.cjs +7 -0
  1102. package/dist/131/bitcoinThresholdSigner/keygenSuccess.d.cts +6 -0
  1103. package/dist/131/bitcoinThresholdSigner/keygenSuccessReported.cjs +7 -0
  1104. package/dist/131/bitcoinThresholdSigner/keygenSuccessReported.d.cts +6 -0
  1105. package/dist/131/bitcoinThresholdSigner/keygenVerificationFailure.cjs +9 -0
  1106. package/dist/131/bitcoinThresholdSigner/keygenVerificationFailure.d.cts +12 -0
  1107. package/dist/131/bitcoinThresholdSigner/keygenVerificationSuccess.cjs +9 -0
  1108. package/dist/131/bitcoinThresholdSigner/keygenVerificationSuccess.d.cts +27 -0
  1109. package/dist/131/bitcoinThresholdSigner/noKeyHandover.cjs +8 -0
  1110. package/dist/131/bitcoinThresholdSigner/noKeyHandover.d.cts +6 -0
  1111. package/dist/131/bitcoinVault/vaultActivationCompleted.cjs +8 -0
  1112. package/dist/131/bitcoinVault/vaultActivationCompleted.d.cts +6 -0
  1113. package/dist/131/common.cjs +439 -0
  1114. package/dist/131/common.d.cts +2831 -0
  1115. package/dist/131/common.d.mts +241 -241
  1116. package/dist/131/environment/addedNewEthAsset.cjs +9 -0
  1117. package/dist/131/environment/addedNewEthAsset.d.cts +14 -0
  1118. package/dist/131/environment/runtimeSafeModeUpdated.cjs +9 -0
  1119. package/dist/131/environment/runtimeSafeModeUpdated.d.cts +688 -0
  1120. package/dist/131/environment/runtimeSafeModeUpdated.d.mts +40 -40
  1121. package/dist/131/environment/updatedEthAsset.cjs +9 -0
  1122. package/dist/131/environment/updatedEthAsset.d.cts +14 -0
  1123. package/dist/131/ethereumBroadcaster/broadcastSuccess.cjs +13 -0
  1124. package/dist/131/ethereumBroadcaster/broadcastSuccess.d.cts +33 -0
  1125. package/dist/131/ethereumChainTracking/feeMultiplierUpdated.cjs +9 -0
  1126. package/dist/131/ethereumChainTracking/feeMultiplierUpdated.d.cts +12 -0
  1127. package/dist/131/ethereumIngressEgress/assetEgressStatusChanged.cjs +12 -0
  1128. package/dist/131/ethereumIngressEgress/assetEgressStatusChanged.d.cts +25 -0
  1129. package/dist/131/ethereumIngressEgress/channelOpeningFeePaid.cjs +9 -0
  1130. package/dist/131/ethereumIngressEgress/channelOpeningFeePaid.d.cts +12 -0
  1131. package/dist/131/ethereumIngressEgress/channelOpeningFeeSet.cjs +9 -0
  1132. package/dist/131/ethereumIngressEgress/channelOpeningFeeSet.d.cts +12 -0
  1133. package/dist/131/ethereumIngressEgress/depositFetchesScheduled.cjs +12 -0
  1134. package/dist/131/ethereumIngressEgress/depositFetchesScheduled.d.cts +25 -0
  1135. package/dist/131/ethereumIngressEgress/depositFetchesScheduled.d.mts +2 -2
  1136. package/dist/131/ethereumIngressEgress/depositIgnored.cjs +14 -0
  1137. package/dist/131/ethereumIngressEgress/depositIgnored.d.cts +41 -0
  1138. package/dist/131/ethereumIngressEgress/depositReceived.cjs +15 -0
  1139. package/dist/131/ethereumIngressEgress/depositReceived.d.cts +94 -0
  1140. package/dist/131/ethereumIngressEgress/depositWitnessRejected.cjs +12 -0
  1141. package/dist/131/ethereumIngressEgress/depositWitnessRejected.d.cts +264 -0
  1142. package/dist/131/ethereumIngressEgress/depositWitnessRejected.d.mts +16 -16
  1143. package/dist/131/ethereumIngressEgress/failedToBuildAllBatchCall.cjs +9 -0
  1144. package/dist/131/ethereumIngressEgress/failedToBuildAllBatchCall.d.cts +370 -0
  1145. package/dist/131/ethereumIngressEgress/failedToBuildAllBatchCall.d.mts +28 -28
  1146. package/dist/131/ethereumIngressEgress/minimumDepositSet.cjs +12 -0
  1147. package/dist/131/ethereumIngressEgress/minimumDepositSet.d.cts +25 -0
  1148. package/dist/131/ethereumIngressEgress/transferFallbackRequested.cjs +14 -0
  1149. package/dist/131/ethereumIngressEgress/transferFallbackRequested.d.cts +31 -0
  1150. package/dist/131/ethereumIngressEgress/transferFallbackRequested.d.mts +2 -2
  1151. package/dist/131/ethereumThresholdSigner/keyHandoverFailure.cjs +9 -0
  1152. package/dist/131/ethereumThresholdSigner/keyHandoverFailure.d.cts +12 -0
  1153. package/dist/131/ethereumThresholdSigner/keyHandoverFailureReported.cjs +7 -0
  1154. package/dist/131/ethereumThresholdSigner/keyHandoverFailureReported.d.cts +6 -0
  1155. package/dist/131/ethereumThresholdSigner/keyHandoverRequest.cjs +17 -0
  1156. package/dist/131/ethereumThresholdSigner/keyHandoverRequest.d.cts +84 -0
  1157. package/dist/131/ethereumThresholdSigner/keyHandoverResponseTimeout.cjs +9 -0
  1158. package/dist/131/ethereumThresholdSigner/keyHandoverResponseTimeout.d.cts +12 -0
  1159. package/dist/131/ethereumThresholdSigner/keyHandoverSuccess.cjs +9 -0
  1160. package/dist/131/ethereumThresholdSigner/keyHandoverSuccess.d.cts +12 -0
  1161. package/dist/131/ethereumThresholdSigner/keyHandoverSuccessReported.cjs +7 -0
  1162. package/dist/131/ethereumThresholdSigner/keyHandoverSuccessReported.d.cts +6 -0
  1163. package/dist/131/ethereumThresholdSigner/keyHandoverVerificationFailure.cjs +9 -0
  1164. package/dist/131/ethereumThresholdSigner/keyHandoverVerificationFailure.d.cts +12 -0
  1165. package/dist/131/ethereumThresholdSigner/keyHandoverVerificationSuccess.cjs +9 -0
  1166. package/dist/131/ethereumThresholdSigner/keyHandoverVerificationSuccess.d.cts +39 -0
  1167. package/dist/131/ethereumThresholdSigner/keyRotationCompleted.cjs +8 -0
  1168. package/dist/131/ethereumThresholdSigner/keyRotationCompleted.d.cts +6 -0
  1169. package/dist/131/ethereumThresholdSigner/keygenFailure.cjs +7 -0
  1170. package/dist/131/ethereumThresholdSigner/keygenFailure.d.cts +6 -0
  1171. package/dist/131/ethereumThresholdSigner/keygenFailureReported.cjs +7 -0
  1172. package/dist/131/ethereumThresholdSigner/keygenFailureReported.d.cts +6 -0
  1173. package/dist/131/ethereumThresholdSigner/keygenRequest.cjs +13 -0
  1174. package/dist/131/ethereumThresholdSigner/keygenRequest.d.cts +18 -0
  1175. package/dist/131/ethereumThresholdSigner/keygenResponseTimeout.cjs +7 -0
  1176. package/dist/131/ethereumThresholdSigner/keygenResponseTimeout.d.cts +6 -0
  1177. package/dist/131/ethereumThresholdSigner/keygenResponseTimeoutUpdated.cjs +8 -0
  1178. package/dist/131/ethereumThresholdSigner/keygenResponseTimeoutUpdated.d.cts +12 -0
  1179. package/dist/131/ethereumThresholdSigner/keygenSuccess.cjs +7 -0
  1180. package/dist/131/ethereumThresholdSigner/keygenSuccess.d.cts +6 -0
  1181. package/dist/131/ethereumThresholdSigner/keygenSuccessReported.cjs +7 -0
  1182. package/dist/131/ethereumThresholdSigner/keygenSuccessReported.d.cts +6 -0
  1183. package/dist/131/ethereumThresholdSigner/keygenVerificationFailure.cjs +9 -0
  1184. package/dist/131/ethereumThresholdSigner/keygenVerificationFailure.d.cts +12 -0
  1185. package/dist/131/ethereumThresholdSigner/keygenVerificationSuccess.cjs +9 -0
  1186. package/dist/131/ethereumThresholdSigner/keygenVerificationSuccess.d.cts +39 -0
  1187. package/dist/131/ethereumThresholdSigner/noKeyHandover.cjs +8 -0
  1188. package/dist/131/ethereumThresholdSigner/noKeyHandover.d.cts +6 -0
  1189. package/dist/131/ethereumVault/vaultActivationCompleted.cjs +8 -0
  1190. package/dist/131/ethereumVault/vaultActivationCompleted.d.cts +6 -0
  1191. package/dist/131/liquidityPools/assetSwapped.cjs +14 -0
  1192. package/dist/131/liquidityPools/assetSwapped.d.cts +41 -0
  1193. package/dist/131/liquidityPools/limitOrderUpdated.cjs +20 -0
  1194. package/dist/131/liquidityPools/limitOrderUpdated.d.cts +99 -0
  1195. package/dist/131/liquidityPools/limitOrderUpdated.d.mts +14 -14
  1196. package/dist/131/liquidityPools/newPoolCreated.cjs +14 -0
  1197. package/dist/131/liquidityPools/newPoolCreated.d.cts +41 -0
  1198. package/dist/131/liquidityPools/poolFeeSet.cjs +13 -0
  1199. package/dist/131/liquidityPools/poolFeeSet.d.cts +38 -0
  1200. package/dist/131/liquidityPools/rangeOrderUpdated.cjs +21 -0
  1201. package/dist/131/liquidityPools/rangeOrderUpdated.d.cts +209 -0
  1202. package/dist/131/liquidityPools/rangeOrderUpdated.d.mts +18 -18
  1203. package/dist/131/liquidityProvider/accountCredited.cjs +13 -0
  1204. package/dist/131/liquidityProvider/accountCredited.d.cts +28 -0
  1205. package/dist/131/liquidityProvider/accountDebited.cjs +13 -0
  1206. package/dist/131/liquidityProvider/accountDebited.d.cts +28 -0
  1207. package/dist/131/liquidityProvider/liquidityDepositAddressReady.cjs +17 -0
  1208. package/dist/131/liquidityProvider/liquidityDepositAddressReady.d.cts +73 -0
  1209. package/dist/131/liquidityProvider/liquidityDepositAddressReady.d.mts +6 -6
  1210. package/dist/131/liquidityProvider/liquidityDepositCredited.cjs +13 -0
  1211. package/dist/131/liquidityProvider/liquidityDepositCredited.d.cts +28 -0
  1212. package/dist/131/liquidityProvider/withdrawalEgressScheduled.cjs +15 -0
  1213. package/dist/131/liquidityProvider/withdrawalEgressScheduled.d.cts +77 -0
  1214. package/dist/131/liquidityProvider/withdrawalEgressScheduled.d.mts +6 -6
  1215. package/dist/131/polkadotBroadcaster/broadcastSuccess.cjs +13 -0
  1216. package/dist/131/polkadotBroadcaster/broadcastSuccess.d.cts +33 -0
  1217. package/dist/131/polkadotChainTracking/feeMultiplierUpdated.cjs +9 -0
  1218. package/dist/131/polkadotChainTracking/feeMultiplierUpdated.d.cts +12 -0
  1219. package/dist/131/polkadotIngressEgress/channelOpeningFeePaid.cjs +9 -0
  1220. package/dist/131/polkadotIngressEgress/channelOpeningFeePaid.d.cts +12 -0
  1221. package/dist/131/polkadotIngressEgress/channelOpeningFeeSet.cjs +9 -0
  1222. package/dist/131/polkadotIngressEgress/channelOpeningFeeSet.d.cts +12 -0
  1223. package/dist/131/polkadotIngressEgress/failedToBuildAllBatchCall.cjs +9 -0
  1224. package/dist/131/polkadotIngressEgress/failedToBuildAllBatchCall.d.cts +370 -0
  1225. package/dist/131/polkadotIngressEgress/failedToBuildAllBatchCall.d.mts +28 -28
  1226. package/dist/131/polkadotThresholdSigner/keyHandoverFailure.cjs +9 -0
  1227. package/dist/131/polkadotThresholdSigner/keyHandoverFailure.d.cts +12 -0
  1228. package/dist/131/polkadotThresholdSigner/keyHandoverFailureReported.cjs +7 -0
  1229. package/dist/131/polkadotThresholdSigner/keyHandoverFailureReported.d.cts +6 -0
  1230. package/dist/131/polkadotThresholdSigner/keyHandoverRequest.cjs +17 -0
  1231. package/dist/131/polkadotThresholdSigner/keyHandoverRequest.d.cts +30 -0
  1232. package/dist/131/polkadotThresholdSigner/keyHandoverResponseTimeout.cjs +9 -0
  1233. package/dist/131/polkadotThresholdSigner/keyHandoverResponseTimeout.d.cts +12 -0
  1234. package/dist/131/polkadotThresholdSigner/keyHandoverSuccess.cjs +9 -0
  1235. package/dist/131/polkadotThresholdSigner/keyHandoverSuccess.d.cts +12 -0
  1236. package/dist/131/polkadotThresholdSigner/keyHandoverSuccessReported.cjs +7 -0
  1237. package/dist/131/polkadotThresholdSigner/keyHandoverSuccessReported.d.cts +6 -0
  1238. package/dist/131/polkadotThresholdSigner/keyHandoverVerificationFailure.cjs +9 -0
  1239. package/dist/131/polkadotThresholdSigner/keyHandoverVerificationFailure.d.cts +12 -0
  1240. package/dist/131/polkadotThresholdSigner/keyHandoverVerificationSuccess.cjs +9 -0
  1241. package/dist/131/polkadotThresholdSigner/keyHandoverVerificationSuccess.d.cts +12 -0
  1242. package/dist/131/polkadotThresholdSigner/keyRotationCompleted.cjs +8 -0
  1243. package/dist/131/polkadotThresholdSigner/keyRotationCompleted.d.cts +6 -0
  1244. package/dist/131/polkadotThresholdSigner/keygenFailure.cjs +7 -0
  1245. package/dist/131/polkadotThresholdSigner/keygenFailure.d.cts +6 -0
  1246. package/dist/131/polkadotThresholdSigner/keygenFailureReported.cjs +7 -0
  1247. package/dist/131/polkadotThresholdSigner/keygenFailureReported.d.cts +6 -0
  1248. package/dist/131/polkadotThresholdSigner/keygenRequest.cjs +13 -0
  1249. package/dist/131/polkadotThresholdSigner/keygenRequest.d.cts +18 -0
  1250. package/dist/131/polkadotThresholdSigner/keygenResponseTimeout.cjs +7 -0
  1251. package/dist/131/polkadotThresholdSigner/keygenResponseTimeout.d.cts +6 -0
  1252. package/dist/131/polkadotThresholdSigner/keygenResponseTimeoutUpdated.cjs +8 -0
  1253. package/dist/131/polkadotThresholdSigner/keygenResponseTimeoutUpdated.d.cts +12 -0
  1254. package/dist/131/polkadotThresholdSigner/keygenSuccess.cjs +7 -0
  1255. package/dist/131/polkadotThresholdSigner/keygenSuccess.d.cts +6 -0
  1256. package/dist/131/polkadotThresholdSigner/keygenSuccessReported.cjs +7 -0
  1257. package/dist/131/polkadotThresholdSigner/keygenSuccessReported.d.cts +6 -0
  1258. package/dist/131/polkadotThresholdSigner/keygenVerificationFailure.cjs +9 -0
  1259. package/dist/131/polkadotThresholdSigner/keygenVerificationFailure.d.cts +12 -0
  1260. package/dist/131/polkadotThresholdSigner/keygenVerificationSuccess.cjs +9 -0
  1261. package/dist/131/polkadotThresholdSigner/keygenVerificationSuccess.d.cts +12 -0
  1262. package/dist/131/polkadotThresholdSigner/noKeyHandover.cjs +8 -0
  1263. package/dist/131/polkadotThresholdSigner/noKeyHandover.d.cts +6 -0
  1264. package/dist/131/polkadotVault/vaultActivationCompleted.cjs +8 -0
  1265. package/dist/131/polkadotVault/vaultActivationCompleted.d.cts +6 -0
  1266. package/dist/131/reputation/offencePenalty.cjs +13 -0
  1267. package/dist/131/reputation/offencePenalty.d.cts +28 -0
  1268. package/dist/131/reputation/penaltyUpdated.cjs +13 -0
  1269. package/dist/131/reputation/penaltyUpdated.d.cts +58 -0
  1270. package/dist/131/swapping/batchSwapFailed.cjs +13 -0
  1271. package/dist/131/swapping/batchSwapFailed.d.cts +38 -0
  1272. package/dist/131/swapping/ccmFailed.cjs +14 -0
  1273. package/dist/131/swapping/ccmFailed.d.cts +443 -0
  1274. package/dist/131/swapping/ccmFailed.d.mts +71 -71
  1275. package/dist/131/swapping/maximumSwapAmountSet.cjs +12 -0
  1276. package/dist/131/swapping/maximumSwapAmountSet.d.cts +25 -0
  1277. package/dist/131/swapping/swapAmountConfiscated.cjs +15 -0
  1278. package/dist/131/swapping/swapAmountConfiscated.d.cts +44 -0
  1279. package/dist/131/swapping/swapDepositAddressReady.cjs +20 -0
  1280. package/dist/131/swapping/swapDepositAddressReady.d.cts +145 -0
  1281. package/dist/131/swapping/swapDepositAddressReady.d.mts +8 -8
  1282. package/dist/131/swapping/swapEgressIgnored.cjs +14 -0
  1283. package/dist/131/swapping/swapEgressIgnored.d.cts +248 -0
  1284. package/dist/131/swapping/swapEgressIgnored.d.mts +18 -18
  1285. package/dist/131/swapping/swapEgressScheduled.cjs +15 -0
  1286. package/dist/131/swapping/swapEgressScheduled.d.cts +44 -0
  1287. package/dist/131/swapping/swapEgressScheduled.d.mts +4 -4
  1288. package/dist/131/swapping/swapExecuted.cjs +18 -0
  1289. package/dist/131/swapping/swapExecuted.d.cts +53 -0
  1290. package/dist/131/swapping/swapExecuted.d.mts +2 -2
  1291. package/dist/131/swapping/swapScheduled.cjs +19 -0
  1292. package/dist/131/swapping/swapScheduled.d.cts +463 -0
  1293. package/dist/131/swapping/swapScheduled.d.mts +85 -85
  1294. package/dist/131/swapping/withdrawalRequested.cjs +15 -0
  1295. package/dist/131/swapping/withdrawalRequested.d.cts +77 -0
  1296. package/dist/131/swapping/withdrawalRequested.d.mts +6 -6
  1297. package/dist/131/system/upgradeAuthorized.cjs +12 -0
  1298. package/dist/131/system/upgradeAuthorized.d.cts +15 -0
  1299. package/dist/131/witnesser/prewitnessExecutionFailed.cjs +12 -0
  1300. package/dist/131/witnesser/prewitnessExecutionFailed.d.cts +232 -0
  1301. package/dist/131/witnesser/prewitnessExecutionFailed.d.mts +16 -16
  1302. package/dist/141/_virtual/rolldown_runtime.cjs +29 -0
  1303. package/dist/141/accountRoles/accountRoleDeregistered.cjs +12 -0
  1304. package/dist/141/accountRoles/accountRoleDeregistered.d.cts +25 -0
  1305. package/dist/141/accountRoles/vanityNameSet.cjs +12 -0
  1306. package/dist/141/accountRoles/vanityNameSet.d.cts +15 -0
  1307. package/dist/141/arbitrumBroadcaster/broadcastAborted.cjs +8 -0
  1308. package/dist/141/arbitrumBroadcaster/broadcastAborted.d.cts +12 -0
  1309. package/dist/141/arbitrumBroadcaster/broadcastCallbackExecuted.cjs +12 -0
  1310. package/dist/141/arbitrumBroadcaster/broadcastCallbackExecuted.d.cts +333 -0
  1311. package/dist/141/arbitrumBroadcaster/broadcastRetryScheduled.cjs +11 -0
  1312. package/dist/141/arbitrumBroadcaster/broadcastRetryScheduled.d.cts +15 -0
  1313. package/dist/141/arbitrumBroadcaster/broadcastSuccess.cjs +13 -0
  1314. package/dist/141/arbitrumBroadcaster/broadcastSuccess.d.cts +33 -0
  1315. package/dist/141/arbitrumBroadcaster/broadcastTimeout.cjs +8 -0
  1316. package/dist/141/arbitrumBroadcaster/broadcastTimeout.d.cts +12 -0
  1317. package/dist/141/arbitrumBroadcaster/callResigned.cjs +8 -0
  1318. package/dist/141/arbitrumBroadcaster/callResigned.d.cts +12 -0
  1319. package/dist/141/arbitrumBroadcaster/thresholdSignatureInvalid.cjs +8 -0
  1320. package/dist/141/arbitrumBroadcaster/thresholdSignatureInvalid.d.cts +12 -0
  1321. package/dist/141/arbitrumBroadcaster/transactionBroadcastRequest.cjs +14 -0
  1322. package/dist/141/arbitrumBroadcaster/transactionBroadcastRequest.d.cts +76 -0
  1323. package/dist/141/arbitrumBroadcaster/transactionFeeDeficitRecorded.cjs +12 -0
  1324. package/dist/141/arbitrumBroadcaster/transactionFeeDeficitRecorded.d.cts +15 -0
  1325. package/dist/141/arbitrumBroadcaster/transactionFeeDeficitRecorded.d.mts +2 -2
  1326. package/dist/141/arbitrumBroadcaster/transactionFeeDeficitRefused.cjs +9 -0
  1327. package/dist/141/arbitrumBroadcaster/transactionFeeDeficitRefused.d.cts +12 -0
  1328. package/dist/141/arbitrumChainTracking/chainStateUpdated.cjs +9 -0
  1329. package/dist/141/arbitrumChainTracking/chainStateUpdated.d.cts +48 -0
  1330. package/dist/141/arbitrumChainTracking/feeMultiplierUpdated.cjs +9 -0
  1331. package/dist/141/arbitrumChainTracking/feeMultiplierUpdated.d.cts +12 -0
  1332. package/dist/141/arbitrumIngressEgress/assetEgressStatusChanged.cjs +12 -0
  1333. package/dist/141/arbitrumIngressEgress/assetEgressStatusChanged.d.cts +25 -0
  1334. package/dist/141/arbitrumIngressEgress/batchBroadcastRequested.cjs +12 -0
  1335. package/dist/141/arbitrumIngressEgress/batchBroadcastRequested.d.cts +25 -0
  1336. package/dist/141/arbitrumIngressEgress/boostFundsAdded.cjs +13 -0
  1337. package/dist/141/arbitrumIngressEgress/boostFundsAdded.d.cts +45 -0
  1338. package/dist/141/arbitrumIngressEgress/boostPoolCreated.cjs +9 -0
  1339. package/dist/141/arbitrumIngressEgress/boostPoolCreated.d.cts +39 -0
  1340. package/dist/141/arbitrumIngressEgress/ccmBroadcastFailed.cjs +8 -0
  1341. package/dist/141/arbitrumIngressEgress/ccmBroadcastFailed.d.cts +12 -0
  1342. package/dist/141/arbitrumIngressEgress/ccmBroadcastRequested.cjs +12 -0
  1343. package/dist/141/arbitrumIngressEgress/ccmBroadcastRequested.d.cts +25 -0
  1344. package/dist/141/arbitrumIngressEgress/ccmEgressInvalid.cjs +12 -0
  1345. package/dist/141/arbitrumIngressEgress/ccmEgressInvalid.d.cts +242 -0
  1346. package/dist/141/arbitrumIngressEgress/channelOpeningFeePaid.cjs +9 -0
  1347. package/dist/141/arbitrumIngressEgress/channelOpeningFeePaid.d.cts +12 -0
  1348. package/dist/141/arbitrumIngressEgress/channelOpeningFeeSet.cjs +9 -0
  1349. package/dist/141/arbitrumIngressEgress/channelOpeningFeeSet.d.cts +12 -0
  1350. package/dist/141/arbitrumIngressEgress/depositBoosted.cjs +18 -0
  1351. package/dist/141/arbitrumIngressEgress/depositBoosted.d.cts +118 -0
  1352. package/dist/141/arbitrumIngressEgress/depositBoosted.d.mts +2 -2
  1353. package/dist/141/arbitrumIngressEgress/depositFetchesScheduled.cjs +12 -0
  1354. package/dist/141/arbitrumIngressEgress/depositFetchesScheduled.d.cts +25 -0
  1355. package/dist/141/arbitrumIngressEgress/depositFinalised.cjs +16 -0
  1356. package/dist/141/arbitrumIngressEgress/depositFinalised.d.cts +112 -0
  1357. package/dist/141/arbitrumIngressEgress/depositIgnored.cjs +14 -0
  1358. package/dist/141/arbitrumIngressEgress/depositIgnored.d.cts +41 -0
  1359. package/dist/141/arbitrumIngressEgress/depositWitnessRejected.cjs +12 -0
  1360. package/dist/141/arbitrumIngressEgress/depositWitnessRejected.d.cts +264 -0
  1361. package/dist/141/arbitrumIngressEgress/failedForeignChainCallExpired.cjs +8 -0
  1362. package/dist/141/arbitrumIngressEgress/failedForeignChainCallExpired.d.cts +12 -0
  1363. package/dist/141/arbitrumIngressEgress/failedForeignChainCallResigned.cjs +11 -0
  1364. package/dist/141/arbitrumIngressEgress/failedForeignChainCallResigned.d.cts +15 -0
  1365. package/dist/141/arbitrumIngressEgress/failedToBuildAllBatchCall.cjs +9 -0
  1366. package/dist/141/arbitrumIngressEgress/failedToBuildAllBatchCall.d.cts +370 -0
  1367. package/dist/141/arbitrumIngressEgress/insufficientBoostLiquidity.cjs +14 -0
  1368. package/dist/141/arbitrumIngressEgress/insufficientBoostLiquidity.d.cts +31 -0
  1369. package/dist/141/arbitrumIngressEgress/minimumDepositSet.cjs +12 -0
  1370. package/dist/141/arbitrumIngressEgress/minimumDepositSet.d.cts +25 -0
  1371. package/dist/141/arbitrumIngressEgress/stoppedBoosting.cjs +14 -0
  1372. package/dist/141/arbitrumIngressEgress/stoppedBoosting.d.cts +48 -0
  1373. package/dist/141/arbitrumIngressEgress/transferFallbackRequested.cjs +14 -0
  1374. package/dist/141/arbitrumIngressEgress/transferFallbackRequested.d.cts +31 -0
  1375. package/dist/141/arbitrumIngressEgress/utxoConsolidation.cjs +8 -0
  1376. package/dist/141/arbitrumIngressEgress/utxoConsolidation.d.cts +12 -0
  1377. package/dist/141/arbitrumVault/awaitingGovernanceActivation.cjs +9 -0
  1378. package/dist/141/arbitrumVault/awaitingGovernanceActivation.d.cts +39 -0
  1379. package/dist/141/arbitrumVault/chainInitialized.cjs +8 -0
  1380. package/dist/141/arbitrumVault/chainInitialized.d.cts +6 -0
  1381. package/dist/141/arbitrumVault/vaultActivationCompleted.cjs +8 -0
  1382. package/dist/141/arbitrumVault/vaultActivationCompleted.d.cts +6 -0
  1383. package/dist/141/arbitrumVault/vaultRotatedExternally.cjs +7 -0
  1384. package/dist/141/arbitrumVault/vaultRotatedExternally.d.cts +25 -0
  1385. package/dist/141/bitcoinIngressEgress/batchBroadcastRequested.cjs +12 -0
  1386. package/dist/141/bitcoinIngressEgress/batchBroadcastRequested.d.cts +25 -0
  1387. package/dist/141/bitcoinIngressEgress/boostFundsAdded.cjs +13 -0
  1388. package/dist/141/bitcoinIngressEgress/boostFundsAdded.d.cts +45 -0
  1389. package/dist/141/bitcoinIngressEgress/boostPoolCreated.cjs +9 -0
  1390. package/dist/141/bitcoinIngressEgress/boostPoolCreated.d.cts +39 -0
  1391. package/dist/141/bitcoinIngressEgress/ccmBroadcastRequested.cjs +12 -0
  1392. package/dist/141/bitcoinIngressEgress/ccmBroadcastRequested.d.cts +25 -0
  1393. package/dist/141/bitcoinIngressEgress/ccmEgressInvalid.cjs +12 -0
  1394. package/dist/141/bitcoinIngressEgress/ccmEgressInvalid.d.cts +242 -0
  1395. package/dist/141/bitcoinIngressEgress/depositBoosted.cjs +19 -0
  1396. package/dist/141/bitcoinIngressEgress/depositBoosted.d.cts +231 -0
  1397. package/dist/141/bitcoinIngressEgress/depositBoosted.d.mts +2 -2
  1398. package/dist/141/bitcoinIngressEgress/depositFinalised.cjs +17 -0
  1399. package/dist/141/bitcoinIngressEgress/depositFinalised.d.cts +225 -0
  1400. package/dist/141/bitcoinIngressEgress/insufficientBoostLiquidity.cjs +14 -0
  1401. package/dist/141/bitcoinIngressEgress/insufficientBoostLiquidity.d.cts +31 -0
  1402. package/dist/141/bitcoinIngressEgress/stoppedBoosting.cjs +14 -0
  1403. package/dist/141/bitcoinIngressEgress/stoppedBoosting.d.cts +48 -0
  1404. package/dist/141/bitcoinVault/chainInitialized.cjs +8 -0
  1405. package/dist/141/bitcoinVault/chainInitialized.d.cts +6 -0
  1406. package/dist/141/common.cjs +603 -0
  1407. package/dist/141/common.d.cts +4035 -0
  1408. package/dist/141/common.d.mts +2 -2
  1409. package/dist/141/emissions/networkFeeBurned.cjs +12 -0
  1410. package/dist/141/emissions/networkFeeBurned.d.cts +25 -0
  1411. package/dist/141/environment/addedNewArbAsset.cjs +9 -0
  1412. package/dist/141/environment/addedNewArbAsset.d.cts +14 -0
  1413. package/dist/141/environment/arbitrumInitialized.cjs +8 -0
  1414. package/dist/141/environment/arbitrumInitialized.d.cts +6 -0
  1415. package/dist/141/environment/runtimeSafeModeUpdated.cjs +9 -0
  1416. package/dist/141/environment/runtimeSafeModeUpdated.d.cts +956 -0
  1417. package/dist/141/environment/staleUtxosDiscarded.cjs +9 -0
  1418. package/dist/141/environment/staleUtxosDiscarded.d.cts +141 -0
  1419. package/dist/141/environment/staleUtxosDiscarded.d.mts +4 -4
  1420. package/dist/141/environment/updatedArbAsset.cjs +9 -0
  1421. package/dist/141/environment/updatedArbAsset.d.cts +14 -0
  1422. package/dist/141/ethereumIngressEgress/batchBroadcastRequested.cjs +12 -0
  1423. package/dist/141/ethereumIngressEgress/batchBroadcastRequested.d.cts +25 -0
  1424. package/dist/141/ethereumIngressEgress/boostFundsAdded.cjs +13 -0
  1425. package/dist/141/ethereumIngressEgress/boostFundsAdded.d.cts +45 -0
  1426. package/dist/141/ethereumIngressEgress/boostPoolCreated.cjs +9 -0
  1427. package/dist/141/ethereumIngressEgress/boostPoolCreated.d.cts +39 -0
  1428. package/dist/141/ethereumIngressEgress/ccmBroadcastRequested.cjs +12 -0
  1429. package/dist/141/ethereumIngressEgress/ccmBroadcastRequested.d.cts +25 -0
  1430. package/dist/141/ethereumIngressEgress/ccmEgressInvalid.cjs +12 -0
  1431. package/dist/141/ethereumIngressEgress/ccmEgressInvalid.d.cts +242 -0
  1432. package/dist/141/ethereumIngressEgress/depositBoosted.cjs +18 -0
  1433. package/dist/141/ethereumIngressEgress/depositBoosted.d.cts +118 -0
  1434. package/dist/141/ethereumIngressEgress/depositBoosted.d.mts +2 -2
  1435. package/dist/141/ethereumIngressEgress/depositFinalised.cjs +16 -0
  1436. package/dist/141/ethereumIngressEgress/depositFinalised.d.cts +112 -0
  1437. package/dist/141/ethereumIngressEgress/insufficientBoostLiquidity.cjs +14 -0
  1438. package/dist/141/ethereumIngressEgress/insufficientBoostLiquidity.d.cts +31 -0
  1439. package/dist/141/ethereumIngressEgress/stoppedBoosting.cjs +14 -0
  1440. package/dist/141/ethereumIngressEgress/stoppedBoosting.d.cts +48 -0
  1441. package/dist/141/ethereumVault/chainInitialized.cjs +8 -0
  1442. package/dist/141/ethereumVault/chainInitialized.d.cts +6 -0
  1443. package/dist/141/evmThresholdSigner/failureReportProcessed.cjs +13 -0
  1444. package/dist/141/evmThresholdSigner/failureReportProcessed.d.cts +18 -0
  1445. package/dist/141/evmThresholdSigner/keyHandoverFailure.cjs +9 -0
  1446. package/dist/141/evmThresholdSigner/keyHandoverFailure.d.cts +12 -0
  1447. package/dist/141/evmThresholdSigner/keyHandoverFailureReported.cjs +7 -0
  1448. package/dist/141/evmThresholdSigner/keyHandoverFailureReported.d.cts +6 -0
  1449. package/dist/141/evmThresholdSigner/keyHandoverRequest.cjs +17 -0
  1450. package/dist/141/evmThresholdSigner/keyHandoverRequest.d.cts +84 -0
  1451. package/dist/141/evmThresholdSigner/keyHandoverResponseTimeout.cjs +9 -0
  1452. package/dist/141/evmThresholdSigner/keyHandoverResponseTimeout.d.cts +12 -0
  1453. package/dist/141/evmThresholdSigner/keyHandoverSuccess.cjs +9 -0
  1454. package/dist/141/evmThresholdSigner/keyHandoverSuccess.d.cts +12 -0
  1455. package/dist/141/evmThresholdSigner/keyHandoverSuccessReported.cjs +7 -0
  1456. package/dist/141/evmThresholdSigner/keyHandoverSuccessReported.d.cts +6 -0
  1457. package/dist/141/evmThresholdSigner/keyHandoverVerificationFailure.cjs +9 -0
  1458. package/dist/141/evmThresholdSigner/keyHandoverVerificationFailure.d.cts +12 -0
  1459. package/dist/141/evmThresholdSigner/keyHandoverVerificationSuccess.cjs +9 -0
  1460. package/dist/141/evmThresholdSigner/keyHandoverVerificationSuccess.d.cts +39 -0
  1461. package/dist/141/evmThresholdSigner/keyRotationCompleted.cjs +8 -0
  1462. package/dist/141/evmThresholdSigner/keyRotationCompleted.d.cts +6 -0
  1463. package/dist/141/evmThresholdSigner/keygenFailure.cjs +7 -0
  1464. package/dist/141/evmThresholdSigner/keygenFailure.d.cts +6 -0
  1465. package/dist/141/evmThresholdSigner/keygenFailureReported.cjs +7 -0
  1466. package/dist/141/evmThresholdSigner/keygenFailureReported.d.cts +6 -0
  1467. package/dist/141/evmThresholdSigner/keygenRequest.cjs +13 -0
  1468. package/dist/141/evmThresholdSigner/keygenRequest.d.cts +18 -0
  1469. package/dist/141/evmThresholdSigner/keygenResponseTimeout.cjs +7 -0
  1470. package/dist/141/evmThresholdSigner/keygenResponseTimeout.d.cts +6 -0
  1471. package/dist/141/evmThresholdSigner/keygenResponseTimeoutUpdated.cjs +8 -0
  1472. package/dist/141/evmThresholdSigner/keygenResponseTimeoutUpdated.d.cts +12 -0
  1473. package/dist/141/evmThresholdSigner/keygenSuccess.cjs +7 -0
  1474. package/dist/141/evmThresholdSigner/keygenSuccess.d.cts +6 -0
  1475. package/dist/141/evmThresholdSigner/keygenSuccessReported.cjs +7 -0
  1476. package/dist/141/evmThresholdSigner/keygenSuccessReported.d.cts +6 -0
  1477. package/dist/141/evmThresholdSigner/keygenVerificationFailure.cjs +9 -0
  1478. package/dist/141/evmThresholdSigner/keygenVerificationFailure.d.cts +12 -0
  1479. package/dist/141/evmThresholdSigner/keygenVerificationSuccess.cjs +9 -0
  1480. package/dist/141/evmThresholdSigner/keygenVerificationSuccess.d.cts +39 -0
  1481. package/dist/141/evmThresholdSigner/noKeyHandover.cjs +8 -0
  1482. package/dist/141/evmThresholdSigner/noKeyHandover.d.cts +6 -0
  1483. package/dist/141/evmThresholdSigner/retryRequested.cjs +12 -0
  1484. package/dist/141/evmThresholdSigner/retryRequested.d.cts +15 -0
  1485. package/dist/141/evmThresholdSigner/signersUnavailable.cjs +11 -0
  1486. package/dist/141/evmThresholdSigner/signersUnavailable.d.cts +15 -0
  1487. package/dist/141/evmThresholdSigner/thresholdDispatchComplete.cjs +13 -0
  1488. package/dist/141/evmThresholdSigner/thresholdDispatchComplete.d.cts +336 -0
  1489. package/dist/141/evmThresholdSigner/thresholdDispatchComplete.d.mts +4 -4
  1490. package/dist/141/evmThresholdSigner/thresholdSignatureFailed.cjs +13 -0
  1491. package/dist/141/evmThresholdSigner/thresholdSignatureFailed.d.cts +18 -0
  1492. package/dist/141/evmThresholdSigner/thresholdSignatureRequest.cjs +16 -0
  1493. package/dist/141/evmThresholdSigner/thresholdSignatureRequest.d.cts +54 -0
  1494. package/dist/141/evmThresholdSigner/thresholdSignatureResponseTimeoutUpdated.cjs +8 -0
  1495. package/dist/141/evmThresholdSigner/thresholdSignatureResponseTimeoutUpdated.d.cts +12 -0
  1496. package/dist/141/evmThresholdSigner/thresholdSignatureSuccess.cjs +12 -0
  1497. package/dist/141/evmThresholdSigner/thresholdSignatureSuccess.d.cts +15 -0
  1498. package/dist/141/liquidityPools/assetSwapped.cjs +14 -0
  1499. package/dist/141/liquidityPools/assetSwapped.d.cts +41 -0
  1500. package/dist/141/liquidityPools/limitOrderUpdated.cjs +20 -0
  1501. package/dist/141/liquidityPools/limitOrderUpdated.d.cts +99 -0
  1502. package/dist/141/liquidityPools/limitOrderUpdated.d.mts +2 -2
  1503. package/dist/141/liquidityPools/newPoolCreated.cjs +14 -0
  1504. package/dist/141/liquidityPools/newPoolCreated.d.cts +41 -0
  1505. package/dist/141/liquidityPools/poolFeeSet.cjs +13 -0
  1506. package/dist/141/liquidityPools/poolFeeSet.d.cts +38 -0
  1507. package/dist/141/liquidityPools/priceImpactLimitSet.cjs +12 -0
  1508. package/dist/141/liquidityPools/priceImpactLimitSet.d.cts +46 -0
  1509. package/dist/141/liquidityPools/rangeOrderUpdated.cjs +21 -0
  1510. package/dist/141/liquidityPools/rangeOrderUpdated.d.cts +209 -0
  1511. package/dist/141/liquidityPools/rangeOrderUpdated.d.mts +2 -2
  1512. package/dist/141/liquidityProvider/accountCredited.cjs +13 -0
  1513. package/dist/141/liquidityProvider/accountCredited.d.cts +28 -0
  1514. package/dist/141/liquidityProvider/accountCredited.d.mts +2 -2
  1515. package/dist/141/liquidityProvider/accountDebited.cjs +13 -0
  1516. package/dist/141/liquidityProvider/accountDebited.d.cts +28 -0
  1517. package/dist/141/liquidityProvider/accountDebited.d.mts +2 -2
  1518. package/dist/141/liquidityProvider/assetTransferred.cjs +14 -0
  1519. package/dist/141/liquidityProvider/assetTransferred.d.cts +31 -0
  1520. package/dist/141/liquidityProvider/liquidityDepositAddressReady.cjs +17 -0
  1521. package/dist/141/liquidityProvider/liquidityDepositAddressReady.d.cts +79 -0
  1522. package/dist/141/liquidityProvider/liquidityDepositAddressReady.d.mts +2 -2
  1523. package/dist/141/liquidityProvider/liquidityDepositCredited.cjs +13 -0
  1524. package/dist/141/liquidityProvider/liquidityDepositCredited.d.cts +28 -0
  1525. package/dist/141/liquidityProvider/liquidityDepositCredited.d.mts +2 -2
  1526. package/dist/141/liquidityProvider/liquidityRefundAddressRegistered.cjs +13 -0
  1527. package/dist/141/liquidityProvider/liquidityRefundAddressRegistered.d.cts +221 -0
  1528. package/dist/141/liquidityProvider/liquidityRefundAddressRegistered.d.mts +2 -2
  1529. package/dist/141/liquidityProvider/withdrawalEgressScheduled.cjs +15 -0
  1530. package/dist/141/liquidityProvider/withdrawalEgressScheduled.d.cts +83 -0
  1531. package/dist/141/liquidityProvider/withdrawalEgressScheduled.d.mts +6 -6
  1532. package/dist/141/polkadotIngressEgress/batchBroadcastRequested.cjs +12 -0
  1533. package/dist/141/polkadotIngressEgress/batchBroadcastRequested.d.cts +25 -0
  1534. package/dist/141/polkadotIngressEgress/boostFundsAdded.cjs +13 -0
  1535. package/dist/141/polkadotIngressEgress/boostFundsAdded.d.cts +45 -0
  1536. package/dist/141/polkadotIngressEgress/boostPoolCreated.cjs +9 -0
  1537. package/dist/141/polkadotIngressEgress/boostPoolCreated.d.cts +39 -0
  1538. package/dist/141/polkadotIngressEgress/ccmBroadcastRequested.cjs +12 -0
  1539. package/dist/141/polkadotIngressEgress/ccmBroadcastRequested.d.cts +25 -0
  1540. package/dist/141/polkadotIngressEgress/ccmEgressInvalid.cjs +12 -0
  1541. package/dist/141/polkadotIngressEgress/ccmEgressInvalid.d.cts +242 -0
  1542. package/dist/141/polkadotIngressEgress/depositBoosted.cjs +18 -0
  1543. package/dist/141/polkadotIngressEgress/depositBoosted.d.cts +118 -0
  1544. package/dist/141/polkadotIngressEgress/depositBoosted.d.mts +2 -2
  1545. package/dist/141/polkadotIngressEgress/depositFinalised.cjs +16 -0
  1546. package/dist/141/polkadotIngressEgress/depositFinalised.d.cts +112 -0
  1547. package/dist/141/polkadotIngressEgress/insufficientBoostLiquidity.cjs +14 -0
  1548. package/dist/141/polkadotIngressEgress/insufficientBoostLiquidity.d.cts +31 -0
  1549. package/dist/141/polkadotIngressEgress/stoppedBoosting.cjs +14 -0
  1550. package/dist/141/polkadotIngressEgress/stoppedBoosting.d.cts +48 -0
  1551. package/dist/141/polkadotVault/chainInitialized.cjs +8 -0
  1552. package/dist/141/polkadotVault/chainInitialized.d.cts +6 -0
  1553. package/dist/141/swapping/batchSwapFailed.cjs +13 -0
  1554. package/dist/141/swapping/batchSwapFailed.d.cts +38 -0
  1555. package/dist/141/swapping/ccmDepositReceived.cjs +16 -0
  1556. package/dist/141/swapping/ccmDepositReceived.d.cts +381 -0
  1557. package/dist/141/swapping/ccmDepositReceived.d.mts +4 -4
  1558. package/dist/141/swapping/ccmEgressScheduled.cjs +12 -0
  1559. package/dist/141/swapping/ccmEgressScheduled.d.cts +25 -0
  1560. package/dist/141/swapping/ccmFailed.cjs +14 -0
  1561. package/dist/141/swapping/ccmFailed.d.cts +479 -0
  1562. package/dist/141/swapping/ccmFailed.d.mts +4 -4
  1563. package/dist/141/swapping/maximumSwapAmountSet.cjs +12 -0
  1564. package/dist/141/swapping/maximumSwapAmountSet.d.cts +25 -0
  1565. package/dist/141/swapping/swapAmountConfiscated.cjs +15 -0
  1566. package/dist/141/swapping/swapAmountConfiscated.d.cts +44 -0
  1567. package/dist/141/swapping/swapDepositAddressReady.cjs +21 -0
  1568. package/dist/141/swapping/swapDepositAddressReady.d.cts +175 -0
  1569. package/dist/141/swapping/swapDepositAddressReady.d.mts +2 -2
  1570. package/dist/141/swapping/swapEgressIgnored.cjs +14 -0
  1571. package/dist/141/swapping/swapEgressIgnored.d.cts +248 -0
  1572. package/dist/141/swapping/swapEgressScheduled.cjs +15 -0
  1573. package/dist/141/swapping/swapEgressScheduled.d.cts +44 -0
  1574. package/dist/141/swapping/swapExecuted.cjs +19 -0
  1575. package/dist/141/swapping/swapExecuted.d.cts +376 -0
  1576. package/dist/141/swapping/swapExecuted.d.mts +4 -4
  1577. package/dist/141/swapping/swapScheduled.cjs +20 -0
  1578. package/dist/141/swapping/swapScheduled.d.cts +512 -0
  1579. package/dist/141/swapping/swapScheduled.d.mts +10 -10
  1580. package/dist/141/swapping/withdrawalRequested.cjs +15 -0
  1581. package/dist/141/swapping/withdrawalRequested.d.cts +83 -0
  1582. package/dist/141/swapping/withdrawalRequested.d.mts +6 -6
  1583. package/dist/141/tokenholderGovernance/govKeyUpdatedHasFailed.cjs +12 -0
  1584. package/dist/141/tokenholderGovernance/govKeyUpdatedHasFailed.d.cts +25 -0
  1585. package/dist/141/tokenholderGovernance/govKeyUpdatedWasSuccessful.cjs +12 -0
  1586. package/dist/141/tokenholderGovernance/govKeyUpdatedWasSuccessful.d.cts +25 -0
  1587. package/dist/141/tokenholderGovernance/proposalEnacted.cjs +9 -0
  1588. package/dist/141/tokenholderGovernance/proposalEnacted.d.cts +54 -0
  1589. package/dist/141/tokenholderGovernance/proposalPassed.cjs +9 -0
  1590. package/dist/141/tokenholderGovernance/proposalPassed.d.cts +54 -0
  1591. package/dist/141/tokenholderGovernance/proposalRejected.cjs +9 -0
  1592. package/dist/141/tokenholderGovernance/proposalRejected.d.cts +54 -0
  1593. package/dist/141/tokenholderGovernance/proposalSubmitted.cjs +9 -0
  1594. package/dist/141/tokenholderGovernance/proposalSubmitted.d.cts +54 -0
  1595. package/dist/141/validator/rotationPhaseUpdated.cjs +9 -0
  1596. package/dist/141/validator/rotationPhaseUpdated.d.cts +265 -0
  1597. package/dist/141/validator/startedBidding.cjs +9 -0
  1598. package/dist/141/validator/startedBidding.d.cts +12 -0
  1599. package/dist/141/validator/stoppedBidding.cjs +9 -0
  1600. package/dist/141/validator/stoppedBidding.d.cts +12 -0
  1601. package/dist/141/witnesser/callDispatched.cjs +9 -0
  1602. package/dist/141/witnesser/callDispatched.d.cts +12 -0
  1603. package/dist/141/witnesser/reportedWitnessingFailures.cjs +13 -0
  1604. package/dist/141/witnesser/reportedWitnessingFailures.d.cts +18 -0
  1605. package/dist/150/_virtual/rolldown_runtime.cjs +29 -0
  1606. package/dist/150/arbitrumIngressEgress/batchBroadcastRequested.cjs +12 -0
  1607. package/dist/150/arbitrumIngressEgress/batchBroadcastRequested.d.cts +25 -0
  1608. package/dist/150/arbitrumIngressEgress/ccmBroadcastRequested.cjs +12 -0
  1609. package/dist/150/arbitrumIngressEgress/ccmBroadcastRequested.d.cts +25 -0
  1610. package/dist/150/arbitrumIngressEgress/ccmEgressInvalid.cjs +12 -0
  1611. package/dist/150/arbitrumIngressEgress/ccmEgressInvalid.d.cts +242 -0
  1612. package/dist/150/arbitrumIngressEgress/depositBoosted.cjs +20 -0
  1613. package/dist/150/arbitrumIngressEgress/depositBoosted.d.cts +134 -0
  1614. package/dist/150/arbitrumIngressEgress/depositBoosted.d.mts +8 -8
  1615. package/dist/150/arbitrumIngressEgress/depositFinalised.cjs +18 -0
  1616. package/dist/150/arbitrumIngressEgress/depositFinalised.d.cts +128 -0
  1617. package/dist/150/arbitrumIngressEgress/depositFinalised.d.mts +6 -6
  1618. package/dist/150/arbitrumIngressEgress/depositIgnored.cjs +15 -0
  1619. package/dist/150/arbitrumIngressEgress/depositIgnored.d.cts +54 -0
  1620. package/dist/150/arbitrumIngressEgress/depositIgnored.d.mts +4 -4
  1621. package/dist/150/arbitrumIngressEgress/depositWitnessRejected.cjs +12 -0
  1622. package/dist/150/arbitrumIngressEgress/depositWitnessRejected.d.cts +283 -0
  1623. package/dist/150/arbitrumIngressEgress/depositWitnessRejected.d.mts +8 -8
  1624. package/dist/150/arbitrumIngressEgress/maxSwapRetryDurationSet.cjs +8 -0
  1625. package/dist/150/arbitrumIngressEgress/maxSwapRetryDurationSet.d.cts +12 -0
  1626. package/dist/150/assetBalances/refundScheduled.cjs +13 -0
  1627. package/dist/150/assetBalances/refundScheduled.d.cts +236 -0
  1628. package/dist/150/assetBalances/refundSkipped.cjs +13 -0
  1629. package/dist/150/assetBalances/refundSkipped.d.cts +453 -0
  1630. package/dist/150/assetBalances/refundSkipped.d.mts +49 -49
  1631. package/dist/150/assetBalances/vaultDeficitDetected.cjs +13 -0
  1632. package/dist/150/assetBalances/vaultDeficitDetected.d.cts +28 -0
  1633. package/dist/150/bitcoinIngressEgress/batchBroadcastRequested.cjs +12 -0
  1634. package/dist/150/bitcoinIngressEgress/batchBroadcastRequested.d.cts +25 -0
  1635. package/dist/150/bitcoinIngressEgress/ccmBroadcastRequested.cjs +12 -0
  1636. package/dist/150/bitcoinIngressEgress/ccmBroadcastRequested.d.cts +25 -0
  1637. package/dist/150/bitcoinIngressEgress/ccmEgressInvalid.cjs +12 -0
  1638. package/dist/150/bitcoinIngressEgress/ccmEgressInvalid.d.cts +242 -0
  1639. package/dist/150/bitcoinIngressEgress/depositBoosted.cjs +20 -0
  1640. package/dist/150/bitcoinIngressEgress/depositBoosted.d.cts +234 -0
  1641. package/dist/150/bitcoinIngressEgress/depositBoosted.d.mts +10 -10
  1642. package/dist/150/bitcoinIngressEgress/depositFinalised.cjs +18 -0
  1643. package/dist/150/bitcoinIngressEgress/depositFinalised.d.cts +228 -0
  1644. package/dist/150/bitcoinIngressEgress/depositFinalised.d.mts +8 -8
  1645. package/dist/150/bitcoinIngressEgress/maxSwapRetryDurationSet.cjs +8 -0
  1646. package/dist/150/bitcoinIngressEgress/maxSwapRetryDurationSet.d.cts +12 -0
  1647. package/dist/150/common.cjs +586 -0
  1648. package/dist/150/common.d.cts +4085 -0
  1649. package/dist/150/common.d.mts +39 -39
  1650. package/dist/150/emissions/networkFeeBurned.cjs +12 -0
  1651. package/dist/150/emissions/networkFeeBurned.d.cts +25 -0
  1652. package/dist/150/environment/runtimeSafeModeUpdated.cjs +9 -0
  1653. package/dist/150/environment/runtimeSafeModeUpdated.d.cts +1127 -0
  1654. package/dist/150/ethereumIngressEgress/batchBroadcastRequested.cjs +12 -0
  1655. package/dist/150/ethereumIngressEgress/batchBroadcastRequested.d.cts +25 -0
  1656. package/dist/150/ethereumIngressEgress/ccmBroadcastRequested.cjs +12 -0
  1657. package/dist/150/ethereumIngressEgress/ccmBroadcastRequested.d.cts +25 -0
  1658. package/dist/150/ethereumIngressEgress/ccmEgressInvalid.cjs +12 -0
  1659. package/dist/150/ethereumIngressEgress/ccmEgressInvalid.d.cts +242 -0
  1660. package/dist/150/ethereumIngressEgress/depositBoosted.cjs +20 -0
  1661. package/dist/150/ethereumIngressEgress/depositBoosted.d.cts +134 -0
  1662. package/dist/150/ethereumIngressEgress/depositBoosted.d.mts +8 -8
  1663. package/dist/150/ethereumIngressEgress/depositFinalised.cjs +18 -0
  1664. package/dist/150/ethereumIngressEgress/depositFinalised.d.cts +128 -0
  1665. package/dist/150/ethereumIngressEgress/depositFinalised.d.mts +6 -6
  1666. package/dist/150/ethereumIngressEgress/depositIgnored.cjs +15 -0
  1667. package/dist/150/ethereumIngressEgress/depositIgnored.d.cts +54 -0
  1668. package/dist/150/ethereumIngressEgress/depositIgnored.d.mts +4 -4
  1669. package/dist/150/ethereumIngressEgress/depositWitnessRejected.cjs +12 -0
  1670. package/dist/150/ethereumIngressEgress/depositWitnessRejected.d.cts +283 -0
  1671. package/dist/150/ethereumIngressEgress/depositWitnessRejected.d.mts +8 -8
  1672. package/dist/150/ethereumIngressEgress/maxSwapRetryDurationSet.cjs +8 -0
  1673. package/dist/150/ethereumIngressEgress/maxSwapRetryDurationSet.d.cts +12 -0
  1674. package/dist/150/liquidityPools/assetSwapped.cjs +14 -0
  1675. package/dist/150/liquidityPools/assetSwapped.d.cts +41 -0
  1676. package/dist/150/liquidityPools/assetSwapped.d.mts +12 -12
  1677. package/dist/150/liquidityPools/limitOrderUpdated.cjs +20 -0
  1678. package/dist/150/liquidityPools/limitOrderUpdated.d.cts +99 -0
  1679. package/dist/150/liquidityPools/limitOrderUpdated.d.mts +13 -13
  1680. package/dist/150/liquidityPools/newPoolCreated.cjs +14 -0
  1681. package/dist/150/liquidityPools/newPoolCreated.d.cts +41 -0
  1682. package/dist/150/liquidityPools/newPoolCreated.d.mts +12 -12
  1683. package/dist/150/liquidityPools/poolFeeSet.cjs +13 -0
  1684. package/dist/150/liquidityPools/poolFeeSet.d.cts +38 -0
  1685. package/dist/150/liquidityPools/poolFeeSet.d.mts +12 -12
  1686. package/dist/150/liquidityPools/priceImpactLimitSet.cjs +12 -0
  1687. package/dist/150/liquidityPools/priceImpactLimitSet.d.cts +46 -0
  1688. package/dist/150/liquidityPools/rangeOrderUpdated.cjs +21 -0
  1689. package/dist/150/liquidityPools/rangeOrderUpdated.d.cts +209 -0
  1690. package/dist/150/liquidityPools/rangeOrderUpdated.d.mts +25 -25
  1691. package/dist/150/liquidityProvider/accountCredited.cjs +13 -0
  1692. package/dist/150/liquidityProvider/accountCredited.d.cts +28 -0
  1693. package/dist/150/liquidityProvider/accountCredited.d.mts +7 -7
  1694. package/dist/150/liquidityProvider/accountDebited.cjs +13 -0
  1695. package/dist/150/liquidityProvider/accountDebited.d.cts +28 -0
  1696. package/dist/150/liquidityProvider/accountDebited.d.mts +7 -7
  1697. package/dist/150/liquidityProvider/assetTransferred.cjs +14 -0
  1698. package/dist/150/liquidityProvider/assetTransferred.d.cts +31 -0
  1699. package/dist/150/liquidityProvider/assetTransferred.d.mts +6 -6
  1700. package/dist/150/liquidityProvider/liquidityDepositAddressReady.cjs +17 -0
  1701. package/dist/150/liquidityProvider/liquidityDepositAddressReady.d.cts +85 -0
  1702. package/dist/150/liquidityProvider/liquidityDepositAddressReady.d.mts +14 -14
  1703. package/dist/150/liquidityProvider/liquidityDepositCredited.cjs +13 -0
  1704. package/dist/150/liquidityProvider/liquidityDepositCredited.d.cts +28 -0
  1705. package/dist/150/liquidityProvider/liquidityDepositCredited.d.mts +7 -7
  1706. package/dist/150/liquidityProvider/liquidityRefundAddressRegistered.cjs +13 -0
  1707. package/dist/150/liquidityProvider/liquidityRefundAddressRegistered.d.cts +236 -0
  1708. package/dist/150/liquidityProvider/liquidityRefundAddressRegistered.d.mts +2 -2
  1709. package/dist/150/liquidityProvider/withdrawalEgressScheduled.cjs +15 -0
  1710. package/dist/150/liquidityProvider/withdrawalEgressScheduled.d.cts +89 -0
  1711. package/dist/150/liquidityProvider/withdrawalEgressScheduled.d.mts +12 -12
  1712. package/dist/150/polkadotIngressEgress/batchBroadcastRequested.cjs +12 -0
  1713. package/dist/150/polkadotIngressEgress/batchBroadcastRequested.d.cts +25 -0
  1714. package/dist/150/polkadotIngressEgress/ccmBroadcastRequested.cjs +12 -0
  1715. package/dist/150/polkadotIngressEgress/ccmBroadcastRequested.d.cts +25 -0
  1716. package/dist/150/polkadotIngressEgress/ccmEgressInvalid.cjs +12 -0
  1717. package/dist/150/polkadotIngressEgress/ccmEgressInvalid.d.cts +242 -0
  1718. package/dist/150/polkadotIngressEgress/depositBoosted.cjs +20 -0
  1719. package/dist/150/polkadotIngressEgress/depositBoosted.d.cts +124 -0
  1720. package/dist/150/polkadotIngressEgress/depositBoosted.d.mts +8 -8
  1721. package/dist/150/polkadotIngressEgress/depositFinalised.cjs +18 -0
  1722. package/dist/150/polkadotIngressEgress/depositFinalised.d.cts +118 -0
  1723. package/dist/150/polkadotIngressEgress/depositFinalised.d.mts +6 -6
  1724. package/dist/150/polkadotIngressEgress/depositIgnored.cjs +15 -0
  1725. package/dist/150/polkadotIngressEgress/depositIgnored.d.cts +44 -0
  1726. package/dist/150/polkadotIngressEgress/depositIgnored.d.mts +4 -4
  1727. package/dist/150/polkadotIngressEgress/depositWitnessRejected.cjs +12 -0
  1728. package/dist/150/polkadotIngressEgress/depositWitnessRejected.d.cts +269 -0
  1729. package/dist/150/polkadotIngressEgress/depositWitnessRejected.d.mts +8 -8
  1730. package/dist/150/polkadotIngressEgress/maxSwapRetryDurationSet.cjs +8 -0
  1731. package/dist/150/polkadotIngressEgress/maxSwapRetryDurationSet.d.cts +12 -0
  1732. package/dist/150/solanaBroadcaster/broadcastAborted.cjs +8 -0
  1733. package/dist/150/solanaBroadcaster/broadcastAborted.d.cts +12 -0
  1734. package/dist/150/solanaBroadcaster/broadcastCallbackExecuted.cjs +12 -0
  1735. package/dist/150/solanaBroadcaster/broadcastCallbackExecuted.d.cts +333 -0
  1736. package/dist/150/solanaBroadcaster/broadcastRetryScheduled.cjs +11 -0
  1737. package/dist/150/solanaBroadcaster/broadcastRetryScheduled.d.cts +15 -0
  1738. package/dist/150/solanaBroadcaster/broadcastSuccess.cjs +13 -0
  1739. package/dist/150/solanaBroadcaster/broadcastSuccess.d.cts +18 -0
  1740. package/dist/150/solanaBroadcaster/broadcastTimeout.cjs +8 -0
  1741. package/dist/150/solanaBroadcaster/broadcastTimeout.d.cts +12 -0
  1742. package/dist/150/solanaBroadcaster/callResigned.cjs +8 -0
  1743. package/dist/150/solanaBroadcaster/callResigned.d.cts +12 -0
  1744. package/dist/150/solanaBroadcaster/thresholdSignatureInvalid.cjs +8 -0
  1745. package/dist/150/solanaBroadcaster/thresholdSignatureInvalid.d.cts +12 -0
  1746. package/dist/150/solanaBroadcaster/transactionBroadcastRequest.cjs +13 -0
  1747. package/dist/150/solanaBroadcaster/transactionBroadcastRequest.d.cts +18 -0
  1748. package/dist/150/solanaBroadcaster/transactionFeeDeficitRecorded.cjs +12 -0
  1749. package/dist/150/solanaBroadcaster/transactionFeeDeficitRecorded.d.cts +15 -0
  1750. package/dist/150/solanaBroadcaster/transactionFeeDeficitRefused.cjs +9 -0
  1751. package/dist/150/solanaBroadcaster/transactionFeeDeficitRefused.d.cts +12 -0
  1752. package/dist/150/solanaChainTracking/chainStateUpdated.cjs +9 -0
  1753. package/dist/150/solanaChainTracking/chainStateUpdated.d.cts +41 -0
  1754. package/dist/150/solanaChainTracking/feeMultiplierUpdated.cjs +9 -0
  1755. package/dist/150/solanaChainTracking/feeMultiplierUpdated.d.cts +12 -0
  1756. package/dist/150/solanaIngressEgress/assetEgressStatusChanged.cjs +12 -0
  1757. package/dist/150/solanaIngressEgress/assetEgressStatusChanged.d.cts +25 -0
  1758. package/dist/150/solanaIngressEgress/batchBroadcastRequested.cjs +12 -0
  1759. package/dist/150/solanaIngressEgress/batchBroadcastRequested.d.cts +25 -0
  1760. package/dist/150/solanaIngressEgress/boostFundsAdded.cjs +13 -0
  1761. package/dist/150/solanaIngressEgress/boostFundsAdded.d.cts +45 -0
  1762. package/dist/150/solanaIngressEgress/boostPoolCreated.cjs +9 -0
  1763. package/dist/150/solanaIngressEgress/boostPoolCreated.d.cts +39 -0
  1764. package/dist/150/solanaIngressEgress/ccmBroadcastFailed.cjs +8 -0
  1765. package/dist/150/solanaIngressEgress/ccmBroadcastFailed.d.cts +12 -0
  1766. package/dist/150/solanaIngressEgress/ccmBroadcastRequested.cjs +12 -0
  1767. package/dist/150/solanaIngressEgress/ccmBroadcastRequested.d.cts +25 -0
  1768. package/dist/150/solanaIngressEgress/ccmEgressInvalid.cjs +12 -0
  1769. package/dist/150/solanaIngressEgress/ccmEgressInvalid.d.cts +242 -0
  1770. package/dist/150/solanaIngressEgress/channelOpeningFeePaid.cjs +9 -0
  1771. package/dist/150/solanaIngressEgress/channelOpeningFeePaid.d.cts +12 -0
  1772. package/dist/150/solanaIngressEgress/channelOpeningFeeSet.cjs +9 -0
  1773. package/dist/150/solanaIngressEgress/channelOpeningFeeSet.d.cts +12 -0
  1774. package/dist/150/solanaIngressEgress/depositBoosted.cjs +19 -0
  1775. package/dist/150/solanaIngressEgress/depositBoosted.d.cts +121 -0
  1776. package/dist/150/solanaIngressEgress/depositBoosted.d.mts +6 -6
  1777. package/dist/150/solanaIngressEgress/depositFetchesScheduled.cjs +12 -0
  1778. package/dist/150/solanaIngressEgress/depositFetchesScheduled.d.cts +25 -0
  1779. package/dist/150/solanaIngressEgress/depositFetchesScheduled.d.mts +2 -2
  1780. package/dist/150/solanaIngressEgress/depositFinalised.cjs +17 -0
  1781. package/dist/150/solanaIngressEgress/depositFinalised.d.cts +115 -0
  1782. package/dist/150/solanaIngressEgress/depositFinalised.d.mts +5 -5
  1783. package/dist/150/solanaIngressEgress/depositIgnored.cjs +14 -0
  1784. package/dist/150/solanaIngressEgress/depositIgnored.d.cts +41 -0
  1785. package/dist/150/solanaIngressEgress/depositIgnored.d.mts +2 -2
  1786. package/dist/150/solanaIngressEgress/depositWitnessRejected.cjs +12 -0
  1787. package/dist/150/solanaIngressEgress/depositWitnessRejected.d.cts +264 -0
  1788. package/dist/150/solanaIngressEgress/depositWitnessRejected.d.mts +4 -4
  1789. package/dist/150/solanaIngressEgress/failedForeignChainCallExpired.cjs +8 -0
  1790. package/dist/150/solanaIngressEgress/failedForeignChainCallExpired.d.cts +12 -0
  1791. package/dist/150/solanaIngressEgress/failedForeignChainCallResigned.cjs +11 -0
  1792. package/dist/150/solanaIngressEgress/failedForeignChainCallResigned.d.cts +15 -0
  1793. package/dist/150/solanaIngressEgress/failedToBuildAllBatchCall.cjs +9 -0
  1794. package/dist/150/solanaIngressEgress/failedToBuildAllBatchCall.d.cts +370 -0
  1795. package/dist/150/solanaIngressEgress/insufficientBoostLiquidity.cjs +14 -0
  1796. package/dist/150/solanaIngressEgress/insufficientBoostLiquidity.d.cts +31 -0
  1797. package/dist/150/solanaIngressEgress/insufficientBoostLiquidity.d.mts +4 -4
  1798. package/dist/150/solanaIngressEgress/maxSwapRetryDurationSet.cjs +8 -0
  1799. package/dist/150/solanaIngressEgress/maxSwapRetryDurationSet.d.cts +12 -0
  1800. package/dist/150/solanaIngressEgress/minimumDepositSet.cjs +12 -0
  1801. package/dist/150/solanaIngressEgress/minimumDepositSet.d.cts +25 -0
  1802. package/dist/150/solanaIngressEgress/stoppedBoosting.cjs +14 -0
  1803. package/dist/150/solanaIngressEgress/stoppedBoosting.d.cts +48 -0
  1804. package/dist/150/solanaIngressEgress/transferFallbackRequested.cjs +14 -0
  1805. package/dist/150/solanaIngressEgress/transferFallbackRequested.d.cts +31 -0
  1806. package/dist/150/solanaIngressEgress/transferFallbackRequested.d.mts +2 -2
  1807. package/dist/150/solanaIngressEgress/utxoConsolidation.cjs +8 -0
  1808. package/dist/150/solanaIngressEgress/utxoConsolidation.d.cts +12 -0
  1809. package/dist/150/solanaThresholdSigner/failureReportProcessed.cjs +13 -0
  1810. package/dist/150/solanaThresholdSigner/failureReportProcessed.d.cts +18 -0
  1811. package/dist/150/solanaThresholdSigner/keyHandoverFailure.cjs +9 -0
  1812. package/dist/150/solanaThresholdSigner/keyHandoverFailure.d.cts +12 -0
  1813. package/dist/150/solanaThresholdSigner/keyHandoverFailureReported.cjs +7 -0
  1814. package/dist/150/solanaThresholdSigner/keyHandoverFailureReported.d.cts +6 -0
  1815. package/dist/150/solanaThresholdSigner/keyHandoverRequest.cjs +17 -0
  1816. package/dist/150/solanaThresholdSigner/keyHandoverRequest.d.cts +30 -0
  1817. package/dist/150/solanaThresholdSigner/keyHandoverResponseTimeout.cjs +9 -0
  1818. package/dist/150/solanaThresholdSigner/keyHandoverResponseTimeout.d.cts +12 -0
  1819. package/dist/150/solanaThresholdSigner/keyHandoverSuccess.cjs +9 -0
  1820. package/dist/150/solanaThresholdSigner/keyHandoverSuccess.d.cts +12 -0
  1821. package/dist/150/solanaThresholdSigner/keyHandoverSuccessReported.cjs +7 -0
  1822. package/dist/150/solanaThresholdSigner/keyHandoverSuccessReported.d.cts +6 -0
  1823. package/dist/150/solanaThresholdSigner/keyHandoverVerificationFailure.cjs +9 -0
  1824. package/dist/150/solanaThresholdSigner/keyHandoverVerificationFailure.d.cts +12 -0
  1825. package/dist/150/solanaThresholdSigner/keyHandoverVerificationSuccess.cjs +9 -0
  1826. package/dist/150/solanaThresholdSigner/keyHandoverVerificationSuccess.d.cts +12 -0
  1827. package/dist/150/solanaThresholdSigner/keyRotationCompleted.cjs +8 -0
  1828. package/dist/150/solanaThresholdSigner/keyRotationCompleted.d.cts +6 -0
  1829. package/dist/150/solanaThresholdSigner/keygenFailure.cjs +7 -0
  1830. package/dist/150/solanaThresholdSigner/keygenFailure.d.cts +6 -0
  1831. package/dist/150/solanaThresholdSigner/keygenFailureReported.cjs +7 -0
  1832. package/dist/150/solanaThresholdSigner/keygenFailureReported.d.cts +6 -0
  1833. package/dist/150/solanaThresholdSigner/keygenRequest.cjs +13 -0
  1834. package/dist/150/solanaThresholdSigner/keygenRequest.d.cts +18 -0
  1835. package/dist/150/solanaThresholdSigner/keygenResponseTimeout.cjs +7 -0
  1836. package/dist/150/solanaThresholdSigner/keygenResponseTimeout.d.cts +6 -0
  1837. package/dist/150/solanaThresholdSigner/keygenResponseTimeoutUpdated.cjs +8 -0
  1838. package/dist/150/solanaThresholdSigner/keygenResponseTimeoutUpdated.d.cts +12 -0
  1839. package/dist/150/solanaThresholdSigner/keygenSuccess.cjs +7 -0
  1840. package/dist/150/solanaThresholdSigner/keygenSuccess.d.cts +6 -0
  1841. package/dist/150/solanaThresholdSigner/keygenSuccessReported.cjs +7 -0
  1842. package/dist/150/solanaThresholdSigner/keygenSuccessReported.d.cts +6 -0
  1843. package/dist/150/solanaThresholdSigner/keygenVerificationFailure.cjs +9 -0
  1844. package/dist/150/solanaThresholdSigner/keygenVerificationFailure.d.cts +12 -0
  1845. package/dist/150/solanaThresholdSigner/keygenVerificationSuccess.cjs +9 -0
  1846. package/dist/150/solanaThresholdSigner/keygenVerificationSuccess.d.cts +12 -0
  1847. package/dist/150/solanaThresholdSigner/noKeyHandover.cjs +8 -0
  1848. package/dist/150/solanaThresholdSigner/noKeyHandover.d.cts +6 -0
  1849. package/dist/150/solanaThresholdSigner/retryRequested.cjs +12 -0
  1850. package/dist/150/solanaThresholdSigner/retryRequested.d.cts +15 -0
  1851. package/dist/150/solanaThresholdSigner/signersUnavailable.cjs +11 -0
  1852. package/dist/150/solanaThresholdSigner/signersUnavailable.d.cts +15 -0
  1853. package/dist/150/solanaThresholdSigner/thresholdDispatchComplete.cjs +13 -0
  1854. package/dist/150/solanaThresholdSigner/thresholdDispatchComplete.d.cts +336 -0
  1855. package/dist/150/solanaThresholdSigner/thresholdDispatchComplete.d.mts +4 -4
  1856. package/dist/150/solanaThresholdSigner/thresholdSignatureFailed.cjs +13 -0
  1857. package/dist/150/solanaThresholdSigner/thresholdSignatureFailed.d.cts +18 -0
  1858. package/dist/150/solanaThresholdSigner/thresholdSignatureRequest.cjs +15 -0
  1859. package/dist/150/solanaThresholdSigner/thresholdSignatureRequest.d.cts +24 -0
  1860. package/dist/150/solanaThresholdSigner/thresholdSignatureRequest.d.mts +2 -2
  1861. package/dist/150/solanaThresholdSigner/thresholdSignatureResponseTimeoutUpdated.cjs +8 -0
  1862. package/dist/150/solanaThresholdSigner/thresholdSignatureResponseTimeoutUpdated.d.cts +12 -0
  1863. package/dist/150/solanaThresholdSigner/thresholdSignatureSuccess.cjs +12 -0
  1864. package/dist/150/solanaThresholdSigner/thresholdSignatureSuccess.d.cts +15 -0
  1865. package/dist/150/solanaVault/awaitingGovernanceActivation.cjs +9 -0
  1866. package/dist/150/solanaVault/awaitingGovernanceActivation.d.cts +12 -0
  1867. package/dist/150/solanaVault/chainInitialized.cjs +8 -0
  1868. package/dist/150/solanaVault/chainInitialized.d.cts +6 -0
  1869. package/dist/150/solanaVault/vaultActivationCompleted.cjs +8 -0
  1870. package/dist/150/solanaVault/vaultActivationCompleted.d.cts +6 -0
  1871. package/dist/150/solanaVault/vaultRotatedExternally.cjs +7 -0
  1872. package/dist/150/solanaVault/vaultRotatedExternally.d.cts +6 -0
  1873. package/dist/150/swapping/batchSwapFailed.cjs +13 -0
  1874. package/dist/150/swapping/batchSwapFailed.d.cts +38 -0
  1875. package/dist/150/swapping/batchSwapFailed.d.mts +6 -6
  1876. package/dist/150/swapping/buyIntervalSet.cjs +8 -0
  1877. package/dist/150/swapping/buyIntervalSet.d.cts +12 -0
  1878. package/dist/150/swapping/ccmDepositReceived.cjs +16 -0
  1879. package/dist/150/swapping/ccmDepositReceived.d.cts +408 -0
  1880. package/dist/150/swapping/ccmDepositReceived.d.mts +6 -6
  1881. package/dist/150/swapping/ccmEgressScheduled.cjs +12 -0
  1882. package/dist/150/swapping/ccmEgressScheduled.d.cts +25 -0
  1883. package/dist/150/swapping/ccmFailed.cjs +14 -0
  1884. package/dist/150/swapping/ccmFailed.d.cts +515 -0
  1885. package/dist/150/swapping/ccmFailed.d.mts +9 -9
  1886. package/dist/150/swapping/maximumSwapAmountSet.cjs +12 -0
  1887. package/dist/150/swapping/maximumSwapAmountSet.d.cts +25 -0
  1888. package/dist/150/swapping/maximumSwapAmountSet.d.mts +6 -6
  1889. package/dist/150/swapping/networkFeeTaken.cjs +12 -0
  1890. package/dist/150/swapping/networkFeeTaken.d.cts +15 -0
  1891. package/dist/150/swapping/refundEgressIgnored.cjs +14 -0
  1892. package/dist/150/swapping/refundEgressIgnored.d.cts +248 -0
  1893. package/dist/150/swapping/refundEgressIgnored.d.mts +7 -7
  1894. package/dist/150/swapping/refundEgressScheduled.cjs +15 -0
  1895. package/dist/150/swapping/refundEgressScheduled.d.cts +44 -0
  1896. package/dist/150/swapping/refundEgressScheduled.d.mts +8 -8
  1897. package/dist/150/swapping/swapAmountConfiscated.cjs +15 -0
  1898. package/dist/150/swapping/swapAmountConfiscated.d.cts +44 -0
  1899. package/dist/150/swapping/swapAmountConfiscated.d.mts +12 -12
  1900. package/dist/150/swapping/swapDepositAddressReady.cjs +22 -0
  1901. package/dist/150/swapping/swapDepositAddressReady.d.cts +273 -0
  1902. package/dist/150/swapping/swapDepositAddressReady.d.mts +27 -27
  1903. package/dist/150/swapping/swapEgressIgnored.cjs +14 -0
  1904. package/dist/150/swapping/swapEgressIgnored.d.cts +248 -0
  1905. package/dist/150/swapping/swapEgressIgnored.d.mts +7 -7
  1906. package/dist/150/swapping/swapEgressScheduled.cjs +15 -0
  1907. package/dist/150/swapping/swapEgressScheduled.d.cts +44 -0
  1908. package/dist/150/swapping/swapEgressScheduled.d.mts +8 -8
  1909. package/dist/150/swapping/swapExecuted.cjs +19 -0
  1910. package/dist/150/swapping/swapExecuted.d.cts +397 -0
  1911. package/dist/150/swapping/swapExecuted.d.mts +19 -19
  1912. package/dist/150/swapping/swapRescheduled.cjs +12 -0
  1913. package/dist/150/swapping/swapRescheduled.d.cts +15 -0
  1914. package/dist/150/swapping/swapRetryDelaySet.cjs +8 -0
  1915. package/dist/150/swapping/swapRetryDelaySet.d.cts +12 -0
  1916. package/dist/150/swapping/swapScheduled.cjs +20 -0
  1917. package/dist/150/swapping/swapScheduled.d.cts +548 -0
  1918. package/dist/150/swapping/swapScheduled.d.mts +24 -24
  1919. package/dist/150/swapping/withdrawalRequested.cjs +15 -0
  1920. package/dist/150/swapping/withdrawalRequested.d.cts +89 -0
  1921. package/dist/150/swapping/withdrawalRequested.d.mts +11 -11
  1922. package/dist/150/tokenholderGovernance/govKeyUpdatedHasFailed.cjs +12 -0
  1923. package/dist/150/tokenholderGovernance/govKeyUpdatedHasFailed.d.cts +25 -0
  1924. package/dist/150/tokenholderGovernance/govKeyUpdatedWasSuccessful.cjs +12 -0
  1925. package/dist/150/tokenholderGovernance/govKeyUpdatedWasSuccessful.d.cts +25 -0
  1926. package/dist/150/tokenholderGovernance/proposalEnacted.cjs +9 -0
  1927. package/dist/150/tokenholderGovernance/proposalEnacted.d.cts +54 -0
  1928. package/dist/150/tokenholderGovernance/proposalPassed.cjs +9 -0
  1929. package/dist/150/tokenholderGovernance/proposalPassed.d.cts +54 -0
  1930. package/dist/150/tokenholderGovernance/proposalRejected.cjs +9 -0
  1931. package/dist/150/tokenholderGovernance/proposalRejected.d.cts +54 -0
  1932. package/dist/150/tokenholderGovernance/proposalSubmitted.cjs +9 -0
  1933. package/dist/150/tokenholderGovernance/proposalSubmitted.d.cts +54 -0
  1934. package/dist/160/_virtual/rolldown_runtime.cjs +29 -0
  1935. package/dist/160/arbitrumIngressEgress/ccmEgressInvalid.cjs +12 -0
  1936. package/dist/160/arbitrumIngressEgress/ccmEgressInvalid.d.cts +533 -0
  1937. package/dist/160/arbitrumIngressEgress/ccmEgressInvalid.d.mts +50 -50
  1938. package/dist/160/arbitrumIngressEgress/depositBoosted.cjs +20 -0
  1939. package/dist/160/arbitrumIngressEgress/depositBoosted.d.cts +129 -0
  1940. package/dist/160/arbitrumIngressEgress/depositFinalised.cjs +18 -0
  1941. package/dist/160/arbitrumIngressEgress/depositFinalised.d.cts +123 -0
  1942. package/dist/160/arbitrumIngressEgress/depositFinalised.d.mts +8 -8
  1943. package/dist/160/assetBalances/accountCredited.cjs +14 -0
  1944. package/dist/160/assetBalances/accountCredited.d.cts +31 -0
  1945. package/dist/160/assetBalances/accountCredited.d.mts +9 -9
  1946. package/dist/160/assetBalances/accountDebited.cjs +14 -0
  1947. package/dist/160/assetBalances/accountDebited.d.cts +31 -0
  1948. package/dist/160/assetBalances/accountDebited.d.mts +9 -9
  1949. package/dist/160/bitcoinIngressEgress/ccmEgressInvalid.cjs +12 -0
  1950. package/dist/160/bitcoinIngressEgress/ccmEgressInvalid.d.cts +533 -0
  1951. package/dist/160/bitcoinIngressEgress/depositBoosted.cjs +20 -0
  1952. package/dist/160/bitcoinIngressEgress/depositBoosted.d.cts +229 -0
  1953. package/dist/160/bitcoinIngressEgress/depositBoosted.d.mts +14 -14
  1954. package/dist/160/bitcoinIngressEgress/depositFinalised.cjs +18 -0
  1955. package/dist/160/bitcoinIngressEgress/depositFinalised.d.cts +223 -0
  1956. package/dist/160/bitcoinIngressEgress/depositFinalised.d.mts +10 -10
  1957. package/dist/160/common.cjs +602 -0
  1958. package/dist/160/common.d.cts +3828 -0
  1959. package/dist/160/common.d.mts +40 -40
  1960. package/dist/160/environment/durableNonceSetForAccount.cjs +12 -0
  1961. package/dist/160/environment/durableNonceSetForAccount.d.cts +15 -0
  1962. package/dist/160/environment/runtimeSafeModeUpdated.cjs +9 -0
  1963. package/dist/160/environment/runtimeSafeModeUpdated.d.cts +1105 -0
  1964. package/dist/160/environment/solanaInitialized.cjs +8 -0
  1965. package/dist/160/environment/solanaInitialized.d.cts +6 -0
  1966. package/dist/160/ethereumIngressEgress/ccmEgressInvalid.cjs +12 -0
  1967. package/dist/160/ethereumIngressEgress/ccmEgressInvalid.d.cts +533 -0
  1968. package/dist/160/ethereumIngressEgress/depositBoosted.cjs +20 -0
  1969. package/dist/160/ethereumIngressEgress/depositBoosted.d.cts +129 -0
  1970. package/dist/160/ethereumIngressEgress/depositBoosted.d.mts +12 -12
  1971. package/dist/160/ethereumIngressEgress/depositFinalised.cjs +18 -0
  1972. package/dist/160/ethereumIngressEgress/depositFinalised.d.cts +123 -0
  1973. package/dist/160/ethereumIngressEgress/depositFinalised.d.mts +8 -8
  1974. package/dist/160/liquidityPools/assetSwapped.cjs +14 -0
  1975. package/dist/160/liquidityPools/assetSwapped.d.cts +41 -0
  1976. package/dist/160/liquidityPools/assetSwapped.d.mts +14 -14
  1977. package/dist/160/liquidityPools/limitOrderUpdated.cjs +20 -0
  1978. package/dist/160/liquidityPools/limitOrderUpdated.d.cts +99 -0
  1979. package/dist/160/liquidityPools/limitOrderUpdated.d.mts +12 -12
  1980. package/dist/160/liquidityPools/newPoolCreated.cjs +14 -0
  1981. package/dist/160/liquidityPools/newPoolCreated.d.cts +41 -0
  1982. package/dist/160/liquidityPools/newPoolCreated.d.mts +12 -12
  1983. package/dist/160/liquidityPools/orderDeletionFailed.cjs +9 -0
  1984. package/dist/160/liquidityPools/orderDeletionFailed.d.cts +127 -0
  1985. package/dist/160/liquidityPools/orderDeletionFailed.d.mts +32 -32
  1986. package/dist/160/liquidityPools/poolFeeSet.cjs +13 -0
  1987. package/dist/160/liquidityPools/poolFeeSet.d.cts +38 -0
  1988. package/dist/160/liquidityPools/poolFeeSet.d.mts +12 -12
  1989. package/dist/160/liquidityPools/priceImpactLimitSet.cjs +12 -0
  1990. package/dist/160/liquidityPools/priceImpactLimitSet.d.cts +46 -0
  1991. package/dist/160/liquidityPools/rangeOrderUpdated.cjs +21 -0
  1992. package/dist/160/liquidityPools/rangeOrderUpdated.d.cts +209 -0
  1993. package/dist/160/liquidityPools/rangeOrderUpdated.d.mts +24 -24
  1994. package/dist/160/liquidityProvider/assetTransferred.cjs +14 -0
  1995. package/dist/160/liquidityProvider/assetTransferred.d.cts +31 -0
  1996. package/dist/160/liquidityProvider/assetTransferred.d.mts +6 -6
  1997. package/dist/160/liquidityProvider/liquidityDepositAddressReady.cjs +17 -0
  1998. package/dist/160/liquidityProvider/liquidityDepositAddressReady.d.cts +85 -0
  1999. package/dist/160/liquidityProvider/liquidityDepositAddressReady.d.mts +12 -12
  2000. package/dist/160/liquidityProvider/withdrawalEgressScheduled.cjs +15 -0
  2001. package/dist/160/liquidityProvider/withdrawalEgressScheduled.d.cts +89 -0
  2002. package/dist/160/liquidityProvider/withdrawalEgressScheduled.d.mts +8 -8
  2003. package/dist/160/polkadotIngressEgress/ccmEgressInvalid.cjs +12 -0
  2004. package/dist/160/polkadotIngressEgress/ccmEgressInvalid.d.cts +533 -0
  2005. package/dist/160/polkadotIngressEgress/depositBoosted.cjs +20 -0
  2006. package/dist/160/polkadotIngressEgress/depositBoosted.d.cts +119 -0
  2007. package/dist/160/polkadotIngressEgress/depositBoosted.d.mts +12 -12
  2008. package/dist/160/polkadotIngressEgress/depositFinalised.cjs +18 -0
  2009. package/dist/160/polkadotIngressEgress/depositFinalised.d.cts +113 -0
  2010. package/dist/160/polkadotIngressEgress/depositFinalised.d.mts +8 -8
  2011. package/dist/160/solanaBroadcaster/broadcastSuccess.cjs +13 -0
  2012. package/dist/160/solanaBroadcaster/broadcastSuccess.d.cts +18 -0
  2013. package/dist/160/solanaBroadcaster/transactionBroadcastRequest.cjs +14 -0
  2014. package/dist/160/solanaBroadcaster/transactionBroadcastRequest.d.cts +143 -0
  2015. package/dist/160/solanaBroadcaster/transactionFeeDeficitRecorded.cjs +12 -0
  2016. package/dist/160/solanaBroadcaster/transactionFeeDeficitRecorded.d.cts +15 -0
  2017. package/dist/160/solanaChainTracking/chainStateUpdated.cjs +9 -0
  2018. package/dist/160/solanaChainTracking/chainStateUpdated.d.cts +41 -0
  2019. package/dist/160/solanaElections/allVotesCleared.cjs +8 -0
  2020. package/dist/160/solanaElections/allVotesCleared.d.cts +6 -0
  2021. package/dist/160/solanaElections/allVotesNotCleared.cjs +8 -0
  2022. package/dist/160/solanaElections/allVotesNotCleared.d.cts +6 -0
  2023. package/dist/160/solanaElections/corruptStorage.cjs +8 -0
  2024. package/dist/160/solanaElections/corruptStorage.d.cts +6 -0
  2025. package/dist/160/solanaElections/uninitialized.cjs +8 -0
  2026. package/dist/160/solanaElections/uninitialized.d.cts +6 -0
  2027. package/dist/160/solanaIngressEgress/assetEgressStatusChanged.cjs +12 -0
  2028. package/dist/160/solanaIngressEgress/assetEgressStatusChanged.d.cts +25 -0
  2029. package/dist/160/solanaIngressEgress/boostFundsAdded.cjs +13 -0
  2030. package/dist/160/solanaIngressEgress/boostFundsAdded.d.cts +45 -0
  2031. package/dist/160/solanaIngressEgress/boostFundsAdded.d.mts +2 -2
  2032. package/dist/160/solanaIngressEgress/boostPoolCreated.cjs +9 -0
  2033. package/dist/160/solanaIngressEgress/boostPoolCreated.d.cts +39 -0
  2034. package/dist/160/solanaIngressEgress/ccmEgressInvalid.cjs +12 -0
  2035. package/dist/160/solanaIngressEgress/ccmEgressInvalid.d.cts +533 -0
  2036. package/dist/160/solanaIngressEgress/depositBoosted.cjs +19 -0
  2037. package/dist/160/solanaIngressEgress/depositBoosted.d.cts +116 -0
  2038. package/dist/160/solanaIngressEgress/depositBoosted.d.mts +10 -10
  2039. package/dist/160/solanaIngressEgress/depositFetchesScheduled.cjs +12 -0
  2040. package/dist/160/solanaIngressEgress/depositFetchesScheduled.d.cts +25 -0
  2041. package/dist/160/solanaIngressEgress/depositFinalised.cjs +17 -0
  2042. package/dist/160/solanaIngressEgress/depositFinalised.d.cts +110 -0
  2043. package/dist/160/solanaIngressEgress/depositFinalised.d.mts +6 -6
  2044. package/dist/160/solanaIngressEgress/depositIgnored.cjs +14 -0
  2045. package/dist/160/solanaIngressEgress/depositIgnored.d.cts +41 -0
  2046. package/dist/160/solanaIngressEgress/depositIgnored.d.mts +2 -2
  2047. package/dist/160/solanaIngressEgress/depositWitnessRejected.cjs +12 -0
  2048. package/dist/160/solanaIngressEgress/depositWitnessRejected.d.cts +264 -0
  2049. package/dist/160/solanaIngressEgress/depositWitnessRejected.d.mts +4 -4
  2050. package/dist/160/solanaIngressEgress/insufficientBoostLiquidity.cjs +14 -0
  2051. package/dist/160/solanaIngressEgress/insufficientBoostLiquidity.d.cts +31 -0
  2052. package/dist/160/solanaIngressEgress/minimumDepositSet.cjs +12 -0
  2053. package/dist/160/solanaIngressEgress/minimumDepositSet.d.cts +25 -0
  2054. package/dist/160/solanaIngressEgress/stoppedBoosting.cjs +14 -0
  2055. package/dist/160/solanaIngressEgress/stoppedBoosting.d.cts +48 -0
  2056. package/dist/160/solanaIngressEgress/stoppedBoosting.d.mts +2 -2
  2057. package/dist/160/solanaIngressEgress/transferFallbackRequested.cjs +14 -0
  2058. package/dist/160/solanaIngressEgress/transferFallbackRequested.d.cts +31 -0
  2059. package/dist/160/solanaThresholdSigner/thresholdSignatureRequest.cjs +16 -0
  2060. package/dist/160/solanaThresholdSigner/thresholdSignatureRequest.d.cts +108 -0
  2061. package/dist/160/swapping/batchSwapFailed.cjs +13 -0
  2062. package/dist/160/swapping/batchSwapFailed.d.cts +38 -0
  2063. package/dist/160/swapping/batchSwapFailed.d.mts +6 -6
  2064. package/dist/160/swapping/ccmFailed.cjs +14 -0
  2065. package/dist/160/swapping/ccmFailed.d.cts +312 -0
  2066. package/dist/160/swapping/maxSwapRequestDurationSet.cjs +8 -0
  2067. package/dist/160/swapping/maxSwapRequestDurationSet.d.cts +12 -0
  2068. package/dist/160/swapping/maxSwapRetryDurationSet.cjs +8 -0
  2069. package/dist/160/swapping/maxSwapRetryDurationSet.d.cts +12 -0
  2070. package/dist/160/swapping/maximumSwapAmountSet.cjs +12 -0
  2071. package/dist/160/swapping/maximumSwapAmountSet.d.cts +25 -0
  2072. package/dist/160/swapping/maximumSwapAmountSet.d.mts +6 -6
  2073. package/dist/160/swapping/refundEgressIgnored.cjs +14 -0
  2074. package/dist/160/swapping/refundEgressIgnored.d.cts +248 -0
  2075. package/dist/160/swapping/refundEgressIgnored.d.mts +8 -8
  2076. package/dist/160/swapping/refundEgressScheduled.cjs +15 -0
  2077. package/dist/160/swapping/refundEgressScheduled.d.cts +44 -0
  2078. package/dist/160/swapping/refundEgressScheduled.d.mts +10 -10
  2079. package/dist/160/swapping/swapAmountConfiscated.cjs +14 -0
  2080. package/dist/160/swapping/swapAmountConfiscated.d.cts +31 -0
  2081. package/dist/160/swapping/swapAmountConfiscated.d.mts +6 -6
  2082. package/dist/160/swapping/swapDepositAddressReady.cjs +23 -0
  2083. package/dist/160/swapping/swapDepositAddressReady.d.cts +291 -0
  2084. package/dist/160/swapping/swapDepositAddressReady.d.mts +16 -16
  2085. package/dist/160/swapping/swapEgressIgnored.cjs +14 -0
  2086. package/dist/160/swapping/swapEgressIgnored.d.cts +248 -0
  2087. package/dist/160/swapping/swapEgressIgnored.d.mts +8 -8
  2088. package/dist/160/swapping/swapEgressScheduled.cjs +15 -0
  2089. package/dist/160/swapping/swapEgressScheduled.d.cts +44 -0
  2090. package/dist/160/swapping/swapEgressScheduled.d.mts +10 -10
  2091. package/dist/160/swapping/swapExecuted.cjs +19 -0
  2092. package/dist/160/swapping/swapExecuted.d.cts +56 -0
  2093. package/dist/160/swapping/swapExecuted.d.mts +16 -16
  2094. package/dist/160/swapping/swapRequestCompleted.cjs +9 -0
  2095. package/dist/160/swapping/swapRequestCompleted.d.cts +12 -0
  2096. package/dist/160/swapping/swapRequested.cjs +18 -0
  2097. package/dist/160/swapping/swapRequested.d.cts +604 -0
  2098. package/dist/160/swapping/swapRequested.d.mts +13 -13
  2099. package/dist/160/swapping/swapScheduled.cjs +15 -0
  2100. package/dist/160/swapping/swapScheduled.d.cts +34 -0
  2101. package/dist/160/swapping/swapScheduled.d.mts +2 -2
  2102. package/dist/160/swapping/withdrawalRequested.cjs +15 -0
  2103. package/dist/160/swapping/withdrawalRequested.d.cts +89 -0
  2104. package/dist/160/swapping/withdrawalRequested.d.mts +6 -6
  2105. package/dist/170/_virtual/rolldown_runtime.cjs +29 -0
  2106. package/dist/170/arbitrumBroadcaster/palletConfigUpdated.cjs +9 -0
  2107. package/dist/170/arbitrumBroadcaster/palletConfigUpdated.d.cts +27 -0
  2108. package/dist/170/arbitrumIngressEgress/boostedDepositLost.cjs +12 -0
  2109. package/dist/170/arbitrumIngressEgress/boostedDepositLost.d.cts +15 -0
  2110. package/dist/170/arbitrumIngressEgress/ccmFailed.cjs +14 -0
  2111. package/dist/170/arbitrumIngressEgress/ccmFailed.d.cts +312 -0
  2112. package/dist/170/arbitrumIngressEgress/ccmFailed.d.mts +37 -37
  2113. package/dist/170/arbitrumIngressEgress/ccmFallbackScheduled.cjs +12 -0
  2114. package/dist/170/arbitrumIngressEgress/ccmFallbackScheduled.d.cts +47 -0
  2115. package/dist/170/arbitrumIngressEgress/depositChannelLifetimeSet.cjs +9 -0
  2116. package/dist/170/arbitrumIngressEgress/depositChannelLifetimeSet.d.cts +12 -0
  2117. package/dist/170/arbitrumIngressEgress/depositIgnored.cjs +15 -0
  2118. package/dist/170/arbitrumIngressEgress/depositIgnored.d.cts +54 -0
  2119. package/dist/170/arbitrumIngressEgress/depositIgnored.d.mts +4 -4
  2120. package/dist/170/arbitrumIngressEgress/failedToBuildAllBatchCall.cjs +9 -0
  2121. package/dist/170/arbitrumIngressEgress/failedToBuildAllBatchCall.d.cts +560 -0
  2122. package/dist/170/arbitrumIngressEgress/transactionRejectedByBroker.cjs +12 -0
  2123. package/dist/170/arbitrumIngressEgress/transactionRejectedByBroker.d.cts +25 -0
  2124. package/dist/170/arbitrumIngressEgress/transactionRejectionFailed.cjs +9 -0
  2125. package/dist/170/arbitrumIngressEgress/transactionRejectionFailed.d.cts +22 -0
  2126. package/dist/170/arbitrumIngressEgress/transactionRejectionRequestExpired.cjs +12 -0
  2127. package/dist/170/arbitrumIngressEgress/transactionRejectionRequestExpired.d.cts +15 -0
  2128. package/dist/170/arbitrumIngressEgress/transactionRejectionRequestExpired.d.mts +2 -2
  2129. package/dist/170/arbitrumIngressEgress/transactionRejectionRequestReceived.cjs +13 -0
  2130. package/dist/170/arbitrumIngressEgress/transactionRejectionRequestReceived.d.cts +18 -0
  2131. package/dist/170/arbitrumIngressEgress/transactionRejectionRequestReceived.d.mts +2 -2
  2132. package/dist/170/arbitrumVault/activationTxFailedAwaitingGovernance.cjs +9 -0
  2133. package/dist/170/arbitrumVault/activationTxFailedAwaitingGovernance.d.cts +39 -0
  2134. package/dist/170/bitcoinBroadcaster/palletConfigUpdated.cjs +9 -0
  2135. package/dist/170/bitcoinBroadcaster/palletConfigUpdated.d.cts +27 -0
  2136. package/dist/170/bitcoinIngressEgress/boostedDepositLost.cjs +12 -0
  2137. package/dist/170/bitcoinIngressEgress/boostedDepositLost.d.cts +15 -0
  2138. package/dist/170/bitcoinIngressEgress/ccmFailed.cjs +14 -0
  2139. package/dist/170/bitcoinIngressEgress/ccmFailed.d.cts +312 -0
  2140. package/dist/170/bitcoinIngressEgress/ccmFailed.d.mts +37 -37
  2141. package/dist/170/bitcoinIngressEgress/ccmFallbackScheduled.cjs +12 -0
  2142. package/dist/170/bitcoinIngressEgress/ccmFallbackScheduled.d.cts +47 -0
  2143. package/dist/170/bitcoinIngressEgress/depositBoosted.cjs +20 -0
  2144. package/dist/170/bitcoinIngressEgress/depositBoosted.d.cts +343 -0
  2145. package/dist/170/bitcoinIngressEgress/depositBoosted.d.mts +4 -4
  2146. package/dist/170/bitcoinIngressEgress/depositChannelLifetimeSet.cjs +9 -0
  2147. package/dist/170/bitcoinIngressEgress/depositChannelLifetimeSet.d.cts +12 -0
  2148. package/dist/170/bitcoinIngressEgress/depositFinalised.cjs +18 -0
  2149. package/dist/170/bitcoinIngressEgress/depositFinalised.d.cts +337 -0
  2150. package/dist/170/bitcoinIngressEgress/depositFinalised.d.mts +4 -4
  2151. package/dist/170/bitcoinIngressEgress/depositIgnored.cjs +15 -0
  2152. package/dist/170/bitcoinIngressEgress/depositIgnored.d.cts +268 -0
  2153. package/dist/170/bitcoinIngressEgress/depositIgnored.d.mts +4 -4
  2154. package/dist/170/bitcoinIngressEgress/depositWitnessRejected.cjs +12 -0
  2155. package/dist/170/bitcoinIngressEgress/depositWitnessRejected.d.cts +565 -0
  2156. package/dist/170/bitcoinIngressEgress/failedToBuildAllBatchCall.cjs +9 -0
  2157. package/dist/170/bitcoinIngressEgress/failedToBuildAllBatchCall.d.cts +560 -0
  2158. package/dist/170/bitcoinIngressEgress/transactionRejectedByBroker.cjs +12 -0
  2159. package/dist/170/bitcoinIngressEgress/transactionRejectedByBroker.d.cts +144 -0
  2160. package/dist/170/bitcoinIngressEgress/transactionRejectionFailed.cjs +9 -0
  2161. package/dist/170/bitcoinIngressEgress/transactionRejectionFailed.d.cts +141 -0
  2162. package/dist/170/bitcoinIngressEgress/transactionRejectionRequestExpired.cjs +12 -0
  2163. package/dist/170/bitcoinIngressEgress/transactionRejectionRequestExpired.d.cts +15 -0
  2164. package/dist/170/bitcoinIngressEgress/transactionRejectionRequestExpired.d.mts +2 -2
  2165. package/dist/170/bitcoinIngressEgress/transactionRejectionRequestReceived.cjs +13 -0
  2166. package/dist/170/bitcoinIngressEgress/transactionRejectionRequestReceived.d.cts +18 -0
  2167. package/dist/170/bitcoinIngressEgress/transactionRejectionRequestReceived.d.mts +2 -2
  2168. package/dist/170/bitcoinThresholdSigner/palletConfigUpdated.cjs +9 -0
  2169. package/dist/170/bitcoinThresholdSigner/palletConfigUpdated.d.cts +57 -0
  2170. package/dist/170/bitcoinVault/activationTxFailedAwaitingGovernance.cjs +9 -0
  2171. package/dist/170/bitcoinVault/activationTxFailedAwaitingGovernance.d.cts +27 -0
  2172. package/dist/170/common.cjs +477 -0
  2173. package/dist/170/common.d.cts +2447 -0
  2174. package/dist/170/common.d.mts +64 -64
  2175. package/dist/170/ethereumBroadcaster/palletConfigUpdated.cjs +9 -0
  2176. package/dist/170/ethereumBroadcaster/palletConfigUpdated.d.cts +27 -0
  2177. package/dist/170/ethereumIngressEgress/boostedDepositLost.cjs +12 -0
  2178. package/dist/170/ethereumIngressEgress/boostedDepositLost.d.cts +15 -0
  2179. package/dist/170/ethereumIngressEgress/ccmFailed.cjs +14 -0
  2180. package/dist/170/ethereumIngressEgress/ccmFailed.d.cts +312 -0
  2181. package/dist/170/ethereumIngressEgress/ccmFailed.d.mts +37 -37
  2182. package/dist/170/ethereumIngressEgress/ccmFallbackScheduled.cjs +12 -0
  2183. package/dist/170/ethereumIngressEgress/ccmFallbackScheduled.d.cts +47 -0
  2184. package/dist/170/ethereumIngressEgress/depositChannelLifetimeSet.cjs +9 -0
  2185. package/dist/170/ethereumIngressEgress/depositChannelLifetimeSet.d.cts +12 -0
  2186. package/dist/170/ethereumIngressEgress/depositIgnored.cjs +15 -0
  2187. package/dist/170/ethereumIngressEgress/depositIgnored.d.cts +54 -0
  2188. package/dist/170/ethereumIngressEgress/depositIgnored.d.mts +4 -4
  2189. package/dist/170/ethereumIngressEgress/failedToBuildAllBatchCall.cjs +9 -0
  2190. package/dist/170/ethereumIngressEgress/failedToBuildAllBatchCall.d.cts +560 -0
  2191. package/dist/170/ethereumIngressEgress/transactionRejectedByBroker.cjs +12 -0
  2192. package/dist/170/ethereumIngressEgress/transactionRejectedByBroker.d.cts +25 -0
  2193. package/dist/170/ethereumIngressEgress/transactionRejectionFailed.cjs +9 -0
  2194. package/dist/170/ethereumIngressEgress/transactionRejectionFailed.d.cts +22 -0
  2195. package/dist/170/ethereumIngressEgress/transactionRejectionRequestExpired.cjs +12 -0
  2196. package/dist/170/ethereumIngressEgress/transactionRejectionRequestExpired.d.cts +15 -0
  2197. package/dist/170/ethereumIngressEgress/transactionRejectionRequestExpired.d.mts +2 -2
  2198. package/dist/170/ethereumIngressEgress/transactionRejectionRequestReceived.cjs +13 -0
  2199. package/dist/170/ethereumIngressEgress/transactionRejectionRequestReceived.d.cts +18 -0
  2200. package/dist/170/ethereumIngressEgress/transactionRejectionRequestReceived.d.mts +2 -2
  2201. package/dist/170/ethereumVault/activationTxFailedAwaitingGovernance.cjs +9 -0
  2202. package/dist/170/ethereumVault/activationTxFailedAwaitingGovernance.d.cts +39 -0
  2203. package/dist/170/evmThresholdSigner/palletConfigUpdated.cjs +9 -0
  2204. package/dist/170/evmThresholdSigner/palletConfigUpdated.d.cts +57 -0
  2205. package/dist/170/polkadotBroadcaster/palletConfigUpdated.cjs +9 -0
  2206. package/dist/170/polkadotBroadcaster/palletConfigUpdated.d.cts +27 -0
  2207. package/dist/170/polkadotIngressEgress/boostedDepositLost.cjs +12 -0
  2208. package/dist/170/polkadotIngressEgress/boostedDepositLost.d.cts +15 -0
  2209. package/dist/170/polkadotIngressEgress/ccmFailed.cjs +14 -0
  2210. package/dist/170/polkadotIngressEgress/ccmFailed.d.cts +312 -0
  2211. package/dist/170/polkadotIngressEgress/ccmFailed.d.mts +37 -37
  2212. package/dist/170/polkadotIngressEgress/ccmFallbackScheduled.cjs +12 -0
  2213. package/dist/170/polkadotIngressEgress/ccmFallbackScheduled.d.cts +47 -0
  2214. package/dist/170/polkadotIngressEgress/depositChannelLifetimeSet.cjs +8 -0
  2215. package/dist/170/polkadotIngressEgress/depositChannelLifetimeSet.d.cts +12 -0
  2216. package/dist/170/polkadotIngressEgress/depositIgnored.cjs +15 -0
  2217. package/dist/170/polkadotIngressEgress/depositIgnored.d.cts +44 -0
  2218. package/dist/170/polkadotIngressEgress/depositIgnored.d.mts +4 -4
  2219. package/dist/170/polkadotIngressEgress/failedToBuildAllBatchCall.cjs +9 -0
  2220. package/dist/170/polkadotIngressEgress/failedToBuildAllBatchCall.d.cts +560 -0
  2221. package/dist/170/polkadotIngressEgress/transactionRejectedByBroker.cjs +11 -0
  2222. package/dist/170/polkadotIngressEgress/transactionRejectedByBroker.d.cts +15 -0
  2223. package/dist/170/polkadotIngressEgress/transactionRejectionFailed.cjs +8 -0
  2224. package/dist/170/polkadotIngressEgress/transactionRejectionFailed.d.cts +12 -0
  2225. package/dist/170/polkadotIngressEgress/transactionRejectionRequestExpired.cjs +12 -0
  2226. package/dist/170/polkadotIngressEgress/transactionRejectionRequestExpired.d.cts +30 -0
  2227. package/dist/170/polkadotIngressEgress/transactionRejectionRequestExpired.d.mts +2 -2
  2228. package/dist/170/polkadotIngressEgress/transactionRejectionRequestReceived.cjs +13 -0
  2229. package/dist/170/polkadotIngressEgress/transactionRejectionRequestReceived.d.cts +33 -0
  2230. package/dist/170/polkadotIngressEgress/transactionRejectionRequestReceived.d.mts +2 -2
  2231. package/dist/170/polkadotThresholdSigner/palletConfigUpdated.cjs +9 -0
  2232. package/dist/170/polkadotThresholdSigner/palletConfigUpdated.d.cts +57 -0
  2233. package/dist/170/polkadotVault/activationTxFailedAwaitingGovernance.cjs +9 -0
  2234. package/dist/170/polkadotVault/activationTxFailedAwaitingGovernance.d.cts +12 -0
  2235. package/dist/170/reputation/offencePenalty.cjs +13 -0
  2236. package/dist/170/reputation/offencePenalty.d.cts +125 -0
  2237. package/dist/170/reputation/penaltyUpdated.cjs +13 -0
  2238. package/dist/170/reputation/penaltyUpdated.d.cts +155 -0
  2239. package/dist/170/solanaBroadcaster/palletConfigUpdated.cjs +9 -0
  2240. package/dist/170/solanaBroadcaster/palletConfigUpdated.d.cts +27 -0
  2241. package/dist/170/solanaBroadcaster/transactionBroadcastRequest.cjs +14 -0
  2242. package/dist/170/solanaBroadcaster/transactionBroadcastRequest.d.cts +31 -0
  2243. package/dist/170/solanaIngressEgress/boostedDepositLost.cjs +12 -0
  2244. package/dist/170/solanaIngressEgress/boostedDepositLost.d.cts +15 -0
  2245. package/dist/170/solanaIngressEgress/ccmFailed.cjs +14 -0
  2246. package/dist/170/solanaIngressEgress/ccmFailed.d.cts +312 -0
  2247. package/dist/170/solanaIngressEgress/ccmFailed.d.mts +37 -37
  2248. package/dist/170/solanaIngressEgress/ccmFallbackScheduled.cjs +12 -0
  2249. package/dist/170/solanaIngressEgress/ccmFallbackScheduled.d.cts +47 -0
  2250. package/dist/170/solanaIngressEgress/depositChannelLifetimeSet.cjs +9 -0
  2251. package/dist/170/solanaIngressEgress/depositChannelLifetimeSet.d.cts +12 -0
  2252. package/dist/170/solanaIngressEgress/depositIgnored.cjs +14 -0
  2253. package/dist/170/solanaIngressEgress/depositIgnored.d.cts +41 -0
  2254. package/dist/170/solanaIngressEgress/depositIgnored.d.mts +4 -4
  2255. package/dist/170/solanaIngressEgress/failedToBuildAllBatchCall.cjs +9 -0
  2256. package/dist/170/solanaIngressEgress/failedToBuildAllBatchCall.d.cts +560 -0
  2257. package/dist/170/solanaIngressEgress/transactionRejectedByBroker.cjs +8 -0
  2258. package/dist/170/solanaIngressEgress/transactionRejectedByBroker.d.cts +12 -0
  2259. package/dist/170/solanaIngressEgress/transactionRejectionFailed.cjs +8 -0
  2260. package/dist/170/solanaIngressEgress/transactionRejectionFailed.d.cts +6 -0
  2261. package/dist/170/solanaIngressEgress/transactionRejectionRequestExpired.cjs +12 -0
  2262. package/dist/170/solanaIngressEgress/transactionRejectionRequestExpired.d.cts +15 -0
  2263. package/dist/170/solanaIngressEgress/transactionRejectionRequestExpired.d.mts +2 -2
  2264. package/dist/170/solanaIngressEgress/transactionRejectionRequestReceived.cjs +13 -0
  2265. package/dist/170/solanaIngressEgress/transactionRejectionRequestReceived.d.cts +18 -0
  2266. package/dist/170/solanaIngressEgress/transactionRejectionRequestReceived.d.mts +2 -2
  2267. package/dist/170/solanaThresholdSigner/palletConfigUpdated.cjs +9 -0
  2268. package/dist/170/solanaThresholdSigner/palletConfigUpdated.d.cts +57 -0
  2269. package/dist/170/solanaVault/activationTxFailedAwaitingGovernance.cjs +9 -0
  2270. package/dist/170/solanaVault/activationTxFailedAwaitingGovernance.d.cts +12 -0
  2271. package/dist/170/swapping/minimumChunkSizeSet.cjs +12 -0
  2272. package/dist/170/swapping/minimumChunkSizeSet.d.cts +25 -0
  2273. package/dist/170/swapping/minimumChunkSizeSet.d.mts +6 -6
  2274. package/dist/170/swapping/swapRequested.cjs +18 -0
  2275. package/dist/170/swapping/swapRequested.d.cts +713 -0
  2276. package/dist/170/swapping/swapRequested.d.mts +53 -53
  2277. package/dist/170/validator/previousRotationStillPending.cjs +8 -0
  2278. package/dist/170/validator/previousRotationStillPending.d.cts +6 -0
  2279. package/dist/180/_virtual/rolldown_runtime.cjs +29 -0
  2280. package/dist/180/arbitrumChainTracking/chainStateUpdated.cjs +9 -0
  2281. package/dist/180/arbitrumChainTracking/chainStateUpdated.d.cts +48 -0
  2282. package/dist/180/arbitrumIngressEgress/ccmEgressInvalid.cjs +12 -0
  2283. package/dist/180/arbitrumIngressEgress/ccmEgressInvalid.d.cts +533 -0
  2284. package/dist/180/arbitrumIngressEgress/ccmEgressInvalid.d.mts +10 -10
  2285. package/dist/180/arbitrumIngressEgress/depositBoosted.cjs +22 -0
  2286. package/dist/180/arbitrumIngressEgress/depositBoosted.d.cts +145 -0
  2287. package/dist/180/arbitrumIngressEgress/depositBoosted.d.mts +22 -22
  2288. package/dist/180/arbitrumIngressEgress/depositFailed.cjs +13 -0
  2289. package/dist/180/arbitrumIngressEgress/depositFailed.d.cts +1370 -0
  2290. package/dist/180/arbitrumIngressEgress/depositFailed.d.mts +34 -34
  2291. package/dist/180/arbitrumIngressEgress/depositFinalised.cjs +20 -0
  2292. package/dist/180/arbitrumIngressEgress/depositFinalised.d.cts +139 -0
  2293. package/dist/180/arbitrumIngressEgress/depositFinalised.d.mts +18 -18
  2294. package/dist/180/arbitrumIngressEgress/failedToBuildAllBatchCall.cjs +9 -0
  2295. package/dist/180/arbitrumIngressEgress/failedToBuildAllBatchCall.d.cts +560 -0
  2296. package/dist/180/arbitrumIngressEgress/failedToBuildAllBatchCall.d.mts +10 -10
  2297. package/dist/180/arbitrumIngressEgress/insufficientBoostLiquidity.cjs +15 -0
  2298. package/dist/180/arbitrumIngressEgress/insufficientBoostLiquidity.d.cts +44 -0
  2299. package/dist/180/arbitrumIngressEgress/insufficientBoostLiquidity.d.mts +4 -4
  2300. package/dist/180/arbitrumIngressEgress/networkFeeDeductionFromBoostSet.cjs +8 -0
  2301. package/dist/180/arbitrumIngressEgress/networkFeeDeductionFromBoostSet.d.cts +12 -0
  2302. package/dist/180/arbitrumIngressEgress/transferFallbackRequested.cjs +15 -0
  2303. package/dist/180/arbitrumIngressEgress/transferFallbackRequested.d.cts +66 -0
  2304. package/dist/180/arbitrumIngressEgress/transferFallbackRequested.d.mts +2 -2
  2305. package/dist/180/arbitrumIngressEgress/unknownAffiliate.cjs +12 -0
  2306. package/dist/180/arbitrumIngressEgress/unknownAffiliate.d.cts +15 -0
  2307. package/dist/180/arbitrumIngressEgress/unknownBroker.cjs +9 -0
  2308. package/dist/180/arbitrumIngressEgress/unknownBroker.d.cts +12 -0
  2309. package/dist/180/arbitrumIngressEgress/witnessSafetyMarginSet.cjs +9 -0
  2310. package/dist/180/arbitrumIngressEgress/witnessSafetyMarginSet.d.cts +12 -0
  2311. package/dist/180/bitcoinIngressEgress/ccmEgressInvalid.cjs +12 -0
  2312. package/dist/180/bitcoinIngressEgress/ccmEgressInvalid.d.cts +533 -0
  2313. package/dist/180/bitcoinIngressEgress/ccmEgressInvalid.d.mts +24 -24
  2314. package/dist/180/bitcoinIngressEgress/depositBoosted.cjs +22 -0
  2315. package/dist/180/bitcoinIngressEgress/depositBoosted.d.cts +359 -0
  2316. package/dist/180/bitcoinIngressEgress/depositBoosted.d.mts +46 -46
  2317. package/dist/180/bitcoinIngressEgress/depositFailed.cjs +13 -0
  2318. package/dist/180/bitcoinIngressEgress/depositFailed.d.cts +2279 -0
  2319. package/dist/180/bitcoinIngressEgress/depositFailed.d.mts +40 -40
  2320. package/dist/180/bitcoinIngressEgress/depositFinalised.cjs +20 -0
  2321. package/dist/180/bitcoinIngressEgress/depositFinalised.d.cts +353 -0
  2322. package/dist/180/bitcoinIngressEgress/depositFinalised.d.mts +40 -40
  2323. package/dist/180/bitcoinIngressEgress/failedToBuildAllBatchCall.cjs +9 -0
  2324. package/dist/180/bitcoinIngressEgress/failedToBuildAllBatchCall.d.cts +560 -0
  2325. package/dist/180/bitcoinIngressEgress/failedToBuildAllBatchCall.d.mts +10 -10
  2326. package/dist/180/bitcoinIngressEgress/insufficientBoostLiquidity.cjs +15 -0
  2327. package/dist/180/bitcoinIngressEgress/insufficientBoostLiquidity.d.cts +44 -0
  2328. package/dist/180/bitcoinIngressEgress/insufficientBoostLiquidity.d.mts +4 -4
  2329. package/dist/180/bitcoinIngressEgress/networkFeeDeductionFromBoostSet.cjs +8 -0
  2330. package/dist/180/bitcoinIngressEgress/networkFeeDeductionFromBoostSet.d.cts +12 -0
  2331. package/dist/180/bitcoinIngressEgress/transferFallbackRequested.cjs +15 -0
  2332. package/dist/180/bitcoinIngressEgress/transferFallbackRequested.d.cts +161 -0
  2333. package/dist/180/bitcoinIngressEgress/transferFallbackRequested.d.mts +2 -2
  2334. package/dist/180/bitcoinIngressEgress/unknownAffiliate.cjs +12 -0
  2335. package/dist/180/bitcoinIngressEgress/unknownAffiliate.d.cts +15 -0
  2336. package/dist/180/bitcoinIngressEgress/unknownBroker.cjs +9 -0
  2337. package/dist/180/bitcoinIngressEgress/unknownBroker.d.cts +12 -0
  2338. package/dist/180/bitcoinIngressEgress/witnessSafetyMarginSet.cjs +9 -0
  2339. package/dist/180/bitcoinIngressEgress/witnessSafetyMarginSet.d.cts +12 -0
  2340. package/dist/180/common.cjs +837 -0
  2341. package/dist/180/common.d.cts +12253 -0
  2342. package/dist/180/common.d.mts +279 -279
  2343. package/dist/180/environment/solanaGovCallDispatched.cjs +12 -0
  2344. package/dist/180/environment/solanaGovCallDispatched.d.cts +70 -0
  2345. package/dist/180/ethereumIngressEgress/ccmEgressInvalid.cjs +12 -0
  2346. package/dist/180/ethereumIngressEgress/ccmEgressInvalid.d.cts +533 -0
  2347. package/dist/180/ethereumIngressEgress/ccmEgressInvalid.d.mts +10 -10
  2348. package/dist/180/ethereumIngressEgress/depositBoosted.cjs +22 -0
  2349. package/dist/180/ethereumIngressEgress/depositBoosted.d.cts +145 -0
  2350. package/dist/180/ethereumIngressEgress/depositBoosted.d.mts +22 -22
  2351. package/dist/180/ethereumIngressEgress/depositFailed.cjs +13 -0
  2352. package/dist/180/ethereumIngressEgress/depositFailed.d.cts +1370 -0
  2353. package/dist/180/ethereumIngressEgress/depositFailed.d.mts +34 -34
  2354. package/dist/180/ethereumIngressEgress/depositFinalised.cjs +20 -0
  2355. package/dist/180/ethereumIngressEgress/depositFinalised.d.cts +139 -0
  2356. package/dist/180/ethereumIngressEgress/depositFinalised.d.mts +18 -18
  2357. package/dist/180/ethereumIngressEgress/failedToBuildAllBatchCall.cjs +9 -0
  2358. package/dist/180/ethereumIngressEgress/failedToBuildAllBatchCall.d.cts +560 -0
  2359. package/dist/180/ethereumIngressEgress/failedToBuildAllBatchCall.d.mts +10 -10
  2360. package/dist/180/ethereumIngressEgress/insufficientBoostLiquidity.cjs +15 -0
  2361. package/dist/180/ethereumIngressEgress/insufficientBoostLiquidity.d.cts +44 -0
  2362. package/dist/180/ethereumIngressEgress/insufficientBoostLiquidity.d.mts +4 -4
  2363. package/dist/180/ethereumIngressEgress/networkFeeDeductionFromBoostSet.cjs +8 -0
  2364. package/dist/180/ethereumIngressEgress/networkFeeDeductionFromBoostSet.d.cts +12 -0
  2365. package/dist/180/ethereumIngressEgress/transferFallbackRequested.cjs +15 -0
  2366. package/dist/180/ethereumIngressEgress/transferFallbackRequested.d.cts +66 -0
  2367. package/dist/180/ethereumIngressEgress/transferFallbackRequested.d.mts +2 -2
  2368. package/dist/180/ethereumIngressEgress/unknownAffiliate.cjs +12 -0
  2369. package/dist/180/ethereumIngressEgress/unknownAffiliate.d.cts +15 -0
  2370. package/dist/180/ethereumIngressEgress/unknownBroker.cjs +9 -0
  2371. package/dist/180/ethereumIngressEgress/unknownBroker.d.cts +12 -0
  2372. package/dist/180/ethereumIngressEgress/witnessSafetyMarginSet.cjs +9 -0
  2373. package/dist/180/ethereumIngressEgress/witnessSafetyMarginSet.d.cts +12 -0
  2374. package/dist/180/polkadotIngressEgress/ccmEgressInvalid.cjs +12 -0
  2375. package/dist/180/polkadotIngressEgress/ccmEgressInvalid.d.cts +533 -0
  2376. package/dist/180/polkadotIngressEgress/ccmEgressInvalid.d.mts +10 -10
  2377. package/dist/180/polkadotIngressEgress/depositBoosted.cjs +22 -0
  2378. package/dist/180/polkadotIngressEgress/depositBoosted.d.cts +135 -0
  2379. package/dist/180/polkadotIngressEgress/depositBoosted.d.mts +18 -18
  2380. package/dist/180/polkadotIngressEgress/depositFailed.cjs +13 -0
  2381. package/dist/180/polkadotIngressEgress/depositFailed.d.cts +1361 -0
  2382. package/dist/180/polkadotIngressEgress/depositFailed.d.mts +34 -34
  2383. package/dist/180/polkadotIngressEgress/depositFinalised.cjs +20 -0
  2384. package/dist/180/polkadotIngressEgress/depositFinalised.d.cts +129 -0
  2385. package/dist/180/polkadotIngressEgress/depositFinalised.d.mts +14 -14
  2386. package/dist/180/polkadotIngressEgress/failedToBuildAllBatchCall.cjs +9 -0
  2387. package/dist/180/polkadotIngressEgress/failedToBuildAllBatchCall.d.cts +560 -0
  2388. package/dist/180/polkadotIngressEgress/failedToBuildAllBatchCall.d.mts +10 -10
  2389. package/dist/180/polkadotIngressEgress/insufficientBoostLiquidity.cjs +15 -0
  2390. package/dist/180/polkadotIngressEgress/insufficientBoostLiquidity.d.cts +44 -0
  2391. package/dist/180/polkadotIngressEgress/insufficientBoostLiquidity.d.mts +4 -4
  2392. package/dist/180/polkadotIngressEgress/networkFeeDeductionFromBoostSet.cjs +8 -0
  2393. package/dist/180/polkadotIngressEgress/networkFeeDeductionFromBoostSet.d.cts +12 -0
  2394. package/dist/180/polkadotIngressEgress/transferFallbackRequested.cjs +15 -0
  2395. package/dist/180/polkadotIngressEgress/transferFallbackRequested.d.cts +66 -0
  2396. package/dist/180/polkadotIngressEgress/transferFallbackRequested.d.mts +2 -2
  2397. package/dist/180/polkadotIngressEgress/unknownAffiliate.cjs +12 -0
  2398. package/dist/180/polkadotIngressEgress/unknownAffiliate.d.cts +15 -0
  2399. package/dist/180/polkadotIngressEgress/unknownBroker.cjs +9 -0
  2400. package/dist/180/polkadotIngressEgress/unknownBroker.d.cts +12 -0
  2401. package/dist/180/polkadotIngressEgress/witnessSafetyMarginSet.cjs +8 -0
  2402. package/dist/180/polkadotIngressEgress/witnessSafetyMarginSet.d.cts +12 -0
  2403. package/dist/180/solanaBroadcaster/transactionBroadcastRequest.cjs +14 -0
  2404. package/dist/180/solanaBroadcaster/transactionBroadcastRequest.d.cts +36 -0
  2405. package/dist/180/solanaElections/unknownElection.cjs +9 -0
  2406. package/dist/180/solanaElections/unknownElection.d.cts +48 -0
  2407. package/dist/180/solanaIngressEgress/ccmEgressInvalid.cjs +12 -0
  2408. package/dist/180/solanaIngressEgress/ccmEgressInvalid.d.cts +533 -0
  2409. package/dist/180/solanaIngressEgress/ccmEgressInvalid.d.mts +10 -10
  2410. package/dist/180/solanaIngressEgress/depositBoosted.cjs +21 -0
  2411. package/dist/180/solanaIngressEgress/depositBoosted.d.cts +132 -0
  2412. package/dist/180/solanaIngressEgress/depositBoosted.d.mts +16 -16
  2413. package/dist/180/solanaIngressEgress/depositFailed.cjs +13 -0
  2414. package/dist/180/solanaIngressEgress/depositFailed.d.cts +1320 -0
  2415. package/dist/180/solanaIngressEgress/depositFailed.d.mts +34 -34
  2416. package/dist/180/solanaIngressEgress/depositFinalised.cjs +19 -0
  2417. package/dist/180/solanaIngressEgress/depositFinalised.d.cts +126 -0
  2418. package/dist/180/solanaIngressEgress/depositFinalised.d.mts +12 -12
  2419. package/dist/180/solanaIngressEgress/failedToBuildAllBatchCall.cjs +9 -0
  2420. package/dist/180/solanaIngressEgress/failedToBuildAllBatchCall.d.cts +560 -0
  2421. package/dist/180/solanaIngressEgress/failedToBuildAllBatchCall.d.mts +10 -10
  2422. package/dist/180/solanaIngressEgress/insufficientBoostLiquidity.cjs +15 -0
  2423. package/dist/180/solanaIngressEgress/insufficientBoostLiquidity.d.cts +44 -0
  2424. package/dist/180/solanaIngressEgress/insufficientBoostLiquidity.d.mts +4 -4
  2425. package/dist/180/solanaIngressEgress/networkFeeDeductionFromBoostSet.cjs +8 -0
  2426. package/dist/180/solanaIngressEgress/networkFeeDeductionFromBoostSet.d.cts +12 -0
  2427. package/dist/180/solanaIngressEgress/transactionRejectionRequestExpired.cjs +12 -0
  2428. package/dist/180/solanaIngressEgress/transactionRejectionRequestExpired.d.cts +15 -0
  2429. package/dist/180/solanaIngressEgress/transactionRejectionRequestExpired.d.mts +2 -2
  2430. package/dist/180/solanaIngressEgress/transactionRejectionRequestReceived.cjs +13 -0
  2431. package/dist/180/solanaIngressEgress/transactionRejectionRequestReceived.d.cts +18 -0
  2432. package/dist/180/solanaIngressEgress/transactionRejectionRequestReceived.d.mts +2 -2
  2433. package/dist/180/solanaIngressEgress/transferFallbackRequested.cjs +15 -0
  2434. package/dist/180/solanaIngressEgress/transferFallbackRequested.d.cts +66 -0
  2435. package/dist/180/solanaIngressEgress/transferFallbackRequested.d.mts +2 -2
  2436. package/dist/180/solanaIngressEgress/unknownAffiliate.cjs +12 -0
  2437. package/dist/180/solanaIngressEgress/unknownAffiliate.d.cts +15 -0
  2438. package/dist/180/solanaIngressEgress/unknownBroker.cjs +9 -0
  2439. package/dist/180/solanaIngressEgress/unknownBroker.d.cts +12 -0
  2440. package/dist/180/solanaIngressEgress/witnessSafetyMarginSet.cjs +9 -0
  2441. package/dist/180/solanaIngressEgress/witnessSafetyMarginSet.d.cts +12 -0
  2442. package/dist/180/swapping/affiliateRegistration.cjs +14 -0
  2443. package/dist/180/swapping/affiliateRegistration.d.cts +21 -0
  2444. package/dist/180/swapping/brokerBondSet.cjs +9 -0
  2445. package/dist/180/swapping/brokerBondSet.d.cts +12 -0
  2446. package/dist/180/swapping/minimumNetworkFeeSet.cjs +9 -0
  2447. package/dist/180/swapping/minimumNetworkFeeSet.d.cts +12 -0
  2448. package/dist/180/swapping/privateBrokerChannelClosed.cjs +12 -0
  2449. package/dist/180/swapping/privateBrokerChannelClosed.d.cts +15 -0
  2450. package/dist/180/swapping/privateBrokerChannelClosed.d.mts +2 -2
  2451. package/dist/180/swapping/privateBrokerChannelOpened.cjs +12 -0
  2452. package/dist/180/swapping/privateBrokerChannelOpened.d.cts +15 -0
  2453. package/dist/180/swapping/privateBrokerChannelOpened.d.mts +2 -2
  2454. package/dist/180/swapping/refundEgressScheduled.cjs +15 -0
  2455. package/dist/180/swapping/refundEgressScheduled.d.cts +54 -0
  2456. package/dist/180/swapping/refundEgressScheduled.d.mts +14 -14
  2457. package/dist/180/swapping/swapDepositAddressReady.cjs +24 -0
  2458. package/dist/180/swapping/swapDepositAddressReady.d.cts +294 -0
  2459. package/dist/180/swapping/swapDepositAddressReady.d.mts +41 -41
  2460. package/dist/180/swapping/swapEgressScheduled.cjs +15 -0
  2461. package/dist/180/swapping/swapEgressScheduled.d.cts +54 -0
  2462. package/dist/180/swapping/swapEgressScheduled.d.mts +14 -14
  2463. package/dist/180/swapping/swapRequested.cjs +19 -0
  2464. package/dist/180/swapping/swapRequested.d.cts +679 -0
  2465. package/dist/180/swapping/swapRequested.d.mts +41 -41
  2466. package/dist/180/swapping/swapScheduled.cjs +15 -0
  2467. package/dist/180/swapping/swapScheduled.d.cts +34 -0
  2468. package/dist/180/swapping/swapScheduled.d.mts +2 -2
  2469. package/dist/180/swapping/withdrawalRequested.cjs +16 -0
  2470. package/dist/180/swapping/withdrawalRequested.d.cts +92 -0
  2471. package/dist/180/swapping/withdrawalRequested.d.mts +16 -16
  2472. package/dist/190/_virtual/rolldown_runtime.cjs +29 -0
  2473. package/dist/190/arbitrumIngressEgress/batchBroadcastRequested.cjs +12 -0
  2474. package/dist/190/arbitrumIngressEgress/batchBroadcastRequested.d.cts +25 -0
  2475. package/dist/190/arbitrumIngressEgress/ccmBroadcastRequested.cjs +12 -0
  2476. package/dist/190/arbitrumIngressEgress/ccmBroadcastRequested.d.cts +25 -0
  2477. package/dist/190/arbitrumIngressEgress/ccmEgressInvalid.cjs +12 -0
  2478. package/dist/190/arbitrumIngressEgress/ccmEgressInvalid.d.cts +543 -0
  2479. package/dist/190/arbitrumIngressEgress/depositBoosted.cjs +22 -0
  2480. package/dist/190/arbitrumIngressEgress/depositBoosted.d.cts +194 -0
  2481. package/dist/190/arbitrumIngressEgress/depositBoosted.d.mts +8 -8
  2482. package/dist/190/arbitrumIngressEgress/depositFailed.cjs +13 -0
  2483. package/dist/190/arbitrumIngressEgress/depositFailed.d.cts +1355 -0
  2484. package/dist/190/arbitrumIngressEgress/depositFailed.d.mts +26 -26
  2485. package/dist/190/arbitrumIngressEgress/depositFinalised.cjs +20 -0
  2486. package/dist/190/arbitrumIngressEgress/depositFinalised.d.cts +188 -0
  2487. package/dist/190/arbitrumIngressEgress/depositFinalised.d.mts +6 -6
  2488. package/dist/190/arbitrumIngressEgress/failedToBuildAllBatchCall.cjs +9 -0
  2489. package/dist/190/arbitrumIngressEgress/failedToBuildAllBatchCall.d.cts +560 -0
  2490. package/dist/190/arbitrumIngressEgress/transferFallbackRequested.cjs +15 -0
  2491. package/dist/190/arbitrumIngressEgress/transferFallbackRequested.d.cts +66 -0
  2492. package/dist/190/arbitrumIngressEgress/transferFallbackRequested.d.mts +2 -2
  2493. package/dist/190/assetBalances/accountCredited.cjs +14 -0
  2494. package/dist/190/assetBalances/accountCredited.d.cts +31 -0
  2495. package/dist/190/assetBalances/accountCredited.d.mts +7 -7
  2496. package/dist/190/assetBalances/accountDebited.cjs +14 -0
  2497. package/dist/190/assetBalances/accountDebited.d.cts +31 -0
  2498. package/dist/190/assetBalances/accountDebited.d.mts +7 -7
  2499. package/dist/190/assetBalances/refundScheduled.cjs +13 -0
  2500. package/dist/190/assetBalances/refundScheduled.d.cts +251 -0
  2501. package/dist/190/assetBalances/refundSkipped.cjs +13 -0
  2502. package/dist/190/assetBalances/refundSkipped.d.cts +468 -0
  2503. package/dist/190/assetBalances/refundSkipped.d.mts +47 -47
  2504. package/dist/190/assetBalances/vaultDeficitDetected.cjs +13 -0
  2505. package/dist/190/assetBalances/vaultDeficitDetected.d.cts +28 -0
  2506. package/dist/190/assethubBroadcaster/broadcastAborted.cjs +8 -0
  2507. package/dist/190/assethubBroadcaster/broadcastAborted.d.cts +12 -0
  2508. package/dist/190/assethubBroadcaster/broadcastCallbackExecuted.cjs +12 -0
  2509. package/dist/190/assethubBroadcaster/broadcastCallbackExecuted.d.cts +333 -0
  2510. package/dist/190/assethubBroadcaster/broadcastRetryScheduled.cjs +11 -0
  2511. package/dist/190/assethubBroadcaster/broadcastRetryScheduled.d.cts +15 -0
  2512. package/dist/190/assethubBroadcaster/broadcastSuccess.cjs +13 -0
  2513. package/dist/190/assethubBroadcaster/broadcastSuccess.d.cts +33 -0
  2514. package/dist/190/assethubBroadcaster/broadcastTimeout.cjs +8 -0
  2515. package/dist/190/assethubBroadcaster/broadcastTimeout.d.cts +12 -0
  2516. package/dist/190/assethubBroadcaster/callResigned.cjs +8 -0
  2517. package/dist/190/assethubBroadcaster/callResigned.d.cts +12 -0
  2518. package/dist/190/assethubBroadcaster/palletConfigUpdated.cjs +9 -0
  2519. package/dist/190/assethubBroadcaster/palletConfigUpdated.d.cts +27 -0
  2520. package/dist/190/assethubBroadcaster/thresholdSignatureInvalid.cjs +8 -0
  2521. package/dist/190/assethubBroadcaster/thresholdSignatureInvalid.d.cts +12 -0
  2522. package/dist/190/assethubBroadcaster/transactionBroadcastRequest.cjs +14 -0
  2523. package/dist/190/assethubBroadcaster/transactionBroadcastRequest.d.cts +31 -0
  2524. package/dist/190/assethubBroadcaster/transactionBroadcastRequest.d.mts +2 -2
  2525. package/dist/190/assethubBroadcaster/transactionFeeDeficitRecorded.cjs +12 -0
  2526. package/dist/190/assethubBroadcaster/transactionFeeDeficitRecorded.d.cts +15 -0
  2527. package/dist/190/assethubBroadcaster/transactionFeeDeficitRefused.cjs +9 -0
  2528. package/dist/190/assethubBroadcaster/transactionFeeDeficitRefused.d.cts +12 -0
  2529. package/dist/190/assethubChainTracking/chainStateUpdated.cjs +9 -0
  2530. package/dist/190/assethubChainTracking/chainStateUpdated.d.cts +75 -0
  2531. package/dist/190/assethubChainTracking/feeMultiplierUpdated.cjs +9 -0
  2532. package/dist/190/assethubChainTracking/feeMultiplierUpdated.d.cts +12 -0
  2533. package/dist/190/assethubIngressEgress/assetEgressStatusChanged.cjs +12 -0
  2534. package/dist/190/assethubIngressEgress/assetEgressStatusChanged.d.cts +25 -0
  2535. package/dist/190/assethubIngressEgress/batchBroadcastRequested.cjs +12 -0
  2536. package/dist/190/assethubIngressEgress/batchBroadcastRequested.d.cts +25 -0
  2537. package/dist/190/assethubIngressEgress/boostFundsAdded.cjs +13 -0
  2538. package/dist/190/assethubIngressEgress/boostFundsAdded.d.cts +45 -0
  2539. package/dist/190/assethubIngressEgress/boostPoolCreated.cjs +9 -0
  2540. package/dist/190/assethubIngressEgress/boostPoolCreated.d.cts +39 -0
  2541. package/dist/190/assethubIngressEgress/boostedDepositLost.cjs +12 -0
  2542. package/dist/190/assethubIngressEgress/boostedDepositLost.d.cts +15 -0
  2543. package/dist/190/assethubIngressEgress/ccmBroadcastFailed.cjs +8 -0
  2544. package/dist/190/assethubIngressEgress/ccmBroadcastFailed.d.cts +12 -0
  2545. package/dist/190/assethubIngressEgress/ccmBroadcastRequested.cjs +12 -0
  2546. package/dist/190/assethubIngressEgress/ccmBroadcastRequested.d.cts +25 -0
  2547. package/dist/190/assethubIngressEgress/ccmBroadcastRequested.d.mts +2 -2
  2548. package/dist/190/assethubIngressEgress/ccmEgressInvalid.cjs +12 -0
  2549. package/dist/190/assethubIngressEgress/ccmEgressInvalid.d.cts +543 -0
  2550. package/dist/190/assethubIngressEgress/channelOpeningFeePaid.cjs +9 -0
  2551. package/dist/190/assethubIngressEgress/channelOpeningFeePaid.d.cts +12 -0
  2552. package/dist/190/assethubIngressEgress/channelOpeningFeeSet.cjs +9 -0
  2553. package/dist/190/assethubIngressEgress/channelOpeningFeeSet.d.cts +12 -0
  2554. package/dist/190/assethubIngressEgress/depositBoosted.cjs +22 -0
  2555. package/dist/190/assethubIngressEgress/depositBoosted.d.cts +184 -0
  2556. package/dist/190/assethubIngressEgress/depositBoosted.d.mts +8 -8
  2557. package/dist/190/assethubIngressEgress/depositChannelLifetimeSet.cjs +8 -0
  2558. package/dist/190/assethubIngressEgress/depositChannelLifetimeSet.d.cts +12 -0
  2559. package/dist/190/assethubIngressEgress/depositFailed.cjs +13 -0
  2560. package/dist/190/assethubIngressEgress/depositFailed.d.cts +1346 -0
  2561. package/dist/190/assethubIngressEgress/depositFailed.d.mts +44 -44
  2562. package/dist/190/assethubIngressEgress/depositFetchesScheduled.cjs +12 -0
  2563. package/dist/190/assethubIngressEgress/depositFetchesScheduled.d.cts +25 -0
  2564. package/dist/190/assethubIngressEgress/depositFetchesScheduled.d.mts +2 -2
  2565. package/dist/190/assethubIngressEgress/depositFinalised.cjs +20 -0
  2566. package/dist/190/assethubIngressEgress/depositFinalised.d.cts +178 -0
  2567. package/dist/190/assethubIngressEgress/depositFinalised.d.mts +6 -6
  2568. package/dist/190/assethubIngressEgress/failedForeignChainCallExpired.cjs +8 -0
  2569. package/dist/190/assethubIngressEgress/failedForeignChainCallExpired.d.cts +12 -0
  2570. package/dist/190/assethubIngressEgress/failedForeignChainCallResigned.cjs +11 -0
  2571. package/dist/190/assethubIngressEgress/failedForeignChainCallResigned.d.cts +15 -0
  2572. package/dist/190/assethubIngressEgress/failedToBuildAllBatchCall.cjs +9 -0
  2573. package/dist/190/assethubIngressEgress/failedToBuildAllBatchCall.d.cts +560 -0
  2574. package/dist/190/assethubIngressEgress/insufficientBoostLiquidity.cjs +15 -0
  2575. package/dist/190/assethubIngressEgress/insufficientBoostLiquidity.d.cts +44 -0
  2576. package/dist/190/assethubIngressEgress/minimumDepositSet.cjs +12 -0
  2577. package/dist/190/assethubIngressEgress/minimumDepositSet.d.cts +25 -0
  2578. package/dist/190/assethubIngressEgress/networkFeeDeductionFromBoostSet.cjs +8 -0
  2579. package/dist/190/assethubIngressEgress/networkFeeDeductionFromBoostSet.d.cts +12 -0
  2580. package/dist/190/assethubIngressEgress/stoppedBoosting.cjs +14 -0
  2581. package/dist/190/assethubIngressEgress/stoppedBoosting.d.cts +48 -0
  2582. package/dist/190/assethubIngressEgress/transactionRejectedByBroker.cjs +11 -0
  2583. package/dist/190/assethubIngressEgress/transactionRejectedByBroker.d.cts +15 -0
  2584. package/dist/190/assethubIngressEgress/transactionRejectedByBroker.d.mts +2 -2
  2585. package/dist/190/assethubIngressEgress/transactionRejectionFailed.cjs +8 -0
  2586. package/dist/190/assethubIngressEgress/transactionRejectionFailed.d.cts +12 -0
  2587. package/dist/190/assethubIngressEgress/transactionRejectionRequestExpired.cjs +12 -0
  2588. package/dist/190/assethubIngressEgress/transactionRejectionRequestExpired.d.cts +30 -0
  2589. package/dist/190/assethubIngressEgress/transactionRejectionRequestReceived.cjs +13 -0
  2590. package/dist/190/assethubIngressEgress/transactionRejectionRequestReceived.d.cts +33 -0
  2591. package/dist/190/assethubIngressEgress/transferFallbackRequested.cjs +15 -0
  2592. package/dist/190/assethubIngressEgress/transferFallbackRequested.d.cts +66 -0
  2593. package/dist/190/assethubIngressEgress/transferFallbackRequested.d.mts +2 -2
  2594. package/dist/190/assethubIngressEgress/unknownAffiliate.cjs +12 -0
  2595. package/dist/190/assethubIngressEgress/unknownAffiliate.d.cts +15 -0
  2596. package/dist/190/assethubIngressEgress/unknownBroker.cjs +9 -0
  2597. package/dist/190/assethubIngressEgress/unknownBroker.d.cts +12 -0
  2598. package/dist/190/assethubIngressEgress/utxoConsolidation.cjs +8 -0
  2599. package/dist/190/assethubIngressEgress/utxoConsolidation.d.cts +12 -0
  2600. package/dist/190/assethubIngressEgress/witnessSafetyMarginSet.cjs +8 -0
  2601. package/dist/190/assethubIngressEgress/witnessSafetyMarginSet.d.cts +12 -0
  2602. package/dist/190/assethubVault/activationTxFailedAwaitingGovernance.cjs +9 -0
  2603. package/dist/190/assethubVault/activationTxFailedAwaitingGovernance.d.cts +12 -0
  2604. package/dist/190/assethubVault/awaitingGovernanceActivation.cjs +9 -0
  2605. package/dist/190/assethubVault/awaitingGovernanceActivation.d.cts +12 -0
  2606. package/dist/190/assethubVault/chainInitialized.cjs +8 -0
  2607. package/dist/190/assethubVault/chainInitialized.d.cts +6 -0
  2608. package/dist/190/assethubVault/vaultActivationCompleted.cjs +8 -0
  2609. package/dist/190/assethubVault/vaultActivationCompleted.d.cts +6 -0
  2610. package/dist/190/assethubVault/vaultRotatedExternally.cjs +7 -0
  2611. package/dist/190/assethubVault/vaultRotatedExternally.d.cts +6 -0
  2612. package/dist/190/bitcoinIngressEgress/batchBroadcastRequested.cjs +12 -0
  2613. package/dist/190/bitcoinIngressEgress/batchBroadcastRequested.d.cts +25 -0
  2614. package/dist/190/bitcoinIngressEgress/ccmBroadcastRequested.cjs +12 -0
  2615. package/dist/190/bitcoinIngressEgress/ccmBroadcastRequested.d.cts +25 -0
  2616. package/dist/190/bitcoinIngressEgress/ccmBroadcastRequested.d.mts +2 -2
  2617. package/dist/190/bitcoinIngressEgress/ccmEgressInvalid.cjs +12 -0
  2618. package/dist/190/bitcoinIngressEgress/ccmEgressInvalid.d.cts +543 -0
  2619. package/dist/190/bitcoinIngressEgress/depositBoosted.cjs +22 -0
  2620. package/dist/190/bitcoinIngressEgress/depositBoosted.d.cts +408 -0
  2621. package/dist/190/bitcoinIngressEgress/depositBoosted.d.mts +8 -8
  2622. package/dist/190/bitcoinIngressEgress/depositFailed.cjs +13 -0
  2623. package/dist/190/bitcoinIngressEgress/depositFailed.d.cts +2264 -0
  2624. package/dist/190/bitcoinIngressEgress/depositFailed.d.mts +26 -26
  2625. package/dist/190/bitcoinIngressEgress/depositFinalised.cjs +20 -0
  2626. package/dist/190/bitcoinIngressEgress/depositFinalised.d.cts +402 -0
  2627. package/dist/190/bitcoinIngressEgress/depositFinalised.d.mts +6 -6
  2628. package/dist/190/bitcoinIngressEgress/failedToBuildAllBatchCall.cjs +9 -0
  2629. package/dist/190/bitcoinIngressEgress/failedToBuildAllBatchCall.d.cts +560 -0
  2630. package/dist/190/bitcoinIngressEgress/transferFallbackRequested.cjs +15 -0
  2631. package/dist/190/bitcoinIngressEgress/transferFallbackRequested.d.cts +161 -0
  2632. package/dist/190/bitcoinIngressEgress/transferFallbackRequested.d.mts +2 -2
  2633. package/dist/190/common.cjs +1330 -0
  2634. package/dist/190/common.d.cts +18203 -0
  2635. package/dist/190/common.d.mts +320 -320
  2636. package/dist/190/emissions/networkFeeBurned.cjs +12 -0
  2637. package/dist/190/emissions/networkFeeBurned.d.cts +25 -0
  2638. package/dist/190/environment/assethubVaultAccountSet.cjs +9 -0
  2639. package/dist/190/environment/assethubVaultAccountSet.d.cts +12 -0
  2640. package/dist/190/environment/runtimeSafeModeUpdated.cjs +9 -0
  2641. package/dist/190/environment/runtimeSafeModeUpdated.d.cts +1278 -0
  2642. package/dist/190/ethereumIngressEgress/batchBroadcastRequested.cjs +12 -0
  2643. package/dist/190/ethereumIngressEgress/batchBroadcastRequested.d.cts +25 -0
  2644. package/dist/190/ethereumIngressEgress/ccmBroadcastRequested.cjs +12 -0
  2645. package/dist/190/ethereumIngressEgress/ccmBroadcastRequested.d.cts +25 -0
  2646. package/dist/190/ethereumIngressEgress/ccmBroadcastRequested.d.mts +2 -2
  2647. package/dist/190/ethereumIngressEgress/ccmEgressInvalid.cjs +12 -0
  2648. package/dist/190/ethereumIngressEgress/ccmEgressInvalid.d.cts +543 -0
  2649. package/dist/190/ethereumIngressEgress/depositBoosted.cjs +22 -0
  2650. package/dist/190/ethereumIngressEgress/depositBoosted.d.cts +194 -0
  2651. package/dist/190/ethereumIngressEgress/depositBoosted.d.mts +8 -8
  2652. package/dist/190/ethereumIngressEgress/depositFailed.cjs +13 -0
  2653. package/dist/190/ethereumIngressEgress/depositFailed.d.cts +1355 -0
  2654. package/dist/190/ethereumIngressEgress/depositFailed.d.mts +26 -26
  2655. package/dist/190/ethereumIngressEgress/depositFinalised.cjs +20 -0
  2656. package/dist/190/ethereumIngressEgress/depositFinalised.d.cts +188 -0
  2657. package/dist/190/ethereumIngressEgress/depositFinalised.d.mts +6 -6
  2658. package/dist/190/ethereumIngressEgress/failedToBuildAllBatchCall.cjs +9 -0
  2659. package/dist/190/ethereumIngressEgress/failedToBuildAllBatchCall.d.cts +560 -0
  2660. package/dist/190/ethereumIngressEgress/transferFallbackRequested.cjs +15 -0
  2661. package/dist/190/ethereumIngressEgress/transferFallbackRequested.d.cts +66 -0
  2662. package/dist/190/ethereumIngressEgress/transferFallbackRequested.d.mts +2 -2
  2663. package/dist/190/flip/palletConfigUpdated.cjs +9 -0
  2664. package/dist/190/flip/palletConfigUpdated.d.cts +84 -0
  2665. package/dist/190/liquidityPools/assetSwapped.cjs +14 -0
  2666. package/dist/190/liquidityPools/assetSwapped.d.cts +41 -0
  2667. package/dist/190/liquidityPools/assetSwapped.d.mts +12 -12
  2668. package/dist/190/liquidityPools/limitOrderUpdated.cjs +20 -0
  2669. package/dist/190/liquidityPools/limitOrderUpdated.d.cts +99 -0
  2670. package/dist/190/liquidityPools/limitOrderUpdated.d.mts +12 -12
  2671. package/dist/190/liquidityPools/newPoolCreated.cjs +14 -0
  2672. package/dist/190/liquidityPools/newPoolCreated.d.cts +41 -0
  2673. package/dist/190/liquidityPools/newPoolCreated.d.mts +12 -12
  2674. package/dist/190/liquidityPools/orderDeletionFailed.cjs +9 -0
  2675. package/dist/190/liquidityPools/orderDeletionFailed.d.cts +127 -0
  2676. package/dist/190/liquidityPools/orderDeletionFailed.d.mts +32 -32
  2677. package/dist/190/liquidityPools/palletConfigUpdated.cjs +9 -0
  2678. package/dist/190/liquidityPools/palletConfigUpdated.d.cts +44 -0
  2679. package/dist/190/liquidityPools/palletConfigUpdated.d.mts +8 -8
  2680. package/dist/190/liquidityPools/poolFeeSet.cjs +13 -0
  2681. package/dist/190/liquidityPools/poolFeeSet.d.cts +38 -0
  2682. package/dist/190/liquidityPools/poolFeeSet.d.mts +12 -12
  2683. package/dist/190/liquidityPools/priceImpactLimitSet.cjs +12 -0
  2684. package/dist/190/liquidityPools/priceImpactLimitSet.d.cts +46 -0
  2685. package/dist/190/liquidityPools/rangeOrderUpdated.cjs +21 -0
  2686. package/dist/190/liquidityPools/rangeOrderUpdated.d.cts +209 -0
  2687. package/dist/190/liquidityPools/rangeOrderUpdated.d.mts +24 -24
  2688. package/dist/190/liquidityProvider/assetTransferred.cjs +14 -0
  2689. package/dist/190/liquidityProvider/assetTransferred.d.cts +31 -0
  2690. package/dist/190/liquidityProvider/assetTransferred.d.mts +6 -6
  2691. package/dist/190/liquidityProvider/liquidityDepositAddressReady.cjs +17 -0
  2692. package/dist/190/liquidityProvider/liquidityDepositAddressReady.d.cts +91 -0
  2693. package/dist/190/liquidityProvider/liquidityDepositAddressReady.d.mts +9 -9
  2694. package/dist/190/liquidityProvider/liquidityRefundAddressRegistered.cjs +13 -0
  2695. package/dist/190/liquidityProvider/liquidityRefundAddressRegistered.d.cts +251 -0
  2696. package/dist/190/liquidityProvider/withdrawalEgressScheduled.cjs +15 -0
  2697. package/dist/190/liquidityProvider/withdrawalEgressScheduled.d.cts +95 -0
  2698. package/dist/190/liquidityProvider/withdrawalEgressScheduled.d.mts +8 -8
  2699. package/dist/190/polkadotIngressEgress/batchBroadcastRequested.cjs +12 -0
  2700. package/dist/190/polkadotIngressEgress/batchBroadcastRequested.d.cts +25 -0
  2701. package/dist/190/polkadotIngressEgress/ccmBroadcastRequested.cjs +12 -0
  2702. package/dist/190/polkadotIngressEgress/ccmBroadcastRequested.d.cts +25 -0
  2703. package/dist/190/polkadotIngressEgress/ccmBroadcastRequested.d.mts +2 -2
  2704. package/dist/190/polkadotIngressEgress/ccmEgressInvalid.cjs +12 -0
  2705. package/dist/190/polkadotIngressEgress/ccmEgressInvalid.d.cts +543 -0
  2706. package/dist/190/polkadotIngressEgress/depositBoosted.cjs +22 -0
  2707. package/dist/190/polkadotIngressEgress/depositBoosted.d.cts +184 -0
  2708. package/dist/190/polkadotIngressEgress/depositBoosted.d.mts +8 -8
  2709. package/dist/190/polkadotIngressEgress/depositFailed.cjs +13 -0
  2710. package/dist/190/polkadotIngressEgress/depositFailed.d.cts +1346 -0
  2711. package/dist/190/polkadotIngressEgress/depositFailed.d.mts +44 -44
  2712. package/dist/190/polkadotIngressEgress/depositFinalised.cjs +20 -0
  2713. package/dist/190/polkadotIngressEgress/depositFinalised.d.cts +178 -0
  2714. package/dist/190/polkadotIngressEgress/depositFinalised.d.mts +6 -6
  2715. package/dist/190/polkadotIngressEgress/failedToBuildAllBatchCall.cjs +9 -0
  2716. package/dist/190/polkadotIngressEgress/failedToBuildAllBatchCall.d.cts +560 -0
  2717. package/dist/190/polkadotIngressEgress/transferFallbackRequested.cjs +15 -0
  2718. package/dist/190/polkadotIngressEgress/transferFallbackRequested.d.cts +66 -0
  2719. package/dist/190/polkadotIngressEgress/transferFallbackRequested.d.mts +2 -2
  2720. package/dist/190/reputation/offencePenalty.cjs +13 -0
  2721. package/dist/190/reputation/offencePenalty.d.cts +125 -0
  2722. package/dist/190/reputation/offencePenalty.d.mts +2 -2
  2723. package/dist/190/reputation/penaltyUpdated.cjs +13 -0
  2724. package/dist/190/reputation/penaltyUpdated.d.cts +155 -0
  2725. package/dist/190/solanaIngressEgress/batchBroadcastRequested.cjs +12 -0
  2726. package/dist/190/solanaIngressEgress/batchBroadcastRequested.d.cts +25 -0
  2727. package/dist/190/solanaIngressEgress/ccmBroadcastRequested.cjs +12 -0
  2728. package/dist/190/solanaIngressEgress/ccmBroadcastRequested.d.cts +25 -0
  2729. package/dist/190/solanaIngressEgress/ccmBroadcastRequested.d.mts +2 -2
  2730. package/dist/190/solanaIngressEgress/ccmEgressInvalid.cjs +12 -0
  2731. package/dist/190/solanaIngressEgress/ccmEgressInvalid.d.cts +543 -0
  2732. package/dist/190/solanaIngressEgress/depositBoosted.cjs +21 -0
  2733. package/dist/190/solanaIngressEgress/depositBoosted.d.cts +181 -0
  2734. package/dist/190/solanaIngressEgress/depositBoosted.d.mts +8 -8
  2735. package/dist/190/solanaIngressEgress/depositFailed.cjs +13 -0
  2736. package/dist/190/solanaIngressEgress/depositFailed.d.cts +1305 -0
  2737. package/dist/190/solanaIngressEgress/depositFailed.d.mts +26 -26
  2738. package/dist/190/solanaIngressEgress/depositFinalised.cjs +19 -0
  2739. package/dist/190/solanaIngressEgress/depositFinalised.d.cts +175 -0
  2740. package/dist/190/solanaIngressEgress/depositFinalised.d.mts +6 -6
  2741. package/dist/190/solanaIngressEgress/failedToBuildAllBatchCall.cjs +9 -0
  2742. package/dist/190/solanaIngressEgress/failedToBuildAllBatchCall.d.cts +560 -0
  2743. package/dist/190/solanaIngressEgress/transferFallbackRequested.cjs +15 -0
  2744. package/dist/190/solanaIngressEgress/transferFallbackRequested.d.cts +66 -0
  2745. package/dist/190/solanaIngressEgress/transferFallbackRequested.d.mts +2 -2
  2746. package/dist/190/solanaThresholdSigner/thresholdSignatureRequest.cjs +16 -0
  2747. package/dist/190/solanaThresholdSigner/thresholdSignatureRequest.d.cts +314 -0
  2748. package/dist/190/swapping/batchSwapFailed.cjs +13 -0
  2749. package/dist/190/swapping/batchSwapFailed.d.cts +38 -0
  2750. package/dist/190/swapping/batchSwapFailed.d.mts +6 -6
  2751. package/dist/190/swapping/creditedOnChain.cjs +14 -0
  2752. package/dist/190/swapping/creditedOnChain.d.cts +31 -0
  2753. package/dist/190/swapping/creditedOnChain.d.mts +8 -8
  2754. package/dist/190/swapping/palletConfigUpdated.cjs +9 -0
  2755. package/dist/190/swapping/palletConfigUpdated.d.cts +196 -0
  2756. package/dist/190/swapping/palletConfigUpdated.d.mts +16 -16
  2757. package/dist/190/swapping/refundEgressIgnored.cjs +14 -0
  2758. package/dist/190/swapping/refundEgressIgnored.d.cts +248 -0
  2759. package/dist/190/swapping/refundEgressIgnored.d.mts +12 -12
  2760. package/dist/190/swapping/refundEgressScheduled.cjs +15 -0
  2761. package/dist/190/swapping/refundEgressScheduled.d.cts +54 -0
  2762. package/dist/190/swapping/refundEgressScheduled.d.mts +12 -12
  2763. package/dist/190/swapping/refundedOnChain.cjs +14 -0
  2764. package/dist/190/swapping/refundedOnChain.d.cts +31 -0
  2765. package/dist/190/swapping/refundedOnChain.d.mts +8 -8
  2766. package/dist/190/swapping/swapAmountConfiscated.cjs +14 -0
  2767. package/dist/190/swapping/swapAmountConfiscated.d.cts +31 -0
  2768. package/dist/190/swapping/swapAmountConfiscated.d.mts +6 -6
  2769. package/dist/190/swapping/swapDepositAddressReady.cjs +24 -0
  2770. package/dist/190/swapping/swapDepositAddressReady.d.cts +315 -0
  2771. package/dist/190/swapping/swapDepositAddressReady.d.mts +18 -18
  2772. package/dist/190/swapping/swapEgressIgnored.cjs +14 -0
  2773. package/dist/190/swapping/swapEgressIgnored.d.cts +248 -0
  2774. package/dist/190/swapping/swapEgressIgnored.d.mts +12 -12
  2775. package/dist/190/swapping/swapEgressScheduled.cjs +15 -0
  2776. package/dist/190/swapping/swapEgressScheduled.d.cts +54 -0
  2777. package/dist/190/swapping/swapEgressScheduled.d.mts +12 -12
  2778. package/dist/190/swapping/swapExecuted.cjs +19 -0
  2779. package/dist/190/swapping/swapExecuted.d.cts +56 -0
  2780. package/dist/190/swapping/swapExecuted.d.mts +14 -14
  2781. package/dist/190/swapping/swapRequested.cjs +19 -0
  2782. package/dist/190/swapping/swapRequested.d.cts +900 -0
  2783. package/dist/190/swapping/swapRequested.d.mts +17 -17
  2784. package/dist/190/swapping/vaultSwapMinimumBrokerFeeSet.cjs +12 -0
  2785. package/dist/190/swapping/vaultSwapMinimumBrokerFeeSet.d.cts +15 -0
  2786. package/dist/190/swapping/withdrawalRequested.cjs +16 -0
  2787. package/dist/190/swapping/withdrawalRequested.d.cts +98 -0
  2788. package/dist/190/swapping/withdrawalRequested.d.mts +8 -8
  2789. package/dist/190/tokenholderGovernance/govKeyUpdatedHasFailed.cjs +12 -0
  2790. package/dist/190/tokenholderGovernance/govKeyUpdatedHasFailed.d.cts +25 -0
  2791. package/dist/190/tokenholderGovernance/govKeyUpdatedWasSuccessful.cjs +12 -0
  2792. package/dist/190/tokenholderGovernance/govKeyUpdatedWasSuccessful.d.cts +25 -0
  2793. package/dist/190/tokenholderGovernance/proposalEnacted.cjs +9 -0
  2794. package/dist/190/tokenholderGovernance/proposalEnacted.d.cts +54 -0
  2795. package/dist/190/tokenholderGovernance/proposalPassed.cjs +9 -0
  2796. package/dist/190/tokenholderGovernance/proposalPassed.d.cts +54 -0
  2797. package/dist/190/tokenholderGovernance/proposalRejected.cjs +9 -0
  2798. package/dist/190/tokenholderGovernance/proposalRejected.d.cts +54 -0
  2799. package/dist/190/tokenholderGovernance/proposalSubmitted.cjs +9 -0
  2800. package/dist/190/tokenholderGovernance/proposalSubmitted.d.cts +54 -0
  2801. package/dist/190/tradingStrategy/fundsAddedToStrategy.cjs +12 -0
  2802. package/dist/190/tradingStrategy/fundsAddedToStrategy.d.cts +25 -0
  2803. package/dist/190/tradingStrategy/fundsAddedToStrategy.d.mts +6 -6
  2804. package/dist/190/tradingStrategy/palletConfigUpdated.cjs +9 -0
  2805. package/dist/190/tradingStrategy/palletConfigUpdated.d.cts +108 -0
  2806. package/dist/190/tradingStrategy/palletConfigUpdated.d.mts +24 -24
  2807. package/dist/190/tradingStrategy/strategyClosed.cjs +9 -0
  2808. package/dist/190/tradingStrategy/strategyClosed.d.cts +12 -0
  2809. package/dist/190/tradingStrategy/strategyDeployed.cjs +13 -0
  2810. package/dist/190/tradingStrategy/strategyDeployed.d.cts +50 -0
  2811. package/dist/190/tradingStrategy/strategyDeployed.d.mts +8 -8
  2812. package/dist/200/_virtual/rolldown_runtime.cjs +29 -0
  2813. package/dist/200/arbitrumBroadcaster/historicalBroadcastRequested.cjs +12 -0
  2814. package/dist/200/arbitrumBroadcaster/historicalBroadcastRequested.d.cts +18 -0
  2815. package/dist/200/assethubBroadcaster/historicalBroadcastRequested.cjs +12 -0
  2816. package/dist/200/assethubBroadcaster/historicalBroadcastRequested.d.cts +18 -0
  2817. package/dist/200/bitcoinBroadcaster/historicalBroadcastRequested.cjs +12 -0
  2818. package/dist/200/bitcoinBroadcaster/historicalBroadcastRequested.d.cts +18 -0
  2819. package/dist/200/bitcoinThresholdSigner/maxRetriesReachedForRequest.cjs +8 -0
  2820. package/dist/200/bitcoinThresholdSigner/maxRetriesReachedForRequest.d.cts +12 -0
  2821. package/dist/200/common.cjs +616 -0
  2822. package/dist/200/common.d.cts +11087 -0
  2823. package/dist/200/common.d.mts +24 -24
  2824. package/dist/200/environment/batchCompleted.cjs +8 -0
  2825. package/dist/200/environment/batchCompleted.d.cts +6 -0
  2826. package/dist/200/environment/nonNativeSignedCall.cjs +8 -0
  2827. package/dist/200/environment/nonNativeSignedCall.d.cts +6 -0
  2828. package/dist/200/environment/runtimeSafeModeUpdated.cjs +9 -0
  2829. package/dist/200/environment/runtimeSafeModeUpdated.d.cts +1929 -0
  2830. package/dist/200/ethereumBroadcaster/historicalBroadcastRequested.cjs +12 -0
  2831. package/dist/200/ethereumBroadcaster/historicalBroadcastRequested.d.cts +18 -0
  2832. package/dist/200/evmThresholdSigner/maxRetriesReachedForRequest.cjs +8 -0
  2833. package/dist/200/evmThresholdSigner/maxRetriesReachedForRequest.d.cts +12 -0
  2834. package/dist/200/funding/funded.cjs +14 -0
  2835. package/dist/200/funding/funded.d.cts +88 -0
  2836. package/dist/200/lendingPools/collateralAdded.cjs +13 -0
  2837. package/dist/200/lendingPools/collateralAdded.d.cts +38 -0
  2838. package/dist/200/lendingPools/collateralRemoved.cjs +12 -0
  2839. package/dist/200/lendingPools/collateralRemoved.d.cts +25 -0
  2840. package/dist/200/lendingPools/collateralTopupAssetUpdated.cjs +12 -0
  2841. package/dist/200/lendingPools/collateralTopupAssetUpdated.d.cts +25 -0
  2842. package/dist/200/lendingPools/interestTaken.cjs +15 -0
  2843. package/dist/200/lendingPools/interestTaken.d.cts +24 -0
  2844. package/dist/200/lendingPools/lendingFundsAdded.cjs +13 -0
  2845. package/dist/200/lendingPools/lendingFundsAdded.d.cts +28 -0
  2846. package/dist/200/lendingPools/lendingFundsAdded.d.mts +2 -2
  2847. package/dist/200/lendingPools/lendingFundsRemoved.cjs +13 -0
  2848. package/dist/200/lendingPools/lendingFundsRemoved.d.cts +28 -0
  2849. package/dist/200/lendingPools/lendingFundsRemoved.d.mts +2 -2
  2850. package/dist/200/lendingPools/lendingNetworkFeeSwapInitiated.cjs +9 -0
  2851. package/dist/200/lendingPools/lendingNetworkFeeSwapInitiated.d.cts +12 -0
  2852. package/dist/200/lendingPools/lendingPoolCreated.cjs +9 -0
  2853. package/dist/200/lendingPools/lendingPoolCreated.d.cts +22 -0
  2854. package/dist/200/lendingPools/liquidationCompleted.cjs +12 -0
  2855. package/dist/200/lendingPools/liquidationCompleted.d.cts +25 -0
  2856. package/dist/200/lendingPools/liquidationFeeTaken.cjs +14 -0
  2857. package/dist/200/lendingPools/liquidationFeeTaken.d.cts +21 -0
  2858. package/dist/200/lendingPools/liquidationInitiated.cjs +13 -0
  2859. package/dist/200/lendingPools/liquidationInitiated.d.cts +28 -0
  2860. package/dist/200/lendingPools/loanCreated.cjs +14 -0
  2861. package/dist/200/lendingPools/loanCreated.d.cts +31 -0
  2862. package/dist/200/lendingPools/loanCreated.d.mts +3 -3
  2863. package/dist/200/lendingPools/loanRepaid.cjs +12 -0
  2864. package/dist/200/lendingPools/loanRepaid.d.cts +15 -0
  2865. package/dist/200/lendingPools/loanSettled.cjs +13 -0
  2866. package/dist/200/lendingPools/loanSettled.d.cts +18 -0
  2867. package/dist/200/lendingPools/loanUpdated.cjs +12 -0
  2868. package/dist/200/lendingPools/loanUpdated.d.cts +15 -0
  2869. package/dist/200/lendingPools/originationFeeTaken.cjs +14 -0
  2870. package/dist/200/lendingPools/originationFeeTaken.d.cts +21 -0
  2871. package/dist/200/lendingPools/palletConfigUpdated.cjs +9 -0
  2872. package/dist/200/lendingPools/palletConfigUpdated.d.cts +388 -0
  2873. package/dist/200/lendingPools/whitelistUpdated.cjs +9 -0
  2874. package/dist/200/lendingPools/whitelistUpdated.d.cts +67 -0
  2875. package/dist/200/polkadotBroadcaster/historicalBroadcastRequested.cjs +12 -0
  2876. package/dist/200/polkadotBroadcaster/historicalBroadcastRequested.d.cts +18 -0
  2877. package/dist/200/polkadotThresholdSigner/maxRetriesReachedForRequest.cjs +8 -0
  2878. package/dist/200/polkadotThresholdSigner/maxRetriesReachedForRequest.d.cts +12 -0
  2879. package/dist/200/solanaBroadcaster/historicalBroadcastRequested.cjs +12 -0
  2880. package/dist/200/solanaBroadcaster/historicalBroadcastRequested.d.cts +18 -0
  2881. package/dist/200/solanaThresholdSigner/maxRetriesReachedForRequest.cjs +8 -0
  2882. package/dist/200/solanaThresholdSigner/maxRetriesReachedForRequest.d.cts +12 -0
  2883. package/dist/200/swapping/accountCreationDepositAddressReady.cjs +19 -0
  2884. package/dist/200/swapping/accountCreationDepositAddressReady.d.cts +148 -0
  2885. package/dist/200/swapping/accountCreationDepositAddressReady.d.mts +11 -11
  2886. package/dist/200/swapping/swapAborted.cjs +12 -0
  2887. package/dist/200/swapping/swapAborted.d.cts +25 -0
  2888. package/dist/200/swapping/swapRequestCompleted.cjs +12 -0
  2889. package/dist/200/swapping/swapRequestCompleted.d.cts +25 -0
  2890. package/dist/200/swapping/swapRequested.cjs +19 -0
  2891. package/dist/200/swapping/swapRequested.d.cts +3993 -0
  2892. package/dist/200/swapping/swapRequested.d.mts +22 -22
  2893. package/dist/200/swapping/swapRescheduled.cjs +13 -0
  2894. package/dist/200/swapping/swapRescheduled.d.cts +28 -0
  2895. package/dist/210/_virtual/rolldown_runtime.cjs +29 -0
  2896. package/dist/210/arbitrumIngressEgress/assetEgressStatusChanged.cjs +12 -0
  2897. package/dist/210/arbitrumIngressEgress/assetEgressStatusChanged.d.cts +25 -0
  2898. package/dist/210/arbitrumIngressEgress/depositBoosted.cjs +22 -0
  2899. package/dist/210/arbitrumIngressEgress/depositBoosted.d.cts +204 -0
  2900. package/dist/210/arbitrumIngressEgress/depositBoosted.d.mts +14 -14
  2901. package/dist/210/arbitrumIngressEgress/depositFailed.cjs +13 -0
  2902. package/dist/210/arbitrumIngressEgress/depositFailed.d.cts +1427 -0
  2903. package/dist/210/arbitrumIngressEgress/depositFailed.d.mts +176 -176
  2904. package/dist/210/arbitrumIngressEgress/depositFetchesScheduled.cjs +12 -0
  2905. package/dist/210/arbitrumIngressEgress/depositFetchesScheduled.d.cts +25 -0
  2906. package/dist/210/arbitrumIngressEgress/depositFinalised.cjs +20 -0
  2907. package/dist/210/arbitrumIngressEgress/depositFinalised.d.cts +198 -0
  2908. package/dist/210/arbitrumIngressEgress/depositFinalised.d.mts +8 -8
  2909. package/dist/210/arbitrumIngressEgress/insufficientBoostLiquidity.cjs +15 -0
  2910. package/dist/210/arbitrumIngressEgress/insufficientBoostLiquidity.d.cts +44 -0
  2911. package/dist/210/arbitrumIngressEgress/invalidCcmRefunded.cjs +13 -0
  2912. package/dist/210/arbitrumIngressEgress/invalidCcmRefunded.d.cts +28 -0
  2913. package/dist/210/arbitrumIngressEgress/palletConfigUpdated.cjs +9 -0
  2914. package/dist/210/arbitrumIngressEgress/palletConfigUpdated.d.cts +151 -0
  2915. package/dist/210/arbitrumIngressEgress/transferFallbackRequested.cjs +15 -0
  2916. package/dist/210/arbitrumIngressEgress/transferFallbackRequested.d.cts +66 -0
  2917. package/dist/210/assetBalances/accountCredited.cjs +14 -0
  2918. package/dist/210/assetBalances/accountCredited.d.cts +31 -0
  2919. package/dist/210/assetBalances/accountCredited.d.mts +8 -8
  2920. package/dist/210/assetBalances/accountDebited.cjs +14 -0
  2921. package/dist/210/assetBalances/accountDebited.d.cts +31 -0
  2922. package/dist/210/assetBalances/accountDebited.d.mts +8 -8
  2923. package/dist/210/assethubIngressEgress/depositFailed.cjs +13 -0
  2924. package/dist/210/assethubIngressEgress/depositFailed.d.cts +1418 -0
  2925. package/dist/210/assethubIngressEgress/depositFailed.d.mts +176 -176
  2926. package/dist/210/bitcoinIngressEgress/depositFailed.cjs +13 -0
  2927. package/dist/210/bitcoinIngressEgress/depositFailed.d.cts +2336 -0
  2928. package/dist/210/bitcoinIngressEgress/depositFailed.d.mts +312 -312
  2929. package/dist/210/common.cjs +1375 -0
  2930. package/dist/210/common.d.cts +26272 -0
  2931. package/dist/210/common.d.mts +3074 -3074
  2932. package/dist/210/environment/addedNewArbAsset.cjs +9 -0
  2933. package/dist/210/environment/addedNewArbAsset.d.cts +14 -0
  2934. package/dist/210/environment/addedNewEthAsset.cjs +9 -0
  2935. package/dist/210/environment/addedNewEthAsset.d.cts +14 -0
  2936. package/dist/210/environment/runtimeSafeModeUpdated.cjs +9 -0
  2937. package/dist/210/environment/runtimeSafeModeUpdated.d.cts +1929 -0
  2938. package/dist/210/environment/runtimeSafeModeUpdated.d.mts +135 -135
  2939. package/dist/210/environment/updatedArbAsset.cjs +9 -0
  2940. package/dist/210/environment/updatedArbAsset.d.cts +14 -0
  2941. package/dist/210/environment/updatedEthAsset.cjs +9 -0
  2942. package/dist/210/environment/updatedEthAsset.d.cts +14 -0
  2943. package/dist/210/ethereumIngressEgress/assetEgressStatusChanged.cjs +12 -0
  2944. package/dist/210/ethereumIngressEgress/assetEgressStatusChanged.d.cts +25 -0
  2945. package/dist/210/ethereumIngressEgress/depositBoosted.cjs +22 -0
  2946. package/dist/210/ethereumIngressEgress/depositBoosted.d.cts +204 -0
  2947. package/dist/210/ethereumIngressEgress/depositBoosted.d.mts +14 -14
  2948. package/dist/210/ethereumIngressEgress/depositFailed.cjs +13 -0
  2949. package/dist/210/ethereumIngressEgress/depositFailed.d.cts +1427 -0
  2950. package/dist/210/ethereumIngressEgress/depositFailed.d.mts +176 -176
  2951. package/dist/210/ethereumIngressEgress/depositFetchesScheduled.cjs +12 -0
  2952. package/dist/210/ethereumIngressEgress/depositFetchesScheduled.d.cts +25 -0
  2953. package/dist/210/ethereumIngressEgress/depositFinalised.cjs +20 -0
  2954. package/dist/210/ethereumIngressEgress/depositFinalised.d.cts +198 -0
  2955. package/dist/210/ethereumIngressEgress/depositFinalised.d.mts +8 -8
  2956. package/dist/210/ethereumIngressEgress/insufficientBoostLiquidity.cjs +15 -0
  2957. package/dist/210/ethereumIngressEgress/insufficientBoostLiquidity.d.cts +44 -0
  2958. package/dist/210/ethereumIngressEgress/invalidCcmRefunded.cjs +13 -0
  2959. package/dist/210/ethereumIngressEgress/invalidCcmRefunded.d.cts +28 -0
  2960. package/dist/210/ethereumIngressEgress/palletConfigUpdated.cjs +9 -0
  2961. package/dist/210/ethereumIngressEgress/palletConfigUpdated.d.cts +151 -0
  2962. package/dist/210/ethereumIngressEgress/transferFallbackRequested.cjs +15 -0
  2963. package/dist/210/ethereumIngressEgress/transferFallbackRequested.d.cts +66 -0
  2964. package/dist/210/funding/funded.cjs +14 -0
  2965. package/dist/210/funding/funded.d.cts +88 -0
  2966. package/dist/210/funding/funded.d.mts +8 -8
  2967. package/dist/210/governance/newGovernanceCouncil.cjs +9 -0
  2968. package/dist/210/governance/newGovernanceCouncil.d.cts +27 -0
  2969. package/dist/210/lendingPools/boostFundsAdded.cjs +13 -0
  2970. package/dist/210/lendingPools/boostFundsAdded.d.cts +45 -0
  2971. package/dist/210/lendingPools/boostFundsAdded.d.mts +10 -10
  2972. package/dist/210/lendingPools/boostPoolCreated.cjs +9 -0
  2973. package/dist/210/lendingPools/boostPoolCreated.d.cts +39 -0
  2974. package/dist/210/lendingPools/boostPoolCreated.d.mts +8 -8
  2975. package/dist/210/lendingPools/collateralAdded.cjs +13 -0
  2976. package/dist/210/lendingPools/collateralAdded.d.cts +68 -0
  2977. package/dist/210/lendingPools/collateralAdded.d.mts +6 -6
  2978. package/dist/210/lendingPools/collateralRemoved.cjs +12 -0
  2979. package/dist/210/lendingPools/collateralRemoved.d.cts +25 -0
  2980. package/dist/210/lendingPools/collateralRemoved.d.mts +6 -6
  2981. package/dist/210/lendingPools/collateralTopupAssetUpdated.cjs +12 -0
  2982. package/dist/210/lendingPools/collateralTopupAssetUpdated.d.cts +25 -0
  2983. package/dist/210/lendingPools/collateralTopupAssetUpdated.d.mts +6 -6
  2984. package/dist/210/lendingPools/lendingFundsAdded.cjs +13 -0
  2985. package/dist/210/lendingPools/lendingFundsAdded.d.cts +28 -0
  2986. package/dist/210/lendingPools/lendingFundsAdded.d.mts +6 -6
  2987. package/dist/210/lendingPools/lendingFundsRemoved.cjs +13 -0
  2988. package/dist/210/lendingPools/lendingFundsRemoved.d.cts +28 -0
  2989. package/dist/210/lendingPools/lendingFundsRemoved.d.mts +6 -6
  2990. package/dist/210/lendingPools/lendingPoolCreated.cjs +9 -0
  2991. package/dist/210/lendingPools/lendingPoolCreated.d.cts +22 -0
  2992. package/dist/210/lendingPools/lendingPoolCreated.d.mts +6 -6
  2993. package/dist/210/lendingPools/loanCreated.cjs +14 -0
  2994. package/dist/210/lendingPools/loanCreated.d.cts +31 -0
  2995. package/dist/210/lendingPools/loanCreated.d.mts +6 -6
  2996. package/dist/210/lendingPools/loanRepaid.cjs +13 -0
  2997. package/dist/210/lendingPools/loanRepaid.d.cts +43 -0
  2998. package/dist/210/lendingPools/palletConfigUpdated.cjs +9 -0
  2999. package/dist/210/lendingPools/palletConfigUpdated.d.cts +388 -0
  3000. package/dist/210/lendingPools/palletConfigUpdated.d.mts +24 -24
  3001. package/dist/210/lendingPools/stoppedBoosting.cjs +14 -0
  3002. package/dist/210/lendingPools/stoppedBoosting.d.cts +48 -0
  3003. package/dist/210/lendingPools/stoppedBoosting.d.mts +8 -8
  3004. package/dist/210/liquidityPools/assetSwapped.cjs +14 -0
  3005. package/dist/210/liquidityPools/assetSwapped.d.cts +41 -0
  3006. package/dist/210/liquidityPools/assetSwapped.d.mts +12 -12
  3007. package/dist/210/liquidityPools/limitOrderUpdated.cjs +20 -0
  3008. package/dist/210/liquidityPools/limitOrderUpdated.d.cts +99 -0
  3009. package/dist/210/liquidityPools/limitOrderUpdated.d.mts +20 -20
  3010. package/dist/210/liquidityPools/newPoolCreated.cjs +14 -0
  3011. package/dist/210/liquidityPools/newPoolCreated.d.cts +41 -0
  3012. package/dist/210/liquidityPools/newPoolCreated.d.mts +12 -12
  3013. package/dist/210/liquidityPools/orderDeletionFailed.cjs +9 -0
  3014. package/dist/210/liquidityPools/orderDeletionFailed.d.cts +127 -0
  3015. package/dist/210/liquidityPools/orderDeletionFailed.d.mts +32 -32
  3016. package/dist/210/liquidityPools/palletConfigUpdated.cjs +9 -0
  3017. package/dist/210/liquidityPools/palletConfigUpdated.d.cts +44 -0
  3018. package/dist/210/liquidityPools/palletConfigUpdated.d.mts +8 -8
  3019. package/dist/210/liquidityPools/poolFeeSet.cjs +13 -0
  3020. package/dist/210/liquidityPools/poolFeeSet.d.cts +38 -0
  3021. package/dist/210/liquidityPools/poolFeeSet.d.mts +12 -12
  3022. package/dist/210/liquidityPools/priceImpactLimitSet.cjs +12 -0
  3023. package/dist/210/liquidityPools/priceImpactLimitSet.d.cts +46 -0
  3024. package/dist/210/liquidityPools/rangeOrderUpdated.cjs +21 -0
  3025. package/dist/210/liquidityPools/rangeOrderUpdated.d.cts +209 -0
  3026. package/dist/210/liquidityPools/rangeOrderUpdated.d.mts +32 -32
  3027. package/dist/210/liquidityProvider/assetTransferred.cjs +14 -0
  3028. package/dist/210/liquidityProvider/assetTransferred.d.cts +31 -0
  3029. package/dist/210/liquidityProvider/assetTransferred.d.mts +6 -6
  3030. package/dist/210/liquidityProvider/liquidityDepositAddressReady.cjs +17 -0
  3031. package/dist/210/liquidityProvider/liquidityDepositAddressReady.d.cts +91 -0
  3032. package/dist/210/liquidityProvider/liquidityDepositAddressReady.d.mts +14 -14
  3033. package/dist/210/liquidityProvider/withdrawalEgressScheduled.cjs +15 -0
  3034. package/dist/210/liquidityProvider/withdrawalEgressScheduled.d.cts +95 -0
  3035. package/dist/210/liquidityProvider/withdrawalEgressScheduled.d.mts +14 -14
  3036. package/dist/210/polkadotIngressEgress/depositFailed.cjs +13 -0
  3037. package/dist/210/polkadotIngressEgress/depositFailed.d.cts +1418 -0
  3038. package/dist/210/polkadotIngressEgress/depositFailed.d.mts +176 -176
  3039. package/dist/210/solanaIngressEgress/depositFailed.cjs +13 -0
  3040. package/dist/210/solanaIngressEgress/depositFailed.d.cts +1499 -0
  3041. package/dist/210/solanaIngressEgress/depositFailed.d.mts +208 -208
  3042. package/dist/210/swapping/accountCreationDepositAddressReady.cjs +19 -0
  3043. package/dist/210/swapping/accountCreationDepositAddressReady.d.cts +148 -0
  3044. package/dist/210/swapping/accountCreationDepositAddressReady.d.mts +22 -22
  3045. package/dist/210/swapping/batchSwapFailed.cjs +13 -0
  3046. package/dist/210/swapping/batchSwapFailed.d.cts +38 -0
  3047. package/dist/210/swapping/batchSwapFailed.d.mts +6 -6
  3048. package/dist/210/swapping/creditedOnChain.cjs +14 -0
  3049. package/dist/210/swapping/creditedOnChain.d.cts +31 -0
  3050. package/dist/210/swapping/creditedOnChain.d.mts +6 -6
  3051. package/dist/210/swapping/palletConfigUpdated.cjs +9 -0
  3052. package/dist/210/swapping/palletConfigUpdated.d.cts +255 -0
  3053. package/dist/210/swapping/palletConfigUpdated.d.mts +32 -32
  3054. package/dist/210/swapping/refundEgressIgnored.cjs +14 -0
  3055. package/dist/210/swapping/refundEgressIgnored.d.cts +248 -0
  3056. package/dist/210/swapping/refundEgressIgnored.d.mts +28 -28
  3057. package/dist/210/swapping/refundEgressScheduled.cjs +16 -0
  3058. package/dist/210/swapping/refundEgressScheduled.d.cts +57 -0
  3059. package/dist/210/swapping/refundEgressScheduled.d.mts +13 -13
  3060. package/dist/210/swapping/refundedOnChain.cjs +15 -0
  3061. package/dist/210/swapping/refundedOnChain.d.cts +34 -0
  3062. package/dist/210/swapping/refundedOnChain.d.mts +6 -6
  3063. package/dist/210/swapping/swapAmountConfiscated.cjs +14 -0
  3064. package/dist/210/swapping/swapAmountConfiscated.d.cts +31 -0
  3065. package/dist/210/swapping/swapAmountConfiscated.d.mts +6 -6
  3066. package/dist/210/swapping/swapDepositAddressReady.cjs +24 -0
  3067. package/dist/210/swapping/swapDepositAddressReady.d.cts +695 -0
  3068. package/dist/210/swapping/swapDepositAddressReady.d.mts +41 -41
  3069. package/dist/210/swapping/swapEgressIgnored.cjs +14 -0
  3070. package/dist/210/swapping/swapEgressIgnored.d.cts +248 -0
  3071. package/dist/210/swapping/swapEgressIgnored.d.mts +28 -28
  3072. package/dist/210/swapping/swapEgressScheduled.cjs +15 -0
  3073. package/dist/210/swapping/swapEgressScheduled.d.cts +54 -0
  3074. package/dist/210/swapping/swapEgressScheduled.d.mts +12 -12
  3075. package/dist/210/swapping/swapExecuted.cjs +20 -0
  3076. package/dist/210/swapping/swapExecuted.d.cts +59 -0
  3077. package/dist/210/swapping/swapExecuted.d.mts +18 -18
  3078. package/dist/210/swapping/swapRequested.cjs +19 -0
  3079. package/dist/210/swapping/swapRequested.d.cts +3993 -0
  3080. package/dist/210/swapping/swapRequested.d.mts +410 -410
  3081. package/dist/210/swapping/withdrawalRequested.cjs +16 -0
  3082. package/dist/210/swapping/withdrawalRequested.d.cts +98 -0
  3083. package/dist/210/swapping/withdrawalRequested.d.mts +14 -14
  3084. package/dist/210/tradingStrategy/fundsAddedToStrategy.cjs +12 -0
  3085. package/dist/210/tradingStrategy/fundsAddedToStrategy.d.cts +25 -0
  3086. package/dist/210/tradingStrategy/fundsAddedToStrategy.d.mts +6 -6
  3087. package/dist/210/tradingStrategy/palletConfigUpdated.cjs +9 -0
  3088. package/dist/210/tradingStrategy/palletConfigUpdated.d.cts +108 -0
  3089. package/dist/210/tradingStrategy/palletConfigUpdated.d.mts +24 -24
  3090. package/dist/210/tradingStrategy/strategyDeployed.cjs +13 -0
  3091. package/dist/210/tradingStrategy/strategyDeployed.d.cts +134 -0
  3092. package/dist/210/tradingStrategy/strategyDeployed.d.mts +24 -24
  3093. package/dist/CodeGenerator.cjs +187 -0
  3094. package/dist/EventHandler.cjs +15 -0
  3095. package/dist/EventHandler.d.cts +27 -0
  3096. package/dist/EventHandler.d.mts +28 -0
  3097. package/dist/EventHandler.mjs +14 -0
  3098. package/dist/HandlerMap.cjs +65 -0
  3099. package/dist/HandlerMap.d.cts +24 -0
  3100. package/dist/HandlerMap.d.mts +24 -0
  3101. package/dist/HandlerMap.mjs +62 -0
  3102. package/dist/Parser.cjs +122 -0
  3103. package/dist/Processor.cjs +215 -0
  3104. package/dist/Processor.d.cts +42 -0
  3105. package/dist/Processor.d.mts +42 -0
  3106. package/dist/Processor.mjs +211 -0
  3107. package/dist/_virtual/_@oxc-project_runtime@0.110.0/helpers/decorate.cjs +11 -0
  3108. package/dist/_virtual/_@oxc-project_runtime@0.110.0/helpers/decorate.mjs +10 -0
  3109. package/dist/_virtual/rolldown_runtime.cjs +45 -0
  3110. package/dist/generate.cjs +44 -0
  3111. package/dist/generate.d.cts +3 -0
  3112. package/dist/index.cjs +8 -0
  3113. package/dist/index.d.cts +4 -0
  3114. package/dist/index.d.mts +4 -0
  3115. package/dist/index.mjs +5 -0
  3116. package/dist/node_modules/.pnpm/@chainflip_rpc@1.9.3/node_modules/@chainflip/rpc/dist/Client.cjs +76 -0
  3117. package/dist/node_modules/.pnpm/@chainflip_rpc@1.9.3/node_modules/@chainflip/rpc/dist/HttpClient.cjs +35 -0
  3118. package/dist/node_modules/.pnpm/@chainflip_rpc@1.9.3/node_modules/@chainflip/rpc/dist/WsClient.cjs +4 -0
  3119. package/dist/node_modules/.pnpm/@chainflip_rpc@1.9.3/node_modules/@chainflip/rpc/dist/common.cjs +44 -0
  3120. package/dist/node_modules/.pnpm/@chainflip_rpc@1.9.3/node_modules/@chainflip/rpc/dist/index.cjs +2 -0
  3121. package/dist/node_modules/.pnpm/@chainflip_rpc@1.9.3/node_modules/@chainflip/rpc/dist/parsers.cjs +484 -0
  3122. package/dist/node_modules/.pnpm/@noble_curves@1.9.7/node_modules/@noble/curves/esm/_shortw_utils.cjs +22 -0
  3123. package/dist/node_modules/.pnpm/@noble_curves@1.9.7/node_modules/@noble/curves/esm/abstract/curve.cjs +324 -0
  3124. package/dist/node_modules/.pnpm/@noble_curves@1.9.7/node_modules/@noble/curves/esm/abstract/hash-to-curve.cjs +167 -0
  3125. package/dist/node_modules/.pnpm/@noble_curves@1.9.7/node_modules/@noble/curves/esm/abstract/modular.cjs +394 -0
  3126. package/dist/node_modules/.pnpm/@noble_curves@1.9.7/node_modules/@noble/curves/esm/abstract/weierstrass.cjs +1195 -0
  3127. package/dist/node_modules/.pnpm/@noble_curves@1.9.7/node_modules/@noble/curves/esm/secp256k1.cjs +119 -0
  3128. package/dist/node_modules/.pnpm/@noble_curves@1.9.7/node_modules/@noble/curves/esm/utils.cjs +203 -0
  3129. package/dist/node_modules/.pnpm/@noble_hashes@1.8.0/node_modules/@noble/hashes/esm/_blake.cjs +267 -0
  3130. package/dist/node_modules/.pnpm/@noble_hashes@1.8.0/node_modules/@noble/hashes/esm/_md.cjs +136 -0
  3131. package/dist/node_modules/.pnpm/@noble_hashes@1.8.0/node_modules/@noble/hashes/esm/_u64.cjs +65 -0
  3132. package/dist/node_modules/.pnpm/@noble_hashes@1.8.0/node_modules/@noble/hashes/esm/blake2.cjs +335 -0
  3133. package/dist/node_modules/.pnpm/@noble_hashes@1.8.0/node_modules/@noble/hashes/esm/blake2b.cjs +13 -0
  3134. package/dist/node_modules/.pnpm/@noble_hashes@1.8.0/node_modules/@noble/hashes/esm/cryptoNode.cjs +16 -0
  3135. package/dist/node_modules/.pnpm/@noble_hashes@1.8.0/node_modules/@noble/hashes/esm/hmac.cjs +83 -0
  3136. package/dist/node_modules/.pnpm/@noble_hashes@1.8.0/node_modules/@noble/hashes/esm/sha2.cjs +254 -0
  3137. package/dist/node_modules/.pnpm/@noble_hashes@1.8.0/node_modules/@noble/hashes/esm/sha3.cjs +207 -0
  3138. package/dist/node_modules/.pnpm/@noble_hashes@1.8.0/node_modules/@noble/hashes/esm/utils.cjs +207 -0
  3139. package/dist/node_modules/.pnpm/@polkadot_networks@14.0.1/node_modules/@polkadot/networks/defaults/genesis.cjs +91 -0
  3140. package/dist/node_modules/.pnpm/@polkadot_networks@14.0.1/node_modules/@polkadot/networks/defaults/icons.cjs +14 -0
  3141. package/dist/node_modules/.pnpm/@polkadot_networks@14.0.1/node_modules/@polkadot/networks/defaults/ledger.cjs +57 -0
  3142. package/dist/node_modules/.pnpm/@polkadot_networks@14.0.1/node_modules/@polkadot/networks/defaults/testnets.cjs +15 -0
  3143. package/dist/node_modules/.pnpm/@polkadot_networks@14.0.1/node_modules/@polkadot/networks/interfaces.cjs +41 -0
  3144. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/abstract/Array.cjs +152 -0
  3145. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/abstract/Base.cjs +106 -0
  3146. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/abstract/Int.cjs +197 -0
  3147. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/base/Compact.cjs +157 -0
  3148. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/base/DoNotConstruct.cjs +100 -0
  3149. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/base/Enum.cjs +322 -0
  3150. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/base/Int.cjs +31 -0
  3151. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/base/Null.cjs +82 -0
  3152. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/base/Option.cjs +196 -0
  3153. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/base/Result.cjs +65 -0
  3154. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/base/Tuple.cjs +101 -0
  3155. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/base/UInt.cjs +28 -0
  3156. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/base/Vec.cjs +104 -0
  3157. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/base/VecFixed.cjs +67 -0
  3158. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/extended/BTreeMap.cjs +15 -0
  3159. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/extended/BTreeSet.cjs +190 -0
  3160. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/extended/BitVec.cjs +98 -0
  3161. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/extended/Bytes.cjs +61 -0
  3162. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/extended/HashMap.cjs +15 -0
  3163. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/extended/Map.cjs +197 -0
  3164. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/extended/OptionBool.cjs +61 -0
  3165. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/extended/Range.cjs +43 -0
  3166. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/extended/RangeInclusive.cjs +18 -0
  3167. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/extended/Type.cjs +26 -0
  3168. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/extended/U8aFixed.cjs +44 -0
  3169. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/extended/WrapperKeepOpaque.cjs +102 -0
  3170. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/extended/WrapperOpaque.cjs +24 -0
  3171. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/native/Bool.cjs +107 -0
  3172. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/native/Float.cjs +107 -0
  3173. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/native/Json.cjs +120 -0
  3174. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/native/Raw.cjs +140 -0
  3175. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/native/Set.cjs +196 -0
  3176. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/native/Struct.cjs +233 -0
  3177. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/native/Text.cjs +138 -0
  3178. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/primitive/F32.cjs +14 -0
  3179. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/primitive/F64.cjs +14 -0
  3180. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/primitive/I128.cjs +14 -0
  3181. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/primitive/I16.cjs +14 -0
  3182. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/primitive/I256.cjs +14 -0
  3183. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/primitive/I32.cjs +14 -0
  3184. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/primitive/I64.cjs +14 -0
  3185. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/primitive/I8.cjs +14 -0
  3186. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/primitive/ISize.cjs +19 -0
  3187. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/primitive/U128.cjs +14 -0
  3188. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/primitive/U16.cjs +14 -0
  3189. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/primitive/U256.cjs +14 -0
  3190. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/primitive/U32.cjs +14 -0
  3191. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/primitive/U64.cjs +14 -0
  3192. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/primitive/U8.cjs +14 -0
  3193. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/primitive/USize.cjs +19 -0
  3194. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/utils/compareArray.cjs +11 -0
  3195. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/utils/compareMap.cjs +23 -0
  3196. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/utils/compareSet.cjs +15 -0
  3197. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/utils/decodeU8a.cjs +107 -0
  3198. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/utils/sanitize.cjs +180 -0
  3199. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/utils/sortValues.cjs +70 -0
  3200. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/utils/toConstructors.cjs +38 -0
  3201. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/utils/typesToMap.cjs +10 -0
  3202. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/utils/util.cjs +9 -0
  3203. package/dist/node_modules/.pnpm/@polkadot_types-create@16.5.4/node_modules/@polkadot/types-create/create/class.cjs +147 -0
  3204. package/dist/node_modules/.pnpm/@polkadot_types-create@16.5.4/node_modules/@polkadot/types-create/create/type.cjs +47 -0
  3205. package/dist/node_modules/.pnpm/@polkadot_types-create@16.5.4/node_modules/@polkadot/types-create/types/types.cjs +36 -0
  3206. package/dist/node_modules/.pnpm/@polkadot_types-create@16.5.4/node_modules/@polkadot/types-create/util/encodeTypes.cjs +101 -0
  3207. package/dist/node_modules/.pnpm/@polkadot_types-create@16.5.4/node_modules/@polkadot/types-create/util/getTypeDef.cjs +250 -0
  3208. package/dist/node_modules/.pnpm/@polkadot_types-create@16.5.4/node_modules/@polkadot/types-create/util/typeSplit.cjs +48 -0
  3209. package/dist/node_modules/.pnpm/@polkadot_types-create@16.5.4/node_modules/@polkadot/types-create/util/xcm.cjs +23 -0
  3210. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/create/lazy.cjs +12 -0
  3211. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/create/registry.cjs +378 -0
  3212. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/ethereum/AccountId.cjs +68 -0
  3213. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/ethereum/LookupSource.cjs +80 -0
  3214. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/extrinsic/Extrinsic.cjs +320 -0
  3215. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/extrinsic/ExtrinsicEra.cjs +208 -0
  3216. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/extrinsic/ExtrinsicPayload.cjs +163 -0
  3217. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/extrinsic/ExtrinsicPayloadUnknown.cjs +17 -0
  3218. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/extrinsic/ExtrinsicUnknown.cjs +18 -0
  3219. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/extrinsic/SignerPayload.cjs +131 -0
  3220. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/extrinsic/constants.cjs +28 -0
  3221. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/extrinsic/signedExtensions/emptyCheck.cjs +9 -0
  3222. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/extrinsic/signedExtensions/index.cjs +29 -0
  3223. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/extrinsic/signedExtensions/polkadot.cjs +14 -0
  3224. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/extrinsic/signedExtensions/shell.cjs +7 -0
  3225. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/extrinsic/signedExtensions/statemint.cjs +12 -0
  3226. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/extrinsic/signedExtensions/substrate.cjs +51 -0
  3227. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/extrinsic/util.cjs +10 -0
  3228. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/extrinsic/v4/Extrinsic.cjs +79 -0
  3229. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/extrinsic/v4/ExtrinsicPayload.cjs +95 -0
  3230. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/extrinsic/v4/ExtrinsicSignature.cjs +158 -0
  3231. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/extrinsic/v5/Extrinsic.cjs +88 -0
  3232. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/extrinsic/v5/ExtrinsicPayload.cjs +92 -0
  3233. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/extrinsic/v5/ExtrinsicSignature.cjs +155 -0
  3234. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/extrinsic/v5/GeneralExtrinsic.cjs +139 -0
  3235. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/generic/AccountId.cjs +84 -0
  3236. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/generic/AccountIndex.cjs +99 -0
  3237. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/generic/Block.cjs +43 -0
  3238. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/generic/Call.cjs +180 -0
  3239. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/generic/ChainProperties.cjs +56 -0
  3240. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/generic/ConsensusEngineId.cjs +94 -0
  3241. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/generic/Event.cjs +149 -0
  3242. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/generic/LookupSource.cjs +88 -0
  3243. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/generic/MultiAddress.cjs +54 -0
  3244. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/generic/Vote.cjs +91 -0
  3245. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/index.types.cjs +136 -0
  3246. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/alias.cjs +66 -0
  3247. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/assetConversion/definitions.cjs +11 -0
  3248. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/assetConversion/runtime.cjs +65 -0
  3249. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/assets/definitions.cjs +53 -0
  3250. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/assets/runtime.cjs +16 -0
  3251. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/attestations/definitions.cjs +23 -0
  3252. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/aura/definitions.cjs +11 -0
  3253. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/aura/runtime.cjs +20 -0
  3254. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/author/definitions.cjs +27 -0
  3255. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/author/rpc.cjs +90 -0
  3256. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/authorship/definitions.cjs +12 -0
  3257. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/babe/definitions.cjs +120 -0
  3258. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/babe/rpc.cjs +11 -0
  3259. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/babe/runtime.cjs +65 -0
  3260. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/balances/definitions.cjs +50 -0
  3261. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/beefy/definitions.cjs +60 -0
  3262. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/beefy/rpc.cjs +22 -0
  3263. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/beefy/runtime.cjs +92 -0
  3264. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/benchmark/definitions.cjs +73 -0
  3265. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/benchmark/runtime.cjs +26 -0
  3266. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/blockbuilder/definitions.cjs +19 -0
  3267. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/blockbuilder/runtime.cjs +98 -0
  3268. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/bridges/definitions.cjs +88 -0
  3269. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/chain/definitions.cjs +10 -0
  3270. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/chain/rpc.cjs +79 -0
  3271. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/childstate/definitions.cjs +10 -0
  3272. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/childstate/rpc.cjs +137 -0
  3273. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/claims/definitions.cjs +9 -0
  3274. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/collective/definitions.cjs +29 -0
  3275. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/consensus/definitions.cjs +12 -0
  3276. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/contracts/definitions.cjs +412 -0
  3277. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/contracts/rpc.cjs +85 -0
  3278. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/contracts/runtime.cjs +175 -0
  3279. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/contractsAbi/definitions.cjs +326 -0
  3280. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/crowdloan/definitions.cjs +29 -0
  3281. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/cumulus/definitions.cjs +37 -0
  3282. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/cumulus/runtime.cjs +39 -0
  3283. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/definitions.cjs +167 -0
  3284. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/democracy/definitions.cjs +98 -0
  3285. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/dev/definitions.cjs +15 -0
  3286. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/dev/rpc.cjs +15 -0
  3287. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/discovery/definitions.cjs +11 -0
  3288. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/discovery/runtime.cjs +13 -0
  3289. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/dryRunApi/definitions.cjs +29 -0
  3290. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/dryRunApi/runtime.cjs +65 -0
  3291. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/elections/definitions.cjs +35 -0
  3292. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/engine/definitions.cjs +24 -0
  3293. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/engine/rpc.cjs +38 -0
  3294. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/eth/definitions.cjs +382 -0
  3295. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/eth/rpc.cjs +448 -0
  3296. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/eth/runtime.cjs +320 -0
  3297. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/evm/definitions.cjs +89 -0
  3298. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/extrinsics/definitions.cjs +36 -0
  3299. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/finality/definitions.cjs +11 -0
  3300. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/finality/runtime.cjs +19 -0
  3301. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/fungibles/definitions.cjs +11 -0
  3302. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/fungibles/runtime.cjs +26 -0
  3303. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/genericAsset/definitions.cjs +25 -0
  3304. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/genesisBuilder/definitions.cjs +11 -0
  3305. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/genesisBuilder/runtime.cjs +23 -0
  3306. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/gilt/definitions.cjs +27 -0
  3307. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/grandpa/definitions.cjs +128 -0
  3308. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/grandpa/rpc.cjs +30 -0
  3309. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/grandpa/runtime.cjs +48 -0
  3310. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/identity/definitions.cjs +71 -0
  3311. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/imOnline/definitions.cjs +31 -0
  3312. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/lottery/definitions.cjs +18 -0
  3313. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/metadata/definitions.cjs +69 -0
  3314. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/metadata/hashers.cjs +14 -0
  3315. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/metadata/runtime.cjs +32 -0
  3316. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/metadata/v10.cjs +57 -0
  3317. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/metadata/v11.cjs +58 -0
  3318. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/metadata/v12.cjs +31 -0
  3319. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/metadata/v13.cjs +60 -0
  3320. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/metadata/v14.cjs +84 -0
  3321. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/metadata/v15.cjs +59 -0
  3322. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/metadata/v16.cjs +116 -0
  3323. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/metadata/v9.cjs +79 -0
  3324. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/mixnet/definitions.cjs +31 -0
  3325. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/mixnet/runtime.cjs +36 -0
  3326. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/mmr/definitions.cjs +49 -0
  3327. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/mmr/rpc.cjs +57 -0
  3328. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/mmr/runtime.cjs +145 -0
  3329. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/nfts/definitions.cjs +14 -0
  3330. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/nfts/runtime.cjs +98 -0
  3331. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/nimbus/definitions.cjs +11 -0
  3332. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/nimbus/runtime.cjs +62 -0
  3333. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/nompools/definitions.cjs +14 -0
  3334. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/nompools/runtime.cjs +40 -0
  3335. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/offchain/definitions.cjs +15 -0
  3336. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/offchain/rpc.cjs +50 -0
  3337. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/offchain/runtime.cjs +26 -0
  3338. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/offences/definitions.cjs +20 -0
  3339. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/ormlOracle/definitions.cjs +11 -0
  3340. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/ormlOracle/runtime.cjs +29 -0
  3341. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/ormlTokens/definitions.cjs +11 -0
  3342. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/ormlTokens/runtime.cjs +16 -0
  3343. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/parachains/definitions.cjs +523 -0
  3344. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/parachains/hrmp.cjs +29 -0
  3345. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/parachains/runtime.cjs +360 -0
  3346. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/parachains/slots.cjs +95 -0
  3347. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/payment/definitions.cjs +34 -0
  3348. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/payment/rpc.cjs +35 -0
  3349. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/payment/runtime.cjs +145 -0
  3350. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/poll/definitions.cjs +9 -0
  3351. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/pow/definitions.cjs +11 -0
  3352. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/pow/runtime.cjs +23 -0
  3353. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/proxy/definitions.cjs +26 -0
  3354. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/purchase/definitions.cjs +25 -0
  3355. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/recovery/definitions.cjs +21 -0
  3356. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/rpc/definitions.cjs +13 -0
  3357. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/rpc/rpc.cjs +10 -0
  3358. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/runtime/definitions.cjs +201 -0
  3359. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/runtime/runtime.cjs +94 -0
  3360. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/scaleInfo/definitions.cjs +29 -0
  3361. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/scaleInfo/v0.cjs +73 -0
  3362. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/scaleInfo/v1.cjs +58 -0
  3363. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/scheduler/definitions.cjs +28 -0
  3364. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/session/definitions.cjs +41 -0
  3365. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/session/runtime.cjs +26 -0
  3366. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/society/definitions.cjs +31 -0
  3367. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/staking/definitions.cjs +293 -0
  3368. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/staking/runtime.cjs +16 -0
  3369. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/state/definitions.cjs +85 -0
  3370. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/state/rpc.cjs +383 -0
  3371. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/statement/definitions.cjs +26 -0
  3372. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/statement/runtime.cjs +19 -0
  3373. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/support/definitions.cjs +14 -0
  3374. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/syncstate/definitions.cjs +10 -0
  3375. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/syncstate/rpc.cjs +14 -0
  3376. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/system/definitions.cjs +287 -0
  3377. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/system/rpc.cjs +133 -0
  3378. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/system/runtime.cjs +16 -0
  3379. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/treasury/definitions.cjs +61 -0
  3380. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/txpayment/definitions.cjs +9 -0
  3381. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/txqueue/definitions.cjs +25 -0
  3382. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/txqueue/runtime.cjs +53 -0
  3383. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/uniques/definitions.cjs +47 -0
  3384. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/utility/definitions.cjs +20 -0
  3385. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/vesting/definitions.cjs +13 -0
  3386. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/xcm/definitions.cjs +154 -0
  3387. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/xcm/v0.cjs +205 -0
  3388. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/xcm/v1.cjs +195 -0
  3389. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/xcm/v2.cjs +254 -0
  3390. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/xcm/v3.cjs +344 -0
  3391. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/xcm/v4.cjs +250 -0
  3392. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/xcm/v5.cjs +271 -0
  3393. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/xcmPaymentApi/definitions.cjs +17 -0
  3394. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/xcmPaymentApi/runtime.cjs +37 -0
  3395. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/xcmRuntimeApi/definitions.cjs +11 -0
  3396. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/xcmRuntimeApi/runtime.cjs +16 -0
  3397. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/metadata/MagicNumber.cjs +13 -0
  3398. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/metadata/Metadata.cjs +37 -0
  3399. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/metadata/MetadataVersioned.cjs +139 -0
  3400. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/metadata/PortableRegistry/PortableRegistry.cjs +684 -0
  3401. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/metadata/decorate/constants/index.cjs +22 -0
  3402. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/metadata/decorate/events/index.cjs +8 -0
  3403. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/metadata/decorate/extrinsics/createUnchecked.cjs +28 -0
  3404. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/metadata/decorate/extrinsics/index.cjs +26 -0
  3405. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/metadata/decorate/util.cjs +10 -0
  3406. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/metadata/util/extractTypes.cjs +53 -0
  3407. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/metadata/util/flattenUniq.cjs +14 -0
  3408. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/metadata/util/getSiName.cjs +9 -0
  3409. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/metadata/util/getUniqTypes.cjs +33 -0
  3410. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/metadata/util/toCallsOnly.cjs +26 -0
  3411. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/metadata/util/validateTypes.cjs +19 -0
  3412. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/metadata/v10/toV11.cjs +15 -0
  3413. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/metadata/v11/toV12.cjs +15 -0
  3414. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/metadata/v12/toV13.cjs +11 -0
  3415. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/metadata/v13/toV14.cjs +240 -0
  3416. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/metadata/v14/toV15.cjs +25 -0
  3417. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/metadata/v15/toV16.cjs +96 -0
  3418. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/metadata/v16/toLatest.cjs +12 -0
  3419. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/metadata/v9/toV10.cjs +29 -0
  3420. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/metadata/versions.cjs +18 -0
  3421. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/primitive/Data.cjs +101 -0
  3422. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/primitive/StorageKey.cjs +165 -0
  3423. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/util/storage.cjs +15 -0
  3424. package/dist/node_modules/.pnpm/@polkadot_util-crypto@14.0.1_@polkadot_util@14.0.1/node_modules/@polkadot/util-crypto/address/checksum.cjs +19 -0
  3425. package/dist/node_modules/.pnpm/@polkadot_util-crypto@14.0.1_@polkadot_util@14.0.1/node_modules/@polkadot/util-crypto/address/decode.cjs +25 -0
  3426. package/dist/node_modules/.pnpm/@polkadot_util-crypto@14.0.1_@polkadot_util@14.0.1/node_modules/@polkadot/util-crypto/address/defaults.cjs +28 -0
  3427. package/dist/node_modules/.pnpm/@polkadot_util-crypto@14.0.1_@polkadot_util@14.0.1/node_modules/@polkadot/util-crypto/address/encode.cjs +18 -0
  3428. package/dist/node_modules/.pnpm/@polkadot_util-crypto@14.0.1_@polkadot_util@14.0.1/node_modules/@polkadot/util-crypto/address/sshash.cjs +12 -0
  3429. package/dist/node_modules/.pnpm/@polkadot_util-crypto@14.0.1_@polkadot_util@14.0.1/node_modules/@polkadot/util-crypto/base32/helpers.cjs +32 -0
  3430. package/dist/node_modules/.pnpm/@polkadot_util-crypto@14.0.1_@polkadot_util@14.0.1/node_modules/@polkadot/util-crypto/base58/bs58.cjs +35 -0
  3431. package/dist/node_modules/.pnpm/@polkadot_util-crypto@14.0.1_@polkadot_util@14.0.1/node_modules/@polkadot/util-crypto/blake2/asU8a.cjs +31 -0
  3432. package/dist/node_modules/.pnpm/@polkadot_util-crypto@14.0.1_@polkadot_util@14.0.1/node_modules/@polkadot/util-crypto/bn.cjs +9 -0
  3433. package/dist/node_modules/.pnpm/@polkadot_util-crypto@14.0.1_@polkadot_util@14.0.1/node_modules/@polkadot/util-crypto/ethereum/encode.cjs +28 -0
  3434. package/dist/node_modules/.pnpm/@polkadot_util-crypto@14.0.1_@polkadot_util@14.0.1/node_modules/@polkadot/util-crypto/ethereum/isAddress.cjs +12 -0
  3435. package/dist/node_modules/.pnpm/@polkadot_util-crypto@14.0.1_@polkadot_util@14.0.1/node_modules/@polkadot/util-crypto/ethereum/isChecksum.cjs +16 -0
  3436. package/dist/node_modules/.pnpm/@polkadot_util-crypto@14.0.1_@polkadot_util@14.0.1/node_modules/@polkadot/util-crypto/helpers.cjs +15 -0
  3437. package/dist/node_modules/.pnpm/@polkadot_util-crypto@14.0.1_@polkadot_util@14.0.1/node_modules/@polkadot/util-crypto/keccak/asU8a.cjs +29 -0
  3438. package/dist/node_modules/.pnpm/@polkadot_util-crypto@14.0.1_@polkadot_util@14.0.1/node_modules/@polkadot/util-crypto/secp256k1/expand.cjs +18 -0
  3439. package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/assert.cjs +41 -0
  3440. package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/bn/bn.cjs +13 -0
  3441. package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/bn/consts.cjs +46 -0
  3442. package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/bn/toBn.cjs +30 -0
  3443. package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/bn/toHex.cjs +29 -0
  3444. package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/bn/toU8a.cjs +34 -0
  3445. package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/compact/addLength.cjs +22 -0
  3446. package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/compact/fromU8a.cjs +57 -0
  3447. package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/compact/stripLength.cjs +23 -0
  3448. package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/compact/toU8a.cjs +38 -0
  3449. package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/float/toU8a.cjs +18 -0
  3450. package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/format/formatBalance.cjs +55 -0
  3451. package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/format/formatDate.cjs +16 -0
  3452. package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/format/formatDecimal.cjs +15 -0
  3453. package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/format/formatNumber.cjs +16 -0
  3454. package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/format/getSeparator.cjs +16 -0
  3455. package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/format/si.cjs +109 -0
  3456. package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/has.cjs +14 -0
  3457. package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/hex/stripPrefix.cjs +26 -0
  3458. package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/hex/toBn.cjs +31 -0
  3459. package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/hex/toU8a.cjs +41 -0
  3460. package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/is/ascii.cjs +33 -0
  3461. package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/is/bigInt.cjs +22 -0
  3462. package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/is/bn.cjs +24 -0
  3463. package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/is/boolean.cjs +22 -0
  3464. package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/is/buffer.cjs +25 -0
  3465. package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/is/codec.cjs +11 -0
  3466. package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/is/function.cjs +22 -0
  3467. package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/is/helpers.cjs +14 -0
  3468. package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/is/hex.cjs +27 -0
  3469. package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/is/null.cjs +22 -0
  3470. package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/is/number.cjs +22 -0
  3471. package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/is/object.cjs +23 -0
  3472. package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/is/string.cjs +22 -0
  3473. package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/is/toBigInt.cjs +7 -0
  3474. package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/is/toBn.cjs +7 -0
  3475. package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/is/u8a.cjs +22 -0
  3476. package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/is/undefined.cjs +22 -0
  3477. package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/is/utf8.cjs +72 -0
  3478. package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/lazy.cjs +37 -0
  3479. package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/logger.cjs +90 -0
  3480. package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/noop.cjs +16 -0
  3481. package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/object/property.cjs +26 -0
  3482. package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/object/spread.cjs +28 -0
  3483. package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/string/camelCase.cjs +51 -0
  3484. package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/string/toU8a.cjs +24 -0
  3485. package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/stringify.cjs +18 -0
  3486. package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/u8a/concat.cjs +49 -0
  3487. package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/u8a/eq.cjs +34 -0
  3488. package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/u8a/toBn.cjs +48 -0
  3489. package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/u8a/toFloat.cjs +16 -0
  3490. package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/u8a/toHex.cjs +43 -0
  3491. package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/u8a/toNumber.cjs +33 -0
  3492. package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/u8a/toString.cjs +24 -0
  3493. package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/u8a/toU8a.cjs +31 -0
  3494. 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 +162 -0
  3495. 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 +37 -0
  3496. 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 +65 -0
  3497. 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 +13 -0
  3498. 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 +19 -0
  3499. 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 +16 -0
  3500. 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 +49 -0
  3501. 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 +14 -0
  3502. package/dist/node_modules/.pnpm/@polkadot_wasm-util@7.5.4_@polkadot_util@14.0.1/node_modules/@polkadot/wasm-util/base64.cjs +29 -0
  3503. package/dist/node_modules/.pnpm/@polkadot_wasm-util@7.5.4_@polkadot_util@14.0.1/node_modules/@polkadot/wasm-util/fflate.cjs +287 -0
  3504. package/dist/node_modules/.pnpm/@polkadot_x-bigint@14.0.1/node_modules/@polkadot/x-bigint/index.cjs +20 -0
  3505. package/dist/node_modules/.pnpm/@polkadot_x-global@14.0.1/node_modules/@polkadot/x-global/index.cjs +20 -0
  3506. 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 +13 -0
  3507. package/dist/node_modules/.pnpm/@polkadot_x-textdecoder@14.0.1/node_modules/@polkadot/x-textdecoder/node.cjs +10 -0
  3508. package/dist/node_modules/.pnpm/@polkadot_x-textencoder@14.0.1/node_modules/@polkadot/x-textencoder/node.cjs +19 -0
  3509. package/dist/node_modules/.pnpm/@scure_base@1.2.6/node_modules/@scure/base/lib/esm/index.cjs +537 -0
  3510. package/dist/node_modules/.pnpm/@substrate_ss58-registry@1.51.0/node_modules/@substrate/ss58-registry/esm/index.cjs +1364 -0
  3511. package/dist/node_modules/.pnpm/bn.js@5.2.2/node_modules/bn.js/lib/bn.cjs +2550 -0
  3512. package/dist/node_modules/.pnpm/prettier@3.8.1/node_modules/prettier/doc.cjs +1049 -0
  3513. package/dist/node_modules/.pnpm/prettier@3.8.1/node_modules/prettier/index.cjs +14559 -0
  3514. package/dist/node_modules/.pnpm/prettier@3.8.1/node_modules/prettier/plugins/acorn.cjs +4971 -0
  3515. package/dist/node_modules/.pnpm/prettier@3.8.1/node_modules/prettier/plugins/angular.cjs +3954 -0
  3516. package/dist/node_modules/.pnpm/prettier@3.8.1/node_modules/prettier/plugins/babel.cjs +9881 -0
  3517. package/dist/node_modules/.pnpm/prettier@3.8.1/node_modules/prettier/plugins/estree.cjs +7271 -0
  3518. package/dist/node_modules/.pnpm/prettier@3.8.1/node_modules/prettier/plugins/flow.cjs +52915 -0
  3519. package/dist/node_modules/.pnpm/prettier@3.8.1/node_modules/prettier/plugins/glimmer.cjs +7546 -0
  3520. package/dist/node_modules/.pnpm/prettier@3.8.1/node_modules/prettier/plugins/graphql.cjs +1947 -0
  3521. package/dist/node_modules/.pnpm/prettier@3.8.1/node_modules/prettier/plugins/html.cjs +7041 -0
  3522. package/dist/node_modules/.pnpm/prettier@3.8.1/node_modules/prettier/plugins/markdown.cjs +6882 -0
  3523. package/dist/node_modules/.pnpm/prettier@3.8.1/node_modules/prettier/plugins/meriyah.cjs +7593 -0
  3524. package/dist/node_modules/.pnpm/prettier@3.8.1/node_modules/prettier/plugins/postcss.cjs +6780 -0
  3525. package/dist/node_modules/.pnpm/prettier@3.8.1/node_modules/prettier/plugins/typescript.cjs +22937 -0
  3526. package/dist/node_modules/.pnpm/prettier@3.8.1/node_modules/prettier/plugins/yaml.cjs +5273 -0
  3527. package/dist/packages/chainspec/src/BaseCodeGenerator.cjs +151 -0
  3528. package/dist/packages/chainspec/src/BaseParser.cjs +212 -0
  3529. package/dist/packages/chainspec/src/Compiler.cjs +56 -0
  3530. package/dist/packages/chainspec/src/SpecVersion.cjs +35 -0
  3531. package/dist/packages/chainspec/src/cache.cjs +102 -0
  3532. package/dist/packages/chainspec/src/utils.cjs +104 -0
  3533. package/dist/types.cjs +0 -0
  3534. package/dist/types.d.cts +112 -0
  3535. package/dist/types.d.mts +112 -0
  3536. package/dist/types.mjs +1 -0
  3537. package/dist/utils.cjs +6 -0
  3538. package/dist/utils.d.cts +4 -0
  3539. package/dist/utils.d.mts +4 -0
  3540. package/dist/utils.mjs +5 -0
  3541. package/package.json +9 -1
@@ -2368,11 +2368,11 @@ declare const simpleEnum: <U extends string, T extends readonly [U, ...U[]]>(val
2368
2368
  declare const cfPrimitivesChainsAssetsAnyAsset: z.ZodEffects<z.ZodObject<{
2369
2369
  __kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc", "HubDot", "HubUsdt", "HubUsdc"]>;
2370
2370
  }, "strip", z.ZodTypeAny, {
2371
- __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
2371
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
2372
2372
  }, {
2373
- __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
2374
- }>, "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc", {
2375
- __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
2373
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
2374
+ }>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc", {
2375
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
2376
2376
  }>;
2377
2377
  declare const cfChainsAddressEncodedAddress: z.ZodEffects<z.ZodObject<{
2378
2378
  __kind: z.ZodEnum<["Eth", "Dot", "Btc", "Arb", "Sol", "Hub"]>;
@@ -5347,7 +5347,6 @@ declare const cfChainsRefundParametersExtendedGenericEncodedAddress: z.ZodObject
5347
5347
  minPrice: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
5348
5348
  }, "strip", z.ZodTypeAny, {
5349
5349
  retryDuration: number;
5350
- minPrice: bigint;
5351
5350
  refundDestination: {
5352
5351
  value: `cF${string}`;
5353
5352
  __kind: "InternalAccount";
@@ -5373,9 +5372,9 @@ declare const cfChainsRefundParametersExtendedGenericEncodedAddress: z.ZodObject
5373
5372
  };
5374
5373
  __kind: "ExternalAddress";
5375
5374
  };
5375
+ minPrice: bigint;
5376
5376
  }, {
5377
5377
  retryDuration: number;
5378
- minPrice: string | number;
5379
5378
  refundDestination: {
5380
5379
  value: string;
5381
5380
  __kind: "InternalAccount";
@@ -5386,6 +5385,7 @@ declare const cfChainsRefundParametersExtendedGenericEncodedAddress: z.ZodObject
5386
5385
  };
5387
5386
  __kind: "ExternalAddress";
5388
5387
  };
5388
+ minPrice: string | number;
5389
5389
  }>;
5390
5390
  declare const cfPrimitivesDcaParameters: z.ZodObject<{
5391
5391
  numberOfChunks: z.ZodNumber;
@@ -5433,6 +5433,7 @@ declare const cfChainsChannelRefundParametersEncodedAddress: z.ZodObject<{
5433
5433
  minPrice: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
5434
5434
  }, "strip", z.ZodTypeAny, {
5435
5435
  retryDuration: number;
5436
+ minPrice: bigint;
5436
5437
  refundAddress: {
5437
5438
  readonly chain: "Ethereum";
5438
5439
  readonly address: `0x${string}`;
@@ -5452,35 +5453,34 @@ declare const cfChainsChannelRefundParametersEncodedAddress: z.ZodObject<{
5452
5453
  readonly chain: "Assethub";
5453
5454
  readonly address: string;
5454
5455
  };
5455
- minPrice: bigint;
5456
5456
  }, {
5457
5457
  retryDuration: number;
5458
+ minPrice: string | number;
5458
5459
  refundAddress: {
5459
5460
  value: string;
5460
5461
  __kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
5461
5462
  };
5462
- minPrice: string | number;
5463
5463
  }>;
5464
5464
  declare const palletCfSwappingPalletConfigUpdate: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
5465
5465
  __kind: z.ZodLiteral<"MaximumSwapAmount">;
5466
5466
  asset: z.ZodEffects<z.ZodObject<{
5467
5467
  __kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc", "HubDot", "HubUsdt", "HubUsdc"]>;
5468
5468
  }, "strip", z.ZodTypeAny, {
5469
- __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
5469
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
5470
5470
  }, {
5471
- __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
5472
- }>, "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc", {
5473
- __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
5471
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
5472
+ }>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc", {
5473
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
5474
5474
  }>;
5475
5475
  amount: z.ZodOptional<z.ZodNullable<z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>>>;
5476
5476
  }, "strip", z.ZodTypeAny, {
5477
5477
  __kind: "MaximumSwapAmount";
5478
- asset: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
5478
+ asset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
5479
5479
  amount?: bigint | null | undefined;
5480
5480
  }, {
5481
5481
  __kind: "MaximumSwapAmount";
5482
5482
  asset: {
5483
- __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
5483
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
5484
5484
  };
5485
5485
  amount?: string | number | null | undefined;
5486
5486
  }>, z.ZodObject<{
@@ -5524,21 +5524,21 @@ declare const palletCfSwappingPalletConfigUpdate: z.ZodDiscriminatedUnion<"__kin
5524
5524
  asset: z.ZodEffects<z.ZodObject<{
5525
5525
  __kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc", "HubDot", "HubUsdt", "HubUsdc"]>;
5526
5526
  }, "strip", z.ZodTypeAny, {
5527
- __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
5527
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
5528
5528
  }, {
5529
- __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
5530
- }>, "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc", {
5531
- __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
5529
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
5530
+ }>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc", {
5531
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
5532
5532
  }>;
5533
5533
  size_: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
5534
5534
  }, "strip", z.ZodTypeAny, {
5535
5535
  __kind: "SetMinimumChunkSize";
5536
- asset: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
5536
+ asset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
5537
5537
  size_: bigint;
5538
5538
  }, {
5539
5539
  __kind: "SetMinimumChunkSize";
5540
5540
  asset: {
5541
- __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
5541
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
5542
5542
  };
5543
5543
  size_: string | number;
5544
5544
  }>, z.ZodObject<{
@@ -5579,21 +5579,21 @@ declare const palletCfSwappingPalletConfigUpdate: z.ZodDiscriminatedUnion<"__kin
5579
5579
  asset: z.ZodEffects<z.ZodObject<{
5580
5580
  __kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc", "HubDot", "HubUsdt", "HubUsdc"]>;
5581
5581
  }, "strip", z.ZodTypeAny, {
5582
- __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
5582
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
5583
5583
  }, {
5584
- __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
5585
- }>, "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc", {
5586
- __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
5584
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
5585
+ }>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc", {
5586
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
5587
5587
  }>;
5588
5588
  rate: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
5589
5589
  }, "strip", z.ZodTypeAny, {
5590
5590
  __kind: "SetNetworkFeeForAsset";
5591
- asset: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
5591
+ asset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
5592
5592
  rate?: number | null | undefined;
5593
5593
  }, {
5594
5594
  __kind: "SetNetworkFeeForAsset";
5595
5595
  asset: {
5596
- __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
5596
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
5597
5597
  };
5598
5598
  rate?: number | null | undefined;
5599
5599
  }>, z.ZodObject<{
@@ -5601,21 +5601,21 @@ declare const palletCfSwappingPalletConfigUpdate: z.ZodDiscriminatedUnion<"__kin
5601
5601
  asset: z.ZodEffects<z.ZodObject<{
5602
5602
  __kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc", "HubDot", "HubUsdt", "HubUsdc"]>;
5603
5603
  }, "strip", z.ZodTypeAny, {
5604
- __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
5604
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
5605
5605
  }, {
5606
- __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
5607
- }>, "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc", {
5608
- __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
5606
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
5607
+ }>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc", {
5608
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
5609
5609
  }>;
5610
5610
  rate: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
5611
5611
  }, "strip", z.ZodTypeAny, {
5612
5612
  __kind: "SetInternalSwapNetworkFeeForAsset";
5613
- asset: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
5613
+ asset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
5614
5614
  rate?: number | null | undefined;
5615
5615
  }, {
5616
5616
  __kind: "SetInternalSwapNetworkFeeForAsset";
5617
5617
  asset: {
5618
- __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
5618
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
5619
5619
  };
5620
5620
  rate?: number | null | undefined;
5621
5621
  }>]>;
@@ -5650,11 +5650,11 @@ declare const spRuntimeModuleError: z.ZodObject<{
5650
5650
  declare const spRuntimeTokenError: z.ZodEffects<z.ZodObject<{
5651
5651
  __kind: z.ZodEnum<["FundsUnavailable", "OnlyProvider", "BelowMinimum", "CannotCreate", "UnknownAsset", "Frozen", "Unsupported", "CannotCreateHold", "NotExpendable", "Blocked"]>;
5652
5652
  }, "strip", z.ZodTypeAny, {
5653
- __kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
5653
+ __kind: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
5654
5654
  }, {
5655
- __kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
5656
- }>, "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked", {
5657
- __kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
5655
+ __kind: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
5656
+ }>, "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked", {
5657
+ __kind: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
5658
5658
  }>;
5659
5659
  declare const spArithmeticArithmeticError: z.ZodEffects<z.ZodObject<{
5660
5660
  __kind: z.ZodEnum<["Underflow", "Overflow", "DivisionByZero"]>;
@@ -5739,18 +5739,18 @@ declare const spRuntimeDispatchError: z.ZodDiscriminatedUnion<"__kind", [z.ZodOb
5739
5739
  value: z.ZodEffects<z.ZodObject<{
5740
5740
  __kind: z.ZodEnum<["FundsUnavailable", "OnlyProvider", "BelowMinimum", "CannotCreate", "UnknownAsset", "Frozen", "Unsupported", "CannotCreateHold", "NotExpendable", "Blocked"]>;
5741
5741
  }, "strip", z.ZodTypeAny, {
5742
- __kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
5742
+ __kind: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
5743
5743
  }, {
5744
- __kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
5745
- }>, "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked", {
5746
- __kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
5744
+ __kind: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
5745
+ }>, "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked", {
5746
+ __kind: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
5747
5747
  }>;
5748
5748
  }, "strip", z.ZodTypeAny, {
5749
- value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
5749
+ value: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
5750
5750
  __kind: "Token";
5751
5751
  }, {
5752
5752
  value: {
5753
- __kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
5753
+ __kind: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
5754
5754
  };
5755
5755
  __kind: "Token";
5756
5756
  }>, z.ZodObject<{
@@ -5966,18 +5966,18 @@ declare const cfChainsSolApiSolanaTransactionBuildingError: z.ZodDiscriminatedUn
5966
5966
  value: z.ZodEffects<z.ZodObject<{
5967
5967
  __kind: z.ZodEnum<["FundsUnavailable", "OnlyProvider", "BelowMinimum", "CannotCreate", "UnknownAsset", "Frozen", "Unsupported", "CannotCreateHold", "NotExpendable", "Blocked"]>;
5968
5968
  }, "strip", z.ZodTypeAny, {
5969
- __kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
5969
+ __kind: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
5970
5970
  }, {
5971
- __kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
5972
- }>, "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked", {
5973
- __kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
5971
+ __kind: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
5972
+ }>, "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked", {
5973
+ __kind: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
5974
5974
  }>;
5975
5975
  }, "strip", z.ZodTypeAny, {
5976
- value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
5976
+ value: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
5977
5977
  __kind: "Token";
5978
5978
  }, {
5979
5979
  value: {
5980
- __kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
5980
+ __kind: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
5981
5981
  };
5982
5982
  __kind: "Token";
5983
5983
  }>, z.ZodObject<{
@@ -6063,7 +6063,7 @@ declare const cfChainsSolApiSolanaTransactionBuildingError: z.ZodDiscriminatedUn
6063
6063
  } | {
6064
6064
  __kind: "TooManyConsumers";
6065
6065
  } | {
6066
- value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
6066
+ value: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
6067
6067
  __kind: "Token";
6068
6068
  } | {
6069
6069
  value: "Underflow" | "Overflow" | "DivisionByZero";
@@ -6102,7 +6102,7 @@ declare const cfChainsSolApiSolanaTransactionBuildingError: z.ZodDiscriminatedUn
6102
6102
  __kind: "TooManyConsumers";
6103
6103
  } | {
6104
6104
  value: {
6105
- __kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
6105
+ __kind: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
6106
6106
  };
6107
6107
  __kind: "Token";
6108
6108
  } | {
@@ -6296,18 +6296,18 @@ declare const cfChainsExecutexSwapAndCallError: z.ZodDiscriminatedUnion<"__kind"
6296
6296
  value: z.ZodEffects<z.ZodObject<{
6297
6297
  __kind: z.ZodEnum<["FundsUnavailable", "OnlyProvider", "BelowMinimum", "CannotCreate", "UnknownAsset", "Frozen", "Unsupported", "CannotCreateHold", "NotExpendable", "Blocked"]>;
6298
6298
  }, "strip", z.ZodTypeAny, {
6299
- __kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
6299
+ __kind: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
6300
6300
  }, {
6301
- __kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
6302
- }>, "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked", {
6303
- __kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
6301
+ __kind: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
6302
+ }>, "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked", {
6303
+ __kind: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
6304
6304
  }>;
6305
6305
  }, "strip", z.ZodTypeAny, {
6306
- value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
6306
+ value: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
6307
6307
  __kind: "Token";
6308
6308
  }, {
6309
6309
  value: {
6310
- __kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
6310
+ __kind: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
6311
6311
  };
6312
6312
  __kind: "Token";
6313
6313
  }>, z.ZodObject<{
@@ -6393,7 +6393,7 @@ declare const cfChainsExecutexSwapAndCallError: z.ZodDiscriminatedUnion<"__kind"
6393
6393
  } | {
6394
6394
  __kind: "TooManyConsumers";
6395
6395
  } | {
6396
- value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
6396
+ value: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
6397
6397
  __kind: "Token";
6398
6398
  } | {
6399
6399
  value: "Underflow" | "Overflow" | "DivisionByZero";
@@ -6432,7 +6432,7 @@ declare const cfChainsExecutexSwapAndCallError: z.ZodDiscriminatedUnion<"__kind"
6432
6432
  __kind: "TooManyConsumers";
6433
6433
  } | {
6434
6434
  value: {
6435
- __kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
6435
+ __kind: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
6436
6436
  };
6437
6437
  __kind: "Token";
6438
6438
  } | {
@@ -6510,7 +6510,7 @@ declare const cfChainsExecutexSwapAndCallError: z.ZodDiscriminatedUnion<"__kind"
6510
6510
  } | {
6511
6511
  __kind: "TooManyConsumers";
6512
6512
  } | {
6513
- value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
6513
+ value: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
6514
6514
  __kind: "Token";
6515
6515
  } | {
6516
6516
  value: "Underflow" | "Overflow" | "DivisionByZero";
@@ -6581,7 +6581,7 @@ declare const cfChainsExecutexSwapAndCallError: z.ZodDiscriminatedUnion<"__kind"
6581
6581
  __kind: "TooManyConsumers";
6582
6582
  } | {
6583
6583
  value: {
6584
- __kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
6584
+ __kind: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
6585
6585
  };
6586
6586
  __kind: "Token";
6587
6587
  } | {
@@ -6677,18 +6677,18 @@ declare const cfChainsExecutexSwapAndCallError: z.ZodDiscriminatedUnion<"__kind"
6677
6677
  value: z.ZodEffects<z.ZodObject<{
6678
6678
  __kind: z.ZodEnum<["FundsUnavailable", "OnlyProvider", "BelowMinimum", "CannotCreate", "UnknownAsset", "Frozen", "Unsupported", "CannotCreateHold", "NotExpendable", "Blocked"]>;
6679
6679
  }, "strip", z.ZodTypeAny, {
6680
- __kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
6680
+ __kind: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
6681
6681
  }, {
6682
- __kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
6683
- }>, "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked", {
6684
- __kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
6682
+ __kind: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
6683
+ }>, "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked", {
6684
+ __kind: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
6685
6685
  }>;
6686
6686
  }, "strip", z.ZodTypeAny, {
6687
- value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
6687
+ value: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
6688
6688
  __kind: "Token";
6689
6689
  }, {
6690
6690
  value: {
6691
- __kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
6691
+ __kind: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
6692
6692
  };
6693
6693
  __kind: "Token";
6694
6694
  }>, z.ZodObject<{
@@ -6774,7 +6774,7 @@ declare const cfChainsExecutexSwapAndCallError: z.ZodDiscriminatedUnion<"__kind"
6774
6774
  } | {
6775
6775
  __kind: "TooManyConsumers";
6776
6776
  } | {
6777
- value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
6777
+ value: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
6778
6778
  __kind: "Token";
6779
6779
  } | {
6780
6780
  value: "Underflow" | "Overflow" | "DivisionByZero";
@@ -6813,7 +6813,7 @@ declare const cfChainsExecutexSwapAndCallError: z.ZodDiscriminatedUnion<"__kind"
6813
6813
  __kind: "TooManyConsumers";
6814
6814
  } | {
6815
6815
  value: {
6816
- __kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
6816
+ __kind: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
6817
6817
  };
6818
6818
  __kind: "Token";
6819
6819
  } | {
@@ -6934,18 +6934,18 @@ declare const palletCfEthereumIngressEgressDepositFailedReason: z.ZodDiscriminat
6934
6934
  value: z.ZodEffects<z.ZodObject<{
6935
6935
  __kind: z.ZodEnum<["FundsUnavailable", "OnlyProvider", "BelowMinimum", "CannotCreate", "UnknownAsset", "Frozen", "Unsupported", "CannotCreateHold", "NotExpendable", "Blocked"]>;
6936
6936
  }, "strip", z.ZodTypeAny, {
6937
- __kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
6937
+ __kind: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
6938
6938
  }, {
6939
- __kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
6940
- }>, "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked", {
6941
- __kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
6939
+ __kind: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
6940
+ }>, "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked", {
6941
+ __kind: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
6942
6942
  }>;
6943
6943
  }, "strip", z.ZodTypeAny, {
6944
- value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
6944
+ value: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
6945
6945
  __kind: "Token";
6946
6946
  }, {
6947
6947
  value: {
6948
- __kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
6948
+ __kind: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
6949
6949
  };
6950
6950
  __kind: "Token";
6951
6951
  }>, z.ZodObject<{
@@ -7031,7 +7031,7 @@ declare const palletCfEthereumIngressEgressDepositFailedReason: z.ZodDiscriminat
7031
7031
  } | {
7032
7032
  __kind: "TooManyConsumers";
7033
7033
  } | {
7034
- value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
7034
+ value: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
7035
7035
  __kind: "Token";
7036
7036
  } | {
7037
7037
  value: "Underflow" | "Overflow" | "DivisionByZero";
@@ -7070,7 +7070,7 @@ declare const palletCfEthereumIngressEgressDepositFailedReason: z.ZodDiscriminat
7070
7070
  __kind: "TooManyConsumers";
7071
7071
  } | {
7072
7072
  value: {
7073
- __kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
7073
+ __kind: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
7074
7074
  };
7075
7075
  __kind: "Token";
7076
7076
  } | {
@@ -7649,12 +7649,12 @@ declare const cfChainsChannelRefundParametersH160: z.ZodObject<{
7649
7649
  minPrice: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
7650
7650
  }, "strip", z.ZodTypeAny, {
7651
7651
  retryDuration: number;
7652
- refundAddress: `0x${string}`;
7653
7652
  minPrice: bigint;
7653
+ refundAddress: `0x${string}`;
7654
7654
  }, {
7655
7655
  retryDuration: number;
7656
- refundAddress: string;
7657
7656
  minPrice: string | number;
7657
+ refundAddress: string;
7658
7658
  }>;
7659
7659
  declare const palletCfEthereumIngressEgressVaultDepositWitnessEthereum: z.ZodObject<{
7660
7660
  inputAsset: z.ZodEffects<z.ZodObject<{
@@ -7679,11 +7679,11 @@ declare const palletCfEthereumIngressEgressVaultDepositWitnessEthereum: z.ZodObj
7679
7679
  outputAsset: z.ZodEffects<z.ZodObject<{
7680
7680
  __kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc", "HubDot", "HubUsdt", "HubUsdc"]>;
7681
7681
  }, "strip", z.ZodTypeAny, {
7682
- __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
7682
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
7683
7683
  }, {
7684
- __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
7685
- }>, "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc", {
7686
- __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
7684
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
7685
+ }>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc", {
7686
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
7687
7687
  }>;
7688
7688
  destinationAddress: z.ZodEffects<z.ZodObject<{
7689
7689
  __kind: z.ZodEnum<["Eth", "Dot", "Btc", "Arb", "Sol", "Hub"]>;
@@ -8009,12 +8009,12 @@ declare const palletCfEthereumIngressEgressVaultDepositWitnessEthereum: z.ZodObj
8009
8009
  minPrice: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
8010
8010
  }, "strip", z.ZodTypeAny, {
8011
8011
  retryDuration: number;
8012
- refundAddress: `0x${string}`;
8013
8012
  minPrice: bigint;
8013
+ refundAddress: `0x${string}`;
8014
8014
  }, {
8015
8015
  retryDuration: number;
8016
- refundAddress: string;
8017
8016
  minPrice: string | number;
8017
+ refundAddress: string;
8018
8018
  }>;
8019
8019
  dcaParams: z.ZodOptional<z.ZodNullable<z.ZodObject<{
8020
8020
  numberOfChunks: z.ZodNumber;
@@ -8028,12 +8028,13 @@ declare const palletCfEthereumIngressEgressVaultDepositWitnessEthereum: z.ZodObj
8028
8028
  }>>>;
8029
8029
  boostFee: z.ZodNumber;
8030
8030
  }, "strip", z.ZodTypeAny, {
8031
+ txId: `0x${string}`;
8031
8032
  depositDetails: {
8032
8033
  txHashes?: `0x${string}`[] | null | undefined;
8033
8034
  };
8034
8035
  inputAsset: "Eth" | "Flip" | "Usdc" | "Usdt";
8035
8036
  depositAmount: bigint;
8036
- outputAsset: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
8037
+ outputAsset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
8037
8038
  destinationAddress: {
8038
8039
  readonly chain: "Ethereum";
8039
8040
  readonly address: `0x${string}`;
@@ -8053,15 +8054,14 @@ declare const palletCfEthereumIngressEgressVaultDepositWitnessEthereum: z.ZodObj
8053
8054
  readonly chain: "Assethub";
8054
8055
  readonly address: string;
8055
8056
  };
8056
- txId: `0x${string}`;
8057
8057
  affiliateFees: {
8058
8058
  account: number;
8059
8059
  bps: number;
8060
8060
  }[];
8061
8061
  refundParams: {
8062
8062
  retryDuration: number;
8063
- refundAddress: `0x${string}`;
8064
8063
  minPrice: bigint;
8064
+ refundAddress: `0x${string}`;
8065
8065
  };
8066
8066
  boostFee: number;
8067
8067
  depositAddress?: `0x${string}` | null | undefined;
@@ -8121,6 +8121,7 @@ declare const palletCfEthereumIngressEgressVaultDepositWitnessEthereum: z.ZodObj
8121
8121
  chunkInterval: number;
8122
8122
  } | null | undefined;
8123
8123
  }, {
8124
+ txId: string;
8124
8125
  depositDetails: {
8125
8126
  txHashes?: string[] | null | undefined;
8126
8127
  };
@@ -8129,21 +8130,20 @@ declare const palletCfEthereumIngressEgressVaultDepositWitnessEthereum: z.ZodObj
8129
8130
  };
8130
8131
  depositAmount: string | number;
8131
8132
  outputAsset: {
8132
- __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
8133
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
8133
8134
  };
8134
8135
  destinationAddress: {
8135
8136
  value: string;
8136
8137
  __kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
8137
8138
  };
8138
- txId: string;
8139
8139
  affiliateFees: {
8140
8140
  account: number;
8141
8141
  bps: number;
8142
8142
  }[];
8143
8143
  refundParams: {
8144
8144
  retryDuration: number;
8145
- refundAddress: string;
8146
8145
  minPrice: string | number;
8146
+ refundAddress: string;
8147
8147
  };
8148
8148
  boostFee: number;
8149
8149
  depositAddress?: string | null | undefined;
@@ -8290,11 +8290,11 @@ declare const palletCfEthereumIngressEgressDepositFailedDetailsEthereum: z.ZodDi
8290
8290
  outputAsset: z.ZodEffects<z.ZodObject<{
8291
8291
  __kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc", "HubDot", "HubUsdt", "HubUsdc"]>;
8292
8292
  }, "strip", z.ZodTypeAny, {
8293
- __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
8293
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
8294
8294
  }, {
8295
- __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
8296
- }>, "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc", {
8297
- __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
8295
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
8296
+ }>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc", {
8297
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
8298
8298
  }>;
8299
8299
  destinationAddress: z.ZodEffects<z.ZodObject<{
8300
8300
  __kind: z.ZodEnum<["Eth", "Dot", "Btc", "Arb", "Sol", "Hub"]>;
@@ -8620,12 +8620,12 @@ declare const palletCfEthereumIngressEgressDepositFailedDetailsEthereum: z.ZodDi
8620
8620
  minPrice: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
8621
8621
  }, "strip", z.ZodTypeAny, {
8622
8622
  retryDuration: number;
8623
- refundAddress: `0x${string}`;
8624
8623
  minPrice: bigint;
8624
+ refundAddress: `0x${string}`;
8625
8625
  }, {
8626
8626
  retryDuration: number;
8627
- refundAddress: string;
8628
8627
  minPrice: string | number;
8628
+ refundAddress: string;
8629
8629
  }>;
8630
8630
  dcaParams: z.ZodOptional<z.ZodNullable<z.ZodObject<{
8631
8631
  numberOfChunks: z.ZodNumber;
@@ -8639,12 +8639,13 @@ declare const palletCfEthereumIngressEgressDepositFailedDetailsEthereum: z.ZodDi
8639
8639
  }>>>;
8640
8640
  boostFee: z.ZodNumber;
8641
8641
  }, "strip", z.ZodTypeAny, {
8642
+ txId: `0x${string}`;
8642
8643
  depositDetails: {
8643
8644
  txHashes?: `0x${string}`[] | null | undefined;
8644
8645
  };
8645
8646
  inputAsset: "Eth" | "Flip" | "Usdc" | "Usdt";
8646
8647
  depositAmount: bigint;
8647
- outputAsset: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
8648
+ outputAsset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
8648
8649
  destinationAddress: {
8649
8650
  readonly chain: "Ethereum";
8650
8651
  readonly address: `0x${string}`;
@@ -8664,15 +8665,14 @@ declare const palletCfEthereumIngressEgressDepositFailedDetailsEthereum: z.ZodDi
8664
8665
  readonly chain: "Assethub";
8665
8666
  readonly address: string;
8666
8667
  };
8667
- txId: `0x${string}`;
8668
8668
  affiliateFees: {
8669
8669
  account: number;
8670
8670
  bps: number;
8671
8671
  }[];
8672
8672
  refundParams: {
8673
8673
  retryDuration: number;
8674
- refundAddress: `0x${string}`;
8675
8674
  minPrice: bigint;
8675
+ refundAddress: `0x${string}`;
8676
8676
  };
8677
8677
  boostFee: number;
8678
8678
  depositAddress?: `0x${string}` | null | undefined;
@@ -8732,6 +8732,7 @@ declare const palletCfEthereumIngressEgressDepositFailedDetailsEthereum: z.ZodDi
8732
8732
  chunkInterval: number;
8733
8733
  } | null | undefined;
8734
8734
  }, {
8735
+ txId: string;
8735
8736
  depositDetails: {
8736
8737
  txHashes?: string[] | null | undefined;
8737
8738
  };
@@ -8740,21 +8741,20 @@ declare const palletCfEthereumIngressEgressDepositFailedDetailsEthereum: z.ZodDi
8740
8741
  };
8741
8742
  depositAmount: string | number;
8742
8743
  outputAsset: {
8743
- __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
8744
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
8744
8745
  };
8745
8746
  destinationAddress: {
8746
8747
  value: string;
8747
8748
  __kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
8748
8749
  };
8749
- txId: string;
8750
8750
  affiliateFees: {
8751
8751
  account: number;
8752
8752
  bps: number;
8753
8753
  }[];
8754
8754
  refundParams: {
8755
8755
  retryDuration: number;
8756
- refundAddress: string;
8757
8756
  minPrice: string | number;
8757
+ refundAddress: string;
8758
8758
  };
8759
8759
  boostFee: number;
8760
8760
  depositAddress?: string | null | undefined;
@@ -8819,12 +8819,13 @@ declare const palletCfEthereumIngressEgressDepositFailedDetailsEthereum: z.ZodDi
8819
8819
  }, "strip", z.ZodTypeAny, {
8820
8820
  __kind: "DepositFailedVaultVariantEthereum";
8821
8821
  vaultWitness: {
8822
+ txId: `0x${string}`;
8822
8823
  depositDetails: {
8823
8824
  txHashes?: `0x${string}`[] | null | undefined;
8824
8825
  };
8825
8826
  inputAsset: "Eth" | "Flip" | "Usdc" | "Usdt";
8826
8827
  depositAmount: bigint;
8827
- outputAsset: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
8828
+ outputAsset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
8828
8829
  destinationAddress: {
8829
8830
  readonly chain: "Ethereum";
8830
8831
  readonly address: `0x${string}`;
@@ -8844,15 +8845,14 @@ declare const palletCfEthereumIngressEgressDepositFailedDetailsEthereum: z.ZodDi
8844
8845
  readonly chain: "Assethub";
8845
8846
  readonly address: string;
8846
8847
  };
8847
- txId: `0x${string}`;
8848
8848
  affiliateFees: {
8849
8849
  account: number;
8850
8850
  bps: number;
8851
8851
  }[];
8852
8852
  refundParams: {
8853
8853
  retryDuration: number;
8854
- refundAddress: `0x${string}`;
8855
8854
  minPrice: bigint;
8855
+ refundAddress: `0x${string}`;
8856
8856
  };
8857
8857
  boostFee: number;
8858
8858
  depositAddress?: `0x${string}` | null | undefined;
@@ -8915,6 +8915,7 @@ declare const palletCfEthereumIngressEgressDepositFailedDetailsEthereum: z.ZodDi
8915
8915
  }, {
8916
8916
  __kind: "DepositFailedVaultVariantEthereum";
8917
8917
  vaultWitness: {
8918
+ txId: string;
8918
8919
  depositDetails: {
8919
8920
  txHashes?: string[] | null | undefined;
8920
8921
  };
@@ -8923,21 +8924,20 @@ declare const palletCfEthereumIngressEgressDepositFailedDetailsEthereum: z.ZodDi
8923
8924
  };
8924
8925
  depositAmount: string | number;
8925
8926
  outputAsset: {
8926
- __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
8927
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
8927
8928
  };
8928
8929
  destinationAddress: {
8929
8930
  value: string;
8930
8931
  __kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
8931
8932
  };
8932
- txId: string;
8933
8933
  affiliateFees: {
8934
8934
  account: number;
8935
8935
  bps: number;
8936
8936
  }[];
8937
8937
  refundParams: {
8938
8938
  retryDuration: number;
8939
- refundAddress: string;
8940
8939
  minPrice: string | number;
8940
+ refundAddress: string;
8941
8941
  };
8942
8942
  boostFee: number;
8943
8943
  depositAddress?: string | null | undefined;
@@ -9182,18 +9182,18 @@ declare const cfChainsAllBatchError: z.ZodDiscriminatedUnion<"__kind", [z.ZodObj
9182
9182
  value: z.ZodEffects<z.ZodObject<{
9183
9183
  __kind: z.ZodEnum<["FundsUnavailable", "OnlyProvider", "BelowMinimum", "CannotCreate", "UnknownAsset", "Frozen", "Unsupported", "CannotCreateHold", "NotExpendable", "Blocked"]>;
9184
9184
  }, "strip", z.ZodTypeAny, {
9185
- __kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
9185
+ __kind: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
9186
9186
  }, {
9187
- __kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
9188
- }>, "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked", {
9189
- __kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
9187
+ __kind: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
9188
+ }>, "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked", {
9189
+ __kind: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
9190
9190
  }>;
9191
9191
  }, "strip", z.ZodTypeAny, {
9192
- value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
9192
+ value: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
9193
9193
  __kind: "Token";
9194
9194
  }, {
9195
9195
  value: {
9196
- __kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
9196
+ __kind: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
9197
9197
  };
9198
9198
  __kind: "Token";
9199
9199
  }>, z.ZodObject<{
@@ -9279,7 +9279,7 @@ declare const cfChainsAllBatchError: z.ZodDiscriminatedUnion<"__kind", [z.ZodObj
9279
9279
  } | {
9280
9280
  __kind: "TooManyConsumers";
9281
9281
  } | {
9282
- value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
9282
+ value: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
9283
9283
  __kind: "Token";
9284
9284
  } | {
9285
9285
  value: "Underflow" | "Overflow" | "DivisionByZero";
@@ -9318,7 +9318,7 @@ declare const cfChainsAllBatchError: z.ZodDiscriminatedUnion<"__kind", [z.ZodObj
9318
9318
  __kind: "TooManyConsumers";
9319
9319
  } | {
9320
9320
  value: {
9321
- __kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
9321
+ __kind: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
9322
9322
  };
9323
9323
  __kind: "Token";
9324
9324
  } | {
@@ -9396,7 +9396,7 @@ declare const cfChainsAllBatchError: z.ZodDiscriminatedUnion<"__kind", [z.ZodObj
9396
9396
  } | {
9397
9397
  __kind: "TooManyConsumers";
9398
9398
  } | {
9399
- value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
9399
+ value: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
9400
9400
  __kind: "Token";
9401
9401
  } | {
9402
9402
  value: "Underflow" | "Overflow" | "DivisionByZero";
@@ -9467,7 +9467,7 @@ declare const cfChainsAllBatchError: z.ZodDiscriminatedUnion<"__kind", [z.ZodObj
9467
9467
  __kind: "TooManyConsumers";
9468
9468
  } | {
9469
9469
  value: {
9470
- __kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
9470
+ __kind: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
9471
9471
  };
9472
9472
  __kind: "Token";
9473
9473
  } | {
@@ -9563,18 +9563,18 @@ declare const cfChainsAllBatchError: z.ZodDiscriminatedUnion<"__kind", [z.ZodObj
9563
9563
  value: z.ZodEffects<z.ZodObject<{
9564
9564
  __kind: z.ZodEnum<["FundsUnavailable", "OnlyProvider", "BelowMinimum", "CannotCreate", "UnknownAsset", "Frozen", "Unsupported", "CannotCreateHold", "NotExpendable", "Blocked"]>;
9565
9565
  }, "strip", z.ZodTypeAny, {
9566
- __kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
9566
+ __kind: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
9567
9567
  }, {
9568
- __kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
9569
- }>, "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked", {
9570
- __kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
9568
+ __kind: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
9569
+ }>, "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked", {
9570
+ __kind: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
9571
9571
  }>;
9572
9572
  }, "strip", z.ZodTypeAny, {
9573
- value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
9573
+ value: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
9574
9574
  __kind: "Token";
9575
9575
  }, {
9576
9576
  value: {
9577
- __kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
9577
+ __kind: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
9578
9578
  };
9579
9579
  __kind: "Token";
9580
9580
  }>, z.ZodObject<{
@@ -9660,7 +9660,7 @@ declare const cfChainsAllBatchError: z.ZodDiscriminatedUnion<"__kind", [z.ZodObj
9660
9660
  } | {
9661
9661
  __kind: "TooManyConsumers";
9662
9662
  } | {
9663
- value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
9663
+ value: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
9664
9664
  __kind: "Token";
9665
9665
  } | {
9666
9666
  value: "Underflow" | "Overflow" | "DivisionByZero";
@@ -9699,7 +9699,7 @@ declare const cfChainsAllBatchError: z.ZodDiscriminatedUnion<"__kind", [z.ZodObj
9699
9699
  __kind: "TooManyConsumers";
9700
9700
  } | {
9701
9701
  value: {
9702
- __kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
9702
+ __kind: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
9703
9703
  };
9704
9704
  __kind: "Token";
9705
9705
  } | {
@@ -9898,18 +9898,18 @@ declare const palletCfPolkadotIngressEgressDepositFailedReason: z.ZodDiscriminat
9898
9898
  value: z.ZodEffects<z.ZodObject<{
9899
9899
  __kind: z.ZodEnum<["FundsUnavailable", "OnlyProvider", "BelowMinimum", "CannotCreate", "UnknownAsset", "Frozen", "Unsupported", "CannotCreateHold", "NotExpendable", "Blocked"]>;
9900
9900
  }, "strip", z.ZodTypeAny, {
9901
- __kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
9901
+ __kind: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
9902
9902
  }, {
9903
- __kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
9904
- }>, "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked", {
9905
- __kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
9903
+ __kind: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
9904
+ }>, "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked", {
9905
+ __kind: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
9906
9906
  }>;
9907
9907
  }, "strip", z.ZodTypeAny, {
9908
- value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
9908
+ value: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
9909
9909
  __kind: "Token";
9910
9910
  }, {
9911
9911
  value: {
9912
- __kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
9912
+ __kind: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
9913
9913
  };
9914
9914
  __kind: "Token";
9915
9915
  }>, z.ZodObject<{
@@ -9995,7 +9995,7 @@ declare const palletCfPolkadotIngressEgressDepositFailedReason: z.ZodDiscriminat
9995
9995
  } | {
9996
9996
  __kind: "TooManyConsumers";
9997
9997
  } | {
9998
- value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
9998
+ value: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
9999
9999
  __kind: "Token";
10000
10000
  } | {
10001
10001
  value: "Underflow" | "Overflow" | "DivisionByZero";
@@ -10034,7 +10034,7 @@ declare const palletCfPolkadotIngressEgressDepositFailedReason: z.ZodDiscriminat
10034
10034
  __kind: "TooManyConsumers";
10035
10035
  } | {
10036
10036
  value: {
10037
- __kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
10037
+ __kind: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
10038
10038
  };
10039
10039
  __kind: "Token";
10040
10040
  } | {
@@ -10365,12 +10365,12 @@ declare const cfChainsChannelRefundParametersPolkadotAccountId: z.ZodObject<{
10365
10365
  minPrice: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
10366
10366
  }, "strip", z.ZodTypeAny, {
10367
10367
  retryDuration: number;
10368
- refundAddress: `0x${string}`;
10369
10368
  minPrice: bigint;
10369
+ refundAddress: `0x${string}`;
10370
10370
  }, {
10371
10371
  retryDuration: number;
10372
- refundAddress: string;
10373
10372
  minPrice: string | number;
10373
+ refundAddress: string;
10374
10374
  }>;
10375
10375
  declare const palletCfPolkadotIngressEgressVaultDepositWitnessPolkadot: z.ZodObject<{
10376
10376
  inputAsset: z.ZodEffects<z.ZodObject<{
@@ -10389,11 +10389,11 @@ declare const palletCfPolkadotIngressEgressVaultDepositWitnessPolkadot: z.ZodObj
10389
10389
  outputAsset: z.ZodEffects<z.ZodObject<{
10390
10390
  __kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc", "HubDot", "HubUsdt", "HubUsdc"]>;
10391
10391
  }, "strip", z.ZodTypeAny, {
10392
- __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
10392
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
10393
10393
  }, {
10394
- __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
10395
- }>, "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc", {
10396
- __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
10394
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
10395
+ }>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc", {
10396
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
10397
10397
  }>;
10398
10398
  destinationAddress: z.ZodEffects<z.ZodObject<{
10399
10399
  __kind: z.ZodEnum<["Eth", "Dot", "Btc", "Arb", "Sol", "Hub"]>;
@@ -10728,12 +10728,12 @@ declare const palletCfPolkadotIngressEgressVaultDepositWitnessPolkadot: z.ZodObj
10728
10728
  minPrice: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
10729
10729
  }, "strip", z.ZodTypeAny, {
10730
10730
  retryDuration: number;
10731
- refundAddress: `0x${string}`;
10732
10731
  minPrice: bigint;
10732
+ refundAddress: `0x${string}`;
10733
10733
  }, {
10734
10734
  retryDuration: number;
10735
- refundAddress: string;
10736
10735
  minPrice: string | number;
10736
+ refundAddress: string;
10737
10737
  }>;
10738
10738
  dcaParams: z.ZodOptional<z.ZodNullable<z.ZodObject<{
10739
10739
  numberOfChunks: z.ZodNumber;
@@ -10747,10 +10747,14 @@ declare const palletCfPolkadotIngressEgressVaultDepositWitnessPolkadot: z.ZodObj
10747
10747
  }>>>;
10748
10748
  boostFee: z.ZodNumber;
10749
10749
  }, "strip", z.ZodTypeAny, {
10750
+ txId: {
10751
+ blockNumber: number;
10752
+ extrinsicIndex: number;
10753
+ };
10750
10754
  depositDetails: number;
10751
10755
  inputAsset: "Dot";
10752
10756
  depositAmount: bigint;
10753
- outputAsset: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
10757
+ outputAsset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
10754
10758
  destinationAddress: {
10755
10759
  readonly chain: "Ethereum";
10756
10760
  readonly address: `0x${string}`;
@@ -10770,18 +10774,14 @@ declare const palletCfPolkadotIngressEgressVaultDepositWitnessPolkadot: z.ZodObj
10770
10774
  readonly chain: "Assethub";
10771
10775
  readonly address: string;
10772
10776
  };
10773
- txId: {
10774
- blockNumber: number;
10775
- extrinsicIndex: number;
10776
- };
10777
10777
  affiliateFees: {
10778
10778
  account: number;
10779
10779
  bps: number;
10780
10780
  }[];
10781
10781
  refundParams: {
10782
10782
  retryDuration: number;
10783
- refundAddress: `0x${string}`;
10784
10783
  minPrice: bigint;
10784
+ refundAddress: `0x${string}`;
10785
10785
  };
10786
10786
  boostFee: number;
10787
10787
  depositAddress?: `0x${string}` | null | undefined;
@@ -10841,30 +10841,30 @@ declare const palletCfPolkadotIngressEgressVaultDepositWitnessPolkadot: z.ZodObj
10841
10841
  chunkInterval: number;
10842
10842
  } | null | undefined;
10843
10843
  }, {
10844
+ txId: {
10845
+ blockNumber: number;
10846
+ extrinsicIndex: number;
10847
+ };
10844
10848
  depositDetails: number;
10845
10849
  inputAsset: {
10846
10850
  __kind: "Dot";
10847
10851
  };
10848
10852
  depositAmount: string | number;
10849
10853
  outputAsset: {
10850
- __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
10854
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
10851
10855
  };
10852
10856
  destinationAddress: {
10853
10857
  value: string;
10854
10858
  __kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
10855
10859
  };
10856
- txId: {
10857
- blockNumber: number;
10858
- extrinsicIndex: number;
10859
- };
10860
10860
  affiliateFees: {
10861
10861
  account: number;
10862
10862
  bps: number;
10863
10863
  }[];
10864
10864
  refundParams: {
10865
10865
  retryDuration: number;
10866
- refundAddress: string;
10867
10866
  minPrice: string | number;
10867
+ refundAddress: string;
10868
10868
  };
10869
10869
  boostFee: number;
10870
10870
  depositAddress?: string | null | undefined;
@@ -10991,11 +10991,11 @@ declare const palletCfPolkadotIngressEgressDepositFailedDetailsPolkadot: z.ZodDi
10991
10991
  outputAsset: z.ZodEffects<z.ZodObject<{
10992
10992
  __kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc", "HubDot", "HubUsdt", "HubUsdc"]>;
10993
10993
  }, "strip", z.ZodTypeAny, {
10994
- __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
10994
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
10995
10995
  }, {
10996
- __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
10997
- }>, "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc", {
10998
- __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
10996
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
10997
+ }>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc", {
10998
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
10999
10999
  }>;
11000
11000
  destinationAddress: z.ZodEffects<z.ZodObject<{
11001
11001
  __kind: z.ZodEnum<["Eth", "Dot", "Btc", "Arb", "Sol", "Hub"]>;
@@ -11330,12 +11330,12 @@ declare const palletCfPolkadotIngressEgressDepositFailedDetailsPolkadot: z.ZodDi
11330
11330
  minPrice: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
11331
11331
  }, "strip", z.ZodTypeAny, {
11332
11332
  retryDuration: number;
11333
- refundAddress: `0x${string}`;
11334
11333
  minPrice: bigint;
11334
+ refundAddress: `0x${string}`;
11335
11335
  }, {
11336
11336
  retryDuration: number;
11337
- refundAddress: string;
11338
11337
  minPrice: string | number;
11338
+ refundAddress: string;
11339
11339
  }>;
11340
11340
  dcaParams: z.ZodOptional<z.ZodNullable<z.ZodObject<{
11341
11341
  numberOfChunks: z.ZodNumber;
@@ -11349,10 +11349,14 @@ declare const palletCfPolkadotIngressEgressDepositFailedDetailsPolkadot: z.ZodDi
11349
11349
  }>>>;
11350
11350
  boostFee: z.ZodNumber;
11351
11351
  }, "strip", z.ZodTypeAny, {
11352
+ txId: {
11353
+ blockNumber: number;
11354
+ extrinsicIndex: number;
11355
+ };
11352
11356
  depositDetails: number;
11353
11357
  inputAsset: "Dot";
11354
11358
  depositAmount: bigint;
11355
- outputAsset: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
11359
+ outputAsset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
11356
11360
  destinationAddress: {
11357
11361
  readonly chain: "Ethereum";
11358
11362
  readonly address: `0x${string}`;
@@ -11372,18 +11376,14 @@ declare const palletCfPolkadotIngressEgressDepositFailedDetailsPolkadot: z.ZodDi
11372
11376
  readonly chain: "Assethub";
11373
11377
  readonly address: string;
11374
11378
  };
11375
- txId: {
11376
- blockNumber: number;
11377
- extrinsicIndex: number;
11378
- };
11379
11379
  affiliateFees: {
11380
11380
  account: number;
11381
11381
  bps: number;
11382
11382
  }[];
11383
11383
  refundParams: {
11384
11384
  retryDuration: number;
11385
- refundAddress: `0x${string}`;
11386
11385
  minPrice: bigint;
11386
+ refundAddress: `0x${string}`;
11387
11387
  };
11388
11388
  boostFee: number;
11389
11389
  depositAddress?: `0x${string}` | null | undefined;
@@ -11443,30 +11443,30 @@ declare const palletCfPolkadotIngressEgressDepositFailedDetailsPolkadot: z.ZodDi
11443
11443
  chunkInterval: number;
11444
11444
  } | null | undefined;
11445
11445
  }, {
11446
+ txId: {
11447
+ blockNumber: number;
11448
+ extrinsicIndex: number;
11449
+ };
11446
11450
  depositDetails: number;
11447
11451
  inputAsset: {
11448
11452
  __kind: "Dot";
11449
11453
  };
11450
11454
  depositAmount: string | number;
11451
11455
  outputAsset: {
11452
- __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
11456
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
11453
11457
  };
11454
11458
  destinationAddress: {
11455
11459
  value: string;
11456
11460
  __kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
11457
11461
  };
11458
- txId: {
11459
- blockNumber: number;
11460
- extrinsicIndex: number;
11461
- };
11462
11462
  affiliateFees: {
11463
11463
  account: number;
11464
11464
  bps: number;
11465
11465
  }[];
11466
11466
  refundParams: {
11467
11467
  retryDuration: number;
11468
- refundAddress: string;
11469
11468
  minPrice: string | number;
11469
+ refundAddress: string;
11470
11470
  };
11471
11471
  boostFee: number;
11472
11472
  depositAddress?: string | null | undefined;
@@ -11531,10 +11531,14 @@ declare const palletCfPolkadotIngressEgressDepositFailedDetailsPolkadot: z.ZodDi
11531
11531
  }, "strip", z.ZodTypeAny, {
11532
11532
  __kind: "DepositFailedVaultVariantPolkadot";
11533
11533
  vaultWitness: {
11534
+ txId: {
11535
+ blockNumber: number;
11536
+ extrinsicIndex: number;
11537
+ };
11534
11538
  depositDetails: number;
11535
11539
  inputAsset: "Dot";
11536
11540
  depositAmount: bigint;
11537
- outputAsset: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
11541
+ outputAsset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
11538
11542
  destinationAddress: {
11539
11543
  readonly chain: "Ethereum";
11540
11544
  readonly address: `0x${string}`;
@@ -11554,18 +11558,14 @@ declare const palletCfPolkadotIngressEgressDepositFailedDetailsPolkadot: z.ZodDi
11554
11558
  readonly chain: "Assethub";
11555
11559
  readonly address: string;
11556
11560
  };
11557
- txId: {
11558
- blockNumber: number;
11559
- extrinsicIndex: number;
11560
- };
11561
11561
  affiliateFees: {
11562
11562
  account: number;
11563
11563
  bps: number;
11564
11564
  }[];
11565
11565
  refundParams: {
11566
11566
  retryDuration: number;
11567
- refundAddress: `0x${string}`;
11568
11567
  minPrice: bigint;
11568
+ refundAddress: `0x${string}`;
11569
11569
  };
11570
11570
  boostFee: number;
11571
11571
  depositAddress?: `0x${string}` | null | undefined;
@@ -11628,30 +11628,30 @@ declare const palletCfPolkadotIngressEgressDepositFailedDetailsPolkadot: z.ZodDi
11628
11628
  }, {
11629
11629
  __kind: "DepositFailedVaultVariantPolkadot";
11630
11630
  vaultWitness: {
11631
+ txId: {
11632
+ blockNumber: number;
11633
+ extrinsicIndex: number;
11634
+ };
11631
11635
  depositDetails: number;
11632
11636
  inputAsset: {
11633
11637
  __kind: "Dot";
11634
11638
  };
11635
11639
  depositAmount: string | number;
11636
11640
  outputAsset: {
11637
- __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
11641
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
11638
11642
  };
11639
11643
  destinationAddress: {
11640
11644
  value: string;
11641
11645
  __kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
11642
11646
  };
11643
- txId: {
11644
- blockNumber: number;
11645
- extrinsicIndex: number;
11646
- };
11647
11647
  affiliateFees: {
11648
11648
  account: number;
11649
11649
  bps: number;
11650
11650
  }[];
11651
11651
  refundParams: {
11652
11652
  retryDuration: number;
11653
- refundAddress: string;
11654
11653
  minPrice: string | number;
11654
+ refundAddress: string;
11655
11655
  };
11656
11656
  boostFee: number;
11657
11657
  depositAddress?: string | null | undefined;
@@ -11880,18 +11880,18 @@ declare const palletCfBitcoinIngressEgressDepositFailedReason: z.ZodDiscriminate
11880
11880
  value: z.ZodEffects<z.ZodObject<{
11881
11881
  __kind: z.ZodEnum<["FundsUnavailable", "OnlyProvider", "BelowMinimum", "CannotCreate", "UnknownAsset", "Frozen", "Unsupported", "CannotCreateHold", "NotExpendable", "Blocked"]>;
11882
11882
  }, "strip", z.ZodTypeAny, {
11883
- __kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
11883
+ __kind: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
11884
11884
  }, {
11885
- __kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
11886
- }>, "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked", {
11887
- __kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
11885
+ __kind: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
11886
+ }>, "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked", {
11887
+ __kind: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
11888
11888
  }>;
11889
11889
  }, "strip", z.ZodTypeAny, {
11890
- value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
11890
+ value: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
11891
11891
  __kind: "Token";
11892
11892
  }, {
11893
11893
  value: {
11894
- __kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
11894
+ __kind: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
11895
11895
  };
11896
11896
  __kind: "Token";
11897
11897
  }>, z.ZodObject<{
@@ -11977,7 +11977,7 @@ declare const palletCfBitcoinIngressEgressDepositFailedReason: z.ZodDiscriminate
11977
11977
  } | {
11978
11978
  __kind: "TooManyConsumers";
11979
11979
  } | {
11980
- value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
11980
+ value: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
11981
11981
  __kind: "Token";
11982
11982
  } | {
11983
11983
  value: "Underflow" | "Overflow" | "DivisionByZero";
@@ -12016,7 +12016,7 @@ declare const palletCfBitcoinIngressEgressDepositFailedReason: z.ZodDiscriminate
12016
12016
  __kind: "TooManyConsumers";
12017
12017
  } | {
12018
12018
  value: {
12019
- __kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
12019
+ __kind: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
12020
12020
  };
12021
12021
  __kind: "Token";
12022
12022
  } | {
@@ -12816,6 +12816,7 @@ declare const cfChainsChannelRefundParametersScriptPubkey: z.ZodObject<{
12816
12816
  minPrice: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
12817
12817
  }, "strip", z.ZodTypeAny, {
12818
12818
  retryDuration: number;
12819
+ minPrice: bigint;
12819
12820
  refundAddress: {
12820
12821
  value: `0x${string}`;
12821
12822
  __kind: "P2PKH";
@@ -12836,9 +12837,9 @@ declare const cfChainsChannelRefundParametersScriptPubkey: z.ZodObject<{
12836
12837
  version: number;
12837
12838
  program: `0x${string}`;
12838
12839
  };
12839
- minPrice: bigint;
12840
12840
  }, {
12841
12841
  retryDuration: number;
12842
+ minPrice: string | number;
12842
12843
  refundAddress: {
12843
12844
  value: string;
12844
12845
  __kind: "P2PKH";
@@ -12859,7 +12860,6 @@ declare const cfChainsChannelRefundParametersScriptPubkey: z.ZodObject<{
12859
12860
  version: number;
12860
12861
  program: string;
12861
12862
  };
12862
- minPrice: string | number;
12863
12863
  }>;
12864
12864
  declare const palletCfBitcoinIngressEgressVaultDepositWitnessBitcoin: z.ZodObject<{
12865
12865
  inputAsset: z.ZodEffects<z.ZodObject<{
@@ -13030,11 +13030,11 @@ declare const palletCfBitcoinIngressEgressVaultDepositWitnessBitcoin: z.ZodObjec
13030
13030
  outputAsset: z.ZodEffects<z.ZodObject<{
13031
13031
  __kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc", "HubDot", "HubUsdt", "HubUsdc"]>;
13032
13032
  }, "strip", z.ZodTypeAny, {
13033
- __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
13033
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
13034
13034
  }, {
13035
- __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
13036
- }>, "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc", {
13037
- __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
13035
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
13036
+ }>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc", {
13037
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
13038
13038
  }>;
13039
13039
  destinationAddress: z.ZodEffects<z.ZodObject<{
13040
13040
  __kind: z.ZodEnum<["Eth", "Dot", "Btc", "Arb", "Sol", "Hub"]>;
@@ -13417,6 +13417,7 @@ declare const palletCfBitcoinIngressEgressVaultDepositWitnessBitcoin: z.ZodObjec
13417
13417
  minPrice: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
13418
13418
  }, "strip", z.ZodTypeAny, {
13419
13419
  retryDuration: number;
13420
+ minPrice: bigint;
13420
13421
  refundAddress: {
13421
13422
  value: `0x${string}`;
13422
13423
  __kind: "P2PKH";
@@ -13437,9 +13438,9 @@ declare const palletCfBitcoinIngressEgressVaultDepositWitnessBitcoin: z.ZodObjec
13437
13438
  version: number;
13438
13439
  program: `0x${string}`;
13439
13440
  };
13440
- minPrice: bigint;
13441
13441
  }, {
13442
13442
  retryDuration: number;
13443
+ minPrice: string | number;
13443
13444
  refundAddress: {
13444
13445
  value: string;
13445
13446
  __kind: "P2PKH";
@@ -13460,7 +13461,6 @@ declare const palletCfBitcoinIngressEgressVaultDepositWitnessBitcoin: z.ZodObjec
13460
13461
  version: number;
13461
13462
  program: string;
13462
13463
  };
13463
- minPrice: string | number;
13464
13464
  }>;
13465
13465
  dcaParams: z.ZodOptional<z.ZodNullable<z.ZodObject<{
13466
13466
  numberOfChunks: z.ZodNumber;
@@ -13474,6 +13474,7 @@ declare const palletCfBitcoinIngressEgressVaultDepositWitnessBitcoin: z.ZodObjec
13474
13474
  }>>>;
13475
13475
  boostFee: z.ZodNumber;
13476
13476
  }, "strip", z.ZodTypeAny, {
13477
+ txId: `0x${string}`;
13477
13478
  depositDetails: {
13478
13479
  depositAddress: {
13479
13480
  pubkeyX: `0x${string}`;
@@ -13494,7 +13495,7 @@ declare const palletCfBitcoinIngressEgressVaultDepositWitnessBitcoin: z.ZodObjec
13494
13495
  };
13495
13496
  inputAsset: "Btc";
13496
13497
  depositAmount: bigint;
13497
- outputAsset: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
13498
+ outputAsset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
13498
13499
  destinationAddress: {
13499
13500
  readonly chain: "Ethereum";
13500
13501
  readonly address: `0x${string}`;
@@ -13514,13 +13515,13 @@ declare const palletCfBitcoinIngressEgressVaultDepositWitnessBitcoin: z.ZodObjec
13514
13515
  readonly chain: "Assethub";
13515
13516
  readonly address: string;
13516
13517
  };
13517
- txId: `0x${string}`;
13518
13518
  affiliateFees: {
13519
13519
  account: number;
13520
13520
  bps: number;
13521
13521
  }[];
13522
13522
  refundParams: {
13523
13523
  retryDuration: number;
13524
+ minPrice: bigint;
13524
13525
  refundAddress: {
13525
13526
  value: `0x${string}`;
13526
13527
  __kind: "P2PKH";
@@ -13541,7 +13542,6 @@ declare const palletCfBitcoinIngressEgressVaultDepositWitnessBitcoin: z.ZodObjec
13541
13542
  version: number;
13542
13543
  program: `0x${string}`;
13543
13544
  };
13544
- minPrice: bigint;
13545
13545
  };
13546
13546
  boostFee: number;
13547
13547
  depositAddress?: {
@@ -13620,6 +13620,7 @@ declare const palletCfBitcoinIngressEgressVaultDepositWitnessBitcoin: z.ZodObjec
13620
13620
  chunkInterval: number;
13621
13621
  } | null | undefined;
13622
13622
  }, {
13623
+ txId: string;
13623
13624
  depositDetails: {
13624
13625
  depositAddress: {
13625
13626
  pubkeyX: string;
@@ -13643,19 +13644,19 @@ declare const palletCfBitcoinIngressEgressVaultDepositWitnessBitcoin: z.ZodObjec
13643
13644
  };
13644
13645
  depositAmount: string | number;
13645
13646
  outputAsset: {
13646
- __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
13647
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
13647
13648
  };
13648
13649
  destinationAddress: {
13649
13650
  value: string;
13650
13651
  __kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
13651
13652
  };
13652
- txId: string;
13653
13653
  affiliateFees: {
13654
13654
  account: number;
13655
13655
  bps: number;
13656
13656
  }[];
13657
13657
  refundParams: {
13658
13658
  retryDuration: number;
13659
+ minPrice: string | number;
13659
13660
  refundAddress: {
13660
13661
  value: string;
13661
13662
  __kind: "P2PKH";
@@ -13676,7 +13677,6 @@ declare const palletCfBitcoinIngressEgressVaultDepositWitnessBitcoin: z.ZodObjec
13676
13677
  version: number;
13677
13678
  program: string;
13678
13679
  };
13679
- minPrice: string | number;
13680
13680
  };
13681
13681
  boostFee: number;
13682
13682
  depositAddress?: {
@@ -14270,11 +14270,11 @@ declare const palletCfBitcoinIngressEgressDepositFailedDetailsBitcoin: z.ZodDisc
14270
14270
  outputAsset: z.ZodEffects<z.ZodObject<{
14271
14271
  __kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc", "HubDot", "HubUsdt", "HubUsdc"]>;
14272
14272
  }, "strip", z.ZodTypeAny, {
14273
- __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
14273
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
14274
14274
  }, {
14275
- __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
14276
- }>, "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc", {
14277
- __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
14275
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
14276
+ }>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc", {
14277
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
14278
14278
  }>;
14279
14279
  destinationAddress: z.ZodEffects<z.ZodObject<{
14280
14280
  __kind: z.ZodEnum<["Eth", "Dot", "Btc", "Arb", "Sol", "Hub"]>;
@@ -14657,6 +14657,7 @@ declare const palletCfBitcoinIngressEgressDepositFailedDetailsBitcoin: z.ZodDisc
14657
14657
  minPrice: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
14658
14658
  }, "strip", z.ZodTypeAny, {
14659
14659
  retryDuration: number;
14660
+ minPrice: bigint;
14660
14661
  refundAddress: {
14661
14662
  value: `0x${string}`;
14662
14663
  __kind: "P2PKH";
@@ -14677,9 +14678,9 @@ declare const palletCfBitcoinIngressEgressDepositFailedDetailsBitcoin: z.ZodDisc
14677
14678
  version: number;
14678
14679
  program: `0x${string}`;
14679
14680
  };
14680
- minPrice: bigint;
14681
14681
  }, {
14682
14682
  retryDuration: number;
14683
+ minPrice: string | number;
14683
14684
  refundAddress: {
14684
14685
  value: string;
14685
14686
  __kind: "P2PKH";
@@ -14700,7 +14701,6 @@ declare const palletCfBitcoinIngressEgressDepositFailedDetailsBitcoin: z.ZodDisc
14700
14701
  version: number;
14701
14702
  program: string;
14702
14703
  };
14703
- minPrice: string | number;
14704
14704
  }>;
14705
14705
  dcaParams: z.ZodOptional<z.ZodNullable<z.ZodObject<{
14706
14706
  numberOfChunks: z.ZodNumber;
@@ -14714,6 +14714,7 @@ declare const palletCfBitcoinIngressEgressDepositFailedDetailsBitcoin: z.ZodDisc
14714
14714
  }>>>;
14715
14715
  boostFee: z.ZodNumber;
14716
14716
  }, "strip", z.ZodTypeAny, {
14717
+ txId: `0x${string}`;
14717
14718
  depositDetails: {
14718
14719
  depositAddress: {
14719
14720
  pubkeyX: `0x${string}`;
@@ -14734,7 +14735,7 @@ declare const palletCfBitcoinIngressEgressDepositFailedDetailsBitcoin: z.ZodDisc
14734
14735
  };
14735
14736
  inputAsset: "Btc";
14736
14737
  depositAmount: bigint;
14737
- outputAsset: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
14738
+ outputAsset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
14738
14739
  destinationAddress: {
14739
14740
  readonly chain: "Ethereum";
14740
14741
  readonly address: `0x${string}`;
@@ -14754,13 +14755,13 @@ declare const palletCfBitcoinIngressEgressDepositFailedDetailsBitcoin: z.ZodDisc
14754
14755
  readonly chain: "Assethub";
14755
14756
  readonly address: string;
14756
14757
  };
14757
- txId: `0x${string}`;
14758
14758
  affiliateFees: {
14759
14759
  account: number;
14760
14760
  bps: number;
14761
14761
  }[];
14762
14762
  refundParams: {
14763
14763
  retryDuration: number;
14764
+ minPrice: bigint;
14764
14765
  refundAddress: {
14765
14766
  value: `0x${string}`;
14766
14767
  __kind: "P2PKH";
@@ -14781,7 +14782,6 @@ declare const palletCfBitcoinIngressEgressDepositFailedDetailsBitcoin: z.ZodDisc
14781
14782
  version: number;
14782
14783
  program: `0x${string}`;
14783
14784
  };
14784
- minPrice: bigint;
14785
14785
  };
14786
14786
  boostFee: number;
14787
14787
  depositAddress?: {
@@ -14860,6 +14860,7 @@ declare const palletCfBitcoinIngressEgressDepositFailedDetailsBitcoin: z.ZodDisc
14860
14860
  chunkInterval: number;
14861
14861
  } | null | undefined;
14862
14862
  }, {
14863
+ txId: string;
14863
14864
  depositDetails: {
14864
14865
  depositAddress: {
14865
14866
  pubkeyX: string;
@@ -14883,19 +14884,19 @@ declare const palletCfBitcoinIngressEgressDepositFailedDetailsBitcoin: z.ZodDisc
14883
14884
  };
14884
14885
  depositAmount: string | number;
14885
14886
  outputAsset: {
14886
- __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
14887
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
14887
14888
  };
14888
14889
  destinationAddress: {
14889
14890
  value: string;
14890
14891
  __kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
14891
14892
  };
14892
- txId: string;
14893
14893
  affiliateFees: {
14894
14894
  account: number;
14895
14895
  bps: number;
14896
14896
  }[];
14897
14897
  refundParams: {
14898
14898
  retryDuration: number;
14899
+ minPrice: string | number;
14899
14900
  refundAddress: {
14900
14901
  value: string;
14901
14902
  __kind: "P2PKH";
@@ -14916,7 +14917,6 @@ declare const palletCfBitcoinIngressEgressDepositFailedDetailsBitcoin: z.ZodDisc
14916
14917
  version: number;
14917
14918
  program: string;
14918
14919
  };
14919
- minPrice: string | number;
14920
14920
  };
14921
14921
  boostFee: number;
14922
14922
  depositAddress?: {
@@ -15000,6 +15000,7 @@ declare const palletCfBitcoinIngressEgressDepositFailedDetailsBitcoin: z.ZodDisc
15000
15000
  }, "strip", z.ZodTypeAny, {
15001
15001
  __kind: "DepositFailedVaultVariantBitcoin";
15002
15002
  vaultWitness: {
15003
+ txId: `0x${string}`;
15003
15004
  depositDetails: {
15004
15005
  depositAddress: {
15005
15006
  pubkeyX: `0x${string}`;
@@ -15020,7 +15021,7 @@ declare const palletCfBitcoinIngressEgressDepositFailedDetailsBitcoin: z.ZodDisc
15020
15021
  };
15021
15022
  inputAsset: "Btc";
15022
15023
  depositAmount: bigint;
15023
- outputAsset: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
15024
+ outputAsset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
15024
15025
  destinationAddress: {
15025
15026
  readonly chain: "Ethereum";
15026
15027
  readonly address: `0x${string}`;
@@ -15040,13 +15041,13 @@ declare const palletCfBitcoinIngressEgressDepositFailedDetailsBitcoin: z.ZodDisc
15040
15041
  readonly chain: "Assethub";
15041
15042
  readonly address: string;
15042
15043
  };
15043
- txId: `0x${string}`;
15044
15044
  affiliateFees: {
15045
15045
  account: number;
15046
15046
  bps: number;
15047
15047
  }[];
15048
15048
  refundParams: {
15049
15049
  retryDuration: number;
15050
+ minPrice: bigint;
15050
15051
  refundAddress: {
15051
15052
  value: `0x${string}`;
15052
15053
  __kind: "P2PKH";
@@ -15067,7 +15068,6 @@ declare const palletCfBitcoinIngressEgressDepositFailedDetailsBitcoin: z.ZodDisc
15067
15068
  version: number;
15068
15069
  program: `0x${string}`;
15069
15070
  };
15070
- minPrice: bigint;
15071
15071
  };
15072
15072
  boostFee: number;
15073
15073
  depositAddress?: {
@@ -15149,6 +15149,7 @@ declare const palletCfBitcoinIngressEgressDepositFailedDetailsBitcoin: z.ZodDisc
15149
15149
  }, {
15150
15150
  __kind: "DepositFailedVaultVariantBitcoin";
15151
15151
  vaultWitness: {
15152
+ txId: string;
15152
15153
  depositDetails: {
15153
15154
  depositAddress: {
15154
15155
  pubkeyX: string;
@@ -15172,19 +15173,19 @@ declare const palletCfBitcoinIngressEgressDepositFailedDetailsBitcoin: z.ZodDisc
15172
15173
  };
15173
15174
  depositAmount: string | number;
15174
15175
  outputAsset: {
15175
- __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
15176
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
15176
15177
  };
15177
15178
  destinationAddress: {
15178
15179
  value: string;
15179
15180
  __kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
15180
15181
  };
15181
- txId: string;
15182
15182
  affiliateFees: {
15183
15183
  account: number;
15184
15184
  bps: number;
15185
15185
  }[];
15186
15186
  refundParams: {
15187
15187
  retryDuration: number;
15188
+ minPrice: string | number;
15188
15189
  refundAddress: {
15189
15190
  value: string;
15190
15191
  __kind: "P2PKH";
@@ -15205,7 +15206,6 @@ declare const palletCfBitcoinIngressEgressDepositFailedDetailsBitcoin: z.ZodDisc
15205
15206
  version: number;
15206
15207
  program: string;
15207
15208
  };
15208
- minPrice: string | number;
15209
15209
  };
15210
15210
  boostFee: number;
15211
15211
  depositAddress?: {
@@ -15453,18 +15453,18 @@ declare const palletCfArbitrumIngressEgressDepositFailedReason: z.ZodDiscriminat
15453
15453
  value: z.ZodEffects<z.ZodObject<{
15454
15454
  __kind: z.ZodEnum<["FundsUnavailable", "OnlyProvider", "BelowMinimum", "CannotCreate", "UnknownAsset", "Frozen", "Unsupported", "CannotCreateHold", "NotExpendable", "Blocked"]>;
15455
15455
  }, "strip", z.ZodTypeAny, {
15456
- __kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
15456
+ __kind: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
15457
15457
  }, {
15458
- __kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
15459
- }>, "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked", {
15460
- __kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
15458
+ __kind: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
15459
+ }>, "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked", {
15460
+ __kind: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
15461
15461
  }>;
15462
15462
  }, "strip", z.ZodTypeAny, {
15463
- value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
15463
+ value: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
15464
15464
  __kind: "Token";
15465
15465
  }, {
15466
15466
  value: {
15467
- __kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
15467
+ __kind: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
15468
15468
  };
15469
15469
  __kind: "Token";
15470
15470
  }>, z.ZodObject<{
@@ -15550,7 +15550,7 @@ declare const palletCfArbitrumIngressEgressDepositFailedReason: z.ZodDiscriminat
15550
15550
  } | {
15551
15551
  __kind: "TooManyConsumers";
15552
15552
  } | {
15553
- value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
15553
+ value: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
15554
15554
  __kind: "Token";
15555
15555
  } | {
15556
15556
  value: "Underflow" | "Overflow" | "DivisionByZero";
@@ -15589,7 +15589,7 @@ declare const palletCfArbitrumIngressEgressDepositFailedReason: z.ZodDiscriminat
15589
15589
  __kind: "TooManyConsumers";
15590
15590
  } | {
15591
15591
  value: {
15592
- __kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
15592
+ __kind: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
15593
15593
  };
15594
15594
  __kind: "Token";
15595
15595
  } | {
@@ -15947,11 +15947,11 @@ declare const palletCfArbitrumIngressEgressVaultDepositWitnessArbitrum: z.ZodObj
15947
15947
  outputAsset: z.ZodEffects<z.ZodObject<{
15948
15948
  __kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc", "HubDot", "HubUsdt", "HubUsdc"]>;
15949
15949
  }, "strip", z.ZodTypeAny, {
15950
- __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
15950
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
15951
15951
  }, {
15952
- __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
15953
- }>, "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc", {
15954
- __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
15952
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
15953
+ }>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc", {
15954
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
15955
15955
  }>;
15956
15956
  destinationAddress: z.ZodEffects<z.ZodObject<{
15957
15957
  __kind: z.ZodEnum<["Eth", "Dot", "Btc", "Arb", "Sol", "Hub"]>;
@@ -16277,12 +16277,12 @@ declare const palletCfArbitrumIngressEgressVaultDepositWitnessArbitrum: z.ZodObj
16277
16277
  minPrice: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
16278
16278
  }, "strip", z.ZodTypeAny, {
16279
16279
  retryDuration: number;
16280
- refundAddress: `0x${string}`;
16281
16280
  minPrice: bigint;
16281
+ refundAddress: `0x${string}`;
16282
16282
  }, {
16283
16283
  retryDuration: number;
16284
- refundAddress: string;
16285
16284
  minPrice: string | number;
16285
+ refundAddress: string;
16286
16286
  }>;
16287
16287
  dcaParams: z.ZodOptional<z.ZodNullable<z.ZodObject<{
16288
16288
  numberOfChunks: z.ZodNumber;
@@ -16296,12 +16296,13 @@ declare const palletCfArbitrumIngressEgressVaultDepositWitnessArbitrum: z.ZodObj
16296
16296
  }>>>;
16297
16297
  boostFee: z.ZodNumber;
16298
16298
  }, "strip", z.ZodTypeAny, {
16299
+ txId: `0x${string}`;
16299
16300
  depositDetails: {
16300
16301
  txHashes?: `0x${string}`[] | null | undefined;
16301
16302
  };
16302
16303
  inputAsset: "ArbEth" | "ArbUsdc";
16303
16304
  depositAmount: bigint;
16304
- outputAsset: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
16305
+ outputAsset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
16305
16306
  destinationAddress: {
16306
16307
  readonly chain: "Ethereum";
16307
16308
  readonly address: `0x${string}`;
@@ -16321,15 +16322,14 @@ declare const palletCfArbitrumIngressEgressVaultDepositWitnessArbitrum: z.ZodObj
16321
16322
  readonly chain: "Assethub";
16322
16323
  readonly address: string;
16323
16324
  };
16324
- txId: `0x${string}`;
16325
16325
  affiliateFees: {
16326
16326
  account: number;
16327
16327
  bps: number;
16328
16328
  }[];
16329
16329
  refundParams: {
16330
16330
  retryDuration: number;
16331
- refundAddress: `0x${string}`;
16332
16331
  minPrice: bigint;
16332
+ refundAddress: `0x${string}`;
16333
16333
  };
16334
16334
  boostFee: number;
16335
16335
  depositAddress?: `0x${string}` | null | undefined;
@@ -16389,6 +16389,7 @@ declare const palletCfArbitrumIngressEgressVaultDepositWitnessArbitrum: z.ZodObj
16389
16389
  chunkInterval: number;
16390
16390
  } | null | undefined;
16391
16391
  }, {
16392
+ txId: string;
16392
16393
  depositDetails: {
16393
16394
  txHashes?: string[] | null | undefined;
16394
16395
  };
@@ -16397,21 +16398,20 @@ declare const palletCfArbitrumIngressEgressVaultDepositWitnessArbitrum: z.ZodObj
16397
16398
  };
16398
16399
  depositAmount: string | number;
16399
16400
  outputAsset: {
16400
- __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
16401
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
16401
16402
  };
16402
16403
  destinationAddress: {
16403
16404
  value: string;
16404
16405
  __kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
16405
16406
  };
16406
- txId: string;
16407
16407
  affiliateFees: {
16408
16408
  account: number;
16409
16409
  bps: number;
16410
16410
  }[];
16411
16411
  refundParams: {
16412
16412
  retryDuration: number;
16413
- refundAddress: string;
16414
16413
  minPrice: string | number;
16414
+ refundAddress: string;
16415
16415
  };
16416
16416
  boostFee: number;
16417
16417
  depositAddress?: string | null | undefined;
@@ -16558,11 +16558,11 @@ declare const palletCfArbitrumIngressEgressDepositFailedDetailsArbitrum: z.ZodDi
16558
16558
  outputAsset: z.ZodEffects<z.ZodObject<{
16559
16559
  __kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc", "HubDot", "HubUsdt", "HubUsdc"]>;
16560
16560
  }, "strip", z.ZodTypeAny, {
16561
- __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
16561
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
16562
16562
  }, {
16563
- __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
16564
- }>, "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc", {
16565
- __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
16563
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
16564
+ }>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc", {
16565
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
16566
16566
  }>;
16567
16567
  destinationAddress: z.ZodEffects<z.ZodObject<{
16568
16568
  __kind: z.ZodEnum<["Eth", "Dot", "Btc", "Arb", "Sol", "Hub"]>;
@@ -16888,12 +16888,12 @@ declare const palletCfArbitrumIngressEgressDepositFailedDetailsArbitrum: z.ZodDi
16888
16888
  minPrice: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
16889
16889
  }, "strip", z.ZodTypeAny, {
16890
16890
  retryDuration: number;
16891
- refundAddress: `0x${string}`;
16892
16891
  minPrice: bigint;
16892
+ refundAddress: `0x${string}`;
16893
16893
  }, {
16894
16894
  retryDuration: number;
16895
- refundAddress: string;
16896
16895
  minPrice: string | number;
16896
+ refundAddress: string;
16897
16897
  }>;
16898
16898
  dcaParams: z.ZodOptional<z.ZodNullable<z.ZodObject<{
16899
16899
  numberOfChunks: z.ZodNumber;
@@ -16907,12 +16907,13 @@ declare const palletCfArbitrumIngressEgressDepositFailedDetailsArbitrum: z.ZodDi
16907
16907
  }>>>;
16908
16908
  boostFee: z.ZodNumber;
16909
16909
  }, "strip", z.ZodTypeAny, {
16910
+ txId: `0x${string}`;
16910
16911
  depositDetails: {
16911
16912
  txHashes?: `0x${string}`[] | null | undefined;
16912
16913
  };
16913
16914
  inputAsset: "ArbEth" | "ArbUsdc";
16914
16915
  depositAmount: bigint;
16915
- outputAsset: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
16916
+ outputAsset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
16916
16917
  destinationAddress: {
16917
16918
  readonly chain: "Ethereum";
16918
16919
  readonly address: `0x${string}`;
@@ -16932,15 +16933,14 @@ declare const palletCfArbitrumIngressEgressDepositFailedDetailsArbitrum: z.ZodDi
16932
16933
  readonly chain: "Assethub";
16933
16934
  readonly address: string;
16934
16935
  };
16935
- txId: `0x${string}`;
16936
16936
  affiliateFees: {
16937
16937
  account: number;
16938
16938
  bps: number;
16939
16939
  }[];
16940
16940
  refundParams: {
16941
16941
  retryDuration: number;
16942
- refundAddress: `0x${string}`;
16943
16942
  minPrice: bigint;
16943
+ refundAddress: `0x${string}`;
16944
16944
  };
16945
16945
  boostFee: number;
16946
16946
  depositAddress?: `0x${string}` | null | undefined;
@@ -17000,6 +17000,7 @@ declare const palletCfArbitrumIngressEgressDepositFailedDetailsArbitrum: z.ZodDi
17000
17000
  chunkInterval: number;
17001
17001
  } | null | undefined;
17002
17002
  }, {
17003
+ txId: string;
17003
17004
  depositDetails: {
17004
17005
  txHashes?: string[] | null | undefined;
17005
17006
  };
@@ -17008,21 +17009,20 @@ declare const palletCfArbitrumIngressEgressDepositFailedDetailsArbitrum: z.ZodDi
17008
17009
  };
17009
17010
  depositAmount: string | number;
17010
17011
  outputAsset: {
17011
- __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
17012
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
17012
17013
  };
17013
17014
  destinationAddress: {
17014
17015
  value: string;
17015
17016
  __kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
17016
17017
  };
17017
- txId: string;
17018
17018
  affiliateFees: {
17019
17019
  account: number;
17020
17020
  bps: number;
17021
17021
  }[];
17022
17022
  refundParams: {
17023
17023
  retryDuration: number;
17024
- refundAddress: string;
17025
17024
  minPrice: string | number;
17025
+ refundAddress: string;
17026
17026
  };
17027
17027
  boostFee: number;
17028
17028
  depositAddress?: string | null | undefined;
@@ -17087,12 +17087,13 @@ declare const palletCfArbitrumIngressEgressDepositFailedDetailsArbitrum: z.ZodDi
17087
17087
  }, "strip", z.ZodTypeAny, {
17088
17088
  __kind: "DepositFailedVaultVariantArbitrum";
17089
17089
  vaultWitness: {
17090
+ txId: `0x${string}`;
17090
17091
  depositDetails: {
17091
17092
  txHashes?: `0x${string}`[] | null | undefined;
17092
17093
  };
17093
17094
  inputAsset: "ArbEth" | "ArbUsdc";
17094
17095
  depositAmount: bigint;
17095
- outputAsset: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
17096
+ outputAsset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
17096
17097
  destinationAddress: {
17097
17098
  readonly chain: "Ethereum";
17098
17099
  readonly address: `0x${string}`;
@@ -17112,15 +17113,14 @@ declare const palletCfArbitrumIngressEgressDepositFailedDetailsArbitrum: z.ZodDi
17112
17113
  readonly chain: "Assethub";
17113
17114
  readonly address: string;
17114
17115
  };
17115
- txId: `0x${string}`;
17116
17116
  affiliateFees: {
17117
17117
  account: number;
17118
17118
  bps: number;
17119
17119
  }[];
17120
17120
  refundParams: {
17121
17121
  retryDuration: number;
17122
- refundAddress: `0x${string}`;
17123
17122
  minPrice: bigint;
17123
+ refundAddress: `0x${string}`;
17124
17124
  };
17125
17125
  boostFee: number;
17126
17126
  depositAddress?: `0x${string}` | null | undefined;
@@ -17183,6 +17183,7 @@ declare const palletCfArbitrumIngressEgressDepositFailedDetailsArbitrum: z.ZodDi
17183
17183
  }, {
17184
17184
  __kind: "DepositFailedVaultVariantArbitrum";
17185
17185
  vaultWitness: {
17186
+ txId: string;
17186
17187
  depositDetails: {
17187
17188
  txHashes?: string[] | null | undefined;
17188
17189
  };
@@ -17191,21 +17192,20 @@ declare const palletCfArbitrumIngressEgressDepositFailedDetailsArbitrum: z.ZodDi
17191
17192
  };
17192
17193
  depositAmount: string | number;
17193
17194
  outputAsset: {
17194
- __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
17195
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
17195
17196
  };
17196
17197
  destinationAddress: {
17197
17198
  value: string;
17198
17199
  __kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
17199
17200
  };
17200
- txId: string;
17201
17201
  affiliateFees: {
17202
17202
  account: number;
17203
17203
  bps: number;
17204
17204
  }[];
17205
17205
  refundParams: {
17206
17206
  retryDuration: number;
17207
- refundAddress: string;
17208
17207
  minPrice: string | number;
17208
+ refundAddress: string;
17209
17209
  };
17210
17210
  boostFee: number;
17211
17211
  depositAddress?: string | null | undefined;
@@ -17434,18 +17434,18 @@ declare const palletCfSolanaIngressEgressDepositFailedReason: z.ZodDiscriminated
17434
17434
  value: z.ZodEffects<z.ZodObject<{
17435
17435
  __kind: z.ZodEnum<["FundsUnavailable", "OnlyProvider", "BelowMinimum", "CannotCreate", "UnknownAsset", "Frozen", "Unsupported", "CannotCreateHold", "NotExpendable", "Blocked"]>;
17436
17436
  }, "strip", z.ZodTypeAny, {
17437
- __kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
17437
+ __kind: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
17438
17438
  }, {
17439
- __kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
17440
- }>, "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked", {
17441
- __kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
17439
+ __kind: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
17440
+ }>, "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked", {
17441
+ __kind: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
17442
17442
  }>;
17443
17443
  }, "strip", z.ZodTypeAny, {
17444
- value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
17444
+ value: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
17445
17445
  __kind: "Token";
17446
17446
  }, {
17447
17447
  value: {
17448
- __kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
17448
+ __kind: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
17449
17449
  };
17450
17450
  __kind: "Token";
17451
17451
  }>, z.ZodObject<{
@@ -17531,7 +17531,7 @@ declare const palletCfSolanaIngressEgressDepositFailedReason: z.ZodDiscriminated
17531
17531
  } | {
17532
17532
  __kind: "TooManyConsumers";
17533
17533
  } | {
17534
- value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
17534
+ value: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
17535
17535
  __kind: "Token";
17536
17536
  } | {
17537
17537
  value: "Underflow" | "Overflow" | "DivisionByZero";
@@ -17570,7 +17570,7 @@ declare const palletCfSolanaIngressEgressDepositFailedReason: z.ZodDiscriminated
17570
17570
  __kind: "TooManyConsumers";
17571
17571
  } | {
17572
17572
  value: {
17573
- __kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
17573
+ __kind: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
17574
17574
  };
17575
17575
  __kind: "Token";
17576
17576
  } | {
@@ -17898,12 +17898,12 @@ declare const cfChainsChannelRefundParametersAddress: z.ZodObject<{
17898
17898
  minPrice: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
17899
17899
  }, "strip", z.ZodTypeAny, {
17900
17900
  retryDuration: number;
17901
- refundAddress: `0x${string}`;
17902
17901
  minPrice: bigint;
17902
+ refundAddress: `0x${string}`;
17903
17903
  }, {
17904
17904
  retryDuration: number;
17905
- refundAddress: string;
17906
17905
  minPrice: string | number;
17906
+ refundAddress: string;
17907
17907
  }>;
17908
17908
  declare const palletCfSolanaIngressEgressVaultDepositWitnessSolana: z.ZodObject<{
17909
17909
  inputAsset: z.ZodEffects<z.ZodObject<{
@@ -17921,11 +17921,11 @@ declare const palletCfSolanaIngressEgressVaultDepositWitnessSolana: z.ZodObject<
17921
17921
  outputAsset: z.ZodEffects<z.ZodObject<{
17922
17922
  __kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc", "HubDot", "HubUsdt", "HubUsdc"]>;
17923
17923
  }, "strip", z.ZodTypeAny, {
17924
- __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
17924
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
17925
17925
  }, {
17926
- __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
17927
- }>, "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc", {
17928
- __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
17926
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
17927
+ }>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc", {
17928
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
17929
17929
  }>;
17930
17930
  destinationAddress: z.ZodEffects<z.ZodObject<{
17931
17931
  __kind: z.ZodEnum<["Eth", "Dot", "Btc", "Arb", "Sol", "Hub"]>;
@@ -18251,12 +18251,12 @@ declare const palletCfSolanaIngressEgressVaultDepositWitnessSolana: z.ZodObject<
18251
18251
  minPrice: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
18252
18252
  }, "strip", z.ZodTypeAny, {
18253
18253
  retryDuration: number;
18254
- refundAddress: `0x${string}`;
18255
18254
  minPrice: bigint;
18255
+ refundAddress: `0x${string}`;
18256
18256
  }, {
18257
18257
  retryDuration: number;
18258
- refundAddress: string;
18259
18258
  minPrice: string | number;
18259
+ refundAddress: string;
18260
18260
  }>;
18261
18261
  dcaParams: z.ZodOptional<z.ZodNullable<z.ZodObject<{
18262
18262
  numberOfChunks: z.ZodNumber;
@@ -18270,9 +18270,10 @@ declare const palletCfSolanaIngressEgressVaultDepositWitnessSolana: z.ZodObject<
18270
18270
  }>>>;
18271
18271
  boostFee: z.ZodNumber;
18272
18272
  }, "strip", z.ZodTypeAny, {
18273
+ txId: [`0x${string}`, bigint];
18273
18274
  inputAsset: "Sol" | "SolUsdc";
18274
18275
  depositAmount: bigint;
18275
- outputAsset: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
18276
+ outputAsset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
18276
18277
  destinationAddress: {
18277
18278
  readonly chain: "Ethereum";
18278
18279
  readonly address: `0x${string}`;
@@ -18292,15 +18293,14 @@ declare const palletCfSolanaIngressEgressVaultDepositWitnessSolana: z.ZodObject<
18292
18293
  readonly chain: "Assethub";
18293
18294
  readonly address: string;
18294
18295
  };
18295
- txId: [`0x${string}`, bigint];
18296
18296
  affiliateFees: {
18297
18297
  account: number;
18298
18298
  bps: number;
18299
18299
  }[];
18300
18300
  refundParams: {
18301
18301
  retryDuration: number;
18302
- refundAddress: `0x${string}`;
18303
18302
  minPrice: bigint;
18303
+ refundAddress: `0x${string}`;
18304
18304
  };
18305
18305
  boostFee: number;
18306
18306
  depositAddress?: `0x${string}` | null | undefined;
@@ -18360,26 +18360,26 @@ declare const palletCfSolanaIngressEgressVaultDepositWitnessSolana: z.ZodObject<
18360
18360
  chunkInterval: number;
18361
18361
  } | null | undefined;
18362
18362
  }, {
18363
+ txId: [string, string | number];
18363
18364
  inputAsset: {
18364
18365
  __kind: "Sol" | "SolUsdc";
18365
18366
  };
18366
18367
  depositAmount: string | number;
18367
18368
  outputAsset: {
18368
- __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
18369
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
18369
18370
  };
18370
18371
  destinationAddress: {
18371
18372
  value: string;
18372
18373
  __kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
18373
18374
  };
18374
- txId: [string, string | number];
18375
18375
  affiliateFees: {
18376
18376
  account: number;
18377
18377
  bps: number;
18378
18378
  }[];
18379
18379
  refundParams: {
18380
18380
  retryDuration: number;
18381
- refundAddress: string;
18382
18381
  minPrice: string | number;
18382
+ refundAddress: string;
18383
18383
  };
18384
18384
  boostFee: number;
18385
18385
  depositAddress?: string | null | undefined;
@@ -18500,11 +18500,11 @@ declare const palletCfSolanaIngressEgressDepositFailedDetailsSolana: z.ZodDiscri
18500
18500
  outputAsset: z.ZodEffects<z.ZodObject<{
18501
18501
  __kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc", "HubDot", "HubUsdt", "HubUsdc"]>;
18502
18502
  }, "strip", z.ZodTypeAny, {
18503
- __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
18503
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
18504
18504
  }, {
18505
- __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
18506
- }>, "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc", {
18507
- __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
18505
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
18506
+ }>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc", {
18507
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
18508
18508
  }>;
18509
18509
  destinationAddress: z.ZodEffects<z.ZodObject<{
18510
18510
  __kind: z.ZodEnum<["Eth", "Dot", "Btc", "Arb", "Sol", "Hub"]>;
@@ -18830,12 +18830,12 @@ declare const palletCfSolanaIngressEgressDepositFailedDetailsSolana: z.ZodDiscri
18830
18830
  minPrice: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
18831
18831
  }, "strip", z.ZodTypeAny, {
18832
18832
  retryDuration: number;
18833
- refundAddress: `0x${string}`;
18834
18833
  minPrice: bigint;
18834
+ refundAddress: `0x${string}`;
18835
18835
  }, {
18836
18836
  retryDuration: number;
18837
- refundAddress: string;
18838
18837
  minPrice: string | number;
18838
+ refundAddress: string;
18839
18839
  }>;
18840
18840
  dcaParams: z.ZodOptional<z.ZodNullable<z.ZodObject<{
18841
18841
  numberOfChunks: z.ZodNumber;
@@ -18849,9 +18849,10 @@ declare const palletCfSolanaIngressEgressDepositFailedDetailsSolana: z.ZodDiscri
18849
18849
  }>>>;
18850
18850
  boostFee: z.ZodNumber;
18851
18851
  }, "strip", z.ZodTypeAny, {
18852
+ txId: [`0x${string}`, bigint];
18852
18853
  inputAsset: "Sol" | "SolUsdc";
18853
18854
  depositAmount: bigint;
18854
- outputAsset: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
18855
+ outputAsset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
18855
18856
  destinationAddress: {
18856
18857
  readonly chain: "Ethereum";
18857
18858
  readonly address: `0x${string}`;
@@ -18871,15 +18872,14 @@ declare const palletCfSolanaIngressEgressDepositFailedDetailsSolana: z.ZodDiscri
18871
18872
  readonly chain: "Assethub";
18872
18873
  readonly address: string;
18873
18874
  };
18874
- txId: [`0x${string}`, bigint];
18875
18875
  affiliateFees: {
18876
18876
  account: number;
18877
18877
  bps: number;
18878
18878
  }[];
18879
18879
  refundParams: {
18880
18880
  retryDuration: number;
18881
- refundAddress: `0x${string}`;
18882
18881
  minPrice: bigint;
18882
+ refundAddress: `0x${string}`;
18883
18883
  };
18884
18884
  boostFee: number;
18885
18885
  depositAddress?: `0x${string}` | null | undefined;
@@ -18939,26 +18939,26 @@ declare const palletCfSolanaIngressEgressDepositFailedDetailsSolana: z.ZodDiscri
18939
18939
  chunkInterval: number;
18940
18940
  } | null | undefined;
18941
18941
  }, {
18942
+ txId: [string, string | number];
18942
18943
  inputAsset: {
18943
18944
  __kind: "Sol" | "SolUsdc";
18944
18945
  };
18945
18946
  depositAmount: string | number;
18946
18947
  outputAsset: {
18947
- __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
18948
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
18948
18949
  };
18949
18950
  destinationAddress: {
18950
18951
  value: string;
18951
18952
  __kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
18952
18953
  };
18953
- txId: [string, string | number];
18954
18954
  affiliateFees: {
18955
18955
  account: number;
18956
18956
  bps: number;
18957
18957
  }[];
18958
18958
  refundParams: {
18959
18959
  retryDuration: number;
18960
- refundAddress: string;
18961
18960
  minPrice: string | number;
18961
+ refundAddress: string;
18962
18962
  };
18963
18963
  boostFee: number;
18964
18964
  depositAddress?: string | null | undefined;
@@ -19023,9 +19023,10 @@ declare const palletCfSolanaIngressEgressDepositFailedDetailsSolana: z.ZodDiscri
19023
19023
  }, "strip", z.ZodTypeAny, {
19024
19024
  __kind: "DepositFailedVaultVariantSolana";
19025
19025
  vaultWitness: {
19026
+ txId: [`0x${string}`, bigint];
19026
19027
  inputAsset: "Sol" | "SolUsdc";
19027
19028
  depositAmount: bigint;
19028
- outputAsset: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
19029
+ outputAsset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
19029
19030
  destinationAddress: {
19030
19031
  readonly chain: "Ethereum";
19031
19032
  readonly address: `0x${string}`;
@@ -19045,15 +19046,14 @@ declare const palletCfSolanaIngressEgressDepositFailedDetailsSolana: z.ZodDiscri
19045
19046
  readonly chain: "Assethub";
19046
19047
  readonly address: string;
19047
19048
  };
19048
- txId: [`0x${string}`, bigint];
19049
19049
  affiliateFees: {
19050
19050
  account: number;
19051
19051
  bps: number;
19052
19052
  }[];
19053
19053
  refundParams: {
19054
19054
  retryDuration: number;
19055
- refundAddress: `0x${string}`;
19056
19055
  minPrice: bigint;
19056
+ refundAddress: `0x${string}`;
19057
19057
  };
19058
19058
  boostFee: number;
19059
19059
  depositAddress?: `0x${string}` | null | undefined;
@@ -19116,26 +19116,26 @@ declare const palletCfSolanaIngressEgressDepositFailedDetailsSolana: z.ZodDiscri
19116
19116
  }, {
19117
19117
  __kind: "DepositFailedVaultVariantSolana";
19118
19118
  vaultWitness: {
19119
+ txId: [string, string | number];
19119
19120
  inputAsset: {
19120
19121
  __kind: "Sol" | "SolUsdc";
19121
19122
  };
19122
19123
  depositAmount: string | number;
19123
19124
  outputAsset: {
19124
- __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
19125
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
19125
19126
  };
19126
19127
  destinationAddress: {
19127
19128
  value: string;
19128
19129
  __kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
19129
19130
  };
19130
- txId: [string, string | number];
19131
19131
  affiliateFees: {
19132
19132
  account: number;
19133
19133
  bps: number;
19134
19134
  }[];
19135
19135
  refundParams: {
19136
19136
  retryDuration: number;
19137
- refundAddress: string;
19138
19137
  minPrice: string | number;
19138
+ refundAddress: string;
19139
19139
  };
19140
19140
  boostFee: number;
19141
19141
  depositAddress?: string | null | undefined;
@@ -19413,18 +19413,18 @@ declare const palletCfAssethubIngressEgressDepositFailedReason: z.ZodDiscriminat
19413
19413
  value: z.ZodEffects<z.ZodObject<{
19414
19414
  __kind: z.ZodEnum<["FundsUnavailable", "OnlyProvider", "BelowMinimum", "CannotCreate", "UnknownAsset", "Frozen", "Unsupported", "CannotCreateHold", "NotExpendable", "Blocked"]>;
19415
19415
  }, "strip", z.ZodTypeAny, {
19416
- __kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
19416
+ __kind: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
19417
19417
  }, {
19418
- __kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
19419
- }>, "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked", {
19420
- __kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
19418
+ __kind: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
19419
+ }>, "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked", {
19420
+ __kind: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
19421
19421
  }>;
19422
19422
  }, "strip", z.ZodTypeAny, {
19423
- value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
19423
+ value: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
19424
19424
  __kind: "Token";
19425
19425
  }, {
19426
19426
  value: {
19427
- __kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
19427
+ __kind: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
19428
19428
  };
19429
19429
  __kind: "Token";
19430
19430
  }>, z.ZodObject<{
@@ -19510,7 +19510,7 @@ declare const palletCfAssethubIngressEgressDepositFailedReason: z.ZodDiscriminat
19510
19510
  } | {
19511
19511
  __kind: "TooManyConsumers";
19512
19512
  } | {
19513
- value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
19513
+ value: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
19514
19514
  __kind: "Token";
19515
19515
  } | {
19516
19516
  value: "Underflow" | "Overflow" | "DivisionByZero";
@@ -19549,7 +19549,7 @@ declare const palletCfAssethubIngressEgressDepositFailedReason: z.ZodDiscriminat
19549
19549
  __kind: "TooManyConsumers";
19550
19550
  } | {
19551
19551
  value: {
19552
- __kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
19552
+ __kind: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
19553
19553
  };
19554
19554
  __kind: "Token";
19555
19555
  } | {
@@ -19891,11 +19891,11 @@ declare const palletCfAssethubIngressEgressVaultDepositWitnessAssethub: z.ZodObj
19891
19891
  outputAsset: z.ZodEffects<z.ZodObject<{
19892
19892
  __kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc", "HubDot", "HubUsdt", "HubUsdc"]>;
19893
19893
  }, "strip", z.ZodTypeAny, {
19894
- __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
19894
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
19895
19895
  }, {
19896
- __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
19897
- }>, "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc", {
19898
- __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
19896
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
19897
+ }>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc", {
19898
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
19899
19899
  }>;
19900
19900
  destinationAddress: z.ZodEffects<z.ZodObject<{
19901
19901
  __kind: z.ZodEnum<["Eth", "Dot", "Btc", "Arb", "Sol", "Hub"]>;
@@ -20230,12 +20230,12 @@ declare const palletCfAssethubIngressEgressVaultDepositWitnessAssethub: z.ZodObj
20230
20230
  minPrice: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
20231
20231
  }, "strip", z.ZodTypeAny, {
20232
20232
  retryDuration: number;
20233
- refundAddress: `0x${string}`;
20234
20233
  minPrice: bigint;
20234
+ refundAddress: `0x${string}`;
20235
20235
  }, {
20236
20236
  retryDuration: number;
20237
- refundAddress: string;
20238
20237
  minPrice: string | number;
20238
+ refundAddress: string;
20239
20239
  }>;
20240
20240
  dcaParams: z.ZodOptional<z.ZodNullable<z.ZodObject<{
20241
20241
  numberOfChunks: z.ZodNumber;
@@ -20249,10 +20249,14 @@ declare const palletCfAssethubIngressEgressVaultDepositWitnessAssethub: z.ZodObj
20249
20249
  }>>>;
20250
20250
  boostFee: z.ZodNumber;
20251
20251
  }, "strip", z.ZodTypeAny, {
20252
+ txId: {
20253
+ blockNumber: number;
20254
+ extrinsicIndex: number;
20255
+ };
20252
20256
  depositDetails: number;
20253
20257
  inputAsset: "HubDot" | "HubUsdt" | "HubUsdc";
20254
20258
  depositAmount: bigint;
20255
- outputAsset: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
20259
+ outputAsset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
20256
20260
  destinationAddress: {
20257
20261
  readonly chain: "Ethereum";
20258
20262
  readonly address: `0x${string}`;
@@ -20272,18 +20276,14 @@ declare const palletCfAssethubIngressEgressVaultDepositWitnessAssethub: z.ZodObj
20272
20276
  readonly chain: "Assethub";
20273
20277
  readonly address: string;
20274
20278
  };
20275
- txId: {
20276
- blockNumber: number;
20277
- extrinsicIndex: number;
20278
- };
20279
20279
  affiliateFees: {
20280
20280
  account: number;
20281
20281
  bps: number;
20282
20282
  }[];
20283
20283
  refundParams: {
20284
20284
  retryDuration: number;
20285
- refundAddress: `0x${string}`;
20286
20285
  minPrice: bigint;
20286
+ refundAddress: `0x${string}`;
20287
20287
  };
20288
20288
  boostFee: number;
20289
20289
  depositAddress?: `0x${string}` | null | undefined;
@@ -20343,30 +20343,30 @@ declare const palletCfAssethubIngressEgressVaultDepositWitnessAssethub: z.ZodObj
20343
20343
  chunkInterval: number;
20344
20344
  } | null | undefined;
20345
20345
  }, {
20346
+ txId: {
20347
+ blockNumber: number;
20348
+ extrinsicIndex: number;
20349
+ };
20346
20350
  depositDetails: number;
20347
20351
  inputAsset: {
20348
20352
  __kind: "HubDot" | "HubUsdt" | "HubUsdc";
20349
20353
  };
20350
20354
  depositAmount: string | number;
20351
20355
  outputAsset: {
20352
- __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
20356
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
20353
20357
  };
20354
20358
  destinationAddress: {
20355
20359
  value: string;
20356
20360
  __kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
20357
20361
  };
20358
- txId: {
20359
- blockNumber: number;
20360
- extrinsicIndex: number;
20361
- };
20362
20362
  affiliateFees: {
20363
20363
  account: number;
20364
20364
  bps: number;
20365
20365
  }[];
20366
20366
  refundParams: {
20367
20367
  retryDuration: number;
20368
- refundAddress: string;
20369
20368
  minPrice: string | number;
20369
+ refundAddress: string;
20370
20370
  };
20371
20371
  boostFee: number;
20372
20372
  depositAddress?: string | null | undefined;
@@ -20493,11 +20493,11 @@ declare const palletCfAssethubIngressEgressDepositFailedDetailsAssethub: z.ZodDi
20493
20493
  outputAsset: z.ZodEffects<z.ZodObject<{
20494
20494
  __kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc", "HubDot", "HubUsdt", "HubUsdc"]>;
20495
20495
  }, "strip", z.ZodTypeAny, {
20496
- __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
20496
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
20497
20497
  }, {
20498
- __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
20499
- }>, "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc", {
20500
- __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
20498
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
20499
+ }>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc", {
20500
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
20501
20501
  }>;
20502
20502
  destinationAddress: z.ZodEffects<z.ZodObject<{
20503
20503
  __kind: z.ZodEnum<["Eth", "Dot", "Btc", "Arb", "Sol", "Hub"]>;
@@ -20832,12 +20832,12 @@ declare const palletCfAssethubIngressEgressDepositFailedDetailsAssethub: z.ZodDi
20832
20832
  minPrice: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
20833
20833
  }, "strip", z.ZodTypeAny, {
20834
20834
  retryDuration: number;
20835
- refundAddress: `0x${string}`;
20836
20835
  minPrice: bigint;
20836
+ refundAddress: `0x${string}`;
20837
20837
  }, {
20838
20838
  retryDuration: number;
20839
- refundAddress: string;
20840
20839
  minPrice: string | number;
20840
+ refundAddress: string;
20841
20841
  }>;
20842
20842
  dcaParams: z.ZodOptional<z.ZodNullable<z.ZodObject<{
20843
20843
  numberOfChunks: z.ZodNumber;
@@ -20851,10 +20851,14 @@ declare const palletCfAssethubIngressEgressDepositFailedDetailsAssethub: z.ZodDi
20851
20851
  }>>>;
20852
20852
  boostFee: z.ZodNumber;
20853
20853
  }, "strip", z.ZodTypeAny, {
20854
+ txId: {
20855
+ blockNumber: number;
20856
+ extrinsicIndex: number;
20857
+ };
20854
20858
  depositDetails: number;
20855
20859
  inputAsset: "HubDot" | "HubUsdt" | "HubUsdc";
20856
20860
  depositAmount: bigint;
20857
- outputAsset: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
20861
+ outputAsset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
20858
20862
  destinationAddress: {
20859
20863
  readonly chain: "Ethereum";
20860
20864
  readonly address: `0x${string}`;
@@ -20874,18 +20878,14 @@ declare const palletCfAssethubIngressEgressDepositFailedDetailsAssethub: z.ZodDi
20874
20878
  readonly chain: "Assethub";
20875
20879
  readonly address: string;
20876
20880
  };
20877
- txId: {
20878
- blockNumber: number;
20879
- extrinsicIndex: number;
20880
- };
20881
20881
  affiliateFees: {
20882
20882
  account: number;
20883
20883
  bps: number;
20884
20884
  }[];
20885
20885
  refundParams: {
20886
20886
  retryDuration: number;
20887
- refundAddress: `0x${string}`;
20888
20887
  minPrice: bigint;
20888
+ refundAddress: `0x${string}`;
20889
20889
  };
20890
20890
  boostFee: number;
20891
20891
  depositAddress?: `0x${string}` | null | undefined;
@@ -20945,30 +20945,30 @@ declare const palletCfAssethubIngressEgressDepositFailedDetailsAssethub: z.ZodDi
20945
20945
  chunkInterval: number;
20946
20946
  } | null | undefined;
20947
20947
  }, {
20948
+ txId: {
20949
+ blockNumber: number;
20950
+ extrinsicIndex: number;
20951
+ };
20948
20952
  depositDetails: number;
20949
20953
  inputAsset: {
20950
20954
  __kind: "HubDot" | "HubUsdt" | "HubUsdc";
20951
20955
  };
20952
20956
  depositAmount: string | number;
20953
20957
  outputAsset: {
20954
- __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
20958
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
20955
20959
  };
20956
20960
  destinationAddress: {
20957
20961
  value: string;
20958
20962
  __kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
20959
20963
  };
20960
- txId: {
20961
- blockNumber: number;
20962
- extrinsicIndex: number;
20963
- };
20964
20964
  affiliateFees: {
20965
20965
  account: number;
20966
20966
  bps: number;
20967
20967
  }[];
20968
20968
  refundParams: {
20969
20969
  retryDuration: number;
20970
- refundAddress: string;
20971
20970
  minPrice: string | number;
20971
+ refundAddress: string;
20972
20972
  };
20973
20973
  boostFee: number;
20974
20974
  depositAddress?: string | null | undefined;
@@ -21033,10 +21033,14 @@ declare const palletCfAssethubIngressEgressDepositFailedDetailsAssethub: z.ZodDi
21033
21033
  }, "strip", z.ZodTypeAny, {
21034
21034
  __kind: "DepositFailedVaultVariantAssethub";
21035
21035
  vaultWitness: {
21036
+ txId: {
21037
+ blockNumber: number;
21038
+ extrinsicIndex: number;
21039
+ };
21036
21040
  depositDetails: number;
21037
21041
  inputAsset: "HubDot" | "HubUsdt" | "HubUsdc";
21038
21042
  depositAmount: bigint;
21039
- outputAsset: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
21043
+ outputAsset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
21040
21044
  destinationAddress: {
21041
21045
  readonly chain: "Ethereum";
21042
21046
  readonly address: `0x${string}`;
@@ -21056,18 +21060,14 @@ declare const palletCfAssethubIngressEgressDepositFailedDetailsAssethub: z.ZodDi
21056
21060
  readonly chain: "Assethub";
21057
21061
  readonly address: string;
21058
21062
  };
21059
- txId: {
21060
- blockNumber: number;
21061
- extrinsicIndex: number;
21062
- };
21063
21063
  affiliateFees: {
21064
21064
  account: number;
21065
21065
  bps: number;
21066
21066
  }[];
21067
21067
  refundParams: {
21068
21068
  retryDuration: number;
21069
- refundAddress: `0x${string}`;
21070
21069
  minPrice: bigint;
21070
+ refundAddress: `0x${string}`;
21071
21071
  };
21072
21072
  boostFee: number;
21073
21073
  depositAddress?: `0x${string}` | null | undefined;
@@ -21130,30 +21130,30 @@ declare const palletCfAssethubIngressEgressDepositFailedDetailsAssethub: z.ZodDi
21130
21130
  }, {
21131
21131
  __kind: "DepositFailedVaultVariantAssethub";
21132
21132
  vaultWitness: {
21133
+ txId: {
21134
+ blockNumber: number;
21135
+ extrinsicIndex: number;
21136
+ };
21133
21137
  depositDetails: number;
21134
21138
  inputAsset: {
21135
21139
  __kind: "HubDot" | "HubUsdt" | "HubUsdc";
21136
21140
  };
21137
21141
  depositAmount: string | number;
21138
21142
  outputAsset: {
21139
- __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
21143
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
21140
21144
  };
21141
21145
  destinationAddress: {
21142
21146
  value: string;
21143
21147
  __kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
21144
21148
  };
21145
- txId: {
21146
- blockNumber: number;
21147
- extrinsicIndex: number;
21148
- };
21149
21149
  affiliateFees: {
21150
21150
  account: number;
21151
21151
  bps: number;
21152
21152
  }[];
21153
21153
  refundParams: {
21154
21154
  retryDuration: number;
21155
- refundAddress: string;
21156
21155
  minPrice: string | number;
21156
+ refundAddress: string;
21157
21157
  };
21158
21158
  boostFee: number;
21159
21159
  depositAddress?: string | null | undefined;
@@ -21303,21 +21303,21 @@ declare const palletCfTradingStrategyTradingStrategy: z.ZodDiscriminatedUnion<"_
21303
21303
  baseAsset: z.ZodEffects<z.ZodObject<{
21304
21304
  __kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc", "HubDot", "HubUsdt", "HubUsdc"]>;
21305
21305
  }, "strip", z.ZodTypeAny, {
21306
- __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
21306
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
21307
21307
  }, {
21308
- __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
21309
- }>, "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc", {
21310
- __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
21308
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
21309
+ }>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc", {
21310
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
21311
21311
  }>;
21312
21312
  }, "strip", z.ZodTypeAny, {
21313
21313
  __kind: "TickZeroCentered";
21314
21314
  spreadTick: number;
21315
- baseAsset: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
21315
+ baseAsset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
21316
21316
  }, {
21317
21317
  __kind: "TickZeroCentered";
21318
21318
  spreadTick: number;
21319
21319
  baseAsset: {
21320
- __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
21320
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
21321
21321
  };
21322
21322
  }>, z.ZodObject<{
21323
21323
  __kind: z.ZodLiteral<"SimpleBuySell">;
@@ -21326,21 +21326,21 @@ declare const palletCfTradingStrategyTradingStrategy: z.ZodDiscriminatedUnion<"_
21326
21326
  baseAsset: z.ZodEffects<z.ZodObject<{
21327
21327
  __kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc", "HubDot", "HubUsdt", "HubUsdc"]>;
21328
21328
  }, "strip", z.ZodTypeAny, {
21329
- __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
21329
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
21330
21330
  }, {
21331
- __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
21332
- }>, "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc", {
21333
- __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
21331
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
21332
+ }>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc", {
21333
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
21334
21334
  }>;
21335
21335
  }, "strip", z.ZodTypeAny, {
21336
21336
  __kind: "SimpleBuySell";
21337
- baseAsset: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
21337
+ baseAsset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
21338
21338
  buyTick: number;
21339
21339
  sellTick: number;
21340
21340
  }, {
21341
21341
  __kind: "SimpleBuySell";
21342
21342
  baseAsset: {
21343
- __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
21343
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
21344
21344
  };
21345
21345
  buyTick: number;
21346
21346
  sellTick: number;
@@ -21353,15 +21353,15 @@ declare const palletCfTradingStrategyTradingStrategy: z.ZodDiscriminatedUnion<"_
21353
21353
  baseAsset: z.ZodEffects<z.ZodObject<{
21354
21354
  __kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc", "HubDot", "HubUsdt", "HubUsdc"]>;
21355
21355
  }, "strip", z.ZodTypeAny, {
21356
- __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
21356
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
21357
21357
  }, {
21358
- __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
21359
- }>, "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc", {
21360
- __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
21358
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
21359
+ }>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc", {
21360
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
21361
21361
  }>;
21362
21362
  }, "strip", z.ZodTypeAny, {
21363
21363
  __kind: "InventoryBased";
21364
- baseAsset: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
21364
+ baseAsset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
21365
21365
  minBuyTick: number;
21366
21366
  maxBuyTick: number;
21367
21367
  minSellTick: number;
@@ -21369,7 +21369,7 @@ declare const palletCfTradingStrategyTradingStrategy: z.ZodDiscriminatedUnion<"_
21369
21369
  }, {
21370
21370
  __kind: "InventoryBased";
21371
21371
  baseAsset: {
21372
- __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
21372
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
21373
21373
  };
21374
21374
  minBuyTick: number;
21375
21375
  maxBuyTick: number;
@@ -21390,19 +21390,19 @@ declare const palletCfLendingPoolsBoostPoolId: z.ZodObject<{
21390
21390
  asset: z.ZodEffects<z.ZodObject<{
21391
21391
  __kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc", "HubDot", "HubUsdt", "HubUsdc"]>;
21392
21392
  }, "strip", z.ZodTypeAny, {
21393
- __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
21393
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
21394
21394
  }, {
21395
- __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
21396
- }>, "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc", {
21397
- __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
21395
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
21396
+ }>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc", {
21397
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
21398
21398
  }>;
21399
21399
  tier: z.ZodNumber;
21400
21400
  }, "strip", z.ZodTypeAny, {
21401
- asset: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
21401
+ asset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
21402
21402
  tier: number;
21403
21403
  }, {
21404
21404
  asset: {
21405
- __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
21405
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
21406
21406
  };
21407
21407
  tier: number;
21408
21408
  }>;