@chainflip/processor 2.1.0-alpha.3 → 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 (3653) 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/transactionFeeDeficitRecorded.cjs +12 -0
  19. package/dist/100/bitcoinBroadcaster/transactionFeeDeficitRecorded.d.cts +110 -0
  20. package/dist/100/bitcoinBroadcaster/transactionFeeDeficitRefused.cjs +9 -0
  21. package/dist/100/bitcoinBroadcaster/transactionFeeDeficitRefused.d.cts +107 -0
  22. package/dist/100/bitcoinChainTracking/chainStateUpdated.cjs +9 -0
  23. package/dist/100/bitcoinChainTracking/chainStateUpdated.d.cts +77 -0
  24. package/dist/100/bitcoinIngressEgress/assetEgressStatusChanged.cjs +12 -0
  25. package/dist/100/bitcoinIngressEgress/assetEgressStatusChanged.d.cts +25 -0
  26. package/dist/100/bitcoinIngressEgress/batchBroadcastRequested.cjs +12 -0
  27. package/dist/100/bitcoinIngressEgress/batchBroadcastRequested.d.cts +25 -0
  28. package/dist/100/bitcoinIngressEgress/ccmBroadcastRequested.cjs +12 -0
  29. package/dist/100/bitcoinIngressEgress/ccmBroadcastRequested.d.cts +25 -0
  30. package/dist/100/bitcoinIngressEgress/ccmEgressInvalid.cjs +12 -0
  31. package/dist/100/bitcoinIngressEgress/ccmEgressInvalid.d.cts +242 -0
  32. package/dist/100/bitcoinIngressEgress/ccmEgressInvalid.d.mts +4 -4
  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/egressScheduled.d.mts +4 -4
  48. package/dist/100/bitcoinIngressEgress/minimumDepositSet.cjs +12 -0
  49. package/dist/100/bitcoinIngressEgress/minimumDepositSet.d.cts +25 -0
  50. package/dist/100/bitcoinIngressEgress/vaultTransferFailed.cjs +13 -0
  51. package/dist/100/bitcoinIngressEgress/vaultTransferFailed.d.cts +123 -0
  52. package/dist/100/bitcoinThresholdSigner/currentKeyUnavailable.cjs +11 -0
  53. package/dist/100/bitcoinThresholdSigner/currentKeyUnavailable.d.cts +15 -0
  54. package/dist/100/bitcoinThresholdSigner/failureReportProcessed.cjs +13 -0
  55. package/dist/100/bitcoinThresholdSigner/failureReportProcessed.d.cts +18 -0
  56. package/dist/100/bitcoinThresholdSigner/failureReportProcessed.d.mts +2 -2
  57. package/dist/100/bitcoinThresholdSigner/retryRequested.cjs +12 -0
  58. package/dist/100/bitcoinThresholdSigner/retryRequested.d.cts +15 -0
  59. package/dist/100/bitcoinThresholdSigner/retryRequested.d.mts +2 -2
  60. package/dist/100/bitcoinThresholdSigner/signersUnavailable.cjs +11 -0
  61. package/dist/100/bitcoinThresholdSigner/signersUnavailable.d.cts +15 -0
  62. package/dist/100/bitcoinThresholdSigner/thresholdDispatchComplete.cjs +13 -0
  63. package/dist/100/bitcoinThresholdSigner/thresholdDispatchComplete.d.cts +336 -0
  64. package/dist/100/bitcoinThresholdSigner/thresholdDispatchComplete.d.mts +2 -2
  65. package/dist/100/bitcoinThresholdSigner/thresholdSignatureFailed.cjs +13 -0
  66. package/dist/100/bitcoinThresholdSigner/thresholdSignatureFailed.d.cts +18 -0
  67. package/dist/100/bitcoinThresholdSigner/thresholdSignatureFailed.d.mts +2 -2
  68. package/dist/100/bitcoinThresholdSigner/thresholdSignatureRequest.cjs +16 -0
  69. package/dist/100/bitcoinThresholdSigner/thresholdSignatureRequest.d.cts +52 -0
  70. package/dist/100/bitcoinThresholdSigner/thresholdSignatureRequest.d.mts +2 -2
  71. package/dist/100/bitcoinThresholdSigner/thresholdSignatureResponseTimeoutUpdated.cjs +8 -0
  72. package/dist/100/bitcoinThresholdSigner/thresholdSignatureResponseTimeoutUpdated.d.cts +12 -0
  73. package/dist/100/bitcoinThresholdSigner/thresholdSignatureSuccess.cjs +12 -0
  74. package/dist/100/bitcoinThresholdSigner/thresholdSignatureSuccess.d.cts +15 -0
  75. package/dist/100/bitcoinThresholdSigner/thresholdSignatureSuccess.d.mts +2 -2
  76. package/dist/100/bitcoinVault/awaitingGovernanceActivation.cjs +9 -0
  77. package/dist/100/bitcoinVault/awaitingGovernanceActivation.d.cts +27 -0
  78. package/dist/100/bitcoinVault/keyHandoverFailure.cjs +9 -0
  79. package/dist/100/bitcoinVault/keyHandoverFailure.d.cts +12 -0
  80. package/dist/100/bitcoinVault/keyHandoverFailureReported.cjs +7 -0
  81. package/dist/100/bitcoinVault/keyHandoverFailureReported.d.cts +6 -0
  82. package/dist/100/bitcoinVault/keyHandoverRequest.cjs +17 -0
  83. package/dist/100/bitcoinVault/keyHandoverRequest.d.cts +60 -0
  84. package/dist/100/bitcoinVault/keyHandoverResponseTimeout.cjs +9 -0
  85. package/dist/100/bitcoinVault/keyHandoverResponseTimeout.d.cts +12 -0
  86. package/dist/100/bitcoinVault/keyHandoverSuccess.cjs +9 -0
  87. package/dist/100/bitcoinVault/keyHandoverSuccess.d.cts +12 -0
  88. package/dist/100/bitcoinVault/keyHandoverSuccessReported.cjs +7 -0
  89. package/dist/100/bitcoinVault/keyHandoverSuccessReported.d.cts +6 -0
  90. package/dist/100/bitcoinVault/keyHandoverVerificationFailure.cjs +9 -0
  91. package/dist/100/bitcoinVault/keyHandoverVerificationFailure.d.cts +12 -0
  92. package/dist/100/bitcoinVault/keyHandoverVerificationSuccess.cjs +9 -0
  93. package/dist/100/bitcoinVault/keyHandoverVerificationSuccess.d.cts +27 -0
  94. package/dist/100/bitcoinVault/keygenFailure.cjs +7 -0
  95. package/dist/100/bitcoinVault/keygenFailure.d.cts +6 -0
  96. package/dist/100/bitcoinVault/keygenFailureReported.cjs +7 -0
  97. package/dist/100/bitcoinVault/keygenFailureReported.d.cts +6 -0
  98. package/dist/100/bitcoinVault/keygenRequest.cjs +13 -0
  99. package/dist/100/bitcoinVault/keygenRequest.d.cts +18 -0
  100. package/dist/100/bitcoinVault/keygenResponseTimeout.cjs +7 -0
  101. package/dist/100/bitcoinVault/keygenResponseTimeout.d.cts +6 -0
  102. package/dist/100/bitcoinVault/keygenResponseTimeoutUpdated.cjs +8 -0
  103. package/dist/100/bitcoinVault/keygenResponseTimeoutUpdated.d.cts +12 -0
  104. package/dist/100/bitcoinVault/keygenSuccess.cjs +7 -0
  105. package/dist/100/bitcoinVault/keygenSuccess.d.cts +6 -0
  106. package/dist/100/bitcoinVault/keygenSuccessReported.cjs +7 -0
  107. package/dist/100/bitcoinVault/keygenSuccessReported.d.cts +6 -0
  108. package/dist/100/bitcoinVault/keygenVerificationFailure.cjs +9 -0
  109. package/dist/100/bitcoinVault/keygenVerificationFailure.d.cts +12 -0
  110. package/dist/100/bitcoinVault/keygenVerificationSuccess.cjs +9 -0
  111. package/dist/100/bitcoinVault/keygenVerificationSuccess.d.cts +27 -0
  112. package/dist/100/bitcoinVault/noKeyHandover.cjs +8 -0
  113. package/dist/100/bitcoinVault/noKeyHandover.d.cts +6 -0
  114. package/dist/100/bitcoinVault/vaultRotatedExternally.cjs +7 -0
  115. package/dist/100/bitcoinVault/vaultRotatedExternally.d.cts +15 -0
  116. package/dist/100/bitcoinVault/vaultRotationAborted.cjs +8 -0
  117. package/dist/100/bitcoinVault/vaultRotationAborted.d.cts +6 -0
  118. package/dist/100/bitcoinVault/vaultRotationCompleted.cjs +8 -0
  119. package/dist/100/bitcoinVault/vaultRotationCompleted.d.cts +6 -0
  120. package/dist/100/common.cjs +589 -0
  121. package/dist/100/common.d.cts +3546 -0
  122. package/dist/100/common.d.mts +59 -59
  123. package/dist/100/emissions/backupNodeInflationEmissionsUpdated.cjs +8 -0
  124. package/dist/100/emissions/backupNodeInflationEmissionsUpdated.d.cts +6 -0
  125. package/dist/100/emissions/currentAuthorityInflationEmissionsUpdated.cjs +8 -0
  126. package/dist/100/emissions/currentAuthorityInflationEmissionsUpdated.d.cts +6 -0
  127. package/dist/100/emissions/supplyUpdateBroadcastRequested.cjs +8 -0
  128. package/dist/100/emissions/supplyUpdateBroadcastRequested.d.cts +6 -0
  129. package/dist/100/emissions/supplyUpdateIntervalUpdated.cjs +8 -0
  130. package/dist/100/emissions/supplyUpdateIntervalUpdated.d.cts +6 -0
  131. package/dist/100/environment/addedNewEthAsset.cjs +9 -0
  132. package/dist/100/environment/addedNewEthAsset.d.cts +14 -0
  133. package/dist/100/environment/bitcoinBlockNumberSetForVault.cjs +9 -0
  134. package/dist/100/environment/bitcoinBlockNumberSetForVault.d.cts +12 -0
  135. package/dist/100/environment/polkadotVaultAccountSet.cjs +9 -0
  136. package/dist/100/environment/polkadotVaultAccountSet.d.cts +12 -0
  137. package/dist/100/environment/runtimeSafeModeUpdated.cjs +9 -0
  138. package/dist/100/environment/runtimeSafeModeUpdated.d.cts +688 -0
  139. package/dist/100/environment/runtimeSafeModeUpdated.d.mts +28 -28
  140. package/dist/100/environment/updatedEthAsset.cjs +9 -0
  141. package/dist/100/environment/updatedEthAsset.d.cts +14 -0
  142. package/dist/100/ethereumBroadcaster/broadcastAborted.cjs +8 -0
  143. package/dist/100/ethereumBroadcaster/broadcastAborted.d.cts +12 -0
  144. package/dist/100/ethereumBroadcaster/broadcastAttemptTimeout.cjs +9 -0
  145. package/dist/100/ethereumBroadcaster/broadcastAttemptTimeout.d.cts +27 -0
  146. package/dist/100/ethereumBroadcaster/broadcastCallbackExecuted.cjs +12 -0
  147. package/dist/100/ethereumBroadcaster/broadcastCallbackExecuted.d.cts +333 -0
  148. package/dist/100/ethereumBroadcaster/broadcastRetryScheduled.cjs +9 -0
  149. package/dist/100/ethereumBroadcaster/broadcastRetryScheduled.d.cts +27 -0
  150. package/dist/100/ethereumBroadcaster/broadcastSuccess.cjs +12 -0
  151. package/dist/100/ethereumBroadcaster/broadcastSuccess.d.cts +30 -0
  152. package/dist/100/ethereumBroadcaster/thresholdSignatureInvalid.cjs +11 -0
  153. package/dist/100/ethereumBroadcaster/thresholdSignatureInvalid.d.cts +15 -0
  154. package/dist/100/ethereumBroadcaster/transactionBroadcastRequest.cjs +14 -0
  155. package/dist/100/ethereumBroadcaster/transactionBroadcastRequest.d.cts +91 -0
  156. package/dist/100/ethereumBroadcaster/transactionFeeDeficitRecorded.cjs +12 -0
  157. package/dist/100/ethereumBroadcaster/transactionFeeDeficitRecorded.d.cts +15 -0
  158. package/dist/100/ethereumBroadcaster/transactionFeeDeficitRefused.cjs +9 -0
  159. package/dist/100/ethereumBroadcaster/transactionFeeDeficitRefused.d.cts +12 -0
  160. package/dist/100/ethereumChainTracking/chainStateUpdated.cjs +9 -0
  161. package/dist/100/ethereumChainTracking/chainStateUpdated.d.cts +48 -0
  162. package/dist/100/ethereumIngressEgress/assetEgressStatusChanged.cjs +12 -0
  163. package/dist/100/ethereumIngressEgress/assetEgressStatusChanged.d.cts +25 -0
  164. package/dist/100/ethereumIngressEgress/batchBroadcastRequested.cjs +12 -0
  165. package/dist/100/ethereumIngressEgress/batchBroadcastRequested.d.cts +25 -0
  166. package/dist/100/ethereumIngressEgress/ccmBroadcastRequested.cjs +12 -0
  167. package/dist/100/ethereumIngressEgress/ccmBroadcastRequested.d.cts +25 -0
  168. package/dist/100/ethereumIngressEgress/ccmEgressInvalid.cjs +12 -0
  169. package/dist/100/ethereumIngressEgress/ccmEgressInvalid.d.cts +242 -0
  170. package/dist/100/ethereumIngressEgress/ccmEgressInvalid.d.mts +4 -4
  171. package/dist/100/ethereumIngressEgress/depositFetchesScheduled.cjs +12 -0
  172. package/dist/100/ethereumIngressEgress/depositFetchesScheduled.d.cts +25 -0
  173. package/dist/100/ethereumIngressEgress/depositFetchesScheduled.d.mts +2 -2
  174. package/dist/100/ethereumIngressEgress/depositIgnored.cjs +13 -0
  175. package/dist/100/ethereumIngressEgress/depositIgnored.d.cts +28 -0
  176. package/dist/100/ethereumIngressEgress/depositIgnored.d.mts +2 -2
  177. package/dist/100/ethereumIngressEgress/depositReceived.cjs +13 -0
  178. package/dist/100/ethereumIngressEgress/depositReceived.d.cts +28 -0
  179. package/dist/100/ethereumIngressEgress/depositReceived.d.mts +2 -2
  180. package/dist/100/ethereumIngressEgress/depositWitnessRejected.cjs +12 -0
  181. package/dist/100/ethereumIngressEgress/depositWitnessRejected.d.cts +264 -0
  182. package/dist/100/ethereumIngressEgress/depositWitnessRejected.d.mts +4 -4
  183. package/dist/100/ethereumIngressEgress/egressScheduled.cjs +14 -0
  184. package/dist/100/ethereumIngressEgress/egressScheduled.d.cts +41 -0
  185. package/dist/100/ethereumIngressEgress/egressScheduled.d.mts +2 -2
  186. package/dist/100/ethereumIngressEgress/minimumDepositSet.cjs +12 -0
  187. package/dist/100/ethereumIngressEgress/minimumDepositSet.d.cts +25 -0
  188. package/dist/100/ethereumIngressEgress/vaultTransferFailed.cjs +13 -0
  189. package/dist/100/ethereumIngressEgress/vaultTransferFailed.d.cts +28 -0
  190. package/dist/100/ethereumThresholdSigner/currentKeyUnavailable.cjs +11 -0
  191. package/dist/100/ethereumThresholdSigner/currentKeyUnavailable.d.cts +15 -0
  192. package/dist/100/ethereumThresholdSigner/failureReportProcessed.cjs +13 -0
  193. package/dist/100/ethereumThresholdSigner/failureReportProcessed.d.cts +18 -0
  194. package/dist/100/ethereumThresholdSigner/failureReportProcessed.d.mts +2 -2
  195. package/dist/100/ethereumThresholdSigner/retryRequested.cjs +12 -0
  196. package/dist/100/ethereumThresholdSigner/retryRequested.d.cts +15 -0
  197. package/dist/100/ethereumThresholdSigner/retryRequested.d.mts +2 -2
  198. package/dist/100/ethereumThresholdSigner/signersUnavailable.cjs +11 -0
  199. package/dist/100/ethereumThresholdSigner/signersUnavailable.d.cts +15 -0
  200. package/dist/100/ethereumThresholdSigner/thresholdDispatchComplete.cjs +13 -0
  201. package/dist/100/ethereumThresholdSigner/thresholdDispatchComplete.d.cts +336 -0
  202. package/dist/100/ethereumThresholdSigner/thresholdDispatchComplete.d.mts +2 -2
  203. package/dist/100/ethereumThresholdSigner/thresholdSignatureFailed.cjs +13 -0
  204. package/dist/100/ethereumThresholdSigner/thresholdSignatureFailed.d.cts +18 -0
  205. package/dist/100/ethereumThresholdSigner/thresholdSignatureFailed.d.mts +2 -2
  206. package/dist/100/ethereumThresholdSigner/thresholdSignatureRequest.cjs +16 -0
  207. package/dist/100/ethereumThresholdSigner/thresholdSignatureRequest.d.cts +54 -0
  208. package/dist/100/ethereumThresholdSigner/thresholdSignatureRequest.d.mts +2 -2
  209. package/dist/100/ethereumThresholdSigner/thresholdSignatureResponseTimeoutUpdated.cjs +8 -0
  210. package/dist/100/ethereumThresholdSigner/thresholdSignatureResponseTimeoutUpdated.d.cts +12 -0
  211. package/dist/100/ethereumThresholdSigner/thresholdSignatureSuccess.cjs +12 -0
  212. package/dist/100/ethereumThresholdSigner/thresholdSignatureSuccess.d.cts +15 -0
  213. package/dist/100/ethereumThresholdSigner/thresholdSignatureSuccess.d.mts +2 -2
  214. package/dist/100/ethereumVault/awaitingGovernanceActivation.cjs +9 -0
  215. package/dist/100/ethereumVault/awaitingGovernanceActivation.d.cts +39 -0
  216. package/dist/100/ethereumVault/keyHandoverFailure.cjs +9 -0
  217. package/dist/100/ethereumVault/keyHandoverFailure.d.cts +12 -0
  218. package/dist/100/ethereumVault/keyHandoverFailureReported.cjs +7 -0
  219. package/dist/100/ethereumVault/keyHandoverFailureReported.d.cts +6 -0
  220. package/dist/100/ethereumVault/keyHandoverRequest.cjs +17 -0
  221. package/dist/100/ethereumVault/keyHandoverRequest.d.cts +84 -0
  222. package/dist/100/ethereumVault/keyHandoverResponseTimeout.cjs +9 -0
  223. package/dist/100/ethereumVault/keyHandoverResponseTimeout.d.cts +12 -0
  224. package/dist/100/ethereumVault/keyHandoverSuccess.cjs +9 -0
  225. package/dist/100/ethereumVault/keyHandoverSuccess.d.cts +12 -0
  226. package/dist/100/ethereumVault/keyHandoverSuccessReported.cjs +7 -0
  227. package/dist/100/ethereumVault/keyHandoverSuccessReported.d.cts +6 -0
  228. package/dist/100/ethereumVault/keyHandoverVerificationFailure.cjs +9 -0
  229. package/dist/100/ethereumVault/keyHandoverVerificationFailure.d.cts +12 -0
  230. package/dist/100/ethereumVault/keyHandoverVerificationSuccess.cjs +9 -0
  231. package/dist/100/ethereumVault/keyHandoverVerificationSuccess.d.cts +39 -0
  232. package/dist/100/ethereumVault/keygenFailure.cjs +7 -0
  233. package/dist/100/ethereumVault/keygenFailure.d.cts +6 -0
  234. package/dist/100/ethereumVault/keygenFailureReported.cjs +7 -0
  235. package/dist/100/ethereumVault/keygenFailureReported.d.cts +6 -0
  236. package/dist/100/ethereumVault/keygenRequest.cjs +13 -0
  237. package/dist/100/ethereumVault/keygenRequest.d.cts +18 -0
  238. package/dist/100/ethereumVault/keygenResponseTimeout.cjs +7 -0
  239. package/dist/100/ethereumVault/keygenResponseTimeout.d.cts +6 -0
  240. package/dist/100/ethereumVault/keygenResponseTimeoutUpdated.cjs +8 -0
  241. package/dist/100/ethereumVault/keygenResponseTimeoutUpdated.d.cts +12 -0
  242. package/dist/100/ethereumVault/keygenSuccess.cjs +7 -0
  243. package/dist/100/ethereumVault/keygenSuccess.d.cts +6 -0
  244. package/dist/100/ethereumVault/keygenSuccessReported.cjs +7 -0
  245. package/dist/100/ethereumVault/keygenSuccessReported.d.cts +6 -0
  246. package/dist/100/ethereumVault/keygenVerificationFailure.cjs +9 -0
  247. package/dist/100/ethereumVault/keygenVerificationFailure.d.cts +12 -0
  248. package/dist/100/ethereumVault/keygenVerificationSuccess.cjs +9 -0
  249. package/dist/100/ethereumVault/keygenVerificationSuccess.d.cts +39 -0
  250. package/dist/100/ethereumVault/noKeyHandover.cjs +8 -0
  251. package/dist/100/ethereumVault/noKeyHandover.d.cts +6 -0
  252. package/dist/100/ethereumVault/vaultRotatedExternally.cjs +7 -0
  253. package/dist/100/ethereumVault/vaultRotatedExternally.d.cts +25 -0
  254. package/dist/100/ethereumVault/vaultRotationAborted.cjs +8 -0
  255. package/dist/100/ethereumVault/vaultRotationAborted.d.cts +6 -0
  256. package/dist/100/ethereumVault/vaultRotationCompleted.cjs +8 -0
  257. package/dist/100/ethereumVault/vaultRotationCompleted.d.cts +6 -0
  258. package/dist/100/flip/accountReaped.cjs +12 -0
  259. package/dist/100/flip/accountReaped.d.cts +15 -0
  260. package/dist/100/flip/remainingImbalance.cjs +12 -0
  261. package/dist/100/flip/remainingImbalance.d.cts +113 -0
  262. package/dist/100/flip/slashingPerformed.cjs +12 -0
  263. package/dist/100/flip/slashingPerformed.d.cts +15 -0
  264. package/dist/100/flip/slashingRateUpdated.cjs +8 -0
  265. package/dist/100/flip/slashingRateUpdated.d.cts +12 -0
  266. package/dist/100/funding/addedRestrictedAddress.cjs +9 -0
  267. package/dist/100/funding/addedRestrictedAddress.d.cts +12 -0
  268. package/dist/100/funding/boundExecutorAddress.cjs +12 -0
  269. package/dist/100/funding/boundExecutorAddress.d.cts +15 -0
  270. package/dist/100/funding/boundExecutorAddress.d.mts +2 -2
  271. package/dist/100/funding/boundRedeemAddress.cjs +12 -0
  272. package/dist/100/funding/boundRedeemAddress.d.cts +15 -0
  273. package/dist/100/funding/boundRedeemAddress.d.mts +2 -2
  274. package/dist/100/funding/failedFundingAttempt.cjs +13 -0
  275. package/dist/100/funding/failedFundingAttempt.d.cts +18 -0
  276. package/dist/100/funding/failedFundingAttempt.d.mts +2 -2
  277. package/dist/100/funding/funded.cjs +14 -0
  278. package/dist/100/funding/funded.d.cts +21 -0
  279. package/dist/100/funding/funded.d.mts +2 -2
  280. package/dist/100/funding/minimumFundingUpdated.cjs +9 -0
  281. package/dist/100/funding/minimumFundingUpdated.d.cts +12 -0
  282. package/dist/100/funding/redemptionAmountZero.cjs +9 -0
  283. package/dist/100/funding/redemptionAmountZero.d.cts +12 -0
  284. package/dist/100/funding/redemptionExpired.cjs +9 -0
  285. package/dist/100/funding/redemptionExpired.d.cts +12 -0
  286. package/dist/100/funding/redemptionRequested.cjs +14 -0
  287. package/dist/100/funding/redemptionRequested.d.cts +21 -0
  288. package/dist/100/funding/redemptionRequested.d.mts +2 -2
  289. package/dist/100/funding/redemptionSettled.cjs +9 -0
  290. package/dist/100/funding/redemptionSettled.d.cts +6 -0
  291. package/dist/100/funding/redemptionTaxAmountUpdated.cjs +9 -0
  292. package/dist/100/funding/redemptionTaxAmountUpdated.d.cts +12 -0
  293. package/dist/100/funding/removedRestrictedAddress.cjs +9 -0
  294. package/dist/100/funding/removedRestrictedAddress.d.cts +12 -0
  295. package/dist/100/funding/startedBidding.cjs +9 -0
  296. package/dist/100/funding/startedBidding.d.cts +12 -0
  297. package/dist/100/funding/stoppedBidding.cjs +9 -0
  298. package/dist/100/funding/stoppedBidding.d.cts +12 -0
  299. package/dist/100/governance/approved.cjs +8 -0
  300. package/dist/100/governance/approved.d.cts +6 -0
  301. package/dist/100/governance/decodeOfCallFailed.cjs +8 -0
  302. package/dist/100/governance/decodeOfCallFailed.d.cts +6 -0
  303. package/dist/100/governance/executed.cjs +8 -0
  304. package/dist/100/governance/executed.d.cts +6 -0
  305. package/dist/100/governance/expired.cjs +8 -0
  306. package/dist/100/governance/expired.d.cts +6 -0
  307. package/dist/100/governance/failedExecution.cjs +7 -0
  308. package/dist/100/governance/failedExecution.d.cts +147 -0
  309. package/dist/100/governance/govKeyCallExecuted.cjs +9 -0
  310. package/dist/100/governance/govKeyCallExecuted.d.cts +12 -0
  311. package/dist/100/governance/govKeyCallExecutionFailed.cjs +12 -0
  312. package/dist/100/governance/govKeyCallExecutionFailed.d.cts +232 -0
  313. package/dist/100/governance/govKeyCallHashWhitelisted.cjs +9 -0
  314. package/dist/100/governance/govKeyCallHashWhitelisted.d.cts +12 -0
  315. package/dist/100/governance/proposed.cjs +8 -0
  316. package/dist/100/governance/proposed.d.cts +6 -0
  317. package/dist/100/grandpa/newAuthorities.cjs +9 -0
  318. package/dist/100/grandpa/newAuthorities.d.cts +12 -0
  319. package/dist/100/grandpa/paused.cjs +8 -0
  320. package/dist/100/grandpa/paused.d.cts +6 -0
  321. package/dist/100/grandpa/resumed.cjs +8 -0
  322. package/dist/100/grandpa/resumed.d.cts +6 -0
  323. package/dist/100/liquidityPools/assetSwapped.cjs +14 -0
  324. package/dist/100/liquidityPools/assetSwapped.d.cts +41 -0
  325. package/dist/100/liquidityPools/assetSwapped.d.mts +12 -12
  326. package/dist/100/liquidityPools/limitOrderUpdated.cjs +19 -0
  327. package/dist/100/liquidityPools/limitOrderUpdated.d.cts +86 -0
  328. package/dist/100/liquidityPools/limitOrderUpdated.d.mts +14 -14
  329. package/dist/100/liquidityPools/networkFeeTaken.cjs +9 -0
  330. package/dist/100/liquidityPools/networkFeeTaken.d.cts +12 -0
  331. package/dist/100/liquidityPools/newPoolCreated.cjs +14 -0
  332. package/dist/100/liquidityPools/newPoolCreated.d.cts +41 -0
  333. package/dist/100/liquidityPools/newPoolCreated.d.mts +12 -12
  334. package/dist/100/liquidityPools/poolFeeSet.cjs +13 -0
  335. package/dist/100/liquidityPools/poolFeeSet.d.cts +38 -0
  336. package/dist/100/liquidityPools/poolFeeSet.d.mts +12 -12
  337. package/dist/100/liquidityPools/poolStateUpdated.cjs +13 -0
  338. package/dist/100/liquidityPools/poolStateUpdated.d.cts +38 -0
  339. package/dist/100/liquidityPools/poolStateUpdated.d.mts +12 -12
  340. package/dist/100/liquidityPools/rangeOrderUpdated.cjs +21 -0
  341. package/dist/100/liquidityPools/rangeOrderUpdated.d.cts +209 -0
  342. package/dist/100/liquidityPools/rangeOrderUpdated.d.mts +20 -20
  343. package/dist/100/liquidityPools/updatedBuyInterval.cjs +8 -0
  344. package/dist/100/liquidityPools/updatedBuyInterval.d.cts +12 -0
  345. package/dist/100/liquidityProvider/accountCredited.cjs +13 -0
  346. package/dist/100/liquidityProvider/accountCredited.d.cts +28 -0
  347. package/dist/100/liquidityProvider/accountCredited.d.mts +7 -7
  348. package/dist/100/liquidityProvider/accountDebited.cjs +13 -0
  349. package/dist/100/liquidityProvider/accountDebited.d.cts +28 -0
  350. package/dist/100/liquidityProvider/accountDebited.d.mts +7 -7
  351. package/dist/100/liquidityProvider/liquidityDepositAddressReady.cjs +15 -0
  352. package/dist/100/liquidityProvider/liquidityDepositAddressReady.d.cts +67 -0
  353. package/dist/100/liquidityProvider/liquidityDepositAddressReady.d.mts +16 -16
  354. package/dist/100/liquidityProvider/liquidityRefundAddressRegistered.cjs +13 -0
  355. package/dist/100/liquidityProvider/liquidityRefundAddressRegistered.d.cts +206 -0
  356. package/dist/100/liquidityProvider/liquidityRefundAddressRegistered.d.mts +2 -2
  357. package/dist/100/liquidityProvider/withdrawalEgressScheduled.cjs +14 -0
  358. package/dist/100/liquidityProvider/withdrawalEgressScheduled.d.cts +74 -0
  359. package/dist/100/liquidityProvider/withdrawalEgressScheduled.d.mts +14 -14
  360. package/dist/100/polkadotBroadcaster/broadcastAborted.cjs +8 -0
  361. package/dist/100/polkadotBroadcaster/broadcastAborted.d.cts +12 -0
  362. package/dist/100/polkadotBroadcaster/broadcastAttemptTimeout.cjs +9 -0
  363. package/dist/100/polkadotBroadcaster/broadcastAttemptTimeout.d.cts +27 -0
  364. package/dist/100/polkadotBroadcaster/broadcastCallbackExecuted.cjs +12 -0
  365. package/dist/100/polkadotBroadcaster/broadcastCallbackExecuted.d.cts +333 -0
  366. package/dist/100/polkadotBroadcaster/broadcastRetryScheduled.cjs +9 -0
  367. package/dist/100/polkadotBroadcaster/broadcastRetryScheduled.d.cts +27 -0
  368. package/dist/100/polkadotBroadcaster/broadcastSuccess.cjs +12 -0
  369. package/dist/100/polkadotBroadcaster/broadcastSuccess.d.cts +15 -0
  370. package/dist/100/polkadotBroadcaster/thresholdSignatureInvalid.cjs +11 -0
  371. package/dist/100/polkadotBroadcaster/thresholdSignatureInvalid.d.cts +15 -0
  372. package/dist/100/polkadotBroadcaster/transactionBroadcastRequest.cjs +14 -0
  373. package/dist/100/polkadotBroadcaster/transactionBroadcastRequest.d.cts +46 -0
  374. package/dist/100/polkadotBroadcaster/transactionFeeDeficitRecorded.cjs +12 -0
  375. package/dist/100/polkadotBroadcaster/transactionFeeDeficitRecorded.d.cts +15 -0
  376. package/dist/100/polkadotBroadcaster/transactionFeeDeficitRefused.cjs +9 -0
  377. package/dist/100/polkadotBroadcaster/transactionFeeDeficitRefused.d.cts +12 -0
  378. package/dist/100/polkadotChainTracking/chainStateUpdated.cjs +9 -0
  379. package/dist/100/polkadotChainTracking/chainStateUpdated.d.cts +75 -0
  380. package/dist/100/polkadotIngressEgress/assetEgressStatusChanged.cjs +12 -0
  381. package/dist/100/polkadotIngressEgress/assetEgressStatusChanged.d.cts +25 -0
  382. package/dist/100/polkadotIngressEgress/batchBroadcastRequested.cjs +12 -0
  383. package/dist/100/polkadotIngressEgress/batchBroadcastRequested.d.cts +25 -0
  384. package/dist/100/polkadotIngressEgress/ccmBroadcastRequested.cjs +12 -0
  385. package/dist/100/polkadotIngressEgress/ccmBroadcastRequested.d.cts +25 -0
  386. package/dist/100/polkadotIngressEgress/ccmEgressInvalid.cjs +12 -0
  387. package/dist/100/polkadotIngressEgress/ccmEgressInvalid.d.cts +242 -0
  388. package/dist/100/polkadotIngressEgress/ccmEgressInvalid.d.mts +4 -4
  389. package/dist/100/polkadotIngressEgress/depositFetchesScheduled.cjs +12 -0
  390. package/dist/100/polkadotIngressEgress/depositFetchesScheduled.d.cts +25 -0
  391. package/dist/100/polkadotIngressEgress/depositFetchesScheduled.d.mts +2 -2
  392. package/dist/100/polkadotIngressEgress/depositIgnored.cjs +13 -0
  393. package/dist/100/polkadotIngressEgress/depositIgnored.d.cts +28 -0
  394. package/dist/100/polkadotIngressEgress/depositIgnored.d.mts +2 -2
  395. package/dist/100/polkadotIngressEgress/depositReceived.cjs +13 -0
  396. package/dist/100/polkadotIngressEgress/depositReceived.d.cts +28 -0
  397. package/dist/100/polkadotIngressEgress/depositReceived.d.mts +2 -2
  398. package/dist/100/polkadotIngressEgress/depositWitnessRejected.cjs +12 -0
  399. package/dist/100/polkadotIngressEgress/depositWitnessRejected.d.cts +264 -0
  400. package/dist/100/polkadotIngressEgress/depositWitnessRejected.d.mts +4 -4
  401. package/dist/100/polkadotIngressEgress/egressScheduled.cjs +14 -0
  402. package/dist/100/polkadotIngressEgress/egressScheduled.d.cts +41 -0
  403. package/dist/100/polkadotIngressEgress/egressScheduled.d.mts +2 -2
  404. package/dist/100/polkadotIngressEgress/minimumDepositSet.cjs +12 -0
  405. package/dist/100/polkadotIngressEgress/minimumDepositSet.d.cts +25 -0
  406. package/dist/100/polkadotIngressEgress/vaultTransferFailed.cjs +13 -0
  407. package/dist/100/polkadotIngressEgress/vaultTransferFailed.d.cts +28 -0
  408. package/dist/100/polkadotThresholdSigner/currentKeyUnavailable.cjs +11 -0
  409. package/dist/100/polkadotThresholdSigner/currentKeyUnavailable.d.cts +15 -0
  410. package/dist/100/polkadotThresholdSigner/failureReportProcessed.cjs +13 -0
  411. package/dist/100/polkadotThresholdSigner/failureReportProcessed.d.cts +18 -0
  412. package/dist/100/polkadotThresholdSigner/failureReportProcessed.d.mts +2 -2
  413. package/dist/100/polkadotThresholdSigner/retryRequested.cjs +12 -0
  414. package/dist/100/polkadotThresholdSigner/retryRequested.d.cts +15 -0
  415. package/dist/100/polkadotThresholdSigner/retryRequested.d.mts +2 -2
  416. package/dist/100/polkadotThresholdSigner/signersUnavailable.cjs +11 -0
  417. package/dist/100/polkadotThresholdSigner/signersUnavailable.d.cts +15 -0
  418. package/dist/100/polkadotThresholdSigner/thresholdDispatchComplete.cjs +13 -0
  419. package/dist/100/polkadotThresholdSigner/thresholdDispatchComplete.d.cts +336 -0
  420. package/dist/100/polkadotThresholdSigner/thresholdDispatchComplete.d.mts +2 -2
  421. package/dist/100/polkadotThresholdSigner/thresholdSignatureFailed.cjs +13 -0
  422. package/dist/100/polkadotThresholdSigner/thresholdSignatureFailed.d.cts +18 -0
  423. package/dist/100/polkadotThresholdSigner/thresholdSignatureFailed.d.mts +2 -2
  424. package/dist/100/polkadotThresholdSigner/thresholdSignatureRequest.cjs +16 -0
  425. package/dist/100/polkadotThresholdSigner/thresholdSignatureRequest.d.cts +27 -0
  426. package/dist/100/polkadotThresholdSigner/thresholdSignatureRequest.d.mts +2 -2
  427. package/dist/100/polkadotThresholdSigner/thresholdSignatureResponseTimeoutUpdated.cjs +8 -0
  428. package/dist/100/polkadotThresholdSigner/thresholdSignatureResponseTimeoutUpdated.d.cts +12 -0
  429. package/dist/100/polkadotThresholdSigner/thresholdSignatureSuccess.cjs +12 -0
  430. package/dist/100/polkadotThresholdSigner/thresholdSignatureSuccess.d.cts +15 -0
  431. package/dist/100/polkadotThresholdSigner/thresholdSignatureSuccess.d.mts +2 -2
  432. package/dist/100/polkadotVault/awaitingGovernanceActivation.cjs +9 -0
  433. package/dist/100/polkadotVault/awaitingGovernanceActivation.d.cts +12 -0
  434. package/dist/100/polkadotVault/keyHandoverFailure.cjs +9 -0
  435. package/dist/100/polkadotVault/keyHandoverFailure.d.cts +12 -0
  436. package/dist/100/polkadotVault/keyHandoverFailureReported.cjs +7 -0
  437. package/dist/100/polkadotVault/keyHandoverFailureReported.d.cts +6 -0
  438. package/dist/100/polkadotVault/keyHandoverRequest.cjs +17 -0
  439. package/dist/100/polkadotVault/keyHandoverRequest.d.cts +30 -0
  440. package/dist/100/polkadotVault/keyHandoverResponseTimeout.cjs +9 -0
  441. package/dist/100/polkadotVault/keyHandoverResponseTimeout.d.cts +12 -0
  442. package/dist/100/polkadotVault/keyHandoverSuccess.cjs +9 -0
  443. package/dist/100/polkadotVault/keyHandoverSuccess.d.cts +12 -0
  444. package/dist/100/polkadotVault/keyHandoverSuccessReported.cjs +7 -0
  445. package/dist/100/polkadotVault/keyHandoverSuccessReported.d.cts +6 -0
  446. package/dist/100/polkadotVault/keyHandoverVerificationFailure.cjs +9 -0
  447. package/dist/100/polkadotVault/keyHandoverVerificationFailure.d.cts +12 -0
  448. package/dist/100/polkadotVault/keyHandoverVerificationSuccess.cjs +9 -0
  449. package/dist/100/polkadotVault/keyHandoverVerificationSuccess.d.cts +12 -0
  450. package/dist/100/polkadotVault/keygenFailure.cjs +7 -0
  451. package/dist/100/polkadotVault/keygenFailure.d.cts +6 -0
  452. package/dist/100/polkadotVault/keygenFailureReported.cjs +7 -0
  453. package/dist/100/polkadotVault/keygenFailureReported.d.cts +6 -0
  454. package/dist/100/polkadotVault/keygenRequest.cjs +13 -0
  455. package/dist/100/polkadotVault/keygenRequest.d.cts +18 -0
  456. package/dist/100/polkadotVault/keygenResponseTimeout.cjs +7 -0
  457. package/dist/100/polkadotVault/keygenResponseTimeout.d.cts +6 -0
  458. package/dist/100/polkadotVault/keygenResponseTimeoutUpdated.cjs +8 -0
  459. package/dist/100/polkadotVault/keygenResponseTimeoutUpdated.d.cts +12 -0
  460. package/dist/100/polkadotVault/keygenSuccess.cjs +7 -0
  461. package/dist/100/polkadotVault/keygenSuccess.d.cts +6 -0
  462. package/dist/100/polkadotVault/keygenSuccessReported.cjs +7 -0
  463. package/dist/100/polkadotVault/keygenSuccessReported.d.cts +6 -0
  464. package/dist/100/polkadotVault/keygenVerificationFailure.cjs +9 -0
  465. package/dist/100/polkadotVault/keygenVerificationFailure.d.cts +12 -0
  466. package/dist/100/polkadotVault/keygenVerificationSuccess.cjs +9 -0
  467. package/dist/100/polkadotVault/keygenVerificationSuccess.d.cts +12 -0
  468. package/dist/100/polkadotVault/noKeyHandover.cjs +8 -0
  469. package/dist/100/polkadotVault/noKeyHandover.d.cts +6 -0
  470. package/dist/100/polkadotVault/vaultRotatedExternally.cjs +7 -0
  471. package/dist/100/polkadotVault/vaultRotatedExternally.d.cts +6 -0
  472. package/dist/100/polkadotVault/vaultRotationAborted.cjs +8 -0
  473. package/dist/100/polkadotVault/vaultRotationAborted.d.cts +6 -0
  474. package/dist/100/polkadotVault/vaultRotationCompleted.cjs +8 -0
  475. package/dist/100/polkadotVault/vaultRotationCompleted.d.cts +6 -0
  476. package/dist/100/reputation/accrualRateUpdated.cjs +11 -0
  477. package/dist/100/reputation/accrualRateUpdated.d.cts +15 -0
  478. package/dist/100/reputation/missedHeartbeatPenaltyUpdated.cjs +8 -0
  479. package/dist/100/reputation/missedHeartbeatPenaltyUpdated.d.cts +12 -0
  480. package/dist/100/reputation/offencePenalty.cjs +13 -0
  481. package/dist/100/reputation/offencePenalty.d.cts +28 -0
  482. package/dist/100/reputation/penaltyUpdated.cjs +13 -0
  483. package/dist/100/reputation/penaltyUpdated.d.cts +58 -0
  484. package/dist/100/session/newSession.cjs +8 -0
  485. package/dist/100/session/newSession.d.cts +12 -0
  486. package/dist/100/swapping/batchSwapFailed.cjs +13 -0
  487. package/dist/100/swapping/batchSwapFailed.d.cts +38 -0
  488. package/dist/100/swapping/batchSwapFailed.d.mts +6 -6
  489. package/dist/100/swapping/ccmDepositReceived.cjs +16 -0
  490. package/dist/100/swapping/ccmDepositReceived.d.cts +354 -0
  491. package/dist/100/swapping/ccmDepositReceived.d.mts +8 -8
  492. package/dist/100/swapping/ccmEgressScheduled.cjs +12 -0
  493. package/dist/100/swapping/ccmEgressScheduled.d.cts +25 -0
  494. package/dist/100/swapping/ccmFailed.cjs +13 -0
  495. package/dist/100/swapping/ccmFailed.d.cts +355 -0
  496. package/dist/100/swapping/ccmFailed.d.mts +8 -8
  497. package/dist/100/swapping/minimumSwapAmountSet.cjs +12 -0
  498. package/dist/100/swapping/minimumSwapAmountSet.d.cts +25 -0
  499. package/dist/100/swapping/minimumSwapAmountSet.d.mts +6 -6
  500. package/dist/100/swapping/swapAmountTooLow.cjs +14 -0
  501. package/dist/100/swapping/swapAmountTooLow.d.cts +149 -0
  502. package/dist/100/swapping/swapAmountTooLow.d.mts +19 -19
  503. package/dist/100/swapping/swapDepositAddressReady.cjs +18 -0
  504. package/dist/100/swapping/swapDepositAddressReady.d.cts +139 -0
  505. package/dist/100/swapping/swapDepositAddressReady.d.mts +22 -22
  506. package/dist/100/swapping/swapEgressScheduled.cjs +14 -0
  507. package/dist/100/swapping/swapEgressScheduled.d.cts +41 -0
  508. package/dist/100/swapping/swapEgressScheduled.d.mts +10 -10
  509. package/dist/100/swapping/swapExecuted.cjs +16 -0
  510. package/dist/100/swapping/swapExecuted.d.cts +47 -0
  511. package/dist/100/swapping/swapExecuted.d.mts +15 -15
  512. package/dist/100/swapping/swapScheduled.cjs +18 -0
  513. package/dist/100/swapping/swapScheduled.d.cts +450 -0
  514. package/dist/100/swapping/swapScheduled.d.mts +28 -28
  515. package/dist/100/swapping/withdrawalRequested.cjs +13 -0
  516. package/dist/100/swapping/withdrawalRequested.d.cts +61 -0
  517. package/dist/100/swapping/withdrawalRequested.d.mts +8 -8
  518. package/dist/100/system/codeUpdated.cjs +8 -0
  519. package/dist/100/system/codeUpdated.d.cts +6 -0
  520. package/dist/100/system/extrinsicFailed.cjs +12 -0
  521. package/dist/100/system/extrinsicFailed.d.cts +297 -0
  522. package/dist/100/system/extrinsicSuccess.cjs +9 -0
  523. package/dist/100/system/extrinsicSuccess.d.cts +77 -0
  524. package/dist/100/system/killedAccount.cjs +9 -0
  525. package/dist/100/system/killedAccount.d.cts +12 -0
  526. package/dist/100/system/newAccount.cjs +9 -0
  527. package/dist/100/system/newAccount.d.cts +12 -0
  528. package/dist/100/system/remarked.cjs +12 -0
  529. package/dist/100/system/remarked.d.cts +15 -0
  530. package/dist/100/tokenholderGovernance/govKeyUpdatedHasFailed.cjs +12 -0
  531. package/dist/100/tokenholderGovernance/govKeyUpdatedHasFailed.d.cts +25 -0
  532. package/dist/100/tokenholderGovernance/govKeyUpdatedHasFailed.d.mts +2 -2
  533. package/dist/100/tokenholderGovernance/govKeyUpdatedWasSuccessful.cjs +12 -0
  534. package/dist/100/tokenholderGovernance/govKeyUpdatedWasSuccessful.d.cts +25 -0
  535. package/dist/100/tokenholderGovernance/govKeyUpdatedWasSuccessful.d.mts +2 -2
  536. package/dist/100/tokenholderGovernance/proposalEnacted.cjs +9 -0
  537. package/dist/100/tokenholderGovernance/proposalEnacted.d.cts +54 -0
  538. package/dist/100/tokenholderGovernance/proposalPassed.cjs +9 -0
  539. package/dist/100/tokenholderGovernance/proposalPassed.d.cts +54 -0
  540. package/dist/100/tokenholderGovernance/proposalRejected.cjs +9 -0
  541. package/dist/100/tokenholderGovernance/proposalRejected.d.cts +54 -0
  542. package/dist/100/tokenholderGovernance/proposalSubmitted.cjs +9 -0
  543. package/dist/100/tokenholderGovernance/proposalSubmitted.d.cts +54 -0
  544. package/dist/100/transactionPayment/transactionFeePaid.cjs +13 -0
  545. package/dist/100/transactionPayment/transactionFeePaid.d.cts +18 -0
  546. package/dist/100/validator/auctionCompleted.cjs +9 -0
  547. package/dist/100/validator/auctionCompleted.d.cts +6 -0
  548. package/dist/100/validator/cFEVersionUpdated.cjs +13 -0
  549. package/dist/100/validator/cFEVersionUpdated.d.cts +58 -0
  550. package/dist/100/validator/newEpoch.cjs +8 -0
  551. package/dist/100/validator/newEpoch.d.cts +6 -0
  552. package/dist/100/validator/palletConfigUpdated.cjs +9 -0
  553. package/dist/100/validator/palletConfigUpdated.d.cts +188 -0
  554. package/dist/100/validator/peerIdRegistered.cjs +14 -0
  555. package/dist/100/validator/peerIdRegistered.d.cts +6 -0
  556. package/dist/100/validator/peerIdUnregistered.cjs +9 -0
  557. package/dist/100/validator/peerIdUnregistered.d.cts +6 -0
  558. package/dist/100/validator/rotationAborted.cjs +8 -0
  559. package/dist/100/validator/rotationAborted.d.cts +6 -0
  560. package/dist/100/validator/rotationPhaseUpdated.cjs +9 -0
  561. package/dist/100/validator/rotationPhaseUpdated.d.cts +307 -0
  562. package/dist/100/validator/vanityNameSet.cjs +9 -0
  563. package/dist/100/validator/vanityNameSet.d.cts +6 -0
  564. package/dist/100/witnesser/prewitnessed.cjs +8 -0
  565. package/dist/100/witnesser/prewitnessed.d.cts +12 -0
  566. package/dist/100/witnesser/witnessExecutionFailed.cjs +12 -0
  567. package/dist/100/witnesser/witnessExecutionFailed.d.cts +232 -0
  568. package/dist/102/_virtual/rolldown_runtime.cjs +29 -0
  569. package/dist/102/accountRoles/accountRoleRegistered.cjs +12 -0
  570. package/dist/102/accountRoles/accountRoleRegistered.d.cts +25 -0
  571. package/dist/102/common.cjs +91 -0
  572. package/dist/102/common.d.cts +186 -0
  573. package/dist/102/swapping/maximumSwapAmountSet.cjs +12 -0
  574. package/dist/102/swapping/maximumSwapAmountSet.d.cts +25 -0
  575. package/dist/102/swapping/swapAmountConfiscated.cjs +15 -0
  576. package/dist/102/swapping/swapAmountConfiscated.d.cts +44 -0
  577. package/dist/102/validator/palletConfigUpdated.cjs +9 -0
  578. package/dist/102/validator/palletConfigUpdated.d.cts +203 -0
  579. package/dist/11000/_virtual/rolldown_runtime.cjs +29 -0
  580. package/dist/11000/arbitrumIngressEgress/ccmEgressInvalid.cjs +12 -0
  581. package/dist/11000/arbitrumIngressEgress/ccmEgressInvalid.d.cts +971 -0
  582. package/dist/11000/arbitrumIngressEgress/ccmEgressInvalid.d.mts +26 -26
  583. package/dist/11000/arbitrumIngressEgress/depositFailed.cjs +13 -0
  584. package/dist/11000/arbitrumIngressEgress/depositFailed.d.cts +1355 -0
  585. package/dist/11000/arbitrumIngressEgress/depositFailed.d.mts +34 -34
  586. package/dist/11000/arbitrumIngressEgress/failedToBuildAllBatchCall.cjs +9 -0
  587. package/dist/11000/arbitrumIngressEgress/failedToBuildAllBatchCall.d.cts +978 -0
  588. package/dist/11000/arbitrumIngressEgress/failedToBuildAllBatchCall.d.mts +22 -22
  589. package/dist/11000/arbitrumIngressEgress/invalidCcmRefunded.cjs +13 -0
  590. package/dist/11000/arbitrumIngressEgress/invalidCcmRefunded.d.cts +28 -0
  591. package/dist/11000/arbitrumIngressEgress/palletConfigUpdated.cjs +9 -0
  592. package/dist/11000/arbitrumIngressEgress/palletConfigUpdated.d.cts +136 -0
  593. package/dist/11000/assethubIngressEgress/ccmEgressInvalid.cjs +12 -0
  594. package/dist/11000/assethubIngressEgress/ccmEgressInvalid.d.cts +971 -0
  595. package/dist/11000/assethubIngressEgress/ccmEgressInvalid.d.mts +26 -26
  596. package/dist/11000/assethubIngressEgress/depositFailed.cjs +13 -0
  597. package/dist/11000/assethubIngressEgress/depositFailed.d.cts +1346 -0
  598. package/dist/11000/assethubIngressEgress/depositFailed.d.mts +52 -52
  599. package/dist/11000/assethubIngressEgress/failedToBuildAllBatchCall.cjs +9 -0
  600. package/dist/11000/assethubIngressEgress/failedToBuildAllBatchCall.d.cts +978 -0
  601. package/dist/11000/assethubIngressEgress/failedToBuildAllBatchCall.d.mts +22 -22
  602. package/dist/11000/assethubIngressEgress/invalidCcmRefunded.cjs +13 -0
  603. package/dist/11000/assethubIngressEgress/invalidCcmRefunded.d.cts +28 -0
  604. package/dist/11000/assethubIngressEgress/palletConfigUpdated.cjs +9 -0
  605. package/dist/11000/assethubIngressEgress/palletConfigUpdated.d.cts +136 -0
  606. package/dist/11000/bitcoinElections/allVotesCleared.cjs +8 -0
  607. package/dist/11000/bitcoinElections/allVotesCleared.d.cts +6 -0
  608. package/dist/11000/bitcoinElections/allVotesNotCleared.cjs +8 -0
  609. package/dist/11000/bitcoinElections/allVotesNotCleared.d.cts +6 -0
  610. package/dist/11000/bitcoinElections/corruptStorage.cjs +8 -0
  611. package/dist/11000/bitcoinElections/corruptStorage.d.cts +6 -0
  612. package/dist/11000/bitcoinElections/electoralEvent.cjs +7 -0
  613. package/dist/11000/bitcoinElections/electoralEvent.d.cts +30 -0
  614. package/dist/11000/bitcoinElections/uninitialized.cjs +8 -0
  615. package/dist/11000/bitcoinElections/uninitialized.d.cts +6 -0
  616. package/dist/11000/bitcoinElections/unknownElection.cjs +9 -0
  617. package/dist/11000/bitcoinElections/unknownElection.d.cts +14 -0
  618. package/dist/11000/bitcoinIngressEgress/ccmEgressInvalid.cjs +12 -0
  619. package/dist/11000/bitcoinIngressEgress/ccmEgressInvalid.d.cts +971 -0
  620. package/dist/11000/bitcoinIngressEgress/ccmEgressInvalid.d.mts +26 -26
  621. package/dist/11000/bitcoinIngressEgress/depositFailed.cjs +13 -0
  622. package/dist/11000/bitcoinIngressEgress/depositFailed.d.cts +2264 -0
  623. package/dist/11000/bitcoinIngressEgress/depositFailed.d.mts +34 -34
  624. package/dist/11000/bitcoinIngressEgress/failedToBuildAllBatchCall.cjs +9 -0
  625. package/dist/11000/bitcoinIngressEgress/failedToBuildAllBatchCall.d.cts +978 -0
  626. package/dist/11000/bitcoinIngressEgress/failedToBuildAllBatchCall.d.mts +22 -22
  627. package/dist/11000/bitcoinIngressEgress/invalidCcmRefunded.cjs +13 -0
  628. package/dist/11000/bitcoinIngressEgress/invalidCcmRefunded.d.cts +123 -0
  629. package/dist/11000/bitcoinIngressEgress/palletConfigUpdated.cjs +9 -0
  630. package/dist/11000/bitcoinIngressEgress/palletConfigUpdated.d.cts +136 -0
  631. package/dist/11000/common.cjs +1289 -0
  632. package/dist/11000/common.d.cts +21444 -0
  633. package/dist/11000/common.d.mts +382 -382
  634. package/dist/11000/environment/runtimeSafeModeUpdated.cjs +9 -0
  635. package/dist/11000/environment/runtimeSafeModeUpdated.d.cts +1366 -0
  636. package/dist/11000/environment/solanaGovCallDispatched.cjs +12 -0
  637. package/dist/11000/environment/solanaGovCallDispatched.d.cts +95 -0
  638. package/dist/11000/ethereumIngressEgress/ccmEgressInvalid.cjs +12 -0
  639. package/dist/11000/ethereumIngressEgress/ccmEgressInvalid.d.cts +971 -0
  640. package/dist/11000/ethereumIngressEgress/ccmEgressInvalid.d.mts +26 -26
  641. package/dist/11000/ethereumIngressEgress/depositFailed.cjs +13 -0
  642. package/dist/11000/ethereumIngressEgress/depositFailed.d.cts +1355 -0
  643. package/dist/11000/ethereumIngressEgress/depositFailed.d.mts +34 -34
  644. package/dist/11000/ethereumIngressEgress/failedToBuildAllBatchCall.cjs +9 -0
  645. package/dist/11000/ethereumIngressEgress/failedToBuildAllBatchCall.d.cts +978 -0
  646. package/dist/11000/ethereumIngressEgress/failedToBuildAllBatchCall.d.mts +22 -22
  647. package/dist/11000/ethereumIngressEgress/invalidCcmRefunded.cjs +13 -0
  648. package/dist/11000/ethereumIngressEgress/invalidCcmRefunded.d.cts +28 -0
  649. package/dist/11000/ethereumIngressEgress/palletConfigUpdated.cjs +9 -0
  650. package/dist/11000/ethereumIngressEgress/palletConfigUpdated.d.cts +136 -0
  651. package/dist/11000/funding/rebalance.cjs +13 -0
  652. package/dist/11000/funding/rebalance.d.cts +18 -0
  653. package/dist/11000/lendingPools/boostFundsAdded.cjs +13 -0
  654. package/dist/11000/lendingPools/boostFundsAdded.d.cts +45 -0
  655. package/dist/11000/lendingPools/boostFundsAdded.d.mts +10 -10
  656. package/dist/11000/lendingPools/boostPoolCreated.cjs +9 -0
  657. package/dist/11000/lendingPools/boostPoolCreated.d.cts +39 -0
  658. package/dist/11000/lendingPools/boostPoolCreated.d.mts +8 -8
  659. package/dist/11000/lendingPools/palletConfigUpdated.cjs +9 -0
  660. package/dist/11000/lendingPools/palletConfigUpdated.d.cts +27 -0
  661. package/dist/11000/lendingPools/stoppedBoosting.cjs +14 -0
  662. package/dist/11000/lendingPools/stoppedBoosting.d.cts +48 -0
  663. package/dist/11000/lendingPools/stoppedBoosting.d.mts +10 -10
  664. package/dist/11000/polkadotIngressEgress/ccmEgressInvalid.cjs +12 -0
  665. package/dist/11000/polkadotIngressEgress/ccmEgressInvalid.d.cts +971 -0
  666. package/dist/11000/polkadotIngressEgress/ccmEgressInvalid.d.mts +26 -26
  667. package/dist/11000/polkadotIngressEgress/depositFailed.cjs +13 -0
  668. package/dist/11000/polkadotIngressEgress/depositFailed.d.cts +1346 -0
  669. package/dist/11000/polkadotIngressEgress/depositFailed.d.mts +52 -52
  670. package/dist/11000/polkadotIngressEgress/failedToBuildAllBatchCall.cjs +9 -0
  671. package/dist/11000/polkadotIngressEgress/failedToBuildAllBatchCall.d.cts +978 -0
  672. package/dist/11000/polkadotIngressEgress/failedToBuildAllBatchCall.d.mts +22 -22
  673. package/dist/11000/polkadotIngressEgress/invalidCcmRefunded.cjs +13 -0
  674. package/dist/11000/polkadotIngressEgress/invalidCcmRefunded.d.cts +28 -0
  675. package/dist/11000/polkadotIngressEgress/palletConfigUpdated.cjs +9 -0
  676. package/dist/11000/polkadotIngressEgress/palletConfigUpdated.d.cts +136 -0
  677. package/dist/11000/solanaElections/electoralEvent.cjs +8 -0
  678. package/dist/11000/solanaElections/electoralEvent.d.cts +6 -0
  679. package/dist/11000/solanaElections/unknownElection.cjs +9 -0
  680. package/dist/11000/solanaElections/unknownElection.d.cts +54 -0
  681. package/dist/11000/solanaIngressEgress/ccmEgressInvalid.cjs +12 -0
  682. package/dist/11000/solanaIngressEgress/ccmEgressInvalid.d.cts +971 -0
  683. package/dist/11000/solanaIngressEgress/ccmEgressInvalid.d.mts +26 -26
  684. package/dist/11000/solanaIngressEgress/depositFailed.cjs +13 -0
  685. package/dist/11000/solanaIngressEgress/depositFailed.d.cts +1305 -0
  686. package/dist/11000/solanaIngressEgress/depositFailed.d.mts +34 -34
  687. package/dist/11000/solanaIngressEgress/failedToBuildAllBatchCall.cjs +9 -0
  688. package/dist/11000/solanaIngressEgress/failedToBuildAllBatchCall.d.cts +978 -0
  689. package/dist/11000/solanaIngressEgress/failedToBuildAllBatchCall.d.mts +22 -22
  690. package/dist/11000/solanaIngressEgress/invalidCcmRefunded.cjs +13 -0
  691. package/dist/11000/solanaIngressEgress/invalidCcmRefunded.d.cts +28 -0
  692. package/dist/11000/solanaIngressEgress/palletConfigUpdated.cjs +9 -0
  693. package/dist/11000/solanaIngressEgress/palletConfigUpdated.d.cts +136 -0
  694. package/dist/11000/swapping/palletConfigUpdated.cjs +9 -0
  695. package/dist/11000/swapping/palletConfigUpdated.d.cts +255 -0
  696. package/dist/11000/swapping/palletConfigUpdated.d.mts +32 -32
  697. package/dist/11000/swapping/refundEgressScheduled.cjs +16 -0
  698. package/dist/11000/swapping/refundEgressScheduled.d.cts +57 -0
  699. package/dist/11000/swapping/refundEgressScheduled.d.mts +17 -17
  700. package/dist/11000/swapping/refundedOnChain.cjs +15 -0
  701. package/dist/11000/swapping/refundedOnChain.d.cts +34 -0
  702. package/dist/11000/swapping/refundedOnChain.d.mts +8 -8
  703. package/dist/11000/swapping/swapDepositAddressReady.cjs +24 -0
  704. package/dist/11000/swapping/swapDepositAddressReady.d.cts +657 -0
  705. package/dist/11000/swapping/swapDepositAddressReady.d.mts +18 -18
  706. package/dist/11000/swapping/swapRequested.cjs +19 -0
  707. package/dist/11000/swapping/swapRequested.d.cts +1434 -0
  708. package/dist/11000/swapping/swapRequested.d.mts +16 -16
  709. package/dist/11000/tradingStrategy/strategyDeployed.cjs +13 -0
  710. package/dist/11000/tradingStrategy/strategyDeployed.d.cts +134 -0
  711. package/dist/11000/tradingStrategy/strategyDeployed.d.mts +24 -24
  712. package/dist/11000/validator/palletConfigUpdated.cjs +9 -0
  713. package/dist/11000/validator/palletConfigUpdated.d.cts +218 -0
  714. package/dist/111/_virtual/rolldown_runtime.cjs +29 -0
  715. package/dist/111/bitcoinBroadcaster/callResigned.cjs +8 -0
  716. package/dist/111/bitcoinBroadcaster/callResigned.d.cts +12 -0
  717. package/dist/111/bitcoinBroadcaster/thresholdSignatureInvalid.cjs +9 -0
  718. package/dist/111/bitcoinBroadcaster/thresholdSignatureInvalid.d.cts +27 -0
  719. package/dist/111/bitcoinIngressEgress/ccmBroadcastFailed.cjs +8 -0
  720. package/dist/111/bitcoinIngressEgress/ccmBroadcastFailed.d.cts +12 -0
  721. package/dist/111/bitcoinIngressEgress/failedForeignChainCallExpired.cjs +8 -0
  722. package/dist/111/bitcoinIngressEgress/failedForeignChainCallExpired.d.cts +12 -0
  723. package/dist/111/bitcoinIngressEgress/failedForeignChainCallResigned.cjs +11 -0
  724. package/dist/111/bitcoinIngressEgress/failedForeignChainCallResigned.d.cts +15 -0
  725. package/dist/111/bitcoinIngressEgress/transferFallbackRequested.cjs +14 -0
  726. package/dist/111/bitcoinIngressEgress/transferFallbackRequested.d.cts +126 -0
  727. package/dist/111/common.cjs +159 -0
  728. package/dist/111/common.d.cts +457 -0
  729. package/dist/111/ethereumBroadcaster/callResigned.cjs +8 -0
  730. package/dist/111/ethereumBroadcaster/callResigned.d.cts +12 -0
  731. package/dist/111/ethereumBroadcaster/thresholdSignatureInvalid.cjs +9 -0
  732. package/dist/111/ethereumBroadcaster/thresholdSignatureInvalid.d.cts +27 -0
  733. package/dist/111/ethereumIngressEgress/ccmBroadcastFailed.cjs +8 -0
  734. package/dist/111/ethereumIngressEgress/ccmBroadcastFailed.d.cts +12 -0
  735. package/dist/111/ethereumIngressEgress/failedForeignChainCallExpired.cjs +8 -0
  736. package/dist/111/ethereumIngressEgress/failedForeignChainCallExpired.d.cts +12 -0
  737. package/dist/111/ethereumIngressEgress/failedForeignChainCallResigned.cjs +11 -0
  738. package/dist/111/ethereumIngressEgress/failedForeignChainCallResigned.d.cts +15 -0
  739. package/dist/111/ethereumIngressEgress/transferFallbackRequested.cjs +14 -0
  740. package/dist/111/ethereumIngressEgress/transferFallbackRequested.d.cts +31 -0
  741. package/dist/111/liquidityPools/limitOrderSetOrUpdateScheduled.cjs +13 -0
  742. package/dist/111/liquidityPools/limitOrderSetOrUpdateScheduled.d.cts +18 -0
  743. package/dist/111/liquidityPools/limitOrderUpdated.cjs +20 -0
  744. package/dist/111/liquidityPools/limitOrderUpdated.d.cts +99 -0
  745. package/dist/111/liquidityPools/newPoolCreated.cjs +14 -0
  746. package/dist/111/liquidityPools/newPoolCreated.d.cts +41 -0
  747. package/dist/111/liquidityPools/poolFeeSet.cjs +13 -0
  748. package/dist/111/liquidityPools/poolFeeSet.d.cts +38 -0
  749. package/dist/111/liquidityPools/rangeOrderUpdated.cjs +21 -0
  750. package/dist/111/liquidityPools/rangeOrderUpdated.d.cts +209 -0
  751. package/dist/111/liquidityPools/scheduledLimitOrderUpdateDispatchFailure.cjs +13 -0
  752. package/dist/111/liquidityPools/scheduledLimitOrderUpdateDispatchFailure.d.cts +235 -0
  753. package/dist/111/liquidityPools/scheduledLimitOrderUpdateDispatchSuccess.cjs +12 -0
  754. package/dist/111/liquidityPools/scheduledLimitOrderUpdateDispatchSuccess.d.cts +15 -0
  755. package/dist/111/polkadotBroadcaster/callResigned.cjs +8 -0
  756. package/dist/111/polkadotBroadcaster/callResigned.d.cts +12 -0
  757. package/dist/111/polkadotBroadcaster/thresholdSignatureInvalid.cjs +9 -0
  758. package/dist/111/polkadotBroadcaster/thresholdSignatureInvalid.d.cts +27 -0
  759. package/dist/111/polkadotIngressEgress/ccmBroadcastFailed.cjs +8 -0
  760. package/dist/111/polkadotIngressEgress/ccmBroadcastFailed.d.cts +12 -0
  761. package/dist/111/polkadotIngressEgress/failedForeignChainCallExpired.cjs +8 -0
  762. package/dist/111/polkadotIngressEgress/failedForeignChainCallExpired.d.cts +12 -0
  763. package/dist/111/polkadotIngressEgress/failedForeignChainCallResigned.cjs +11 -0
  764. package/dist/111/polkadotIngressEgress/failedForeignChainCallResigned.d.cts +15 -0
  765. package/dist/111/polkadotIngressEgress/transferFallbackRequested.cjs +14 -0
  766. package/dist/111/polkadotIngressEgress/transferFallbackRequested.d.cts +31 -0
  767. package/dist/11100/_virtual/rolldown_runtime.cjs +29 -0
  768. package/dist/11100/accountRoles/accountRoleDeregistered.cjs +12 -0
  769. package/dist/11100/accountRoles/accountRoleDeregistered.d.cts +25 -0
  770. package/dist/11100/accountRoles/accountRoleRegistered.cjs +12 -0
  771. package/dist/11100/accountRoles/accountRoleRegistered.d.cts +25 -0
  772. package/dist/11100/accountRoles/subAccountCallExecuted.cjs +13 -0
  773. package/dist/11100/accountRoles/subAccountCallExecuted.d.cts +18 -0
  774. package/dist/11100/accountRoles/subAccountCreated.cjs +13 -0
  775. package/dist/11100/accountRoles/subAccountCreated.d.cts +18 -0
  776. package/dist/11100/arbitrumIngressEgress/depositFailed.cjs +13 -0
  777. package/dist/11100/arbitrumIngressEgress/depositFailed.d.cts +1417 -0
  778. package/dist/11100/arbitrumIngressEgress/depositFailed.d.mts +28 -28
  779. package/dist/11100/arbitrumIngressEgress/palletConfigUpdated.cjs +9 -0
  780. package/dist/11100/arbitrumIngressEgress/palletConfigUpdated.d.cts +136 -0
  781. package/dist/11100/assethubIngressEgress/depositFailed.cjs +13 -0
  782. package/dist/11100/assethubIngressEgress/depositFailed.d.cts +1408 -0
  783. package/dist/11100/assethubIngressEgress/depositFailed.d.mts +40 -40
  784. package/dist/11100/assethubIngressEgress/palletConfigUpdated.cjs +9 -0
  785. package/dist/11100/assethubIngressEgress/palletConfigUpdated.d.cts +136 -0
  786. package/dist/11100/bitcoinIngressEgress/depositFailed.cjs +13 -0
  787. package/dist/11100/bitcoinIngressEgress/depositFailed.d.cts +2326 -0
  788. package/dist/11100/bitcoinIngressEgress/depositFailed.d.mts +50 -50
  789. package/dist/11100/bitcoinIngressEgress/palletConfigUpdated.cjs +9 -0
  790. package/dist/11100/bitcoinIngressEgress/palletConfigUpdated.d.cts +136 -0
  791. package/dist/11100/common.cjs +1246 -0
  792. package/dist/11100/common.d.cts +24514 -0
  793. package/dist/11100/common.d.mts +492 -492
  794. package/dist/11100/environment/runtimeSafeModeUpdated.cjs +9 -0
  795. package/dist/11100/environment/runtimeSafeModeUpdated.d.cts +1516 -0
  796. package/dist/11100/environment/runtimeSafeModeUpdated.d.mts +118 -118
  797. package/dist/11100/ethereumIngressEgress/depositFailed.cjs +13 -0
  798. package/dist/11100/ethereumIngressEgress/depositFailed.d.cts +1417 -0
  799. package/dist/11100/ethereumIngressEgress/depositFailed.d.mts +28 -28
  800. package/dist/11100/ethereumIngressEgress/palletConfigUpdated.cjs +9 -0
  801. package/dist/11100/ethereumIngressEgress/palletConfigUpdated.d.cts +136 -0
  802. package/dist/11100/flip/bondUpdated.cjs +12 -0
  803. package/dist/11100/flip/bondUpdated.d.cts +15 -0
  804. package/dist/11100/flip/flipMinted.cjs +12 -0
  805. package/dist/11100/flip/flipMinted.d.cts +15 -0
  806. package/dist/11100/funding/sCCallCannotBeDecoded.cjs +13 -0
  807. package/dist/11100/funding/sCCallCannotBeDecoded.d.cts +18 -0
  808. package/dist/11100/funding/sCCallCannotBeDecoded.d.mts +2 -2
  809. package/dist/11100/funding/sCCallCannotBeExecuted.cjs +14 -0
  810. package/dist/11100/funding/sCCallCannotBeExecuted.d.cts +625 -0
  811. package/dist/11100/funding/sCCallCannotBeExecuted.d.mts +2 -2
  812. package/dist/11100/funding/sCCallExecuted.cjs +13 -0
  813. package/dist/11100/funding/sCCallExecuted.d.cts +252 -0
  814. package/dist/11100/funding/sCCallExecuted.d.mts +2 -2
  815. package/dist/11100/genericElections/allVotesCleared.cjs +8 -0
  816. package/dist/11100/genericElections/allVotesCleared.d.cts +6 -0
  817. package/dist/11100/genericElections/allVotesNotCleared.cjs +8 -0
  818. package/dist/11100/genericElections/allVotesNotCleared.d.cts +6 -0
  819. package/dist/11100/genericElections/corruptStorage.cjs +8 -0
  820. package/dist/11100/genericElections/corruptStorage.d.cts +6 -0
  821. package/dist/11100/genericElections/electoralEvent.cjs +7 -0
  822. package/dist/11100/genericElections/electoralEvent.d.cts +64 -0
  823. package/dist/11100/genericElections/uninitialized.cjs +8 -0
  824. package/dist/11100/genericElections/uninitialized.d.cts +6 -0
  825. package/dist/11100/genericElections/unknownElection.cjs +9 -0
  826. package/dist/11100/genericElections/unknownElection.d.cts +14 -0
  827. package/dist/11100/lendingPools/collateralAdded.cjs +13 -0
  828. package/dist/11100/lendingPools/collateralAdded.d.cts +38 -0
  829. package/dist/11100/lendingPools/collateralAdded.d.mts +12 -12
  830. package/dist/11100/lendingPools/collateralRemoved.cjs +13 -0
  831. package/dist/11100/lendingPools/collateralRemoved.d.cts +38 -0
  832. package/dist/11100/lendingPools/collateralRemoved.d.mts +12 -12
  833. package/dist/11100/lendingPools/lendingFeeCollectionInitiated.cjs +12 -0
  834. package/dist/11100/lendingPools/lendingFeeCollectionInitiated.d.cts +25 -0
  835. package/dist/11100/lendingPools/lendingFeeCollectionInitiated.d.mts +6 -6
  836. package/dist/11100/lendingPools/lendingFundsAdded.cjs +13 -0
  837. package/dist/11100/lendingPools/lendingFundsAdded.d.cts +28 -0
  838. package/dist/11100/lendingPools/lendingFundsAdded.d.mts +7 -7
  839. package/dist/11100/lendingPools/lendingFundsRemoved.cjs +13 -0
  840. package/dist/11100/lendingPools/lendingFundsRemoved.d.cts +28 -0
  841. package/dist/11100/lendingPools/lendingFundsRemoved.d.mts +6 -6
  842. package/dist/11100/lendingPools/lendingPoolCreated.cjs +9 -0
  843. package/dist/11100/lendingPools/lendingPoolCreated.d.cts +22 -0
  844. package/dist/11100/lendingPools/lendingPoolCreated.d.mts +6 -6
  845. package/dist/11100/lendingPools/liquidationInitiated.cjs +13 -0
  846. package/dist/11100/lendingPools/liquidationInitiated.d.cts +18 -0
  847. package/dist/11100/lendingPools/loanCreated.cjs +15 -0
  848. package/dist/11100/lendingPools/loanCreated.d.cts +34 -0
  849. package/dist/11100/lendingPools/loanCreated.d.mts +9 -9
  850. package/dist/11100/lendingPools/loanRepaid.cjs +13 -0
  851. package/dist/11100/lendingPools/loanRepaid.d.cts +28 -0
  852. package/dist/11100/lendingPools/loanRepaid.d.mts +6 -6
  853. package/dist/11100/lendingPools/loanSettled.cjs +12 -0
  854. package/dist/11100/lendingPools/loanSettled.d.cts +25 -0
  855. package/dist/11100/lendingPools/loanSettled.d.mts +6 -6
  856. package/dist/11100/lendingPools/loanUpdated.cjs +13 -0
  857. package/dist/11100/lendingPools/loanUpdated.d.cts +18 -0
  858. package/dist/11100/polkadotIngressEgress/depositFailed.cjs +13 -0
  859. package/dist/11100/polkadotIngressEgress/depositFailed.d.cts +1408 -0
  860. package/dist/11100/polkadotIngressEgress/depositFailed.d.mts +46 -46
  861. package/dist/11100/polkadotIngressEgress/palletConfigUpdated.cjs +9 -0
  862. package/dist/11100/polkadotIngressEgress/palletConfigUpdated.d.cts +136 -0
  863. package/dist/11100/solanaIngressEgress/depositFailed.cjs +13 -0
  864. package/dist/11100/solanaIngressEgress/depositFailed.d.cts +1367 -0
  865. package/dist/11100/solanaIngressEgress/depositFailed.d.mts +28 -28
  866. package/dist/11100/solanaIngressEgress/palletConfigUpdated.cjs +9 -0
  867. package/dist/11100/solanaIngressEgress/palletConfigUpdated.d.cts +136 -0
  868. package/dist/11100/swapping/swapAborted.cjs +12 -0
  869. package/dist/11100/swapping/swapAborted.d.cts +25 -0
  870. package/dist/11100/swapping/swapAborted.d.mts +2 -2
  871. package/dist/11100/swapping/swapDepositAddressReady.cjs +24 -0
  872. package/dist/11100/swapping/swapDepositAddressReady.d.cts +695 -0
  873. package/dist/11100/swapping/swapDepositAddressReady.d.mts +14 -14
  874. package/dist/11100/swapping/swapExecuted.cjs +20 -0
  875. package/dist/11100/swapping/swapExecuted.d.cts +59 -0
  876. package/dist/11100/swapping/swapExecuted.d.mts +14 -14
  877. package/dist/11100/swapping/swapRequested.cjs +19 -0
  878. package/dist/11100/swapping/swapRequested.d.cts +3022 -0
  879. package/dist/11100/swapping/swapRequested.d.mts +42 -42
  880. package/dist/11100/swapping/swapRescheduled.cjs +13 -0
  881. package/dist/11100/swapping/swapRescheduled.d.cts +28 -0
  882. package/dist/11100/swapping/swapRescheduled.d.mts +2 -2
  883. package/dist/11100/validator/delegated.cjs +13 -0
  884. package/dist/11100/validator/delegated.d.cts +18 -0
  885. package/dist/11100/validator/delegatorAllowed.cjs +12 -0
  886. package/dist/11100/validator/delegatorAllowed.d.cts +15 -0
  887. package/dist/11100/validator/delegatorBlocked.cjs +12 -0
  888. package/dist/11100/validator/delegatorBlocked.d.cts +15 -0
  889. package/dist/11100/validator/maxBidUpdated.cjs +12 -0
  890. package/dist/11100/validator/maxBidUpdated.d.cts +45 -0
  891. package/dist/11100/validator/operatorAcceptedByValidator.cjs +12 -0
  892. package/dist/11100/validator/operatorAcceptedByValidator.d.cts +15 -0
  893. package/dist/11100/validator/operatorAcceptedByValidator.d.mts +2 -2
  894. package/dist/11100/validator/operatorSettingsUpdated.cjs +12 -0
  895. package/dist/11100/validator/operatorSettingsUpdated.d.cts +42 -0
  896. package/dist/11100/validator/palletConfigUpdated.cjs +9 -0
  897. package/dist/11100/validator/palletConfigUpdated.d.cts +188 -0
  898. package/dist/11100/validator/rotationPhaseUpdated.cjs +9 -0
  899. package/dist/11100/validator/rotationPhaseUpdated.d.cts +237 -0
  900. package/dist/11100/validator/unDelegationFinalized.cjs +12 -0
  901. package/dist/11100/validator/unDelegationFinalized.d.cts +15 -0
  902. package/dist/11100/validator/undelegated.cjs +13 -0
  903. package/dist/11100/validator/undelegated.d.cts +18 -0
  904. package/dist/11100/validator/validatorClaimed.cjs +12 -0
  905. package/dist/11100/validator/validatorClaimed.d.cts +15 -0
  906. package/dist/11100/validator/validatorClaimed.d.mts +2 -2
  907. package/dist/11100/validator/validatorRemovedFromOperator.cjs +12 -0
  908. package/dist/11100/validator/validatorRemovedFromOperator.d.cts +15 -0
  909. package/dist/11100/validator/validatorRemovedFromOperator.d.mts +2 -2
  910. package/dist/11200/_virtual/rolldown_runtime.cjs +29 -0
  911. package/dist/11200/arbitrumIngressEgress/channelRejectionRequestReceived.cjs +12 -0
  912. package/dist/11200/arbitrumIngressEgress/channelRejectionRequestReceived.d.cts +15 -0
  913. package/dist/11200/arbitrumIngressEgress/depositBoosted.cjs +22 -0
  914. package/dist/11200/arbitrumIngressEgress/depositBoosted.d.cts +204 -0
  915. package/dist/11200/arbitrumIngressEgress/depositBoosted.d.mts +6 -6
  916. package/dist/11200/arbitrumIngressEgress/depositFailed.cjs +13 -0
  917. package/dist/11200/arbitrumIngressEgress/depositFailed.d.cts +1427 -0
  918. package/dist/11200/arbitrumIngressEgress/depositFailed.d.mts +184 -184
  919. package/dist/11200/arbitrumIngressEgress/depositFinalised.cjs +20 -0
  920. package/dist/11200/arbitrumIngressEgress/depositFinalised.d.cts +198 -0
  921. package/dist/11200/arbitrumIngressEgress/palletConfigUpdated.cjs +9 -0
  922. package/dist/11200/arbitrumIngressEgress/palletConfigUpdated.d.cts +151 -0
  923. package/dist/11200/assethubIngressEgress/channelRejectionRequestReceived.cjs +12 -0
  924. package/dist/11200/assethubIngressEgress/channelRejectionRequestReceived.d.cts +15 -0
  925. package/dist/11200/assethubIngressEgress/depositBoosted.cjs +22 -0
  926. package/dist/11200/assethubIngressEgress/depositBoosted.d.cts +194 -0
  927. package/dist/11200/assethubIngressEgress/depositFailed.cjs +13 -0
  928. package/dist/11200/assethubIngressEgress/depositFailed.d.cts +1418 -0
  929. package/dist/11200/assethubIngressEgress/depositFailed.d.mts +184 -184
  930. package/dist/11200/assethubIngressEgress/depositFinalised.cjs +20 -0
  931. package/dist/11200/assethubIngressEgress/depositFinalised.d.cts +188 -0
  932. package/dist/11200/assethubIngressEgress/depositFinalised.d.mts +2 -2
  933. package/dist/11200/assethubIngressEgress/palletConfigUpdated.cjs +9 -0
  934. package/dist/11200/assethubIngressEgress/palletConfigUpdated.d.cts +151 -0
  935. package/dist/11200/bitcoinIngressEgress/channelRejectionRequestReceived.cjs +12 -0
  936. package/dist/11200/bitcoinIngressEgress/channelRejectionRequestReceived.d.cts +110 -0
  937. package/dist/11200/bitcoinIngressEgress/channelRejectionRequestReceived.d.mts +20 -20
  938. package/dist/11200/bitcoinIngressEgress/depositBoosted.cjs +22 -0
  939. package/dist/11200/bitcoinIngressEgress/depositBoosted.d.cts +418 -0
  940. package/dist/11200/bitcoinIngressEgress/depositBoosted.d.mts +26 -26
  941. package/dist/11200/bitcoinIngressEgress/depositFailed.cjs +13 -0
  942. package/dist/11200/bitcoinIngressEgress/depositFailed.d.cts +2336 -0
  943. package/dist/11200/bitcoinIngressEgress/depositFailed.d.mts +314 -314
  944. package/dist/11200/bitcoinIngressEgress/depositFinalised.cjs +20 -0
  945. package/dist/11200/bitcoinIngressEgress/depositFinalised.d.cts +412 -0
  946. package/dist/11200/bitcoinIngressEgress/depositFinalised.d.mts +22 -22
  947. package/dist/11200/bitcoinIngressEgress/palletConfigUpdated.cjs +9 -0
  948. package/dist/11200/bitcoinIngressEgress/palletConfigUpdated.d.cts +151 -0
  949. package/dist/11200/common.cjs +1388 -0
  950. package/dist/11200/common.d.cts +23978 -0
  951. package/dist/11200/common.d.mts +2689 -2689
  952. package/dist/11200/environment/runtimeSafeModeUpdated.cjs +9 -0
  953. package/dist/11200/environment/runtimeSafeModeUpdated.d.cts +1391 -0
  954. package/dist/11200/environment/runtimeSafeModeUpdated.d.mts +12 -12
  955. package/dist/11200/ethereumIngressEgress/channelRejectionRequestReceived.cjs +12 -0
  956. package/dist/11200/ethereumIngressEgress/channelRejectionRequestReceived.d.cts +15 -0
  957. package/dist/11200/ethereumIngressEgress/depositBoosted.cjs +22 -0
  958. package/dist/11200/ethereumIngressEgress/depositBoosted.d.cts +204 -0
  959. package/dist/11200/ethereumIngressEgress/depositBoosted.d.mts +6 -6
  960. package/dist/11200/ethereumIngressEgress/depositFailed.cjs +13 -0
  961. package/dist/11200/ethereumIngressEgress/depositFailed.d.cts +1427 -0
  962. package/dist/11200/ethereumIngressEgress/depositFailed.d.mts +184 -184
  963. package/dist/11200/ethereumIngressEgress/depositFinalised.cjs +20 -0
  964. package/dist/11200/ethereumIngressEgress/depositFinalised.d.cts +198 -0
  965. package/dist/11200/ethereumIngressEgress/depositFinalised.d.mts +2 -2
  966. package/dist/11200/ethereumIngressEgress/palletConfigUpdated.cjs +9 -0
  967. package/dist/11200/ethereumIngressEgress/palletConfigUpdated.d.cts +151 -0
  968. package/dist/11200/polkadotIngressEgress/channelRejectionRequestReceived.cjs +12 -0
  969. package/dist/11200/polkadotIngressEgress/channelRejectionRequestReceived.d.cts +15 -0
  970. package/dist/11200/polkadotIngressEgress/depositBoosted.cjs +22 -0
  971. package/dist/11200/polkadotIngressEgress/depositBoosted.d.cts +194 -0
  972. package/dist/11200/polkadotIngressEgress/depositBoosted.d.mts +6 -6
  973. package/dist/11200/polkadotIngressEgress/depositFailed.cjs +13 -0
  974. package/dist/11200/polkadotIngressEgress/depositFailed.d.cts +1418 -0
  975. package/dist/11200/polkadotIngressEgress/depositFailed.d.mts +184 -184
  976. package/dist/11200/polkadotIngressEgress/depositFinalised.cjs +20 -0
  977. package/dist/11200/polkadotIngressEgress/depositFinalised.d.cts +188 -0
  978. package/dist/11200/polkadotIngressEgress/depositFinalised.d.mts +2 -2
  979. package/dist/11200/polkadotIngressEgress/palletConfigUpdated.cjs +9 -0
  980. package/dist/11200/polkadotIngressEgress/palletConfigUpdated.d.cts +151 -0
  981. package/dist/11200/solanaIngressEgress/channelRejectionRequestReceived.cjs +12 -0
  982. package/dist/11200/solanaIngressEgress/channelRejectionRequestReceived.d.cts +15 -0
  983. package/dist/11200/solanaIngressEgress/depositBoosted.cjs +22 -0
  984. package/dist/11200/solanaIngressEgress/depositBoosted.d.cts +224 -0
  985. package/dist/11200/solanaIngressEgress/depositBoosted.d.mts +14 -14
  986. package/dist/11200/solanaIngressEgress/depositFailed.cjs +13 -0
  987. package/dist/11200/solanaIngressEgress/depositFailed.d.cts +1499 -0
  988. package/dist/11200/solanaIngressEgress/depositFailed.d.mts +216 -216
  989. package/dist/11200/solanaIngressEgress/depositFinalised.cjs +20 -0
  990. package/dist/11200/solanaIngressEgress/depositFinalised.d.cts +218 -0
  991. package/dist/11200/solanaIngressEgress/depositFinalised.d.mts +10 -10
  992. package/dist/11200/solanaIngressEgress/palletConfigUpdated.cjs +9 -0
  993. package/dist/11200/solanaIngressEgress/palletConfigUpdated.d.cts +151 -0
  994. package/dist/11200/solanaIngressEgress/transactionRejectedByBroker.cjs +12 -0
  995. package/dist/11200/solanaIngressEgress/transactionRejectedByBroker.d.cts +45 -0
  996. package/dist/11200/solanaIngressEgress/transactionRejectedByBroker.d.mts +8 -8
  997. package/dist/11200/solanaIngressEgress/transactionRejectionFailed.cjs +9 -0
  998. package/dist/11200/solanaIngressEgress/transactionRejectionFailed.d.cts +42 -0
  999. package/dist/11200/solanaIngressEgress/transactionRejectionFailed.d.mts +8 -8
  1000. package/dist/11200/swapping/swapAborted.cjs +12 -0
  1001. package/dist/11200/swapping/swapAborted.d.cts +25 -0
  1002. package/dist/11200/swapping/swapRequested.cjs +19 -0
  1003. package/dist/11200/swapping/swapRequested.d.cts +2922 -0
  1004. package/dist/11200/swapping/swapRequested.d.mts +370 -370
  1005. package/dist/11200/swapping/swapRescheduled.cjs +13 -0
  1006. package/dist/11200/swapping/swapRescheduled.d.cts +28 -0
  1007. package/dist/11200/validator/operatorSettingsUpdated.cjs +12 -0
  1008. package/dist/11200/validator/operatorSettingsUpdated.d.cts +42 -0
  1009. package/dist/11200/validator/palletConfigUpdated.cjs +9 -0
  1010. package/dist/11200/validator/palletConfigUpdated.d.cts +203 -0
  1011. package/dist/120/_virtual/rolldown_runtime.cjs +29 -0
  1012. package/dist/120/bitcoinBroadcaster/broadcastRetryScheduled.cjs +11 -0
  1013. package/dist/120/bitcoinBroadcaster/broadcastRetryScheduled.d.cts +15 -0
  1014. package/dist/120/bitcoinBroadcaster/broadcastTimeout.cjs +8 -0
  1015. package/dist/120/bitcoinBroadcaster/broadcastTimeout.d.cts +12 -0
  1016. package/dist/120/bitcoinBroadcaster/thresholdSignatureInvalid.cjs +8 -0
  1017. package/dist/120/bitcoinBroadcaster/thresholdSignatureInvalid.d.cts +12 -0
  1018. package/dist/120/bitcoinBroadcaster/transactionBroadcastRequest.cjs +14 -0
  1019. package/dist/120/bitcoinBroadcaster/transactionBroadcastRequest.d.cts +31 -0
  1020. package/dist/120/bitcoinChainTracking/chainStateUpdated.cjs +9 -0
  1021. package/dist/120/bitcoinChainTracking/chainStateUpdated.d.cts +59 -0
  1022. package/dist/120/bitcoinIngressEgress/depositIgnored.cjs +15 -0
  1023. package/dist/120/bitcoinIngressEgress/depositIgnored.d.cts +154 -0
  1024. package/dist/120/bitcoinIngressEgress/depositIgnored.d.mts +24 -24
  1025. package/dist/120/bitcoinIngressEgress/depositReceived.cjs +16 -0
  1026. package/dist/120/bitcoinIngressEgress/depositReceived.d.cts +207 -0
  1027. package/dist/120/bitcoinIngressEgress/depositReceived.d.mts +28 -28
  1028. package/dist/120/bitcoinIngressEgress/utxoConsolidation.cjs +8 -0
  1029. package/dist/120/bitcoinIngressEgress/utxoConsolidation.d.cts +12 -0
  1030. package/dist/120/common.cjs +284 -0
  1031. package/dist/120/common.d.cts +955 -0
  1032. package/dist/120/common.d.mts +93 -93
  1033. package/dist/120/emissions/backupRewardsDistributed.cjs +12 -0
  1034. package/dist/120/emissions/backupRewardsDistributed.d.cts +15 -0
  1035. package/dist/120/emissions/flipBurnSkipped.cjs +9 -0
  1036. package/dist/120/emissions/flipBurnSkipped.d.cts +229 -0
  1037. package/dist/120/emissions/flipBurnSkipped.d.mts +16 -16
  1038. package/dist/120/emissions/networkFeeBurned.cjs +12 -0
  1039. package/dist/120/emissions/networkFeeBurned.d.cts +25 -0
  1040. package/dist/120/environment/utxoConsolidationParametersUpdated.cjs +9 -0
  1041. package/dist/120/environment/utxoConsolidationParametersUpdated.d.cts +27 -0
  1042. package/dist/120/ethereumBroadcaster/broadcastRetryScheduled.cjs +11 -0
  1043. package/dist/120/ethereumBroadcaster/broadcastRetryScheduled.d.cts +15 -0
  1044. package/dist/120/ethereumBroadcaster/broadcastTimeout.cjs +8 -0
  1045. package/dist/120/ethereumBroadcaster/broadcastTimeout.d.cts +12 -0
  1046. package/dist/120/ethereumBroadcaster/thresholdSignatureInvalid.cjs +8 -0
  1047. package/dist/120/ethereumBroadcaster/thresholdSignatureInvalid.d.cts +12 -0
  1048. package/dist/120/ethereumBroadcaster/transactionBroadcastRequest.cjs +14 -0
  1049. package/dist/120/ethereumBroadcaster/transactionBroadcastRequest.d.cts +76 -0
  1050. package/dist/120/ethereumIngressEgress/depositIgnored.cjs +14 -0
  1051. package/dist/120/ethereumIngressEgress/depositIgnored.d.cts +41 -0
  1052. package/dist/120/ethereumIngressEgress/depositReceived.cjs +15 -0
  1053. package/dist/120/ethereumIngressEgress/depositReceived.d.cts +94 -0
  1054. package/dist/120/ethereumIngressEgress/utxoConsolidation.cjs +8 -0
  1055. package/dist/120/ethereumIngressEgress/utxoConsolidation.d.cts +12 -0
  1056. package/dist/120/liquidityProvider/liquidityDepositCredited.cjs +13 -0
  1057. package/dist/120/liquidityProvider/liquidityDepositCredited.d.cts +28 -0
  1058. package/dist/120/liquidityProvider/liquidityDepositCredited.d.mts +6 -6
  1059. package/dist/120/liquidityProvider/withdrawalEgressScheduled.cjs +15 -0
  1060. package/dist/120/liquidityProvider/withdrawalEgressScheduled.d.cts +77 -0
  1061. package/dist/120/liquidityProvider/withdrawalEgressScheduled.d.mts +10 -10
  1062. package/dist/120/polkadotBroadcaster/broadcastRetryScheduled.cjs +11 -0
  1063. package/dist/120/polkadotBroadcaster/broadcastRetryScheduled.d.cts +15 -0
  1064. package/dist/120/polkadotBroadcaster/broadcastTimeout.cjs +8 -0
  1065. package/dist/120/polkadotBroadcaster/broadcastTimeout.d.cts +12 -0
  1066. package/dist/120/polkadotBroadcaster/thresholdSignatureInvalid.cjs +8 -0
  1067. package/dist/120/polkadotBroadcaster/thresholdSignatureInvalid.d.cts +12 -0
  1068. package/dist/120/polkadotBroadcaster/transactionBroadcastRequest.cjs +14 -0
  1069. package/dist/120/polkadotBroadcaster/transactionBroadcastRequest.d.cts +31 -0
  1070. package/dist/120/polkadotIngressEgress/depositIgnored.cjs +14 -0
  1071. package/dist/120/polkadotIngressEgress/depositIgnored.d.cts +41 -0
  1072. package/dist/120/polkadotIngressEgress/depositReceived.cjs +15 -0
  1073. package/dist/120/polkadotIngressEgress/depositReceived.d.cts +94 -0
  1074. package/dist/120/polkadotIngressEgress/utxoConsolidation.cjs +8 -0
  1075. package/dist/120/polkadotIngressEgress/utxoConsolidation.d.cts +12 -0
  1076. package/dist/120/swapping/ccmFailed.cjs +13 -0
  1077. package/dist/120/swapping/ccmFailed.d.cts +355 -0
  1078. package/dist/120/swapping/ccmFailed.d.mts +62 -62
  1079. package/dist/120/swapping/swapEgressIgnored.cjs +14 -0
  1080. package/dist/120/swapping/swapEgressIgnored.d.cts +248 -0
  1081. package/dist/120/swapping/swapEgressIgnored.d.mts +24 -24
  1082. package/dist/120/swapping/swapEgressScheduled.cjs +15 -0
  1083. package/dist/120/swapping/swapEgressScheduled.d.cts +44 -0
  1084. package/dist/120/swapping/swapEgressScheduled.d.mts +8 -8
  1085. package/dist/120/swapping/swapExecuted.cjs +18 -0
  1086. package/dist/120/swapping/swapExecuted.d.cts +53 -0
  1087. package/dist/120/swapping/swapExecuted.d.mts +12 -12
  1088. package/dist/120/swapping/withdrawalRequested.cjs +14 -0
  1089. package/dist/120/swapping/withdrawalRequested.d.cts +64 -0
  1090. package/dist/120/swapping/withdrawalRequested.d.mts +4 -4
  1091. package/dist/131/_virtual/rolldown_runtime.cjs +29 -0
  1092. package/dist/131/bitcoinBroadcaster/broadcastSuccess.cjs +13 -0
  1093. package/dist/131/bitcoinBroadcaster/broadcastSuccess.d.cts +18 -0
  1094. package/dist/131/bitcoinBroadcaster/transactionBroadcastRequest.cjs +14 -0
  1095. package/dist/131/bitcoinBroadcaster/transactionBroadcastRequest.d.cts +31 -0
  1096. package/dist/131/bitcoinBroadcaster/transactionBroadcastRequest.d.mts +2 -2
  1097. package/dist/131/bitcoinChainTracking/feeMultiplierUpdated.cjs +9 -0
  1098. package/dist/131/bitcoinChainTracking/feeMultiplierUpdated.d.cts +12 -0
  1099. package/dist/131/bitcoinIngressEgress/channelOpeningFeePaid.cjs +9 -0
  1100. package/dist/131/bitcoinIngressEgress/channelOpeningFeePaid.d.cts +12 -0
  1101. package/dist/131/bitcoinIngressEgress/channelOpeningFeeSet.cjs +9 -0
  1102. package/dist/131/bitcoinIngressEgress/channelOpeningFeeSet.d.cts +12 -0
  1103. package/dist/131/bitcoinIngressEgress/depositIgnored.cjs +15 -0
  1104. package/dist/131/bitcoinIngressEgress/depositIgnored.d.cts +154 -0
  1105. package/dist/131/bitcoinIngressEgress/depositIgnored.d.mts +24 -24
  1106. package/dist/131/bitcoinIngressEgress/depositReceived.cjs +16 -0
  1107. package/dist/131/bitcoinIngressEgress/depositReceived.d.cts +207 -0
  1108. package/dist/131/bitcoinIngressEgress/depositReceived.d.mts +20 -20
  1109. package/dist/131/bitcoinIngressEgress/depositWitnessRejected.cjs +12 -0
  1110. package/dist/131/bitcoinIngressEgress/depositWitnessRejected.d.cts +423 -0
  1111. package/dist/131/bitcoinIngressEgress/depositWitnessRejected.d.mts +46 -46
  1112. package/dist/131/bitcoinIngressEgress/failedToBuildAllBatchCall.cjs +9 -0
  1113. package/dist/131/bitcoinIngressEgress/failedToBuildAllBatchCall.d.cts +370 -0
  1114. package/dist/131/bitcoinIngressEgress/failedToBuildAllBatchCall.d.mts +28 -28
  1115. package/dist/131/bitcoinThresholdSigner/keyHandoverFailure.cjs +9 -0
  1116. package/dist/131/bitcoinThresholdSigner/keyHandoverFailure.d.cts +12 -0
  1117. package/dist/131/bitcoinThresholdSigner/keyHandoverFailureReported.cjs +7 -0
  1118. package/dist/131/bitcoinThresholdSigner/keyHandoverFailureReported.d.cts +6 -0
  1119. package/dist/131/bitcoinThresholdSigner/keyHandoverRequest.cjs +17 -0
  1120. package/dist/131/bitcoinThresholdSigner/keyHandoverRequest.d.cts +60 -0
  1121. package/dist/131/bitcoinThresholdSigner/keyHandoverResponseTimeout.cjs +9 -0
  1122. package/dist/131/bitcoinThresholdSigner/keyHandoverResponseTimeout.d.cts +12 -0
  1123. package/dist/131/bitcoinThresholdSigner/keyHandoverSuccess.cjs +9 -0
  1124. package/dist/131/bitcoinThresholdSigner/keyHandoverSuccess.d.cts +12 -0
  1125. package/dist/131/bitcoinThresholdSigner/keyHandoverSuccessReported.cjs +7 -0
  1126. package/dist/131/bitcoinThresholdSigner/keyHandoverSuccessReported.d.cts +6 -0
  1127. package/dist/131/bitcoinThresholdSigner/keyHandoverVerificationFailure.cjs +9 -0
  1128. package/dist/131/bitcoinThresholdSigner/keyHandoverVerificationFailure.d.cts +12 -0
  1129. package/dist/131/bitcoinThresholdSigner/keyHandoverVerificationSuccess.cjs +9 -0
  1130. package/dist/131/bitcoinThresholdSigner/keyHandoverVerificationSuccess.d.cts +27 -0
  1131. package/dist/131/bitcoinThresholdSigner/keyRotationCompleted.cjs +8 -0
  1132. package/dist/131/bitcoinThresholdSigner/keyRotationCompleted.d.cts +6 -0
  1133. package/dist/131/bitcoinThresholdSigner/keygenFailure.cjs +7 -0
  1134. package/dist/131/bitcoinThresholdSigner/keygenFailure.d.cts +6 -0
  1135. package/dist/131/bitcoinThresholdSigner/keygenFailureReported.cjs +7 -0
  1136. package/dist/131/bitcoinThresholdSigner/keygenFailureReported.d.cts +6 -0
  1137. package/dist/131/bitcoinThresholdSigner/keygenRequest.cjs +13 -0
  1138. package/dist/131/bitcoinThresholdSigner/keygenRequest.d.cts +18 -0
  1139. package/dist/131/bitcoinThresholdSigner/keygenResponseTimeout.cjs +7 -0
  1140. package/dist/131/bitcoinThresholdSigner/keygenResponseTimeout.d.cts +6 -0
  1141. package/dist/131/bitcoinThresholdSigner/keygenResponseTimeoutUpdated.cjs +8 -0
  1142. package/dist/131/bitcoinThresholdSigner/keygenResponseTimeoutUpdated.d.cts +12 -0
  1143. package/dist/131/bitcoinThresholdSigner/keygenSuccess.cjs +7 -0
  1144. package/dist/131/bitcoinThresholdSigner/keygenSuccess.d.cts +6 -0
  1145. package/dist/131/bitcoinThresholdSigner/keygenSuccessReported.cjs +7 -0
  1146. package/dist/131/bitcoinThresholdSigner/keygenSuccessReported.d.cts +6 -0
  1147. package/dist/131/bitcoinThresholdSigner/keygenVerificationFailure.cjs +9 -0
  1148. package/dist/131/bitcoinThresholdSigner/keygenVerificationFailure.d.cts +12 -0
  1149. package/dist/131/bitcoinThresholdSigner/keygenVerificationSuccess.cjs +9 -0
  1150. package/dist/131/bitcoinThresholdSigner/keygenVerificationSuccess.d.cts +27 -0
  1151. package/dist/131/bitcoinThresholdSigner/noKeyHandover.cjs +8 -0
  1152. package/dist/131/bitcoinThresholdSigner/noKeyHandover.d.cts +6 -0
  1153. package/dist/131/bitcoinVault/vaultActivationCompleted.cjs +8 -0
  1154. package/dist/131/bitcoinVault/vaultActivationCompleted.d.cts +6 -0
  1155. package/dist/131/common.cjs +439 -0
  1156. package/dist/131/common.d.cts +2831 -0
  1157. package/dist/131/common.d.mts +243 -243
  1158. package/dist/131/environment/addedNewEthAsset.cjs +9 -0
  1159. package/dist/131/environment/addedNewEthAsset.d.cts +14 -0
  1160. package/dist/131/environment/runtimeSafeModeUpdated.cjs +9 -0
  1161. package/dist/131/environment/runtimeSafeModeUpdated.d.cts +688 -0
  1162. package/dist/131/environment/runtimeSafeModeUpdated.d.mts +40 -40
  1163. package/dist/131/environment/updatedEthAsset.cjs +9 -0
  1164. package/dist/131/environment/updatedEthAsset.d.cts +14 -0
  1165. package/dist/131/ethereumBroadcaster/broadcastSuccess.cjs +13 -0
  1166. package/dist/131/ethereumBroadcaster/broadcastSuccess.d.cts +33 -0
  1167. package/dist/131/ethereumChainTracking/feeMultiplierUpdated.cjs +9 -0
  1168. package/dist/131/ethereumChainTracking/feeMultiplierUpdated.d.cts +12 -0
  1169. package/dist/131/ethereumIngressEgress/assetEgressStatusChanged.cjs +12 -0
  1170. package/dist/131/ethereumIngressEgress/assetEgressStatusChanged.d.cts +25 -0
  1171. package/dist/131/ethereumIngressEgress/channelOpeningFeePaid.cjs +9 -0
  1172. package/dist/131/ethereumIngressEgress/channelOpeningFeePaid.d.cts +12 -0
  1173. package/dist/131/ethereumIngressEgress/channelOpeningFeeSet.cjs +9 -0
  1174. package/dist/131/ethereumIngressEgress/channelOpeningFeeSet.d.cts +12 -0
  1175. package/dist/131/ethereumIngressEgress/depositFetchesScheduled.cjs +12 -0
  1176. package/dist/131/ethereumIngressEgress/depositFetchesScheduled.d.cts +25 -0
  1177. package/dist/131/ethereumIngressEgress/depositFetchesScheduled.d.mts +2 -2
  1178. package/dist/131/ethereumIngressEgress/depositIgnored.cjs +14 -0
  1179. package/dist/131/ethereumIngressEgress/depositIgnored.d.cts +41 -0
  1180. package/dist/131/ethereumIngressEgress/depositIgnored.d.mts +4 -4
  1181. package/dist/131/ethereumIngressEgress/depositReceived.cjs +15 -0
  1182. package/dist/131/ethereumIngressEgress/depositReceived.d.cts +94 -0
  1183. package/dist/131/ethereumIngressEgress/depositWitnessRejected.cjs +12 -0
  1184. package/dist/131/ethereumIngressEgress/depositWitnessRejected.d.cts +264 -0
  1185. package/dist/131/ethereumIngressEgress/depositWitnessRejected.d.mts +16 -16
  1186. package/dist/131/ethereumIngressEgress/failedToBuildAllBatchCall.cjs +9 -0
  1187. package/dist/131/ethereumIngressEgress/failedToBuildAllBatchCall.d.cts +370 -0
  1188. package/dist/131/ethereumIngressEgress/failedToBuildAllBatchCall.d.mts +28 -28
  1189. package/dist/131/ethereumIngressEgress/minimumDepositSet.cjs +12 -0
  1190. package/dist/131/ethereumIngressEgress/minimumDepositSet.d.cts +25 -0
  1191. package/dist/131/ethereumIngressEgress/transferFallbackRequested.cjs +14 -0
  1192. package/dist/131/ethereumIngressEgress/transferFallbackRequested.d.cts +31 -0
  1193. package/dist/131/ethereumIngressEgress/transferFallbackRequested.d.mts +2 -2
  1194. package/dist/131/ethereumThresholdSigner/keyHandoverFailure.cjs +9 -0
  1195. package/dist/131/ethereumThresholdSigner/keyHandoverFailure.d.cts +12 -0
  1196. package/dist/131/ethereumThresholdSigner/keyHandoverFailureReported.cjs +7 -0
  1197. package/dist/131/ethereumThresholdSigner/keyHandoverFailureReported.d.cts +6 -0
  1198. package/dist/131/ethereumThresholdSigner/keyHandoverRequest.cjs +17 -0
  1199. package/dist/131/ethereumThresholdSigner/keyHandoverRequest.d.cts +84 -0
  1200. package/dist/131/ethereumThresholdSigner/keyHandoverResponseTimeout.cjs +9 -0
  1201. package/dist/131/ethereumThresholdSigner/keyHandoverResponseTimeout.d.cts +12 -0
  1202. package/dist/131/ethereumThresholdSigner/keyHandoverSuccess.cjs +9 -0
  1203. package/dist/131/ethereumThresholdSigner/keyHandoverSuccess.d.cts +12 -0
  1204. package/dist/131/ethereumThresholdSigner/keyHandoverSuccessReported.cjs +7 -0
  1205. package/dist/131/ethereumThresholdSigner/keyHandoverSuccessReported.d.cts +6 -0
  1206. package/dist/131/ethereumThresholdSigner/keyHandoverVerificationFailure.cjs +9 -0
  1207. package/dist/131/ethereumThresholdSigner/keyHandoverVerificationFailure.d.cts +12 -0
  1208. package/dist/131/ethereumThresholdSigner/keyHandoverVerificationSuccess.cjs +9 -0
  1209. package/dist/131/ethereumThresholdSigner/keyHandoverVerificationSuccess.d.cts +39 -0
  1210. package/dist/131/ethereumThresholdSigner/keyRotationCompleted.cjs +8 -0
  1211. package/dist/131/ethereumThresholdSigner/keyRotationCompleted.d.cts +6 -0
  1212. package/dist/131/ethereumThresholdSigner/keygenFailure.cjs +7 -0
  1213. package/dist/131/ethereumThresholdSigner/keygenFailure.d.cts +6 -0
  1214. package/dist/131/ethereumThresholdSigner/keygenFailureReported.cjs +7 -0
  1215. package/dist/131/ethereumThresholdSigner/keygenFailureReported.d.cts +6 -0
  1216. package/dist/131/ethereumThresholdSigner/keygenRequest.cjs +13 -0
  1217. package/dist/131/ethereumThresholdSigner/keygenRequest.d.cts +18 -0
  1218. package/dist/131/ethereumThresholdSigner/keygenResponseTimeout.cjs +7 -0
  1219. package/dist/131/ethereumThresholdSigner/keygenResponseTimeout.d.cts +6 -0
  1220. package/dist/131/ethereumThresholdSigner/keygenResponseTimeoutUpdated.cjs +8 -0
  1221. package/dist/131/ethereumThresholdSigner/keygenResponseTimeoutUpdated.d.cts +12 -0
  1222. package/dist/131/ethereumThresholdSigner/keygenSuccess.cjs +7 -0
  1223. package/dist/131/ethereumThresholdSigner/keygenSuccess.d.cts +6 -0
  1224. package/dist/131/ethereumThresholdSigner/keygenSuccessReported.cjs +7 -0
  1225. package/dist/131/ethereumThresholdSigner/keygenSuccessReported.d.cts +6 -0
  1226. package/dist/131/ethereumThresholdSigner/keygenVerificationFailure.cjs +9 -0
  1227. package/dist/131/ethereumThresholdSigner/keygenVerificationFailure.d.cts +12 -0
  1228. package/dist/131/ethereumThresholdSigner/keygenVerificationSuccess.cjs +9 -0
  1229. package/dist/131/ethereumThresholdSigner/keygenVerificationSuccess.d.cts +39 -0
  1230. package/dist/131/ethereumThresholdSigner/noKeyHandover.cjs +8 -0
  1231. package/dist/131/ethereumThresholdSigner/noKeyHandover.d.cts +6 -0
  1232. package/dist/131/ethereumVault/vaultActivationCompleted.cjs +8 -0
  1233. package/dist/131/ethereumVault/vaultActivationCompleted.d.cts +6 -0
  1234. package/dist/131/liquidityPools/assetSwapped.cjs +14 -0
  1235. package/dist/131/liquidityPools/assetSwapped.d.cts +41 -0
  1236. package/dist/131/liquidityPools/assetSwapped.d.mts +12 -12
  1237. package/dist/131/liquidityPools/limitOrderUpdated.cjs +20 -0
  1238. package/dist/131/liquidityPools/limitOrderUpdated.d.cts +99 -0
  1239. package/dist/131/liquidityPools/limitOrderUpdated.d.mts +25 -25
  1240. package/dist/131/liquidityPools/newPoolCreated.cjs +14 -0
  1241. package/dist/131/liquidityPools/newPoolCreated.d.cts +41 -0
  1242. package/dist/131/liquidityPools/newPoolCreated.d.mts +12 -12
  1243. package/dist/131/liquidityPools/poolFeeSet.cjs +13 -0
  1244. package/dist/131/liquidityPools/poolFeeSet.d.cts +38 -0
  1245. package/dist/131/liquidityPools/poolFeeSet.d.mts +12 -12
  1246. package/dist/131/liquidityPools/rangeOrderUpdated.cjs +21 -0
  1247. package/dist/131/liquidityPools/rangeOrderUpdated.d.cts +209 -0
  1248. package/dist/131/liquidityPools/rangeOrderUpdated.d.mts +29 -29
  1249. package/dist/131/liquidityProvider/accountCredited.cjs +13 -0
  1250. package/dist/131/liquidityProvider/accountCredited.d.cts +28 -0
  1251. package/dist/131/liquidityProvider/accountCredited.d.mts +6 -6
  1252. package/dist/131/liquidityProvider/accountDebited.cjs +13 -0
  1253. package/dist/131/liquidityProvider/accountDebited.d.cts +28 -0
  1254. package/dist/131/liquidityProvider/accountDebited.d.mts +6 -6
  1255. package/dist/131/liquidityProvider/liquidityDepositAddressReady.cjs +17 -0
  1256. package/dist/131/liquidityProvider/liquidityDepositAddressReady.d.cts +73 -0
  1257. package/dist/131/liquidityProvider/liquidityDepositAddressReady.d.mts +15 -15
  1258. package/dist/131/liquidityProvider/liquidityDepositCredited.cjs +13 -0
  1259. package/dist/131/liquidityProvider/liquidityDepositCredited.d.cts +28 -0
  1260. package/dist/131/liquidityProvider/liquidityDepositCredited.d.mts +6 -6
  1261. package/dist/131/liquidityProvider/withdrawalEgressScheduled.cjs +15 -0
  1262. package/dist/131/liquidityProvider/withdrawalEgressScheduled.d.cts +77 -0
  1263. package/dist/131/liquidityProvider/withdrawalEgressScheduled.d.mts +14 -14
  1264. package/dist/131/polkadotBroadcaster/broadcastSuccess.cjs +13 -0
  1265. package/dist/131/polkadotBroadcaster/broadcastSuccess.d.cts +33 -0
  1266. package/dist/131/polkadotChainTracking/feeMultiplierUpdated.cjs +9 -0
  1267. package/dist/131/polkadotChainTracking/feeMultiplierUpdated.d.cts +12 -0
  1268. package/dist/131/polkadotIngressEgress/channelOpeningFeePaid.cjs +9 -0
  1269. package/dist/131/polkadotIngressEgress/channelOpeningFeePaid.d.cts +12 -0
  1270. package/dist/131/polkadotIngressEgress/channelOpeningFeeSet.cjs +9 -0
  1271. package/dist/131/polkadotIngressEgress/channelOpeningFeeSet.d.cts +12 -0
  1272. package/dist/131/polkadotIngressEgress/failedToBuildAllBatchCall.cjs +9 -0
  1273. package/dist/131/polkadotIngressEgress/failedToBuildAllBatchCall.d.cts +370 -0
  1274. package/dist/131/polkadotIngressEgress/failedToBuildAllBatchCall.d.mts +28 -28
  1275. package/dist/131/polkadotThresholdSigner/keyHandoverFailure.cjs +9 -0
  1276. package/dist/131/polkadotThresholdSigner/keyHandoverFailure.d.cts +12 -0
  1277. package/dist/131/polkadotThresholdSigner/keyHandoverFailureReported.cjs +7 -0
  1278. package/dist/131/polkadotThresholdSigner/keyHandoverFailureReported.d.cts +6 -0
  1279. package/dist/131/polkadotThresholdSigner/keyHandoverRequest.cjs +17 -0
  1280. package/dist/131/polkadotThresholdSigner/keyHandoverRequest.d.cts +30 -0
  1281. package/dist/131/polkadotThresholdSigner/keyHandoverResponseTimeout.cjs +9 -0
  1282. package/dist/131/polkadotThresholdSigner/keyHandoverResponseTimeout.d.cts +12 -0
  1283. package/dist/131/polkadotThresholdSigner/keyHandoverSuccess.cjs +9 -0
  1284. package/dist/131/polkadotThresholdSigner/keyHandoverSuccess.d.cts +12 -0
  1285. package/dist/131/polkadotThresholdSigner/keyHandoverSuccessReported.cjs +7 -0
  1286. package/dist/131/polkadotThresholdSigner/keyHandoverSuccessReported.d.cts +6 -0
  1287. package/dist/131/polkadotThresholdSigner/keyHandoverVerificationFailure.cjs +9 -0
  1288. package/dist/131/polkadotThresholdSigner/keyHandoverVerificationFailure.d.cts +12 -0
  1289. package/dist/131/polkadotThresholdSigner/keyHandoverVerificationSuccess.cjs +9 -0
  1290. package/dist/131/polkadotThresholdSigner/keyHandoverVerificationSuccess.d.cts +12 -0
  1291. package/dist/131/polkadotThresholdSigner/keyRotationCompleted.cjs +8 -0
  1292. package/dist/131/polkadotThresholdSigner/keyRotationCompleted.d.cts +6 -0
  1293. package/dist/131/polkadotThresholdSigner/keygenFailure.cjs +7 -0
  1294. package/dist/131/polkadotThresholdSigner/keygenFailure.d.cts +6 -0
  1295. package/dist/131/polkadotThresholdSigner/keygenFailureReported.cjs +7 -0
  1296. package/dist/131/polkadotThresholdSigner/keygenFailureReported.d.cts +6 -0
  1297. package/dist/131/polkadotThresholdSigner/keygenRequest.cjs +13 -0
  1298. package/dist/131/polkadotThresholdSigner/keygenRequest.d.cts +18 -0
  1299. package/dist/131/polkadotThresholdSigner/keygenResponseTimeout.cjs +7 -0
  1300. package/dist/131/polkadotThresholdSigner/keygenResponseTimeout.d.cts +6 -0
  1301. package/dist/131/polkadotThresholdSigner/keygenResponseTimeoutUpdated.cjs +8 -0
  1302. package/dist/131/polkadotThresholdSigner/keygenResponseTimeoutUpdated.d.cts +12 -0
  1303. package/dist/131/polkadotThresholdSigner/keygenSuccess.cjs +7 -0
  1304. package/dist/131/polkadotThresholdSigner/keygenSuccess.d.cts +6 -0
  1305. package/dist/131/polkadotThresholdSigner/keygenSuccessReported.cjs +7 -0
  1306. package/dist/131/polkadotThresholdSigner/keygenSuccessReported.d.cts +6 -0
  1307. package/dist/131/polkadotThresholdSigner/keygenVerificationFailure.cjs +9 -0
  1308. package/dist/131/polkadotThresholdSigner/keygenVerificationFailure.d.cts +12 -0
  1309. package/dist/131/polkadotThresholdSigner/keygenVerificationSuccess.cjs +9 -0
  1310. package/dist/131/polkadotThresholdSigner/keygenVerificationSuccess.d.cts +12 -0
  1311. package/dist/131/polkadotThresholdSigner/noKeyHandover.cjs +8 -0
  1312. package/dist/131/polkadotThresholdSigner/noKeyHandover.d.cts +6 -0
  1313. package/dist/131/polkadotVault/vaultActivationCompleted.cjs +8 -0
  1314. package/dist/131/polkadotVault/vaultActivationCompleted.d.cts +6 -0
  1315. package/dist/131/reputation/offencePenalty.cjs +13 -0
  1316. package/dist/131/reputation/offencePenalty.d.cts +28 -0
  1317. package/dist/131/reputation/offencePenalty.d.mts +2 -2
  1318. package/dist/131/reputation/penaltyUpdated.cjs +13 -0
  1319. package/dist/131/reputation/penaltyUpdated.d.cts +58 -0
  1320. package/dist/131/swapping/batchSwapFailed.cjs +13 -0
  1321. package/dist/131/swapping/batchSwapFailed.d.cts +38 -0
  1322. package/dist/131/swapping/batchSwapFailed.d.mts +6 -6
  1323. package/dist/131/swapping/ccmFailed.cjs +14 -0
  1324. package/dist/131/swapping/ccmFailed.d.cts +443 -0
  1325. package/dist/131/swapping/ccmFailed.d.mts +67 -67
  1326. package/dist/131/swapping/maximumSwapAmountSet.cjs +12 -0
  1327. package/dist/131/swapping/maximumSwapAmountSet.d.cts +25 -0
  1328. package/dist/131/swapping/maximumSwapAmountSet.d.mts +6 -6
  1329. package/dist/131/swapping/swapAmountConfiscated.cjs +15 -0
  1330. package/dist/131/swapping/swapAmountConfiscated.d.cts +44 -0
  1331. package/dist/131/swapping/swapAmountConfiscated.d.mts +12 -12
  1332. package/dist/131/swapping/swapDepositAddressReady.cjs +20 -0
  1333. package/dist/131/swapping/swapDepositAddressReady.d.cts +145 -0
  1334. package/dist/131/swapping/swapDepositAddressReady.d.mts +24 -24
  1335. package/dist/131/swapping/swapEgressIgnored.cjs +14 -0
  1336. package/dist/131/swapping/swapEgressIgnored.d.cts +248 -0
  1337. package/dist/131/swapping/swapEgressIgnored.d.mts +28 -28
  1338. package/dist/131/swapping/swapEgressScheduled.cjs +15 -0
  1339. package/dist/131/swapping/swapEgressScheduled.d.cts +44 -0
  1340. package/dist/131/swapping/swapEgressScheduled.d.mts +8 -8
  1341. package/dist/131/swapping/swapExecuted.cjs +18 -0
  1342. package/dist/131/swapping/swapExecuted.d.cts +53 -0
  1343. package/dist/131/swapping/swapExecuted.d.mts +12 -12
  1344. package/dist/131/swapping/swapScheduled.cjs +19 -0
  1345. package/dist/131/swapping/swapScheduled.d.cts +463 -0
  1346. package/dist/131/swapping/swapScheduled.d.mts +95 -95
  1347. package/dist/131/swapping/withdrawalRequested.cjs +15 -0
  1348. package/dist/131/swapping/withdrawalRequested.d.cts +77 -0
  1349. package/dist/131/swapping/withdrawalRequested.d.mts +14 -14
  1350. package/dist/131/system/upgradeAuthorized.cjs +12 -0
  1351. package/dist/131/system/upgradeAuthorized.d.cts +15 -0
  1352. package/dist/131/witnesser/prewitnessExecutionFailed.cjs +12 -0
  1353. package/dist/131/witnesser/prewitnessExecutionFailed.d.cts +232 -0
  1354. package/dist/131/witnesser/prewitnessExecutionFailed.d.mts +16 -16
  1355. package/dist/141/_virtual/rolldown_runtime.cjs +29 -0
  1356. package/dist/141/accountRoles/accountRoleDeregistered.cjs +12 -0
  1357. package/dist/141/accountRoles/accountRoleDeregistered.d.cts +25 -0
  1358. package/dist/141/accountRoles/vanityNameSet.cjs +12 -0
  1359. package/dist/141/accountRoles/vanityNameSet.d.cts +15 -0
  1360. package/dist/141/arbitrumBroadcaster/broadcastAborted.cjs +8 -0
  1361. package/dist/141/arbitrumBroadcaster/broadcastAborted.d.cts +12 -0
  1362. package/dist/141/arbitrumBroadcaster/broadcastCallbackExecuted.cjs +12 -0
  1363. package/dist/141/arbitrumBroadcaster/broadcastCallbackExecuted.d.cts +333 -0
  1364. package/dist/141/arbitrumBroadcaster/broadcastRetryScheduled.cjs +11 -0
  1365. package/dist/141/arbitrumBroadcaster/broadcastRetryScheduled.d.cts +15 -0
  1366. package/dist/141/arbitrumBroadcaster/broadcastSuccess.cjs +13 -0
  1367. package/dist/141/arbitrumBroadcaster/broadcastSuccess.d.cts +33 -0
  1368. package/dist/141/arbitrumBroadcaster/broadcastTimeout.cjs +8 -0
  1369. package/dist/141/arbitrumBroadcaster/broadcastTimeout.d.cts +12 -0
  1370. package/dist/141/arbitrumBroadcaster/callResigned.cjs +8 -0
  1371. package/dist/141/arbitrumBroadcaster/callResigned.d.cts +12 -0
  1372. package/dist/141/arbitrumBroadcaster/thresholdSignatureInvalid.cjs +8 -0
  1373. package/dist/141/arbitrumBroadcaster/thresholdSignatureInvalid.d.cts +12 -0
  1374. package/dist/141/arbitrumBroadcaster/transactionBroadcastRequest.cjs +14 -0
  1375. package/dist/141/arbitrumBroadcaster/transactionBroadcastRequest.d.cts +76 -0
  1376. package/dist/141/arbitrumBroadcaster/transactionBroadcastRequest.d.mts +8 -8
  1377. package/dist/141/arbitrumBroadcaster/transactionFeeDeficitRecorded.cjs +12 -0
  1378. package/dist/141/arbitrumBroadcaster/transactionFeeDeficitRecorded.d.cts +15 -0
  1379. package/dist/141/arbitrumBroadcaster/transactionFeeDeficitRecorded.d.mts +2 -2
  1380. package/dist/141/arbitrumBroadcaster/transactionFeeDeficitRefused.cjs +9 -0
  1381. package/dist/141/arbitrumBroadcaster/transactionFeeDeficitRefused.d.cts +12 -0
  1382. package/dist/141/arbitrumChainTracking/chainStateUpdated.cjs +9 -0
  1383. package/dist/141/arbitrumChainTracking/chainStateUpdated.d.cts +48 -0
  1384. package/dist/141/arbitrumChainTracking/feeMultiplierUpdated.cjs +9 -0
  1385. package/dist/141/arbitrumChainTracking/feeMultiplierUpdated.d.cts +12 -0
  1386. package/dist/141/arbitrumIngressEgress/assetEgressStatusChanged.cjs +12 -0
  1387. package/dist/141/arbitrumIngressEgress/assetEgressStatusChanged.d.cts +25 -0
  1388. package/dist/141/arbitrumIngressEgress/batchBroadcastRequested.cjs +12 -0
  1389. package/dist/141/arbitrumIngressEgress/batchBroadcastRequested.d.cts +25 -0
  1390. package/dist/141/arbitrumIngressEgress/boostFundsAdded.cjs +13 -0
  1391. package/dist/141/arbitrumIngressEgress/boostFundsAdded.d.cts +45 -0
  1392. package/dist/141/arbitrumIngressEgress/boostFundsAdded.d.mts +4 -4
  1393. package/dist/141/arbitrumIngressEgress/boostPoolCreated.cjs +9 -0
  1394. package/dist/141/arbitrumIngressEgress/boostPoolCreated.d.cts +39 -0
  1395. package/dist/141/arbitrumIngressEgress/ccmBroadcastFailed.cjs +8 -0
  1396. package/dist/141/arbitrumIngressEgress/ccmBroadcastFailed.d.cts +12 -0
  1397. package/dist/141/arbitrumIngressEgress/ccmBroadcastRequested.cjs +12 -0
  1398. package/dist/141/arbitrumIngressEgress/ccmBroadcastRequested.d.cts +25 -0
  1399. package/dist/141/arbitrumIngressEgress/ccmEgressInvalid.cjs +12 -0
  1400. package/dist/141/arbitrumIngressEgress/ccmEgressInvalid.d.cts +242 -0
  1401. package/dist/141/arbitrumIngressEgress/channelOpeningFeePaid.cjs +9 -0
  1402. package/dist/141/arbitrumIngressEgress/channelOpeningFeePaid.d.cts +12 -0
  1403. package/dist/141/arbitrumIngressEgress/channelOpeningFeeSet.cjs +9 -0
  1404. package/dist/141/arbitrumIngressEgress/channelOpeningFeeSet.d.cts +12 -0
  1405. package/dist/141/arbitrumIngressEgress/depositBoosted.cjs +18 -0
  1406. package/dist/141/arbitrumIngressEgress/depositBoosted.d.cts +118 -0
  1407. package/dist/141/arbitrumIngressEgress/depositBoosted.d.mts +4 -4
  1408. package/dist/141/arbitrumIngressEgress/depositFetchesScheduled.cjs +12 -0
  1409. package/dist/141/arbitrumIngressEgress/depositFetchesScheduled.d.cts +25 -0
  1410. package/dist/141/arbitrumIngressEgress/depositFetchesScheduled.d.mts +2 -2
  1411. package/dist/141/arbitrumIngressEgress/depositFinalised.cjs +16 -0
  1412. package/dist/141/arbitrumIngressEgress/depositFinalised.d.cts +112 -0
  1413. package/dist/141/arbitrumIngressEgress/depositFinalised.d.mts +5 -5
  1414. package/dist/141/arbitrumIngressEgress/depositIgnored.cjs +14 -0
  1415. package/dist/141/arbitrumIngressEgress/depositIgnored.d.cts +41 -0
  1416. package/dist/141/arbitrumIngressEgress/depositIgnored.d.mts +3 -3
  1417. package/dist/141/arbitrumIngressEgress/depositWitnessRejected.cjs +12 -0
  1418. package/dist/141/arbitrumIngressEgress/depositWitnessRejected.d.cts +264 -0
  1419. package/dist/141/arbitrumIngressEgress/depositWitnessRejected.d.mts +6 -6
  1420. package/dist/141/arbitrumIngressEgress/failedForeignChainCallExpired.cjs +8 -0
  1421. package/dist/141/arbitrumIngressEgress/failedForeignChainCallExpired.d.cts +12 -0
  1422. package/dist/141/arbitrumIngressEgress/failedForeignChainCallResigned.cjs +11 -0
  1423. package/dist/141/arbitrumIngressEgress/failedForeignChainCallResigned.d.cts +15 -0
  1424. package/dist/141/arbitrumIngressEgress/failedToBuildAllBatchCall.cjs +9 -0
  1425. package/dist/141/arbitrumIngressEgress/failedToBuildAllBatchCall.d.cts +370 -0
  1426. package/dist/141/arbitrumIngressEgress/insufficientBoostLiquidity.cjs +14 -0
  1427. package/dist/141/arbitrumIngressEgress/insufficientBoostLiquidity.d.cts +31 -0
  1428. package/dist/141/arbitrumIngressEgress/insufficientBoostLiquidity.d.mts +3 -3
  1429. package/dist/141/arbitrumIngressEgress/minimumDepositSet.cjs +12 -0
  1430. package/dist/141/arbitrumIngressEgress/minimumDepositSet.d.cts +25 -0
  1431. package/dist/141/arbitrumIngressEgress/stoppedBoosting.cjs +14 -0
  1432. package/dist/141/arbitrumIngressEgress/stoppedBoosting.d.cts +48 -0
  1433. package/dist/141/arbitrumIngressEgress/stoppedBoosting.d.mts +2 -2
  1434. package/dist/141/arbitrumIngressEgress/transferFallbackRequested.cjs +14 -0
  1435. package/dist/141/arbitrumIngressEgress/transferFallbackRequested.d.cts +31 -0
  1436. package/dist/141/arbitrumIngressEgress/transferFallbackRequested.d.mts +4 -4
  1437. package/dist/141/arbitrumIngressEgress/utxoConsolidation.cjs +8 -0
  1438. package/dist/141/arbitrumIngressEgress/utxoConsolidation.d.cts +12 -0
  1439. package/dist/141/arbitrumVault/awaitingGovernanceActivation.cjs +9 -0
  1440. package/dist/141/arbitrumVault/awaitingGovernanceActivation.d.cts +39 -0
  1441. package/dist/141/arbitrumVault/chainInitialized.cjs +8 -0
  1442. package/dist/141/arbitrumVault/chainInitialized.d.cts +6 -0
  1443. package/dist/141/arbitrumVault/vaultActivationCompleted.cjs +8 -0
  1444. package/dist/141/arbitrumVault/vaultActivationCompleted.d.cts +6 -0
  1445. package/dist/141/arbitrumVault/vaultRotatedExternally.cjs +7 -0
  1446. package/dist/141/arbitrumVault/vaultRotatedExternally.d.cts +25 -0
  1447. package/dist/141/bitcoinIngressEgress/batchBroadcastRequested.cjs +12 -0
  1448. package/dist/141/bitcoinIngressEgress/batchBroadcastRequested.d.cts +25 -0
  1449. package/dist/141/bitcoinIngressEgress/boostFundsAdded.cjs +13 -0
  1450. package/dist/141/bitcoinIngressEgress/boostFundsAdded.d.cts +45 -0
  1451. package/dist/141/bitcoinIngressEgress/boostFundsAdded.d.mts +4 -4
  1452. package/dist/141/bitcoinIngressEgress/boostPoolCreated.cjs +9 -0
  1453. package/dist/141/bitcoinIngressEgress/boostPoolCreated.d.cts +39 -0
  1454. package/dist/141/bitcoinIngressEgress/ccmBroadcastRequested.cjs +12 -0
  1455. package/dist/141/bitcoinIngressEgress/ccmBroadcastRequested.d.cts +25 -0
  1456. package/dist/141/bitcoinIngressEgress/ccmEgressInvalid.cjs +12 -0
  1457. package/dist/141/bitcoinIngressEgress/ccmEgressInvalid.d.cts +242 -0
  1458. package/dist/141/bitcoinIngressEgress/depositBoosted.cjs +19 -0
  1459. package/dist/141/bitcoinIngressEgress/depositBoosted.d.cts +231 -0
  1460. package/dist/141/bitcoinIngressEgress/depositBoosted.d.mts +12 -12
  1461. package/dist/141/bitcoinIngressEgress/depositFinalised.cjs +17 -0
  1462. package/dist/141/bitcoinIngressEgress/depositFinalised.d.cts +225 -0
  1463. package/dist/141/bitcoinIngressEgress/depositFinalised.d.mts +6 -6
  1464. package/dist/141/bitcoinIngressEgress/insufficientBoostLiquidity.cjs +14 -0
  1465. package/dist/141/bitcoinIngressEgress/insufficientBoostLiquidity.d.cts +31 -0
  1466. package/dist/141/bitcoinIngressEgress/insufficientBoostLiquidity.d.mts +3 -3
  1467. package/dist/141/bitcoinIngressEgress/stoppedBoosting.cjs +14 -0
  1468. package/dist/141/bitcoinIngressEgress/stoppedBoosting.d.cts +48 -0
  1469. package/dist/141/bitcoinIngressEgress/stoppedBoosting.d.mts +2 -2
  1470. package/dist/141/bitcoinVault/chainInitialized.cjs +8 -0
  1471. package/dist/141/bitcoinVault/chainInitialized.d.cts +6 -0
  1472. package/dist/141/common.cjs +603 -0
  1473. package/dist/141/common.d.cts +4035 -0
  1474. package/dist/141/common.d.mts +12 -12
  1475. package/dist/141/emissions/networkFeeBurned.cjs +12 -0
  1476. package/dist/141/emissions/networkFeeBurned.d.cts +25 -0
  1477. package/dist/141/environment/addedNewArbAsset.cjs +9 -0
  1478. package/dist/141/environment/addedNewArbAsset.d.cts +14 -0
  1479. package/dist/141/environment/arbitrumInitialized.cjs +8 -0
  1480. package/dist/141/environment/arbitrumInitialized.d.cts +6 -0
  1481. package/dist/141/environment/runtimeSafeModeUpdated.cjs +9 -0
  1482. package/dist/141/environment/runtimeSafeModeUpdated.d.cts +956 -0
  1483. package/dist/141/environment/staleUtxosDiscarded.cjs +9 -0
  1484. package/dist/141/environment/staleUtxosDiscarded.d.cts +141 -0
  1485. package/dist/141/environment/staleUtxosDiscarded.d.mts +15 -15
  1486. package/dist/141/environment/updatedArbAsset.cjs +9 -0
  1487. package/dist/141/environment/updatedArbAsset.d.cts +14 -0
  1488. package/dist/141/ethereumIngressEgress/batchBroadcastRequested.cjs +12 -0
  1489. package/dist/141/ethereumIngressEgress/batchBroadcastRequested.d.cts +25 -0
  1490. package/dist/141/ethereumIngressEgress/boostFundsAdded.cjs +13 -0
  1491. package/dist/141/ethereumIngressEgress/boostFundsAdded.d.cts +45 -0
  1492. package/dist/141/ethereumIngressEgress/boostFundsAdded.d.mts +4 -4
  1493. package/dist/141/ethereumIngressEgress/boostPoolCreated.cjs +9 -0
  1494. package/dist/141/ethereumIngressEgress/boostPoolCreated.d.cts +39 -0
  1495. package/dist/141/ethereumIngressEgress/ccmBroadcastRequested.cjs +12 -0
  1496. package/dist/141/ethereumIngressEgress/ccmBroadcastRequested.d.cts +25 -0
  1497. package/dist/141/ethereumIngressEgress/ccmEgressInvalid.cjs +12 -0
  1498. package/dist/141/ethereumIngressEgress/ccmEgressInvalid.d.cts +242 -0
  1499. package/dist/141/ethereumIngressEgress/depositBoosted.cjs +18 -0
  1500. package/dist/141/ethereumIngressEgress/depositBoosted.d.cts +118 -0
  1501. package/dist/141/ethereumIngressEgress/depositBoosted.d.mts +10 -10
  1502. package/dist/141/ethereumIngressEgress/depositFinalised.cjs +16 -0
  1503. package/dist/141/ethereumIngressEgress/depositFinalised.d.cts +112 -0
  1504. package/dist/141/ethereumIngressEgress/depositFinalised.d.mts +5 -5
  1505. package/dist/141/ethereumIngressEgress/insufficientBoostLiquidity.cjs +14 -0
  1506. package/dist/141/ethereumIngressEgress/insufficientBoostLiquidity.d.cts +31 -0
  1507. package/dist/141/ethereumIngressEgress/insufficientBoostLiquidity.d.mts +3 -3
  1508. package/dist/141/ethereumIngressEgress/stoppedBoosting.cjs +14 -0
  1509. package/dist/141/ethereumIngressEgress/stoppedBoosting.d.cts +48 -0
  1510. package/dist/141/ethereumIngressEgress/stoppedBoosting.d.mts +2 -2
  1511. package/dist/141/ethereumVault/chainInitialized.cjs +8 -0
  1512. package/dist/141/ethereumVault/chainInitialized.d.cts +6 -0
  1513. package/dist/141/evmThresholdSigner/failureReportProcessed.cjs +13 -0
  1514. package/dist/141/evmThresholdSigner/failureReportProcessed.d.cts +18 -0
  1515. package/dist/141/evmThresholdSigner/keyHandoverFailure.cjs +9 -0
  1516. package/dist/141/evmThresholdSigner/keyHandoverFailure.d.cts +12 -0
  1517. package/dist/141/evmThresholdSigner/keyHandoverFailureReported.cjs +7 -0
  1518. package/dist/141/evmThresholdSigner/keyHandoverFailureReported.d.cts +6 -0
  1519. package/dist/141/evmThresholdSigner/keyHandoverRequest.cjs +17 -0
  1520. package/dist/141/evmThresholdSigner/keyHandoverRequest.d.cts +84 -0
  1521. package/dist/141/evmThresholdSigner/keyHandoverResponseTimeout.cjs +9 -0
  1522. package/dist/141/evmThresholdSigner/keyHandoverResponseTimeout.d.cts +12 -0
  1523. package/dist/141/evmThresholdSigner/keyHandoverSuccess.cjs +9 -0
  1524. package/dist/141/evmThresholdSigner/keyHandoverSuccess.d.cts +12 -0
  1525. package/dist/141/evmThresholdSigner/keyHandoverSuccessReported.cjs +7 -0
  1526. package/dist/141/evmThresholdSigner/keyHandoverSuccessReported.d.cts +6 -0
  1527. package/dist/141/evmThresholdSigner/keyHandoverVerificationFailure.cjs +9 -0
  1528. package/dist/141/evmThresholdSigner/keyHandoverVerificationFailure.d.cts +12 -0
  1529. package/dist/141/evmThresholdSigner/keyHandoverVerificationSuccess.cjs +9 -0
  1530. package/dist/141/evmThresholdSigner/keyHandoverVerificationSuccess.d.cts +39 -0
  1531. package/dist/141/evmThresholdSigner/keyRotationCompleted.cjs +8 -0
  1532. package/dist/141/evmThresholdSigner/keyRotationCompleted.d.cts +6 -0
  1533. package/dist/141/evmThresholdSigner/keygenFailure.cjs +7 -0
  1534. package/dist/141/evmThresholdSigner/keygenFailure.d.cts +6 -0
  1535. package/dist/141/evmThresholdSigner/keygenFailureReported.cjs +7 -0
  1536. package/dist/141/evmThresholdSigner/keygenFailureReported.d.cts +6 -0
  1537. package/dist/141/evmThresholdSigner/keygenRequest.cjs +13 -0
  1538. package/dist/141/evmThresholdSigner/keygenRequest.d.cts +18 -0
  1539. package/dist/141/evmThresholdSigner/keygenResponseTimeout.cjs +7 -0
  1540. package/dist/141/evmThresholdSigner/keygenResponseTimeout.d.cts +6 -0
  1541. package/dist/141/evmThresholdSigner/keygenResponseTimeoutUpdated.cjs +8 -0
  1542. package/dist/141/evmThresholdSigner/keygenResponseTimeoutUpdated.d.cts +12 -0
  1543. package/dist/141/evmThresholdSigner/keygenSuccess.cjs +7 -0
  1544. package/dist/141/evmThresholdSigner/keygenSuccess.d.cts +6 -0
  1545. package/dist/141/evmThresholdSigner/keygenSuccessReported.cjs +7 -0
  1546. package/dist/141/evmThresholdSigner/keygenSuccessReported.d.cts +6 -0
  1547. package/dist/141/evmThresholdSigner/keygenVerificationFailure.cjs +9 -0
  1548. package/dist/141/evmThresholdSigner/keygenVerificationFailure.d.cts +12 -0
  1549. package/dist/141/evmThresholdSigner/keygenVerificationSuccess.cjs +9 -0
  1550. package/dist/141/evmThresholdSigner/keygenVerificationSuccess.d.cts +39 -0
  1551. package/dist/141/evmThresholdSigner/noKeyHandover.cjs +8 -0
  1552. package/dist/141/evmThresholdSigner/noKeyHandover.d.cts +6 -0
  1553. package/dist/141/evmThresholdSigner/retryRequested.cjs +12 -0
  1554. package/dist/141/evmThresholdSigner/retryRequested.d.cts +15 -0
  1555. package/dist/141/evmThresholdSigner/signersUnavailable.cjs +11 -0
  1556. package/dist/141/evmThresholdSigner/signersUnavailable.d.cts +15 -0
  1557. package/dist/141/evmThresholdSigner/thresholdDispatchComplete.cjs +13 -0
  1558. package/dist/141/evmThresholdSigner/thresholdDispatchComplete.d.cts +336 -0
  1559. package/dist/141/evmThresholdSigner/thresholdSignatureFailed.cjs +13 -0
  1560. package/dist/141/evmThresholdSigner/thresholdSignatureFailed.d.cts +18 -0
  1561. package/dist/141/evmThresholdSigner/thresholdSignatureRequest.cjs +16 -0
  1562. package/dist/141/evmThresholdSigner/thresholdSignatureRequest.d.cts +54 -0
  1563. package/dist/141/evmThresholdSigner/thresholdSignatureRequest.d.mts +2 -2
  1564. package/dist/141/evmThresholdSigner/thresholdSignatureResponseTimeoutUpdated.cjs +8 -0
  1565. package/dist/141/evmThresholdSigner/thresholdSignatureResponseTimeoutUpdated.d.cts +12 -0
  1566. package/dist/141/evmThresholdSigner/thresholdSignatureSuccess.cjs +12 -0
  1567. package/dist/141/evmThresholdSigner/thresholdSignatureSuccess.d.cts +15 -0
  1568. package/dist/141/liquidityPools/assetSwapped.cjs +14 -0
  1569. package/dist/141/liquidityPools/assetSwapped.d.cts +41 -0
  1570. package/dist/141/liquidityPools/limitOrderUpdated.cjs +20 -0
  1571. package/dist/141/liquidityPools/limitOrderUpdated.d.cts +99 -0
  1572. package/dist/141/liquidityPools/limitOrderUpdated.d.mts +2 -2
  1573. package/dist/141/liquidityPools/newPoolCreated.cjs +14 -0
  1574. package/dist/141/liquidityPools/newPoolCreated.d.cts +41 -0
  1575. package/dist/141/liquidityPools/poolFeeSet.cjs +13 -0
  1576. package/dist/141/liquidityPools/poolFeeSet.d.cts +38 -0
  1577. package/dist/141/liquidityPools/priceImpactLimitSet.cjs +12 -0
  1578. package/dist/141/liquidityPools/priceImpactLimitSet.d.cts +46 -0
  1579. package/dist/141/liquidityPools/rangeOrderUpdated.cjs +21 -0
  1580. package/dist/141/liquidityPools/rangeOrderUpdated.d.cts +209 -0
  1581. package/dist/141/liquidityPools/rangeOrderUpdated.d.mts +2 -2
  1582. package/dist/141/liquidityProvider/accountCredited.cjs +13 -0
  1583. package/dist/141/liquidityProvider/accountCredited.d.cts +28 -0
  1584. package/dist/141/liquidityProvider/accountDebited.cjs +13 -0
  1585. package/dist/141/liquidityProvider/accountDebited.d.cts +28 -0
  1586. package/dist/141/liquidityProvider/assetTransferred.cjs +14 -0
  1587. package/dist/141/liquidityProvider/assetTransferred.d.cts +31 -0
  1588. package/dist/141/liquidityProvider/assetTransferred.d.mts +2 -2
  1589. package/dist/141/liquidityProvider/liquidityDepositAddressReady.cjs +17 -0
  1590. package/dist/141/liquidityProvider/liquidityDepositAddressReady.d.cts +79 -0
  1591. package/dist/141/liquidityProvider/liquidityDepositAddressReady.d.mts +8 -8
  1592. package/dist/141/liquidityProvider/liquidityDepositCredited.cjs +13 -0
  1593. package/dist/141/liquidityProvider/liquidityDepositCredited.d.cts +28 -0
  1594. package/dist/141/liquidityProvider/liquidityRefundAddressRegistered.cjs +13 -0
  1595. package/dist/141/liquidityProvider/liquidityRefundAddressRegistered.d.cts +221 -0
  1596. package/dist/141/liquidityProvider/liquidityRefundAddressRegistered.d.mts +2 -2
  1597. package/dist/141/liquidityProvider/withdrawalEgressScheduled.cjs +15 -0
  1598. package/dist/141/liquidityProvider/withdrawalEgressScheduled.d.cts +83 -0
  1599. package/dist/141/liquidityProvider/withdrawalEgressScheduled.d.mts +2 -2
  1600. package/dist/141/polkadotIngressEgress/batchBroadcastRequested.cjs +12 -0
  1601. package/dist/141/polkadotIngressEgress/batchBroadcastRequested.d.cts +25 -0
  1602. package/dist/141/polkadotIngressEgress/boostFundsAdded.cjs +13 -0
  1603. package/dist/141/polkadotIngressEgress/boostFundsAdded.d.cts +45 -0
  1604. package/dist/141/polkadotIngressEgress/boostFundsAdded.d.mts +4 -4
  1605. package/dist/141/polkadotIngressEgress/boostPoolCreated.cjs +9 -0
  1606. package/dist/141/polkadotIngressEgress/boostPoolCreated.d.cts +39 -0
  1607. package/dist/141/polkadotIngressEgress/ccmBroadcastRequested.cjs +12 -0
  1608. package/dist/141/polkadotIngressEgress/ccmBroadcastRequested.d.cts +25 -0
  1609. package/dist/141/polkadotIngressEgress/ccmEgressInvalid.cjs +12 -0
  1610. package/dist/141/polkadotIngressEgress/ccmEgressInvalid.d.cts +242 -0
  1611. package/dist/141/polkadotIngressEgress/depositBoosted.cjs +18 -0
  1612. package/dist/141/polkadotIngressEgress/depositBoosted.d.cts +118 -0
  1613. package/dist/141/polkadotIngressEgress/depositBoosted.d.mts +10 -10
  1614. package/dist/141/polkadotIngressEgress/depositFinalised.cjs +16 -0
  1615. package/dist/141/polkadotIngressEgress/depositFinalised.d.cts +112 -0
  1616. package/dist/141/polkadotIngressEgress/depositFinalised.d.mts +5 -5
  1617. package/dist/141/polkadotIngressEgress/insufficientBoostLiquidity.cjs +14 -0
  1618. package/dist/141/polkadotIngressEgress/insufficientBoostLiquidity.d.cts +31 -0
  1619. package/dist/141/polkadotIngressEgress/insufficientBoostLiquidity.d.mts +3 -3
  1620. package/dist/141/polkadotIngressEgress/stoppedBoosting.cjs +14 -0
  1621. package/dist/141/polkadotIngressEgress/stoppedBoosting.d.cts +48 -0
  1622. package/dist/141/polkadotIngressEgress/stoppedBoosting.d.mts +2 -2
  1623. package/dist/141/polkadotVault/chainInitialized.cjs +8 -0
  1624. package/dist/141/polkadotVault/chainInitialized.d.cts +6 -0
  1625. package/dist/141/swapping/batchSwapFailed.cjs +13 -0
  1626. package/dist/141/swapping/batchSwapFailed.d.cts +38 -0
  1627. package/dist/141/swapping/batchSwapFailed.d.mts +2 -2
  1628. package/dist/141/swapping/ccmDepositReceived.cjs +16 -0
  1629. package/dist/141/swapping/ccmDepositReceived.d.cts +381 -0
  1630. package/dist/141/swapping/ccmDepositReceived.d.mts +4 -4
  1631. package/dist/141/swapping/ccmEgressScheduled.cjs +12 -0
  1632. package/dist/141/swapping/ccmEgressScheduled.d.cts +25 -0
  1633. package/dist/141/swapping/ccmFailed.cjs +14 -0
  1634. package/dist/141/swapping/ccmFailed.d.cts +479 -0
  1635. package/dist/141/swapping/ccmFailed.d.mts +8 -8
  1636. package/dist/141/swapping/maximumSwapAmountSet.cjs +12 -0
  1637. package/dist/141/swapping/maximumSwapAmountSet.d.cts +25 -0
  1638. package/dist/141/swapping/swapAmountConfiscated.cjs +15 -0
  1639. package/dist/141/swapping/swapAmountConfiscated.d.cts +44 -0
  1640. package/dist/141/swapping/swapDepositAddressReady.cjs +21 -0
  1641. package/dist/141/swapping/swapDepositAddressReady.d.cts +175 -0
  1642. package/dist/141/swapping/swapDepositAddressReady.d.mts +4 -4
  1643. package/dist/141/swapping/swapEgressIgnored.cjs +14 -0
  1644. package/dist/141/swapping/swapEgressIgnored.d.cts +248 -0
  1645. package/dist/141/swapping/swapEgressIgnored.d.mts +3 -3
  1646. package/dist/141/swapping/swapEgressScheduled.cjs +15 -0
  1647. package/dist/141/swapping/swapEgressScheduled.d.cts +44 -0
  1648. package/dist/141/swapping/swapEgressScheduled.d.mts +3 -3
  1649. package/dist/141/swapping/swapExecuted.cjs +19 -0
  1650. package/dist/141/swapping/swapExecuted.d.cts +376 -0
  1651. package/dist/141/swapping/swapExecuted.d.mts +2 -2
  1652. package/dist/141/swapping/swapScheduled.cjs +20 -0
  1653. package/dist/141/swapping/swapScheduled.d.cts +512 -0
  1654. package/dist/141/swapping/swapScheduled.d.mts +37 -37
  1655. package/dist/141/swapping/withdrawalRequested.cjs +15 -0
  1656. package/dist/141/swapping/withdrawalRequested.d.cts +83 -0
  1657. package/dist/141/tokenholderGovernance/govKeyUpdatedHasFailed.cjs +12 -0
  1658. package/dist/141/tokenholderGovernance/govKeyUpdatedHasFailed.d.cts +25 -0
  1659. package/dist/141/tokenholderGovernance/govKeyUpdatedWasSuccessful.cjs +12 -0
  1660. package/dist/141/tokenholderGovernance/govKeyUpdatedWasSuccessful.d.cts +25 -0
  1661. package/dist/141/tokenholderGovernance/proposalEnacted.cjs +9 -0
  1662. package/dist/141/tokenholderGovernance/proposalEnacted.d.cts +54 -0
  1663. package/dist/141/tokenholderGovernance/proposalPassed.cjs +9 -0
  1664. package/dist/141/tokenholderGovernance/proposalPassed.d.cts +54 -0
  1665. package/dist/141/tokenholderGovernance/proposalRejected.cjs +9 -0
  1666. package/dist/141/tokenholderGovernance/proposalRejected.d.cts +54 -0
  1667. package/dist/141/tokenholderGovernance/proposalSubmitted.cjs +9 -0
  1668. package/dist/141/tokenholderGovernance/proposalSubmitted.d.cts +54 -0
  1669. package/dist/141/validator/rotationPhaseUpdated.cjs +9 -0
  1670. package/dist/141/validator/rotationPhaseUpdated.d.cts +265 -0
  1671. package/dist/141/validator/startedBidding.cjs +9 -0
  1672. package/dist/141/validator/startedBidding.d.cts +12 -0
  1673. package/dist/141/validator/stoppedBidding.cjs +9 -0
  1674. package/dist/141/validator/stoppedBidding.d.cts +12 -0
  1675. package/dist/141/witnesser/callDispatched.cjs +9 -0
  1676. package/dist/141/witnesser/callDispatched.d.cts +12 -0
  1677. package/dist/141/witnesser/reportedWitnessingFailures.cjs +13 -0
  1678. package/dist/141/witnesser/reportedWitnessingFailures.d.cts +18 -0
  1679. package/dist/150/_virtual/rolldown_runtime.cjs +29 -0
  1680. package/dist/150/arbitrumIngressEgress/batchBroadcastRequested.cjs +12 -0
  1681. package/dist/150/arbitrumIngressEgress/batchBroadcastRequested.d.cts +25 -0
  1682. package/dist/150/arbitrumIngressEgress/ccmBroadcastRequested.cjs +12 -0
  1683. package/dist/150/arbitrumIngressEgress/ccmBroadcastRequested.d.cts +25 -0
  1684. package/dist/150/arbitrumIngressEgress/ccmEgressInvalid.cjs +12 -0
  1685. package/dist/150/arbitrumIngressEgress/ccmEgressInvalid.d.cts +242 -0
  1686. package/dist/150/arbitrumIngressEgress/ccmEgressInvalid.d.mts +20 -20
  1687. package/dist/150/arbitrumIngressEgress/depositBoosted.cjs +20 -0
  1688. package/dist/150/arbitrumIngressEgress/depositBoosted.d.cts +134 -0
  1689. package/dist/150/arbitrumIngressEgress/depositBoosted.d.mts +12 -12
  1690. package/dist/150/arbitrumIngressEgress/depositFinalised.cjs +18 -0
  1691. package/dist/150/arbitrumIngressEgress/depositFinalised.d.cts +128 -0
  1692. package/dist/150/arbitrumIngressEgress/depositFinalised.d.mts +8 -8
  1693. package/dist/150/arbitrumIngressEgress/depositIgnored.cjs +15 -0
  1694. package/dist/150/arbitrumIngressEgress/depositIgnored.d.cts +54 -0
  1695. package/dist/150/arbitrumIngressEgress/depositIgnored.d.mts +4 -4
  1696. package/dist/150/arbitrumIngressEgress/depositWitnessRejected.cjs +12 -0
  1697. package/dist/150/arbitrumIngressEgress/depositWitnessRejected.d.cts +283 -0
  1698. package/dist/150/arbitrumIngressEgress/depositWitnessRejected.d.mts +24 -24
  1699. package/dist/150/arbitrumIngressEgress/maxSwapRetryDurationSet.cjs +8 -0
  1700. package/dist/150/arbitrumIngressEgress/maxSwapRetryDurationSet.d.cts +12 -0
  1701. package/dist/150/assetBalances/refundScheduled.cjs +13 -0
  1702. package/dist/150/assetBalances/refundScheduled.d.cts +236 -0
  1703. package/dist/150/assetBalances/refundScheduled.d.mts +52 -52
  1704. package/dist/150/assetBalances/refundSkipped.cjs +13 -0
  1705. package/dist/150/assetBalances/refundSkipped.d.cts +453 -0
  1706. package/dist/150/assetBalances/refundSkipped.d.mts +70 -70
  1707. package/dist/150/assetBalances/vaultDeficitDetected.cjs +13 -0
  1708. package/dist/150/assetBalances/vaultDeficitDetected.d.cts +28 -0
  1709. package/dist/150/bitcoinIngressEgress/batchBroadcastRequested.cjs +12 -0
  1710. package/dist/150/bitcoinIngressEgress/batchBroadcastRequested.d.cts +25 -0
  1711. package/dist/150/bitcoinIngressEgress/ccmBroadcastRequested.cjs +12 -0
  1712. package/dist/150/bitcoinIngressEgress/ccmBroadcastRequested.d.cts +25 -0
  1713. package/dist/150/bitcoinIngressEgress/ccmEgressInvalid.cjs +12 -0
  1714. package/dist/150/bitcoinIngressEgress/ccmEgressInvalid.d.cts +242 -0
  1715. package/dist/150/bitcoinIngressEgress/ccmEgressInvalid.d.mts +20 -20
  1716. package/dist/150/bitcoinIngressEgress/depositBoosted.cjs +20 -0
  1717. package/dist/150/bitcoinIngressEgress/depositBoosted.d.cts +234 -0
  1718. package/dist/150/bitcoinIngressEgress/depositBoosted.d.mts +34 -34
  1719. package/dist/150/bitcoinIngressEgress/depositFinalised.cjs +18 -0
  1720. package/dist/150/bitcoinIngressEgress/depositFinalised.d.cts +228 -0
  1721. package/dist/150/bitcoinIngressEgress/depositFinalised.d.mts +30 -30
  1722. package/dist/150/bitcoinIngressEgress/maxSwapRetryDurationSet.cjs +8 -0
  1723. package/dist/150/bitcoinIngressEgress/maxSwapRetryDurationSet.d.cts +12 -0
  1724. package/dist/150/common.cjs +586 -0
  1725. package/dist/150/common.d.cts +4085 -0
  1726. package/dist/150/common.d.mts +39 -39
  1727. package/dist/150/emissions/networkFeeBurned.cjs +12 -0
  1728. package/dist/150/emissions/networkFeeBurned.d.cts +25 -0
  1729. package/dist/150/emissions/networkFeeBurned.d.mts +2 -2
  1730. package/dist/150/environment/runtimeSafeModeUpdated.cjs +9 -0
  1731. package/dist/150/environment/runtimeSafeModeUpdated.d.cts +1127 -0
  1732. package/dist/150/environment/runtimeSafeModeUpdated.d.mts +40 -40
  1733. package/dist/150/ethereumIngressEgress/batchBroadcastRequested.cjs +12 -0
  1734. package/dist/150/ethereumIngressEgress/batchBroadcastRequested.d.cts +25 -0
  1735. package/dist/150/ethereumIngressEgress/ccmBroadcastRequested.cjs +12 -0
  1736. package/dist/150/ethereumIngressEgress/ccmBroadcastRequested.d.cts +25 -0
  1737. package/dist/150/ethereumIngressEgress/ccmEgressInvalid.cjs +12 -0
  1738. package/dist/150/ethereumIngressEgress/ccmEgressInvalid.d.cts +242 -0
  1739. package/dist/150/ethereumIngressEgress/ccmEgressInvalid.d.mts +20 -20
  1740. package/dist/150/ethereumIngressEgress/depositBoosted.cjs +20 -0
  1741. package/dist/150/ethereumIngressEgress/depositBoosted.d.cts +134 -0
  1742. package/dist/150/ethereumIngressEgress/depositBoosted.d.mts +12 -12
  1743. package/dist/150/ethereumIngressEgress/depositFinalised.cjs +18 -0
  1744. package/dist/150/ethereumIngressEgress/depositFinalised.d.cts +128 -0
  1745. package/dist/150/ethereumIngressEgress/depositFinalised.d.mts +8 -8
  1746. package/dist/150/ethereumIngressEgress/depositIgnored.cjs +15 -0
  1747. package/dist/150/ethereumIngressEgress/depositIgnored.d.cts +54 -0
  1748. package/dist/150/ethereumIngressEgress/depositIgnored.d.mts +4 -4
  1749. package/dist/150/ethereumIngressEgress/depositWitnessRejected.cjs +12 -0
  1750. package/dist/150/ethereumIngressEgress/depositWitnessRejected.d.cts +283 -0
  1751. package/dist/150/ethereumIngressEgress/depositWitnessRejected.d.mts +24 -24
  1752. package/dist/150/ethereumIngressEgress/maxSwapRetryDurationSet.cjs +8 -0
  1753. package/dist/150/ethereumIngressEgress/maxSwapRetryDurationSet.d.cts +12 -0
  1754. package/dist/150/liquidityPools/assetSwapped.cjs +14 -0
  1755. package/dist/150/liquidityPools/assetSwapped.d.cts +41 -0
  1756. package/dist/150/liquidityPools/assetSwapped.d.mts +12 -12
  1757. package/dist/150/liquidityPools/limitOrderUpdated.cjs +20 -0
  1758. package/dist/150/liquidityPools/limitOrderUpdated.d.cts +99 -0
  1759. package/dist/150/liquidityPools/limitOrderUpdated.d.mts +21 -21
  1760. package/dist/150/liquidityPools/newPoolCreated.cjs +14 -0
  1761. package/dist/150/liquidityPools/newPoolCreated.d.cts +41 -0
  1762. package/dist/150/liquidityPools/newPoolCreated.d.mts +12 -12
  1763. package/dist/150/liquidityPools/poolFeeSet.cjs +13 -0
  1764. package/dist/150/liquidityPools/poolFeeSet.d.cts +38 -0
  1765. package/dist/150/liquidityPools/poolFeeSet.d.mts +12 -12
  1766. package/dist/150/liquidityPools/priceImpactLimitSet.cjs +12 -0
  1767. package/dist/150/liquidityPools/priceImpactLimitSet.d.cts +46 -0
  1768. package/dist/150/liquidityPools/rangeOrderUpdated.cjs +21 -0
  1769. package/dist/150/liquidityPools/rangeOrderUpdated.d.cts +209 -0
  1770. package/dist/150/liquidityPools/rangeOrderUpdated.d.mts +21 -21
  1771. package/dist/150/liquidityProvider/accountCredited.cjs +13 -0
  1772. package/dist/150/liquidityProvider/accountCredited.d.cts +28 -0
  1773. package/dist/150/liquidityProvider/accountCredited.d.mts +7 -7
  1774. package/dist/150/liquidityProvider/accountDebited.cjs +13 -0
  1775. package/dist/150/liquidityProvider/accountDebited.d.cts +28 -0
  1776. package/dist/150/liquidityProvider/accountDebited.d.mts +7 -7
  1777. package/dist/150/liquidityProvider/assetTransferred.cjs +14 -0
  1778. package/dist/150/liquidityProvider/assetTransferred.d.cts +31 -0
  1779. package/dist/150/liquidityProvider/assetTransferred.d.mts +6 -6
  1780. package/dist/150/liquidityProvider/liquidityDepositAddressReady.cjs +17 -0
  1781. package/dist/150/liquidityProvider/liquidityDepositAddressReady.d.cts +85 -0
  1782. package/dist/150/liquidityProvider/liquidityDepositAddressReady.d.mts +14 -14
  1783. package/dist/150/liquidityProvider/liquidityDepositCredited.cjs +13 -0
  1784. package/dist/150/liquidityProvider/liquidityDepositCredited.d.cts +28 -0
  1785. package/dist/150/liquidityProvider/liquidityDepositCredited.d.mts +7 -7
  1786. package/dist/150/liquidityProvider/liquidityRefundAddressRegistered.cjs +13 -0
  1787. package/dist/150/liquidityProvider/liquidityRefundAddressRegistered.d.cts +236 -0
  1788. package/dist/150/liquidityProvider/liquidityRefundAddressRegistered.d.mts +52 -52
  1789. package/dist/150/liquidityProvider/withdrawalEgressScheduled.cjs +15 -0
  1790. package/dist/150/liquidityProvider/withdrawalEgressScheduled.d.cts +89 -0
  1791. package/dist/150/liquidityProvider/withdrawalEgressScheduled.d.mts +12 -12
  1792. package/dist/150/polkadotIngressEgress/batchBroadcastRequested.cjs +12 -0
  1793. package/dist/150/polkadotIngressEgress/batchBroadcastRequested.d.cts +25 -0
  1794. package/dist/150/polkadotIngressEgress/ccmBroadcastRequested.cjs +12 -0
  1795. package/dist/150/polkadotIngressEgress/ccmBroadcastRequested.d.cts +25 -0
  1796. package/dist/150/polkadotIngressEgress/ccmEgressInvalid.cjs +12 -0
  1797. package/dist/150/polkadotIngressEgress/ccmEgressInvalid.d.cts +242 -0
  1798. package/dist/150/polkadotIngressEgress/ccmEgressInvalid.d.mts +20 -20
  1799. package/dist/150/polkadotIngressEgress/depositBoosted.cjs +20 -0
  1800. package/dist/150/polkadotIngressEgress/depositBoosted.d.cts +124 -0
  1801. package/dist/150/polkadotIngressEgress/depositBoosted.d.mts +12 -12
  1802. package/dist/150/polkadotIngressEgress/depositFinalised.cjs +18 -0
  1803. package/dist/150/polkadotIngressEgress/depositFinalised.d.cts +118 -0
  1804. package/dist/150/polkadotIngressEgress/depositFinalised.d.mts +8 -8
  1805. package/dist/150/polkadotIngressEgress/depositIgnored.cjs +15 -0
  1806. package/dist/150/polkadotIngressEgress/depositIgnored.d.cts +44 -0
  1807. package/dist/150/polkadotIngressEgress/depositIgnored.d.mts +4 -4
  1808. package/dist/150/polkadotIngressEgress/depositWitnessRejected.cjs +12 -0
  1809. package/dist/150/polkadotIngressEgress/depositWitnessRejected.d.cts +269 -0
  1810. package/dist/150/polkadotIngressEgress/depositWitnessRejected.d.mts +24 -24
  1811. package/dist/150/polkadotIngressEgress/maxSwapRetryDurationSet.cjs +8 -0
  1812. package/dist/150/polkadotIngressEgress/maxSwapRetryDurationSet.d.cts +12 -0
  1813. package/dist/150/solanaBroadcaster/broadcastAborted.cjs +8 -0
  1814. package/dist/150/solanaBroadcaster/broadcastAborted.d.cts +12 -0
  1815. package/dist/150/solanaBroadcaster/broadcastCallbackExecuted.cjs +12 -0
  1816. package/dist/150/solanaBroadcaster/broadcastCallbackExecuted.d.cts +333 -0
  1817. package/dist/150/solanaBroadcaster/broadcastCallbackExecuted.d.mts +28 -28
  1818. package/dist/150/solanaBroadcaster/broadcastRetryScheduled.cjs +11 -0
  1819. package/dist/150/solanaBroadcaster/broadcastRetryScheduled.d.cts +15 -0
  1820. package/dist/150/solanaBroadcaster/broadcastSuccess.cjs +13 -0
  1821. package/dist/150/solanaBroadcaster/broadcastSuccess.d.cts +18 -0
  1822. package/dist/150/solanaBroadcaster/broadcastTimeout.cjs +8 -0
  1823. package/dist/150/solanaBroadcaster/broadcastTimeout.d.cts +12 -0
  1824. package/dist/150/solanaBroadcaster/callResigned.cjs +8 -0
  1825. package/dist/150/solanaBroadcaster/callResigned.d.cts +12 -0
  1826. package/dist/150/solanaBroadcaster/thresholdSignatureInvalid.cjs +8 -0
  1827. package/dist/150/solanaBroadcaster/thresholdSignatureInvalid.d.cts +12 -0
  1828. package/dist/150/solanaBroadcaster/transactionBroadcastRequest.cjs +13 -0
  1829. package/dist/150/solanaBroadcaster/transactionBroadcastRequest.d.cts +18 -0
  1830. package/dist/150/solanaBroadcaster/transactionFeeDeficitRecorded.cjs +12 -0
  1831. package/dist/150/solanaBroadcaster/transactionFeeDeficitRecorded.d.cts +15 -0
  1832. package/dist/150/solanaBroadcaster/transactionFeeDeficitRefused.cjs +9 -0
  1833. package/dist/150/solanaBroadcaster/transactionFeeDeficitRefused.d.cts +12 -0
  1834. package/dist/150/solanaChainTracking/chainStateUpdated.cjs +9 -0
  1835. package/dist/150/solanaChainTracking/chainStateUpdated.d.cts +41 -0
  1836. package/dist/150/solanaChainTracking/feeMultiplierUpdated.cjs +9 -0
  1837. package/dist/150/solanaChainTracking/feeMultiplierUpdated.d.cts +12 -0
  1838. package/dist/150/solanaIngressEgress/assetEgressStatusChanged.cjs +12 -0
  1839. package/dist/150/solanaIngressEgress/assetEgressStatusChanged.d.cts +25 -0
  1840. package/dist/150/solanaIngressEgress/batchBroadcastRequested.cjs +12 -0
  1841. package/dist/150/solanaIngressEgress/batchBroadcastRequested.d.cts +25 -0
  1842. package/dist/150/solanaIngressEgress/boostFundsAdded.cjs +13 -0
  1843. package/dist/150/solanaIngressEgress/boostFundsAdded.d.cts +45 -0
  1844. package/dist/150/solanaIngressEgress/boostPoolCreated.cjs +9 -0
  1845. package/dist/150/solanaIngressEgress/boostPoolCreated.d.cts +39 -0
  1846. package/dist/150/solanaIngressEgress/ccmBroadcastFailed.cjs +8 -0
  1847. package/dist/150/solanaIngressEgress/ccmBroadcastFailed.d.cts +12 -0
  1848. package/dist/150/solanaIngressEgress/ccmBroadcastRequested.cjs +12 -0
  1849. package/dist/150/solanaIngressEgress/ccmBroadcastRequested.d.cts +25 -0
  1850. package/dist/150/solanaIngressEgress/ccmEgressInvalid.cjs +12 -0
  1851. package/dist/150/solanaIngressEgress/ccmEgressInvalid.d.cts +242 -0
  1852. package/dist/150/solanaIngressEgress/ccmEgressInvalid.d.mts +20 -20
  1853. package/dist/150/solanaIngressEgress/channelOpeningFeePaid.cjs +9 -0
  1854. package/dist/150/solanaIngressEgress/channelOpeningFeePaid.d.cts +12 -0
  1855. package/dist/150/solanaIngressEgress/channelOpeningFeeSet.cjs +9 -0
  1856. package/dist/150/solanaIngressEgress/channelOpeningFeeSet.d.cts +12 -0
  1857. package/dist/150/solanaIngressEgress/depositBoosted.cjs +19 -0
  1858. package/dist/150/solanaIngressEgress/depositBoosted.d.cts +121 -0
  1859. package/dist/150/solanaIngressEgress/depositBoosted.d.mts +10 -10
  1860. package/dist/150/solanaIngressEgress/depositFetchesScheduled.cjs +12 -0
  1861. package/dist/150/solanaIngressEgress/depositFetchesScheduled.d.cts +25 -0
  1862. package/dist/150/solanaIngressEgress/depositFinalised.cjs +17 -0
  1863. package/dist/150/solanaIngressEgress/depositFinalised.d.cts +115 -0
  1864. package/dist/150/solanaIngressEgress/depositFinalised.d.mts +6 -6
  1865. package/dist/150/solanaIngressEgress/depositIgnored.cjs +14 -0
  1866. package/dist/150/solanaIngressEgress/depositIgnored.d.cts +41 -0
  1867. package/dist/150/solanaIngressEgress/depositIgnored.d.mts +2 -2
  1868. package/dist/150/solanaIngressEgress/depositWitnessRejected.cjs +12 -0
  1869. package/dist/150/solanaIngressEgress/depositWitnessRejected.d.cts +264 -0
  1870. package/dist/150/solanaIngressEgress/depositWitnessRejected.d.mts +20 -20
  1871. package/dist/150/solanaIngressEgress/failedForeignChainCallExpired.cjs +8 -0
  1872. package/dist/150/solanaIngressEgress/failedForeignChainCallExpired.d.cts +12 -0
  1873. package/dist/150/solanaIngressEgress/failedForeignChainCallResigned.cjs +11 -0
  1874. package/dist/150/solanaIngressEgress/failedForeignChainCallResigned.d.cts +15 -0
  1875. package/dist/150/solanaIngressEgress/failedToBuildAllBatchCall.cjs +9 -0
  1876. package/dist/150/solanaIngressEgress/failedToBuildAllBatchCall.d.cts +370 -0
  1877. package/dist/150/solanaIngressEgress/failedToBuildAllBatchCall.d.mts +28 -28
  1878. package/dist/150/solanaIngressEgress/insufficientBoostLiquidity.cjs +14 -0
  1879. package/dist/150/solanaIngressEgress/insufficientBoostLiquidity.d.cts +31 -0
  1880. package/dist/150/solanaIngressEgress/maxSwapRetryDurationSet.cjs +8 -0
  1881. package/dist/150/solanaIngressEgress/maxSwapRetryDurationSet.d.cts +12 -0
  1882. package/dist/150/solanaIngressEgress/minimumDepositSet.cjs +12 -0
  1883. package/dist/150/solanaIngressEgress/minimumDepositSet.d.cts +25 -0
  1884. package/dist/150/solanaIngressEgress/stoppedBoosting.cjs +14 -0
  1885. package/dist/150/solanaIngressEgress/stoppedBoosting.d.cts +48 -0
  1886. package/dist/150/solanaIngressEgress/transferFallbackRequested.cjs +14 -0
  1887. package/dist/150/solanaIngressEgress/transferFallbackRequested.d.cts +31 -0
  1888. package/dist/150/solanaIngressEgress/transferFallbackRequested.d.mts +2 -2
  1889. package/dist/150/solanaIngressEgress/utxoConsolidation.cjs +8 -0
  1890. package/dist/150/solanaIngressEgress/utxoConsolidation.d.cts +12 -0
  1891. package/dist/150/solanaThresholdSigner/failureReportProcessed.cjs +13 -0
  1892. package/dist/150/solanaThresholdSigner/failureReportProcessed.d.cts +18 -0
  1893. package/dist/150/solanaThresholdSigner/failureReportProcessed.d.mts +2 -2
  1894. package/dist/150/solanaThresholdSigner/keyHandoverFailure.cjs +9 -0
  1895. package/dist/150/solanaThresholdSigner/keyHandoverFailure.d.cts +12 -0
  1896. package/dist/150/solanaThresholdSigner/keyHandoverFailureReported.cjs +7 -0
  1897. package/dist/150/solanaThresholdSigner/keyHandoverFailureReported.d.cts +6 -0
  1898. package/dist/150/solanaThresholdSigner/keyHandoverRequest.cjs +17 -0
  1899. package/dist/150/solanaThresholdSigner/keyHandoverRequest.d.cts +30 -0
  1900. package/dist/150/solanaThresholdSigner/keyHandoverResponseTimeout.cjs +9 -0
  1901. package/dist/150/solanaThresholdSigner/keyHandoverResponseTimeout.d.cts +12 -0
  1902. package/dist/150/solanaThresholdSigner/keyHandoverSuccess.cjs +9 -0
  1903. package/dist/150/solanaThresholdSigner/keyHandoverSuccess.d.cts +12 -0
  1904. package/dist/150/solanaThresholdSigner/keyHandoverSuccessReported.cjs +7 -0
  1905. package/dist/150/solanaThresholdSigner/keyHandoverSuccessReported.d.cts +6 -0
  1906. package/dist/150/solanaThresholdSigner/keyHandoverVerificationFailure.cjs +9 -0
  1907. package/dist/150/solanaThresholdSigner/keyHandoverVerificationFailure.d.cts +12 -0
  1908. package/dist/150/solanaThresholdSigner/keyHandoverVerificationSuccess.cjs +9 -0
  1909. package/dist/150/solanaThresholdSigner/keyHandoverVerificationSuccess.d.cts +12 -0
  1910. package/dist/150/solanaThresholdSigner/keyRotationCompleted.cjs +8 -0
  1911. package/dist/150/solanaThresholdSigner/keyRotationCompleted.d.cts +6 -0
  1912. package/dist/150/solanaThresholdSigner/keygenFailure.cjs +7 -0
  1913. package/dist/150/solanaThresholdSigner/keygenFailure.d.cts +6 -0
  1914. package/dist/150/solanaThresholdSigner/keygenFailureReported.cjs +7 -0
  1915. package/dist/150/solanaThresholdSigner/keygenFailureReported.d.cts +6 -0
  1916. package/dist/150/solanaThresholdSigner/keygenRequest.cjs +13 -0
  1917. package/dist/150/solanaThresholdSigner/keygenRequest.d.cts +18 -0
  1918. package/dist/150/solanaThresholdSigner/keygenResponseTimeout.cjs +7 -0
  1919. package/dist/150/solanaThresholdSigner/keygenResponseTimeout.d.cts +6 -0
  1920. package/dist/150/solanaThresholdSigner/keygenResponseTimeoutUpdated.cjs +8 -0
  1921. package/dist/150/solanaThresholdSigner/keygenResponseTimeoutUpdated.d.cts +12 -0
  1922. package/dist/150/solanaThresholdSigner/keygenSuccess.cjs +7 -0
  1923. package/dist/150/solanaThresholdSigner/keygenSuccess.d.cts +6 -0
  1924. package/dist/150/solanaThresholdSigner/keygenSuccessReported.cjs +7 -0
  1925. package/dist/150/solanaThresholdSigner/keygenSuccessReported.d.cts +6 -0
  1926. package/dist/150/solanaThresholdSigner/keygenVerificationFailure.cjs +9 -0
  1927. package/dist/150/solanaThresholdSigner/keygenVerificationFailure.d.cts +12 -0
  1928. package/dist/150/solanaThresholdSigner/keygenVerificationSuccess.cjs +9 -0
  1929. package/dist/150/solanaThresholdSigner/keygenVerificationSuccess.d.cts +12 -0
  1930. package/dist/150/solanaThresholdSigner/noKeyHandover.cjs +8 -0
  1931. package/dist/150/solanaThresholdSigner/noKeyHandover.d.cts +6 -0
  1932. package/dist/150/solanaThresholdSigner/retryRequested.cjs +12 -0
  1933. package/dist/150/solanaThresholdSigner/retryRequested.d.cts +15 -0
  1934. package/dist/150/solanaThresholdSigner/retryRequested.d.mts +2 -2
  1935. package/dist/150/solanaThresholdSigner/signersUnavailable.cjs +11 -0
  1936. package/dist/150/solanaThresholdSigner/signersUnavailable.d.cts +15 -0
  1937. package/dist/150/solanaThresholdSigner/thresholdDispatchComplete.cjs +13 -0
  1938. package/dist/150/solanaThresholdSigner/thresholdDispatchComplete.d.cts +336 -0
  1939. package/dist/150/solanaThresholdSigner/thresholdDispatchComplete.d.mts +30 -30
  1940. package/dist/150/solanaThresholdSigner/thresholdSignatureFailed.cjs +13 -0
  1941. package/dist/150/solanaThresholdSigner/thresholdSignatureFailed.d.cts +18 -0
  1942. package/dist/150/solanaThresholdSigner/thresholdSignatureFailed.d.mts +2 -2
  1943. package/dist/150/solanaThresholdSigner/thresholdSignatureRequest.cjs +15 -0
  1944. package/dist/150/solanaThresholdSigner/thresholdSignatureRequest.d.cts +24 -0
  1945. package/dist/150/solanaThresholdSigner/thresholdSignatureRequest.d.mts +4 -4
  1946. package/dist/150/solanaThresholdSigner/thresholdSignatureResponseTimeoutUpdated.cjs +8 -0
  1947. package/dist/150/solanaThresholdSigner/thresholdSignatureResponseTimeoutUpdated.d.cts +12 -0
  1948. package/dist/150/solanaThresholdSigner/thresholdSignatureSuccess.cjs +12 -0
  1949. package/dist/150/solanaThresholdSigner/thresholdSignatureSuccess.d.cts +15 -0
  1950. package/dist/150/solanaThresholdSigner/thresholdSignatureSuccess.d.mts +2 -2
  1951. package/dist/150/solanaVault/awaitingGovernanceActivation.cjs +9 -0
  1952. package/dist/150/solanaVault/awaitingGovernanceActivation.d.cts +12 -0
  1953. package/dist/150/solanaVault/chainInitialized.cjs +8 -0
  1954. package/dist/150/solanaVault/chainInitialized.d.cts +6 -0
  1955. package/dist/150/solanaVault/vaultActivationCompleted.cjs +8 -0
  1956. package/dist/150/solanaVault/vaultActivationCompleted.d.cts +6 -0
  1957. package/dist/150/solanaVault/vaultRotatedExternally.cjs +7 -0
  1958. package/dist/150/solanaVault/vaultRotatedExternally.d.cts +6 -0
  1959. package/dist/150/swapping/batchSwapFailed.cjs +13 -0
  1960. package/dist/150/swapping/batchSwapFailed.d.cts +38 -0
  1961. package/dist/150/swapping/batchSwapFailed.d.mts +6 -6
  1962. package/dist/150/swapping/buyIntervalSet.cjs +8 -0
  1963. package/dist/150/swapping/buyIntervalSet.d.cts +12 -0
  1964. package/dist/150/swapping/ccmDepositReceived.cjs +16 -0
  1965. package/dist/150/swapping/ccmDepositReceived.d.cts +408 -0
  1966. package/dist/150/swapping/ccmDepositReceived.d.mts +78 -78
  1967. package/dist/150/swapping/ccmEgressScheduled.cjs +12 -0
  1968. package/dist/150/swapping/ccmEgressScheduled.d.cts +25 -0
  1969. package/dist/150/swapping/ccmFailed.cjs +14 -0
  1970. package/dist/150/swapping/ccmFailed.d.cts +515 -0
  1971. package/dist/150/swapping/ccmFailed.d.mts +83 -83
  1972. package/dist/150/swapping/maximumSwapAmountSet.cjs +12 -0
  1973. package/dist/150/swapping/maximumSwapAmountSet.d.cts +25 -0
  1974. package/dist/150/swapping/maximumSwapAmountSet.d.mts +6 -6
  1975. package/dist/150/swapping/networkFeeTaken.cjs +12 -0
  1976. package/dist/150/swapping/networkFeeTaken.d.cts +15 -0
  1977. package/dist/150/swapping/refundEgressIgnored.cjs +14 -0
  1978. package/dist/150/swapping/refundEgressIgnored.d.cts +248 -0
  1979. package/dist/150/swapping/refundEgressIgnored.d.mts +24 -24
  1980. package/dist/150/swapping/refundEgressScheduled.cjs +15 -0
  1981. package/dist/150/swapping/refundEgressScheduled.d.cts +44 -0
  1982. package/dist/150/swapping/refundEgressScheduled.d.mts +10 -10
  1983. package/dist/150/swapping/swapAmountConfiscated.cjs +15 -0
  1984. package/dist/150/swapping/swapAmountConfiscated.d.cts +44 -0
  1985. package/dist/150/swapping/swapAmountConfiscated.d.mts +12 -12
  1986. package/dist/150/swapping/swapDepositAddressReady.cjs +22 -0
  1987. package/dist/150/swapping/swapDepositAddressReady.d.cts +273 -0
  1988. package/dist/150/swapping/swapDepositAddressReady.d.mts +25 -25
  1989. package/dist/150/swapping/swapEgressIgnored.cjs +14 -0
  1990. package/dist/150/swapping/swapEgressIgnored.d.cts +248 -0
  1991. package/dist/150/swapping/swapEgressIgnored.d.mts +24 -24
  1992. package/dist/150/swapping/swapEgressScheduled.cjs +15 -0
  1993. package/dist/150/swapping/swapEgressScheduled.d.cts +44 -0
  1994. package/dist/150/swapping/swapEgressScheduled.d.mts +10 -10
  1995. package/dist/150/swapping/swapExecuted.cjs +19 -0
  1996. package/dist/150/swapping/swapExecuted.d.cts +397 -0
  1997. package/dist/150/swapping/swapExecuted.d.mts +101 -101
  1998. package/dist/150/swapping/swapRescheduled.cjs +12 -0
  1999. package/dist/150/swapping/swapRescheduled.d.cts +15 -0
  2000. package/dist/150/swapping/swapRetryDelaySet.cjs +8 -0
  2001. package/dist/150/swapping/swapRetryDelaySet.d.cts +12 -0
  2002. package/dist/150/swapping/swapScheduled.cjs +20 -0
  2003. package/dist/150/swapping/swapScheduled.d.cts +548 -0
  2004. package/dist/150/swapping/swapScheduled.d.mts +113 -113
  2005. package/dist/150/swapping/withdrawalRequested.cjs +15 -0
  2006. package/dist/150/swapping/withdrawalRequested.d.cts +89 -0
  2007. package/dist/150/swapping/withdrawalRequested.d.mts +13 -13
  2008. package/dist/150/tokenholderGovernance/govKeyUpdatedHasFailed.cjs +12 -0
  2009. package/dist/150/tokenholderGovernance/govKeyUpdatedHasFailed.d.cts +25 -0
  2010. package/dist/150/tokenholderGovernance/govKeyUpdatedWasSuccessful.cjs +12 -0
  2011. package/dist/150/tokenholderGovernance/govKeyUpdatedWasSuccessful.d.cts +25 -0
  2012. package/dist/150/tokenholderGovernance/proposalEnacted.cjs +9 -0
  2013. package/dist/150/tokenholderGovernance/proposalEnacted.d.cts +54 -0
  2014. package/dist/150/tokenholderGovernance/proposalEnacted.d.mts +8 -8
  2015. package/dist/150/tokenholderGovernance/proposalPassed.cjs +9 -0
  2016. package/dist/150/tokenholderGovernance/proposalPassed.d.cts +54 -0
  2017. package/dist/150/tokenholderGovernance/proposalPassed.d.mts +8 -8
  2018. package/dist/150/tokenholderGovernance/proposalRejected.cjs +9 -0
  2019. package/dist/150/tokenholderGovernance/proposalRejected.d.cts +54 -0
  2020. package/dist/150/tokenholderGovernance/proposalRejected.d.mts +8 -8
  2021. package/dist/150/tokenholderGovernance/proposalSubmitted.cjs +9 -0
  2022. package/dist/150/tokenholderGovernance/proposalSubmitted.d.cts +54 -0
  2023. package/dist/150/tokenholderGovernance/proposalSubmitted.d.mts +8 -8
  2024. package/dist/160/_virtual/rolldown_runtime.cjs +29 -0
  2025. package/dist/160/arbitrumIngressEgress/ccmEgressInvalid.cjs +12 -0
  2026. package/dist/160/arbitrumIngressEgress/ccmEgressInvalid.d.cts +533 -0
  2027. package/dist/160/arbitrumIngressEgress/depositBoosted.cjs +20 -0
  2028. package/dist/160/arbitrumIngressEgress/depositBoosted.d.cts +129 -0
  2029. package/dist/160/arbitrumIngressEgress/depositBoosted.d.mts +10 -10
  2030. package/dist/160/arbitrumIngressEgress/depositFinalised.cjs +18 -0
  2031. package/dist/160/arbitrumIngressEgress/depositFinalised.d.cts +123 -0
  2032. package/dist/160/arbitrumIngressEgress/depositFinalised.d.mts +6 -6
  2033. package/dist/160/assetBalances/accountCredited.cjs +14 -0
  2034. package/dist/160/assetBalances/accountCredited.d.cts +31 -0
  2035. package/dist/160/assetBalances/accountCredited.d.mts +6 -6
  2036. package/dist/160/assetBalances/accountDebited.cjs +14 -0
  2037. package/dist/160/assetBalances/accountDebited.d.cts +31 -0
  2038. package/dist/160/assetBalances/accountDebited.d.mts +6 -6
  2039. package/dist/160/bitcoinIngressEgress/ccmEgressInvalid.cjs +12 -0
  2040. package/dist/160/bitcoinIngressEgress/ccmEgressInvalid.d.cts +533 -0
  2041. package/dist/160/bitcoinIngressEgress/depositBoosted.cjs +20 -0
  2042. package/dist/160/bitcoinIngressEgress/depositBoosted.d.cts +229 -0
  2043. package/dist/160/bitcoinIngressEgress/depositBoosted.d.mts +10 -10
  2044. package/dist/160/bitcoinIngressEgress/depositFinalised.cjs +18 -0
  2045. package/dist/160/bitcoinIngressEgress/depositFinalised.d.cts +223 -0
  2046. package/dist/160/bitcoinIngressEgress/depositFinalised.d.mts +6 -6
  2047. package/dist/160/common.cjs +602 -0
  2048. package/dist/160/common.d.cts +3828 -0
  2049. package/dist/160/common.d.mts +42 -42
  2050. package/dist/160/environment/durableNonceSetForAccount.cjs +12 -0
  2051. package/dist/160/environment/durableNonceSetForAccount.d.cts +15 -0
  2052. package/dist/160/environment/runtimeSafeModeUpdated.cjs +9 -0
  2053. package/dist/160/environment/runtimeSafeModeUpdated.d.cts +1105 -0
  2054. package/dist/160/environment/solanaInitialized.cjs +8 -0
  2055. package/dist/160/environment/solanaInitialized.d.cts +6 -0
  2056. package/dist/160/ethereumIngressEgress/ccmEgressInvalid.cjs +12 -0
  2057. package/dist/160/ethereumIngressEgress/ccmEgressInvalid.d.cts +533 -0
  2058. package/dist/160/ethereumIngressEgress/depositBoosted.cjs +20 -0
  2059. package/dist/160/ethereumIngressEgress/depositBoosted.d.cts +129 -0
  2060. package/dist/160/ethereumIngressEgress/depositBoosted.d.mts +10 -10
  2061. package/dist/160/ethereumIngressEgress/depositFinalised.cjs +18 -0
  2062. package/dist/160/ethereumIngressEgress/depositFinalised.d.cts +123 -0
  2063. package/dist/160/ethereumIngressEgress/depositFinalised.d.mts +6 -6
  2064. package/dist/160/liquidityPools/assetSwapped.cjs +14 -0
  2065. package/dist/160/liquidityPools/assetSwapped.d.cts +41 -0
  2066. package/dist/160/liquidityPools/assetSwapped.d.mts +12 -12
  2067. package/dist/160/liquidityPools/limitOrderUpdated.cjs +20 -0
  2068. package/dist/160/liquidityPools/limitOrderUpdated.d.cts +99 -0
  2069. package/dist/160/liquidityPools/limitOrderUpdated.d.mts +12 -12
  2070. package/dist/160/liquidityPools/newPoolCreated.cjs +14 -0
  2071. package/dist/160/liquidityPools/newPoolCreated.d.cts +41 -0
  2072. package/dist/160/liquidityPools/newPoolCreated.d.mts +12 -12
  2073. package/dist/160/liquidityPools/orderDeletionFailed.cjs +9 -0
  2074. package/dist/160/liquidityPools/orderDeletionFailed.d.cts +127 -0
  2075. package/dist/160/liquidityPools/orderDeletionFailed.d.mts +32 -32
  2076. package/dist/160/liquidityPools/poolFeeSet.cjs +13 -0
  2077. package/dist/160/liquidityPools/poolFeeSet.d.cts +38 -0
  2078. package/dist/160/liquidityPools/poolFeeSet.d.mts +12 -12
  2079. package/dist/160/liquidityPools/priceImpactLimitSet.cjs +12 -0
  2080. package/dist/160/liquidityPools/priceImpactLimitSet.d.cts +46 -0
  2081. package/dist/160/liquidityPools/rangeOrderUpdated.cjs +21 -0
  2082. package/dist/160/liquidityPools/rangeOrderUpdated.d.cts +209 -0
  2083. package/dist/160/liquidityPools/rangeOrderUpdated.d.mts +24 -24
  2084. package/dist/160/liquidityProvider/assetTransferred.cjs +14 -0
  2085. package/dist/160/liquidityProvider/assetTransferred.d.cts +31 -0
  2086. package/dist/160/liquidityProvider/assetTransferred.d.mts +6 -6
  2087. package/dist/160/liquidityProvider/liquidityDepositAddressReady.cjs +17 -0
  2088. package/dist/160/liquidityProvider/liquidityDepositAddressReady.d.cts +85 -0
  2089. package/dist/160/liquidityProvider/liquidityDepositAddressReady.d.mts +9 -9
  2090. package/dist/160/liquidityProvider/withdrawalEgressScheduled.cjs +15 -0
  2091. package/dist/160/liquidityProvider/withdrawalEgressScheduled.d.cts +89 -0
  2092. package/dist/160/liquidityProvider/withdrawalEgressScheduled.d.mts +6 -6
  2093. package/dist/160/polkadotIngressEgress/ccmEgressInvalid.cjs +12 -0
  2094. package/dist/160/polkadotIngressEgress/ccmEgressInvalid.d.cts +533 -0
  2095. package/dist/160/polkadotIngressEgress/depositBoosted.cjs +20 -0
  2096. package/dist/160/polkadotIngressEgress/depositBoosted.d.cts +119 -0
  2097. package/dist/160/polkadotIngressEgress/depositBoosted.d.mts +10 -10
  2098. package/dist/160/polkadotIngressEgress/depositFinalised.cjs +18 -0
  2099. package/dist/160/polkadotIngressEgress/depositFinalised.d.cts +113 -0
  2100. package/dist/160/polkadotIngressEgress/depositFinalised.d.mts +6 -6
  2101. package/dist/160/solanaBroadcaster/broadcastSuccess.cjs +13 -0
  2102. package/dist/160/solanaBroadcaster/broadcastSuccess.d.cts +18 -0
  2103. package/dist/160/solanaBroadcaster/transactionBroadcastRequest.cjs +14 -0
  2104. package/dist/160/solanaBroadcaster/transactionBroadcastRequest.d.cts +143 -0
  2105. package/dist/160/solanaBroadcaster/transactionFeeDeficitRecorded.cjs +12 -0
  2106. package/dist/160/solanaBroadcaster/transactionFeeDeficitRecorded.d.cts +15 -0
  2107. package/dist/160/solanaChainTracking/chainStateUpdated.cjs +9 -0
  2108. package/dist/160/solanaChainTracking/chainStateUpdated.d.cts +41 -0
  2109. package/dist/160/solanaElections/allVotesCleared.cjs +8 -0
  2110. package/dist/160/solanaElections/allVotesCleared.d.cts +6 -0
  2111. package/dist/160/solanaElections/allVotesNotCleared.cjs +8 -0
  2112. package/dist/160/solanaElections/allVotesNotCleared.d.cts +6 -0
  2113. package/dist/160/solanaElections/corruptStorage.cjs +8 -0
  2114. package/dist/160/solanaElections/corruptStorage.d.cts +6 -0
  2115. package/dist/160/solanaElections/uninitialized.cjs +8 -0
  2116. package/dist/160/solanaElections/uninitialized.d.cts +6 -0
  2117. package/dist/160/solanaIngressEgress/assetEgressStatusChanged.cjs +12 -0
  2118. package/dist/160/solanaIngressEgress/assetEgressStatusChanged.d.cts +25 -0
  2119. package/dist/160/solanaIngressEgress/boostFundsAdded.cjs +13 -0
  2120. package/dist/160/solanaIngressEgress/boostFundsAdded.d.cts +45 -0
  2121. package/dist/160/solanaIngressEgress/boostFundsAdded.d.mts +2 -2
  2122. package/dist/160/solanaIngressEgress/boostPoolCreated.cjs +9 -0
  2123. package/dist/160/solanaIngressEgress/boostPoolCreated.d.cts +39 -0
  2124. package/dist/160/solanaIngressEgress/ccmEgressInvalid.cjs +12 -0
  2125. package/dist/160/solanaIngressEgress/ccmEgressInvalid.d.cts +533 -0
  2126. package/dist/160/solanaIngressEgress/depositBoosted.cjs +19 -0
  2127. package/dist/160/solanaIngressEgress/depositBoosted.d.cts +116 -0
  2128. package/dist/160/solanaIngressEgress/depositBoosted.d.mts +8 -8
  2129. package/dist/160/solanaIngressEgress/depositFetchesScheduled.cjs +12 -0
  2130. package/dist/160/solanaIngressEgress/depositFetchesScheduled.d.cts +25 -0
  2131. package/dist/160/solanaIngressEgress/depositFetchesScheduled.d.mts +2 -2
  2132. package/dist/160/solanaIngressEgress/depositFinalised.cjs +17 -0
  2133. package/dist/160/solanaIngressEgress/depositFinalised.d.cts +110 -0
  2134. package/dist/160/solanaIngressEgress/depositFinalised.d.mts +4 -4
  2135. package/dist/160/solanaIngressEgress/depositIgnored.cjs +14 -0
  2136. package/dist/160/solanaIngressEgress/depositIgnored.d.cts +41 -0
  2137. package/dist/160/solanaIngressEgress/depositWitnessRejected.cjs +12 -0
  2138. package/dist/160/solanaIngressEgress/depositWitnessRejected.d.cts +264 -0
  2139. package/dist/160/solanaIngressEgress/insufficientBoostLiquidity.cjs +14 -0
  2140. package/dist/160/solanaIngressEgress/insufficientBoostLiquidity.d.cts +31 -0
  2141. package/dist/160/solanaIngressEgress/insufficientBoostLiquidity.d.mts +4 -4
  2142. package/dist/160/solanaIngressEgress/minimumDepositSet.cjs +12 -0
  2143. package/dist/160/solanaIngressEgress/minimumDepositSet.d.cts +25 -0
  2144. package/dist/160/solanaIngressEgress/stoppedBoosting.cjs +14 -0
  2145. package/dist/160/solanaIngressEgress/stoppedBoosting.d.cts +48 -0
  2146. package/dist/160/solanaIngressEgress/stoppedBoosting.d.mts +2 -2
  2147. package/dist/160/solanaIngressEgress/transferFallbackRequested.cjs +14 -0
  2148. package/dist/160/solanaIngressEgress/transferFallbackRequested.d.cts +31 -0
  2149. package/dist/160/solanaThresholdSigner/thresholdSignatureRequest.cjs +16 -0
  2150. package/dist/160/solanaThresholdSigner/thresholdSignatureRequest.d.cts +108 -0
  2151. package/dist/160/swapping/batchSwapFailed.cjs +13 -0
  2152. package/dist/160/swapping/batchSwapFailed.d.cts +38 -0
  2153. package/dist/160/swapping/batchSwapFailed.d.mts +6 -6
  2154. package/dist/160/swapping/ccmFailed.cjs +14 -0
  2155. package/dist/160/swapping/ccmFailed.d.cts +312 -0
  2156. package/dist/160/swapping/ccmFailed.d.mts +4 -4
  2157. package/dist/160/swapping/maxSwapRequestDurationSet.cjs +8 -0
  2158. package/dist/160/swapping/maxSwapRequestDurationSet.d.cts +12 -0
  2159. package/dist/160/swapping/maxSwapRetryDurationSet.cjs +8 -0
  2160. package/dist/160/swapping/maxSwapRetryDurationSet.d.cts +12 -0
  2161. package/dist/160/swapping/maximumSwapAmountSet.cjs +12 -0
  2162. package/dist/160/swapping/maximumSwapAmountSet.d.cts +25 -0
  2163. package/dist/160/swapping/maximumSwapAmountSet.d.mts +6 -6
  2164. package/dist/160/swapping/refundEgressIgnored.cjs +14 -0
  2165. package/dist/160/swapping/refundEgressIgnored.d.cts +248 -0
  2166. package/dist/160/swapping/refundEgressIgnored.d.mts +7 -7
  2167. package/dist/160/swapping/refundEgressScheduled.cjs +15 -0
  2168. package/dist/160/swapping/refundEgressScheduled.d.cts +44 -0
  2169. package/dist/160/swapping/refundEgressScheduled.d.mts +7 -7
  2170. package/dist/160/swapping/swapAmountConfiscated.cjs +14 -0
  2171. package/dist/160/swapping/swapAmountConfiscated.d.cts +31 -0
  2172. package/dist/160/swapping/swapAmountConfiscated.d.mts +7 -7
  2173. package/dist/160/swapping/swapDepositAddressReady.cjs +23 -0
  2174. package/dist/160/swapping/swapDepositAddressReady.d.cts +291 -0
  2175. package/dist/160/swapping/swapDepositAddressReady.d.mts +14 -14
  2176. package/dist/160/swapping/swapEgressIgnored.cjs +14 -0
  2177. package/dist/160/swapping/swapEgressIgnored.d.cts +248 -0
  2178. package/dist/160/swapping/swapEgressIgnored.d.mts +7 -7
  2179. package/dist/160/swapping/swapEgressScheduled.cjs +15 -0
  2180. package/dist/160/swapping/swapEgressScheduled.d.cts +44 -0
  2181. package/dist/160/swapping/swapEgressScheduled.d.mts +7 -7
  2182. package/dist/160/swapping/swapExecuted.cjs +19 -0
  2183. package/dist/160/swapping/swapExecuted.d.cts +56 -0
  2184. package/dist/160/swapping/swapExecuted.d.mts +13 -13
  2185. package/dist/160/swapping/swapRequestCompleted.cjs +9 -0
  2186. package/dist/160/swapping/swapRequestCompleted.d.cts +12 -0
  2187. package/dist/160/swapping/swapRequested.cjs +18 -0
  2188. package/dist/160/swapping/swapRequested.d.cts +604 -0
  2189. package/dist/160/swapping/swapRequested.d.mts +14 -14
  2190. package/dist/160/swapping/swapScheduled.cjs +15 -0
  2191. package/dist/160/swapping/swapScheduled.d.cts +34 -0
  2192. package/dist/160/swapping/swapScheduled.d.mts +6 -6
  2193. package/dist/160/swapping/withdrawalRequested.cjs +15 -0
  2194. package/dist/160/swapping/withdrawalRequested.d.cts +89 -0
  2195. package/dist/160/swapping/withdrawalRequested.d.mts +6 -6
  2196. package/dist/170/_virtual/rolldown_runtime.cjs +29 -0
  2197. package/dist/170/arbitrumBroadcaster/palletConfigUpdated.cjs +9 -0
  2198. package/dist/170/arbitrumBroadcaster/palletConfigUpdated.d.cts +27 -0
  2199. package/dist/170/arbitrumIngressEgress/boostedDepositLost.cjs +12 -0
  2200. package/dist/170/arbitrumIngressEgress/boostedDepositLost.d.cts +15 -0
  2201. package/dist/170/arbitrumIngressEgress/boostedDepositLost.d.mts +2 -2
  2202. package/dist/170/arbitrumIngressEgress/ccmFailed.cjs +14 -0
  2203. package/dist/170/arbitrumIngressEgress/ccmFailed.d.cts +312 -0
  2204. package/dist/170/arbitrumIngressEgress/ccmFailed.d.mts +37 -37
  2205. package/dist/170/arbitrumIngressEgress/ccmFallbackScheduled.cjs +12 -0
  2206. package/dist/170/arbitrumIngressEgress/ccmFallbackScheduled.d.cts +47 -0
  2207. package/dist/170/arbitrumIngressEgress/depositChannelLifetimeSet.cjs +9 -0
  2208. package/dist/170/arbitrumIngressEgress/depositChannelLifetimeSet.d.cts +12 -0
  2209. package/dist/170/arbitrumIngressEgress/depositIgnored.cjs +15 -0
  2210. package/dist/170/arbitrumIngressEgress/depositIgnored.d.cts +54 -0
  2211. package/dist/170/arbitrumIngressEgress/depositIgnored.d.mts +6 -6
  2212. package/dist/170/arbitrumIngressEgress/failedToBuildAllBatchCall.cjs +9 -0
  2213. package/dist/170/arbitrumIngressEgress/failedToBuildAllBatchCall.d.cts +560 -0
  2214. package/dist/170/arbitrumIngressEgress/failedToBuildAllBatchCall.d.mts +50 -50
  2215. package/dist/170/arbitrumIngressEgress/transactionRejectedByBroker.cjs +12 -0
  2216. package/dist/170/arbitrumIngressEgress/transactionRejectedByBroker.d.cts +25 -0
  2217. package/dist/170/arbitrumIngressEgress/transactionRejectedByBroker.d.mts +2 -2
  2218. package/dist/170/arbitrumIngressEgress/transactionRejectionFailed.cjs +9 -0
  2219. package/dist/170/arbitrumIngressEgress/transactionRejectionFailed.d.cts +22 -0
  2220. package/dist/170/arbitrumIngressEgress/transactionRejectionRequestExpired.cjs +12 -0
  2221. package/dist/170/arbitrumIngressEgress/transactionRejectionRequestExpired.d.cts +15 -0
  2222. package/dist/170/arbitrumIngressEgress/transactionRejectionRequestExpired.d.mts +2 -2
  2223. package/dist/170/arbitrumIngressEgress/transactionRejectionRequestReceived.cjs +13 -0
  2224. package/dist/170/arbitrumIngressEgress/transactionRejectionRequestReceived.d.cts +18 -0
  2225. package/dist/170/arbitrumIngressEgress/transactionRejectionRequestReceived.d.mts +2 -2
  2226. package/dist/170/arbitrumVault/activationTxFailedAwaitingGovernance.cjs +9 -0
  2227. package/dist/170/arbitrumVault/activationTxFailedAwaitingGovernance.d.cts +39 -0
  2228. package/dist/170/bitcoinBroadcaster/palletConfigUpdated.cjs +9 -0
  2229. package/dist/170/bitcoinBroadcaster/palletConfigUpdated.d.cts +27 -0
  2230. package/dist/170/bitcoinIngressEgress/boostedDepositLost.cjs +12 -0
  2231. package/dist/170/bitcoinIngressEgress/boostedDepositLost.d.cts +15 -0
  2232. package/dist/170/bitcoinIngressEgress/boostedDepositLost.d.mts +2 -2
  2233. package/dist/170/bitcoinIngressEgress/ccmFailed.cjs +14 -0
  2234. package/dist/170/bitcoinIngressEgress/ccmFailed.d.cts +312 -0
  2235. package/dist/170/bitcoinIngressEgress/ccmFailed.d.mts +37 -37
  2236. package/dist/170/bitcoinIngressEgress/ccmFallbackScheduled.cjs +12 -0
  2237. package/dist/170/bitcoinIngressEgress/ccmFallbackScheduled.d.cts +47 -0
  2238. package/dist/170/bitcoinIngressEgress/depositBoosted.cjs +20 -0
  2239. package/dist/170/bitcoinIngressEgress/depositBoosted.d.cts +343 -0
  2240. package/dist/170/bitcoinIngressEgress/depositBoosted.d.mts +30 -30
  2241. package/dist/170/bitcoinIngressEgress/depositChannelLifetimeSet.cjs +9 -0
  2242. package/dist/170/bitcoinIngressEgress/depositChannelLifetimeSet.d.cts +12 -0
  2243. package/dist/170/bitcoinIngressEgress/depositFinalised.cjs +18 -0
  2244. package/dist/170/bitcoinIngressEgress/depositFinalised.d.cts +337 -0
  2245. package/dist/170/bitcoinIngressEgress/depositFinalised.d.mts +26 -26
  2246. package/dist/170/bitcoinIngressEgress/depositIgnored.cjs +15 -0
  2247. package/dist/170/bitcoinIngressEgress/depositIgnored.d.cts +268 -0
  2248. package/dist/170/bitcoinIngressEgress/depositIgnored.d.mts +30 -30
  2249. package/dist/170/bitcoinIngressEgress/depositWitnessRejected.cjs +12 -0
  2250. package/dist/170/bitcoinIngressEgress/depositWitnessRejected.d.cts +565 -0
  2251. package/dist/170/bitcoinIngressEgress/depositWitnessRejected.d.mts +56 -56
  2252. package/dist/170/bitcoinIngressEgress/failedToBuildAllBatchCall.cjs +9 -0
  2253. package/dist/170/bitcoinIngressEgress/failedToBuildAllBatchCall.d.cts +560 -0
  2254. package/dist/170/bitcoinIngressEgress/failedToBuildAllBatchCall.d.mts +50 -50
  2255. package/dist/170/bitcoinIngressEgress/transactionRejectedByBroker.cjs +12 -0
  2256. package/dist/170/bitcoinIngressEgress/transactionRejectedByBroker.d.cts +144 -0
  2257. package/dist/170/bitcoinIngressEgress/transactionRejectedByBroker.d.mts +6 -6
  2258. package/dist/170/bitcoinIngressEgress/transactionRejectionFailed.cjs +9 -0
  2259. package/dist/170/bitcoinIngressEgress/transactionRejectionFailed.d.cts +141 -0
  2260. package/dist/170/bitcoinIngressEgress/transactionRejectionFailed.d.mts +4 -4
  2261. package/dist/170/bitcoinIngressEgress/transactionRejectionRequestExpired.cjs +12 -0
  2262. package/dist/170/bitcoinIngressEgress/transactionRejectionRequestExpired.d.cts +15 -0
  2263. package/dist/170/bitcoinIngressEgress/transactionRejectionRequestExpired.d.mts +2 -2
  2264. package/dist/170/bitcoinIngressEgress/transactionRejectionRequestReceived.cjs +13 -0
  2265. package/dist/170/bitcoinIngressEgress/transactionRejectionRequestReceived.d.cts +18 -0
  2266. package/dist/170/bitcoinIngressEgress/transactionRejectionRequestReceived.d.mts +2 -2
  2267. package/dist/170/bitcoinThresholdSigner/palletConfigUpdated.cjs +9 -0
  2268. package/dist/170/bitcoinThresholdSigner/palletConfigUpdated.d.cts +57 -0
  2269. package/dist/170/bitcoinVault/activationTxFailedAwaitingGovernance.cjs +9 -0
  2270. package/dist/170/bitcoinVault/activationTxFailedAwaitingGovernance.d.cts +27 -0
  2271. package/dist/170/common.cjs +477 -0
  2272. package/dist/170/common.d.cts +2447 -0
  2273. package/dist/170/common.d.mts +148 -148
  2274. package/dist/170/ethereumBroadcaster/palletConfigUpdated.cjs +9 -0
  2275. package/dist/170/ethereumBroadcaster/palletConfigUpdated.d.cts +27 -0
  2276. package/dist/170/ethereumIngressEgress/boostedDepositLost.cjs +12 -0
  2277. package/dist/170/ethereumIngressEgress/boostedDepositLost.d.cts +15 -0
  2278. package/dist/170/ethereumIngressEgress/boostedDepositLost.d.mts +2 -2
  2279. package/dist/170/ethereumIngressEgress/ccmFailed.cjs +14 -0
  2280. package/dist/170/ethereumIngressEgress/ccmFailed.d.cts +312 -0
  2281. package/dist/170/ethereumIngressEgress/ccmFailed.d.mts +37 -37
  2282. package/dist/170/ethereumIngressEgress/ccmFallbackScheduled.cjs +12 -0
  2283. package/dist/170/ethereumIngressEgress/ccmFallbackScheduled.d.cts +47 -0
  2284. package/dist/170/ethereumIngressEgress/depositChannelLifetimeSet.cjs +9 -0
  2285. package/dist/170/ethereumIngressEgress/depositChannelLifetimeSet.d.cts +12 -0
  2286. package/dist/170/ethereumIngressEgress/depositIgnored.cjs +15 -0
  2287. package/dist/170/ethereumIngressEgress/depositIgnored.d.cts +54 -0
  2288. package/dist/170/ethereumIngressEgress/depositIgnored.d.mts +6 -6
  2289. package/dist/170/ethereumIngressEgress/failedToBuildAllBatchCall.cjs +9 -0
  2290. package/dist/170/ethereumIngressEgress/failedToBuildAllBatchCall.d.cts +560 -0
  2291. package/dist/170/ethereumIngressEgress/failedToBuildAllBatchCall.d.mts +50 -50
  2292. package/dist/170/ethereumIngressEgress/transactionRejectedByBroker.cjs +12 -0
  2293. package/dist/170/ethereumIngressEgress/transactionRejectedByBroker.d.cts +25 -0
  2294. package/dist/170/ethereumIngressEgress/transactionRejectedByBroker.d.mts +2 -2
  2295. package/dist/170/ethereumIngressEgress/transactionRejectionFailed.cjs +9 -0
  2296. package/dist/170/ethereumIngressEgress/transactionRejectionFailed.d.cts +22 -0
  2297. package/dist/170/ethereumIngressEgress/transactionRejectionRequestExpired.cjs +12 -0
  2298. package/dist/170/ethereumIngressEgress/transactionRejectionRequestExpired.d.cts +15 -0
  2299. package/dist/170/ethereumIngressEgress/transactionRejectionRequestExpired.d.mts +2 -2
  2300. package/dist/170/ethereumIngressEgress/transactionRejectionRequestReceived.cjs +13 -0
  2301. package/dist/170/ethereumIngressEgress/transactionRejectionRequestReceived.d.cts +18 -0
  2302. package/dist/170/ethereumIngressEgress/transactionRejectionRequestReceived.d.mts +2 -2
  2303. package/dist/170/ethereumVault/activationTxFailedAwaitingGovernance.cjs +9 -0
  2304. package/dist/170/ethereumVault/activationTxFailedAwaitingGovernance.d.cts +39 -0
  2305. package/dist/170/evmThresholdSigner/palletConfigUpdated.cjs +9 -0
  2306. package/dist/170/evmThresholdSigner/palletConfigUpdated.d.cts +57 -0
  2307. package/dist/170/polkadotBroadcaster/palletConfigUpdated.cjs +9 -0
  2308. package/dist/170/polkadotBroadcaster/palletConfigUpdated.d.cts +27 -0
  2309. package/dist/170/polkadotIngressEgress/boostedDepositLost.cjs +12 -0
  2310. package/dist/170/polkadotIngressEgress/boostedDepositLost.d.cts +15 -0
  2311. package/dist/170/polkadotIngressEgress/boostedDepositLost.d.mts +2 -2
  2312. package/dist/170/polkadotIngressEgress/ccmFailed.cjs +14 -0
  2313. package/dist/170/polkadotIngressEgress/ccmFailed.d.cts +312 -0
  2314. package/dist/170/polkadotIngressEgress/ccmFailed.d.mts +37 -37
  2315. package/dist/170/polkadotIngressEgress/ccmFallbackScheduled.cjs +12 -0
  2316. package/dist/170/polkadotIngressEgress/ccmFallbackScheduled.d.cts +47 -0
  2317. package/dist/170/polkadotIngressEgress/depositChannelLifetimeSet.cjs +8 -0
  2318. package/dist/170/polkadotIngressEgress/depositChannelLifetimeSet.d.cts +12 -0
  2319. package/dist/170/polkadotIngressEgress/depositIgnored.cjs +15 -0
  2320. package/dist/170/polkadotIngressEgress/depositIgnored.d.cts +44 -0
  2321. package/dist/170/polkadotIngressEgress/depositIgnored.d.mts +6 -6
  2322. package/dist/170/polkadotIngressEgress/failedToBuildAllBatchCall.cjs +9 -0
  2323. package/dist/170/polkadotIngressEgress/failedToBuildAllBatchCall.d.cts +560 -0
  2324. package/dist/170/polkadotIngressEgress/failedToBuildAllBatchCall.d.mts +50 -50
  2325. package/dist/170/polkadotIngressEgress/transactionRejectedByBroker.cjs +11 -0
  2326. package/dist/170/polkadotIngressEgress/transactionRejectedByBroker.d.cts +15 -0
  2327. package/dist/170/polkadotIngressEgress/transactionRejectedByBroker.d.mts +2 -2
  2328. package/dist/170/polkadotIngressEgress/transactionRejectionFailed.cjs +8 -0
  2329. package/dist/170/polkadotIngressEgress/transactionRejectionFailed.d.cts +12 -0
  2330. package/dist/170/polkadotIngressEgress/transactionRejectionRequestExpired.cjs +12 -0
  2331. package/dist/170/polkadotIngressEgress/transactionRejectionRequestExpired.d.cts +30 -0
  2332. package/dist/170/polkadotIngressEgress/transactionRejectionRequestExpired.d.mts +2 -2
  2333. package/dist/170/polkadotIngressEgress/transactionRejectionRequestReceived.cjs +13 -0
  2334. package/dist/170/polkadotIngressEgress/transactionRejectionRequestReceived.d.cts +33 -0
  2335. package/dist/170/polkadotIngressEgress/transactionRejectionRequestReceived.d.mts +2 -2
  2336. package/dist/170/polkadotThresholdSigner/palletConfigUpdated.cjs +9 -0
  2337. package/dist/170/polkadotThresholdSigner/palletConfigUpdated.d.cts +57 -0
  2338. package/dist/170/polkadotVault/activationTxFailedAwaitingGovernance.cjs +9 -0
  2339. package/dist/170/polkadotVault/activationTxFailedAwaitingGovernance.d.cts +12 -0
  2340. package/dist/170/reputation/offencePenalty.cjs +13 -0
  2341. package/dist/170/reputation/offencePenalty.d.cts +125 -0
  2342. package/dist/170/reputation/offencePenalty.d.mts +4 -4
  2343. package/dist/170/reputation/penaltyUpdated.cjs +13 -0
  2344. package/dist/170/reputation/penaltyUpdated.d.cts +155 -0
  2345. package/dist/170/reputation/penaltyUpdated.d.mts +4 -4
  2346. package/dist/170/solanaBroadcaster/palletConfigUpdated.cjs +9 -0
  2347. package/dist/170/solanaBroadcaster/palletConfigUpdated.d.cts +27 -0
  2348. package/dist/170/solanaBroadcaster/transactionBroadcastRequest.cjs +14 -0
  2349. package/dist/170/solanaBroadcaster/transactionBroadcastRequest.d.cts +31 -0
  2350. package/dist/170/solanaIngressEgress/boostedDepositLost.cjs +12 -0
  2351. package/dist/170/solanaIngressEgress/boostedDepositLost.d.cts +15 -0
  2352. package/dist/170/solanaIngressEgress/boostedDepositLost.d.mts +2 -2
  2353. package/dist/170/solanaIngressEgress/ccmFailed.cjs +14 -0
  2354. package/dist/170/solanaIngressEgress/ccmFailed.d.cts +312 -0
  2355. package/dist/170/solanaIngressEgress/ccmFailed.d.mts +37 -37
  2356. package/dist/170/solanaIngressEgress/ccmFallbackScheduled.cjs +12 -0
  2357. package/dist/170/solanaIngressEgress/ccmFallbackScheduled.d.cts +47 -0
  2358. package/dist/170/solanaIngressEgress/depositChannelLifetimeSet.cjs +9 -0
  2359. package/dist/170/solanaIngressEgress/depositChannelLifetimeSet.d.cts +12 -0
  2360. package/dist/170/solanaIngressEgress/depositIgnored.cjs +14 -0
  2361. package/dist/170/solanaIngressEgress/depositIgnored.d.cts +41 -0
  2362. package/dist/170/solanaIngressEgress/depositIgnored.d.mts +6 -6
  2363. package/dist/170/solanaIngressEgress/failedToBuildAllBatchCall.cjs +9 -0
  2364. package/dist/170/solanaIngressEgress/failedToBuildAllBatchCall.d.cts +560 -0
  2365. package/dist/170/solanaIngressEgress/failedToBuildAllBatchCall.d.mts +50 -50
  2366. package/dist/170/solanaIngressEgress/transactionRejectedByBroker.cjs +8 -0
  2367. package/dist/170/solanaIngressEgress/transactionRejectedByBroker.d.cts +12 -0
  2368. package/dist/170/solanaIngressEgress/transactionRejectionFailed.cjs +8 -0
  2369. package/dist/170/solanaIngressEgress/transactionRejectionFailed.d.cts +6 -0
  2370. package/dist/170/solanaIngressEgress/transactionRejectionRequestExpired.cjs +12 -0
  2371. package/dist/170/solanaIngressEgress/transactionRejectionRequestExpired.d.cts +15 -0
  2372. package/dist/170/solanaIngressEgress/transactionRejectionRequestExpired.d.mts +2 -2
  2373. package/dist/170/solanaIngressEgress/transactionRejectionRequestReceived.cjs +13 -0
  2374. package/dist/170/solanaIngressEgress/transactionRejectionRequestReceived.d.cts +18 -0
  2375. package/dist/170/solanaIngressEgress/transactionRejectionRequestReceived.d.mts +2 -2
  2376. package/dist/170/solanaThresholdSigner/palletConfigUpdated.cjs +9 -0
  2377. package/dist/170/solanaThresholdSigner/palletConfigUpdated.d.cts +57 -0
  2378. package/dist/170/solanaVault/activationTxFailedAwaitingGovernance.cjs +9 -0
  2379. package/dist/170/solanaVault/activationTxFailedAwaitingGovernance.d.cts +12 -0
  2380. package/dist/170/swapping/minimumChunkSizeSet.cjs +12 -0
  2381. package/dist/170/swapping/minimumChunkSizeSet.d.cts +25 -0
  2382. package/dist/170/swapping/minimumChunkSizeSet.d.mts +6 -6
  2383. package/dist/170/swapping/swapRequested.cjs +18 -0
  2384. package/dist/170/swapping/swapRequested.d.cts +713 -0
  2385. package/dist/170/swapping/swapRequested.d.mts +53 -53
  2386. package/dist/170/validator/previousRotationStillPending.cjs +8 -0
  2387. package/dist/170/validator/previousRotationStillPending.d.cts +6 -0
  2388. package/dist/180/_virtual/rolldown_runtime.cjs +29 -0
  2389. package/dist/180/arbitrumChainTracking/chainStateUpdated.cjs +9 -0
  2390. package/dist/180/arbitrumChainTracking/chainStateUpdated.d.cts +48 -0
  2391. package/dist/180/arbitrumIngressEgress/ccmEgressInvalid.cjs +12 -0
  2392. package/dist/180/arbitrumIngressEgress/ccmEgressInvalid.d.cts +533 -0
  2393. package/dist/180/arbitrumIngressEgress/ccmEgressInvalid.d.mts +24 -24
  2394. package/dist/180/arbitrumIngressEgress/depositBoosted.cjs +22 -0
  2395. package/dist/180/arbitrumIngressEgress/depositBoosted.d.cts +145 -0
  2396. package/dist/180/arbitrumIngressEgress/depositBoosted.d.mts +18 -18
  2397. package/dist/180/arbitrumIngressEgress/depositFailed.cjs +13 -0
  2398. package/dist/180/arbitrumIngressEgress/depositFailed.d.cts +1370 -0
  2399. package/dist/180/arbitrumIngressEgress/depositFailed.d.mts +68 -68
  2400. package/dist/180/arbitrumIngressEgress/depositFinalised.cjs +20 -0
  2401. package/dist/180/arbitrumIngressEgress/depositFinalised.d.cts +139 -0
  2402. package/dist/180/arbitrumIngressEgress/depositFinalised.d.mts +12 -12
  2403. package/dist/180/arbitrumIngressEgress/failedToBuildAllBatchCall.cjs +9 -0
  2404. package/dist/180/arbitrumIngressEgress/failedToBuildAllBatchCall.d.cts +560 -0
  2405. package/dist/180/arbitrumIngressEgress/failedToBuildAllBatchCall.d.mts +20 -20
  2406. package/dist/180/arbitrumIngressEgress/insufficientBoostLiquidity.cjs +15 -0
  2407. package/dist/180/arbitrumIngressEgress/insufficientBoostLiquidity.d.cts +44 -0
  2408. package/dist/180/arbitrumIngressEgress/insufficientBoostLiquidity.d.mts +4 -4
  2409. package/dist/180/arbitrumIngressEgress/networkFeeDeductionFromBoostSet.cjs +8 -0
  2410. package/dist/180/arbitrumIngressEgress/networkFeeDeductionFromBoostSet.d.cts +12 -0
  2411. package/dist/180/arbitrumIngressEgress/transferFallbackRequested.cjs +15 -0
  2412. package/dist/180/arbitrumIngressEgress/transferFallbackRequested.d.cts +66 -0
  2413. package/dist/180/arbitrumIngressEgress/unknownAffiliate.cjs +12 -0
  2414. package/dist/180/arbitrumIngressEgress/unknownAffiliate.d.cts +15 -0
  2415. package/dist/180/arbitrumIngressEgress/unknownBroker.cjs +9 -0
  2416. package/dist/180/arbitrumIngressEgress/unknownBroker.d.cts +12 -0
  2417. package/dist/180/arbitrumIngressEgress/witnessSafetyMarginSet.cjs +9 -0
  2418. package/dist/180/arbitrumIngressEgress/witnessSafetyMarginSet.d.cts +12 -0
  2419. package/dist/180/bitcoinIngressEgress/ccmEgressInvalid.cjs +12 -0
  2420. package/dist/180/bitcoinIngressEgress/ccmEgressInvalid.d.cts +533 -0
  2421. package/dist/180/bitcoinIngressEgress/ccmEgressInvalid.d.mts +24 -24
  2422. package/dist/180/bitcoinIngressEgress/depositBoosted.cjs +22 -0
  2423. package/dist/180/bitcoinIngressEgress/depositBoosted.d.cts +359 -0
  2424. package/dist/180/bitcoinIngressEgress/depositBoosted.d.mts +22 -22
  2425. package/dist/180/bitcoinIngressEgress/depositFailed.cjs +13 -0
  2426. package/dist/180/bitcoinIngressEgress/depositFailed.d.cts +2279 -0
  2427. package/dist/180/bitcoinIngressEgress/depositFailed.d.mts +114 -114
  2428. package/dist/180/bitcoinIngressEgress/depositFinalised.cjs +20 -0
  2429. package/dist/180/bitcoinIngressEgress/depositFinalised.d.cts +353 -0
  2430. package/dist/180/bitcoinIngressEgress/depositFinalised.d.mts +16 -16
  2431. package/dist/180/bitcoinIngressEgress/failedToBuildAllBatchCall.cjs +9 -0
  2432. package/dist/180/bitcoinIngressEgress/failedToBuildAllBatchCall.d.cts +560 -0
  2433. package/dist/180/bitcoinIngressEgress/failedToBuildAllBatchCall.d.mts +20 -20
  2434. package/dist/180/bitcoinIngressEgress/insufficientBoostLiquidity.cjs +15 -0
  2435. package/dist/180/bitcoinIngressEgress/insufficientBoostLiquidity.d.cts +44 -0
  2436. package/dist/180/bitcoinIngressEgress/insufficientBoostLiquidity.d.mts +4 -4
  2437. package/dist/180/bitcoinIngressEgress/networkFeeDeductionFromBoostSet.cjs +8 -0
  2438. package/dist/180/bitcoinIngressEgress/networkFeeDeductionFromBoostSet.d.cts +12 -0
  2439. package/dist/180/bitcoinIngressEgress/transferFallbackRequested.cjs +15 -0
  2440. package/dist/180/bitcoinIngressEgress/transferFallbackRequested.d.cts +161 -0
  2441. package/dist/180/bitcoinIngressEgress/unknownAffiliate.cjs +12 -0
  2442. package/dist/180/bitcoinIngressEgress/unknownAffiliate.d.cts +15 -0
  2443. package/dist/180/bitcoinIngressEgress/unknownBroker.cjs +9 -0
  2444. package/dist/180/bitcoinIngressEgress/unknownBroker.d.cts +12 -0
  2445. package/dist/180/bitcoinIngressEgress/witnessSafetyMarginSet.cjs +9 -0
  2446. package/dist/180/bitcoinIngressEgress/witnessSafetyMarginSet.d.cts +12 -0
  2447. package/dist/180/common.cjs +837 -0
  2448. package/dist/180/common.d.cts +12253 -0
  2449. package/dist/180/common.d.mts +466 -466
  2450. package/dist/180/environment/solanaGovCallDispatched.cjs +12 -0
  2451. package/dist/180/environment/solanaGovCallDispatched.d.cts +70 -0
  2452. package/dist/180/ethereumIngressEgress/ccmEgressInvalid.cjs +12 -0
  2453. package/dist/180/ethereumIngressEgress/ccmEgressInvalid.d.cts +533 -0
  2454. package/dist/180/ethereumIngressEgress/ccmEgressInvalid.d.mts +24 -24
  2455. package/dist/180/ethereumIngressEgress/depositBoosted.cjs +22 -0
  2456. package/dist/180/ethereumIngressEgress/depositBoosted.d.cts +145 -0
  2457. package/dist/180/ethereumIngressEgress/depositBoosted.d.mts +18 -18
  2458. package/dist/180/ethereumIngressEgress/depositFailed.cjs +13 -0
  2459. package/dist/180/ethereumIngressEgress/depositFailed.d.cts +1370 -0
  2460. package/dist/180/ethereumIngressEgress/depositFailed.d.mts +68 -68
  2461. package/dist/180/ethereumIngressEgress/depositFinalised.cjs +20 -0
  2462. package/dist/180/ethereumIngressEgress/depositFinalised.d.cts +139 -0
  2463. package/dist/180/ethereumIngressEgress/depositFinalised.d.mts +12 -12
  2464. package/dist/180/ethereumIngressEgress/failedToBuildAllBatchCall.cjs +9 -0
  2465. package/dist/180/ethereumIngressEgress/failedToBuildAllBatchCall.d.cts +560 -0
  2466. package/dist/180/ethereumIngressEgress/failedToBuildAllBatchCall.d.mts +20 -20
  2467. package/dist/180/ethereumIngressEgress/insufficientBoostLiquidity.cjs +15 -0
  2468. package/dist/180/ethereumIngressEgress/insufficientBoostLiquidity.d.cts +44 -0
  2469. package/dist/180/ethereumIngressEgress/insufficientBoostLiquidity.d.mts +4 -4
  2470. package/dist/180/ethereumIngressEgress/networkFeeDeductionFromBoostSet.cjs +8 -0
  2471. package/dist/180/ethereumIngressEgress/networkFeeDeductionFromBoostSet.d.cts +12 -0
  2472. package/dist/180/ethereumIngressEgress/transferFallbackRequested.cjs +15 -0
  2473. package/dist/180/ethereumIngressEgress/transferFallbackRequested.d.cts +66 -0
  2474. package/dist/180/ethereumIngressEgress/unknownAffiliate.cjs +12 -0
  2475. package/dist/180/ethereumIngressEgress/unknownAffiliate.d.cts +15 -0
  2476. package/dist/180/ethereumIngressEgress/unknownBroker.cjs +9 -0
  2477. package/dist/180/ethereumIngressEgress/unknownBroker.d.cts +12 -0
  2478. package/dist/180/ethereumIngressEgress/witnessSafetyMarginSet.cjs +9 -0
  2479. package/dist/180/ethereumIngressEgress/witnessSafetyMarginSet.d.cts +12 -0
  2480. package/dist/180/polkadotIngressEgress/ccmEgressInvalid.cjs +12 -0
  2481. package/dist/180/polkadotIngressEgress/ccmEgressInvalid.d.cts +533 -0
  2482. package/dist/180/polkadotIngressEgress/ccmEgressInvalid.d.mts +24 -24
  2483. package/dist/180/polkadotIngressEgress/depositBoosted.cjs +22 -0
  2484. package/dist/180/polkadotIngressEgress/depositBoosted.d.cts +135 -0
  2485. package/dist/180/polkadotIngressEgress/depositBoosted.d.mts +18 -18
  2486. package/dist/180/polkadotIngressEgress/depositFailed.cjs +13 -0
  2487. package/dist/180/polkadotIngressEgress/depositFailed.d.cts +1361 -0
  2488. package/dist/180/polkadotIngressEgress/depositFailed.d.mts +71 -71
  2489. package/dist/180/polkadotIngressEgress/depositFinalised.cjs +20 -0
  2490. package/dist/180/polkadotIngressEgress/depositFinalised.d.cts +129 -0
  2491. package/dist/180/polkadotIngressEgress/depositFinalised.d.mts +12 -12
  2492. package/dist/180/polkadotIngressEgress/failedToBuildAllBatchCall.cjs +9 -0
  2493. package/dist/180/polkadotIngressEgress/failedToBuildAllBatchCall.d.cts +560 -0
  2494. package/dist/180/polkadotIngressEgress/failedToBuildAllBatchCall.d.mts +20 -20
  2495. package/dist/180/polkadotIngressEgress/insufficientBoostLiquidity.cjs +15 -0
  2496. package/dist/180/polkadotIngressEgress/insufficientBoostLiquidity.d.cts +44 -0
  2497. package/dist/180/polkadotIngressEgress/insufficientBoostLiquidity.d.mts +4 -4
  2498. package/dist/180/polkadotIngressEgress/networkFeeDeductionFromBoostSet.cjs +8 -0
  2499. package/dist/180/polkadotIngressEgress/networkFeeDeductionFromBoostSet.d.cts +12 -0
  2500. package/dist/180/polkadotIngressEgress/transferFallbackRequested.cjs +15 -0
  2501. package/dist/180/polkadotIngressEgress/transferFallbackRequested.d.cts +66 -0
  2502. package/dist/180/polkadotIngressEgress/unknownAffiliate.cjs +12 -0
  2503. package/dist/180/polkadotIngressEgress/unknownAffiliate.d.cts +15 -0
  2504. package/dist/180/polkadotIngressEgress/unknownBroker.cjs +9 -0
  2505. package/dist/180/polkadotIngressEgress/unknownBroker.d.cts +12 -0
  2506. package/dist/180/polkadotIngressEgress/witnessSafetyMarginSet.cjs +8 -0
  2507. package/dist/180/polkadotIngressEgress/witnessSafetyMarginSet.d.cts +12 -0
  2508. package/dist/180/solanaBroadcaster/transactionBroadcastRequest.cjs +14 -0
  2509. package/dist/180/solanaBroadcaster/transactionBroadcastRequest.d.cts +36 -0
  2510. package/dist/180/solanaElections/unknownElection.cjs +9 -0
  2511. package/dist/180/solanaElections/unknownElection.d.cts +48 -0
  2512. package/dist/180/solanaIngressEgress/ccmEgressInvalid.cjs +12 -0
  2513. package/dist/180/solanaIngressEgress/ccmEgressInvalid.d.cts +533 -0
  2514. package/dist/180/solanaIngressEgress/ccmEgressInvalid.d.mts +24 -24
  2515. package/dist/180/solanaIngressEgress/depositBoosted.cjs +21 -0
  2516. package/dist/180/solanaIngressEgress/depositBoosted.d.cts +132 -0
  2517. package/dist/180/solanaIngressEgress/depositBoosted.d.mts +18 -18
  2518. package/dist/180/solanaIngressEgress/depositFailed.cjs +13 -0
  2519. package/dist/180/solanaIngressEgress/depositFailed.d.cts +1320 -0
  2520. package/dist/180/solanaIngressEgress/depositFailed.d.mts +59 -59
  2521. package/dist/180/solanaIngressEgress/depositFinalised.cjs +19 -0
  2522. package/dist/180/solanaIngressEgress/depositFinalised.d.cts +126 -0
  2523. package/dist/180/solanaIngressEgress/depositFinalised.d.mts +12 -12
  2524. package/dist/180/solanaIngressEgress/failedToBuildAllBatchCall.cjs +9 -0
  2525. package/dist/180/solanaIngressEgress/failedToBuildAllBatchCall.d.cts +560 -0
  2526. package/dist/180/solanaIngressEgress/failedToBuildAllBatchCall.d.mts +20 -20
  2527. package/dist/180/solanaIngressEgress/insufficientBoostLiquidity.cjs +15 -0
  2528. package/dist/180/solanaIngressEgress/insufficientBoostLiquidity.d.cts +44 -0
  2529. package/dist/180/solanaIngressEgress/insufficientBoostLiquidity.d.mts +4 -4
  2530. package/dist/180/solanaIngressEgress/networkFeeDeductionFromBoostSet.cjs +8 -0
  2531. package/dist/180/solanaIngressEgress/networkFeeDeductionFromBoostSet.d.cts +12 -0
  2532. package/dist/180/solanaIngressEgress/transactionRejectionRequestExpired.cjs +12 -0
  2533. package/dist/180/solanaIngressEgress/transactionRejectionRequestExpired.d.cts +15 -0
  2534. package/dist/180/solanaIngressEgress/transactionRejectionRequestReceived.cjs +13 -0
  2535. package/dist/180/solanaIngressEgress/transactionRejectionRequestReceived.d.cts +18 -0
  2536. package/dist/180/solanaIngressEgress/transferFallbackRequested.cjs +15 -0
  2537. package/dist/180/solanaIngressEgress/transferFallbackRequested.d.cts +66 -0
  2538. package/dist/180/solanaIngressEgress/unknownAffiliate.cjs +12 -0
  2539. package/dist/180/solanaIngressEgress/unknownAffiliate.d.cts +15 -0
  2540. package/dist/180/solanaIngressEgress/unknownBroker.cjs +9 -0
  2541. package/dist/180/solanaIngressEgress/unknownBroker.d.cts +12 -0
  2542. package/dist/180/solanaIngressEgress/witnessSafetyMarginSet.cjs +9 -0
  2543. package/dist/180/solanaIngressEgress/witnessSafetyMarginSet.d.cts +12 -0
  2544. package/dist/180/swapping/affiliateRegistration.cjs +14 -0
  2545. package/dist/180/swapping/affiliateRegistration.d.cts +21 -0
  2546. package/dist/180/swapping/brokerBondSet.cjs +9 -0
  2547. package/dist/180/swapping/brokerBondSet.d.cts +12 -0
  2548. package/dist/180/swapping/minimumNetworkFeeSet.cjs +9 -0
  2549. package/dist/180/swapping/minimumNetworkFeeSet.d.cts +12 -0
  2550. package/dist/180/swapping/privateBrokerChannelClosed.cjs +12 -0
  2551. package/dist/180/swapping/privateBrokerChannelClosed.d.cts +15 -0
  2552. package/dist/180/swapping/privateBrokerChannelClosed.d.mts +2 -2
  2553. package/dist/180/swapping/privateBrokerChannelOpened.cjs +12 -0
  2554. package/dist/180/swapping/privateBrokerChannelOpened.d.cts +15 -0
  2555. package/dist/180/swapping/privateBrokerChannelOpened.d.mts +2 -2
  2556. package/dist/180/swapping/refundEgressScheduled.cjs +15 -0
  2557. package/dist/180/swapping/refundEgressScheduled.d.cts +54 -0
  2558. package/dist/180/swapping/refundEgressScheduled.d.mts +14 -14
  2559. package/dist/180/swapping/swapDepositAddressReady.cjs +24 -0
  2560. package/dist/180/swapping/swapDepositAddressReady.d.cts +294 -0
  2561. package/dist/180/swapping/swapDepositAddressReady.d.mts +32 -32
  2562. package/dist/180/swapping/swapEgressScheduled.cjs +15 -0
  2563. package/dist/180/swapping/swapEgressScheduled.d.cts +54 -0
  2564. package/dist/180/swapping/swapEgressScheduled.d.mts +14 -14
  2565. package/dist/180/swapping/swapRequested.cjs +19 -0
  2566. package/dist/180/swapping/swapRequested.d.cts +679 -0
  2567. package/dist/180/swapping/swapRequested.d.mts +20 -20
  2568. package/dist/180/swapping/swapScheduled.cjs +15 -0
  2569. package/dist/180/swapping/swapScheduled.d.cts +34 -0
  2570. package/dist/180/swapping/withdrawalRequested.cjs +16 -0
  2571. package/dist/180/swapping/withdrawalRequested.d.cts +92 -0
  2572. package/dist/180/swapping/withdrawalRequested.d.mts +6 -6
  2573. package/dist/190/_virtual/rolldown_runtime.cjs +29 -0
  2574. package/dist/190/arbitrumIngressEgress/batchBroadcastRequested.cjs +12 -0
  2575. package/dist/190/arbitrumIngressEgress/batchBroadcastRequested.d.cts +25 -0
  2576. package/dist/190/arbitrumIngressEgress/ccmBroadcastRequested.cjs +12 -0
  2577. package/dist/190/arbitrumIngressEgress/ccmBroadcastRequested.d.cts +25 -0
  2578. package/dist/190/arbitrumIngressEgress/ccmBroadcastRequested.d.mts +2 -2
  2579. package/dist/190/arbitrumIngressEgress/ccmEgressInvalid.cjs +12 -0
  2580. package/dist/190/arbitrumIngressEgress/ccmEgressInvalid.d.cts +543 -0
  2581. package/dist/190/arbitrumIngressEgress/ccmEgressInvalid.d.mts +57 -57
  2582. package/dist/190/arbitrumIngressEgress/depositBoosted.cjs +22 -0
  2583. package/dist/190/arbitrumIngressEgress/depositBoosted.d.cts +194 -0
  2584. package/dist/190/arbitrumIngressEgress/depositBoosted.d.mts +18 -18
  2585. package/dist/190/arbitrumIngressEgress/depositFailed.cjs +13 -0
  2586. package/dist/190/arbitrumIngressEgress/depositFailed.d.cts +1355 -0
  2587. package/dist/190/arbitrumIngressEgress/depositFailed.d.mts +160 -160
  2588. package/dist/190/arbitrumIngressEgress/depositFinalised.cjs +20 -0
  2589. package/dist/190/arbitrumIngressEgress/depositFinalised.d.cts +188 -0
  2590. package/dist/190/arbitrumIngressEgress/depositFinalised.d.mts +12 -12
  2591. package/dist/190/arbitrumIngressEgress/failedToBuildAllBatchCall.cjs +9 -0
  2592. package/dist/190/arbitrumIngressEgress/failedToBuildAllBatchCall.d.cts +560 -0
  2593. package/dist/190/arbitrumIngressEgress/failedToBuildAllBatchCall.d.mts +57 -57
  2594. package/dist/190/arbitrumIngressEgress/transferFallbackRequested.cjs +15 -0
  2595. package/dist/190/arbitrumIngressEgress/transferFallbackRequested.d.cts +66 -0
  2596. package/dist/190/arbitrumIngressEgress/transferFallbackRequested.d.mts +2 -2
  2597. package/dist/190/assetBalances/accountCredited.cjs +14 -0
  2598. package/dist/190/assetBalances/accountCredited.d.cts +31 -0
  2599. package/dist/190/assetBalances/accountDebited.cjs +14 -0
  2600. package/dist/190/assetBalances/accountDebited.d.cts +31 -0
  2601. package/dist/190/assetBalances/refundScheduled.cjs +13 -0
  2602. package/dist/190/assetBalances/refundScheduled.d.cts +251 -0
  2603. package/dist/190/assetBalances/refundScheduled.d.mts +56 -56
  2604. package/dist/190/assetBalances/refundSkipped.cjs +13 -0
  2605. package/dist/190/assetBalances/refundSkipped.d.cts +468 -0
  2606. package/dist/190/assetBalances/refundSkipped.d.mts +70 -70
  2607. package/dist/190/assetBalances/vaultDeficitDetected.cjs +13 -0
  2608. package/dist/190/assetBalances/vaultDeficitDetected.d.cts +28 -0
  2609. package/dist/190/assethubBroadcaster/broadcastAborted.cjs +8 -0
  2610. package/dist/190/assethubBroadcaster/broadcastAborted.d.cts +12 -0
  2611. package/dist/190/assethubBroadcaster/broadcastCallbackExecuted.cjs +12 -0
  2612. package/dist/190/assethubBroadcaster/broadcastCallbackExecuted.d.cts +333 -0
  2613. package/dist/190/assethubBroadcaster/broadcastCallbackExecuted.d.mts +28 -28
  2614. package/dist/190/assethubBroadcaster/broadcastRetryScheduled.cjs +11 -0
  2615. package/dist/190/assethubBroadcaster/broadcastRetryScheduled.d.cts +15 -0
  2616. package/dist/190/assethubBroadcaster/broadcastSuccess.cjs +13 -0
  2617. package/dist/190/assethubBroadcaster/broadcastSuccess.d.cts +33 -0
  2618. package/dist/190/assethubBroadcaster/broadcastTimeout.cjs +8 -0
  2619. package/dist/190/assethubBroadcaster/broadcastTimeout.d.cts +12 -0
  2620. package/dist/190/assethubBroadcaster/callResigned.cjs +8 -0
  2621. package/dist/190/assethubBroadcaster/callResigned.d.cts +12 -0
  2622. package/dist/190/assethubBroadcaster/palletConfigUpdated.cjs +9 -0
  2623. package/dist/190/assethubBroadcaster/palletConfigUpdated.d.cts +27 -0
  2624. package/dist/190/assethubBroadcaster/thresholdSignatureInvalid.cjs +8 -0
  2625. package/dist/190/assethubBroadcaster/thresholdSignatureInvalid.d.cts +12 -0
  2626. package/dist/190/assethubBroadcaster/transactionBroadcastRequest.cjs +14 -0
  2627. package/dist/190/assethubBroadcaster/transactionBroadcastRequest.d.cts +31 -0
  2628. package/dist/190/assethubBroadcaster/transactionFeeDeficitRecorded.cjs +12 -0
  2629. package/dist/190/assethubBroadcaster/transactionFeeDeficitRecorded.d.cts +15 -0
  2630. package/dist/190/assethubBroadcaster/transactionFeeDeficitRefused.cjs +9 -0
  2631. package/dist/190/assethubBroadcaster/transactionFeeDeficitRefused.d.cts +12 -0
  2632. package/dist/190/assethubChainTracking/chainStateUpdated.cjs +9 -0
  2633. package/dist/190/assethubChainTracking/chainStateUpdated.d.cts +75 -0
  2634. package/dist/190/assethubChainTracking/feeMultiplierUpdated.cjs +9 -0
  2635. package/dist/190/assethubChainTracking/feeMultiplierUpdated.d.cts +12 -0
  2636. package/dist/190/assethubIngressEgress/assetEgressStatusChanged.cjs +12 -0
  2637. package/dist/190/assethubIngressEgress/assetEgressStatusChanged.d.cts +25 -0
  2638. package/dist/190/assethubIngressEgress/batchBroadcastRequested.cjs +12 -0
  2639. package/dist/190/assethubIngressEgress/batchBroadcastRequested.d.cts +25 -0
  2640. package/dist/190/assethubIngressEgress/boostFundsAdded.cjs +13 -0
  2641. package/dist/190/assethubIngressEgress/boostFundsAdded.d.cts +45 -0
  2642. package/dist/190/assethubIngressEgress/boostFundsAdded.d.mts +2 -2
  2643. package/dist/190/assethubIngressEgress/boostPoolCreated.cjs +9 -0
  2644. package/dist/190/assethubIngressEgress/boostPoolCreated.d.cts +39 -0
  2645. package/dist/190/assethubIngressEgress/boostedDepositLost.cjs +12 -0
  2646. package/dist/190/assethubIngressEgress/boostedDepositLost.d.cts +15 -0
  2647. package/dist/190/assethubIngressEgress/ccmBroadcastFailed.cjs +8 -0
  2648. package/dist/190/assethubIngressEgress/ccmBroadcastFailed.d.cts +12 -0
  2649. package/dist/190/assethubIngressEgress/ccmBroadcastRequested.cjs +12 -0
  2650. package/dist/190/assethubIngressEgress/ccmBroadcastRequested.d.cts +25 -0
  2651. package/dist/190/assethubIngressEgress/ccmBroadcastRequested.d.mts +2 -2
  2652. package/dist/190/assethubIngressEgress/ccmEgressInvalid.cjs +12 -0
  2653. package/dist/190/assethubIngressEgress/ccmEgressInvalid.d.cts +543 -0
  2654. package/dist/190/assethubIngressEgress/ccmEgressInvalid.d.mts +57 -57
  2655. package/dist/190/assethubIngressEgress/channelOpeningFeePaid.cjs +9 -0
  2656. package/dist/190/assethubIngressEgress/channelOpeningFeePaid.d.cts +12 -0
  2657. package/dist/190/assethubIngressEgress/channelOpeningFeeSet.cjs +9 -0
  2658. package/dist/190/assethubIngressEgress/channelOpeningFeeSet.d.cts +12 -0
  2659. package/dist/190/assethubIngressEgress/depositBoosted.cjs +22 -0
  2660. package/dist/190/assethubIngressEgress/depositBoosted.d.cts +184 -0
  2661. package/dist/190/assethubIngressEgress/depositBoosted.d.mts +18 -18
  2662. package/dist/190/assethubIngressEgress/depositChannelLifetimeSet.cjs +8 -0
  2663. package/dist/190/assethubIngressEgress/depositChannelLifetimeSet.d.cts +12 -0
  2664. package/dist/190/assethubIngressEgress/depositFailed.cjs +13 -0
  2665. package/dist/190/assethubIngressEgress/depositFailed.d.cts +1346 -0
  2666. package/dist/190/assethubIngressEgress/depositFailed.d.mts +160 -160
  2667. package/dist/190/assethubIngressEgress/depositFetchesScheduled.cjs +12 -0
  2668. package/dist/190/assethubIngressEgress/depositFetchesScheduled.d.cts +25 -0
  2669. package/dist/190/assethubIngressEgress/depositFinalised.cjs +20 -0
  2670. package/dist/190/assethubIngressEgress/depositFinalised.d.cts +178 -0
  2671. package/dist/190/assethubIngressEgress/depositFinalised.d.mts +12 -12
  2672. package/dist/190/assethubIngressEgress/failedForeignChainCallExpired.cjs +8 -0
  2673. package/dist/190/assethubIngressEgress/failedForeignChainCallExpired.d.cts +12 -0
  2674. package/dist/190/assethubIngressEgress/failedForeignChainCallResigned.cjs +11 -0
  2675. package/dist/190/assethubIngressEgress/failedForeignChainCallResigned.d.cts +15 -0
  2676. package/dist/190/assethubIngressEgress/failedToBuildAllBatchCall.cjs +9 -0
  2677. package/dist/190/assethubIngressEgress/failedToBuildAllBatchCall.d.cts +560 -0
  2678. package/dist/190/assethubIngressEgress/failedToBuildAllBatchCall.d.mts +57 -57
  2679. package/dist/190/assethubIngressEgress/insufficientBoostLiquidity.cjs +15 -0
  2680. package/dist/190/assethubIngressEgress/insufficientBoostLiquidity.d.cts +44 -0
  2681. package/dist/190/assethubIngressEgress/minimumDepositSet.cjs +12 -0
  2682. package/dist/190/assethubIngressEgress/minimumDepositSet.d.cts +25 -0
  2683. package/dist/190/assethubIngressEgress/networkFeeDeductionFromBoostSet.cjs +8 -0
  2684. package/dist/190/assethubIngressEgress/networkFeeDeductionFromBoostSet.d.cts +12 -0
  2685. package/dist/190/assethubIngressEgress/stoppedBoosting.cjs +14 -0
  2686. package/dist/190/assethubIngressEgress/stoppedBoosting.d.cts +48 -0
  2687. package/dist/190/assethubIngressEgress/stoppedBoosting.d.mts +2 -2
  2688. package/dist/190/assethubIngressEgress/transactionRejectedByBroker.cjs +11 -0
  2689. package/dist/190/assethubIngressEgress/transactionRejectedByBroker.d.cts +15 -0
  2690. package/dist/190/assethubIngressEgress/transactionRejectedByBroker.d.mts +2 -2
  2691. package/dist/190/assethubIngressEgress/transactionRejectionFailed.cjs +8 -0
  2692. package/dist/190/assethubIngressEgress/transactionRejectionFailed.d.cts +12 -0
  2693. package/dist/190/assethubIngressEgress/transactionRejectionRequestExpired.cjs +12 -0
  2694. package/dist/190/assethubIngressEgress/transactionRejectionRequestExpired.d.cts +30 -0
  2695. package/dist/190/assethubIngressEgress/transactionRejectionRequestReceived.cjs +13 -0
  2696. package/dist/190/assethubIngressEgress/transactionRejectionRequestReceived.d.cts +33 -0
  2697. package/dist/190/assethubIngressEgress/transferFallbackRequested.cjs +15 -0
  2698. package/dist/190/assethubIngressEgress/transferFallbackRequested.d.cts +66 -0
  2699. package/dist/190/assethubIngressEgress/transferFallbackRequested.d.mts +2 -2
  2700. package/dist/190/assethubIngressEgress/unknownAffiliate.cjs +12 -0
  2701. package/dist/190/assethubIngressEgress/unknownAffiliate.d.cts +15 -0
  2702. package/dist/190/assethubIngressEgress/unknownBroker.cjs +9 -0
  2703. package/dist/190/assethubIngressEgress/unknownBroker.d.cts +12 -0
  2704. package/dist/190/assethubIngressEgress/utxoConsolidation.cjs +8 -0
  2705. package/dist/190/assethubIngressEgress/utxoConsolidation.d.cts +12 -0
  2706. package/dist/190/assethubIngressEgress/witnessSafetyMarginSet.cjs +8 -0
  2707. package/dist/190/assethubIngressEgress/witnessSafetyMarginSet.d.cts +12 -0
  2708. package/dist/190/assethubVault/activationTxFailedAwaitingGovernance.cjs +9 -0
  2709. package/dist/190/assethubVault/activationTxFailedAwaitingGovernance.d.cts +12 -0
  2710. package/dist/190/assethubVault/awaitingGovernanceActivation.cjs +9 -0
  2711. package/dist/190/assethubVault/awaitingGovernanceActivation.d.cts +12 -0
  2712. package/dist/190/assethubVault/chainInitialized.cjs +8 -0
  2713. package/dist/190/assethubVault/chainInitialized.d.cts +6 -0
  2714. package/dist/190/assethubVault/vaultActivationCompleted.cjs +8 -0
  2715. package/dist/190/assethubVault/vaultActivationCompleted.d.cts +6 -0
  2716. package/dist/190/assethubVault/vaultRotatedExternally.cjs +7 -0
  2717. package/dist/190/assethubVault/vaultRotatedExternally.d.cts +6 -0
  2718. package/dist/190/bitcoinIngressEgress/batchBroadcastRequested.cjs +12 -0
  2719. package/dist/190/bitcoinIngressEgress/batchBroadcastRequested.d.cts +25 -0
  2720. package/dist/190/bitcoinIngressEgress/ccmBroadcastRequested.cjs +12 -0
  2721. package/dist/190/bitcoinIngressEgress/ccmBroadcastRequested.d.cts +25 -0
  2722. package/dist/190/bitcoinIngressEgress/ccmBroadcastRequested.d.mts +2 -2
  2723. package/dist/190/bitcoinIngressEgress/ccmEgressInvalid.cjs +12 -0
  2724. package/dist/190/bitcoinIngressEgress/ccmEgressInvalid.d.cts +543 -0
  2725. package/dist/190/bitcoinIngressEgress/ccmEgressInvalid.d.mts +57 -57
  2726. package/dist/190/bitcoinIngressEgress/depositBoosted.cjs +22 -0
  2727. package/dist/190/bitcoinIngressEgress/depositBoosted.d.cts +408 -0
  2728. package/dist/190/bitcoinIngressEgress/depositBoosted.d.mts +38 -38
  2729. package/dist/190/bitcoinIngressEgress/depositFailed.cjs +13 -0
  2730. package/dist/190/bitcoinIngressEgress/depositFailed.d.cts +2264 -0
  2731. package/dist/190/bitcoinIngressEgress/depositFailed.d.mts +290 -290
  2732. package/dist/190/bitcoinIngressEgress/depositFinalised.cjs +20 -0
  2733. package/dist/190/bitcoinIngressEgress/depositFinalised.d.cts +402 -0
  2734. package/dist/190/bitcoinIngressEgress/depositFinalised.d.mts +32 -32
  2735. package/dist/190/bitcoinIngressEgress/failedToBuildAllBatchCall.cjs +9 -0
  2736. package/dist/190/bitcoinIngressEgress/failedToBuildAllBatchCall.d.cts +560 -0
  2737. package/dist/190/bitcoinIngressEgress/failedToBuildAllBatchCall.d.mts +57 -57
  2738. package/dist/190/bitcoinIngressEgress/transferFallbackRequested.cjs +15 -0
  2739. package/dist/190/bitcoinIngressEgress/transferFallbackRequested.d.cts +161 -0
  2740. package/dist/190/bitcoinIngressEgress/transferFallbackRequested.d.mts +22 -22
  2741. package/dist/190/common.cjs +1330 -0
  2742. package/dist/190/common.d.cts +18203 -0
  2743. package/dist/190/common.d.mts +482 -482
  2744. package/dist/190/emissions/networkFeeBurned.cjs +12 -0
  2745. package/dist/190/emissions/networkFeeBurned.d.cts +25 -0
  2746. package/dist/190/emissions/networkFeeBurned.d.mts +2 -2
  2747. package/dist/190/environment/assethubVaultAccountSet.cjs +9 -0
  2748. package/dist/190/environment/assethubVaultAccountSet.d.cts +12 -0
  2749. package/dist/190/environment/runtimeSafeModeUpdated.cjs +9 -0
  2750. package/dist/190/environment/runtimeSafeModeUpdated.d.cts +1278 -0
  2751. package/dist/190/environment/runtimeSafeModeUpdated.d.mts +40 -40
  2752. package/dist/190/ethereumIngressEgress/batchBroadcastRequested.cjs +12 -0
  2753. package/dist/190/ethereumIngressEgress/batchBroadcastRequested.d.cts +25 -0
  2754. package/dist/190/ethereumIngressEgress/ccmBroadcastRequested.cjs +12 -0
  2755. package/dist/190/ethereumIngressEgress/ccmBroadcastRequested.d.cts +25 -0
  2756. package/dist/190/ethereumIngressEgress/ccmBroadcastRequested.d.mts +2 -2
  2757. package/dist/190/ethereumIngressEgress/ccmEgressInvalid.cjs +12 -0
  2758. package/dist/190/ethereumIngressEgress/ccmEgressInvalid.d.cts +543 -0
  2759. package/dist/190/ethereumIngressEgress/ccmEgressInvalid.d.mts +57 -57
  2760. package/dist/190/ethereumIngressEgress/depositBoosted.cjs +22 -0
  2761. package/dist/190/ethereumIngressEgress/depositBoosted.d.cts +194 -0
  2762. package/dist/190/ethereumIngressEgress/depositBoosted.d.mts +18 -18
  2763. package/dist/190/ethereumIngressEgress/depositFailed.cjs +13 -0
  2764. package/dist/190/ethereumIngressEgress/depositFailed.d.cts +1355 -0
  2765. package/dist/190/ethereumIngressEgress/depositFailed.d.mts +160 -160
  2766. package/dist/190/ethereumIngressEgress/depositFinalised.cjs +20 -0
  2767. package/dist/190/ethereumIngressEgress/depositFinalised.d.cts +188 -0
  2768. package/dist/190/ethereumIngressEgress/depositFinalised.d.mts +12 -12
  2769. package/dist/190/ethereumIngressEgress/failedToBuildAllBatchCall.cjs +9 -0
  2770. package/dist/190/ethereumIngressEgress/failedToBuildAllBatchCall.d.cts +560 -0
  2771. package/dist/190/ethereumIngressEgress/failedToBuildAllBatchCall.d.mts +57 -57
  2772. package/dist/190/ethereumIngressEgress/transferFallbackRequested.cjs +15 -0
  2773. package/dist/190/ethereumIngressEgress/transferFallbackRequested.d.cts +66 -0
  2774. package/dist/190/ethereumIngressEgress/transferFallbackRequested.d.mts +2 -2
  2775. package/dist/190/flip/palletConfigUpdated.cjs +9 -0
  2776. package/dist/190/flip/palletConfigUpdated.d.cts +84 -0
  2777. package/dist/190/flip/palletConfigUpdated.d.mts +8 -8
  2778. package/dist/190/liquidityPools/assetSwapped.cjs +14 -0
  2779. package/dist/190/liquidityPools/assetSwapped.d.cts +41 -0
  2780. package/dist/190/liquidityPools/limitOrderUpdated.cjs +20 -0
  2781. package/dist/190/liquidityPools/limitOrderUpdated.d.cts +99 -0
  2782. package/dist/190/liquidityPools/limitOrderUpdated.d.mts +10 -10
  2783. package/dist/190/liquidityPools/newPoolCreated.cjs +14 -0
  2784. package/dist/190/liquidityPools/newPoolCreated.d.cts +41 -0
  2785. package/dist/190/liquidityPools/orderDeletionFailed.cjs +9 -0
  2786. package/dist/190/liquidityPools/orderDeletionFailed.d.cts +127 -0
  2787. package/dist/190/liquidityPools/palletConfigUpdated.cjs +9 -0
  2788. package/dist/190/liquidityPools/palletConfigUpdated.d.cts +44 -0
  2789. package/dist/190/liquidityPools/poolFeeSet.cjs +13 -0
  2790. package/dist/190/liquidityPools/poolFeeSet.d.cts +38 -0
  2791. package/dist/190/liquidityPools/priceImpactLimitSet.cjs +12 -0
  2792. package/dist/190/liquidityPools/priceImpactLimitSet.d.cts +46 -0
  2793. package/dist/190/liquidityPools/rangeOrderUpdated.cjs +21 -0
  2794. package/dist/190/liquidityPools/rangeOrderUpdated.d.cts +209 -0
  2795. package/dist/190/liquidityPools/rangeOrderUpdated.d.mts +16 -16
  2796. package/dist/190/liquidityProvider/assetTransferred.cjs +14 -0
  2797. package/dist/190/liquidityProvider/assetTransferred.d.cts +31 -0
  2798. package/dist/190/liquidityProvider/liquidityDepositAddressReady.cjs +17 -0
  2799. package/dist/190/liquidityProvider/liquidityDepositAddressReady.d.cts +91 -0
  2800. package/dist/190/liquidityProvider/liquidityDepositAddressReady.d.mts +6 -6
  2801. package/dist/190/liquidityProvider/liquidityRefundAddressRegistered.cjs +13 -0
  2802. package/dist/190/liquidityProvider/liquidityRefundAddressRegistered.d.cts +251 -0
  2803. package/dist/190/liquidityProvider/liquidityRefundAddressRegistered.d.mts +54 -54
  2804. package/dist/190/liquidityProvider/withdrawalEgressScheduled.cjs +15 -0
  2805. package/dist/190/liquidityProvider/withdrawalEgressScheduled.d.cts +95 -0
  2806. package/dist/190/liquidityProvider/withdrawalEgressScheduled.d.mts +8 -8
  2807. package/dist/190/polkadotIngressEgress/batchBroadcastRequested.cjs +12 -0
  2808. package/dist/190/polkadotIngressEgress/batchBroadcastRequested.d.cts +25 -0
  2809. package/dist/190/polkadotIngressEgress/ccmBroadcastRequested.cjs +12 -0
  2810. package/dist/190/polkadotIngressEgress/ccmBroadcastRequested.d.cts +25 -0
  2811. package/dist/190/polkadotIngressEgress/ccmBroadcastRequested.d.mts +2 -2
  2812. package/dist/190/polkadotIngressEgress/ccmEgressInvalid.cjs +12 -0
  2813. package/dist/190/polkadotIngressEgress/ccmEgressInvalid.d.cts +543 -0
  2814. package/dist/190/polkadotIngressEgress/ccmEgressInvalid.d.mts +57 -57
  2815. package/dist/190/polkadotIngressEgress/depositBoosted.cjs +22 -0
  2816. package/dist/190/polkadotIngressEgress/depositBoosted.d.cts +184 -0
  2817. package/dist/190/polkadotIngressEgress/depositBoosted.d.mts +18 -18
  2818. package/dist/190/polkadotIngressEgress/depositFailed.cjs +13 -0
  2819. package/dist/190/polkadotIngressEgress/depositFailed.d.cts +1346 -0
  2820. package/dist/190/polkadotIngressEgress/depositFailed.d.mts +160 -160
  2821. package/dist/190/polkadotIngressEgress/depositFinalised.cjs +20 -0
  2822. package/dist/190/polkadotIngressEgress/depositFinalised.d.cts +178 -0
  2823. package/dist/190/polkadotIngressEgress/depositFinalised.d.mts +12 -12
  2824. package/dist/190/polkadotIngressEgress/failedToBuildAllBatchCall.cjs +9 -0
  2825. package/dist/190/polkadotIngressEgress/failedToBuildAllBatchCall.d.cts +560 -0
  2826. package/dist/190/polkadotIngressEgress/failedToBuildAllBatchCall.d.mts +57 -57
  2827. package/dist/190/polkadotIngressEgress/transferFallbackRequested.cjs +15 -0
  2828. package/dist/190/polkadotIngressEgress/transferFallbackRequested.d.cts +66 -0
  2829. package/dist/190/polkadotIngressEgress/transferFallbackRequested.d.mts +2 -2
  2830. package/dist/190/reputation/offencePenalty.cjs +13 -0
  2831. package/dist/190/reputation/offencePenalty.d.cts +125 -0
  2832. package/dist/190/reputation/offencePenalty.d.mts +4 -4
  2833. package/dist/190/reputation/penaltyUpdated.cjs +13 -0
  2834. package/dist/190/reputation/penaltyUpdated.d.cts +155 -0
  2835. package/dist/190/reputation/penaltyUpdated.d.mts +4 -4
  2836. package/dist/190/solanaIngressEgress/batchBroadcastRequested.cjs +12 -0
  2837. package/dist/190/solanaIngressEgress/batchBroadcastRequested.d.cts +25 -0
  2838. package/dist/190/solanaIngressEgress/ccmBroadcastRequested.cjs +12 -0
  2839. package/dist/190/solanaIngressEgress/ccmBroadcastRequested.d.cts +25 -0
  2840. package/dist/190/solanaIngressEgress/ccmBroadcastRequested.d.mts +2 -2
  2841. package/dist/190/solanaIngressEgress/ccmEgressInvalid.cjs +12 -0
  2842. package/dist/190/solanaIngressEgress/ccmEgressInvalid.d.cts +543 -0
  2843. package/dist/190/solanaIngressEgress/ccmEgressInvalid.d.mts +57 -57
  2844. package/dist/190/solanaIngressEgress/depositBoosted.cjs +21 -0
  2845. package/dist/190/solanaIngressEgress/depositBoosted.d.cts +181 -0
  2846. package/dist/190/solanaIngressEgress/depositBoosted.d.mts +18 -18
  2847. package/dist/190/solanaIngressEgress/depositFailed.cjs +13 -0
  2848. package/dist/190/solanaIngressEgress/depositFailed.d.cts +1305 -0
  2849. package/dist/190/solanaIngressEgress/depositFailed.d.mts +160 -160
  2850. package/dist/190/solanaIngressEgress/depositFinalised.cjs +19 -0
  2851. package/dist/190/solanaIngressEgress/depositFinalised.d.cts +175 -0
  2852. package/dist/190/solanaIngressEgress/depositFinalised.d.mts +12 -12
  2853. package/dist/190/solanaIngressEgress/failedToBuildAllBatchCall.cjs +9 -0
  2854. package/dist/190/solanaIngressEgress/failedToBuildAllBatchCall.d.cts +560 -0
  2855. package/dist/190/solanaIngressEgress/failedToBuildAllBatchCall.d.mts +57 -57
  2856. package/dist/190/solanaIngressEgress/transferFallbackRequested.cjs +15 -0
  2857. package/dist/190/solanaIngressEgress/transferFallbackRequested.d.cts +66 -0
  2858. package/dist/190/solanaIngressEgress/transferFallbackRequested.d.mts +2 -2
  2859. package/dist/190/solanaThresholdSigner/thresholdSignatureRequest.cjs +16 -0
  2860. package/dist/190/solanaThresholdSigner/thresholdSignatureRequest.d.cts +314 -0
  2861. package/dist/190/solanaThresholdSigner/thresholdSignatureRequest.d.mts +10 -10
  2862. package/dist/190/swapping/batchSwapFailed.cjs +13 -0
  2863. package/dist/190/swapping/batchSwapFailed.d.cts +38 -0
  2864. package/dist/190/swapping/creditedOnChain.cjs +14 -0
  2865. package/dist/190/swapping/creditedOnChain.d.cts +31 -0
  2866. package/dist/190/swapping/palletConfigUpdated.cjs +9 -0
  2867. package/dist/190/swapping/palletConfigUpdated.d.cts +196 -0
  2868. package/dist/190/swapping/refundEgressIgnored.cjs +14 -0
  2869. package/dist/190/swapping/refundEgressIgnored.d.cts +248 -0
  2870. package/dist/190/swapping/refundEgressIgnored.d.mts +24 -24
  2871. package/dist/190/swapping/refundEgressScheduled.cjs +15 -0
  2872. package/dist/190/swapping/refundEgressScheduled.d.cts +54 -0
  2873. package/dist/190/swapping/refundEgressScheduled.d.mts +4 -4
  2874. package/dist/190/swapping/refundedOnChain.cjs +14 -0
  2875. package/dist/190/swapping/refundedOnChain.d.cts +31 -0
  2876. package/dist/190/swapping/swapAmountConfiscated.cjs +14 -0
  2877. package/dist/190/swapping/swapAmountConfiscated.d.cts +31 -0
  2878. package/dist/190/swapping/swapDepositAddressReady.cjs +24 -0
  2879. package/dist/190/swapping/swapDepositAddressReady.d.cts +315 -0
  2880. package/dist/190/swapping/swapDepositAddressReady.d.mts +28 -28
  2881. package/dist/190/swapping/swapEgressIgnored.cjs +14 -0
  2882. package/dist/190/swapping/swapEgressIgnored.d.cts +248 -0
  2883. package/dist/190/swapping/swapEgressIgnored.d.mts +24 -24
  2884. package/dist/190/swapping/swapEgressScheduled.cjs +15 -0
  2885. package/dist/190/swapping/swapEgressScheduled.d.cts +54 -0
  2886. package/dist/190/swapping/swapEgressScheduled.d.mts +4 -4
  2887. package/dist/190/swapping/swapExecuted.cjs +19 -0
  2888. package/dist/190/swapping/swapExecuted.d.cts +56 -0
  2889. package/dist/190/swapping/swapExecuted.d.mts +2 -2
  2890. package/dist/190/swapping/swapRequested.cjs +19 -0
  2891. package/dist/190/swapping/swapRequested.d.cts +900 -0
  2892. package/dist/190/swapping/swapRequested.d.mts +74 -74
  2893. package/dist/190/swapping/vaultSwapMinimumBrokerFeeSet.cjs +12 -0
  2894. package/dist/190/swapping/vaultSwapMinimumBrokerFeeSet.d.cts +15 -0
  2895. package/dist/190/swapping/withdrawalRequested.cjs +16 -0
  2896. package/dist/190/swapping/withdrawalRequested.d.cts +98 -0
  2897. package/dist/190/swapping/withdrawalRequested.d.mts +4 -4
  2898. package/dist/190/tokenholderGovernance/govKeyUpdatedHasFailed.cjs +12 -0
  2899. package/dist/190/tokenholderGovernance/govKeyUpdatedHasFailed.d.cts +25 -0
  2900. package/dist/190/tokenholderGovernance/govKeyUpdatedWasSuccessful.cjs +12 -0
  2901. package/dist/190/tokenholderGovernance/govKeyUpdatedWasSuccessful.d.cts +25 -0
  2902. package/dist/190/tokenholderGovernance/proposalEnacted.cjs +9 -0
  2903. package/dist/190/tokenholderGovernance/proposalEnacted.d.cts +54 -0
  2904. package/dist/190/tokenholderGovernance/proposalEnacted.d.mts +8 -8
  2905. package/dist/190/tokenholderGovernance/proposalPassed.cjs +9 -0
  2906. package/dist/190/tokenholderGovernance/proposalPassed.d.cts +54 -0
  2907. package/dist/190/tokenholderGovernance/proposalPassed.d.mts +8 -8
  2908. package/dist/190/tokenholderGovernance/proposalRejected.cjs +9 -0
  2909. package/dist/190/tokenholderGovernance/proposalRejected.d.cts +54 -0
  2910. package/dist/190/tokenholderGovernance/proposalRejected.d.mts +8 -8
  2911. package/dist/190/tokenholderGovernance/proposalSubmitted.cjs +9 -0
  2912. package/dist/190/tokenholderGovernance/proposalSubmitted.d.cts +54 -0
  2913. package/dist/190/tokenholderGovernance/proposalSubmitted.d.mts +8 -8
  2914. package/dist/190/tradingStrategy/fundsAddedToStrategy.cjs +12 -0
  2915. package/dist/190/tradingStrategy/fundsAddedToStrategy.d.cts +25 -0
  2916. package/dist/190/tradingStrategy/palletConfigUpdated.cjs +9 -0
  2917. package/dist/190/tradingStrategy/palletConfigUpdated.d.cts +108 -0
  2918. package/dist/190/tradingStrategy/strategyClosed.cjs +9 -0
  2919. package/dist/190/tradingStrategy/strategyClosed.d.cts +12 -0
  2920. package/dist/190/tradingStrategy/strategyDeployed.cjs +13 -0
  2921. package/dist/190/tradingStrategy/strategyDeployed.d.cts +50 -0
  2922. package/dist/200/_virtual/rolldown_runtime.cjs +29 -0
  2923. package/dist/200/arbitrumBroadcaster/historicalBroadcastRequested.cjs +12 -0
  2924. package/dist/200/arbitrumBroadcaster/historicalBroadcastRequested.d.cts +18 -0
  2925. package/dist/200/assethubBroadcaster/historicalBroadcastRequested.cjs +12 -0
  2926. package/dist/200/assethubBroadcaster/historicalBroadcastRequested.d.cts +18 -0
  2927. package/dist/200/bitcoinBroadcaster/historicalBroadcastRequested.cjs +12 -0
  2928. package/dist/200/bitcoinBroadcaster/historicalBroadcastRequested.d.cts +18 -0
  2929. package/dist/200/bitcoinThresholdSigner/maxRetriesReachedForRequest.cjs +8 -0
  2930. package/dist/200/bitcoinThresholdSigner/maxRetriesReachedForRequest.d.cts +12 -0
  2931. package/dist/200/common.cjs +616 -0
  2932. package/dist/200/common.d.cts +11087 -0
  2933. package/dist/200/common.d.mts +42 -42
  2934. package/dist/200/environment/batchCompleted.cjs +8 -0
  2935. package/dist/200/environment/batchCompleted.d.cts +6 -0
  2936. package/dist/200/environment/nonNativeSignedCall.cjs +8 -0
  2937. package/dist/200/environment/nonNativeSignedCall.d.cts +6 -0
  2938. package/dist/200/environment/runtimeSafeModeUpdated.cjs +9 -0
  2939. package/dist/200/environment/runtimeSafeModeUpdated.d.cts +1929 -0
  2940. package/dist/200/ethereumBroadcaster/historicalBroadcastRequested.cjs +12 -0
  2941. package/dist/200/ethereumBroadcaster/historicalBroadcastRequested.d.cts +18 -0
  2942. package/dist/200/evmThresholdSigner/maxRetriesReachedForRequest.cjs +8 -0
  2943. package/dist/200/evmThresholdSigner/maxRetriesReachedForRequest.d.cts +12 -0
  2944. package/dist/200/funding/funded.cjs +14 -0
  2945. package/dist/200/funding/funded.d.cts +88 -0
  2946. package/dist/200/lendingPools/collateralAdded.cjs +13 -0
  2947. package/dist/200/lendingPools/collateralAdded.d.cts +38 -0
  2948. package/dist/200/lendingPools/collateralRemoved.cjs +12 -0
  2949. package/dist/200/lendingPools/collateralRemoved.d.cts +25 -0
  2950. package/dist/200/lendingPools/collateralTopupAssetUpdated.cjs +12 -0
  2951. package/dist/200/lendingPools/collateralTopupAssetUpdated.d.cts +25 -0
  2952. package/dist/200/lendingPools/interestTaken.cjs +15 -0
  2953. package/dist/200/lendingPools/interestTaken.d.cts +24 -0
  2954. package/dist/200/lendingPools/lendingFundsAdded.cjs +13 -0
  2955. package/dist/200/lendingPools/lendingFundsAdded.d.cts +28 -0
  2956. package/dist/200/lendingPools/lendingFundsAdded.d.mts +2 -2
  2957. package/dist/200/lendingPools/lendingFundsRemoved.cjs +13 -0
  2958. package/dist/200/lendingPools/lendingFundsRemoved.d.cts +28 -0
  2959. package/dist/200/lendingPools/lendingFundsRemoved.d.mts +2 -2
  2960. package/dist/200/lendingPools/lendingNetworkFeeSwapInitiated.cjs +9 -0
  2961. package/dist/200/lendingPools/lendingNetworkFeeSwapInitiated.d.cts +12 -0
  2962. package/dist/200/lendingPools/lendingPoolCreated.cjs +9 -0
  2963. package/dist/200/lendingPools/lendingPoolCreated.d.cts +22 -0
  2964. package/dist/200/lendingPools/liquidationCompleted.cjs +12 -0
  2965. package/dist/200/lendingPools/liquidationCompleted.d.cts +25 -0
  2966. package/dist/200/lendingPools/liquidationFeeTaken.cjs +14 -0
  2967. package/dist/200/lendingPools/liquidationFeeTaken.d.cts +21 -0
  2968. package/dist/200/lendingPools/liquidationInitiated.cjs +13 -0
  2969. package/dist/200/lendingPools/liquidationInitiated.d.cts +28 -0
  2970. package/dist/200/lendingPools/loanCreated.cjs +14 -0
  2971. package/dist/200/lendingPools/loanCreated.d.cts +31 -0
  2972. package/dist/200/lendingPools/loanCreated.d.mts +2 -2
  2973. package/dist/200/lendingPools/loanRepaid.cjs +12 -0
  2974. package/dist/200/lendingPools/loanRepaid.d.cts +15 -0
  2975. package/dist/200/lendingPools/loanSettled.cjs +13 -0
  2976. package/dist/200/lendingPools/loanSettled.d.cts +18 -0
  2977. package/dist/200/lendingPools/loanUpdated.cjs +12 -0
  2978. package/dist/200/lendingPools/loanUpdated.d.cts +15 -0
  2979. package/dist/200/lendingPools/originationFeeTaken.cjs +14 -0
  2980. package/dist/200/lendingPools/originationFeeTaken.d.cts +21 -0
  2981. package/dist/200/lendingPools/palletConfigUpdated.cjs +9 -0
  2982. package/dist/200/lendingPools/palletConfigUpdated.d.cts +388 -0
  2983. package/dist/200/lendingPools/whitelistUpdated.cjs +9 -0
  2984. package/dist/200/lendingPools/whitelistUpdated.d.cts +67 -0
  2985. package/dist/200/polkadotBroadcaster/historicalBroadcastRequested.cjs +12 -0
  2986. package/dist/200/polkadotBroadcaster/historicalBroadcastRequested.d.cts +18 -0
  2987. package/dist/200/polkadotThresholdSigner/maxRetriesReachedForRequest.cjs +8 -0
  2988. package/dist/200/polkadotThresholdSigner/maxRetriesReachedForRequest.d.cts +12 -0
  2989. package/dist/200/solanaBroadcaster/historicalBroadcastRequested.cjs +12 -0
  2990. package/dist/200/solanaBroadcaster/historicalBroadcastRequested.d.cts +18 -0
  2991. package/dist/200/solanaThresholdSigner/maxRetriesReachedForRequest.cjs +8 -0
  2992. package/dist/200/solanaThresholdSigner/maxRetriesReachedForRequest.d.cts +12 -0
  2993. package/dist/200/swapping/accountCreationDepositAddressReady.cjs +19 -0
  2994. package/dist/200/swapping/accountCreationDepositAddressReady.d.cts +148 -0
  2995. package/dist/200/swapping/accountCreationDepositAddressReady.d.mts +11 -11
  2996. package/dist/200/swapping/swapAborted.cjs +12 -0
  2997. package/dist/200/swapping/swapAborted.d.cts +25 -0
  2998. package/dist/200/swapping/swapAborted.d.mts +2 -2
  2999. package/dist/200/swapping/swapRequestCompleted.cjs +12 -0
  3000. package/dist/200/swapping/swapRequestCompleted.d.cts +25 -0
  3001. package/dist/200/swapping/swapRequested.cjs +19 -0
  3002. package/dist/200/swapping/swapRequested.d.cts +3993 -0
  3003. package/dist/200/swapping/swapRequested.d.mts +38 -38
  3004. package/dist/200/swapping/swapRescheduled.cjs +13 -0
  3005. package/dist/200/swapping/swapRescheduled.d.cts +28 -0
  3006. package/dist/200/swapping/swapRescheduled.d.mts +2 -2
  3007. package/dist/210/_virtual/rolldown_runtime.cjs +29 -0
  3008. package/dist/210/arbitrumIngressEgress/assetEgressStatusChanged.cjs +12 -0
  3009. package/dist/210/arbitrumIngressEgress/assetEgressStatusChanged.d.cts +25 -0
  3010. package/dist/210/arbitrumIngressEgress/depositBoosted.cjs +22 -0
  3011. package/dist/210/arbitrumIngressEgress/depositBoosted.d.cts +204 -0
  3012. package/dist/210/arbitrumIngressEgress/depositBoosted.d.mts +14 -14
  3013. package/dist/210/arbitrumIngressEgress/depositFailed.cjs +13 -0
  3014. package/dist/210/arbitrumIngressEgress/depositFailed.d.cts +1427 -0
  3015. package/dist/210/arbitrumIngressEgress/depositFailed.d.mts +16 -16
  3016. package/dist/210/arbitrumIngressEgress/depositFetchesScheduled.cjs +12 -0
  3017. package/dist/210/arbitrumIngressEgress/depositFetchesScheduled.d.cts +25 -0
  3018. package/dist/210/arbitrumIngressEgress/depositFinalised.cjs +20 -0
  3019. package/dist/210/arbitrumIngressEgress/depositFinalised.d.cts +198 -0
  3020. package/dist/210/arbitrumIngressEgress/depositFinalised.d.mts +10 -10
  3021. package/dist/210/arbitrumIngressEgress/insufficientBoostLiquidity.cjs +15 -0
  3022. package/dist/210/arbitrumIngressEgress/insufficientBoostLiquidity.d.cts +44 -0
  3023. package/dist/210/arbitrumIngressEgress/invalidCcmRefunded.cjs +13 -0
  3024. package/dist/210/arbitrumIngressEgress/invalidCcmRefunded.d.cts +28 -0
  3025. package/dist/210/arbitrumIngressEgress/palletConfigUpdated.cjs +9 -0
  3026. package/dist/210/arbitrumIngressEgress/palletConfigUpdated.d.cts +151 -0
  3027. package/dist/210/arbitrumIngressEgress/transferFallbackRequested.cjs +15 -0
  3028. package/dist/210/arbitrumIngressEgress/transferFallbackRequested.d.cts +66 -0
  3029. package/dist/210/assetBalances/accountCredited.cjs +14 -0
  3030. package/dist/210/assetBalances/accountCredited.d.cts +31 -0
  3031. package/dist/210/assetBalances/accountCredited.d.mts +8 -8
  3032. package/dist/210/assetBalances/accountDebited.cjs +14 -0
  3033. package/dist/210/assetBalances/accountDebited.d.cts +31 -0
  3034. package/dist/210/assetBalances/accountDebited.d.mts +8 -8
  3035. package/dist/210/assethubIngressEgress/depositFailed.cjs +13 -0
  3036. package/dist/210/assethubIngressEgress/depositFailed.d.cts +1418 -0
  3037. package/dist/210/assethubIngressEgress/depositFailed.d.mts +58 -58
  3038. package/dist/210/bitcoinIngressEgress/depositFailed.cjs +13 -0
  3039. package/dist/210/bitcoinIngressEgress/depositFailed.d.cts +2336 -0
  3040. package/dist/210/bitcoinIngressEgress/depositFailed.d.mts +61 -61
  3041. package/dist/210/common.cjs +1375 -0
  3042. package/dist/210/common.d.cts +26272 -0
  3043. package/dist/210/common.d.mts +690 -690
  3044. package/dist/210/environment/addedNewArbAsset.cjs +9 -0
  3045. package/dist/210/environment/addedNewArbAsset.d.cts +14 -0
  3046. package/dist/210/environment/addedNewEthAsset.cjs +9 -0
  3047. package/dist/210/environment/addedNewEthAsset.d.cts +14 -0
  3048. package/dist/210/environment/runtimeSafeModeUpdated.cjs +9 -0
  3049. package/dist/210/environment/runtimeSafeModeUpdated.d.cts +1929 -0
  3050. package/dist/210/environment/runtimeSafeModeUpdated.d.mts +98 -98
  3051. package/dist/210/environment/updatedArbAsset.cjs +9 -0
  3052. package/dist/210/environment/updatedArbAsset.d.cts +14 -0
  3053. package/dist/210/environment/updatedEthAsset.cjs +9 -0
  3054. package/dist/210/environment/updatedEthAsset.d.cts +14 -0
  3055. package/dist/210/ethereumIngressEgress/assetEgressStatusChanged.cjs +12 -0
  3056. package/dist/210/ethereumIngressEgress/assetEgressStatusChanged.d.cts +25 -0
  3057. package/dist/210/ethereumIngressEgress/depositBoosted.cjs +22 -0
  3058. package/dist/210/ethereumIngressEgress/depositBoosted.d.cts +204 -0
  3059. package/dist/210/ethereumIngressEgress/depositBoosted.d.mts +14 -14
  3060. package/dist/210/ethereumIngressEgress/depositFailed.cjs +13 -0
  3061. package/dist/210/ethereumIngressEgress/depositFailed.d.cts +1427 -0
  3062. package/dist/210/ethereumIngressEgress/depositFailed.d.mts +55 -55
  3063. package/dist/210/ethereumIngressEgress/depositFetchesScheduled.cjs +12 -0
  3064. package/dist/210/ethereumIngressEgress/depositFetchesScheduled.d.cts +25 -0
  3065. package/dist/210/ethereumIngressEgress/depositFinalised.cjs +20 -0
  3066. package/dist/210/ethereumIngressEgress/depositFinalised.d.cts +198 -0
  3067. package/dist/210/ethereumIngressEgress/depositFinalised.d.mts +10 -10
  3068. package/dist/210/ethereumIngressEgress/insufficientBoostLiquidity.cjs +15 -0
  3069. package/dist/210/ethereumIngressEgress/insufficientBoostLiquidity.d.cts +44 -0
  3070. package/dist/210/ethereumIngressEgress/invalidCcmRefunded.cjs +13 -0
  3071. package/dist/210/ethereumIngressEgress/invalidCcmRefunded.d.cts +28 -0
  3072. package/dist/210/ethereumIngressEgress/palletConfigUpdated.cjs +9 -0
  3073. package/dist/210/ethereumIngressEgress/palletConfigUpdated.d.cts +151 -0
  3074. package/dist/210/ethereumIngressEgress/transferFallbackRequested.cjs +15 -0
  3075. package/dist/210/ethereumIngressEgress/transferFallbackRequested.d.cts +66 -0
  3076. package/dist/210/funding/funded.cjs +14 -0
  3077. package/dist/210/funding/funded.d.cts +88 -0
  3078. package/dist/210/funding/funded.d.mts +8 -8
  3079. package/dist/210/governance/newGovernanceCouncil.cjs +9 -0
  3080. package/dist/210/governance/newGovernanceCouncil.d.cts +27 -0
  3081. package/dist/210/lendingPools/boostFundsAdded.cjs +13 -0
  3082. package/dist/210/lendingPools/boostFundsAdded.d.cts +45 -0
  3083. package/dist/210/lendingPools/boostFundsAdded.d.mts +12 -12
  3084. package/dist/210/lendingPools/boostPoolCreated.cjs +9 -0
  3085. package/dist/210/lendingPools/boostPoolCreated.d.cts +39 -0
  3086. package/dist/210/lendingPools/boostPoolCreated.d.mts +8 -8
  3087. package/dist/210/lendingPools/collateralAdded.cjs +13 -0
  3088. package/dist/210/lendingPools/collateralAdded.d.cts +68 -0
  3089. package/dist/210/lendingPools/collateralAdded.d.mts +6 -6
  3090. package/dist/210/lendingPools/collateralRemoved.cjs +12 -0
  3091. package/dist/210/lendingPools/collateralRemoved.d.cts +25 -0
  3092. package/dist/210/lendingPools/collateralRemoved.d.mts +6 -6
  3093. package/dist/210/lendingPools/collateralTopupAssetUpdated.cjs +12 -0
  3094. package/dist/210/lendingPools/collateralTopupAssetUpdated.d.cts +25 -0
  3095. package/dist/210/lendingPools/collateralTopupAssetUpdated.d.mts +6 -6
  3096. package/dist/210/lendingPools/lendingFundsAdded.cjs +13 -0
  3097. package/dist/210/lendingPools/lendingFundsAdded.d.cts +28 -0
  3098. package/dist/210/lendingPools/lendingFundsAdded.d.mts +6 -6
  3099. package/dist/210/lendingPools/lendingFundsRemoved.cjs +13 -0
  3100. package/dist/210/lendingPools/lendingFundsRemoved.d.cts +28 -0
  3101. package/dist/210/lendingPools/lendingFundsRemoved.d.mts +6 -6
  3102. package/dist/210/lendingPools/lendingPoolCreated.cjs +9 -0
  3103. package/dist/210/lendingPools/lendingPoolCreated.d.cts +22 -0
  3104. package/dist/210/lendingPools/lendingPoolCreated.d.mts +6 -6
  3105. package/dist/210/lendingPools/loanCreated.cjs +14 -0
  3106. package/dist/210/lendingPools/loanCreated.d.cts +31 -0
  3107. package/dist/210/lendingPools/loanCreated.d.mts +6 -6
  3108. package/dist/210/lendingPools/loanRepaid.cjs +13 -0
  3109. package/dist/210/lendingPools/loanRepaid.d.cts +43 -0
  3110. package/dist/210/lendingPools/palletConfigUpdated.cjs +9 -0
  3111. package/dist/210/lendingPools/palletConfigUpdated.d.cts +388 -0
  3112. package/dist/210/lendingPools/palletConfigUpdated.d.mts +8 -8
  3113. package/dist/210/lendingPools/stoppedBoosting.cjs +14 -0
  3114. package/dist/210/lendingPools/stoppedBoosting.d.cts +48 -0
  3115. package/dist/210/lendingPools/stoppedBoosting.d.mts +10 -10
  3116. package/dist/210/liquidityPools/assetSwapped.cjs +14 -0
  3117. package/dist/210/liquidityPools/assetSwapped.d.cts +41 -0
  3118. package/dist/210/liquidityPools/assetSwapped.d.mts +12 -12
  3119. package/dist/210/liquidityPools/limitOrderUpdated.cjs +20 -0
  3120. package/dist/210/liquidityPools/limitOrderUpdated.d.cts +99 -0
  3121. package/dist/210/liquidityPools/limitOrderUpdated.d.mts +12 -12
  3122. package/dist/210/liquidityPools/newPoolCreated.cjs +14 -0
  3123. package/dist/210/liquidityPools/newPoolCreated.d.cts +41 -0
  3124. package/dist/210/liquidityPools/newPoolCreated.d.mts +12 -12
  3125. package/dist/210/liquidityPools/orderDeletionFailed.cjs +9 -0
  3126. package/dist/210/liquidityPools/orderDeletionFailed.d.cts +127 -0
  3127. package/dist/210/liquidityPools/orderDeletionFailed.d.mts +32 -32
  3128. package/dist/210/liquidityPools/palletConfigUpdated.cjs +9 -0
  3129. package/dist/210/liquidityPools/palletConfigUpdated.d.cts +44 -0
  3130. package/dist/210/liquidityPools/palletConfigUpdated.d.mts +8 -8
  3131. package/dist/210/liquidityPools/poolFeeSet.cjs +13 -0
  3132. package/dist/210/liquidityPools/poolFeeSet.d.cts +38 -0
  3133. package/dist/210/liquidityPools/poolFeeSet.d.mts +12 -12
  3134. package/dist/210/liquidityPools/priceImpactLimitSet.cjs +12 -0
  3135. package/dist/210/liquidityPools/priceImpactLimitSet.d.cts +46 -0
  3136. package/dist/210/liquidityPools/rangeOrderUpdated.cjs +21 -0
  3137. package/dist/210/liquidityPools/rangeOrderUpdated.d.cts +209 -0
  3138. package/dist/210/liquidityPools/rangeOrderUpdated.d.mts +24 -24
  3139. package/dist/210/liquidityProvider/assetTransferred.cjs +14 -0
  3140. package/dist/210/liquidityProvider/assetTransferred.d.cts +31 -0
  3141. package/dist/210/liquidityProvider/assetTransferred.d.mts +6 -6
  3142. package/dist/210/liquidityProvider/liquidityDepositAddressReady.cjs +17 -0
  3143. package/dist/210/liquidityProvider/liquidityDepositAddressReady.d.cts +91 -0
  3144. package/dist/210/liquidityProvider/liquidityDepositAddressReady.d.mts +10 -10
  3145. package/dist/210/liquidityProvider/withdrawalEgressScheduled.cjs +15 -0
  3146. package/dist/210/liquidityProvider/withdrawalEgressScheduled.d.cts +95 -0
  3147. package/dist/210/liquidityProvider/withdrawalEgressScheduled.d.mts +8 -8
  3148. package/dist/210/polkadotIngressEgress/depositFailed.cjs +13 -0
  3149. package/dist/210/polkadotIngressEgress/depositFailed.d.cts +1418 -0
  3150. package/dist/210/polkadotIngressEgress/depositFailed.d.mts +58 -58
  3151. package/dist/210/solanaIngressEgress/depositFailed.cjs +13 -0
  3152. package/dist/210/solanaIngressEgress/depositFailed.d.cts +1499 -0
  3153. package/dist/210/solanaIngressEgress/depositFailed.d.mts +55 -55
  3154. package/dist/210/swapping/accountCreationDepositAddressReady.cjs +19 -0
  3155. package/dist/210/swapping/accountCreationDepositAddressReady.d.cts +148 -0
  3156. package/dist/210/swapping/accountCreationDepositAddressReady.d.mts +16 -16
  3157. package/dist/210/swapping/batchSwapFailed.cjs +13 -0
  3158. package/dist/210/swapping/batchSwapFailed.d.cts +38 -0
  3159. package/dist/210/swapping/batchSwapFailed.d.mts +6 -6
  3160. package/dist/210/swapping/creditedOnChain.cjs +14 -0
  3161. package/dist/210/swapping/creditedOnChain.d.cts +31 -0
  3162. package/dist/210/swapping/creditedOnChain.d.mts +8 -8
  3163. package/dist/210/swapping/palletConfigUpdated.cjs +9 -0
  3164. package/dist/210/swapping/palletConfigUpdated.d.cts +255 -0
  3165. package/dist/210/swapping/palletConfigUpdated.d.mts +32 -32
  3166. package/dist/210/swapping/refundEgressIgnored.cjs +14 -0
  3167. package/dist/210/swapping/refundEgressIgnored.d.cts +248 -0
  3168. package/dist/210/swapping/refundEgressIgnored.d.mts +8 -8
  3169. package/dist/210/swapping/refundEgressScheduled.cjs +16 -0
  3170. package/dist/210/swapping/refundEgressScheduled.d.cts +57 -0
  3171. package/dist/210/swapping/refundEgressScheduled.d.mts +15 -15
  3172. package/dist/210/swapping/refundedOnChain.cjs +15 -0
  3173. package/dist/210/swapping/refundedOnChain.d.cts +34 -0
  3174. package/dist/210/swapping/refundedOnChain.d.mts +8 -8
  3175. package/dist/210/swapping/swapAmountConfiscated.cjs +14 -0
  3176. package/dist/210/swapping/swapAmountConfiscated.d.cts +31 -0
  3177. package/dist/210/swapping/swapAmountConfiscated.d.mts +6 -6
  3178. package/dist/210/swapping/swapDepositAddressReady.cjs +24 -0
  3179. package/dist/210/swapping/swapDepositAddressReady.d.cts +695 -0
  3180. package/dist/210/swapping/swapDepositAddressReady.d.mts +18 -18
  3181. package/dist/210/swapping/swapEgressIgnored.cjs +14 -0
  3182. package/dist/210/swapping/swapEgressIgnored.d.cts +248 -0
  3183. package/dist/210/swapping/swapEgressIgnored.d.mts +8 -8
  3184. package/dist/210/swapping/swapEgressScheduled.cjs +15 -0
  3185. package/dist/210/swapping/swapEgressScheduled.d.cts +54 -0
  3186. package/dist/210/swapping/swapEgressScheduled.d.mts +14 -14
  3187. package/dist/210/swapping/swapExecuted.cjs +20 -0
  3188. package/dist/210/swapping/swapExecuted.d.cts +59 -0
  3189. package/dist/210/swapping/swapExecuted.d.mts +16 -16
  3190. package/dist/210/swapping/swapRequested.cjs +19 -0
  3191. package/dist/210/swapping/swapRequested.d.cts +3993 -0
  3192. package/dist/210/swapping/swapRequested.d.mts +28 -28
  3193. package/dist/210/swapping/withdrawalRequested.cjs +16 -0
  3194. package/dist/210/swapping/withdrawalRequested.d.cts +98 -0
  3195. package/dist/210/swapping/withdrawalRequested.d.mts +8 -8
  3196. package/dist/210/tradingStrategy/fundsAddedToStrategy.cjs +12 -0
  3197. package/dist/210/tradingStrategy/fundsAddedToStrategy.d.cts +25 -0
  3198. package/dist/210/tradingStrategy/fundsAddedToStrategy.d.mts +6 -6
  3199. package/dist/210/tradingStrategy/palletConfigUpdated.cjs +9 -0
  3200. package/dist/210/tradingStrategy/palletConfigUpdated.d.cts +108 -0
  3201. package/dist/210/tradingStrategy/palletConfigUpdated.d.mts +24 -24
  3202. package/dist/210/tradingStrategy/strategyDeployed.cjs +13 -0
  3203. package/dist/210/tradingStrategy/strategyDeployed.d.cts +134 -0
  3204. package/dist/210/tradingStrategy/strategyDeployed.d.mts +24 -24
  3205. package/dist/CodeGenerator.cjs +187 -0
  3206. package/dist/EventHandler.cjs +15 -0
  3207. package/dist/EventHandler.d.cts +27 -0
  3208. package/dist/EventHandler.d.mts +28 -0
  3209. package/dist/EventHandler.mjs +14 -0
  3210. package/dist/HandlerMap.cjs +65 -0
  3211. package/dist/HandlerMap.d.cts +24 -0
  3212. package/dist/HandlerMap.d.mts +24 -0
  3213. package/dist/HandlerMap.mjs +62 -0
  3214. package/dist/Parser.cjs +122 -0
  3215. package/dist/Processor.cjs +215 -0
  3216. package/dist/Processor.d.cts +42 -0
  3217. package/dist/Processor.d.mts +42 -0
  3218. package/dist/Processor.mjs +211 -0
  3219. package/dist/_virtual/_@oxc-project_runtime@0.110.0/helpers/decorate.cjs +11 -0
  3220. package/dist/_virtual/_@oxc-project_runtime@0.110.0/helpers/decorate.mjs +10 -0
  3221. package/dist/_virtual/rolldown_runtime.cjs +45 -0
  3222. package/dist/generate.cjs +44 -0
  3223. package/dist/generate.d.cts +3 -0
  3224. package/dist/index.cjs +8 -0
  3225. package/dist/index.d.cts +4 -0
  3226. package/dist/index.d.mts +4 -0
  3227. package/dist/index.mjs +5 -0
  3228. package/dist/node_modules/.pnpm/@chainflip_rpc@1.9.3/node_modules/@chainflip/rpc/dist/Client.cjs +76 -0
  3229. package/dist/node_modules/.pnpm/@chainflip_rpc@1.9.3/node_modules/@chainflip/rpc/dist/HttpClient.cjs +35 -0
  3230. package/dist/node_modules/.pnpm/@chainflip_rpc@1.9.3/node_modules/@chainflip/rpc/dist/WsClient.cjs +4 -0
  3231. package/dist/node_modules/.pnpm/@chainflip_rpc@1.9.3/node_modules/@chainflip/rpc/dist/common.cjs +44 -0
  3232. package/dist/node_modules/.pnpm/@chainflip_rpc@1.9.3/node_modules/@chainflip/rpc/dist/index.cjs +2 -0
  3233. package/dist/node_modules/.pnpm/@chainflip_rpc@1.9.3/node_modules/@chainflip/rpc/dist/parsers.cjs +484 -0
  3234. package/dist/node_modules/.pnpm/@noble_curves@1.9.7/node_modules/@noble/curves/esm/_shortw_utils.cjs +22 -0
  3235. package/dist/node_modules/.pnpm/@noble_curves@1.9.7/node_modules/@noble/curves/esm/abstract/curve.cjs +324 -0
  3236. package/dist/node_modules/.pnpm/@noble_curves@1.9.7/node_modules/@noble/curves/esm/abstract/hash-to-curve.cjs +167 -0
  3237. package/dist/node_modules/.pnpm/@noble_curves@1.9.7/node_modules/@noble/curves/esm/abstract/modular.cjs +394 -0
  3238. package/dist/node_modules/.pnpm/@noble_curves@1.9.7/node_modules/@noble/curves/esm/abstract/weierstrass.cjs +1195 -0
  3239. package/dist/node_modules/.pnpm/@noble_curves@1.9.7/node_modules/@noble/curves/esm/secp256k1.cjs +119 -0
  3240. package/dist/node_modules/.pnpm/@noble_curves@1.9.7/node_modules/@noble/curves/esm/utils.cjs +203 -0
  3241. package/dist/node_modules/.pnpm/@noble_hashes@1.8.0/node_modules/@noble/hashes/esm/_blake.cjs +267 -0
  3242. package/dist/node_modules/.pnpm/@noble_hashes@1.8.0/node_modules/@noble/hashes/esm/_md.cjs +136 -0
  3243. package/dist/node_modules/.pnpm/@noble_hashes@1.8.0/node_modules/@noble/hashes/esm/_u64.cjs +65 -0
  3244. package/dist/node_modules/.pnpm/@noble_hashes@1.8.0/node_modules/@noble/hashes/esm/blake2.cjs +335 -0
  3245. package/dist/node_modules/.pnpm/@noble_hashes@1.8.0/node_modules/@noble/hashes/esm/blake2b.cjs +13 -0
  3246. package/dist/node_modules/.pnpm/@noble_hashes@1.8.0/node_modules/@noble/hashes/esm/cryptoNode.cjs +16 -0
  3247. package/dist/node_modules/.pnpm/@noble_hashes@1.8.0/node_modules/@noble/hashes/esm/hmac.cjs +83 -0
  3248. package/dist/node_modules/.pnpm/@noble_hashes@1.8.0/node_modules/@noble/hashes/esm/sha2.cjs +254 -0
  3249. package/dist/node_modules/.pnpm/@noble_hashes@1.8.0/node_modules/@noble/hashes/esm/sha3.cjs +207 -0
  3250. package/dist/node_modules/.pnpm/@noble_hashes@1.8.0/node_modules/@noble/hashes/esm/utils.cjs +207 -0
  3251. package/dist/node_modules/.pnpm/@polkadot_networks@14.0.1/node_modules/@polkadot/networks/defaults/genesis.cjs +91 -0
  3252. package/dist/node_modules/.pnpm/@polkadot_networks@14.0.1/node_modules/@polkadot/networks/defaults/icons.cjs +14 -0
  3253. package/dist/node_modules/.pnpm/@polkadot_networks@14.0.1/node_modules/@polkadot/networks/defaults/ledger.cjs +57 -0
  3254. package/dist/node_modules/.pnpm/@polkadot_networks@14.0.1/node_modules/@polkadot/networks/defaults/testnets.cjs +15 -0
  3255. package/dist/node_modules/.pnpm/@polkadot_networks@14.0.1/node_modules/@polkadot/networks/interfaces.cjs +41 -0
  3256. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/abstract/Array.cjs +152 -0
  3257. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/abstract/Base.cjs +106 -0
  3258. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/abstract/Int.cjs +197 -0
  3259. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/base/Compact.cjs +157 -0
  3260. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/base/DoNotConstruct.cjs +100 -0
  3261. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/base/Enum.cjs +322 -0
  3262. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/base/Int.cjs +31 -0
  3263. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/base/Null.cjs +82 -0
  3264. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/base/Option.cjs +196 -0
  3265. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/base/Result.cjs +65 -0
  3266. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/base/Tuple.cjs +101 -0
  3267. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/base/UInt.cjs +28 -0
  3268. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/base/Vec.cjs +104 -0
  3269. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/base/VecFixed.cjs +67 -0
  3270. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/extended/BTreeMap.cjs +15 -0
  3271. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/extended/BTreeSet.cjs +190 -0
  3272. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/extended/BitVec.cjs +98 -0
  3273. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/extended/Bytes.cjs +61 -0
  3274. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/extended/HashMap.cjs +15 -0
  3275. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/extended/Map.cjs +197 -0
  3276. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/extended/OptionBool.cjs +61 -0
  3277. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/extended/Range.cjs +43 -0
  3278. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/extended/RangeInclusive.cjs +18 -0
  3279. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/extended/Type.cjs +26 -0
  3280. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/extended/U8aFixed.cjs +44 -0
  3281. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/extended/WrapperKeepOpaque.cjs +102 -0
  3282. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/extended/WrapperOpaque.cjs +24 -0
  3283. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/native/Bool.cjs +107 -0
  3284. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/native/Float.cjs +107 -0
  3285. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/native/Json.cjs +120 -0
  3286. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/native/Raw.cjs +140 -0
  3287. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/native/Set.cjs +196 -0
  3288. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/native/Struct.cjs +233 -0
  3289. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/native/Text.cjs +138 -0
  3290. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/primitive/F32.cjs +14 -0
  3291. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/primitive/F64.cjs +14 -0
  3292. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/primitive/I128.cjs +14 -0
  3293. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/primitive/I16.cjs +14 -0
  3294. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/primitive/I256.cjs +14 -0
  3295. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/primitive/I32.cjs +14 -0
  3296. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/primitive/I64.cjs +14 -0
  3297. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/primitive/I8.cjs +14 -0
  3298. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/primitive/ISize.cjs +19 -0
  3299. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/primitive/U128.cjs +14 -0
  3300. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/primitive/U16.cjs +14 -0
  3301. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/primitive/U256.cjs +14 -0
  3302. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/primitive/U32.cjs +14 -0
  3303. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/primitive/U64.cjs +14 -0
  3304. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/primitive/U8.cjs +14 -0
  3305. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/primitive/USize.cjs +19 -0
  3306. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/utils/compareArray.cjs +11 -0
  3307. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/utils/compareMap.cjs +23 -0
  3308. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/utils/compareSet.cjs +15 -0
  3309. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/utils/decodeU8a.cjs +107 -0
  3310. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/utils/sanitize.cjs +180 -0
  3311. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/utils/sortValues.cjs +70 -0
  3312. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/utils/toConstructors.cjs +38 -0
  3313. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/utils/typesToMap.cjs +10 -0
  3314. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/utils/util.cjs +9 -0
  3315. package/dist/node_modules/.pnpm/@polkadot_types-create@16.5.4/node_modules/@polkadot/types-create/create/class.cjs +147 -0
  3316. package/dist/node_modules/.pnpm/@polkadot_types-create@16.5.4/node_modules/@polkadot/types-create/create/type.cjs +47 -0
  3317. package/dist/node_modules/.pnpm/@polkadot_types-create@16.5.4/node_modules/@polkadot/types-create/types/types.cjs +36 -0
  3318. package/dist/node_modules/.pnpm/@polkadot_types-create@16.5.4/node_modules/@polkadot/types-create/util/encodeTypes.cjs +101 -0
  3319. package/dist/node_modules/.pnpm/@polkadot_types-create@16.5.4/node_modules/@polkadot/types-create/util/getTypeDef.cjs +250 -0
  3320. package/dist/node_modules/.pnpm/@polkadot_types-create@16.5.4/node_modules/@polkadot/types-create/util/typeSplit.cjs +48 -0
  3321. package/dist/node_modules/.pnpm/@polkadot_types-create@16.5.4/node_modules/@polkadot/types-create/util/xcm.cjs +23 -0
  3322. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/create/lazy.cjs +12 -0
  3323. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/create/registry.cjs +378 -0
  3324. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/ethereum/AccountId.cjs +68 -0
  3325. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/ethereum/LookupSource.cjs +80 -0
  3326. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/extrinsic/Extrinsic.cjs +320 -0
  3327. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/extrinsic/ExtrinsicEra.cjs +208 -0
  3328. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/extrinsic/ExtrinsicPayload.cjs +163 -0
  3329. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/extrinsic/ExtrinsicPayloadUnknown.cjs +17 -0
  3330. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/extrinsic/ExtrinsicUnknown.cjs +18 -0
  3331. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/extrinsic/SignerPayload.cjs +131 -0
  3332. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/extrinsic/constants.cjs +28 -0
  3333. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/extrinsic/signedExtensions/emptyCheck.cjs +9 -0
  3334. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/extrinsic/signedExtensions/index.cjs +29 -0
  3335. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/extrinsic/signedExtensions/polkadot.cjs +14 -0
  3336. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/extrinsic/signedExtensions/shell.cjs +7 -0
  3337. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/extrinsic/signedExtensions/statemint.cjs +12 -0
  3338. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/extrinsic/signedExtensions/substrate.cjs +51 -0
  3339. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/extrinsic/util.cjs +10 -0
  3340. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/extrinsic/v4/Extrinsic.cjs +79 -0
  3341. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/extrinsic/v4/ExtrinsicPayload.cjs +95 -0
  3342. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/extrinsic/v4/ExtrinsicSignature.cjs +158 -0
  3343. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/extrinsic/v5/Extrinsic.cjs +88 -0
  3344. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/extrinsic/v5/ExtrinsicPayload.cjs +92 -0
  3345. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/extrinsic/v5/ExtrinsicSignature.cjs +155 -0
  3346. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/extrinsic/v5/GeneralExtrinsic.cjs +139 -0
  3347. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/generic/AccountId.cjs +84 -0
  3348. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/generic/AccountIndex.cjs +99 -0
  3349. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/generic/Block.cjs +43 -0
  3350. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/generic/Call.cjs +180 -0
  3351. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/generic/ChainProperties.cjs +56 -0
  3352. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/generic/ConsensusEngineId.cjs +94 -0
  3353. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/generic/Event.cjs +149 -0
  3354. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/generic/LookupSource.cjs +88 -0
  3355. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/generic/MultiAddress.cjs +54 -0
  3356. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/generic/Vote.cjs +91 -0
  3357. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/index.types.cjs +136 -0
  3358. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/alias.cjs +66 -0
  3359. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/assetConversion/definitions.cjs +11 -0
  3360. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/assetConversion/runtime.cjs +65 -0
  3361. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/assets/definitions.cjs +53 -0
  3362. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/assets/runtime.cjs +16 -0
  3363. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/attestations/definitions.cjs +23 -0
  3364. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/aura/definitions.cjs +11 -0
  3365. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/aura/runtime.cjs +20 -0
  3366. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/author/definitions.cjs +27 -0
  3367. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/author/rpc.cjs +90 -0
  3368. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/authorship/definitions.cjs +12 -0
  3369. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/babe/definitions.cjs +120 -0
  3370. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/babe/rpc.cjs +11 -0
  3371. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/babe/runtime.cjs +65 -0
  3372. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/balances/definitions.cjs +50 -0
  3373. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/beefy/definitions.cjs +60 -0
  3374. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/beefy/rpc.cjs +22 -0
  3375. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/beefy/runtime.cjs +92 -0
  3376. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/benchmark/definitions.cjs +73 -0
  3377. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/benchmark/runtime.cjs +26 -0
  3378. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/blockbuilder/definitions.cjs +19 -0
  3379. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/blockbuilder/runtime.cjs +98 -0
  3380. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/bridges/definitions.cjs +88 -0
  3381. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/chain/definitions.cjs +10 -0
  3382. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/chain/rpc.cjs +79 -0
  3383. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/childstate/definitions.cjs +10 -0
  3384. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/childstate/rpc.cjs +137 -0
  3385. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/claims/definitions.cjs +9 -0
  3386. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/collective/definitions.cjs +29 -0
  3387. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/consensus/definitions.cjs +12 -0
  3388. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/contracts/definitions.cjs +412 -0
  3389. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/contracts/rpc.cjs +85 -0
  3390. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/contracts/runtime.cjs +175 -0
  3391. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/contractsAbi/definitions.cjs +326 -0
  3392. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/crowdloan/definitions.cjs +29 -0
  3393. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/cumulus/definitions.cjs +37 -0
  3394. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/cumulus/runtime.cjs +39 -0
  3395. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/definitions.cjs +167 -0
  3396. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/democracy/definitions.cjs +98 -0
  3397. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/dev/definitions.cjs +15 -0
  3398. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/dev/rpc.cjs +15 -0
  3399. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/discovery/definitions.cjs +11 -0
  3400. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/discovery/runtime.cjs +13 -0
  3401. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/dryRunApi/definitions.cjs +29 -0
  3402. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/dryRunApi/runtime.cjs +65 -0
  3403. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/elections/definitions.cjs +35 -0
  3404. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/engine/definitions.cjs +24 -0
  3405. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/engine/rpc.cjs +38 -0
  3406. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/eth/definitions.cjs +382 -0
  3407. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/eth/rpc.cjs +448 -0
  3408. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/eth/runtime.cjs +320 -0
  3409. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/evm/definitions.cjs +89 -0
  3410. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/extrinsics/definitions.cjs +36 -0
  3411. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/finality/definitions.cjs +11 -0
  3412. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/finality/runtime.cjs +19 -0
  3413. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/fungibles/definitions.cjs +11 -0
  3414. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/fungibles/runtime.cjs +26 -0
  3415. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/genericAsset/definitions.cjs +25 -0
  3416. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/genesisBuilder/definitions.cjs +11 -0
  3417. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/genesisBuilder/runtime.cjs +23 -0
  3418. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/gilt/definitions.cjs +27 -0
  3419. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/grandpa/definitions.cjs +128 -0
  3420. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/grandpa/rpc.cjs +30 -0
  3421. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/grandpa/runtime.cjs +48 -0
  3422. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/identity/definitions.cjs +71 -0
  3423. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/imOnline/definitions.cjs +31 -0
  3424. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/lottery/definitions.cjs +18 -0
  3425. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/metadata/definitions.cjs +69 -0
  3426. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/metadata/hashers.cjs +14 -0
  3427. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/metadata/runtime.cjs +32 -0
  3428. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/metadata/v10.cjs +57 -0
  3429. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/metadata/v11.cjs +58 -0
  3430. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/metadata/v12.cjs +31 -0
  3431. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/metadata/v13.cjs +60 -0
  3432. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/metadata/v14.cjs +84 -0
  3433. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/metadata/v15.cjs +59 -0
  3434. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/metadata/v16.cjs +116 -0
  3435. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/metadata/v9.cjs +79 -0
  3436. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/mixnet/definitions.cjs +31 -0
  3437. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/mixnet/runtime.cjs +36 -0
  3438. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/mmr/definitions.cjs +49 -0
  3439. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/mmr/rpc.cjs +57 -0
  3440. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/mmr/runtime.cjs +145 -0
  3441. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/nfts/definitions.cjs +14 -0
  3442. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/nfts/runtime.cjs +98 -0
  3443. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/nimbus/definitions.cjs +11 -0
  3444. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/nimbus/runtime.cjs +62 -0
  3445. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/nompools/definitions.cjs +14 -0
  3446. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/nompools/runtime.cjs +40 -0
  3447. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/offchain/definitions.cjs +15 -0
  3448. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/offchain/rpc.cjs +50 -0
  3449. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/offchain/runtime.cjs +26 -0
  3450. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/offences/definitions.cjs +20 -0
  3451. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/ormlOracle/definitions.cjs +11 -0
  3452. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/ormlOracle/runtime.cjs +29 -0
  3453. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/ormlTokens/definitions.cjs +11 -0
  3454. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/ormlTokens/runtime.cjs +16 -0
  3455. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/parachains/definitions.cjs +523 -0
  3456. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/parachains/hrmp.cjs +29 -0
  3457. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/parachains/runtime.cjs +360 -0
  3458. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/parachains/slots.cjs +95 -0
  3459. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/payment/definitions.cjs +34 -0
  3460. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/payment/rpc.cjs +35 -0
  3461. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/payment/runtime.cjs +145 -0
  3462. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/poll/definitions.cjs +9 -0
  3463. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/pow/definitions.cjs +11 -0
  3464. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/pow/runtime.cjs +23 -0
  3465. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/proxy/definitions.cjs +26 -0
  3466. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/purchase/definitions.cjs +25 -0
  3467. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/recovery/definitions.cjs +21 -0
  3468. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/rpc/definitions.cjs +13 -0
  3469. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/rpc/rpc.cjs +10 -0
  3470. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/runtime/definitions.cjs +201 -0
  3471. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/runtime/runtime.cjs +94 -0
  3472. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/scaleInfo/definitions.cjs +29 -0
  3473. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/scaleInfo/v0.cjs +73 -0
  3474. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/scaleInfo/v1.cjs +58 -0
  3475. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/scheduler/definitions.cjs +28 -0
  3476. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/session/definitions.cjs +41 -0
  3477. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/session/runtime.cjs +26 -0
  3478. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/society/definitions.cjs +31 -0
  3479. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/staking/definitions.cjs +293 -0
  3480. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/staking/runtime.cjs +16 -0
  3481. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/state/definitions.cjs +85 -0
  3482. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/state/rpc.cjs +383 -0
  3483. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/statement/definitions.cjs +26 -0
  3484. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/statement/runtime.cjs +19 -0
  3485. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/support/definitions.cjs +14 -0
  3486. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/syncstate/definitions.cjs +10 -0
  3487. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/syncstate/rpc.cjs +14 -0
  3488. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/system/definitions.cjs +287 -0
  3489. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/system/rpc.cjs +133 -0
  3490. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/system/runtime.cjs +16 -0
  3491. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/treasury/definitions.cjs +61 -0
  3492. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/txpayment/definitions.cjs +9 -0
  3493. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/txqueue/definitions.cjs +25 -0
  3494. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/txqueue/runtime.cjs +53 -0
  3495. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/uniques/definitions.cjs +47 -0
  3496. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/utility/definitions.cjs +20 -0
  3497. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/vesting/definitions.cjs +13 -0
  3498. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/xcm/definitions.cjs +154 -0
  3499. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/xcm/v0.cjs +205 -0
  3500. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/xcm/v1.cjs +195 -0
  3501. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/xcm/v2.cjs +254 -0
  3502. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/xcm/v3.cjs +344 -0
  3503. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/xcm/v4.cjs +250 -0
  3504. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/xcm/v5.cjs +271 -0
  3505. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/xcmPaymentApi/definitions.cjs +17 -0
  3506. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/xcmPaymentApi/runtime.cjs +37 -0
  3507. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/xcmRuntimeApi/definitions.cjs +11 -0
  3508. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/xcmRuntimeApi/runtime.cjs +16 -0
  3509. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/metadata/MagicNumber.cjs +13 -0
  3510. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/metadata/Metadata.cjs +37 -0
  3511. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/metadata/MetadataVersioned.cjs +139 -0
  3512. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/metadata/PortableRegistry/PortableRegistry.cjs +684 -0
  3513. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/metadata/decorate/constants/index.cjs +22 -0
  3514. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/metadata/decorate/events/index.cjs +8 -0
  3515. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/metadata/decorate/extrinsics/createUnchecked.cjs +28 -0
  3516. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/metadata/decorate/extrinsics/index.cjs +26 -0
  3517. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/metadata/decorate/util.cjs +10 -0
  3518. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/metadata/util/extractTypes.cjs +53 -0
  3519. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/metadata/util/flattenUniq.cjs +14 -0
  3520. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/metadata/util/getSiName.cjs +9 -0
  3521. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/metadata/util/getUniqTypes.cjs +33 -0
  3522. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/metadata/util/toCallsOnly.cjs +26 -0
  3523. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/metadata/util/validateTypes.cjs +19 -0
  3524. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/metadata/v10/toV11.cjs +15 -0
  3525. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/metadata/v11/toV12.cjs +15 -0
  3526. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/metadata/v12/toV13.cjs +11 -0
  3527. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/metadata/v13/toV14.cjs +240 -0
  3528. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/metadata/v14/toV15.cjs +25 -0
  3529. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/metadata/v15/toV16.cjs +96 -0
  3530. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/metadata/v16/toLatest.cjs +12 -0
  3531. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/metadata/v9/toV10.cjs +29 -0
  3532. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/metadata/versions.cjs +18 -0
  3533. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/primitive/Data.cjs +101 -0
  3534. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/primitive/StorageKey.cjs +165 -0
  3535. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/util/storage.cjs +15 -0
  3536. 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
  3537. 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
  3538. 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
  3539. 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
  3540. 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
  3541. 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
  3542. 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
  3543. 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
  3544. 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
  3545. 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
  3546. 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
  3547. 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
  3548. 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
  3549. 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
  3550. 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
  3551. package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/assert.cjs +41 -0
  3552. package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/bn/bn.cjs +13 -0
  3553. package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/bn/consts.cjs +46 -0
  3554. package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/bn/toBn.cjs +30 -0
  3555. package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/bn/toHex.cjs +29 -0
  3556. package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/bn/toU8a.cjs +34 -0
  3557. package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/compact/addLength.cjs +22 -0
  3558. package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/compact/fromU8a.cjs +57 -0
  3559. package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/compact/stripLength.cjs +23 -0
  3560. package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/compact/toU8a.cjs +38 -0
  3561. package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/float/toU8a.cjs +18 -0
  3562. package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/format/formatBalance.cjs +55 -0
  3563. package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/format/formatDate.cjs +16 -0
  3564. package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/format/formatDecimal.cjs +15 -0
  3565. package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/format/formatNumber.cjs +16 -0
  3566. package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/format/getSeparator.cjs +16 -0
  3567. package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/format/si.cjs +109 -0
  3568. package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/has.cjs +14 -0
  3569. package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/hex/stripPrefix.cjs +26 -0
  3570. package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/hex/toBn.cjs +31 -0
  3571. package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/hex/toU8a.cjs +41 -0
  3572. package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/is/ascii.cjs +33 -0
  3573. package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/is/bigInt.cjs +22 -0
  3574. package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/is/bn.cjs +24 -0
  3575. package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/is/boolean.cjs +22 -0
  3576. package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/is/buffer.cjs +25 -0
  3577. package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/is/codec.cjs +11 -0
  3578. package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/is/function.cjs +22 -0
  3579. package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/is/helpers.cjs +14 -0
  3580. package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/is/hex.cjs +27 -0
  3581. package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/is/null.cjs +22 -0
  3582. package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/is/number.cjs +22 -0
  3583. package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/is/object.cjs +23 -0
  3584. package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/is/string.cjs +22 -0
  3585. package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/is/toBigInt.cjs +7 -0
  3586. package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/is/toBn.cjs +7 -0
  3587. package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/is/u8a.cjs +22 -0
  3588. package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/is/undefined.cjs +22 -0
  3589. package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/is/utf8.cjs +72 -0
  3590. package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/lazy.cjs +37 -0
  3591. package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/logger.cjs +90 -0
  3592. package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/noop.cjs +16 -0
  3593. package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/object/property.cjs +26 -0
  3594. package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/object/spread.cjs +28 -0
  3595. package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/string/camelCase.cjs +51 -0
  3596. package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/string/toU8a.cjs +24 -0
  3597. package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/stringify.cjs +18 -0
  3598. package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/u8a/concat.cjs +49 -0
  3599. package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/u8a/eq.cjs +34 -0
  3600. package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/u8a/toBn.cjs +48 -0
  3601. package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/u8a/toFloat.cjs +16 -0
  3602. package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/u8a/toHex.cjs +43 -0
  3603. package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/u8a/toNumber.cjs +33 -0
  3604. package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/u8a/toString.cjs +24 -0
  3605. package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/u8a/toU8a.cjs +31 -0
  3606. 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
  3607. 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
  3608. 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
  3609. 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
  3610. 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
  3611. 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
  3612. 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
  3613. 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
  3614. 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
  3615. 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
  3616. package/dist/node_modules/.pnpm/@polkadot_x-bigint@14.0.1/node_modules/@polkadot/x-bigint/index.cjs +20 -0
  3617. package/dist/node_modules/.pnpm/@polkadot_x-global@14.0.1/node_modules/@polkadot/x-global/index.cjs +20 -0
  3618. 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
  3619. package/dist/node_modules/.pnpm/@polkadot_x-textdecoder@14.0.1/node_modules/@polkadot/x-textdecoder/node.cjs +10 -0
  3620. package/dist/node_modules/.pnpm/@polkadot_x-textencoder@14.0.1/node_modules/@polkadot/x-textencoder/node.cjs +19 -0
  3621. package/dist/node_modules/.pnpm/@scure_base@1.2.6/node_modules/@scure/base/lib/esm/index.cjs +537 -0
  3622. package/dist/node_modules/.pnpm/@substrate_ss58-registry@1.51.0/node_modules/@substrate/ss58-registry/esm/index.cjs +1364 -0
  3623. package/dist/node_modules/.pnpm/bn.js@5.2.2/node_modules/bn.js/lib/bn.cjs +2550 -0
  3624. package/dist/node_modules/.pnpm/prettier@3.8.1/node_modules/prettier/doc.cjs +1049 -0
  3625. package/dist/node_modules/.pnpm/prettier@3.8.1/node_modules/prettier/index.cjs +14559 -0
  3626. package/dist/node_modules/.pnpm/prettier@3.8.1/node_modules/prettier/plugins/acorn.cjs +4971 -0
  3627. package/dist/node_modules/.pnpm/prettier@3.8.1/node_modules/prettier/plugins/angular.cjs +3954 -0
  3628. package/dist/node_modules/.pnpm/prettier@3.8.1/node_modules/prettier/plugins/babel.cjs +9881 -0
  3629. package/dist/node_modules/.pnpm/prettier@3.8.1/node_modules/prettier/plugins/estree.cjs +7271 -0
  3630. package/dist/node_modules/.pnpm/prettier@3.8.1/node_modules/prettier/plugins/flow.cjs +52915 -0
  3631. package/dist/node_modules/.pnpm/prettier@3.8.1/node_modules/prettier/plugins/glimmer.cjs +7546 -0
  3632. package/dist/node_modules/.pnpm/prettier@3.8.1/node_modules/prettier/plugins/graphql.cjs +1947 -0
  3633. package/dist/node_modules/.pnpm/prettier@3.8.1/node_modules/prettier/plugins/html.cjs +7041 -0
  3634. package/dist/node_modules/.pnpm/prettier@3.8.1/node_modules/prettier/plugins/markdown.cjs +6882 -0
  3635. package/dist/node_modules/.pnpm/prettier@3.8.1/node_modules/prettier/plugins/meriyah.cjs +7593 -0
  3636. package/dist/node_modules/.pnpm/prettier@3.8.1/node_modules/prettier/plugins/postcss.cjs +6780 -0
  3637. package/dist/node_modules/.pnpm/prettier@3.8.1/node_modules/prettier/plugins/typescript.cjs +22937 -0
  3638. package/dist/node_modules/.pnpm/prettier@3.8.1/node_modules/prettier/plugins/yaml.cjs +5273 -0
  3639. package/dist/packages/chainspec/src/BaseCodeGenerator.cjs +151 -0
  3640. package/dist/packages/chainspec/src/BaseParser.cjs +212 -0
  3641. package/dist/packages/chainspec/src/Compiler.cjs +56 -0
  3642. package/dist/packages/chainspec/src/SpecVersion.cjs +35 -0
  3643. package/dist/packages/chainspec/src/cache.cjs +102 -0
  3644. package/dist/packages/chainspec/src/utils.cjs +104 -0
  3645. package/dist/types.cjs +0 -0
  3646. package/dist/types.d.cts +112 -0
  3647. package/dist/types.d.mts +112 -0
  3648. package/dist/types.mjs +1 -0
  3649. package/dist/utils.cjs +6 -0
  3650. package/dist/utils.d.cts +4 -0
  3651. package/dist/utils.d.mts +4 -0
  3652. package/dist/utils.mjs +5 -0
  3653. package/package.json +9 -1
@@ -91,11 +91,11 @@ declare const simpleEnum: <U extends string, T extends readonly [U, ...U[]]>(val
91
91
  declare const cfPrimitivesChainsAssetsAnyAsset: z.ZodEffects<z.ZodObject<{
92
92
  __kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc", "HubDot", "HubUsdt", "HubUsdc"]>;
93
93
  }, "strip", z.ZodTypeAny, {
94
- __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
94
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
95
95
  }, {
96
- __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
97
- }>, "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc", {
98
- __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
96
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
97
+ }>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc", {
98
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
99
99
  }>;
100
100
  declare const palletCfLendingPoolsPalletSafeMode: z.ZodObject<{
101
101
  addBoostFundsEnabled: z.ZodBoolean;
@@ -103,73 +103,73 @@ declare const palletCfLendingPoolsPalletSafeMode: z.ZodObject<{
103
103
  borrowingEnabled: z.ZodArray<z.ZodEffects<z.ZodObject<{
104
104
  __kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc", "HubDot", "HubUsdt", "HubUsdc"]>;
105
105
  }, "strip", z.ZodTypeAny, {
106
- __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
106
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
107
107
  }, {
108
- __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
109
- }>, "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc", {
110
- __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
108
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
109
+ }>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc", {
110
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
111
111
  }>, "many">;
112
112
  addLenderFundsEnabled: z.ZodArray<z.ZodEffects<z.ZodObject<{
113
113
  __kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc", "HubDot", "HubUsdt", "HubUsdc"]>;
114
114
  }, "strip", z.ZodTypeAny, {
115
- __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
115
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
116
116
  }, {
117
- __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
118
- }>, "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc", {
119
- __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
117
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
118
+ }>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc", {
119
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
120
120
  }>, "many">;
121
121
  withdrawLenderFundsEnabled: z.ZodArray<z.ZodEffects<z.ZodObject<{
122
122
  __kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc", "HubDot", "HubUsdt", "HubUsdc"]>;
123
123
  }, "strip", z.ZodTypeAny, {
124
- __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
124
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
125
125
  }, {
126
- __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
127
- }>, "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc", {
128
- __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
126
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
127
+ }>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc", {
128
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
129
129
  }>, "many">;
130
130
  addCollateralEnabled: z.ZodArray<z.ZodEffects<z.ZodObject<{
131
131
  __kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc", "HubDot", "HubUsdt", "HubUsdc"]>;
132
132
  }, "strip", z.ZodTypeAny, {
133
- __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
133
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
134
134
  }, {
135
- __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
136
- }>, "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc", {
137
- __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
135
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
136
+ }>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc", {
137
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
138
138
  }>, "many">;
139
139
  removeCollateralEnabled: z.ZodArray<z.ZodEffects<z.ZodObject<{
140
140
  __kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc", "HubDot", "HubUsdt", "HubUsdc"]>;
141
141
  }, "strip", z.ZodTypeAny, {
142
- __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
142
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
143
143
  }, {
144
- __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
145
- }>, "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc", {
146
- __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
144
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
145
+ }>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc", {
146
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
147
147
  }>, "many">;
148
148
  }, "strip", z.ZodTypeAny, {
149
149
  addBoostFundsEnabled: boolean;
150
150
  stopBoostingEnabled: boolean;
151
- borrowingEnabled: ("ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc")[];
152
- addLenderFundsEnabled: ("ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc")[];
153
- withdrawLenderFundsEnabled: ("ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc")[];
154
- addCollateralEnabled: ("ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc")[];
155
- removeCollateralEnabled: ("ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc")[];
151
+ borrowingEnabled: ("Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc")[];
152
+ addLenderFundsEnabled: ("Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc")[];
153
+ withdrawLenderFundsEnabled: ("Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc")[];
154
+ addCollateralEnabled: ("Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc")[];
155
+ removeCollateralEnabled: ("Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc")[];
156
156
  }, {
157
157
  addBoostFundsEnabled: boolean;
158
158
  stopBoostingEnabled: boolean;
159
159
  borrowingEnabled: {
160
- __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
160
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
161
161
  }[];
162
162
  addLenderFundsEnabled: {
163
- __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
163
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
164
164
  }[];
165
165
  withdrawLenderFundsEnabled: {
166
- __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
166
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
167
167
  }[];
168
168
  addCollateralEnabled: {
169
- __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
169
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
170
170
  }[];
171
171
  removeCollateralEnabled: {
172
- __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
172
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
173
173
  }[];
174
174
  }>;
175
175
  declare const palletCfReputationPalletSafeMode: z.ZodObject<{
@@ -230,9 +230,9 @@ declare const stateChainRuntimeSafeModeWitnesserCallPermission: z.ZodObject<{
230
230
  assethubIngressEgress: z.ZodBoolean;
231
231
  assethubVault: z.ZodBoolean;
232
232
  }, "strip", z.ZodTypeAny, {
233
+ governance: boolean;
233
234
  funding: boolean;
234
235
  swapping: boolean;
235
- governance: boolean;
236
236
  ethereumBroadcast: boolean;
237
237
  ethereumChainTracking: boolean;
238
238
  ethereumIngressEgress: boolean;
@@ -256,9 +256,9 @@ declare const stateChainRuntimeSafeModeWitnesserCallPermission: z.ZodObject<{
256
256
  assethubIngressEgress: boolean;
257
257
  assethubVault: boolean;
258
258
  }, {
259
+ governance: boolean;
259
260
  funding: boolean;
260
261
  swapping: boolean;
261
- governance: boolean;
262
262
  ethereumBroadcast: boolean;
263
263
  ethereumChainTracking: boolean;
264
264
  ethereumIngressEgress: boolean;
@@ -323,9 +323,9 @@ declare const palletCfWitnesserPalletSafeMode: z.ZodDiscriminatedUnion<"__kind",
323
323
  assethubIngressEgress: z.ZodBoolean;
324
324
  assethubVault: z.ZodBoolean;
325
325
  }, "strip", z.ZodTypeAny, {
326
+ governance: boolean;
326
327
  funding: boolean;
327
328
  swapping: boolean;
328
- governance: boolean;
329
329
  ethereumBroadcast: boolean;
330
330
  ethereumChainTracking: boolean;
331
331
  ethereumIngressEgress: boolean;
@@ -349,9 +349,9 @@ declare const palletCfWitnesserPalletSafeMode: z.ZodDiscriminatedUnion<"__kind",
349
349
  assethubIngressEgress: boolean;
350
350
  assethubVault: boolean;
351
351
  }, {
352
+ governance: boolean;
352
353
  funding: boolean;
353
354
  swapping: boolean;
354
- governance: boolean;
355
355
  ethereumBroadcast: boolean;
356
356
  ethereumChainTracking: boolean;
357
357
  ethereumIngressEgress: boolean;
@@ -377,9 +377,9 @@ declare const palletCfWitnesserPalletSafeMode: z.ZodDiscriminatedUnion<"__kind",
377
377
  }>;
378
378
  }, "strip", z.ZodTypeAny, {
379
379
  value: {
380
+ governance: boolean;
380
381
  funding: boolean;
381
382
  swapping: boolean;
382
- governance: boolean;
383
383
  ethereumBroadcast: boolean;
384
384
  ethereumChainTracking: boolean;
385
385
  ethereumIngressEgress: boolean;
@@ -406,9 +406,9 @@ declare const palletCfWitnesserPalletSafeMode: z.ZodDiscriminatedUnion<"__kind",
406
406
  __kind: "CodeAmber";
407
407
  }, {
408
408
  value: {
409
+ governance: boolean;
409
410
  funding: boolean;
410
411
  swapping: boolean;
411
- governance: boolean;
412
412
  ethereumBroadcast: boolean;
413
413
  ethereumChainTracking: boolean;
414
414
  ethereumIngressEgress: boolean;
@@ -540,73 +540,73 @@ declare const stateChainRuntimeSafeModeInnerRuntimeSafeMode: z.ZodObject<{
540
540
  borrowingEnabled: z.ZodArray<z.ZodEffects<z.ZodObject<{
541
541
  __kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc", "HubDot", "HubUsdt", "HubUsdc"]>;
542
542
  }, "strip", z.ZodTypeAny, {
543
- __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
543
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
544
544
  }, {
545
- __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
546
- }>, "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc", {
547
- __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
545
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
546
+ }>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc", {
547
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
548
548
  }>, "many">;
549
549
  addLenderFundsEnabled: z.ZodArray<z.ZodEffects<z.ZodObject<{
550
550
  __kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc", "HubDot", "HubUsdt", "HubUsdc"]>;
551
551
  }, "strip", z.ZodTypeAny, {
552
- __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
552
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
553
553
  }, {
554
- __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
555
- }>, "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc", {
556
- __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
554
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
555
+ }>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc", {
556
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
557
557
  }>, "many">;
558
558
  withdrawLenderFundsEnabled: z.ZodArray<z.ZodEffects<z.ZodObject<{
559
559
  __kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc", "HubDot", "HubUsdt", "HubUsdc"]>;
560
560
  }, "strip", z.ZodTypeAny, {
561
- __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
561
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
562
562
  }, {
563
- __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
564
- }>, "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc", {
565
- __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
563
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
564
+ }>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc", {
565
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
566
566
  }>, "many">;
567
567
  addCollateralEnabled: z.ZodArray<z.ZodEffects<z.ZodObject<{
568
568
  __kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc", "HubDot", "HubUsdt", "HubUsdc"]>;
569
569
  }, "strip", z.ZodTypeAny, {
570
- __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
570
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
571
571
  }, {
572
- __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
573
- }>, "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc", {
574
- __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
572
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
573
+ }>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc", {
574
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
575
575
  }>, "many">;
576
576
  removeCollateralEnabled: z.ZodArray<z.ZodEffects<z.ZodObject<{
577
577
  __kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc", "HubDot", "HubUsdt", "HubUsdc"]>;
578
578
  }, "strip", z.ZodTypeAny, {
579
- __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
579
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
580
580
  }, {
581
- __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
582
- }>, "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc", {
583
- __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
581
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
582
+ }>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc", {
583
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
584
584
  }>, "many">;
585
585
  }, "strip", z.ZodTypeAny, {
586
586
  addBoostFundsEnabled: boolean;
587
587
  stopBoostingEnabled: boolean;
588
- borrowingEnabled: ("ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc")[];
589
- addLenderFundsEnabled: ("ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc")[];
590
- withdrawLenderFundsEnabled: ("ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc")[];
591
- addCollateralEnabled: ("ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc")[];
592
- removeCollateralEnabled: ("ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc")[];
588
+ borrowingEnabled: ("Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc")[];
589
+ addLenderFundsEnabled: ("Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc")[];
590
+ withdrawLenderFundsEnabled: ("Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc")[];
591
+ addCollateralEnabled: ("Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc")[];
592
+ removeCollateralEnabled: ("Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc")[];
593
593
  }, {
594
594
  addBoostFundsEnabled: boolean;
595
595
  stopBoostingEnabled: boolean;
596
596
  borrowingEnabled: {
597
- __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
597
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
598
598
  }[];
599
599
  addLenderFundsEnabled: {
600
- __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
600
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
601
601
  }[];
602
602
  withdrawLenderFundsEnabled: {
603
- __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
603
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
604
604
  }[];
605
605
  addCollateralEnabled: {
606
- __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
606
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
607
607
  }[];
608
608
  removeCollateralEnabled: {
609
- __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
609
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
610
610
  }[];
611
611
  }>;
612
612
  reputation: z.ZodObject<{
@@ -752,9 +752,9 @@ declare const stateChainRuntimeSafeModeInnerRuntimeSafeMode: z.ZodObject<{
752
752
  assethubIngressEgress: z.ZodBoolean;
753
753
  assethubVault: z.ZodBoolean;
754
754
  }, "strip", z.ZodTypeAny, {
755
+ governance: boolean;
755
756
  funding: boolean;
756
757
  swapping: boolean;
757
- governance: boolean;
758
758
  ethereumBroadcast: boolean;
759
759
  ethereumChainTracking: boolean;
760
760
  ethereumIngressEgress: boolean;
@@ -778,9 +778,9 @@ declare const stateChainRuntimeSafeModeInnerRuntimeSafeMode: z.ZodObject<{
778
778
  assethubIngressEgress: boolean;
779
779
  assethubVault: boolean;
780
780
  }, {
781
+ governance: boolean;
781
782
  funding: boolean;
782
783
  swapping: boolean;
783
- governance: boolean;
784
784
  ethereumBroadcast: boolean;
785
785
  ethereumChainTracking: boolean;
786
786
  ethereumIngressEgress: boolean;
@@ -806,9 +806,9 @@ declare const stateChainRuntimeSafeModeInnerRuntimeSafeMode: z.ZodObject<{
806
806
  }>;
807
807
  }, "strip", z.ZodTypeAny, {
808
808
  value: {
809
+ governance: boolean;
809
810
  funding: boolean;
810
811
  swapping: boolean;
811
- governance: boolean;
812
812
  ethereumBroadcast: boolean;
813
813
  ethereumChainTracking: boolean;
814
814
  ethereumIngressEgress: boolean;
@@ -835,9 +835,9 @@ declare const stateChainRuntimeSafeModeInnerRuntimeSafeMode: z.ZodObject<{
835
835
  __kind: "CodeAmber";
836
836
  }, {
837
837
  value: {
838
+ governance: boolean;
838
839
  funding: boolean;
839
840
  swapping: boolean;
840
- governance: boolean;
841
841
  ethereumBroadcast: boolean;
842
842
  ethereumChainTracking: boolean;
843
843
  ethereumIngressEgress: boolean;
@@ -967,14 +967,6 @@ declare const stateChainRuntimeSafeModeInnerRuntimeSafeMode: z.ZodObject<{
967
967
  oraclePriceElections: boolean;
968
968
  }>;
969
969
  }, "strip", z.ZodTypeAny, {
970
- validator: {
971
- authorityRotationEnabled: boolean;
972
- startBiddingEnabled: boolean;
973
- stopBiddingEnabled: boolean;
974
- };
975
- emissions: {
976
- emissionsSyncEnabled: boolean;
977
- };
978
970
  funding: {
979
971
  redeemEnabled: boolean;
980
972
  };
@@ -983,11 +975,19 @@ declare const stateChainRuntimeSafeModeInnerRuntimeSafeMode: z.ZodObject<{
983
975
  withdrawalsEnabled: boolean;
984
976
  brokerRegistrationEnabled: boolean;
985
977
  };
978
+ emissions: {
979
+ emissionsSyncEnabled: boolean;
980
+ };
986
981
  liquidityProvider: {
987
982
  depositEnabled: boolean;
988
983
  withdrawalEnabled: boolean;
989
984
  internalSwapsEnabled: boolean;
990
985
  };
986
+ validator: {
987
+ authorityRotationEnabled: boolean;
988
+ startBiddingEnabled: boolean;
989
+ stopBiddingEnabled: boolean;
990
+ };
991
991
  pools: {
992
992
  rangeOrderUpdateEnabled: boolean;
993
993
  limitOrderUpdateEnabled: boolean;
@@ -1000,11 +1000,11 @@ declare const stateChainRuntimeSafeModeInnerRuntimeSafeMode: z.ZodObject<{
1000
1000
  lendingPools: {
1001
1001
  addBoostFundsEnabled: boolean;
1002
1002
  stopBoostingEnabled: boolean;
1003
- borrowingEnabled: ("ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc")[];
1004
- addLenderFundsEnabled: ("ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc")[];
1005
- withdrawLenderFundsEnabled: ("ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc")[];
1006
- addCollateralEnabled: ("ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc")[];
1007
- removeCollateralEnabled: ("ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc")[];
1003
+ borrowingEnabled: ("Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc")[];
1004
+ addLenderFundsEnabled: ("Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc")[];
1005
+ withdrawLenderFundsEnabled: ("Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc")[];
1006
+ addCollateralEnabled: ("Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc")[];
1007
+ removeCollateralEnabled: ("Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc")[];
1008
1008
  };
1009
1009
  reputation: {
1010
1010
  reportingEnabled: boolean;
@@ -1054,9 +1054,9 @@ declare const stateChainRuntimeSafeModeInnerRuntimeSafeMode: z.ZodObject<{
1054
1054
  __kind: "CodeRed";
1055
1055
  } | {
1056
1056
  value: {
1057
+ governance: boolean;
1057
1058
  funding: boolean;
1058
1059
  swapping: boolean;
1059
- governance: boolean;
1060
1060
  ethereumBroadcast: boolean;
1061
1061
  ethereumChainTracking: boolean;
1062
1062
  ethereumIngressEgress: boolean;
@@ -1122,14 +1122,6 @@ declare const stateChainRuntimeSafeModeInnerRuntimeSafeMode: z.ZodObject<{
1122
1122
  oraclePriceElections: boolean;
1123
1123
  };
1124
1124
  }, {
1125
- validator: {
1126
- authorityRotationEnabled: boolean;
1127
- startBiddingEnabled: boolean;
1128
- stopBiddingEnabled: boolean;
1129
- };
1130
- emissions: {
1131
- emissionsSyncEnabled: boolean;
1132
- };
1133
1125
  funding: {
1134
1126
  redeemEnabled: boolean;
1135
1127
  };
@@ -1138,11 +1130,19 @@ declare const stateChainRuntimeSafeModeInnerRuntimeSafeMode: z.ZodObject<{
1138
1130
  withdrawalsEnabled: boolean;
1139
1131
  brokerRegistrationEnabled: boolean;
1140
1132
  };
1133
+ emissions: {
1134
+ emissionsSyncEnabled: boolean;
1135
+ };
1141
1136
  liquidityProvider: {
1142
1137
  depositEnabled: boolean;
1143
1138
  withdrawalEnabled: boolean;
1144
1139
  internalSwapsEnabled: boolean;
1145
1140
  };
1141
+ validator: {
1142
+ authorityRotationEnabled: boolean;
1143
+ startBiddingEnabled: boolean;
1144
+ stopBiddingEnabled: boolean;
1145
+ };
1146
1146
  pools: {
1147
1147
  rangeOrderUpdateEnabled: boolean;
1148
1148
  limitOrderUpdateEnabled: boolean;
@@ -1156,19 +1156,19 @@ declare const stateChainRuntimeSafeModeInnerRuntimeSafeMode: z.ZodObject<{
1156
1156
  addBoostFundsEnabled: boolean;
1157
1157
  stopBoostingEnabled: boolean;
1158
1158
  borrowingEnabled: {
1159
- __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
1159
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
1160
1160
  }[];
1161
1161
  addLenderFundsEnabled: {
1162
- __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
1162
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
1163
1163
  }[];
1164
1164
  withdrawLenderFundsEnabled: {
1165
- __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
1165
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
1166
1166
  }[];
1167
1167
  addCollateralEnabled: {
1168
- __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
1168
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
1169
1169
  }[];
1170
1170
  removeCollateralEnabled: {
1171
- __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
1171
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
1172
1172
  }[];
1173
1173
  };
1174
1174
  reputation: {
@@ -1219,9 +1219,9 @@ declare const stateChainRuntimeSafeModeInnerRuntimeSafeMode: z.ZodObject<{
1219
1219
  __kind: "CodeRed";
1220
1220
  } | {
1221
1221
  value: {
1222
+ governance: boolean;
1222
1223
  funding: boolean;
1223
1224
  swapping: boolean;
1224
- governance: boolean;
1225
1225
  ethereumBroadcast: boolean;
1226
1226
  ethereumChainTracking: boolean;
1227
1227
  ethereumIngressEgress: boolean;
@@ -1384,73 +1384,73 @@ declare const palletCfEnvironmentSafeModeUpdate: z.ZodDiscriminatedUnion<"__kind
1384
1384
  borrowingEnabled: z.ZodArray<z.ZodEffects<z.ZodObject<{
1385
1385
  __kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc", "HubDot", "HubUsdt", "HubUsdc"]>;
1386
1386
  }, "strip", z.ZodTypeAny, {
1387
- __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
1387
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
1388
1388
  }, {
1389
- __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
1390
- }>, "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc", {
1391
- __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
1389
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
1390
+ }>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc", {
1391
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
1392
1392
  }>, "many">;
1393
1393
  addLenderFundsEnabled: z.ZodArray<z.ZodEffects<z.ZodObject<{
1394
1394
  __kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc", "HubDot", "HubUsdt", "HubUsdc"]>;
1395
1395
  }, "strip", z.ZodTypeAny, {
1396
- __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
1396
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
1397
1397
  }, {
1398
- __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
1399
- }>, "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc", {
1400
- __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
1398
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
1399
+ }>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc", {
1400
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
1401
1401
  }>, "many">;
1402
1402
  withdrawLenderFundsEnabled: z.ZodArray<z.ZodEffects<z.ZodObject<{
1403
1403
  __kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc", "HubDot", "HubUsdt", "HubUsdc"]>;
1404
1404
  }, "strip", z.ZodTypeAny, {
1405
- __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
1405
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
1406
1406
  }, {
1407
- __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
1408
- }>, "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc", {
1409
- __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
1407
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
1408
+ }>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc", {
1409
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
1410
1410
  }>, "many">;
1411
1411
  addCollateralEnabled: z.ZodArray<z.ZodEffects<z.ZodObject<{
1412
1412
  __kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc", "HubDot", "HubUsdt", "HubUsdc"]>;
1413
1413
  }, "strip", z.ZodTypeAny, {
1414
- __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
1414
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
1415
1415
  }, {
1416
- __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
1417
- }>, "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc", {
1418
- __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
1416
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
1417
+ }>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc", {
1418
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
1419
1419
  }>, "many">;
1420
1420
  removeCollateralEnabled: z.ZodArray<z.ZodEffects<z.ZodObject<{
1421
1421
  __kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc", "HubDot", "HubUsdt", "HubUsdc"]>;
1422
1422
  }, "strip", z.ZodTypeAny, {
1423
- __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
1423
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
1424
1424
  }, {
1425
- __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
1426
- }>, "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc", {
1427
- __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
1425
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
1426
+ }>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc", {
1427
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
1428
1428
  }>, "many">;
1429
1429
  }, "strip", z.ZodTypeAny, {
1430
1430
  addBoostFundsEnabled: boolean;
1431
1431
  stopBoostingEnabled: boolean;
1432
- borrowingEnabled: ("ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc")[];
1433
- addLenderFundsEnabled: ("ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc")[];
1434
- withdrawLenderFundsEnabled: ("ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc")[];
1435
- addCollateralEnabled: ("ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc")[];
1436
- removeCollateralEnabled: ("ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc")[];
1432
+ borrowingEnabled: ("Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc")[];
1433
+ addLenderFundsEnabled: ("Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc")[];
1434
+ withdrawLenderFundsEnabled: ("Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc")[];
1435
+ addCollateralEnabled: ("Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc")[];
1436
+ removeCollateralEnabled: ("Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc")[];
1437
1437
  }, {
1438
1438
  addBoostFundsEnabled: boolean;
1439
1439
  stopBoostingEnabled: boolean;
1440
1440
  borrowingEnabled: {
1441
- __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
1441
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
1442
1442
  }[];
1443
1443
  addLenderFundsEnabled: {
1444
- __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
1444
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
1445
1445
  }[];
1446
1446
  withdrawLenderFundsEnabled: {
1447
- __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
1447
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
1448
1448
  }[];
1449
1449
  addCollateralEnabled: {
1450
- __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
1450
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
1451
1451
  }[];
1452
1452
  removeCollateralEnabled: {
1453
- __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
1453
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
1454
1454
  }[];
1455
1455
  }>;
1456
1456
  reputation: z.ZodObject<{
@@ -1596,9 +1596,9 @@ declare const palletCfEnvironmentSafeModeUpdate: z.ZodDiscriminatedUnion<"__kind
1596
1596
  assethubIngressEgress: z.ZodBoolean;
1597
1597
  assethubVault: z.ZodBoolean;
1598
1598
  }, "strip", z.ZodTypeAny, {
1599
+ governance: boolean;
1599
1600
  funding: boolean;
1600
1601
  swapping: boolean;
1601
- governance: boolean;
1602
1602
  ethereumBroadcast: boolean;
1603
1603
  ethereumChainTracking: boolean;
1604
1604
  ethereumIngressEgress: boolean;
@@ -1622,9 +1622,9 @@ declare const palletCfEnvironmentSafeModeUpdate: z.ZodDiscriminatedUnion<"__kind
1622
1622
  assethubIngressEgress: boolean;
1623
1623
  assethubVault: boolean;
1624
1624
  }, {
1625
+ governance: boolean;
1625
1626
  funding: boolean;
1626
1627
  swapping: boolean;
1627
- governance: boolean;
1628
1628
  ethereumBroadcast: boolean;
1629
1629
  ethereumChainTracking: boolean;
1630
1630
  ethereumIngressEgress: boolean;
@@ -1650,9 +1650,9 @@ declare const palletCfEnvironmentSafeModeUpdate: z.ZodDiscriminatedUnion<"__kind
1650
1650
  }>;
1651
1651
  }, "strip", z.ZodTypeAny, {
1652
1652
  value: {
1653
+ governance: boolean;
1653
1654
  funding: boolean;
1654
1655
  swapping: boolean;
1655
- governance: boolean;
1656
1656
  ethereumBroadcast: boolean;
1657
1657
  ethereumChainTracking: boolean;
1658
1658
  ethereumIngressEgress: boolean;
@@ -1679,9 +1679,9 @@ declare const palletCfEnvironmentSafeModeUpdate: z.ZodDiscriminatedUnion<"__kind
1679
1679
  __kind: "CodeAmber";
1680
1680
  }, {
1681
1681
  value: {
1682
+ governance: boolean;
1682
1683
  funding: boolean;
1683
1684
  swapping: boolean;
1684
- governance: boolean;
1685
1685
  ethereumBroadcast: boolean;
1686
1686
  ethereumChainTracking: boolean;
1687
1687
  ethereumIngressEgress: boolean;
@@ -1811,14 +1811,6 @@ declare const palletCfEnvironmentSafeModeUpdate: z.ZodDiscriminatedUnion<"__kind
1811
1811
  oraclePriceElections: boolean;
1812
1812
  }>;
1813
1813
  }, "strip", z.ZodTypeAny, {
1814
- validator: {
1815
- authorityRotationEnabled: boolean;
1816
- startBiddingEnabled: boolean;
1817
- stopBiddingEnabled: boolean;
1818
- };
1819
- emissions: {
1820
- emissionsSyncEnabled: boolean;
1821
- };
1822
1814
  funding: {
1823
1815
  redeemEnabled: boolean;
1824
1816
  };
@@ -1827,11 +1819,19 @@ declare const palletCfEnvironmentSafeModeUpdate: z.ZodDiscriminatedUnion<"__kind
1827
1819
  withdrawalsEnabled: boolean;
1828
1820
  brokerRegistrationEnabled: boolean;
1829
1821
  };
1822
+ emissions: {
1823
+ emissionsSyncEnabled: boolean;
1824
+ };
1830
1825
  liquidityProvider: {
1831
1826
  depositEnabled: boolean;
1832
1827
  withdrawalEnabled: boolean;
1833
1828
  internalSwapsEnabled: boolean;
1834
1829
  };
1830
+ validator: {
1831
+ authorityRotationEnabled: boolean;
1832
+ startBiddingEnabled: boolean;
1833
+ stopBiddingEnabled: boolean;
1834
+ };
1835
1835
  pools: {
1836
1836
  rangeOrderUpdateEnabled: boolean;
1837
1837
  limitOrderUpdateEnabled: boolean;
@@ -1844,11 +1844,11 @@ declare const palletCfEnvironmentSafeModeUpdate: z.ZodDiscriminatedUnion<"__kind
1844
1844
  lendingPools: {
1845
1845
  addBoostFundsEnabled: boolean;
1846
1846
  stopBoostingEnabled: boolean;
1847
- borrowingEnabled: ("ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc")[];
1848
- addLenderFundsEnabled: ("ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc")[];
1849
- withdrawLenderFundsEnabled: ("ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc")[];
1850
- addCollateralEnabled: ("ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc")[];
1851
- removeCollateralEnabled: ("ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc")[];
1847
+ borrowingEnabled: ("Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc")[];
1848
+ addLenderFundsEnabled: ("Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc")[];
1849
+ withdrawLenderFundsEnabled: ("Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc")[];
1850
+ addCollateralEnabled: ("Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc")[];
1851
+ removeCollateralEnabled: ("Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc")[];
1852
1852
  };
1853
1853
  reputation: {
1854
1854
  reportingEnabled: boolean;
@@ -1898,9 +1898,9 @@ declare const palletCfEnvironmentSafeModeUpdate: z.ZodDiscriminatedUnion<"__kind
1898
1898
  __kind: "CodeRed";
1899
1899
  } | {
1900
1900
  value: {
1901
+ governance: boolean;
1901
1902
  funding: boolean;
1902
1903
  swapping: boolean;
1903
- governance: boolean;
1904
1904
  ethereumBroadcast: boolean;
1905
1905
  ethereumChainTracking: boolean;
1906
1906
  ethereumIngressEgress: boolean;
@@ -1966,14 +1966,6 @@ declare const palletCfEnvironmentSafeModeUpdate: z.ZodDiscriminatedUnion<"__kind
1966
1966
  oraclePriceElections: boolean;
1967
1967
  };
1968
1968
  }, {
1969
- validator: {
1970
- authorityRotationEnabled: boolean;
1971
- startBiddingEnabled: boolean;
1972
- stopBiddingEnabled: boolean;
1973
- };
1974
- emissions: {
1975
- emissionsSyncEnabled: boolean;
1976
- };
1977
1969
  funding: {
1978
1970
  redeemEnabled: boolean;
1979
1971
  };
@@ -1982,11 +1974,19 @@ declare const palletCfEnvironmentSafeModeUpdate: z.ZodDiscriminatedUnion<"__kind
1982
1974
  withdrawalsEnabled: boolean;
1983
1975
  brokerRegistrationEnabled: boolean;
1984
1976
  };
1977
+ emissions: {
1978
+ emissionsSyncEnabled: boolean;
1979
+ };
1985
1980
  liquidityProvider: {
1986
1981
  depositEnabled: boolean;
1987
1982
  withdrawalEnabled: boolean;
1988
1983
  internalSwapsEnabled: boolean;
1989
1984
  };
1985
+ validator: {
1986
+ authorityRotationEnabled: boolean;
1987
+ startBiddingEnabled: boolean;
1988
+ stopBiddingEnabled: boolean;
1989
+ };
1990
1990
  pools: {
1991
1991
  rangeOrderUpdateEnabled: boolean;
1992
1992
  limitOrderUpdateEnabled: boolean;
@@ -2000,19 +2000,19 @@ declare const palletCfEnvironmentSafeModeUpdate: z.ZodDiscriminatedUnion<"__kind
2000
2000
  addBoostFundsEnabled: boolean;
2001
2001
  stopBoostingEnabled: boolean;
2002
2002
  borrowingEnabled: {
2003
- __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
2003
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
2004
2004
  }[];
2005
2005
  addLenderFundsEnabled: {
2006
- __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
2006
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
2007
2007
  }[];
2008
2008
  withdrawLenderFundsEnabled: {
2009
- __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
2009
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
2010
2010
  }[];
2011
2011
  addCollateralEnabled: {
2012
- __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
2012
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
2013
2013
  }[];
2014
2014
  removeCollateralEnabled: {
2015
- __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
2015
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
2016
2016
  }[];
2017
2017
  };
2018
2018
  reputation: {
@@ -2063,9 +2063,9 @@ declare const palletCfEnvironmentSafeModeUpdate: z.ZodDiscriminatedUnion<"__kind
2063
2063
  __kind: "CodeRed";
2064
2064
  } | {
2065
2065
  value: {
2066
+ governance: boolean;
2066
2067
  funding: boolean;
2067
2068
  swapping: boolean;
2068
- governance: boolean;
2069
2069
  ethereumBroadcast: boolean;
2070
2070
  ethereumChainTracking: boolean;
2071
2071
  ethereumIngressEgress: boolean;
@@ -2133,14 +2133,6 @@ declare const palletCfEnvironmentSafeModeUpdate: z.ZodDiscriminatedUnion<"__kind
2133
2133
  }>;
2134
2134
  }, "strip", z.ZodTypeAny, {
2135
2135
  value: {
2136
- validator: {
2137
- authorityRotationEnabled: boolean;
2138
- startBiddingEnabled: boolean;
2139
- stopBiddingEnabled: boolean;
2140
- };
2141
- emissions: {
2142
- emissionsSyncEnabled: boolean;
2143
- };
2144
2136
  funding: {
2145
2137
  redeemEnabled: boolean;
2146
2138
  };
@@ -2149,11 +2141,19 @@ declare const palletCfEnvironmentSafeModeUpdate: z.ZodDiscriminatedUnion<"__kind
2149
2141
  withdrawalsEnabled: boolean;
2150
2142
  brokerRegistrationEnabled: boolean;
2151
2143
  };
2144
+ emissions: {
2145
+ emissionsSyncEnabled: boolean;
2146
+ };
2152
2147
  liquidityProvider: {
2153
2148
  depositEnabled: boolean;
2154
2149
  withdrawalEnabled: boolean;
2155
2150
  internalSwapsEnabled: boolean;
2156
2151
  };
2152
+ validator: {
2153
+ authorityRotationEnabled: boolean;
2154
+ startBiddingEnabled: boolean;
2155
+ stopBiddingEnabled: boolean;
2156
+ };
2157
2157
  pools: {
2158
2158
  rangeOrderUpdateEnabled: boolean;
2159
2159
  limitOrderUpdateEnabled: boolean;
@@ -2166,11 +2166,11 @@ declare const palletCfEnvironmentSafeModeUpdate: z.ZodDiscriminatedUnion<"__kind
2166
2166
  lendingPools: {
2167
2167
  addBoostFundsEnabled: boolean;
2168
2168
  stopBoostingEnabled: boolean;
2169
- borrowingEnabled: ("ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc")[];
2170
- addLenderFundsEnabled: ("ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc")[];
2171
- withdrawLenderFundsEnabled: ("ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc")[];
2172
- addCollateralEnabled: ("ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc")[];
2173
- removeCollateralEnabled: ("ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc")[];
2169
+ borrowingEnabled: ("Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc")[];
2170
+ addLenderFundsEnabled: ("Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc")[];
2171
+ withdrawLenderFundsEnabled: ("Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc")[];
2172
+ addCollateralEnabled: ("Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc")[];
2173
+ removeCollateralEnabled: ("Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc")[];
2174
2174
  };
2175
2175
  reputation: {
2176
2176
  reportingEnabled: boolean;
@@ -2220,9 +2220,9 @@ declare const palletCfEnvironmentSafeModeUpdate: z.ZodDiscriminatedUnion<"__kind
2220
2220
  __kind: "CodeRed";
2221
2221
  } | {
2222
2222
  value: {
2223
+ governance: boolean;
2223
2224
  funding: boolean;
2224
2225
  swapping: boolean;
2225
- governance: boolean;
2226
2226
  ethereumBroadcast: boolean;
2227
2227
  ethereumChainTracking: boolean;
2228
2228
  ethereumIngressEgress: boolean;
@@ -2291,14 +2291,6 @@ declare const palletCfEnvironmentSafeModeUpdate: z.ZodDiscriminatedUnion<"__kind
2291
2291
  __kind: "CodeAmber";
2292
2292
  }, {
2293
2293
  value: {
2294
- validator: {
2295
- authorityRotationEnabled: boolean;
2296
- startBiddingEnabled: boolean;
2297
- stopBiddingEnabled: boolean;
2298
- };
2299
- emissions: {
2300
- emissionsSyncEnabled: boolean;
2301
- };
2302
2294
  funding: {
2303
2295
  redeemEnabled: boolean;
2304
2296
  };
@@ -2307,11 +2299,19 @@ declare const palletCfEnvironmentSafeModeUpdate: z.ZodDiscriminatedUnion<"__kind
2307
2299
  withdrawalsEnabled: boolean;
2308
2300
  brokerRegistrationEnabled: boolean;
2309
2301
  };
2302
+ emissions: {
2303
+ emissionsSyncEnabled: boolean;
2304
+ };
2310
2305
  liquidityProvider: {
2311
2306
  depositEnabled: boolean;
2312
2307
  withdrawalEnabled: boolean;
2313
2308
  internalSwapsEnabled: boolean;
2314
2309
  };
2310
+ validator: {
2311
+ authorityRotationEnabled: boolean;
2312
+ startBiddingEnabled: boolean;
2313
+ stopBiddingEnabled: boolean;
2314
+ };
2315
2315
  pools: {
2316
2316
  rangeOrderUpdateEnabled: boolean;
2317
2317
  limitOrderUpdateEnabled: boolean;
@@ -2325,19 +2325,19 @@ declare const palletCfEnvironmentSafeModeUpdate: z.ZodDiscriminatedUnion<"__kind
2325
2325
  addBoostFundsEnabled: boolean;
2326
2326
  stopBoostingEnabled: boolean;
2327
2327
  borrowingEnabled: {
2328
- __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
2328
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
2329
2329
  }[];
2330
2330
  addLenderFundsEnabled: {
2331
- __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
2331
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
2332
2332
  }[];
2333
2333
  withdrawLenderFundsEnabled: {
2334
- __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
2334
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
2335
2335
  }[];
2336
2336
  addCollateralEnabled: {
2337
- __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
2337
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
2338
2338
  }[];
2339
2339
  removeCollateralEnabled: {
2340
- __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
2340
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
2341
2341
  }[];
2342
2342
  };
2343
2343
  reputation: {
@@ -2388,9 +2388,9 @@ declare const palletCfEnvironmentSafeModeUpdate: z.ZodDiscriminatedUnion<"__kind
2388
2388
  __kind: "CodeRed";
2389
2389
  } | {
2390
2390
  value: {
2391
+ governance: boolean;
2391
2392
  funding: boolean;
2392
2393
  swapping: boolean;
2393
- governance: boolean;
2394
2394
  ethereumBroadcast: boolean;
2395
2395
  ethereumChainTracking: boolean;
2396
2396
  ethereumIngressEgress: boolean;
@@ -5095,31 +5095,31 @@ declare const cfTraitsSwappingLendingSwapType: z.ZodDiscriminatedUnion<"__kind",
5095
5095
  borrowerId: z.ZodEffects<z.ZodUnion<[z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, `0x${string}`, string>]>, `cF${string}`, string>;
5096
5096
  loanId: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
5097
5097
  }, "strip", z.ZodTypeAny, {
5098
+ borrowerId: `cF${string}`;
5098
5099
  __kind: "Liquidation";
5099
5100
  loanId: bigint;
5100
- borrowerId: `cF${string}`;
5101
5101
  }, {
5102
+ borrowerId: string;
5102
5103
  __kind: "Liquidation";
5103
5104
  loanId: string | number;
5104
- borrowerId: string;
5105
5105
  }>, z.ZodObject<{
5106
5106
  __kind: z.ZodLiteral<"FeeSwap">;
5107
5107
  poolAsset: z.ZodEffects<z.ZodObject<{
5108
5108
  __kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc", "HubDot", "HubUsdt", "HubUsdc"]>;
5109
5109
  }, "strip", z.ZodTypeAny, {
5110
- __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
5110
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
5111
5111
  }, {
5112
- __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
5113
- }>, "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc", {
5114
- __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
5112
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
5113
+ }>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc", {
5114
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
5115
5115
  }>;
5116
5116
  }, "strip", z.ZodTypeAny, {
5117
5117
  __kind: "FeeSwap";
5118
- poolAsset: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
5118
+ poolAsset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
5119
5119
  }, {
5120
5120
  __kind: "FeeSwap";
5121
5121
  poolAsset: {
5122
- __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
5122
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
5123
5123
  };
5124
5124
  }>]>;
5125
5125
  declare const cfTraitsSwappingSwapOutputActionGenericEncodedAddress: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
@@ -5727,11 +5727,11 @@ declare const cfTraitsSwappingSwapOutputActionGenericEncodedAddress: z.ZodDiscri
5727
5727
  __kind: z.ZodLiteral<"CreditOnChain">;
5728
5728
  accountId: z.ZodEffects<z.ZodUnion<[z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, `0x${string}`, string>]>, `cF${string}`, string>;
5729
5729
  }, "strip", z.ZodTypeAny, {
5730
- accountId: `cF${string}`;
5731
5730
  __kind: "CreditOnChain";
5731
+ accountId: `cF${string}`;
5732
5732
  }, {
5733
- accountId: string;
5734
5733
  __kind: "CreditOnChain";
5734
+ accountId: string;
5735
5735
  }>, z.ZodObject<{
5736
5736
  __kind: z.ZodLiteral<"CreditLendingPool">;
5737
5737
  swapType: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
@@ -5739,53 +5739,53 @@ declare const cfTraitsSwappingSwapOutputActionGenericEncodedAddress: z.ZodDiscri
5739
5739
  borrowerId: z.ZodEffects<z.ZodUnion<[z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, `0x${string}`, string>]>, `cF${string}`, string>;
5740
5740
  loanId: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
5741
5741
  }, "strip", z.ZodTypeAny, {
5742
+ borrowerId: `cF${string}`;
5742
5743
  __kind: "Liquidation";
5743
5744
  loanId: bigint;
5744
- borrowerId: `cF${string}`;
5745
5745
  }, {
5746
+ borrowerId: string;
5746
5747
  __kind: "Liquidation";
5747
5748
  loanId: string | number;
5748
- borrowerId: string;
5749
5749
  }>, z.ZodObject<{
5750
5750
  __kind: z.ZodLiteral<"FeeSwap">;
5751
5751
  poolAsset: z.ZodEffects<z.ZodObject<{
5752
5752
  __kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc", "HubDot", "HubUsdt", "HubUsdc"]>;
5753
5753
  }, "strip", z.ZodTypeAny, {
5754
- __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
5754
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
5755
5755
  }, {
5756
- __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
5757
- }>, "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc", {
5758
- __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
5756
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
5757
+ }>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc", {
5758
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
5759
5759
  }>;
5760
5760
  }, "strip", z.ZodTypeAny, {
5761
5761
  __kind: "FeeSwap";
5762
- poolAsset: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
5762
+ poolAsset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
5763
5763
  }, {
5764
5764
  __kind: "FeeSwap";
5765
5765
  poolAsset: {
5766
- __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
5766
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
5767
5767
  };
5768
5768
  }>]>;
5769
5769
  }, "strip", z.ZodTypeAny, {
5770
5770
  __kind: "CreditLendingPool";
5771
5771
  swapType: {
5772
+ borrowerId: `cF${string}`;
5772
5773
  __kind: "Liquidation";
5773
5774
  loanId: bigint;
5774
- borrowerId: `cF${string}`;
5775
5775
  } | {
5776
5776
  __kind: "FeeSwap";
5777
- poolAsset: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
5777
+ poolAsset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
5778
5778
  };
5779
5779
  }, {
5780
5780
  __kind: "CreditLendingPool";
5781
5781
  swapType: {
5782
+ borrowerId: string;
5782
5783
  __kind: "Liquidation";
5783
5784
  loanId: string | number;
5784
- borrowerId: string;
5785
5785
  } | {
5786
5786
  __kind: "FeeSwap";
5787
5787
  poolAsset: {
5788
- __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
5788
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
5789
5789
  };
5790
5790
  };
5791
5791
  }>]>;
@@ -6408,11 +6408,11 @@ declare const cfTraitsSwappingSwapRequestTypeGeneric: z.ZodDiscriminatedUnion<"_
6408
6408
  __kind: z.ZodLiteral<"CreditOnChain">;
6409
6409
  accountId: z.ZodEffects<z.ZodUnion<[z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, `0x${string}`, string>]>, `cF${string}`, string>;
6410
6410
  }, "strip", z.ZodTypeAny, {
6411
- accountId: `cF${string}`;
6412
6411
  __kind: "CreditOnChain";
6412
+ accountId: `cF${string}`;
6413
6413
  }, {
6414
- accountId: string;
6415
6414
  __kind: "CreditOnChain";
6415
+ accountId: string;
6416
6416
  }>, z.ZodObject<{
6417
6417
  __kind: z.ZodLiteral<"CreditLendingPool">;
6418
6418
  swapType: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
@@ -6420,53 +6420,53 @@ declare const cfTraitsSwappingSwapRequestTypeGeneric: z.ZodDiscriminatedUnion<"_
6420
6420
  borrowerId: z.ZodEffects<z.ZodUnion<[z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, `0x${string}`, string>]>, `cF${string}`, string>;
6421
6421
  loanId: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
6422
6422
  }, "strip", z.ZodTypeAny, {
6423
+ borrowerId: `cF${string}`;
6423
6424
  __kind: "Liquidation";
6424
6425
  loanId: bigint;
6425
- borrowerId: `cF${string}`;
6426
6426
  }, {
6427
+ borrowerId: string;
6427
6428
  __kind: "Liquidation";
6428
6429
  loanId: string | number;
6429
- borrowerId: string;
6430
6430
  }>, z.ZodObject<{
6431
6431
  __kind: z.ZodLiteral<"FeeSwap">;
6432
6432
  poolAsset: z.ZodEffects<z.ZodObject<{
6433
6433
  __kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc", "HubDot", "HubUsdt", "HubUsdc"]>;
6434
6434
  }, "strip", z.ZodTypeAny, {
6435
- __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
6435
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
6436
6436
  }, {
6437
- __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
6438
- }>, "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc", {
6439
- __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
6437
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
6438
+ }>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc", {
6439
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
6440
6440
  }>;
6441
6441
  }, "strip", z.ZodTypeAny, {
6442
6442
  __kind: "FeeSwap";
6443
- poolAsset: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
6443
+ poolAsset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
6444
6444
  }, {
6445
6445
  __kind: "FeeSwap";
6446
6446
  poolAsset: {
6447
- __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
6447
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
6448
6448
  };
6449
6449
  }>]>;
6450
6450
  }, "strip", z.ZodTypeAny, {
6451
6451
  __kind: "CreditLendingPool";
6452
6452
  swapType: {
6453
+ borrowerId: `cF${string}`;
6453
6454
  __kind: "Liquidation";
6454
6455
  loanId: bigint;
6455
- borrowerId: `cF${string}`;
6456
6456
  } | {
6457
6457
  __kind: "FeeSwap";
6458
- poolAsset: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
6458
+ poolAsset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
6459
6459
  };
6460
6460
  }, {
6461
6461
  __kind: "CreditLendingPool";
6462
6462
  swapType: {
6463
+ borrowerId: string;
6463
6464
  __kind: "Liquidation";
6464
6465
  loanId: string | number;
6465
- borrowerId: string;
6466
6466
  } | {
6467
6467
  __kind: "FeeSwap";
6468
6468
  poolAsset: {
6469
- __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
6469
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
6470
6470
  };
6471
6471
  };
6472
6472
  }>]>;
@@ -6553,17 +6553,17 @@ declare const cfTraitsSwappingSwapRequestTypeGeneric: z.ZodDiscriminatedUnion<"_
6553
6553
  } | null | undefined;
6554
6554
  } | null | undefined;
6555
6555
  } | {
6556
- accountId: `cF${string}`;
6557
6556
  __kind: "CreditOnChain";
6557
+ accountId: `cF${string}`;
6558
6558
  } | {
6559
6559
  __kind: "CreditLendingPool";
6560
6560
  swapType: {
6561
+ borrowerId: `cF${string}`;
6561
6562
  __kind: "Liquidation";
6562
6563
  loanId: bigint;
6563
- borrowerId: `cF${string}`;
6564
6564
  } | {
6565
6565
  __kind: "FeeSwap";
6566
- poolAsset: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
6566
+ poolAsset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
6567
6567
  };
6568
6568
  };
6569
6569
  }, {
@@ -6621,18 +6621,18 @@ declare const cfTraitsSwappingSwapRequestTypeGeneric: z.ZodDiscriminatedUnion<"_
6621
6621
  } | null | undefined;
6622
6622
  } | null | undefined;
6623
6623
  } | {
6624
- accountId: string;
6625
6624
  __kind: "CreditOnChain";
6625
+ accountId: string;
6626
6626
  } | {
6627
6627
  __kind: "CreditLendingPool";
6628
6628
  swapType: {
6629
+ borrowerId: string;
6629
6630
  __kind: "Liquidation";
6630
6631
  loanId: string | number;
6631
- borrowerId: string;
6632
6632
  } | {
6633
6633
  __kind: "FeeSwap";
6634
6634
  poolAsset: {
6635
- __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
6635
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
6636
6636
  };
6637
6637
  };
6638
6638
  };
@@ -9933,7 +9933,6 @@ declare const cfTraitsSwappingPriceLimitsAndExpiry: z.ZodObject<{
9933
9933
  minPrice: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
9934
9934
  maxOraclePriceSlippage: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
9935
9935
  }, "strip", z.ZodTypeAny, {
9936
- minPrice: bigint;
9937
9936
  expiryBehaviour: {
9938
9937
  __kind: "NoExpiry";
9939
9938
  } | {
@@ -10062,9 +10061,9 @@ declare const cfTraitsSwappingPriceLimitsAndExpiry: z.ZodObject<{
10062
10061
  } | null | undefined;
10063
10062
  } | null | undefined;
10064
10063
  };
10064
+ minPrice: bigint;
10065
10065
  maxOraclePriceSlippage?: number | null | undefined;
10066
10066
  }, {
10067
- minPrice: string | number;
10068
10067
  expiryBehaviour: {
10069
10068
  __kind: "NoExpiry";
10070
10069
  } | {
@@ -10195,6 +10194,7 @@ declare const cfTraitsSwappingPriceLimitsAndExpiry: z.ZodObject<{
10195
10194
  } | null | undefined;
10196
10195
  } | null | undefined;
10197
10196
  };
10197
+ minPrice: string | number;
10198
10198
  maxOraclePriceSlippage?: number | null | undefined;
10199
10199
  }>;
10200
10200
  declare const cfPrimitivesDcaParameters: z.ZodObject<{
@@ -10600,18 +10600,18 @@ declare const palletCfEthereumIngressEgressDepositWitnessEthereum: z.ZodObject<{
10600
10600
  txHashes?: string[] | null | undefined;
10601
10601
  }>;
10602
10602
  }, "strip", z.ZodTypeAny, {
10603
- asset: "Eth" | "Flip" | "Usdc" | "Usdt";
10604
- depositAddress: `0x${string}`;
10605
10603
  amount: bigint;
10604
+ depositAddress: `0x${string}`;
10605
+ asset: "Eth" | "Flip" | "Usdc" | "Usdt";
10606
10606
  depositDetails: {
10607
10607
  txHashes?: `0x${string}`[] | null | undefined;
10608
10608
  };
10609
10609
  }, {
10610
+ amount: string | number;
10611
+ depositAddress: string;
10610
10612
  asset: {
10611
10613
  __kind: "Eth" | "Flip" | "Usdc" | "Usdt";
10612
10614
  };
10613
- depositAddress: string;
10614
- amount: string | number;
10615
10615
  depositDetails: {
10616
10616
  txHashes?: string[] | null | undefined;
10617
10617
  };
@@ -10954,11 +10954,11 @@ declare const palletCfEthereumIngressEgressVaultDepositWitnessEthereum: z.ZodObj
10954
10954
  outputAsset: z.ZodEffects<z.ZodObject<{
10955
10955
  __kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc", "HubDot", "HubUsdt", "HubUsdc"]>;
10956
10956
  }, "strip", z.ZodTypeAny, {
10957
- __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
10957
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
10958
10958
  }, {
10959
- __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
10960
- }>, "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc", {
10961
- __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
10959
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
10960
+ }>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc", {
10961
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
10962
10962
  }>;
10963
10963
  destinationAddress: z.ZodEffects<z.ZodObject<{
10964
10964
  __kind: z.ZodEnum<["Eth", "Dot", "Btc", "Arb", "Sol", "Hub"]>;
@@ -11329,12 +11329,13 @@ declare const palletCfEthereumIngressEgressVaultDepositWitnessEthereum: z.ZodObj
11329
11329
  }>>>;
11330
11330
  boostFee: z.ZodNumber;
11331
11331
  }, "strip", z.ZodTypeAny, {
11332
+ txId: `0x${string}`;
11332
11333
  depositDetails: {
11333
11334
  txHashes?: `0x${string}`[] | null | undefined;
11334
11335
  };
11335
11336
  inputAsset: "Eth" | "Flip" | "Usdc" | "Usdt";
11336
11337
  depositAmount: bigint;
11337
- outputAsset: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
11338
+ outputAsset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
11338
11339
  destinationAddress: {
11339
11340
  readonly chain: "Ethereum";
11340
11341
  readonly address: `0x${string}`;
@@ -11354,7 +11355,6 @@ declare const palletCfEthereumIngressEgressVaultDepositWitnessEthereum: z.ZodObj
11354
11355
  readonly chain: "Assethub";
11355
11356
  readonly address: string;
11356
11357
  };
11357
- txId: `0x${string}`;
11358
11358
  affiliateFees: {
11359
11359
  account: number;
11360
11360
  bps: number;
@@ -11428,6 +11428,7 @@ declare const palletCfEthereumIngressEgressVaultDepositWitnessEthereum: z.ZodObj
11428
11428
  chunkInterval: number;
11429
11429
  } | null | undefined;
11430
11430
  }, {
11431
+ txId: string;
11431
11432
  depositDetails: {
11432
11433
  txHashes?: string[] | null | undefined;
11433
11434
  };
@@ -11436,13 +11437,12 @@ declare const palletCfEthereumIngressEgressVaultDepositWitnessEthereum: z.ZodObj
11436
11437
  };
11437
11438
  depositAmount: string | number;
11438
11439
  outputAsset: {
11439
- __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
11440
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
11440
11441
  };
11441
11442
  destinationAddress: {
11442
11443
  value: string;
11443
11444
  __kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
11444
11445
  };
11445
- txId: string;
11446
11446
  affiliateFees: {
11447
11447
  account: number;
11448
11448
  bps: number;
@@ -11540,18 +11540,18 @@ declare const palletCfEthereumIngressEgressDepositFailedDetailsEthereum: z.ZodDi
11540
11540
  txHashes?: string[] | null | undefined;
11541
11541
  }>;
11542
11542
  }, "strip", z.ZodTypeAny, {
11543
- asset: "Eth" | "Flip" | "Usdc" | "Usdt";
11544
- depositAddress: `0x${string}`;
11545
11543
  amount: bigint;
11544
+ depositAddress: `0x${string}`;
11545
+ asset: "Eth" | "Flip" | "Usdc" | "Usdt";
11546
11546
  depositDetails: {
11547
11547
  txHashes?: `0x${string}`[] | null | undefined;
11548
11548
  };
11549
11549
  }, {
11550
+ amount: string | number;
11551
+ depositAddress: string;
11550
11552
  asset: {
11551
11553
  __kind: "Eth" | "Flip" | "Usdc" | "Usdt";
11552
11554
  };
11553
- depositAddress: string;
11554
- amount: string | number;
11555
11555
  depositDetails: {
11556
11556
  txHashes?: string[] | null | undefined;
11557
11557
  };
@@ -11559,9 +11559,9 @@ declare const palletCfEthereumIngressEgressDepositFailedDetailsEthereum: z.ZodDi
11559
11559
  }, "strip", z.ZodTypeAny, {
11560
11560
  __kind: "DepositFailedDepositChannelVariantEthereum";
11561
11561
  depositWitness: {
11562
- asset: "Eth" | "Flip" | "Usdc" | "Usdt";
11563
- depositAddress: `0x${string}`;
11564
11562
  amount: bigint;
11563
+ depositAddress: `0x${string}`;
11564
+ asset: "Eth" | "Flip" | "Usdc" | "Usdt";
11565
11565
  depositDetails: {
11566
11566
  txHashes?: `0x${string}`[] | null | undefined;
11567
11567
  };
@@ -11569,11 +11569,11 @@ declare const palletCfEthereumIngressEgressDepositFailedDetailsEthereum: z.ZodDi
11569
11569
  }, {
11570
11570
  __kind: "DepositFailedDepositChannelVariantEthereum";
11571
11571
  depositWitness: {
11572
+ amount: string | number;
11573
+ depositAddress: string;
11572
11574
  asset: {
11573
11575
  __kind: "Eth" | "Flip" | "Usdc" | "Usdt";
11574
11576
  };
11575
- depositAddress: string;
11576
- amount: string | number;
11577
11577
  depositDetails: {
11578
11578
  txHashes?: string[] | null | undefined;
11579
11579
  };
@@ -11603,11 +11603,11 @@ declare const palletCfEthereumIngressEgressDepositFailedDetailsEthereum: z.ZodDi
11603
11603
  outputAsset: z.ZodEffects<z.ZodObject<{
11604
11604
  __kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc", "HubDot", "HubUsdt", "HubUsdc"]>;
11605
11605
  }, "strip", z.ZodTypeAny, {
11606
- __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
11606
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
11607
11607
  }, {
11608
- __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
11609
- }>, "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc", {
11610
- __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
11608
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
11609
+ }>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc", {
11610
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
11611
11611
  }>;
11612
11612
  destinationAddress: z.ZodEffects<z.ZodObject<{
11613
11613
  __kind: z.ZodEnum<["Eth", "Dot", "Btc", "Arb", "Sol", "Hub"]>;
@@ -11978,12 +11978,13 @@ declare const palletCfEthereumIngressEgressDepositFailedDetailsEthereum: z.ZodDi
11978
11978
  }>>>;
11979
11979
  boostFee: z.ZodNumber;
11980
11980
  }, "strip", z.ZodTypeAny, {
11981
+ txId: `0x${string}`;
11981
11982
  depositDetails: {
11982
11983
  txHashes?: `0x${string}`[] | null | undefined;
11983
11984
  };
11984
11985
  inputAsset: "Eth" | "Flip" | "Usdc" | "Usdt";
11985
11986
  depositAmount: bigint;
11986
- outputAsset: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
11987
+ outputAsset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
11987
11988
  destinationAddress: {
11988
11989
  readonly chain: "Ethereum";
11989
11990
  readonly address: `0x${string}`;
@@ -12003,7 +12004,6 @@ declare const palletCfEthereumIngressEgressDepositFailedDetailsEthereum: z.ZodDi
12003
12004
  readonly chain: "Assethub";
12004
12005
  readonly address: string;
12005
12006
  };
12006
- txId: `0x${string}`;
12007
12007
  affiliateFees: {
12008
12008
  account: number;
12009
12009
  bps: number;
@@ -12077,6 +12077,7 @@ declare const palletCfEthereumIngressEgressDepositFailedDetailsEthereum: z.ZodDi
12077
12077
  chunkInterval: number;
12078
12078
  } | null | undefined;
12079
12079
  }, {
12080
+ txId: string;
12080
12081
  depositDetails: {
12081
12082
  txHashes?: string[] | null | undefined;
12082
12083
  };
@@ -12085,13 +12086,12 @@ declare const palletCfEthereumIngressEgressDepositFailedDetailsEthereum: z.ZodDi
12085
12086
  };
12086
12087
  depositAmount: string | number;
12087
12088
  outputAsset: {
12088
- __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
12089
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
12089
12090
  };
12090
12091
  destinationAddress: {
12091
12092
  value: string;
12092
12093
  __kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
12093
12094
  };
12094
- txId: string;
12095
12095
  affiliateFees: {
12096
12096
  account: number;
12097
12097
  bps: number;
@@ -12170,12 +12170,13 @@ declare const palletCfEthereumIngressEgressDepositFailedDetailsEthereum: z.ZodDi
12170
12170
  }, "strip", z.ZodTypeAny, {
12171
12171
  __kind: "DepositFailedVaultVariantEthereum";
12172
12172
  vaultWitness: {
12173
+ txId: `0x${string}`;
12173
12174
  depositDetails: {
12174
12175
  txHashes?: `0x${string}`[] | null | undefined;
12175
12176
  };
12176
12177
  inputAsset: "Eth" | "Flip" | "Usdc" | "Usdt";
12177
12178
  depositAmount: bigint;
12178
- outputAsset: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
12179
+ outputAsset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
12179
12180
  destinationAddress: {
12180
12181
  readonly chain: "Ethereum";
12181
12182
  readonly address: `0x${string}`;
@@ -12195,7 +12196,6 @@ declare const palletCfEthereumIngressEgressDepositFailedDetailsEthereum: z.ZodDi
12195
12196
  readonly chain: "Assethub";
12196
12197
  readonly address: string;
12197
12198
  };
12198
- txId: `0x${string}`;
12199
12199
  affiliateFees: {
12200
12200
  account: number;
12201
12201
  bps: number;
@@ -12272,6 +12272,7 @@ declare const palletCfEthereumIngressEgressDepositFailedDetailsEthereum: z.ZodDi
12272
12272
  }, {
12273
12273
  __kind: "DepositFailedVaultVariantEthereum";
12274
12274
  vaultWitness: {
12275
+ txId: string;
12275
12276
  depositDetails: {
12276
12277
  txHashes?: string[] | null | undefined;
12277
12278
  };
@@ -12280,13 +12281,12 @@ declare const palletCfEthereumIngressEgressDepositFailedDetailsEthereum: z.ZodDi
12280
12281
  };
12281
12282
  depositAmount: string | number;
12282
12283
  outputAsset: {
12283
- __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
12284
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
12284
12285
  };
12285
12286
  destinationAddress: {
12286
12287
  value: string;
12287
12288
  __kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
12288
12289
  };
12289
- txId: string;
12290
12290
  affiliateFees: {
12291
12291
  account: number;
12292
12292
  bps: number;
@@ -12712,16 +12712,16 @@ declare const palletCfPolkadotIngressEgressDepositWitnessPolkadot: z.ZodObject<{
12712
12712
  amount: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
12713
12713
  depositDetails: z.ZodNumber;
12714
12714
  }, "strip", z.ZodTypeAny, {
12715
- asset: "Dot";
12716
- depositAddress: `0x${string}`;
12717
12715
  amount: bigint;
12716
+ depositAddress: `0x${string}`;
12717
+ asset: "Dot";
12718
12718
  depositDetails: number;
12719
12719
  }, {
12720
+ amount: string | number;
12721
+ depositAddress: string;
12720
12722
  asset: {
12721
12723
  __kind: "Dot";
12722
12724
  };
12723
- depositAddress: string;
12724
- amount: string | number;
12725
12725
  depositDetails: number;
12726
12726
  }>;
12727
12727
  declare const cfPolkadotChainCcmDepositMetadata: z.ZodObject<{
@@ -13046,11 +13046,11 @@ declare const palletCfPolkadotIngressEgressVaultDepositWitnessPolkadot: z.ZodObj
13046
13046
  outputAsset: z.ZodEffects<z.ZodObject<{
13047
13047
  __kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc", "HubDot", "HubUsdt", "HubUsdc"]>;
13048
13048
  }, "strip", z.ZodTypeAny, {
13049
- __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
13049
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
13050
13050
  }, {
13051
- __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
13052
- }>, "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc", {
13053
- __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
13051
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
13052
+ }>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc", {
13053
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
13054
13054
  }>;
13055
13055
  destinationAddress: z.ZodEffects<z.ZodObject<{
13056
13056
  __kind: z.ZodEnum<["Eth", "Dot", "Btc", "Arb", "Sol", "Hub"]>;
@@ -13430,10 +13430,14 @@ declare const palletCfPolkadotIngressEgressVaultDepositWitnessPolkadot: z.ZodObj
13430
13430
  }>>>;
13431
13431
  boostFee: z.ZodNumber;
13432
13432
  }, "strip", z.ZodTypeAny, {
13433
+ txId: {
13434
+ blockNumber: number;
13435
+ extrinsicIndex: number;
13436
+ };
13433
13437
  depositDetails: number;
13434
13438
  inputAsset: "Dot";
13435
13439
  depositAmount: bigint;
13436
- outputAsset: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
13440
+ outputAsset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
13437
13441
  destinationAddress: {
13438
13442
  readonly chain: "Ethereum";
13439
13443
  readonly address: `0x${string}`;
@@ -13453,10 +13457,6 @@ declare const palletCfPolkadotIngressEgressVaultDepositWitnessPolkadot: z.ZodObj
13453
13457
  readonly chain: "Assethub";
13454
13458
  readonly address: string;
13455
13459
  };
13456
- txId: {
13457
- blockNumber: number;
13458
- extrinsicIndex: number;
13459
- };
13460
13460
  affiliateFees: {
13461
13461
  account: number;
13462
13462
  bps: number;
@@ -13530,22 +13530,22 @@ declare const palletCfPolkadotIngressEgressVaultDepositWitnessPolkadot: z.ZodObj
13530
13530
  chunkInterval: number;
13531
13531
  } | null | undefined;
13532
13532
  }, {
13533
+ txId: {
13534
+ blockNumber: number;
13535
+ extrinsicIndex: number;
13536
+ };
13533
13537
  depositDetails: number;
13534
13538
  inputAsset: {
13535
13539
  __kind: "Dot";
13536
13540
  };
13537
13541
  depositAmount: string | number;
13538
13542
  outputAsset: {
13539
- __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
13543
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
13540
13544
  };
13541
13545
  destinationAddress: {
13542
13546
  value: string;
13543
13547
  __kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
13544
13548
  };
13545
- txId: {
13546
- blockNumber: number;
13547
- extrinsicIndex: number;
13548
- };
13549
13549
  affiliateFees: {
13550
13550
  account: number;
13551
13551
  bps: number;
@@ -13637,34 +13637,34 @@ declare const palletCfPolkadotIngressEgressDepositFailedDetailsPolkadot: z.ZodDi
13637
13637
  amount: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
13638
13638
  depositDetails: z.ZodNumber;
13639
13639
  }, "strip", z.ZodTypeAny, {
13640
- asset: "Dot";
13641
- depositAddress: `0x${string}`;
13642
13640
  amount: bigint;
13641
+ depositAddress: `0x${string}`;
13642
+ asset: "Dot";
13643
13643
  depositDetails: number;
13644
13644
  }, {
13645
+ amount: string | number;
13646
+ depositAddress: string;
13645
13647
  asset: {
13646
13648
  __kind: "Dot";
13647
13649
  };
13648
- depositAddress: string;
13649
- amount: string | number;
13650
13650
  depositDetails: number;
13651
13651
  }>;
13652
13652
  }, "strip", z.ZodTypeAny, {
13653
13653
  __kind: "DepositFailedDepositChannelVariantPolkadot";
13654
13654
  depositWitness: {
13655
- asset: "Dot";
13656
- depositAddress: `0x${string}`;
13657
13655
  amount: bigint;
13656
+ depositAddress: `0x${string}`;
13657
+ asset: "Dot";
13658
13658
  depositDetails: number;
13659
13659
  };
13660
13660
  }, {
13661
13661
  __kind: "DepositFailedDepositChannelVariantPolkadot";
13662
13662
  depositWitness: {
13663
+ amount: string | number;
13664
+ depositAddress: string;
13663
13665
  asset: {
13664
13666
  __kind: "Dot";
13665
13667
  };
13666
- depositAddress: string;
13667
- amount: string | number;
13668
13668
  depositDetails: number;
13669
13669
  };
13670
13670
  }>, z.ZodObject<{
@@ -13686,11 +13686,11 @@ declare const palletCfPolkadotIngressEgressDepositFailedDetailsPolkadot: z.ZodDi
13686
13686
  outputAsset: z.ZodEffects<z.ZodObject<{
13687
13687
  __kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc", "HubDot", "HubUsdt", "HubUsdc"]>;
13688
13688
  }, "strip", z.ZodTypeAny, {
13689
- __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
13689
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
13690
13690
  }, {
13691
- __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
13692
- }>, "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc", {
13693
- __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
13691
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
13692
+ }>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc", {
13693
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
13694
13694
  }>;
13695
13695
  destinationAddress: z.ZodEffects<z.ZodObject<{
13696
13696
  __kind: z.ZodEnum<["Eth", "Dot", "Btc", "Arb", "Sol", "Hub"]>;
@@ -14070,10 +14070,14 @@ declare const palletCfPolkadotIngressEgressDepositFailedDetailsPolkadot: z.ZodDi
14070
14070
  }>>>;
14071
14071
  boostFee: z.ZodNumber;
14072
14072
  }, "strip", z.ZodTypeAny, {
14073
+ txId: {
14074
+ blockNumber: number;
14075
+ extrinsicIndex: number;
14076
+ };
14073
14077
  depositDetails: number;
14074
14078
  inputAsset: "Dot";
14075
14079
  depositAmount: bigint;
14076
- outputAsset: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
14080
+ outputAsset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
14077
14081
  destinationAddress: {
14078
14082
  readonly chain: "Ethereum";
14079
14083
  readonly address: `0x${string}`;
@@ -14093,10 +14097,6 @@ declare const palletCfPolkadotIngressEgressDepositFailedDetailsPolkadot: z.ZodDi
14093
14097
  readonly chain: "Assethub";
14094
14098
  readonly address: string;
14095
14099
  };
14096
- txId: {
14097
- blockNumber: number;
14098
- extrinsicIndex: number;
14099
- };
14100
14100
  affiliateFees: {
14101
14101
  account: number;
14102
14102
  bps: number;
@@ -14170,22 +14170,22 @@ declare const palletCfPolkadotIngressEgressDepositFailedDetailsPolkadot: z.ZodDi
14170
14170
  chunkInterval: number;
14171
14171
  } | null | undefined;
14172
14172
  }, {
14173
+ txId: {
14174
+ blockNumber: number;
14175
+ extrinsicIndex: number;
14176
+ };
14173
14177
  depositDetails: number;
14174
14178
  inputAsset: {
14175
14179
  __kind: "Dot";
14176
14180
  };
14177
14181
  depositAmount: string | number;
14178
14182
  outputAsset: {
14179
- __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
14183
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
14180
14184
  };
14181
14185
  destinationAddress: {
14182
14186
  value: string;
14183
14187
  __kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
14184
14188
  };
14185
- txId: {
14186
- blockNumber: number;
14187
- extrinsicIndex: number;
14188
- };
14189
14189
  affiliateFees: {
14190
14190
  account: number;
14191
14191
  bps: number;
@@ -14264,10 +14264,14 @@ declare const palletCfPolkadotIngressEgressDepositFailedDetailsPolkadot: z.ZodDi
14264
14264
  }, "strip", z.ZodTypeAny, {
14265
14265
  __kind: "DepositFailedVaultVariantPolkadot";
14266
14266
  vaultWitness: {
14267
+ txId: {
14268
+ blockNumber: number;
14269
+ extrinsicIndex: number;
14270
+ };
14267
14271
  depositDetails: number;
14268
14272
  inputAsset: "Dot";
14269
14273
  depositAmount: bigint;
14270
- outputAsset: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
14274
+ outputAsset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
14271
14275
  destinationAddress: {
14272
14276
  readonly chain: "Ethereum";
14273
14277
  readonly address: `0x${string}`;
@@ -14287,10 +14291,6 @@ declare const palletCfPolkadotIngressEgressDepositFailedDetailsPolkadot: z.ZodDi
14287
14291
  readonly chain: "Assethub";
14288
14292
  readonly address: string;
14289
14293
  };
14290
- txId: {
14291
- blockNumber: number;
14292
- extrinsicIndex: number;
14293
- };
14294
14294
  affiliateFees: {
14295
14295
  account: number;
14296
14296
  bps: number;
@@ -14367,22 +14367,22 @@ declare const palletCfPolkadotIngressEgressDepositFailedDetailsPolkadot: z.ZodDi
14367
14367
  }, {
14368
14368
  __kind: "DepositFailedVaultVariantPolkadot";
14369
14369
  vaultWitness: {
14370
+ txId: {
14371
+ blockNumber: number;
14372
+ extrinsicIndex: number;
14373
+ };
14370
14374
  depositDetails: number;
14371
14375
  inputAsset: {
14372
14376
  __kind: "Dot";
14373
14377
  };
14374
14378
  depositAmount: string | number;
14375
14379
  outputAsset: {
14376
- __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
14380
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
14377
14381
  };
14378
14382
  destinationAddress: {
14379
14383
  value: string;
14380
14384
  __kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
14381
14385
  };
14382
- txId: {
14383
- blockNumber: number;
14384
- extrinsicIndex: number;
14385
- };
14386
14386
  affiliateFees: {
14387
14387
  account: number;
14388
14388
  bps: number;
@@ -14948,6 +14948,7 @@ declare const cfChainsBtcUtxo: z.ZodObject<{
14948
14948
  } | null | undefined;
14949
14949
  }>;
14950
14950
  }, "strip", z.ZodTypeAny, {
14951
+ amount: bigint;
14951
14952
  depositAddress: {
14952
14953
  pubkeyX: `0x${string}`;
14953
14954
  scriptPath?: {
@@ -14959,12 +14960,12 @@ declare const cfChainsBtcUtxo: z.ZodObject<{
14959
14960
  };
14960
14961
  } | null | undefined;
14961
14962
  };
14962
- amount: bigint;
14963
14963
  id: {
14964
14964
  txId: `0x${string}`;
14965
14965
  vout: number;
14966
14966
  };
14967
14967
  }, {
14968
+ amount: string | number;
14968
14969
  depositAddress: {
14969
14970
  pubkeyX: string;
14970
14971
  scriptPath?: {
@@ -14976,7 +14977,6 @@ declare const cfChainsBtcUtxo: z.ZodObject<{
14976
14977
  };
14977
14978
  } | null | undefined;
14978
14979
  };
14979
- amount: string | number;
14980
14980
  id: {
14981
14981
  txId: string;
14982
14982
  vout: number;
@@ -15113,6 +15113,7 @@ declare const palletCfBitcoinIngressEgressDepositWitnessBitcoin: z.ZodObject<{
15113
15113
  } | null | undefined;
15114
15114
  }>;
15115
15115
  }, "strip", z.ZodTypeAny, {
15116
+ amount: bigint;
15116
15117
  depositAddress: {
15117
15118
  pubkeyX: `0x${string}`;
15118
15119
  scriptPath?: {
@@ -15124,12 +15125,12 @@ declare const palletCfBitcoinIngressEgressDepositWitnessBitcoin: z.ZodObject<{
15124
15125
  };
15125
15126
  } | null | undefined;
15126
15127
  };
15127
- amount: bigint;
15128
15128
  id: {
15129
15129
  txId: `0x${string}`;
15130
15130
  vout: number;
15131
15131
  };
15132
15132
  }, {
15133
+ amount: string | number;
15133
15134
  depositAddress: {
15134
15135
  pubkeyX: string;
15135
15136
  scriptPath?: {
@@ -15141,14 +15142,13 @@ declare const palletCfBitcoinIngressEgressDepositWitnessBitcoin: z.ZodObject<{
15141
15142
  };
15142
15143
  } | null | undefined;
15143
15144
  };
15144
- amount: string | number;
15145
15145
  id: {
15146
15146
  txId: string;
15147
15147
  vout: number;
15148
15148
  };
15149
15149
  }>;
15150
15150
  }, "strip", z.ZodTypeAny, {
15151
- asset: "Btc";
15151
+ amount: bigint;
15152
15152
  depositAddress: {
15153
15153
  value: `0x${string}`;
15154
15154
  __kind: "P2PKH";
@@ -15169,8 +15169,9 @@ declare const palletCfBitcoinIngressEgressDepositWitnessBitcoin: z.ZodObject<{
15169
15169
  version: number;
15170
15170
  program: `0x${string}`;
15171
15171
  };
15172
- amount: bigint;
15172
+ asset: "Btc";
15173
15173
  depositDetails: {
15174
+ amount: bigint;
15174
15175
  depositAddress: {
15175
15176
  pubkeyX: `0x${string}`;
15176
15177
  scriptPath?: {
@@ -15182,16 +15183,13 @@ declare const palletCfBitcoinIngressEgressDepositWitnessBitcoin: z.ZodObject<{
15182
15183
  };
15183
15184
  } | null | undefined;
15184
15185
  };
15185
- amount: bigint;
15186
15186
  id: {
15187
15187
  txId: `0x${string}`;
15188
15188
  vout: number;
15189
15189
  };
15190
15190
  };
15191
15191
  }, {
15192
- asset: {
15193
- __kind: "Btc";
15194
- };
15192
+ amount: string | number;
15195
15193
  depositAddress: {
15196
15194
  value: string;
15197
15195
  __kind: "P2PKH";
@@ -15212,8 +15210,11 @@ declare const palletCfBitcoinIngressEgressDepositWitnessBitcoin: z.ZodObject<{
15212
15210
  version: number;
15213
15211
  program: string;
15214
15212
  };
15215
- amount: string | number;
15213
+ asset: {
15214
+ __kind: "Btc";
15215
+ };
15216
15216
  depositDetails: {
15217
+ amount: string | number;
15217
15218
  depositAddress: {
15218
15219
  pubkeyX: string;
15219
15220
  scriptPath?: {
@@ -15225,7 +15226,6 @@ declare const palletCfBitcoinIngressEgressDepositWitnessBitcoin: z.ZodObject<{
15225
15226
  };
15226
15227
  } | null | undefined;
15227
15228
  };
15228
- amount: string | number;
15229
15229
  id: {
15230
15230
  txId: string;
15231
15231
  vout: number;
@@ -15764,6 +15764,7 @@ declare const palletCfBitcoinIngressEgressVaultDepositWitnessBitcoin: z.ZodObjec
15764
15764
  } | null | undefined;
15765
15765
  }>;
15766
15766
  }, "strip", z.ZodTypeAny, {
15767
+ amount: bigint;
15767
15768
  depositAddress: {
15768
15769
  pubkeyX: `0x${string}`;
15769
15770
  scriptPath?: {
@@ -15775,12 +15776,12 @@ declare const palletCfBitcoinIngressEgressVaultDepositWitnessBitcoin: z.ZodObjec
15775
15776
  };
15776
15777
  } | null | undefined;
15777
15778
  };
15778
- amount: bigint;
15779
15779
  id: {
15780
15780
  txId: `0x${string}`;
15781
15781
  vout: number;
15782
15782
  };
15783
15783
  }, {
15784
+ amount: string | number;
15784
15785
  depositAddress: {
15785
15786
  pubkeyX: string;
15786
15787
  scriptPath?: {
@@ -15792,7 +15793,6 @@ declare const palletCfBitcoinIngressEgressVaultDepositWitnessBitcoin: z.ZodObjec
15792
15793
  };
15793
15794
  } | null | undefined;
15794
15795
  };
15795
- amount: string | number;
15796
15796
  id: {
15797
15797
  txId: string;
15798
15798
  vout: number;
@@ -15801,11 +15801,11 @@ declare const palletCfBitcoinIngressEgressVaultDepositWitnessBitcoin: z.ZodObjec
15801
15801
  outputAsset: z.ZodEffects<z.ZodObject<{
15802
15802
  __kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc", "HubDot", "HubUsdt", "HubUsdc"]>;
15803
15803
  }, "strip", z.ZodTypeAny, {
15804
- __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
15804
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
15805
15805
  }, {
15806
- __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
15807
- }>, "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc", {
15808
- __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
15806
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
15807
+ }>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc", {
15808
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
15809
15809
  }>;
15810
15810
  destinationAddress: z.ZodEffects<z.ZodObject<{
15811
15811
  __kind: z.ZodEnum<["Eth", "Dot", "Btc", "Arb", "Sol", "Hub"]>;
@@ -16271,7 +16271,9 @@ declare const palletCfBitcoinIngressEgressVaultDepositWitnessBitcoin: z.ZodObjec
16271
16271
  }>>>;
16272
16272
  boostFee: z.ZodNumber;
16273
16273
  }, "strip", z.ZodTypeAny, {
16274
+ txId: `0x${string}`;
16274
16275
  depositDetails: {
16276
+ amount: bigint;
16275
16277
  depositAddress: {
16276
16278
  pubkeyX: `0x${string}`;
16277
16279
  scriptPath?: {
@@ -16283,7 +16285,6 @@ declare const palletCfBitcoinIngressEgressVaultDepositWitnessBitcoin: z.ZodObjec
16283
16285
  };
16284
16286
  } | null | undefined;
16285
16287
  };
16286
- amount: bigint;
16287
16288
  id: {
16288
16289
  txId: `0x${string}`;
16289
16290
  vout: number;
@@ -16291,7 +16292,7 @@ declare const palletCfBitcoinIngressEgressVaultDepositWitnessBitcoin: z.ZodObjec
16291
16292
  };
16292
16293
  inputAsset: "Btc";
16293
16294
  depositAmount: bigint;
16294
- outputAsset: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
16295
+ outputAsset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
16295
16296
  destinationAddress: {
16296
16297
  readonly chain: "Ethereum";
16297
16298
  readonly address: `0x${string}`;
@@ -16311,7 +16312,6 @@ declare const palletCfBitcoinIngressEgressVaultDepositWitnessBitcoin: z.ZodObjec
16311
16312
  readonly chain: "Assethub";
16312
16313
  readonly address: string;
16313
16314
  };
16314
- txId: `0x${string}`;
16315
16315
  affiliateFees: {
16316
16316
  account: number;
16317
16317
  bps: number;
@@ -16423,7 +16423,9 @@ declare const palletCfBitcoinIngressEgressVaultDepositWitnessBitcoin: z.ZodObjec
16423
16423
  chunkInterval: number;
16424
16424
  } | null | undefined;
16425
16425
  }, {
16426
+ txId: string;
16426
16427
  depositDetails: {
16428
+ amount: string | number;
16427
16429
  depositAddress: {
16428
16430
  pubkeyX: string;
16429
16431
  scriptPath?: {
@@ -16435,7 +16437,6 @@ declare const palletCfBitcoinIngressEgressVaultDepositWitnessBitcoin: z.ZodObjec
16435
16437
  };
16436
16438
  } | null | undefined;
16437
16439
  };
16438
- amount: string | number;
16439
16440
  id: {
16440
16441
  txId: string;
16441
16442
  vout: number;
@@ -16446,13 +16447,12 @@ declare const palletCfBitcoinIngressEgressVaultDepositWitnessBitcoin: z.ZodObjec
16446
16447
  };
16447
16448
  depositAmount: string | number;
16448
16449
  outputAsset: {
16449
- __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
16450
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
16450
16451
  };
16451
16452
  destinationAddress: {
16452
16453
  value: string;
16453
16454
  __kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
16454
16455
  };
16455
- txId: string;
16456
16456
  affiliateFees: {
16457
16457
  account: number;
16458
16458
  bps: number;
@@ -16699,6 +16699,7 @@ declare const palletCfBitcoinIngressEgressDepositFailedDetailsBitcoin: z.ZodDisc
16699
16699
  } | null | undefined;
16700
16700
  }>;
16701
16701
  }, "strip", z.ZodTypeAny, {
16702
+ amount: bigint;
16702
16703
  depositAddress: {
16703
16704
  pubkeyX: `0x${string}`;
16704
16705
  scriptPath?: {
@@ -16710,12 +16711,12 @@ declare const palletCfBitcoinIngressEgressDepositFailedDetailsBitcoin: z.ZodDisc
16710
16711
  };
16711
16712
  } | null | undefined;
16712
16713
  };
16713
- amount: bigint;
16714
16714
  id: {
16715
16715
  txId: `0x${string}`;
16716
16716
  vout: number;
16717
16717
  };
16718
16718
  }, {
16719
+ amount: string | number;
16719
16720
  depositAddress: {
16720
16721
  pubkeyX: string;
16721
16722
  scriptPath?: {
@@ -16727,14 +16728,13 @@ declare const palletCfBitcoinIngressEgressDepositFailedDetailsBitcoin: z.ZodDisc
16727
16728
  };
16728
16729
  } | null | undefined;
16729
16730
  };
16730
- amount: string | number;
16731
16731
  id: {
16732
16732
  txId: string;
16733
16733
  vout: number;
16734
16734
  };
16735
16735
  }>;
16736
16736
  }, "strip", z.ZodTypeAny, {
16737
- asset: "Btc";
16737
+ amount: bigint;
16738
16738
  depositAddress: {
16739
16739
  value: `0x${string}`;
16740
16740
  __kind: "P2PKH";
@@ -16755,8 +16755,9 @@ declare const palletCfBitcoinIngressEgressDepositFailedDetailsBitcoin: z.ZodDisc
16755
16755
  version: number;
16756
16756
  program: `0x${string}`;
16757
16757
  };
16758
- amount: bigint;
16758
+ asset: "Btc";
16759
16759
  depositDetails: {
16760
+ amount: bigint;
16760
16761
  depositAddress: {
16761
16762
  pubkeyX: `0x${string}`;
16762
16763
  scriptPath?: {
@@ -16768,16 +16769,13 @@ declare const palletCfBitcoinIngressEgressDepositFailedDetailsBitcoin: z.ZodDisc
16768
16769
  };
16769
16770
  } | null | undefined;
16770
16771
  };
16771
- amount: bigint;
16772
16772
  id: {
16773
16773
  txId: `0x${string}`;
16774
16774
  vout: number;
16775
16775
  };
16776
16776
  };
16777
16777
  }, {
16778
- asset: {
16779
- __kind: "Btc";
16780
- };
16778
+ amount: string | number;
16781
16779
  depositAddress: {
16782
16780
  value: string;
16783
16781
  __kind: "P2PKH";
@@ -16798,8 +16796,11 @@ declare const palletCfBitcoinIngressEgressDepositFailedDetailsBitcoin: z.ZodDisc
16798
16796
  version: number;
16799
16797
  program: string;
16800
16798
  };
16801
- amount: string | number;
16799
+ asset: {
16800
+ __kind: "Btc";
16801
+ };
16802
16802
  depositDetails: {
16803
+ amount: string | number;
16803
16804
  depositAddress: {
16804
16805
  pubkeyX: string;
16805
16806
  scriptPath?: {
@@ -16811,7 +16812,6 @@ declare const palletCfBitcoinIngressEgressDepositFailedDetailsBitcoin: z.ZodDisc
16811
16812
  };
16812
16813
  } | null | undefined;
16813
16814
  };
16814
- amount: string | number;
16815
16815
  id: {
16816
16816
  txId: string;
16817
16817
  vout: number;
@@ -16821,7 +16821,7 @@ declare const palletCfBitcoinIngressEgressDepositFailedDetailsBitcoin: z.ZodDisc
16821
16821
  }, "strip", z.ZodTypeAny, {
16822
16822
  __kind: "DepositFailedDepositChannelVariantBitcoin";
16823
16823
  depositWitness: {
16824
- asset: "Btc";
16824
+ amount: bigint;
16825
16825
  depositAddress: {
16826
16826
  value: `0x${string}`;
16827
16827
  __kind: "P2PKH";
@@ -16842,8 +16842,9 @@ declare const palletCfBitcoinIngressEgressDepositFailedDetailsBitcoin: z.ZodDisc
16842
16842
  version: number;
16843
16843
  program: `0x${string}`;
16844
16844
  };
16845
- amount: bigint;
16845
+ asset: "Btc";
16846
16846
  depositDetails: {
16847
+ amount: bigint;
16847
16848
  depositAddress: {
16848
16849
  pubkeyX: `0x${string}`;
16849
16850
  scriptPath?: {
@@ -16855,7 +16856,6 @@ declare const palletCfBitcoinIngressEgressDepositFailedDetailsBitcoin: z.ZodDisc
16855
16856
  };
16856
16857
  } | null | undefined;
16857
16858
  };
16858
- amount: bigint;
16859
16859
  id: {
16860
16860
  txId: `0x${string}`;
16861
16861
  vout: number;
@@ -16865,9 +16865,7 @@ declare const palletCfBitcoinIngressEgressDepositFailedDetailsBitcoin: z.ZodDisc
16865
16865
  }, {
16866
16866
  __kind: "DepositFailedDepositChannelVariantBitcoin";
16867
16867
  depositWitness: {
16868
- asset: {
16869
- __kind: "Btc";
16870
- };
16868
+ amount: string | number;
16871
16869
  depositAddress: {
16872
16870
  value: string;
16873
16871
  __kind: "P2PKH";
@@ -16888,8 +16886,11 @@ declare const palletCfBitcoinIngressEgressDepositFailedDetailsBitcoin: z.ZodDisc
16888
16886
  version: number;
16889
16887
  program: string;
16890
16888
  };
16891
- amount: string | number;
16889
+ asset: {
16890
+ __kind: "Btc";
16891
+ };
16892
16892
  depositDetails: {
16893
+ amount: string | number;
16893
16894
  depositAddress: {
16894
16895
  pubkeyX: string;
16895
16896
  scriptPath?: {
@@ -16901,7 +16902,6 @@ declare const palletCfBitcoinIngressEgressDepositFailedDetailsBitcoin: z.ZodDisc
16901
16902
  };
16902
16903
  } | null | undefined;
16903
16904
  };
16904
- amount: string | number;
16905
16905
  id: {
16906
16906
  txId: string;
16907
16907
  vout: number;
@@ -17042,6 +17042,7 @@ declare const palletCfBitcoinIngressEgressDepositFailedDetailsBitcoin: z.ZodDisc
17042
17042
  } | null | undefined;
17043
17043
  }>;
17044
17044
  }, "strip", z.ZodTypeAny, {
17045
+ amount: bigint;
17045
17046
  depositAddress: {
17046
17047
  pubkeyX: `0x${string}`;
17047
17048
  scriptPath?: {
@@ -17053,12 +17054,12 @@ declare const palletCfBitcoinIngressEgressDepositFailedDetailsBitcoin: z.ZodDisc
17053
17054
  };
17054
17055
  } | null | undefined;
17055
17056
  };
17056
- amount: bigint;
17057
17057
  id: {
17058
17058
  txId: `0x${string}`;
17059
17059
  vout: number;
17060
17060
  };
17061
17061
  }, {
17062
+ amount: string | number;
17062
17063
  depositAddress: {
17063
17064
  pubkeyX: string;
17064
17065
  scriptPath?: {
@@ -17070,7 +17071,6 @@ declare const palletCfBitcoinIngressEgressDepositFailedDetailsBitcoin: z.ZodDisc
17070
17071
  };
17071
17072
  } | null | undefined;
17072
17073
  };
17073
- amount: string | number;
17074
17074
  id: {
17075
17075
  txId: string;
17076
17076
  vout: number;
@@ -17079,11 +17079,11 @@ declare const palletCfBitcoinIngressEgressDepositFailedDetailsBitcoin: z.ZodDisc
17079
17079
  outputAsset: z.ZodEffects<z.ZodObject<{
17080
17080
  __kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc", "HubDot", "HubUsdt", "HubUsdc"]>;
17081
17081
  }, "strip", z.ZodTypeAny, {
17082
- __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
17082
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
17083
17083
  }, {
17084
- __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
17085
- }>, "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc", {
17086
- __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
17084
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
17085
+ }>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc", {
17086
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
17087
17087
  }>;
17088
17088
  destinationAddress: z.ZodEffects<z.ZodObject<{
17089
17089
  __kind: z.ZodEnum<["Eth", "Dot", "Btc", "Arb", "Sol", "Hub"]>;
@@ -17549,7 +17549,9 @@ declare const palletCfBitcoinIngressEgressDepositFailedDetailsBitcoin: z.ZodDisc
17549
17549
  }>>>;
17550
17550
  boostFee: z.ZodNumber;
17551
17551
  }, "strip", z.ZodTypeAny, {
17552
+ txId: `0x${string}`;
17552
17553
  depositDetails: {
17554
+ amount: bigint;
17553
17555
  depositAddress: {
17554
17556
  pubkeyX: `0x${string}`;
17555
17557
  scriptPath?: {
@@ -17561,7 +17563,6 @@ declare const palletCfBitcoinIngressEgressDepositFailedDetailsBitcoin: z.ZodDisc
17561
17563
  };
17562
17564
  } | null | undefined;
17563
17565
  };
17564
- amount: bigint;
17565
17566
  id: {
17566
17567
  txId: `0x${string}`;
17567
17568
  vout: number;
@@ -17569,7 +17570,7 @@ declare const palletCfBitcoinIngressEgressDepositFailedDetailsBitcoin: z.ZodDisc
17569
17570
  };
17570
17571
  inputAsset: "Btc";
17571
17572
  depositAmount: bigint;
17572
- outputAsset: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
17573
+ outputAsset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
17573
17574
  destinationAddress: {
17574
17575
  readonly chain: "Ethereum";
17575
17576
  readonly address: `0x${string}`;
@@ -17589,7 +17590,6 @@ declare const palletCfBitcoinIngressEgressDepositFailedDetailsBitcoin: z.ZodDisc
17589
17590
  readonly chain: "Assethub";
17590
17591
  readonly address: string;
17591
17592
  };
17592
- txId: `0x${string}`;
17593
17593
  affiliateFees: {
17594
17594
  account: number;
17595
17595
  bps: number;
@@ -17701,7 +17701,9 @@ declare const palletCfBitcoinIngressEgressDepositFailedDetailsBitcoin: z.ZodDisc
17701
17701
  chunkInterval: number;
17702
17702
  } | null | undefined;
17703
17703
  }, {
17704
+ txId: string;
17704
17705
  depositDetails: {
17706
+ amount: string | number;
17705
17707
  depositAddress: {
17706
17708
  pubkeyX: string;
17707
17709
  scriptPath?: {
@@ -17713,7 +17715,6 @@ declare const palletCfBitcoinIngressEgressDepositFailedDetailsBitcoin: z.ZodDisc
17713
17715
  };
17714
17716
  } | null | undefined;
17715
17717
  };
17716
- amount: string | number;
17717
17718
  id: {
17718
17719
  txId: string;
17719
17720
  vout: number;
@@ -17724,13 +17725,12 @@ declare const palletCfBitcoinIngressEgressDepositFailedDetailsBitcoin: z.ZodDisc
17724
17725
  };
17725
17726
  depositAmount: string | number;
17726
17727
  outputAsset: {
17727
- __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
17728
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
17728
17729
  };
17729
17730
  destinationAddress: {
17730
17731
  value: string;
17731
17732
  __kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
17732
17733
  };
17733
- txId: string;
17734
17734
  affiliateFees: {
17735
17735
  account: number;
17736
17736
  bps: number;
@@ -17847,7 +17847,9 @@ declare const palletCfBitcoinIngressEgressDepositFailedDetailsBitcoin: z.ZodDisc
17847
17847
  }, "strip", z.ZodTypeAny, {
17848
17848
  __kind: "DepositFailedVaultVariantBitcoin";
17849
17849
  vaultWitness: {
17850
+ txId: `0x${string}`;
17850
17851
  depositDetails: {
17852
+ amount: bigint;
17851
17853
  depositAddress: {
17852
17854
  pubkeyX: `0x${string}`;
17853
17855
  scriptPath?: {
@@ -17859,7 +17861,6 @@ declare const palletCfBitcoinIngressEgressDepositFailedDetailsBitcoin: z.ZodDisc
17859
17861
  };
17860
17862
  } | null | undefined;
17861
17863
  };
17862
- amount: bigint;
17863
17864
  id: {
17864
17865
  txId: `0x${string}`;
17865
17866
  vout: number;
@@ -17867,7 +17868,7 @@ declare const palletCfBitcoinIngressEgressDepositFailedDetailsBitcoin: z.ZodDisc
17867
17868
  };
17868
17869
  inputAsset: "Btc";
17869
17870
  depositAmount: bigint;
17870
- outputAsset: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
17871
+ outputAsset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
17871
17872
  destinationAddress: {
17872
17873
  readonly chain: "Ethereum";
17873
17874
  readonly address: `0x${string}`;
@@ -17887,7 +17888,6 @@ declare const palletCfBitcoinIngressEgressDepositFailedDetailsBitcoin: z.ZodDisc
17887
17888
  readonly chain: "Assethub";
17888
17889
  readonly address: string;
17889
17890
  };
17890
- txId: `0x${string}`;
17891
17891
  affiliateFees: {
17892
17892
  account: number;
17893
17893
  bps: number;
@@ -18002,7 +18002,9 @@ declare const palletCfBitcoinIngressEgressDepositFailedDetailsBitcoin: z.ZodDisc
18002
18002
  }, {
18003
18003
  __kind: "DepositFailedVaultVariantBitcoin";
18004
18004
  vaultWitness: {
18005
+ txId: string;
18005
18006
  depositDetails: {
18007
+ amount: string | number;
18006
18008
  depositAddress: {
18007
18009
  pubkeyX: string;
18008
18010
  scriptPath?: {
@@ -18014,7 +18016,6 @@ declare const palletCfBitcoinIngressEgressDepositFailedDetailsBitcoin: z.ZodDisc
18014
18016
  };
18015
18017
  } | null | undefined;
18016
18018
  };
18017
- amount: string | number;
18018
18019
  id: {
18019
18020
  txId: string;
18020
18021
  vout: number;
@@ -18025,13 +18026,12 @@ declare const palletCfBitcoinIngressEgressDepositFailedDetailsBitcoin: z.ZodDisc
18025
18026
  };
18026
18027
  depositAmount: string | number;
18027
18028
  outputAsset: {
18028
- __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
18029
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
18029
18030
  };
18030
18031
  destinationAddress: {
18031
18032
  value: string;
18032
18033
  __kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
18033
18034
  };
18034
- txId: string;
18035
18035
  affiliateFees: {
18036
18036
  account: number;
18037
18037
  bps: number;
@@ -18501,18 +18501,18 @@ declare const palletCfArbitrumIngressEgressDepositWitnessArbitrum: z.ZodObject<{
18501
18501
  txHashes?: string[] | null | undefined;
18502
18502
  }>;
18503
18503
  }, "strip", z.ZodTypeAny, {
18504
- asset: "ArbEth" | "ArbUsdc";
18505
- depositAddress: `0x${string}`;
18506
18504
  amount: bigint;
18505
+ depositAddress: `0x${string}`;
18506
+ asset: "ArbEth" | "ArbUsdc";
18507
18507
  depositDetails: {
18508
18508
  txHashes?: `0x${string}`[] | null | undefined;
18509
18509
  };
18510
18510
  }, {
18511
+ amount: string | number;
18512
+ depositAddress: string;
18511
18513
  asset: {
18512
18514
  __kind: "ArbEth" | "ArbUsdc";
18513
18515
  };
18514
- depositAddress: string;
18515
- amount: string | number;
18516
18516
  depositDetails: {
18517
18517
  txHashes?: string[] | null | undefined;
18518
18518
  };
@@ -18806,11 +18806,11 @@ declare const palletCfArbitrumIngressEgressVaultDepositWitnessArbitrum: z.ZodObj
18806
18806
  outputAsset: z.ZodEffects<z.ZodObject<{
18807
18807
  __kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc", "HubDot", "HubUsdt", "HubUsdc"]>;
18808
18808
  }, "strip", z.ZodTypeAny, {
18809
- __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
18809
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
18810
18810
  }, {
18811
- __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
18812
- }>, "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc", {
18813
- __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
18811
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
18812
+ }>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc", {
18813
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
18814
18814
  }>;
18815
18815
  destinationAddress: z.ZodEffects<z.ZodObject<{
18816
18816
  __kind: z.ZodEnum<["Eth", "Dot", "Btc", "Arb", "Sol", "Hub"]>;
@@ -19181,12 +19181,13 @@ declare const palletCfArbitrumIngressEgressVaultDepositWitnessArbitrum: z.ZodObj
19181
19181
  }>>>;
19182
19182
  boostFee: z.ZodNumber;
19183
19183
  }, "strip", z.ZodTypeAny, {
19184
+ txId: `0x${string}`;
19184
19185
  depositDetails: {
19185
19186
  txHashes?: `0x${string}`[] | null | undefined;
19186
19187
  };
19187
19188
  inputAsset: "ArbEth" | "ArbUsdc";
19188
19189
  depositAmount: bigint;
19189
- outputAsset: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
19190
+ outputAsset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
19190
19191
  destinationAddress: {
19191
19192
  readonly chain: "Ethereum";
19192
19193
  readonly address: `0x${string}`;
@@ -19206,7 +19207,6 @@ declare const palletCfArbitrumIngressEgressVaultDepositWitnessArbitrum: z.ZodObj
19206
19207
  readonly chain: "Assethub";
19207
19208
  readonly address: string;
19208
19209
  };
19209
- txId: `0x${string}`;
19210
19210
  affiliateFees: {
19211
19211
  account: number;
19212
19212
  bps: number;
@@ -19280,6 +19280,7 @@ declare const palletCfArbitrumIngressEgressVaultDepositWitnessArbitrum: z.ZodObj
19280
19280
  chunkInterval: number;
19281
19281
  } | null | undefined;
19282
19282
  }, {
19283
+ txId: string;
19283
19284
  depositDetails: {
19284
19285
  txHashes?: string[] | null | undefined;
19285
19286
  };
@@ -19288,13 +19289,12 @@ declare const palletCfArbitrumIngressEgressVaultDepositWitnessArbitrum: z.ZodObj
19288
19289
  };
19289
19290
  depositAmount: string | number;
19290
19291
  outputAsset: {
19291
- __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
19292
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
19292
19293
  };
19293
19294
  destinationAddress: {
19294
19295
  value: string;
19295
19296
  __kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
19296
19297
  };
19297
- txId: string;
19298
19298
  affiliateFees: {
19299
19299
  account: number;
19300
19300
  bps: number;
@@ -19392,18 +19392,18 @@ declare const palletCfArbitrumIngressEgressDepositFailedDetailsArbitrum: z.ZodDi
19392
19392
  txHashes?: string[] | null | undefined;
19393
19393
  }>;
19394
19394
  }, "strip", z.ZodTypeAny, {
19395
- asset: "ArbEth" | "ArbUsdc";
19396
- depositAddress: `0x${string}`;
19397
19395
  amount: bigint;
19396
+ depositAddress: `0x${string}`;
19397
+ asset: "ArbEth" | "ArbUsdc";
19398
19398
  depositDetails: {
19399
19399
  txHashes?: `0x${string}`[] | null | undefined;
19400
19400
  };
19401
19401
  }, {
19402
+ amount: string | number;
19403
+ depositAddress: string;
19402
19404
  asset: {
19403
19405
  __kind: "ArbEth" | "ArbUsdc";
19404
19406
  };
19405
- depositAddress: string;
19406
- amount: string | number;
19407
19407
  depositDetails: {
19408
19408
  txHashes?: string[] | null | undefined;
19409
19409
  };
@@ -19411,9 +19411,9 @@ declare const palletCfArbitrumIngressEgressDepositFailedDetailsArbitrum: z.ZodDi
19411
19411
  }, "strip", z.ZodTypeAny, {
19412
19412
  __kind: "DepositFailedDepositChannelVariantArbitrum";
19413
19413
  depositWitness: {
19414
- asset: "ArbEth" | "ArbUsdc";
19415
- depositAddress: `0x${string}`;
19416
19414
  amount: bigint;
19415
+ depositAddress: `0x${string}`;
19416
+ asset: "ArbEth" | "ArbUsdc";
19417
19417
  depositDetails: {
19418
19418
  txHashes?: `0x${string}`[] | null | undefined;
19419
19419
  };
@@ -19421,11 +19421,11 @@ declare const palletCfArbitrumIngressEgressDepositFailedDetailsArbitrum: z.ZodDi
19421
19421
  }, {
19422
19422
  __kind: "DepositFailedDepositChannelVariantArbitrum";
19423
19423
  depositWitness: {
19424
+ amount: string | number;
19425
+ depositAddress: string;
19424
19426
  asset: {
19425
19427
  __kind: "ArbEth" | "ArbUsdc";
19426
19428
  };
19427
- depositAddress: string;
19428
- amount: string | number;
19429
19429
  depositDetails: {
19430
19430
  txHashes?: string[] | null | undefined;
19431
19431
  };
@@ -19455,11 +19455,11 @@ declare const palletCfArbitrumIngressEgressDepositFailedDetailsArbitrum: z.ZodDi
19455
19455
  outputAsset: z.ZodEffects<z.ZodObject<{
19456
19456
  __kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc", "HubDot", "HubUsdt", "HubUsdc"]>;
19457
19457
  }, "strip", z.ZodTypeAny, {
19458
- __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
19458
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
19459
19459
  }, {
19460
- __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
19461
- }>, "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc", {
19462
- __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
19460
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
19461
+ }>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc", {
19462
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
19463
19463
  }>;
19464
19464
  destinationAddress: z.ZodEffects<z.ZodObject<{
19465
19465
  __kind: z.ZodEnum<["Eth", "Dot", "Btc", "Arb", "Sol", "Hub"]>;
@@ -19830,12 +19830,13 @@ declare const palletCfArbitrumIngressEgressDepositFailedDetailsArbitrum: z.ZodDi
19830
19830
  }>>>;
19831
19831
  boostFee: z.ZodNumber;
19832
19832
  }, "strip", z.ZodTypeAny, {
19833
+ txId: `0x${string}`;
19833
19834
  depositDetails: {
19834
19835
  txHashes?: `0x${string}`[] | null | undefined;
19835
19836
  };
19836
19837
  inputAsset: "ArbEth" | "ArbUsdc";
19837
19838
  depositAmount: bigint;
19838
- outputAsset: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
19839
+ outputAsset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
19839
19840
  destinationAddress: {
19840
19841
  readonly chain: "Ethereum";
19841
19842
  readonly address: `0x${string}`;
@@ -19855,7 +19856,6 @@ declare const palletCfArbitrumIngressEgressDepositFailedDetailsArbitrum: z.ZodDi
19855
19856
  readonly chain: "Assethub";
19856
19857
  readonly address: string;
19857
19858
  };
19858
- txId: `0x${string}`;
19859
19859
  affiliateFees: {
19860
19860
  account: number;
19861
19861
  bps: number;
@@ -19929,6 +19929,7 @@ declare const palletCfArbitrumIngressEgressDepositFailedDetailsArbitrum: z.ZodDi
19929
19929
  chunkInterval: number;
19930
19930
  } | null | undefined;
19931
19931
  }, {
19932
+ txId: string;
19932
19933
  depositDetails: {
19933
19934
  txHashes?: string[] | null | undefined;
19934
19935
  };
@@ -19937,13 +19938,12 @@ declare const palletCfArbitrumIngressEgressDepositFailedDetailsArbitrum: z.ZodDi
19937
19938
  };
19938
19939
  depositAmount: string | number;
19939
19940
  outputAsset: {
19940
- __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
19941
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
19941
19942
  };
19942
19943
  destinationAddress: {
19943
19944
  value: string;
19944
19945
  __kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
19945
19946
  };
19946
- txId: string;
19947
19947
  affiliateFees: {
19948
19948
  account: number;
19949
19949
  bps: number;
@@ -20022,12 +20022,13 @@ declare const palletCfArbitrumIngressEgressDepositFailedDetailsArbitrum: z.ZodDi
20022
20022
  }, "strip", z.ZodTypeAny, {
20023
20023
  __kind: "DepositFailedVaultVariantArbitrum";
20024
20024
  vaultWitness: {
20025
+ txId: `0x${string}`;
20025
20026
  depositDetails: {
20026
20027
  txHashes?: `0x${string}`[] | null | undefined;
20027
20028
  };
20028
20029
  inputAsset: "ArbEth" | "ArbUsdc";
20029
20030
  depositAmount: bigint;
20030
- outputAsset: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
20031
+ outputAsset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
20031
20032
  destinationAddress: {
20032
20033
  readonly chain: "Ethereum";
20033
20034
  readonly address: `0x${string}`;
@@ -20047,7 +20048,6 @@ declare const palletCfArbitrumIngressEgressDepositFailedDetailsArbitrum: z.ZodDi
20047
20048
  readonly chain: "Assethub";
20048
20049
  readonly address: string;
20049
20050
  };
20050
- txId: `0x${string}`;
20051
20051
  affiliateFees: {
20052
20052
  account: number;
20053
20053
  bps: number;
@@ -20124,6 +20124,7 @@ declare const palletCfArbitrumIngressEgressDepositFailedDetailsArbitrum: z.ZodDi
20124
20124
  }, {
20125
20125
  __kind: "DepositFailedVaultVariantArbitrum";
20126
20126
  vaultWitness: {
20127
+ txId: string;
20127
20128
  depositDetails: {
20128
20129
  txHashes?: string[] | null | undefined;
20129
20130
  };
@@ -20132,13 +20133,12 @@ declare const palletCfArbitrumIngressEgressDepositFailedDetailsArbitrum: z.ZodDi
20132
20133
  };
20133
20134
  depositAmount: string | number;
20134
20135
  outputAsset: {
20135
- __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
20136
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
20136
20137
  };
20137
20138
  destinationAddress: {
20138
20139
  value: string;
20139
20140
  __kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
20140
20141
  };
20141
- txId: string;
20142
20142
  affiliateFees: {
20143
20143
  account: number;
20144
20144
  bps: number;
@@ -20563,15 +20563,15 @@ declare const palletCfSolanaIngressEgressDepositWitnessSolana: z.ZodObject<{
20563
20563
  }>;
20564
20564
  amount: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
20565
20565
  }, "strip", z.ZodTypeAny, {
20566
- asset: "Sol" | "SolUsdc";
20567
- depositAddress: `0x${string}`;
20568
20566
  amount: bigint;
20567
+ depositAddress: `0x${string}`;
20568
+ asset: "Sol" | "SolUsdc";
20569
20569
  }, {
20570
+ amount: string | number;
20571
+ depositAddress: string;
20570
20572
  asset: {
20571
20573
  __kind: "Sol" | "SolUsdc";
20572
20574
  };
20573
- depositAddress: string;
20574
- amount: string | number;
20575
20575
  }>;
20576
20576
  declare const cfSolanaChainCcmDepositMetadata: z.ZodObject<{
20577
20577
  channelMetadata: z.ZodObject<{
@@ -20894,11 +20894,11 @@ declare const palletCfSolanaIngressEgressVaultDepositWitnessSolana: z.ZodObject<
20894
20894
  outputAsset: z.ZodEffects<z.ZodObject<{
20895
20895
  __kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc", "HubDot", "HubUsdt", "HubUsdc"]>;
20896
20896
  }, "strip", z.ZodTypeAny, {
20897
- __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
20897
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
20898
20898
  }, {
20899
- __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
20900
- }>, "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc", {
20901
- __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
20899
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
20900
+ }>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc", {
20901
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
20902
20902
  }>;
20903
20903
  destinationAddress: z.ZodEffects<z.ZodObject<{
20904
20904
  __kind: z.ZodEnum<["Eth", "Dot", "Btc", "Arb", "Sol", "Hub"]>;
@@ -21269,9 +21269,10 @@ declare const palletCfSolanaIngressEgressVaultDepositWitnessSolana: z.ZodObject<
21269
21269
  }>>>;
21270
21270
  boostFee: z.ZodNumber;
21271
21271
  }, "strip", z.ZodTypeAny, {
21272
+ txId: [`0x${string}`, bigint];
21272
21273
  inputAsset: "Sol" | "SolUsdc";
21273
21274
  depositAmount: bigint;
21274
- outputAsset: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
21275
+ outputAsset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
21275
21276
  destinationAddress: {
21276
21277
  readonly chain: "Ethereum";
21277
21278
  readonly address: `0x${string}`;
@@ -21291,7 +21292,6 @@ declare const palletCfSolanaIngressEgressVaultDepositWitnessSolana: z.ZodObject<
21291
21292
  readonly chain: "Assethub";
21292
21293
  readonly address: string;
21293
21294
  };
21294
- txId: [`0x${string}`, bigint];
21295
21295
  affiliateFees: {
21296
21296
  account: number;
21297
21297
  bps: number;
@@ -21365,18 +21365,18 @@ declare const palletCfSolanaIngressEgressVaultDepositWitnessSolana: z.ZodObject<
21365
21365
  chunkInterval: number;
21366
21366
  } | null | undefined;
21367
21367
  }, {
21368
+ txId: [string, string | number];
21368
21369
  inputAsset: {
21369
21370
  __kind: "Sol" | "SolUsdc";
21370
21371
  };
21371
21372
  depositAmount: string | number;
21372
21373
  outputAsset: {
21373
- __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
21374
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
21374
21375
  };
21375
21376
  destinationAddress: {
21376
21377
  value: string;
21377
21378
  __kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
21378
21379
  };
21379
- txId: [string, string | number];
21380
21380
  affiliateFees: {
21381
21381
  account: number;
21382
21382
  bps: number;
@@ -21467,31 +21467,31 @@ declare const palletCfSolanaIngressEgressDepositFailedDetailsSolana: z.ZodDiscri
21467
21467
  }>;
21468
21468
  amount: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
21469
21469
  }, "strip", z.ZodTypeAny, {
21470
- asset: "Sol" | "SolUsdc";
21471
- depositAddress: `0x${string}`;
21472
21470
  amount: bigint;
21471
+ depositAddress: `0x${string}`;
21472
+ asset: "Sol" | "SolUsdc";
21473
21473
  }, {
21474
+ amount: string | number;
21475
+ depositAddress: string;
21474
21476
  asset: {
21475
21477
  __kind: "Sol" | "SolUsdc";
21476
21478
  };
21477
- depositAddress: string;
21478
- amount: string | number;
21479
21479
  }>;
21480
21480
  }, "strip", z.ZodTypeAny, {
21481
21481
  __kind: "DepositFailedDepositChannelVariantSolana";
21482
21482
  depositWitness: {
21483
- asset: "Sol" | "SolUsdc";
21484
- depositAddress: `0x${string}`;
21485
21483
  amount: bigint;
21484
+ depositAddress: `0x${string}`;
21485
+ asset: "Sol" | "SolUsdc";
21486
21486
  };
21487
21487
  }, {
21488
21488
  __kind: "DepositFailedDepositChannelVariantSolana";
21489
21489
  depositWitness: {
21490
+ amount: string | number;
21491
+ depositAddress: string;
21490
21492
  asset: {
21491
21493
  __kind: "Sol" | "SolUsdc";
21492
21494
  };
21493
- depositAddress: string;
21494
- amount: string | number;
21495
21495
  };
21496
21496
  }>, z.ZodObject<{
21497
21497
  __kind: z.ZodLiteral<"DepositFailedVaultVariantSolana">;
@@ -21511,11 +21511,11 @@ declare const palletCfSolanaIngressEgressDepositFailedDetailsSolana: z.ZodDiscri
21511
21511
  outputAsset: z.ZodEffects<z.ZodObject<{
21512
21512
  __kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc", "HubDot", "HubUsdt", "HubUsdc"]>;
21513
21513
  }, "strip", z.ZodTypeAny, {
21514
- __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
21514
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
21515
21515
  }, {
21516
- __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
21517
- }>, "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc", {
21518
- __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
21516
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
21517
+ }>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc", {
21518
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
21519
21519
  }>;
21520
21520
  destinationAddress: z.ZodEffects<z.ZodObject<{
21521
21521
  __kind: z.ZodEnum<["Eth", "Dot", "Btc", "Arb", "Sol", "Hub"]>;
@@ -21886,9 +21886,10 @@ declare const palletCfSolanaIngressEgressDepositFailedDetailsSolana: z.ZodDiscri
21886
21886
  }>>>;
21887
21887
  boostFee: z.ZodNumber;
21888
21888
  }, "strip", z.ZodTypeAny, {
21889
+ txId: [`0x${string}`, bigint];
21889
21890
  inputAsset: "Sol" | "SolUsdc";
21890
21891
  depositAmount: bigint;
21891
- outputAsset: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
21892
+ outputAsset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
21892
21893
  destinationAddress: {
21893
21894
  readonly chain: "Ethereum";
21894
21895
  readonly address: `0x${string}`;
@@ -21908,7 +21909,6 @@ declare const palletCfSolanaIngressEgressDepositFailedDetailsSolana: z.ZodDiscri
21908
21909
  readonly chain: "Assethub";
21909
21910
  readonly address: string;
21910
21911
  };
21911
- txId: [`0x${string}`, bigint];
21912
21912
  affiliateFees: {
21913
21913
  account: number;
21914
21914
  bps: number;
@@ -21982,18 +21982,18 @@ declare const palletCfSolanaIngressEgressDepositFailedDetailsSolana: z.ZodDiscri
21982
21982
  chunkInterval: number;
21983
21983
  } | null | undefined;
21984
21984
  }, {
21985
+ txId: [string, string | number];
21985
21986
  inputAsset: {
21986
21987
  __kind: "Sol" | "SolUsdc";
21987
21988
  };
21988
21989
  depositAmount: string | number;
21989
21990
  outputAsset: {
21990
- __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
21991
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
21991
21992
  };
21992
21993
  destinationAddress: {
21993
21994
  value: string;
21994
21995
  __kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
21995
21996
  };
21996
- txId: [string, string | number];
21997
21997
  affiliateFees: {
21998
21998
  account: number;
21999
21999
  bps: number;
@@ -22072,9 +22072,10 @@ declare const palletCfSolanaIngressEgressDepositFailedDetailsSolana: z.ZodDiscri
22072
22072
  }, "strip", z.ZodTypeAny, {
22073
22073
  __kind: "DepositFailedVaultVariantSolana";
22074
22074
  vaultWitness: {
22075
+ txId: [`0x${string}`, bigint];
22075
22076
  inputAsset: "Sol" | "SolUsdc";
22076
22077
  depositAmount: bigint;
22077
- outputAsset: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
22078
+ outputAsset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
22078
22079
  destinationAddress: {
22079
22080
  readonly chain: "Ethereum";
22080
22081
  readonly address: `0x${string}`;
@@ -22094,7 +22095,6 @@ declare const palletCfSolanaIngressEgressDepositFailedDetailsSolana: z.ZodDiscri
22094
22095
  readonly chain: "Assethub";
22095
22096
  readonly address: string;
22096
22097
  };
22097
- txId: [`0x${string}`, bigint];
22098
22098
  affiliateFees: {
22099
22099
  account: number;
22100
22100
  bps: number;
@@ -22171,18 +22171,18 @@ declare const palletCfSolanaIngressEgressDepositFailedDetailsSolana: z.ZodDiscri
22171
22171
  }, {
22172
22172
  __kind: "DepositFailedVaultVariantSolana";
22173
22173
  vaultWitness: {
22174
+ txId: [string, string | number];
22174
22175
  inputAsset: {
22175
22176
  __kind: "Sol" | "SolUsdc";
22176
22177
  };
22177
22178
  depositAmount: string | number;
22178
22179
  outputAsset: {
22179
- __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
22180
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
22180
22181
  };
22181
22182
  destinationAddress: {
22182
22183
  value: string;
22183
22184
  __kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
22184
22185
  };
22185
- txId: [string, string | number];
22186
22186
  affiliateFees: {
22187
22187
  account: number;
22188
22188
  bps: number;
@@ -22608,16 +22608,16 @@ declare const palletCfAssethubIngressEgressDepositWitnessAssethub: z.ZodObject<{
22608
22608
  amount: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
22609
22609
  depositDetails: z.ZodNumber;
22610
22610
  }, "strip", z.ZodTypeAny, {
22611
- asset: "HubDot" | "HubUsdt" | "HubUsdc";
22612
- depositAddress: `0x${string}`;
22613
22611
  amount: bigint;
22612
+ depositAddress: `0x${string}`;
22613
+ asset: "HubDot" | "HubUsdt" | "HubUsdc";
22614
22614
  depositDetails: number;
22615
22615
  }, {
22616
+ amount: string | number;
22617
+ depositAddress: string;
22616
22618
  asset: {
22617
22619
  __kind: "HubDot" | "HubUsdt" | "HubUsdc";
22618
22620
  };
22619
- depositAddress: string;
22620
- amount: string | number;
22621
22621
  depositDetails: number;
22622
22622
  }>;
22623
22623
  declare const cfAssethubChainCcmDepositMetadata: z.ZodObject<{
@@ -22903,11 +22903,11 @@ declare const palletCfAssethubIngressEgressVaultDepositWitnessAssethub: z.ZodObj
22903
22903
  outputAsset: z.ZodEffects<z.ZodObject<{
22904
22904
  __kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc", "HubDot", "HubUsdt", "HubUsdc"]>;
22905
22905
  }, "strip", z.ZodTypeAny, {
22906
- __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
22906
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
22907
22907
  }, {
22908
- __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
22909
- }>, "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc", {
22910
- __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
22908
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
22909
+ }>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc", {
22910
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
22911
22911
  }>;
22912
22912
  destinationAddress: z.ZodEffects<z.ZodObject<{
22913
22913
  __kind: z.ZodEnum<["Eth", "Dot", "Btc", "Arb", "Sol", "Hub"]>;
@@ -23287,10 +23287,14 @@ declare const palletCfAssethubIngressEgressVaultDepositWitnessAssethub: z.ZodObj
23287
23287
  }>>>;
23288
23288
  boostFee: z.ZodNumber;
23289
23289
  }, "strip", z.ZodTypeAny, {
23290
+ txId: {
23291
+ blockNumber: number;
23292
+ extrinsicIndex: number;
23293
+ };
23290
23294
  depositDetails: number;
23291
23295
  inputAsset: "HubDot" | "HubUsdt" | "HubUsdc";
23292
23296
  depositAmount: bigint;
23293
- outputAsset: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
23297
+ outputAsset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
23294
23298
  destinationAddress: {
23295
23299
  readonly chain: "Ethereum";
23296
23300
  readonly address: `0x${string}`;
@@ -23310,10 +23314,6 @@ declare const palletCfAssethubIngressEgressVaultDepositWitnessAssethub: z.ZodObj
23310
23314
  readonly chain: "Assethub";
23311
23315
  readonly address: string;
23312
23316
  };
23313
- txId: {
23314
- blockNumber: number;
23315
- extrinsicIndex: number;
23316
- };
23317
23317
  affiliateFees: {
23318
23318
  account: number;
23319
23319
  bps: number;
@@ -23387,22 +23387,22 @@ declare const palletCfAssethubIngressEgressVaultDepositWitnessAssethub: z.ZodObj
23387
23387
  chunkInterval: number;
23388
23388
  } | null | undefined;
23389
23389
  }, {
23390
+ txId: {
23391
+ blockNumber: number;
23392
+ extrinsicIndex: number;
23393
+ };
23390
23394
  depositDetails: number;
23391
23395
  inputAsset: {
23392
23396
  __kind: "HubDot" | "HubUsdt" | "HubUsdc";
23393
23397
  };
23394
23398
  depositAmount: string | number;
23395
23399
  outputAsset: {
23396
- __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
23400
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
23397
23401
  };
23398
23402
  destinationAddress: {
23399
23403
  value: string;
23400
23404
  __kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
23401
23405
  };
23402
- txId: {
23403
- blockNumber: number;
23404
- extrinsicIndex: number;
23405
- };
23406
23406
  affiliateFees: {
23407
23407
  account: number;
23408
23408
  bps: number;
@@ -23494,34 +23494,34 @@ declare const palletCfAssethubIngressEgressDepositFailedDetailsAssethub: z.ZodDi
23494
23494
  amount: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
23495
23495
  depositDetails: z.ZodNumber;
23496
23496
  }, "strip", z.ZodTypeAny, {
23497
- asset: "HubDot" | "HubUsdt" | "HubUsdc";
23498
- depositAddress: `0x${string}`;
23499
23497
  amount: bigint;
23498
+ depositAddress: `0x${string}`;
23499
+ asset: "HubDot" | "HubUsdt" | "HubUsdc";
23500
23500
  depositDetails: number;
23501
23501
  }, {
23502
+ amount: string | number;
23503
+ depositAddress: string;
23502
23504
  asset: {
23503
23505
  __kind: "HubDot" | "HubUsdt" | "HubUsdc";
23504
23506
  };
23505
- depositAddress: string;
23506
- amount: string | number;
23507
23507
  depositDetails: number;
23508
23508
  }>;
23509
23509
  }, "strip", z.ZodTypeAny, {
23510
23510
  __kind: "DepositFailedDepositChannelVariantAssethub";
23511
23511
  depositWitness: {
23512
- asset: "HubDot" | "HubUsdt" | "HubUsdc";
23513
- depositAddress: `0x${string}`;
23514
23512
  amount: bigint;
23513
+ depositAddress: `0x${string}`;
23514
+ asset: "HubDot" | "HubUsdt" | "HubUsdc";
23515
23515
  depositDetails: number;
23516
23516
  };
23517
23517
  }, {
23518
23518
  __kind: "DepositFailedDepositChannelVariantAssethub";
23519
23519
  depositWitness: {
23520
+ amount: string | number;
23521
+ depositAddress: string;
23520
23522
  asset: {
23521
23523
  __kind: "HubDot" | "HubUsdt" | "HubUsdc";
23522
23524
  };
23523
- depositAddress: string;
23524
- amount: string | number;
23525
23525
  depositDetails: number;
23526
23526
  };
23527
23527
  }>, z.ZodObject<{
@@ -23543,11 +23543,11 @@ declare const palletCfAssethubIngressEgressDepositFailedDetailsAssethub: z.ZodDi
23543
23543
  outputAsset: z.ZodEffects<z.ZodObject<{
23544
23544
  __kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc", "HubDot", "HubUsdt", "HubUsdc"]>;
23545
23545
  }, "strip", z.ZodTypeAny, {
23546
- __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
23546
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
23547
23547
  }, {
23548
- __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
23549
- }>, "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc", {
23550
- __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
23548
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
23549
+ }>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc", {
23550
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
23551
23551
  }>;
23552
23552
  destinationAddress: z.ZodEffects<z.ZodObject<{
23553
23553
  __kind: z.ZodEnum<["Eth", "Dot", "Btc", "Arb", "Sol", "Hub"]>;
@@ -23927,10 +23927,14 @@ declare const palletCfAssethubIngressEgressDepositFailedDetailsAssethub: z.ZodDi
23927
23927
  }>>>;
23928
23928
  boostFee: z.ZodNumber;
23929
23929
  }, "strip", z.ZodTypeAny, {
23930
+ txId: {
23931
+ blockNumber: number;
23932
+ extrinsicIndex: number;
23933
+ };
23930
23934
  depositDetails: number;
23931
23935
  inputAsset: "HubDot" | "HubUsdt" | "HubUsdc";
23932
23936
  depositAmount: bigint;
23933
- outputAsset: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
23937
+ outputAsset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
23934
23938
  destinationAddress: {
23935
23939
  readonly chain: "Ethereum";
23936
23940
  readonly address: `0x${string}`;
@@ -23950,10 +23954,6 @@ declare const palletCfAssethubIngressEgressDepositFailedDetailsAssethub: z.ZodDi
23950
23954
  readonly chain: "Assethub";
23951
23955
  readonly address: string;
23952
23956
  };
23953
- txId: {
23954
- blockNumber: number;
23955
- extrinsicIndex: number;
23956
- };
23957
23957
  affiliateFees: {
23958
23958
  account: number;
23959
23959
  bps: number;
@@ -24027,22 +24027,22 @@ declare const palletCfAssethubIngressEgressDepositFailedDetailsAssethub: z.ZodDi
24027
24027
  chunkInterval: number;
24028
24028
  } | null | undefined;
24029
24029
  }, {
24030
+ txId: {
24031
+ blockNumber: number;
24032
+ extrinsicIndex: number;
24033
+ };
24030
24034
  depositDetails: number;
24031
24035
  inputAsset: {
24032
24036
  __kind: "HubDot" | "HubUsdt" | "HubUsdc";
24033
24037
  };
24034
24038
  depositAmount: string | number;
24035
24039
  outputAsset: {
24036
- __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
24040
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
24037
24041
  };
24038
24042
  destinationAddress: {
24039
24043
  value: string;
24040
24044
  __kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
24041
24045
  };
24042
- txId: {
24043
- blockNumber: number;
24044
- extrinsicIndex: number;
24045
- };
24046
24046
  affiliateFees: {
24047
24047
  account: number;
24048
24048
  bps: number;
@@ -24121,10 +24121,14 @@ declare const palletCfAssethubIngressEgressDepositFailedDetailsAssethub: z.ZodDi
24121
24121
  }, "strip", z.ZodTypeAny, {
24122
24122
  __kind: "DepositFailedVaultVariantAssethub";
24123
24123
  vaultWitness: {
24124
+ txId: {
24125
+ blockNumber: number;
24126
+ extrinsicIndex: number;
24127
+ };
24124
24128
  depositDetails: number;
24125
24129
  inputAsset: "HubDot" | "HubUsdt" | "HubUsdc";
24126
24130
  depositAmount: bigint;
24127
- outputAsset: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
24131
+ outputAsset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
24128
24132
  destinationAddress: {
24129
24133
  readonly chain: "Ethereum";
24130
24134
  readonly address: `0x${string}`;
@@ -24144,10 +24148,6 @@ declare const palletCfAssethubIngressEgressDepositFailedDetailsAssethub: z.ZodDi
24144
24148
  readonly chain: "Assethub";
24145
24149
  readonly address: string;
24146
24150
  };
24147
- txId: {
24148
- blockNumber: number;
24149
- extrinsicIndex: number;
24150
- };
24151
24151
  affiliateFees: {
24152
24152
  account: number;
24153
24153
  bps: number;
@@ -24224,22 +24224,22 @@ declare const palletCfAssethubIngressEgressDepositFailedDetailsAssethub: z.ZodDi
24224
24224
  }, {
24225
24225
  __kind: "DepositFailedVaultVariantAssethub";
24226
24226
  vaultWitness: {
24227
+ txId: {
24228
+ blockNumber: number;
24229
+ extrinsicIndex: number;
24230
+ };
24227
24231
  depositDetails: number;
24228
24232
  inputAsset: {
24229
24233
  __kind: "HubDot" | "HubUsdt" | "HubUsdc";
24230
24234
  };
24231
24235
  depositAmount: string | number;
24232
24236
  outputAsset: {
24233
- __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
24237
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
24234
24238
  };
24235
24239
  destinationAddress: {
24236
24240
  value: string;
24237
24241
  __kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
24238
24242
  };
24239
- txId: {
24240
- blockNumber: number;
24241
- extrinsicIndex: number;
24242
- };
24243
24243
  affiliateFees: {
24244
24244
  account: number;
24245
24245
  bps: number;