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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1807) hide show
  1. package/dist/100/bitcoinIngressEgress/depositFetchesScheduled.d.cts +2 -2
  2. package/dist/100/bitcoinIngressEgress/depositFetchesScheduled.d.mts +2 -2
  3. package/dist/100/bitcoinIngressEgress/egressScheduled.d.cts +4 -4
  4. package/dist/100/bitcoinIngressEgress/egressScheduled.d.mts +4 -4
  5. package/dist/100/bitcoinThresholdSigner/failureReportProcessed.d.cts +2 -2
  6. package/dist/100/bitcoinThresholdSigner/failureReportProcessed.d.mts +2 -2
  7. package/dist/100/bitcoinThresholdSigner/retryRequested.d.cts +2 -2
  8. package/dist/100/bitcoinThresholdSigner/retryRequested.d.mts +2 -2
  9. package/dist/100/bitcoinThresholdSigner/thresholdDispatchComplete.d.cts +2 -2
  10. package/dist/100/bitcoinThresholdSigner/thresholdDispatchComplete.d.mts +2 -2
  11. package/dist/100/bitcoinThresholdSigner/thresholdSignatureFailed.d.cts +2 -2
  12. package/dist/100/bitcoinThresholdSigner/thresholdSignatureFailed.d.mts +2 -2
  13. package/dist/100/bitcoinThresholdSigner/thresholdSignatureRequest.d.cts +2 -2
  14. package/dist/100/bitcoinThresholdSigner/thresholdSignatureRequest.d.mts +2 -2
  15. package/dist/100/bitcoinThresholdSigner/thresholdSignatureSuccess.d.cts +2 -2
  16. package/dist/100/bitcoinThresholdSigner/thresholdSignatureSuccess.d.mts +2 -2
  17. package/dist/100/common.d.cts +11 -11
  18. package/dist/100/common.d.mts +11 -11
  19. package/dist/100/ethereumIngressEgress/depositFetchesScheduled.d.cts +2 -2
  20. package/dist/100/ethereumIngressEgress/depositFetchesScheduled.d.mts +2 -2
  21. package/dist/100/ethereumIngressEgress/egressScheduled.d.cts +2 -2
  22. package/dist/100/ethereumIngressEgress/egressScheduled.d.mts +2 -2
  23. package/dist/100/ethereumThresholdSigner/failureReportProcessed.d.cts +2 -2
  24. package/dist/100/ethereumThresholdSigner/failureReportProcessed.d.mts +2 -2
  25. package/dist/100/ethereumThresholdSigner/retryRequested.d.cts +2 -2
  26. package/dist/100/ethereumThresholdSigner/retryRequested.d.mts +2 -2
  27. package/dist/100/ethereumThresholdSigner/thresholdDispatchComplete.d.cts +2 -2
  28. package/dist/100/ethereumThresholdSigner/thresholdDispatchComplete.d.mts +2 -2
  29. package/dist/100/ethereumThresholdSigner/thresholdSignatureFailed.d.cts +2 -2
  30. package/dist/100/ethereumThresholdSigner/thresholdSignatureFailed.d.mts +2 -2
  31. package/dist/100/ethereumThresholdSigner/thresholdSignatureRequest.d.cts +2 -2
  32. package/dist/100/ethereumThresholdSigner/thresholdSignatureRequest.d.mts +2 -2
  33. package/dist/100/ethereumThresholdSigner/thresholdSignatureSuccess.d.cts +2 -2
  34. package/dist/100/ethereumThresholdSigner/thresholdSignatureSuccess.d.mts +2 -2
  35. package/dist/100/funding/boundExecutorAddress.d.cts +2 -2
  36. package/dist/100/funding/boundExecutorAddress.d.mts +2 -2
  37. package/dist/100/funding/boundRedeemAddress.d.cts +2 -2
  38. package/dist/100/funding/boundRedeemAddress.d.mts +2 -2
  39. package/dist/100/funding/failedFundingAttempt.d.cts +2 -2
  40. package/dist/100/funding/failedFundingAttempt.d.mts +2 -2
  41. package/dist/100/funding/funded.d.cts +2 -2
  42. package/dist/100/funding/funded.d.mts +2 -2
  43. package/dist/100/funding/redemptionRequested.d.cts +2 -2
  44. package/dist/100/funding/redemptionRequested.d.mts +2 -2
  45. package/dist/100/liquidityPools/assetSwapped.d.cts +12 -12
  46. package/dist/100/liquidityPools/assetSwapped.d.mts +12 -12
  47. package/dist/100/liquidityPools/limitOrderUpdated.d.cts +14 -14
  48. package/dist/100/liquidityPools/limitOrderUpdated.d.mts +14 -14
  49. package/dist/100/liquidityPools/newPoolCreated.d.cts +12 -12
  50. package/dist/100/liquidityPools/newPoolCreated.d.mts +12 -12
  51. package/dist/100/liquidityPools/poolFeeSet.d.cts +12 -12
  52. package/dist/100/liquidityPools/poolFeeSet.d.mts +12 -12
  53. package/dist/100/liquidityPools/poolStateUpdated.d.cts +12 -12
  54. package/dist/100/liquidityPools/poolStateUpdated.d.mts +12 -12
  55. package/dist/100/liquidityPools/rangeOrderUpdated.d.cts +21 -21
  56. package/dist/100/liquidityPools/rangeOrderUpdated.d.mts +21 -21
  57. package/dist/100/liquidityProvider/accountCredited.d.cts +7 -7
  58. package/dist/100/liquidityProvider/accountCredited.d.mts +7 -7
  59. package/dist/100/liquidityProvider/accountDebited.d.cts +7 -7
  60. package/dist/100/liquidityProvider/accountDebited.d.mts +7 -7
  61. package/dist/100/liquidityProvider/liquidityDepositAddressReady.d.cts +13 -13
  62. package/dist/100/liquidityProvider/liquidityDepositAddressReady.d.mts +13 -13
  63. package/dist/100/liquidityProvider/liquidityRefundAddressRegistered.d.cts +2 -2
  64. package/dist/100/liquidityProvider/liquidityRefundAddressRegistered.d.mts +2 -2
  65. package/dist/100/liquidityProvider/withdrawalEgressScheduled.d.cts +14 -14
  66. package/dist/100/liquidityProvider/withdrawalEgressScheduled.d.mts +14 -14
  67. package/dist/100/polkadotIngressEgress/depositFetchesScheduled.d.cts +2 -2
  68. package/dist/100/polkadotIngressEgress/depositFetchesScheduled.d.mts +2 -2
  69. package/dist/100/polkadotIngressEgress/egressScheduled.d.cts +2 -2
  70. package/dist/100/polkadotIngressEgress/egressScheduled.d.mts +2 -2
  71. package/dist/100/polkadotThresholdSigner/failureReportProcessed.d.cts +2 -2
  72. package/dist/100/polkadotThresholdSigner/failureReportProcessed.d.mts +2 -2
  73. package/dist/100/polkadotThresholdSigner/retryRequested.d.cts +2 -2
  74. package/dist/100/polkadotThresholdSigner/retryRequested.d.mts +2 -2
  75. package/dist/100/polkadotThresholdSigner/thresholdDispatchComplete.d.cts +2 -2
  76. package/dist/100/polkadotThresholdSigner/thresholdDispatchComplete.d.mts +2 -2
  77. package/dist/100/polkadotThresholdSigner/thresholdSignatureFailed.d.cts +2 -2
  78. package/dist/100/polkadotThresholdSigner/thresholdSignatureFailed.d.mts +2 -2
  79. package/dist/100/polkadotThresholdSigner/thresholdSignatureRequest.d.cts +2 -2
  80. package/dist/100/polkadotThresholdSigner/thresholdSignatureRequest.d.mts +2 -2
  81. package/dist/100/polkadotThresholdSigner/thresholdSignatureSuccess.d.cts +2 -2
  82. package/dist/100/polkadotThresholdSigner/thresholdSignatureSuccess.d.mts +2 -2
  83. package/dist/100/swapping/batchSwapFailed.d.cts +6 -6
  84. package/dist/100/swapping/batchSwapFailed.d.mts +6 -6
  85. package/dist/100/swapping/ccmDepositReceived.d.cts +6 -6
  86. package/dist/100/swapping/ccmDepositReceived.d.mts +6 -6
  87. package/dist/100/swapping/ccmFailed.d.cts +4 -4
  88. package/dist/100/swapping/ccmFailed.d.mts +4 -4
  89. package/dist/100/swapping/minimumSwapAmountSet.d.cts +6 -6
  90. package/dist/100/swapping/minimumSwapAmountSet.d.mts +6 -6
  91. package/dist/100/swapping/swapAmountTooLow.d.cts +15 -15
  92. package/dist/100/swapping/swapAmountTooLow.d.mts +15 -15
  93. package/dist/100/swapping/swapDepositAddressReady.d.cts +20 -20
  94. package/dist/100/swapping/swapDepositAddressReady.d.mts +20 -20
  95. package/dist/100/swapping/swapEgressScheduled.d.cts +6 -6
  96. package/dist/100/swapping/swapEgressScheduled.d.mts +6 -6
  97. package/dist/100/swapping/swapExecuted.d.cts +12 -12
  98. package/dist/100/swapping/swapExecuted.d.mts +12 -12
  99. package/dist/100/swapping/swapScheduled.d.cts +21 -21
  100. package/dist/100/swapping/swapScheduled.d.mts +21 -21
  101. package/dist/100/swapping/withdrawalRequested.d.cts +8 -8
  102. package/dist/100/swapping/withdrawalRequested.d.mts +8 -8
  103. package/dist/100/system/extrinsicFailed.d.cts +17 -17
  104. package/dist/100/system/extrinsicFailed.d.mts +17 -17
  105. package/dist/11000/arbitrumIngressEgress/ccmEgressInvalid.d.cts +107 -107
  106. package/dist/11000/arbitrumIngressEgress/ccmEgressInvalid.d.mts +107 -107
  107. package/dist/11000/arbitrumIngressEgress/depositFailed.d.cts +201 -201
  108. package/dist/11000/arbitrumIngressEgress/depositFailed.d.mts +201 -201
  109. package/dist/11000/arbitrumIngressEgress/failedToBuildAllBatchCall.d.cts +103 -103
  110. package/dist/11000/arbitrumIngressEgress/failedToBuildAllBatchCall.d.mts +103 -103
  111. package/dist/11000/assethubIngressEgress/ccmEgressInvalid.d.cts +107 -107
  112. package/dist/11000/assethubIngressEgress/ccmEgressInvalid.d.mts +107 -107
  113. package/dist/11000/assethubIngressEgress/depositFailed.d.cts +195 -195
  114. package/dist/11000/assethubIngressEgress/depositFailed.d.mts +195 -195
  115. package/dist/11000/assethubIngressEgress/failedToBuildAllBatchCall.d.cts +103 -103
  116. package/dist/11000/assethubIngressEgress/failedToBuildAllBatchCall.d.mts +103 -103
  117. package/dist/11000/bitcoinIngressEgress/ccmEgressInvalid.d.cts +107 -107
  118. package/dist/11000/bitcoinIngressEgress/ccmEgressInvalid.d.mts +107 -107
  119. package/dist/11000/bitcoinIngressEgress/depositFailed.d.cts +401 -401
  120. package/dist/11000/bitcoinIngressEgress/depositFailed.d.mts +401 -401
  121. package/dist/11000/bitcoinIngressEgress/failedToBuildAllBatchCall.d.cts +103 -103
  122. package/dist/11000/bitcoinIngressEgress/failedToBuildAllBatchCall.d.mts +103 -103
  123. package/dist/11000/bitcoinIngressEgress/invalidCcmRefunded.d.cts +20 -20
  124. package/dist/11000/bitcoinIngressEgress/invalidCcmRefunded.d.mts +20 -20
  125. package/dist/11000/common.d.cts +2534 -2534
  126. package/dist/11000/common.d.mts +2534 -2534
  127. package/dist/11000/environment/runtimeSafeModeUpdated.d.cts +12 -12
  128. package/dist/11000/environment/runtimeSafeModeUpdated.d.mts +12 -12
  129. package/dist/11000/ethereumIngressEgress/ccmEgressInvalid.d.cts +107 -107
  130. package/dist/11000/ethereumIngressEgress/ccmEgressInvalid.d.mts +107 -107
  131. package/dist/11000/ethereumIngressEgress/depositFailed.d.cts +201 -201
  132. package/dist/11000/ethereumIngressEgress/depositFailed.d.mts +201 -201
  133. package/dist/11000/ethereumIngressEgress/failedToBuildAllBatchCall.d.cts +103 -103
  134. package/dist/11000/ethereumIngressEgress/failedToBuildAllBatchCall.d.mts +103 -103
  135. package/dist/11000/lendingPools/boostFundsAdded.d.cts +10 -10
  136. package/dist/11000/lendingPools/boostFundsAdded.d.mts +10 -10
  137. package/dist/11000/lendingPools/boostPoolCreated.d.cts +8 -8
  138. package/dist/11000/lendingPools/boostPoolCreated.d.mts +8 -8
  139. package/dist/11000/lendingPools/stoppedBoosting.d.cts +8 -8
  140. package/dist/11000/lendingPools/stoppedBoosting.d.mts +8 -8
  141. package/dist/11000/polkadotIngressEgress/ccmEgressInvalid.d.cts +107 -107
  142. package/dist/11000/polkadotIngressEgress/ccmEgressInvalid.d.mts +107 -107
  143. package/dist/11000/polkadotIngressEgress/depositFailed.d.cts +195 -195
  144. package/dist/11000/polkadotIngressEgress/depositFailed.d.mts +195 -195
  145. package/dist/11000/polkadotIngressEgress/failedToBuildAllBatchCall.d.cts +103 -103
  146. package/dist/11000/polkadotIngressEgress/failedToBuildAllBatchCall.d.mts +103 -103
  147. package/dist/11000/solanaElections/unknownElection.d.cts +4 -4
  148. package/dist/11000/solanaElections/unknownElection.d.mts +4 -4
  149. package/dist/11000/solanaIngressEgress/ccmEgressInvalid.d.cts +107 -107
  150. package/dist/11000/solanaIngressEgress/ccmEgressInvalid.d.mts +107 -107
  151. package/dist/11000/solanaIngressEgress/depositFailed.d.cts +192 -192
  152. package/dist/11000/solanaIngressEgress/depositFailed.d.mts +192 -192
  153. package/dist/11000/solanaIngressEgress/failedToBuildAllBatchCall.d.cts +103 -103
  154. package/dist/11000/solanaIngressEgress/failedToBuildAllBatchCall.d.mts +103 -103
  155. package/dist/11000/swapping/palletConfigUpdated.d.cts +32 -32
  156. package/dist/11000/swapping/palletConfigUpdated.d.mts +32 -32
  157. package/dist/11000/swapping/refundEgressScheduled.d.cts +15 -15
  158. package/dist/11000/swapping/refundEgressScheduled.d.mts +15 -15
  159. package/dist/11000/swapping/refundedOnChain.d.cts +8 -8
  160. package/dist/11000/swapping/refundedOnChain.d.mts +8 -8
  161. package/dist/11000/swapping/swapDepositAddressReady.d.cts +55 -55
  162. package/dist/11000/swapping/swapDepositAddressReady.d.mts +55 -55
  163. package/dist/11000/swapping/swapRequested.d.cts +102 -102
  164. package/dist/11000/swapping/swapRequested.d.mts +102 -102
  165. package/dist/11000/tradingStrategy/strategyDeployed.d.cts +24 -24
  166. package/dist/11000/tradingStrategy/strategyDeployed.d.mts +24 -24
  167. package/dist/111/common.d.cts +4 -4
  168. package/dist/111/common.d.mts +4 -4
  169. package/dist/111/liquidityPools/limitOrderUpdated.d.cts +16 -16
  170. package/dist/111/liquidityPools/limitOrderUpdated.d.mts +16 -16
  171. package/dist/111/liquidityPools/newPoolCreated.d.cts +12 -12
  172. package/dist/111/liquidityPools/newPoolCreated.d.mts +12 -12
  173. package/dist/111/liquidityPools/poolFeeSet.d.cts +12 -12
  174. package/dist/111/liquidityPools/poolFeeSet.d.mts +12 -12
  175. package/dist/111/liquidityPools/rangeOrderUpdated.d.cts +20 -20
  176. package/dist/111/liquidityPools/rangeOrderUpdated.d.mts +20 -20
  177. package/dist/11100/arbitrumIngressEgress/depositFailed.d.cts +12 -12
  178. package/dist/11100/arbitrumIngressEgress/depositFailed.d.mts +12 -12
  179. package/dist/11100/assethubIngressEgress/depositFailed.d.cts +12 -12
  180. package/dist/11100/assethubIngressEgress/depositFailed.d.mts +12 -12
  181. package/dist/11100/bitcoinIngressEgress/depositFailed.d.cts +34 -34
  182. package/dist/11100/bitcoinIngressEgress/depositFailed.d.mts +34 -34
  183. package/dist/11100/common.d.cts +190 -190
  184. package/dist/11100/common.d.mts +190 -190
  185. package/dist/11100/environment/runtimeSafeModeUpdated.d.cts +58 -58
  186. package/dist/11100/environment/runtimeSafeModeUpdated.d.mts +58 -58
  187. package/dist/11100/ethereumIngressEgress/depositFailed.d.cts +12 -12
  188. package/dist/11100/ethereumIngressEgress/depositFailed.d.mts +12 -12
  189. package/dist/11100/funding/sCCallCannotBeDecoded.d.cts +2 -2
  190. package/dist/11100/funding/sCCallCannotBeDecoded.d.mts +2 -2
  191. package/dist/11100/funding/sCCallCannotBeExecuted.d.cts +2 -2
  192. package/dist/11100/funding/sCCallCannotBeExecuted.d.mts +2 -2
  193. package/dist/11100/funding/sCCallExecuted.d.cts +2 -2
  194. package/dist/11100/funding/sCCallExecuted.d.mts +2 -2
  195. package/dist/11100/lendingPools/lendingFundsAdded.d.cts +2 -2
  196. package/dist/11100/lendingPools/lendingFundsAdded.d.mts +2 -2
  197. package/dist/11100/lendingPools/loanCreated.d.cts +4 -4
  198. package/dist/11100/lendingPools/loanCreated.d.mts +4 -4
  199. package/dist/11100/polkadotIngressEgress/depositFailed.d.cts +12 -12
  200. package/dist/11100/polkadotIngressEgress/depositFailed.d.mts +12 -12
  201. package/dist/11100/solanaIngressEgress/depositFailed.d.cts +12 -12
  202. package/dist/11100/solanaIngressEgress/depositFailed.d.mts +12 -12
  203. package/dist/11100/swapping/swapDepositAddressReady.d.cts +2 -2
  204. package/dist/11100/swapping/swapDepositAddressReady.d.mts +2 -2
  205. package/dist/11100/swapping/swapExecuted.d.cts +2 -2
  206. package/dist/11100/swapping/swapExecuted.d.mts +2 -2
  207. package/dist/11100/swapping/swapRequested.d.cts +32 -32
  208. package/dist/11100/swapping/swapRequested.d.mts +32 -32
  209. package/dist/11100/validator/delegated.d.cts +2 -2
  210. package/dist/11100/validator/delegated.d.mts +2 -2
  211. package/dist/11100/validator/delegatorAllowed.d.cts +2 -2
  212. package/dist/11100/validator/delegatorAllowed.d.mts +2 -2
  213. package/dist/11100/validator/delegatorBlocked.d.cts +2 -2
  214. package/dist/11100/validator/delegatorBlocked.d.mts +2 -2
  215. package/dist/11100/validator/operatorAcceptedByValidator.d.cts +2 -2
  216. package/dist/11100/validator/operatorAcceptedByValidator.d.mts +2 -2
  217. package/dist/11100/validator/undelegated.d.cts +2 -2
  218. package/dist/11100/validator/undelegated.d.mts +2 -2
  219. package/dist/11100/validator/validatorClaimed.d.cts +2 -2
  220. package/dist/11100/validator/validatorClaimed.d.mts +2 -2
  221. package/dist/11100/validator/validatorRemovedFromOperator.d.cts +2 -2
  222. package/dist/11100/validator/validatorRemovedFromOperator.d.mts +2 -2
  223. package/dist/11200/arbitrumIngressEgress/depositBoosted.d.cts +12 -12
  224. package/dist/11200/arbitrumIngressEgress/depositBoosted.d.mts +12 -12
  225. package/dist/11200/arbitrumIngressEgress/depositFailed.d.cts +170 -170
  226. package/dist/11200/arbitrumIngressEgress/depositFailed.d.mts +170 -170
  227. package/dist/11200/arbitrumIngressEgress/depositFinalised.d.cts +6 -6
  228. package/dist/11200/arbitrumIngressEgress/depositFinalised.d.mts +6 -6
  229. package/dist/11200/assethubIngressEgress/depositBoosted.d.cts +12 -12
  230. package/dist/11200/assethubIngressEgress/depositBoosted.d.mts +12 -12
  231. package/dist/11200/assethubIngressEgress/depositFailed.d.cts +188 -188
  232. package/dist/11200/assethubIngressEgress/depositFailed.d.mts +188 -188
  233. package/dist/11200/assethubIngressEgress/depositFinalised.d.cts +6 -6
  234. package/dist/11200/assethubIngressEgress/depositFinalised.d.mts +6 -6
  235. package/dist/11200/bitcoinIngressEgress/channelRejectionRequestReceived.d.cts +20 -20
  236. package/dist/11200/bitcoinIngressEgress/channelRejectionRequestReceived.d.mts +20 -20
  237. package/dist/11200/bitcoinIngressEgress/depositBoosted.d.cts +32 -32
  238. package/dist/11200/bitcoinIngressEgress/depositBoosted.d.mts +32 -32
  239. package/dist/11200/bitcoinIngressEgress/depositFailed.d.cts +300 -300
  240. package/dist/11200/bitcoinIngressEgress/depositFailed.d.mts +300 -300
  241. package/dist/11200/bitcoinIngressEgress/depositFinalised.d.cts +26 -26
  242. package/dist/11200/bitcoinIngressEgress/depositFinalised.d.mts +26 -26
  243. package/dist/11200/common.d.cts +2667 -2667
  244. package/dist/11200/common.d.mts +2667 -2667
  245. package/dist/11200/environment/runtimeSafeModeUpdated.d.cts +12 -12
  246. package/dist/11200/environment/runtimeSafeModeUpdated.d.mts +12 -12
  247. package/dist/11200/ethereumIngressEgress/depositBoosted.d.cts +12 -12
  248. package/dist/11200/ethereumIngressEgress/depositBoosted.d.mts +12 -12
  249. package/dist/11200/ethereumIngressEgress/depositFailed.d.cts +170 -170
  250. package/dist/11200/ethereumIngressEgress/depositFailed.d.mts +170 -170
  251. package/dist/11200/ethereumIngressEgress/depositFinalised.d.cts +6 -6
  252. package/dist/11200/ethereumIngressEgress/depositFinalised.d.mts +6 -6
  253. package/dist/11200/polkadotIngressEgress/depositBoosted.d.cts +12 -12
  254. package/dist/11200/polkadotIngressEgress/depositBoosted.d.mts +12 -12
  255. package/dist/11200/polkadotIngressEgress/depositFailed.d.cts +188 -188
  256. package/dist/11200/polkadotIngressEgress/depositFailed.d.mts +188 -188
  257. package/dist/11200/polkadotIngressEgress/depositFinalised.d.cts +6 -6
  258. package/dist/11200/polkadotIngressEgress/depositFinalised.d.mts +6 -6
  259. package/dist/11200/solanaIngressEgress/depositBoosted.d.cts +20 -20
  260. package/dist/11200/solanaIngressEgress/depositBoosted.d.mts +20 -20
  261. package/dist/11200/solanaIngressEgress/depositFailed.d.cts +202 -202
  262. package/dist/11200/solanaIngressEgress/depositFailed.d.mts +202 -202
  263. package/dist/11200/solanaIngressEgress/depositFinalised.d.cts +14 -14
  264. package/dist/11200/solanaIngressEgress/depositFinalised.d.mts +14 -14
  265. package/dist/11200/solanaIngressEgress/transactionRejectedByBroker.d.cts +8 -8
  266. package/dist/11200/solanaIngressEgress/transactionRejectedByBroker.d.mts +8 -8
  267. package/dist/11200/solanaIngressEgress/transactionRejectionFailed.d.cts +8 -8
  268. package/dist/11200/solanaIngressEgress/transactionRejectionFailed.d.mts +8 -8
  269. package/dist/11200/swapping/swapRequested.d.cts +371 -371
  270. package/dist/11200/swapping/swapRequested.d.mts +371 -371
  271. package/dist/120/bitcoinIngressEgress/depositIgnored.d.cts +4 -4
  272. package/dist/120/bitcoinIngressEgress/depositIgnored.d.mts +4 -4
  273. package/dist/120/bitcoinIngressEgress/depositReceived.d.cts +8 -8
  274. package/dist/120/bitcoinIngressEgress/depositReceived.d.mts +8 -8
  275. package/dist/120/liquidityProvider/withdrawalEgressScheduled.d.cts +2 -2
  276. package/dist/120/liquidityProvider/withdrawalEgressScheduled.d.mts +2 -2
  277. package/dist/120/swapping/swapExecuted.d.cts +2 -2
  278. package/dist/120/swapping/swapExecuted.d.mts +2 -2
  279. package/dist/131/bitcoinIngressEgress/depositIgnored.d.cts +20 -20
  280. package/dist/131/bitcoinIngressEgress/depositIgnored.d.mts +20 -20
  281. package/dist/131/bitcoinIngressEgress/depositReceived.d.cts +20 -20
  282. package/dist/131/bitcoinIngressEgress/depositReceived.d.mts +20 -20
  283. package/dist/131/bitcoinIngressEgress/depositWitnessRejected.d.cts +46 -46
  284. package/dist/131/bitcoinIngressEgress/depositWitnessRejected.d.mts +46 -46
  285. package/dist/131/bitcoinIngressEgress/failedToBuildAllBatchCall.d.cts +28 -28
  286. package/dist/131/bitcoinIngressEgress/failedToBuildAllBatchCall.d.mts +28 -28
  287. package/dist/131/common.d.cts +205 -205
  288. package/dist/131/common.d.mts +205 -205
  289. package/dist/131/environment/runtimeSafeModeUpdated.d.cts +12 -12
  290. package/dist/131/environment/runtimeSafeModeUpdated.d.mts +12 -12
  291. package/dist/131/ethereumIngressEgress/depositFetchesScheduled.d.cts +2 -2
  292. package/dist/131/ethereumIngressEgress/depositFetchesScheduled.d.mts +2 -2
  293. package/dist/131/ethereumIngressEgress/depositWitnessRejected.d.cts +16 -16
  294. package/dist/131/ethereumIngressEgress/depositWitnessRejected.d.mts +16 -16
  295. package/dist/131/ethereumIngressEgress/failedToBuildAllBatchCall.d.cts +28 -28
  296. package/dist/131/ethereumIngressEgress/failedToBuildAllBatchCall.d.mts +28 -28
  297. package/dist/131/ethereumIngressEgress/transferFallbackRequested.d.cts +2 -2
  298. package/dist/131/ethereumIngressEgress/transferFallbackRequested.d.mts +2 -2
  299. package/dist/131/liquidityPools/assetSwapped.d.cts +12 -12
  300. package/dist/131/liquidityPools/assetSwapped.d.mts +12 -12
  301. package/dist/131/liquidityPools/limitOrderUpdated.d.cts +24 -24
  302. package/dist/131/liquidityPools/limitOrderUpdated.d.mts +24 -24
  303. package/dist/131/liquidityPools/newPoolCreated.d.cts +12 -12
  304. package/dist/131/liquidityPools/newPoolCreated.d.mts +12 -12
  305. package/dist/131/liquidityPools/poolFeeSet.d.cts +12 -12
  306. package/dist/131/liquidityPools/poolFeeSet.d.mts +12 -12
  307. package/dist/131/liquidityPools/rangeOrderUpdated.d.cts +28 -28
  308. package/dist/131/liquidityPools/rangeOrderUpdated.d.mts +28 -28
  309. package/dist/131/liquidityProvider/accountCredited.d.cts +6 -6
  310. package/dist/131/liquidityProvider/accountCredited.d.mts +6 -6
  311. package/dist/131/liquidityProvider/accountDebited.d.cts +6 -6
  312. package/dist/131/liquidityProvider/accountDebited.d.mts +6 -6
  313. package/dist/131/liquidityProvider/liquidityDepositAddressReady.d.cts +11 -11
  314. package/dist/131/liquidityProvider/liquidityDepositAddressReady.d.mts +11 -11
  315. package/dist/131/liquidityProvider/liquidityDepositCredited.d.cts +6 -6
  316. package/dist/131/liquidityProvider/liquidityDepositCredited.d.mts +6 -6
  317. package/dist/131/liquidityProvider/withdrawalEgressScheduled.d.cts +16 -16
  318. package/dist/131/liquidityProvider/withdrawalEgressScheduled.d.mts +16 -16
  319. package/dist/131/polkadotIngressEgress/failedToBuildAllBatchCall.d.cts +28 -28
  320. package/dist/131/polkadotIngressEgress/failedToBuildAllBatchCall.d.mts +28 -28
  321. package/dist/131/swapping/batchSwapFailed.d.cts +6 -6
  322. package/dist/131/swapping/batchSwapFailed.d.mts +6 -6
  323. package/dist/131/swapping/ccmFailed.d.cts +96 -96
  324. package/dist/131/swapping/ccmFailed.d.mts +96 -96
  325. package/dist/131/swapping/maximumSwapAmountSet.d.cts +6 -6
  326. package/dist/131/swapping/maximumSwapAmountSet.d.mts +6 -6
  327. package/dist/131/swapping/swapAmountConfiscated.d.cts +12 -12
  328. package/dist/131/swapping/swapAmountConfiscated.d.mts +12 -12
  329. package/dist/131/swapping/swapDepositAddressReady.d.cts +24 -24
  330. package/dist/131/swapping/swapDepositAddressReady.d.mts +24 -24
  331. package/dist/131/swapping/swapEgressIgnored.d.cts +24 -24
  332. package/dist/131/swapping/swapEgressIgnored.d.mts +24 -24
  333. package/dist/131/swapping/swapEgressScheduled.d.cts +10 -10
  334. package/dist/131/swapping/swapEgressScheduled.d.mts +10 -10
  335. package/dist/131/swapping/swapExecuted.d.cts +14 -14
  336. package/dist/131/swapping/swapExecuted.d.mts +14 -14
  337. package/dist/131/swapping/swapScheduled.d.cts +93 -93
  338. package/dist/131/swapping/swapScheduled.d.mts +93 -93
  339. package/dist/131/swapping/withdrawalRequested.d.cts +15 -15
  340. package/dist/131/swapping/withdrawalRequested.d.mts +15 -15
  341. package/dist/131/witnesser/prewitnessExecutionFailed.d.cts +16 -16
  342. package/dist/131/witnesser/prewitnessExecutionFailed.d.mts +16 -16
  343. package/dist/141/arbitrumBroadcaster/transactionBroadcastRequest.d.cts +8 -8
  344. package/dist/141/arbitrumBroadcaster/transactionBroadcastRequest.d.mts +8 -8
  345. package/dist/141/arbitrumIngressEgress/boostFundsAdded.d.cts +4 -4
  346. package/dist/141/arbitrumIngressEgress/boostFundsAdded.d.mts +4 -4
  347. package/dist/141/arbitrumIngressEgress/depositBoosted.d.cts +4 -4
  348. package/dist/141/arbitrumIngressEgress/depositBoosted.d.mts +4 -4
  349. package/dist/141/arbitrumIngressEgress/depositFinalised.d.cts +4 -4
  350. package/dist/141/arbitrumIngressEgress/depositFinalised.d.mts +4 -4
  351. package/dist/141/arbitrumIngressEgress/depositIgnored.d.cts +3 -3
  352. package/dist/141/arbitrumIngressEgress/depositIgnored.d.mts +3 -3
  353. package/dist/141/arbitrumIngressEgress/depositWitnessRejected.d.cts +6 -6
  354. package/dist/141/arbitrumIngressEgress/depositWitnessRejected.d.mts +6 -6
  355. package/dist/141/arbitrumIngressEgress/insufficientBoostLiquidity.d.cts +2 -2
  356. package/dist/141/arbitrumIngressEgress/insufficientBoostLiquidity.d.mts +2 -2
  357. package/dist/141/arbitrumIngressEgress/stoppedBoosting.d.cts +2 -2
  358. package/dist/141/arbitrumIngressEgress/stoppedBoosting.d.mts +2 -2
  359. package/dist/141/arbitrumIngressEgress/transferFallbackRequested.d.cts +4 -4
  360. package/dist/141/arbitrumIngressEgress/transferFallbackRequested.d.mts +4 -4
  361. package/dist/141/bitcoinIngressEgress/boostFundsAdded.d.cts +4 -4
  362. package/dist/141/bitcoinIngressEgress/boostFundsAdded.d.mts +4 -4
  363. package/dist/141/bitcoinIngressEgress/depositBoosted.d.cts +6 -6
  364. package/dist/141/bitcoinIngressEgress/depositBoosted.d.mts +6 -6
  365. package/dist/141/bitcoinIngressEgress/depositFinalised.d.cts +6 -6
  366. package/dist/141/bitcoinIngressEgress/depositFinalised.d.mts +6 -6
  367. package/dist/141/bitcoinIngressEgress/insufficientBoostLiquidity.d.cts +2 -2
  368. package/dist/141/bitcoinIngressEgress/insufficientBoostLiquidity.d.mts +2 -2
  369. package/dist/141/bitcoinIngressEgress/stoppedBoosting.d.cts +2 -2
  370. package/dist/141/bitcoinIngressEgress/stoppedBoosting.d.mts +2 -2
  371. package/dist/141/common.d.cts +7 -7
  372. package/dist/141/common.d.mts +7 -7
  373. package/dist/141/environment/staleUtxosDiscarded.d.cts +4 -4
  374. package/dist/141/environment/staleUtxosDiscarded.d.mts +4 -4
  375. package/dist/141/ethereumIngressEgress/boostFundsAdded.d.cts +4 -4
  376. package/dist/141/ethereumIngressEgress/boostFundsAdded.d.mts +4 -4
  377. package/dist/141/ethereumIngressEgress/depositBoosted.d.cts +4 -4
  378. package/dist/141/ethereumIngressEgress/depositBoosted.d.mts +4 -4
  379. package/dist/141/ethereumIngressEgress/depositFinalised.d.cts +4 -4
  380. package/dist/141/ethereumIngressEgress/depositFinalised.d.mts +4 -4
  381. package/dist/141/ethereumIngressEgress/insufficientBoostLiquidity.d.cts +2 -2
  382. package/dist/141/ethereumIngressEgress/insufficientBoostLiquidity.d.mts +2 -2
  383. package/dist/141/ethereumIngressEgress/stoppedBoosting.d.cts +2 -2
  384. package/dist/141/ethereumIngressEgress/stoppedBoosting.d.mts +2 -2
  385. package/dist/141/evmThresholdSigner/thresholdSignatureRequest.d.cts +2 -2
  386. package/dist/141/evmThresholdSigner/thresholdSignatureRequest.d.mts +2 -2
  387. package/dist/141/liquidityPools/limitOrderUpdated.d.cts +2 -2
  388. package/dist/141/liquidityPools/limitOrderUpdated.d.mts +2 -2
  389. package/dist/141/liquidityPools/rangeOrderUpdated.d.cts +8 -8
  390. package/dist/141/liquidityPools/rangeOrderUpdated.d.mts +8 -8
  391. package/dist/141/liquidityProvider/assetTransferred.d.cts +2 -2
  392. package/dist/141/liquidityProvider/assetTransferred.d.mts +2 -2
  393. package/dist/141/liquidityProvider/liquidityDepositAddressReady.d.cts +6 -6
  394. package/dist/141/liquidityProvider/liquidityDepositAddressReady.d.mts +6 -6
  395. package/dist/141/liquidityProvider/withdrawalEgressScheduled.d.cts +4 -4
  396. package/dist/141/liquidityProvider/withdrawalEgressScheduled.d.mts +4 -4
  397. package/dist/141/polkadotIngressEgress/boostFundsAdded.d.cts +4 -4
  398. package/dist/141/polkadotIngressEgress/boostFundsAdded.d.mts +4 -4
  399. package/dist/141/polkadotIngressEgress/depositBoosted.d.cts +4 -4
  400. package/dist/141/polkadotIngressEgress/depositBoosted.d.mts +4 -4
  401. package/dist/141/polkadotIngressEgress/depositFinalised.d.cts +4 -4
  402. package/dist/141/polkadotIngressEgress/depositFinalised.d.mts +4 -4
  403. package/dist/141/polkadotIngressEgress/insufficientBoostLiquidity.d.cts +2 -2
  404. package/dist/141/polkadotIngressEgress/insufficientBoostLiquidity.d.mts +2 -2
  405. package/dist/141/polkadotIngressEgress/stoppedBoosting.d.cts +2 -2
  406. package/dist/141/polkadotIngressEgress/stoppedBoosting.d.mts +2 -2
  407. package/dist/141/swapping/batchSwapFailed.d.cts +2 -2
  408. package/dist/141/swapping/batchSwapFailed.d.mts +2 -2
  409. package/dist/141/swapping/ccmDepositReceived.d.cts +4 -4
  410. package/dist/141/swapping/ccmDepositReceived.d.mts +4 -4
  411. package/dist/141/swapping/ccmFailed.d.cts +4 -4
  412. package/dist/141/swapping/ccmFailed.d.mts +4 -4
  413. package/dist/141/swapping/swapDepositAddressReady.d.cts +4 -4
  414. package/dist/141/swapping/swapDepositAddressReady.d.mts +4 -4
  415. package/dist/141/swapping/swapEgressIgnored.d.cts +3 -3
  416. package/dist/141/swapping/swapEgressIgnored.d.mts +3 -3
  417. package/dist/141/swapping/swapEgressScheduled.d.cts +5 -5
  418. package/dist/141/swapping/swapEgressScheduled.d.mts +5 -5
  419. package/dist/141/swapping/swapExecuted.d.cts +8 -8
  420. package/dist/141/swapping/swapExecuted.d.mts +8 -8
  421. package/dist/141/swapping/swapScheduled.d.cts +37 -37
  422. package/dist/141/swapping/swapScheduled.d.mts +37 -37
  423. package/dist/150/arbitrumIngressEgress/ccmBroadcastRequested.d.cts +2 -2
  424. package/dist/150/arbitrumIngressEgress/ccmBroadcastRequested.d.mts +2 -2
  425. package/dist/150/arbitrumIngressEgress/depositBoosted.d.cts +6 -6
  426. package/dist/150/arbitrumIngressEgress/depositBoosted.d.mts +6 -6
  427. package/dist/150/arbitrumIngressEgress/depositFinalised.d.cts +4 -4
  428. package/dist/150/arbitrumIngressEgress/depositFinalised.d.mts +4 -4
  429. package/dist/150/arbitrumIngressEgress/depositIgnored.d.cts +2 -2
  430. package/dist/150/arbitrumIngressEgress/depositIgnored.d.mts +2 -2
  431. package/dist/150/arbitrumIngressEgress/depositWitnessRejected.d.cts +4 -4
  432. package/dist/150/arbitrumIngressEgress/depositWitnessRejected.d.mts +4 -4
  433. package/dist/150/assetBalances/refundScheduled.d.cts +2 -2
  434. package/dist/150/assetBalances/refundScheduled.d.mts +2 -2
  435. package/dist/150/bitcoinIngressEgress/ccmBroadcastRequested.d.cts +2 -2
  436. package/dist/150/bitcoinIngressEgress/ccmBroadcastRequested.d.mts +2 -2
  437. package/dist/150/bitcoinIngressEgress/depositBoosted.d.cts +6 -6
  438. package/dist/150/bitcoinIngressEgress/depositBoosted.d.mts +6 -6
  439. package/dist/150/bitcoinIngressEgress/depositFinalised.d.cts +4 -4
  440. package/dist/150/bitcoinIngressEgress/depositFinalised.d.mts +4 -4
  441. package/dist/150/common.d.cts +33 -33
  442. package/dist/150/common.d.mts +33 -33
  443. package/dist/150/ethereumIngressEgress/ccmBroadcastRequested.d.cts +2 -2
  444. package/dist/150/ethereumIngressEgress/ccmBroadcastRequested.d.mts +2 -2
  445. package/dist/150/ethereumIngressEgress/depositBoosted.d.cts +6 -6
  446. package/dist/150/ethereumIngressEgress/depositBoosted.d.mts +6 -6
  447. package/dist/150/ethereumIngressEgress/depositFinalised.d.cts +4 -4
  448. package/dist/150/ethereumIngressEgress/depositFinalised.d.mts +4 -4
  449. package/dist/150/ethereumIngressEgress/depositIgnored.d.cts +2 -2
  450. package/dist/150/ethereumIngressEgress/depositIgnored.d.mts +2 -2
  451. package/dist/150/ethereumIngressEgress/depositWitnessRejected.d.cts +4 -4
  452. package/dist/150/ethereumIngressEgress/depositWitnessRejected.d.mts +4 -4
  453. package/dist/150/liquidityPools/assetSwapped.d.cts +12 -12
  454. package/dist/150/liquidityPools/assetSwapped.d.mts +12 -12
  455. package/dist/150/liquidityPools/limitOrderUpdated.d.cts +12 -12
  456. package/dist/150/liquidityPools/limitOrderUpdated.d.mts +12 -12
  457. package/dist/150/liquidityPools/newPoolCreated.d.cts +12 -12
  458. package/dist/150/liquidityPools/newPoolCreated.d.mts +12 -12
  459. package/dist/150/liquidityPools/poolFeeSet.d.cts +12 -12
  460. package/dist/150/liquidityPools/poolFeeSet.d.mts +12 -12
  461. package/dist/150/liquidityPools/rangeOrderUpdated.d.cts +24 -24
  462. package/dist/150/liquidityPools/rangeOrderUpdated.d.mts +24 -24
  463. package/dist/150/liquidityProvider/accountCredited.d.cts +6 -6
  464. package/dist/150/liquidityProvider/accountCredited.d.mts +6 -6
  465. package/dist/150/liquidityProvider/accountDebited.d.cts +6 -6
  466. package/dist/150/liquidityProvider/accountDebited.d.mts +6 -6
  467. package/dist/150/liquidityProvider/assetTransferred.d.cts +7 -7
  468. package/dist/150/liquidityProvider/assetTransferred.d.mts +7 -7
  469. package/dist/150/liquidityProvider/liquidityDepositAddressReady.d.cts +11 -11
  470. package/dist/150/liquidityProvider/liquidityDepositAddressReady.d.mts +11 -11
  471. package/dist/150/liquidityProvider/liquidityDepositCredited.d.cts +6 -6
  472. package/dist/150/liquidityProvider/liquidityDepositCredited.d.mts +6 -6
  473. package/dist/150/liquidityProvider/withdrawalEgressScheduled.d.cts +13 -13
  474. package/dist/150/liquidityProvider/withdrawalEgressScheduled.d.mts +13 -13
  475. package/dist/150/polkadotIngressEgress/ccmBroadcastRequested.d.cts +2 -2
  476. package/dist/150/polkadotIngressEgress/ccmBroadcastRequested.d.mts +2 -2
  477. package/dist/150/polkadotIngressEgress/depositBoosted.d.cts +6 -6
  478. package/dist/150/polkadotIngressEgress/depositBoosted.d.mts +6 -6
  479. package/dist/150/polkadotIngressEgress/depositFinalised.d.cts +4 -4
  480. package/dist/150/polkadotIngressEgress/depositFinalised.d.mts +4 -4
  481. package/dist/150/polkadotIngressEgress/depositIgnored.d.cts +2 -2
  482. package/dist/150/polkadotIngressEgress/depositIgnored.d.mts +2 -2
  483. package/dist/150/polkadotIngressEgress/depositWitnessRejected.d.cts +4 -4
  484. package/dist/150/polkadotIngressEgress/depositWitnessRejected.d.mts +4 -4
  485. package/dist/150/solanaBroadcaster/broadcastCallbackExecuted.d.cts +2 -2
  486. package/dist/150/solanaBroadcaster/broadcastCallbackExecuted.d.mts +2 -2
  487. package/dist/150/solanaBroadcaster/transactionBroadcastRequest.d.cts +2 -2
  488. package/dist/150/solanaBroadcaster/transactionBroadcastRequest.d.mts +2 -2
  489. package/dist/150/solanaIngressEgress/boostFundsAdded.d.cts +2 -2
  490. package/dist/150/solanaIngressEgress/boostFundsAdded.d.mts +2 -2
  491. package/dist/150/solanaIngressEgress/ccmBroadcastRequested.d.cts +2 -2
  492. package/dist/150/solanaIngressEgress/ccmBroadcastRequested.d.mts +2 -2
  493. package/dist/150/solanaIngressEgress/depositBoosted.d.cts +4 -4
  494. package/dist/150/solanaIngressEgress/depositBoosted.d.mts +4 -4
  495. package/dist/150/solanaIngressEgress/depositFetchesScheduled.d.cts +2 -2
  496. package/dist/150/solanaIngressEgress/depositFetchesScheduled.d.mts +2 -2
  497. package/dist/150/solanaIngressEgress/depositFinalised.d.cts +4 -4
  498. package/dist/150/solanaIngressEgress/depositFinalised.d.mts +4 -4
  499. package/dist/150/solanaIngressEgress/depositIgnored.d.cts +2 -2
  500. package/dist/150/solanaIngressEgress/depositIgnored.d.mts +2 -2
  501. package/dist/150/solanaIngressEgress/depositWitnessRejected.d.cts +4 -4
  502. package/dist/150/solanaIngressEgress/depositWitnessRejected.d.mts +4 -4
  503. package/dist/150/solanaIngressEgress/insufficientBoostLiquidity.d.cts +4 -4
  504. package/dist/150/solanaIngressEgress/insufficientBoostLiquidity.d.mts +4 -4
  505. package/dist/150/solanaIngressEgress/stoppedBoosting.d.cts +2 -2
  506. package/dist/150/solanaIngressEgress/stoppedBoosting.d.mts +2 -2
  507. package/dist/150/solanaIngressEgress/transferFallbackRequested.d.cts +4 -4
  508. package/dist/150/solanaIngressEgress/transferFallbackRequested.d.mts +4 -4
  509. package/dist/150/solanaThresholdSigner/failureReportProcessed.d.cts +2 -2
  510. package/dist/150/solanaThresholdSigner/failureReportProcessed.d.mts +2 -2
  511. package/dist/150/solanaThresholdSigner/retryRequested.d.cts +2 -2
  512. package/dist/150/solanaThresholdSigner/retryRequested.d.mts +2 -2
  513. package/dist/150/solanaThresholdSigner/thresholdDispatchComplete.d.cts +2 -2
  514. package/dist/150/solanaThresholdSigner/thresholdDispatchComplete.d.mts +2 -2
  515. package/dist/150/solanaThresholdSigner/thresholdSignatureFailed.d.cts +2 -2
  516. package/dist/150/solanaThresholdSigner/thresholdSignatureFailed.d.mts +2 -2
  517. package/dist/150/solanaThresholdSigner/thresholdSignatureRequest.d.cts +2 -2
  518. package/dist/150/solanaThresholdSigner/thresholdSignatureRequest.d.mts +2 -2
  519. package/dist/150/solanaThresholdSigner/thresholdSignatureSuccess.d.cts +2 -2
  520. package/dist/150/solanaThresholdSigner/thresholdSignatureSuccess.d.mts +2 -2
  521. package/dist/150/swapping/batchSwapFailed.d.cts +7 -7
  522. package/dist/150/swapping/batchSwapFailed.d.mts +7 -7
  523. package/dist/150/swapping/ccmDepositReceived.d.cts +8 -8
  524. package/dist/150/swapping/ccmDepositReceived.d.mts +8 -8
  525. package/dist/150/swapping/ccmFailed.d.cts +9 -9
  526. package/dist/150/swapping/ccmFailed.d.mts +9 -9
  527. package/dist/150/swapping/maximumSwapAmountSet.d.cts +6 -6
  528. package/dist/150/swapping/maximumSwapAmountSet.d.mts +6 -6
  529. package/dist/150/swapping/refundEgressIgnored.d.cts +9 -9
  530. package/dist/150/swapping/refundEgressIgnored.d.mts +9 -9
  531. package/dist/150/swapping/refundEgressScheduled.d.cts +9 -9
  532. package/dist/150/swapping/refundEgressScheduled.d.mts +9 -9
  533. package/dist/150/swapping/swapAmountConfiscated.d.cts +12 -12
  534. package/dist/150/swapping/swapAmountConfiscated.d.mts +12 -12
  535. package/dist/150/swapping/swapDepositAddressReady.d.cts +25 -25
  536. package/dist/150/swapping/swapDepositAddressReady.d.mts +25 -25
  537. package/dist/150/swapping/swapEgressIgnored.d.cts +9 -9
  538. package/dist/150/swapping/swapEgressIgnored.d.mts +9 -9
  539. package/dist/150/swapping/swapEgressScheduled.d.cts +9 -9
  540. package/dist/150/swapping/swapEgressScheduled.d.mts +9 -9
  541. package/dist/150/swapping/swapExecuted.d.cts +13 -13
  542. package/dist/150/swapping/swapExecuted.d.mts +13 -13
  543. package/dist/150/swapping/swapScheduled.d.cts +27 -27
  544. package/dist/150/swapping/swapScheduled.d.mts +27 -27
  545. package/dist/150/swapping/withdrawalRequested.d.cts +10 -10
  546. package/dist/150/swapping/withdrawalRequested.d.mts +10 -10
  547. package/dist/160/assetBalances/accountCredited.d.cts +8 -8
  548. package/dist/160/assetBalances/accountCredited.d.mts +8 -8
  549. package/dist/160/assetBalances/accountDebited.d.cts +8 -8
  550. package/dist/160/assetBalances/accountDebited.d.mts +8 -8
  551. package/dist/160/common.d.cts +28 -28
  552. package/dist/160/common.d.mts +28 -28
  553. package/dist/160/liquidityPools/assetSwapped.d.cts +12 -12
  554. package/dist/160/liquidityPools/assetSwapped.d.mts +12 -12
  555. package/dist/160/liquidityPools/limitOrderUpdated.d.cts +14 -14
  556. package/dist/160/liquidityPools/limitOrderUpdated.d.mts +14 -14
  557. package/dist/160/liquidityPools/newPoolCreated.d.cts +12 -12
  558. package/dist/160/liquidityPools/newPoolCreated.d.mts +12 -12
  559. package/dist/160/liquidityPools/orderDeletionFailed.d.cts +32 -32
  560. package/dist/160/liquidityPools/orderDeletionFailed.d.mts +32 -32
  561. package/dist/160/liquidityPools/poolFeeSet.d.cts +12 -12
  562. package/dist/160/liquidityPools/poolFeeSet.d.mts +12 -12
  563. package/dist/160/liquidityPools/rangeOrderUpdated.d.cts +14 -14
  564. package/dist/160/liquidityPools/rangeOrderUpdated.d.mts +14 -14
  565. package/dist/160/liquidityProvider/assetTransferred.d.cts +6 -6
  566. package/dist/160/liquidityProvider/assetTransferred.d.mts +6 -6
  567. package/dist/160/liquidityProvider/liquidityDepositAddressReady.d.cts +6 -6
  568. package/dist/160/liquidityProvider/liquidityDepositAddressReady.d.mts +6 -6
  569. package/dist/160/liquidityProvider/withdrawalEgressScheduled.d.cts +6 -6
  570. package/dist/160/liquidityProvider/withdrawalEgressScheduled.d.mts +6 -6
  571. package/dist/160/solanaIngressEgress/boostFundsAdded.d.cts +2 -2
  572. package/dist/160/solanaIngressEgress/boostFundsAdded.d.mts +2 -2
  573. package/dist/160/solanaIngressEgress/stoppedBoosting.d.cts +2 -2
  574. package/dist/160/solanaIngressEgress/stoppedBoosting.d.mts +2 -2
  575. package/dist/160/swapping/batchSwapFailed.d.cts +6 -6
  576. package/dist/160/swapping/batchSwapFailed.d.mts +6 -6
  577. package/dist/160/swapping/maximumSwapAmountSet.d.cts +6 -6
  578. package/dist/160/swapping/maximumSwapAmountSet.d.mts +6 -6
  579. package/dist/160/swapping/refundEgressIgnored.d.cts +6 -6
  580. package/dist/160/swapping/refundEgressIgnored.d.mts +6 -6
  581. package/dist/160/swapping/refundEgressScheduled.d.cts +6 -6
  582. package/dist/160/swapping/refundEgressScheduled.d.mts +6 -6
  583. package/dist/160/swapping/swapAmountConfiscated.d.cts +6 -6
  584. package/dist/160/swapping/swapAmountConfiscated.d.mts +6 -6
  585. package/dist/160/swapping/swapDepositAddressReady.d.cts +12 -12
  586. package/dist/160/swapping/swapDepositAddressReady.d.mts +12 -12
  587. package/dist/160/swapping/swapEgressIgnored.d.cts +6 -6
  588. package/dist/160/swapping/swapEgressIgnored.d.mts +6 -6
  589. package/dist/160/swapping/swapEgressScheduled.d.cts +6 -6
  590. package/dist/160/swapping/swapEgressScheduled.d.mts +6 -6
  591. package/dist/160/swapping/swapExecuted.d.cts +12 -12
  592. package/dist/160/swapping/swapExecuted.d.mts +12 -12
  593. package/dist/160/swapping/swapRequested.d.cts +12 -12
  594. package/dist/160/swapping/swapRequested.d.mts +12 -12
  595. package/dist/160/swapping/withdrawalRequested.d.cts +6 -6
  596. package/dist/160/swapping/withdrawalRequested.d.mts +6 -6
  597. package/dist/170/arbitrumIngressEgress/transactionRejectedByBroker.d.cts +2 -2
  598. package/dist/170/arbitrumIngressEgress/transactionRejectedByBroker.d.mts +2 -2
  599. package/dist/170/bitcoinIngressEgress/transactionRejectedByBroker.d.cts +2 -2
  600. package/dist/170/bitcoinIngressEgress/transactionRejectedByBroker.d.mts +2 -2
  601. package/dist/170/ethereumIngressEgress/transactionRejectedByBroker.d.cts +2 -2
  602. package/dist/170/ethereumIngressEgress/transactionRejectedByBroker.d.mts +2 -2
  603. package/dist/170/polkadotIngressEgress/transactionRejectedByBroker.d.cts +2 -2
  604. package/dist/170/polkadotIngressEgress/transactionRejectedByBroker.d.mts +2 -2
  605. package/dist/170/reputation/offencePenalty.d.cts +2 -2
  606. package/dist/170/reputation/offencePenalty.d.mts +2 -2
  607. package/dist/180/arbitrumIngressEgress/ccmEgressInvalid.d.cts +24 -24
  608. package/dist/180/arbitrumIngressEgress/ccmEgressInvalid.d.mts +24 -24
  609. package/dist/180/arbitrumIngressEgress/depositBoosted.d.cts +8 -8
  610. package/dist/180/arbitrumIngressEgress/depositBoosted.d.mts +8 -8
  611. package/dist/180/arbitrumIngressEgress/depositFailed.d.cts +65 -65
  612. package/dist/180/arbitrumIngressEgress/depositFailed.d.mts +65 -65
  613. package/dist/180/arbitrumIngressEgress/depositFinalised.d.cts +2 -2
  614. package/dist/180/arbitrumIngressEgress/depositFinalised.d.mts +2 -2
  615. package/dist/180/arbitrumIngressEgress/failedToBuildAllBatchCall.d.cts +20 -20
  616. package/dist/180/arbitrumIngressEgress/failedToBuildAllBatchCall.d.mts +20 -20
  617. package/dist/180/bitcoinIngressEgress/ccmEgressInvalid.d.cts +24 -24
  618. package/dist/180/bitcoinIngressEgress/ccmEgressInvalid.d.mts +24 -24
  619. package/dist/180/bitcoinIngressEgress/depositBoosted.d.cts +12 -12
  620. package/dist/180/bitcoinIngressEgress/depositBoosted.d.mts +12 -12
  621. package/dist/180/bitcoinIngressEgress/depositFailed.d.cts +129 -129
  622. package/dist/180/bitcoinIngressEgress/depositFailed.d.mts +129 -129
  623. package/dist/180/bitcoinIngressEgress/depositFinalised.d.cts +6 -6
  624. package/dist/180/bitcoinIngressEgress/depositFinalised.d.mts +6 -6
  625. package/dist/180/bitcoinIngressEgress/failedToBuildAllBatchCall.d.cts +20 -20
  626. package/dist/180/bitcoinIngressEgress/failedToBuildAllBatchCall.d.mts +20 -20
  627. package/dist/180/common.d.cts +495 -495
  628. package/dist/180/common.d.mts +495 -495
  629. package/dist/180/ethereumIngressEgress/ccmEgressInvalid.d.cts +24 -24
  630. package/dist/180/ethereumIngressEgress/ccmEgressInvalid.d.mts +24 -24
  631. package/dist/180/ethereumIngressEgress/depositBoosted.d.cts +8 -8
  632. package/dist/180/ethereumIngressEgress/depositBoosted.d.mts +8 -8
  633. package/dist/180/ethereumIngressEgress/depositFailed.d.cts +65 -65
  634. package/dist/180/ethereumIngressEgress/depositFailed.d.mts +65 -65
  635. package/dist/180/ethereumIngressEgress/depositFinalised.d.cts +2 -2
  636. package/dist/180/ethereumIngressEgress/depositFinalised.d.mts +2 -2
  637. package/dist/180/ethereumIngressEgress/failedToBuildAllBatchCall.d.cts +20 -20
  638. package/dist/180/ethereumIngressEgress/failedToBuildAllBatchCall.d.mts +20 -20
  639. package/dist/180/polkadotIngressEgress/ccmEgressInvalid.d.cts +24 -24
  640. package/dist/180/polkadotIngressEgress/ccmEgressInvalid.d.mts +24 -24
  641. package/dist/180/polkadotIngressEgress/depositBoosted.d.cts +8 -8
  642. package/dist/180/polkadotIngressEgress/depositBoosted.d.mts +8 -8
  643. package/dist/180/polkadotIngressEgress/depositFailed.d.cts +68 -68
  644. package/dist/180/polkadotIngressEgress/depositFailed.d.mts +68 -68
  645. package/dist/180/polkadotIngressEgress/depositFinalised.d.cts +2 -2
  646. package/dist/180/polkadotIngressEgress/depositFinalised.d.mts +2 -2
  647. package/dist/180/polkadotIngressEgress/failedToBuildAllBatchCall.d.cts +20 -20
  648. package/dist/180/polkadotIngressEgress/failedToBuildAllBatchCall.d.mts +20 -20
  649. package/dist/180/solanaIngressEgress/ccmEgressInvalid.d.cts +24 -24
  650. package/dist/180/solanaIngressEgress/ccmEgressInvalid.d.mts +24 -24
  651. package/dist/180/solanaIngressEgress/depositBoosted.d.cts +8 -8
  652. package/dist/180/solanaIngressEgress/depositBoosted.d.mts +8 -8
  653. package/dist/180/solanaIngressEgress/depositFailed.d.cts +56 -56
  654. package/dist/180/solanaIngressEgress/depositFailed.d.mts +56 -56
  655. package/dist/180/solanaIngressEgress/depositFinalised.d.cts +2 -2
  656. package/dist/180/solanaIngressEgress/depositFinalised.d.mts +2 -2
  657. package/dist/180/solanaIngressEgress/failedToBuildAllBatchCall.d.cts +20 -20
  658. package/dist/180/solanaIngressEgress/failedToBuildAllBatchCall.d.mts +20 -20
  659. package/dist/180/swapping/refundEgressScheduled.d.cts +12 -12
  660. package/dist/180/swapping/refundEgressScheduled.d.mts +12 -12
  661. package/dist/180/swapping/swapDepositAddressReady.d.cts +35 -35
  662. package/dist/180/swapping/swapDepositAddressReady.d.mts +35 -35
  663. package/dist/180/swapping/swapEgressScheduled.d.cts +12 -12
  664. package/dist/180/swapping/swapEgressScheduled.d.mts +12 -12
  665. package/dist/180/swapping/swapRequested.d.cts +34 -34
  666. package/dist/180/swapping/swapRequested.d.mts +34 -34
  667. package/dist/180/swapping/swapScheduled.d.cts +2 -2
  668. package/dist/180/swapping/swapScheduled.d.mts +2 -2
  669. package/dist/180/swapping/withdrawalRequested.d.cts +10 -10
  670. package/dist/180/swapping/withdrawalRequested.d.mts +10 -10
  671. package/dist/190/arbitrumIngressEgress/ccmEgressInvalid.d.cts +14 -14
  672. package/dist/190/arbitrumIngressEgress/ccmEgressInvalid.d.mts +14 -14
  673. package/dist/190/arbitrumIngressEgress/depositBoosted.d.cts +8 -8
  674. package/dist/190/arbitrumIngressEgress/depositBoosted.d.mts +8 -8
  675. package/dist/190/arbitrumIngressEgress/depositFailed.d.cts +52 -52
  676. package/dist/190/arbitrumIngressEgress/depositFailed.d.mts +52 -52
  677. package/dist/190/arbitrumIngressEgress/depositFinalised.d.cts +10 -10
  678. package/dist/190/arbitrumIngressEgress/depositFinalised.d.mts +10 -10
  679. package/dist/190/arbitrumIngressEgress/failedToBuildAllBatchCall.d.cts +10 -10
  680. package/dist/190/arbitrumIngressEgress/failedToBuildAllBatchCall.d.mts +10 -10
  681. package/dist/190/arbitrumIngressEgress/transferFallbackRequested.d.cts +4 -4
  682. package/dist/190/arbitrumIngressEgress/transferFallbackRequested.d.mts +4 -4
  683. package/dist/190/assetBalances/accountCredited.d.cts +6 -6
  684. package/dist/190/assetBalances/accountCredited.d.mts +6 -6
  685. package/dist/190/assetBalances/accountDebited.d.cts +6 -6
  686. package/dist/190/assetBalances/accountDebited.d.mts +6 -6
  687. package/dist/190/assetBalances/refundScheduled.d.cts +2 -2
  688. package/dist/190/assetBalances/refundScheduled.d.mts +2 -2
  689. package/dist/190/assethubIngressEgress/boostFundsAdded.d.cts +2 -2
  690. package/dist/190/assethubIngressEgress/boostFundsAdded.d.mts +2 -2
  691. package/dist/190/assethubIngressEgress/ccmEgressInvalid.d.cts +14 -14
  692. package/dist/190/assethubIngressEgress/ccmEgressInvalid.d.mts +14 -14
  693. package/dist/190/assethubIngressEgress/depositBoosted.d.cts +8 -8
  694. package/dist/190/assethubIngressEgress/depositBoosted.d.mts +8 -8
  695. package/dist/190/assethubIngressEgress/depositFailed.d.cts +55 -55
  696. package/dist/190/assethubIngressEgress/depositFailed.d.mts +55 -55
  697. package/dist/190/assethubIngressEgress/depositFetchesScheduled.d.cts +2 -2
  698. package/dist/190/assethubIngressEgress/depositFetchesScheduled.d.mts +2 -2
  699. package/dist/190/assethubIngressEgress/depositFinalised.d.cts +10 -10
  700. package/dist/190/assethubIngressEgress/depositFinalised.d.mts +10 -10
  701. package/dist/190/assethubIngressEgress/failedToBuildAllBatchCall.d.cts +10 -10
  702. package/dist/190/assethubIngressEgress/failedToBuildAllBatchCall.d.mts +10 -10
  703. package/dist/190/assethubIngressEgress/stoppedBoosting.d.cts +2 -2
  704. package/dist/190/assethubIngressEgress/stoppedBoosting.d.mts +2 -2
  705. package/dist/190/assethubIngressEgress/transactionRejectionRequestExpired.d.cts +2 -2
  706. package/dist/190/assethubIngressEgress/transactionRejectionRequestExpired.d.mts +2 -2
  707. package/dist/190/assethubIngressEgress/transactionRejectionRequestReceived.d.cts +2 -2
  708. package/dist/190/assethubIngressEgress/transactionRejectionRequestReceived.d.mts +2 -2
  709. package/dist/190/assethubIngressEgress/transferFallbackRequested.d.cts +4 -4
  710. package/dist/190/assethubIngressEgress/transferFallbackRequested.d.mts +4 -4
  711. package/dist/190/bitcoinIngressEgress/ccmEgressInvalid.d.cts +14 -14
  712. package/dist/190/bitcoinIngressEgress/ccmEgressInvalid.d.mts +14 -14
  713. package/dist/190/bitcoinIngressEgress/depositBoosted.d.cts +8 -8
  714. package/dist/190/bitcoinIngressEgress/depositBoosted.d.mts +8 -8
  715. package/dist/190/bitcoinIngressEgress/depositFailed.d.cts +94 -94
  716. package/dist/190/bitcoinIngressEgress/depositFailed.d.mts +94 -94
  717. package/dist/190/bitcoinIngressEgress/depositFinalised.d.cts +10 -10
  718. package/dist/190/bitcoinIngressEgress/depositFinalised.d.mts +10 -10
  719. package/dist/190/bitcoinIngressEgress/failedToBuildAllBatchCall.d.cts +10 -10
  720. package/dist/190/bitcoinIngressEgress/failedToBuildAllBatchCall.d.mts +10 -10
  721. package/dist/190/bitcoinIngressEgress/transferFallbackRequested.d.cts +4 -4
  722. package/dist/190/bitcoinIngressEgress/transferFallbackRequested.d.mts +4 -4
  723. package/dist/190/common.d.cts +601 -601
  724. package/dist/190/common.d.mts +601 -601
  725. package/dist/190/emissions/networkFeeBurned.d.cts +2 -2
  726. package/dist/190/emissions/networkFeeBurned.d.mts +2 -2
  727. package/dist/190/ethereumIngressEgress/ccmEgressInvalid.d.cts +14 -14
  728. package/dist/190/ethereumIngressEgress/ccmEgressInvalid.d.mts +14 -14
  729. package/dist/190/ethereumIngressEgress/depositBoosted.d.cts +8 -8
  730. package/dist/190/ethereumIngressEgress/depositBoosted.d.mts +8 -8
  731. package/dist/190/ethereumIngressEgress/depositFailed.d.cts +52 -52
  732. package/dist/190/ethereumIngressEgress/depositFailed.d.mts +52 -52
  733. package/dist/190/ethereumIngressEgress/depositFinalised.d.cts +10 -10
  734. package/dist/190/ethereumIngressEgress/depositFinalised.d.mts +10 -10
  735. package/dist/190/ethereumIngressEgress/failedToBuildAllBatchCall.d.cts +10 -10
  736. package/dist/190/ethereumIngressEgress/failedToBuildAllBatchCall.d.mts +10 -10
  737. package/dist/190/ethereumIngressEgress/transferFallbackRequested.d.cts +4 -4
  738. package/dist/190/ethereumIngressEgress/transferFallbackRequested.d.mts +4 -4
  739. package/dist/190/liquidityPools/assetSwapped.d.cts +12 -12
  740. package/dist/190/liquidityPools/assetSwapped.d.mts +12 -12
  741. package/dist/190/liquidityPools/limitOrderUpdated.d.cts +12 -12
  742. package/dist/190/liquidityPools/limitOrderUpdated.d.mts +12 -12
  743. package/dist/190/liquidityPools/newPoolCreated.d.cts +12 -12
  744. package/dist/190/liquidityPools/newPoolCreated.d.mts +12 -12
  745. package/dist/190/liquidityPools/orderDeletionFailed.d.cts +32 -32
  746. package/dist/190/liquidityPools/orderDeletionFailed.d.mts +32 -32
  747. package/dist/190/liquidityPools/palletConfigUpdated.d.cts +10 -10
  748. package/dist/190/liquidityPools/palletConfigUpdated.d.mts +10 -10
  749. package/dist/190/liquidityPools/poolFeeSet.d.cts +12 -12
  750. package/dist/190/liquidityPools/poolFeeSet.d.mts +12 -12
  751. package/dist/190/liquidityPools/rangeOrderUpdated.d.cts +12 -12
  752. package/dist/190/liquidityPools/rangeOrderUpdated.d.mts +12 -12
  753. package/dist/190/liquidityProvider/assetTransferred.d.cts +7 -7
  754. package/dist/190/liquidityProvider/assetTransferred.d.mts +7 -7
  755. package/dist/190/liquidityProvider/liquidityDepositAddressReady.d.cts +16 -16
  756. package/dist/190/liquidityProvider/liquidityDepositAddressReady.d.mts +16 -16
  757. package/dist/190/liquidityProvider/liquidityRefundAddressRegistered.d.cts +2 -2
  758. package/dist/190/liquidityProvider/liquidityRefundAddressRegistered.d.mts +2 -2
  759. package/dist/190/liquidityProvider/withdrawalEgressScheduled.d.cts +17 -17
  760. package/dist/190/liquidityProvider/withdrawalEgressScheduled.d.mts +17 -17
  761. package/dist/190/polkadotIngressEgress/ccmEgressInvalid.d.cts +14 -14
  762. package/dist/190/polkadotIngressEgress/ccmEgressInvalid.d.mts +14 -14
  763. package/dist/190/polkadotIngressEgress/depositBoosted.d.cts +8 -8
  764. package/dist/190/polkadotIngressEgress/depositBoosted.d.mts +8 -8
  765. package/dist/190/polkadotIngressEgress/depositFailed.d.cts +55 -55
  766. package/dist/190/polkadotIngressEgress/depositFailed.d.mts +55 -55
  767. package/dist/190/polkadotIngressEgress/depositFinalised.d.cts +10 -10
  768. package/dist/190/polkadotIngressEgress/depositFinalised.d.mts +10 -10
  769. package/dist/190/polkadotIngressEgress/failedToBuildAllBatchCall.d.cts +10 -10
  770. package/dist/190/polkadotIngressEgress/failedToBuildAllBatchCall.d.mts +10 -10
  771. package/dist/190/polkadotIngressEgress/transferFallbackRequested.d.cts +4 -4
  772. package/dist/190/polkadotIngressEgress/transferFallbackRequested.d.mts +4 -4
  773. package/dist/190/solanaIngressEgress/ccmEgressInvalid.d.cts +14 -14
  774. package/dist/190/solanaIngressEgress/ccmEgressInvalid.d.mts +14 -14
  775. package/dist/190/solanaIngressEgress/depositBoosted.d.cts +8 -8
  776. package/dist/190/solanaIngressEgress/depositBoosted.d.mts +8 -8
  777. package/dist/190/solanaIngressEgress/depositFailed.d.cts +43 -43
  778. package/dist/190/solanaIngressEgress/depositFailed.d.mts +43 -43
  779. package/dist/190/solanaIngressEgress/depositFinalised.d.cts +10 -10
  780. package/dist/190/solanaIngressEgress/depositFinalised.d.mts +10 -10
  781. package/dist/190/solanaIngressEgress/failedToBuildAllBatchCall.d.cts +10 -10
  782. package/dist/190/solanaIngressEgress/failedToBuildAllBatchCall.d.mts +10 -10
  783. package/dist/190/solanaIngressEgress/transferFallbackRequested.d.cts +4 -4
  784. package/dist/190/solanaIngressEgress/transferFallbackRequested.d.mts +4 -4
  785. package/dist/190/swapping/batchSwapFailed.d.cts +7 -7
  786. package/dist/190/swapping/batchSwapFailed.d.mts +7 -7
  787. package/dist/190/swapping/creditedOnChain.d.cts +8 -8
  788. package/dist/190/swapping/creditedOnChain.d.mts +8 -8
  789. package/dist/190/swapping/palletConfigUpdated.d.cts +16 -16
  790. package/dist/190/swapping/palletConfigUpdated.d.mts +16 -16
  791. package/dist/190/swapping/refundEgressIgnored.d.cts +7 -7
  792. package/dist/190/swapping/refundEgressIgnored.d.mts +7 -7
  793. package/dist/190/swapping/refundEgressScheduled.d.cts +16 -16
  794. package/dist/190/swapping/refundEgressScheduled.d.mts +16 -16
  795. package/dist/190/swapping/refundedOnChain.d.cts +8 -8
  796. package/dist/190/swapping/refundedOnChain.d.mts +8 -8
  797. package/dist/190/swapping/swapAmountConfiscated.d.cts +6 -6
  798. package/dist/190/swapping/swapAmountConfiscated.d.mts +6 -6
  799. package/dist/190/swapping/swapDepositAddressReady.d.cts +34 -34
  800. package/dist/190/swapping/swapDepositAddressReady.d.mts +34 -34
  801. package/dist/190/swapping/swapEgressIgnored.d.cts +7 -7
  802. package/dist/190/swapping/swapEgressIgnored.d.mts +7 -7
  803. package/dist/190/swapping/swapEgressScheduled.d.cts +16 -16
  804. package/dist/190/swapping/swapEgressScheduled.d.mts +16 -16
  805. package/dist/190/swapping/swapExecuted.d.cts +12 -12
  806. package/dist/190/swapping/swapExecuted.d.mts +12 -12
  807. package/dist/190/swapping/swapRequested.d.cts +42 -42
  808. package/dist/190/swapping/swapRequested.d.mts +42 -42
  809. package/dist/190/swapping/withdrawalRequested.d.cts +14 -14
  810. package/dist/190/swapping/withdrawalRequested.d.mts +14 -14
  811. package/dist/190/tradingStrategy/fundsAddedToStrategy.d.cts +6 -6
  812. package/dist/190/tradingStrategy/fundsAddedToStrategy.d.mts +6 -6
  813. package/dist/190/tradingStrategy/palletConfigUpdated.d.cts +26 -26
  814. package/dist/190/tradingStrategy/palletConfigUpdated.d.mts +26 -26
  815. package/dist/190/tradingStrategy/strategyDeployed.d.cts +8 -8
  816. package/dist/190/tradingStrategy/strategyDeployed.d.mts +8 -8
  817. package/dist/200/common.d.cts +18 -18
  818. package/dist/200/common.d.mts +18 -18
  819. package/dist/200/lendingPools/lendingFundsAdded.d.cts +4 -4
  820. package/dist/200/lendingPools/lendingFundsAdded.d.mts +4 -4
  821. package/dist/200/lendingPools/lendingFundsRemoved.d.cts +2 -2
  822. package/dist/200/lendingPools/lendingFundsRemoved.d.mts +2 -2
  823. package/dist/200/lendingPools/loanCreated.d.cts +2 -2
  824. package/dist/200/lendingPools/loanCreated.d.mts +2 -2
  825. package/dist/200/swapping/swapRequestCompleted.d.cts +2 -2
  826. package/dist/200/swapping/swapRequestCompleted.d.mts +2 -2
  827. package/dist/200/swapping/swapRequested.d.cts +16 -16
  828. package/dist/200/swapping/swapRequested.d.mts +16 -16
  829. package/dist/210/arbitrumElections/electoralEvent.cjs +1 -1
  830. package/dist/210/arbitrumElections/electoralEvent.mjs +2 -2
  831. package/dist/210/arbitrumIngressEgress/depositFailed.d.cts +16 -16
  832. package/dist/210/arbitrumIngressEgress/depositFailed.d.mts +16 -16
  833. package/dist/210/arbitrumIngressEgress/depositFetchesScheduled.d.cts +2 -2
  834. package/dist/210/arbitrumIngressEgress/depositFetchesScheduled.d.mts +2 -2
  835. package/dist/210/assetBalances/accountCredited.d.cts +6 -6
  836. package/dist/210/assetBalances/accountCredited.d.mts +6 -6
  837. package/dist/210/assetBalances/accountDebited.d.cts +6 -6
  838. package/dist/210/assetBalances/accountDebited.d.mts +6 -6
  839. package/dist/210/assethubIngressEgress/depositFailed.d.cts +16 -16
  840. package/dist/210/assethubIngressEgress/depositFailed.d.mts +16 -16
  841. package/dist/210/bitcoinIngressEgress/depositFailed.d.cts +32 -32
  842. package/dist/210/bitcoinIngressEgress/depositFailed.d.mts +32 -32
  843. package/dist/210/common.cjs +13 -13
  844. package/dist/210/common.d.cts +430 -430
  845. package/dist/210/common.d.mts +430 -430
  846. package/dist/210/common.mjs +9 -9
  847. package/dist/210/environment/runtimeSafeModeUpdated.d.cts +70 -70
  848. package/dist/210/environment/runtimeSafeModeUpdated.d.mts +70 -70
  849. package/dist/210/ethereumElections/electoralEvent.cjs +1 -1
  850. package/dist/210/ethereumElections/electoralEvent.mjs +2 -2
  851. package/dist/210/ethereumIngressEgress/depositFailed.d.cts +16 -16
  852. package/dist/210/ethereumIngressEgress/depositFailed.d.mts +16 -16
  853. package/dist/210/ethereumIngressEgress/depositFetchesScheduled.d.cts +2 -2
  854. package/dist/210/ethereumIngressEgress/depositFetchesScheduled.d.mts +2 -2
  855. package/dist/210/funding/funded.d.cts +8 -8
  856. package/dist/210/funding/funded.d.mts +8 -8
  857. package/dist/210/lendingPools/boostFundsAdded.d.cts +10 -10
  858. package/dist/210/lendingPools/boostFundsAdded.d.mts +10 -10
  859. package/dist/210/lendingPools/boostPoolCreated.d.cts +8 -8
  860. package/dist/210/lendingPools/boostPoolCreated.d.mts +8 -8
  861. package/dist/210/lendingPools/collateralAdded.d.cts +6 -6
  862. package/dist/210/lendingPools/collateralAdded.d.mts +6 -6
  863. package/dist/210/lendingPools/collateralRemoved.d.cts +6 -6
  864. package/dist/210/lendingPools/collateralRemoved.d.mts +6 -6
  865. package/dist/210/lendingPools/collateralTopupAssetUpdated.d.cts +6 -6
  866. package/dist/210/lendingPools/collateralTopupAssetUpdated.d.mts +6 -6
  867. package/dist/210/lendingPools/lendingFundsAdded.d.cts +6 -6
  868. package/dist/210/lendingPools/lendingFundsAdded.d.mts +6 -6
  869. package/dist/210/lendingPools/lendingFundsRemoved.d.cts +6 -6
  870. package/dist/210/lendingPools/lendingFundsRemoved.d.mts +6 -6
  871. package/dist/210/lendingPools/lendingPoolCreated.d.cts +6 -6
  872. package/dist/210/lendingPools/lendingPoolCreated.d.mts +6 -6
  873. package/dist/210/lendingPools/loanCreated.d.cts +6 -6
  874. package/dist/210/lendingPools/loanCreated.d.mts +6 -6
  875. package/dist/210/lendingPools/loanRepaid.d.cts +2 -2
  876. package/dist/210/lendingPools/loanRepaid.d.mts +2 -2
  877. package/dist/210/lendingPools/palletConfigUpdated.d.cts +18 -18
  878. package/dist/210/lendingPools/palletConfigUpdated.d.mts +18 -18
  879. package/dist/210/lendingPools/stoppedBoosting.d.cts +8 -8
  880. package/dist/210/lendingPools/stoppedBoosting.d.mts +8 -8
  881. package/dist/210/liquidityPools/assetSwapped.d.cts +12 -12
  882. package/dist/210/liquidityPools/assetSwapped.d.mts +12 -12
  883. package/dist/210/liquidityPools/limitOrderUpdated.d.cts +12 -12
  884. package/dist/210/liquidityPools/limitOrderUpdated.d.mts +12 -12
  885. package/dist/210/liquidityPools/newPoolCreated.d.cts +12 -12
  886. package/dist/210/liquidityPools/newPoolCreated.d.mts +12 -12
  887. package/dist/210/liquidityPools/orderDeletionFailed.d.cts +32 -32
  888. package/dist/210/liquidityPools/orderDeletionFailed.d.mts +32 -32
  889. package/dist/210/liquidityPools/palletConfigUpdated.d.cts +8 -8
  890. package/dist/210/liquidityPools/palletConfigUpdated.d.mts +8 -8
  891. package/dist/210/liquidityPools/poolFeeSet.d.cts +12 -12
  892. package/dist/210/liquidityPools/poolFeeSet.d.mts +12 -12
  893. package/dist/210/liquidityPools/rangeOrderUpdated.d.cts +12 -12
  894. package/dist/210/liquidityPools/rangeOrderUpdated.d.mts +12 -12
  895. package/dist/210/liquidityProvider/assetBalancePurgeFailed.cjs +14 -0
  896. package/dist/210/liquidityProvider/assetBalancePurgeFailed.d.cts +248 -0
  897. package/dist/210/liquidityProvider/assetBalancePurgeFailed.d.mts +248 -0
  898. package/dist/210/liquidityProvider/assetBalancePurgeFailed.mjs +13 -0
  899. package/dist/210/liquidityProvider/assetBalancePurged.cjs +16 -0
  900. package/dist/210/liquidityProvider/assetBalancePurged.d.cts +98 -0
  901. package/dist/210/liquidityProvider/assetBalancePurged.d.mts +98 -0
  902. package/dist/210/liquidityProvider/assetBalancePurged.mjs +15 -0
  903. package/dist/210/liquidityProvider/assetTransferred.d.cts +6 -6
  904. package/dist/210/liquidityProvider/assetTransferred.d.mts +6 -6
  905. package/dist/210/liquidityProvider/liquidityDepositAddressReady.d.cts +7 -7
  906. package/dist/210/liquidityProvider/liquidityDepositAddressReady.d.mts +7 -7
  907. package/dist/210/liquidityProvider/withdrawalEgressScheduled.d.cts +6 -6
  908. package/dist/210/liquidityProvider/withdrawalEgressScheduled.d.mts +6 -6
  909. package/dist/210/polkadotIngressEgress/depositFailed.d.cts +16 -16
  910. package/dist/210/polkadotIngressEgress/depositFailed.d.mts +16 -16
  911. package/dist/210/solanaIngressEgress/depositFailed.d.cts +16 -16
  912. package/dist/210/solanaIngressEgress/depositFailed.d.mts +16 -16
  913. package/dist/210/solanaIngressEgress/depositFetchesScheduled.d.cts +2 -2
  914. package/dist/210/solanaIngressEgress/depositFetchesScheduled.d.mts +2 -2
  915. package/dist/210/swapping/accountCreationDepositAddressReady.d.cts +11 -11
  916. package/dist/210/swapping/accountCreationDepositAddressReady.d.mts +11 -11
  917. package/dist/210/swapping/batchSwapFailed.d.cts +6 -6
  918. package/dist/210/swapping/batchSwapFailed.d.mts +6 -6
  919. package/dist/210/swapping/creditedOnChain.d.cts +9 -9
  920. package/dist/210/swapping/creditedOnChain.d.mts +9 -9
  921. package/dist/210/swapping/palletConfigUpdated.d.cts +32 -32
  922. package/dist/210/swapping/palletConfigUpdated.d.mts +32 -32
  923. package/dist/210/swapping/refundEgressIgnored.d.cts +8 -8
  924. package/dist/210/swapping/refundEgressIgnored.d.mts +8 -8
  925. package/dist/210/swapping/refundEgressScheduled.d.cts +14 -14
  926. package/dist/210/swapping/refundEgressScheduled.d.mts +14 -14
  927. package/dist/210/swapping/refundedOnChain.d.cts +9 -9
  928. package/dist/210/swapping/refundedOnChain.d.mts +9 -9
  929. package/dist/210/swapping/swapAmountConfiscated.d.cts +7 -7
  930. package/dist/210/swapping/swapAmountConfiscated.d.mts +7 -7
  931. package/dist/210/swapping/swapDepositAddressReady.d.cts +12 -12
  932. package/dist/210/swapping/swapDepositAddressReady.d.mts +12 -12
  933. package/dist/210/swapping/swapEgressIgnored.d.cts +8 -8
  934. package/dist/210/swapping/swapEgressIgnored.d.mts +8 -8
  935. package/dist/210/swapping/swapEgressScheduled.d.cts +14 -14
  936. package/dist/210/swapping/swapEgressScheduled.d.mts +14 -14
  937. package/dist/210/swapping/swapExecuted.d.cts +16 -16
  938. package/dist/210/swapping/swapExecuted.d.mts +16 -16
  939. package/dist/210/swapping/swapRequested.d.cts +20 -20
  940. package/dist/210/swapping/swapRequested.d.mts +20 -20
  941. package/dist/210/swapping/withdrawalRequested.d.cts +6 -6
  942. package/dist/210/swapping/withdrawalRequested.d.mts +6 -6
  943. package/dist/210/tradingStrategy/fundsAddedToStrategy.d.cts +6 -6
  944. package/dist/210/tradingStrategy/fundsAddedToStrategy.d.mts +6 -6
  945. package/dist/210/tradingStrategy/palletConfigUpdated.d.cts +24 -24
  946. package/dist/210/tradingStrategy/palletConfigUpdated.d.mts +24 -24
  947. package/dist/210/tradingStrategy/strategyDeployed.d.cts +24 -24
  948. package/dist/210/tradingStrategy/strategyDeployed.d.mts +24 -24
  949. package/dist/CodeGenerator.cjs +1 -1
  950. package/dist/CodeGenerator.mjs +1 -1
  951. package/dist/HandlerMap.cjs +3 -15
  952. package/dist/HandlerMap.d.cts +1 -3
  953. package/dist/HandlerMap.d.mts +1 -2
  954. package/dist/HandlerMap.mjs +3 -12
  955. package/dist/Parser.cjs +19 -19
  956. package/dist/Parser.mjs +3 -3
  957. package/dist/Processor.cjs +8 -19
  958. package/dist/Processor.d.cts +1 -3
  959. package/dist/Processor.d.mts +1 -2
  960. package/dist/Processor.mjs +3 -12
  961. package/dist/_virtual/rolldown_runtime.cjs +0 -16
  962. package/dist/{packages/chainspec → chainspec}/src/BaseCodeGenerator.cjs +2 -2
  963. package/dist/{packages/chainspec → chainspec}/src/BaseCodeGenerator.mjs +1 -1
  964. package/dist/{packages/chainspec → chainspec}/src/BaseParser.cjs +19 -19
  965. package/dist/{packages/chainspec → chainspec}/src/BaseParser.mjs +3 -3
  966. package/dist/{packages/chainspec → chainspec}/src/Compiler.cjs +1 -1
  967. package/dist/{packages/chainspec → chainspec}/src/cache.cjs +7 -9
  968. package/dist/{packages/chainspec → chainspec}/src/cache.mjs +2 -4
  969. package/dist/{packages/chainspec → chainspec}/src/utils.cjs +4 -3
  970. package/dist/{packages/chainspec → chainspec}/src/utils.mjs +2 -2
  971. package/dist/generate.cjs +2 -2
  972. package/dist/generate.mjs +2 -2
  973. package/dist/index.cjs +2 -3
  974. package/dist/index.d.cts +2 -2
  975. package/dist/index.d.mts +2 -2
  976. package/dist/index.mjs +3 -3
  977. package/dist/utils.cjs +27 -1
  978. package/dist/utils.d.cts +6 -1
  979. package/dist/utils.d.mts +6 -1
  980. package/dist/utils.mjs +24 -1
  981. package/package.json +2 -2
  982. package/dist/_virtual/rolldown_runtime.mjs +0 -45
  983. package/dist/node_modules/.pnpm/@chainflip_rpc@1.9.3/node_modules/@chainflip/rpc/dist/Client.cjs +0 -76
  984. package/dist/node_modules/.pnpm/@chainflip_rpc@1.9.3/node_modules/@chainflip/rpc/dist/Client.mjs +0 -75
  985. package/dist/node_modules/.pnpm/@chainflip_rpc@1.9.3/node_modules/@chainflip/rpc/dist/HttpClient.cjs +0 -35
  986. package/dist/node_modules/.pnpm/@chainflip_rpc@1.9.3/node_modules/@chainflip/rpc/dist/HttpClient.mjs +0 -35
  987. package/dist/node_modules/.pnpm/@chainflip_rpc@1.9.3/node_modules/@chainflip/rpc/dist/WsClient.cjs +0 -4
  988. package/dist/node_modules/.pnpm/@chainflip_rpc@1.9.3/node_modules/@chainflip/rpc/dist/WsClient.mjs +0 -6
  989. package/dist/node_modules/.pnpm/@chainflip_rpc@1.9.3/node_modules/@chainflip/rpc/dist/common.cjs +0 -44
  990. package/dist/node_modules/.pnpm/@chainflip_rpc@1.9.3/node_modules/@chainflip/rpc/dist/common.mjs +0 -43
  991. package/dist/node_modules/.pnpm/@chainflip_rpc@1.9.3/node_modules/@chainflip/rpc/dist/index.cjs +0 -2
  992. package/dist/node_modules/.pnpm/@chainflip_rpc@1.9.3/node_modules/@chainflip/rpc/dist/index.mjs +0 -4
  993. package/dist/node_modules/.pnpm/@chainflip_rpc@1.9.3/node_modules/@chainflip/rpc/dist/parsers.cjs +0 -484
  994. package/dist/node_modules/.pnpm/@chainflip_rpc@1.9.3/node_modules/@chainflip/rpc/dist/parsers.mjs +0 -454
  995. package/dist/node_modules/.pnpm/@noble_curves@1.9.7/node_modules/@noble/curves/esm/_shortw_utils.cjs +0 -22
  996. package/dist/node_modules/.pnpm/@noble_curves@1.9.7/node_modules/@noble/curves/esm/_shortw_utils.mjs +0 -22
  997. package/dist/node_modules/.pnpm/@noble_curves@1.9.7/node_modules/@noble/curves/esm/abstract/curve.cjs +0 -324
  998. package/dist/node_modules/.pnpm/@noble_curves@1.9.7/node_modules/@noble/curves/esm/abstract/curve.mjs +0 -319
  999. package/dist/node_modules/.pnpm/@noble_curves@1.9.7/node_modules/@noble/curves/esm/abstract/hash-to-curve.cjs +0 -167
  1000. package/dist/node_modules/.pnpm/@noble_curves@1.9.7/node_modules/@noble/curves/esm/abstract/hash-to-curve.mjs +0 -166
  1001. package/dist/node_modules/.pnpm/@noble_curves@1.9.7/node_modules/@noble/curves/esm/abstract/modular.cjs +0 -394
  1002. package/dist/node_modules/.pnpm/@noble_curves@1.9.7/node_modules/@noble/curves/esm/abstract/modular.mjs +0 -387
  1003. package/dist/node_modules/.pnpm/@noble_curves@1.9.7/node_modules/@noble/curves/esm/abstract/weierstrass.cjs +0 -1195
  1004. package/dist/node_modules/.pnpm/@noble_curves@1.9.7/node_modules/@noble/curves/esm/abstract/weierstrass.mjs +0 -1194
  1005. package/dist/node_modules/.pnpm/@noble_curves@1.9.7/node_modules/@noble/curves/esm/secp256k1.cjs +0 -119
  1006. package/dist/node_modules/.pnpm/@noble_curves@1.9.7/node_modules/@noble/curves/esm/secp256k1.mjs +0 -119
  1007. package/dist/node_modules/.pnpm/@noble_curves@1.9.7/node_modules/@noble/curves/esm/utils.cjs +0 -203
  1008. package/dist/node_modules/.pnpm/@noble_curves@1.9.7/node_modules/@noble/curves/esm/utils.mjs +0 -189
  1009. package/dist/node_modules/.pnpm/@noble_hashes@1.8.0/node_modules/@noble/hashes/esm/_blake.cjs +0 -267
  1010. package/dist/node_modules/.pnpm/@noble_hashes@1.8.0/node_modules/@noble/hashes/esm/_blake.mjs +0 -266
  1011. package/dist/node_modules/.pnpm/@noble_hashes@1.8.0/node_modules/@noble/hashes/esm/_md.cjs +0 -136
  1012. package/dist/node_modules/.pnpm/@noble_hashes@1.8.0/node_modules/@noble/hashes/esm/_md.mjs +0 -133
  1013. package/dist/node_modules/.pnpm/@noble_hashes@1.8.0/node_modules/@noble/hashes/esm/_u64.cjs +0 -65
  1014. package/dist/node_modules/.pnpm/@noble_hashes@1.8.0/node_modules/@noble/hashes/esm/_u64.mjs +0 -50
  1015. package/dist/node_modules/.pnpm/@noble_hashes@1.8.0/node_modules/@noble/hashes/esm/blake2.cjs +0 -335
  1016. package/dist/node_modules/.pnpm/@noble_hashes@1.8.0/node_modules/@noble/hashes/esm/blake2.mjs +0 -335
  1017. package/dist/node_modules/.pnpm/@noble_hashes@1.8.0/node_modules/@noble/hashes/esm/blake2b.cjs +0 -13
  1018. package/dist/node_modules/.pnpm/@noble_hashes@1.8.0/node_modules/@noble/hashes/esm/blake2b.mjs +0 -13
  1019. package/dist/node_modules/.pnpm/@noble_hashes@1.8.0/node_modules/@noble/hashes/esm/cryptoNode.cjs +0 -16
  1020. package/dist/node_modules/.pnpm/@noble_hashes@1.8.0/node_modules/@noble/hashes/esm/cryptoNode.mjs +0 -14
  1021. package/dist/node_modules/.pnpm/@noble_hashes@1.8.0/node_modules/@noble/hashes/esm/hmac.cjs +0 -83
  1022. package/dist/node_modules/.pnpm/@noble_hashes@1.8.0/node_modules/@noble/hashes/esm/hmac.mjs +0 -83
  1023. package/dist/node_modules/.pnpm/@noble_hashes@1.8.0/node_modules/@noble/hashes/esm/sha2.cjs +0 -254
  1024. package/dist/node_modules/.pnpm/@noble_hashes@1.8.0/node_modules/@noble/hashes/esm/sha2.mjs +0 -254
  1025. package/dist/node_modules/.pnpm/@noble_hashes@1.8.0/node_modules/@noble/hashes/esm/sha3.cjs +0 -207
  1026. package/dist/node_modules/.pnpm/@noble_hashes@1.8.0/node_modules/@noble/hashes/esm/sha3.mjs +0 -206
  1027. package/dist/node_modules/.pnpm/@noble_hashes@1.8.0/node_modules/@noble/hashes/esm/utils.cjs +0 -207
  1028. package/dist/node_modules/.pnpm/@noble_hashes@1.8.0/node_modules/@noble/hashes/esm/utils.mjs +0 -186
  1029. package/dist/node_modules/.pnpm/@polkadot_networks@14.0.1/node_modules/@polkadot/networks/defaults/genesis.cjs +0 -91
  1030. package/dist/node_modules/.pnpm/@polkadot_networks@14.0.1/node_modules/@polkadot/networks/defaults/genesis.mjs +0 -90
  1031. package/dist/node_modules/.pnpm/@polkadot_networks@14.0.1/node_modules/@polkadot/networks/defaults/icons.cjs +0 -14
  1032. package/dist/node_modules/.pnpm/@polkadot_networks@14.0.1/node_modules/@polkadot/networks/defaults/icons.mjs +0 -13
  1033. package/dist/node_modules/.pnpm/@polkadot_networks@14.0.1/node_modules/@polkadot/networks/defaults/ledger.cjs +0 -57
  1034. package/dist/node_modules/.pnpm/@polkadot_networks@14.0.1/node_modules/@polkadot/networks/defaults/ledger.mjs +0 -56
  1035. package/dist/node_modules/.pnpm/@polkadot_networks@14.0.1/node_modules/@polkadot/networks/defaults/testnets.cjs +0 -15
  1036. package/dist/node_modules/.pnpm/@polkadot_networks@14.0.1/node_modules/@polkadot/networks/defaults/testnets.mjs +0 -14
  1037. package/dist/node_modules/.pnpm/@polkadot_networks@14.0.1/node_modules/@polkadot/networks/interfaces.cjs +0 -41
  1038. package/dist/node_modules/.pnpm/@polkadot_networks@14.0.1/node_modules/@polkadot/networks/interfaces.mjs +0 -41
  1039. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/abstract/Array.cjs +0 -152
  1040. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/abstract/Array.mjs +0 -152
  1041. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/abstract/Base.cjs +0 -106
  1042. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/abstract/Base.mjs +0 -105
  1043. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/abstract/Int.cjs +0 -197
  1044. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/abstract/Int.mjs +0 -197
  1045. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/base/Compact.cjs +0 -157
  1046. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/base/Compact.mjs +0 -157
  1047. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/base/DoNotConstruct.cjs +0 -100
  1048. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/base/DoNotConstruct.mjs +0 -99
  1049. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/base/Enum.cjs +0 -322
  1050. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/base/Enum.mjs +0 -322
  1051. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/base/Int.cjs +0 -31
  1052. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/base/Int.mjs +0 -31
  1053. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/base/Null.cjs +0 -82
  1054. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/base/Null.mjs +0 -82
  1055. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/base/Option.cjs +0 -196
  1056. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/base/Option.mjs +0 -196
  1057. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/base/Result.cjs +0 -65
  1058. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/base/Result.mjs +0 -65
  1059. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/base/Tuple.cjs +0 -101
  1060. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/base/Tuple.mjs +0 -101
  1061. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/base/UInt.cjs +0 -28
  1062. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/base/UInt.mjs +0 -28
  1063. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/base/Vec.cjs +0 -104
  1064. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/base/Vec.mjs +0 -103
  1065. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/base/VecFixed.cjs +0 -67
  1066. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/base/VecFixed.mjs +0 -67
  1067. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/extended/BTreeMap.cjs +0 -15
  1068. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/extended/BTreeMap.mjs +0 -15
  1069. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/extended/BTreeSet.cjs +0 -190
  1070. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/extended/BTreeSet.mjs +0 -190
  1071. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/extended/BitVec.cjs +0 -98
  1072. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/extended/BitVec.mjs +0 -98
  1073. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/extended/Bytes.cjs +0 -61
  1074. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/extended/Bytes.mjs +0 -61
  1075. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/extended/HashMap.cjs +0 -15
  1076. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/extended/HashMap.mjs +0 -15
  1077. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/extended/Map.cjs +0 -197
  1078. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/extended/Map.mjs +0 -197
  1079. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/extended/OptionBool.cjs +0 -61
  1080. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/extended/OptionBool.mjs +0 -61
  1081. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/extended/Range.cjs +0 -43
  1082. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/extended/Range.mjs +0 -43
  1083. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/extended/RangeInclusive.cjs +0 -18
  1084. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/extended/RangeInclusive.mjs +0 -18
  1085. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/extended/Type.cjs +0 -26
  1086. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/extended/Type.mjs +0 -26
  1087. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/extended/U8aFixed.cjs +0 -44
  1088. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/extended/U8aFixed.mjs +0 -44
  1089. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/extended/WrapperKeepOpaque.cjs +0 -102
  1090. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/extended/WrapperKeepOpaque.mjs +0 -102
  1091. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/extended/WrapperOpaque.cjs +0 -24
  1092. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/extended/WrapperOpaque.mjs +0 -24
  1093. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/native/Bool.cjs +0 -107
  1094. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/native/Bool.mjs +0 -107
  1095. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/native/Float.cjs +0 -107
  1096. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/native/Float.mjs +0 -107
  1097. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/native/Json.cjs +0 -120
  1098. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/native/Json.mjs +0 -120
  1099. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/native/Raw.cjs +0 -140
  1100. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/native/Raw.mjs +0 -140
  1101. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/native/Set.cjs +0 -196
  1102. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/native/Set.mjs +0 -196
  1103. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/native/Struct.cjs +0 -233
  1104. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/native/Struct.mjs +0 -233
  1105. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/native/Text.cjs +0 -138
  1106. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/native/Text.mjs +0 -138
  1107. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/primitive/F32.cjs +0 -14
  1108. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/primitive/F32.mjs +0 -14
  1109. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/primitive/F64.cjs +0 -14
  1110. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/primitive/F64.mjs +0 -14
  1111. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/primitive/I128.cjs +0 -14
  1112. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/primitive/I128.mjs +0 -14
  1113. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/primitive/I16.cjs +0 -14
  1114. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/primitive/I16.mjs +0 -14
  1115. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/primitive/I256.cjs +0 -14
  1116. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/primitive/I256.mjs +0 -14
  1117. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/primitive/I32.cjs +0 -14
  1118. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/primitive/I32.mjs +0 -14
  1119. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/primitive/I64.cjs +0 -14
  1120. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/primitive/I64.mjs +0 -14
  1121. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/primitive/I8.cjs +0 -14
  1122. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/primitive/I8.mjs +0 -14
  1123. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/primitive/ISize.cjs +0 -19
  1124. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/primitive/ISize.mjs +0 -19
  1125. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/primitive/U128.cjs +0 -14
  1126. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/primitive/U128.mjs +0 -14
  1127. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/primitive/U16.cjs +0 -14
  1128. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/primitive/U16.mjs +0 -14
  1129. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/primitive/U256.cjs +0 -14
  1130. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/primitive/U256.mjs +0 -14
  1131. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/primitive/U32.cjs +0 -14
  1132. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/primitive/U32.mjs +0 -14
  1133. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/primitive/U64.cjs +0 -14
  1134. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/primitive/U64.mjs +0 -14
  1135. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/primitive/U8.cjs +0 -14
  1136. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/primitive/U8.mjs +0 -14
  1137. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/primitive/USize.cjs +0 -19
  1138. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/primitive/USize.mjs +0 -19
  1139. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/utils/compareArray.cjs +0 -11
  1140. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/utils/compareArray.mjs +0 -11
  1141. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/utils/compareMap.cjs +0 -23
  1142. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/utils/compareMap.mjs +0 -23
  1143. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/utils/compareSet.cjs +0 -15
  1144. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/utils/compareSet.mjs +0 -15
  1145. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/utils/decodeU8a.cjs +0 -107
  1146. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/utils/decodeU8a.mjs +0 -105
  1147. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/utils/sanitize.cjs +0 -180
  1148. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/utils/sanitize.mjs +0 -179
  1149. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/utils/sortValues.cjs +0 -70
  1150. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/utils/sortValues.mjs +0 -69
  1151. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/utils/toConstructors.cjs +0 -38
  1152. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/utils/toConstructors.mjs +0 -35
  1153. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/utils/typesToMap.cjs +0 -10
  1154. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/utils/typesToMap.mjs +0 -9
  1155. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/utils/util.cjs +0 -9
  1156. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/utils/util.mjs +0 -9
  1157. package/dist/node_modules/.pnpm/@polkadot_types-create@16.5.4/node_modules/@polkadot/types-create/create/class.cjs +0 -147
  1158. package/dist/node_modules/.pnpm/@polkadot_types-create@16.5.4/node_modules/@polkadot/types-create/create/class.mjs +0 -146
  1159. package/dist/node_modules/.pnpm/@polkadot_types-create@16.5.4/node_modules/@polkadot/types-create/create/type.cjs +0 -47
  1160. package/dist/node_modules/.pnpm/@polkadot_types-create@16.5.4/node_modules/@polkadot/types-create/create/type.mjs +0 -47
  1161. package/dist/node_modules/.pnpm/@polkadot_types-create@16.5.4/node_modules/@polkadot/types-create/types/types.cjs +0 -36
  1162. package/dist/node_modules/.pnpm/@polkadot_types-create@16.5.4/node_modules/@polkadot/types-create/types/types.mjs +0 -30
  1163. package/dist/node_modules/.pnpm/@polkadot_types-create@16.5.4/node_modules/@polkadot/types-create/util/encodeTypes.cjs +0 -101
  1164. package/dist/node_modules/.pnpm/@polkadot_types-create@16.5.4/node_modules/@polkadot/types-create/util/encodeTypes.mjs +0 -101
  1165. package/dist/node_modules/.pnpm/@polkadot_types-create@16.5.4/node_modules/@polkadot/types-create/util/getTypeDef.cjs +0 -250
  1166. package/dist/node_modules/.pnpm/@polkadot_types-create@16.5.4/node_modules/@polkadot/types-create/util/getTypeDef.mjs +0 -250
  1167. package/dist/node_modules/.pnpm/@polkadot_types-create@16.5.4/node_modules/@polkadot/types-create/util/typeSplit.cjs +0 -48
  1168. package/dist/node_modules/.pnpm/@polkadot_types-create@16.5.4/node_modules/@polkadot/types-create/util/typeSplit.mjs +0 -47
  1169. package/dist/node_modules/.pnpm/@polkadot_types-create@16.5.4/node_modules/@polkadot/types-create/util/xcm.cjs +0 -23
  1170. package/dist/node_modules/.pnpm/@polkadot_types-create@16.5.4/node_modules/@polkadot/types-create/util/xcm.mjs +0 -23
  1171. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/create/lazy.cjs +0 -12
  1172. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/create/lazy.mjs +0 -12
  1173. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/create/registry.cjs +0 -378
  1174. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/create/registry.mjs +0 -378
  1175. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/ethereum/AccountId.cjs +0 -68
  1176. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/ethereum/AccountId.mjs +0 -68
  1177. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/ethereum/LookupSource.cjs +0 -80
  1178. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/ethereum/LookupSource.mjs +0 -80
  1179. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/extrinsic/Extrinsic.cjs +0 -320
  1180. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/extrinsic/Extrinsic.mjs +0 -320
  1181. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/extrinsic/ExtrinsicEra.cjs +0 -208
  1182. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/extrinsic/ExtrinsicEra.mjs +0 -206
  1183. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/extrinsic/ExtrinsicPayload.cjs +0 -163
  1184. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/extrinsic/ExtrinsicPayload.mjs +0 -162
  1185. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/extrinsic/ExtrinsicPayloadUnknown.cjs +0 -17
  1186. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/extrinsic/ExtrinsicPayloadUnknown.mjs +0 -17
  1187. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/extrinsic/ExtrinsicUnknown.cjs +0 -18
  1188. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/extrinsic/ExtrinsicUnknown.mjs +0 -18
  1189. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/extrinsic/SignerPayload.cjs +0 -131
  1190. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/extrinsic/SignerPayload.mjs +0 -131
  1191. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/extrinsic/constants.cjs +0 -28
  1192. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/extrinsic/constants.mjs +0 -16
  1193. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/extrinsic/signedExtensions/emptyCheck.cjs +0 -9
  1194. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/extrinsic/signedExtensions/emptyCheck.mjs +0 -8
  1195. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/extrinsic/signedExtensions/index.cjs +0 -29
  1196. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/extrinsic/signedExtensions/index.mjs +0 -27
  1197. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/extrinsic/signedExtensions/polkadot.cjs +0 -14
  1198. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/extrinsic/signedExtensions/polkadot.mjs +0 -14
  1199. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/extrinsic/signedExtensions/shell.cjs +0 -7
  1200. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/extrinsic/signedExtensions/shell.mjs +0 -7
  1201. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/extrinsic/signedExtensions/statemint.cjs +0 -12
  1202. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/extrinsic/signedExtensions/statemint.mjs +0 -11
  1203. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/extrinsic/signedExtensions/substrate.cjs +0 -51
  1204. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/extrinsic/signedExtensions/substrate.mjs +0 -51
  1205. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/extrinsic/util.cjs +0 -10
  1206. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/extrinsic/util.mjs +0 -10
  1207. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/extrinsic/v4/Extrinsic.cjs +0 -79
  1208. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/extrinsic/v4/Extrinsic.mjs +0 -79
  1209. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/extrinsic/v4/ExtrinsicPayload.cjs +0 -95
  1210. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/extrinsic/v4/ExtrinsicPayload.mjs +0 -95
  1211. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/extrinsic/v4/ExtrinsicSignature.cjs +0 -158
  1212. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/extrinsic/v4/ExtrinsicSignature.mjs +0 -158
  1213. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/extrinsic/v5/Extrinsic.cjs +0 -88
  1214. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/extrinsic/v5/Extrinsic.mjs +0 -88
  1215. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/extrinsic/v5/ExtrinsicPayload.cjs +0 -92
  1216. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/extrinsic/v5/ExtrinsicPayload.mjs +0 -92
  1217. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/extrinsic/v5/ExtrinsicSignature.cjs +0 -155
  1218. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/extrinsic/v5/ExtrinsicSignature.mjs +0 -155
  1219. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/extrinsic/v5/GeneralExtrinsic.cjs +0 -139
  1220. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/extrinsic/v5/GeneralExtrinsic.mjs +0 -139
  1221. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/generic/AccountId.cjs +0 -84
  1222. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/generic/AccountId.mjs +0 -83
  1223. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/generic/AccountIndex.cjs +0 -99
  1224. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/generic/AccountIndex.mjs +0 -99
  1225. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/generic/Block.cjs +0 -43
  1226. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/generic/Block.mjs +0 -43
  1227. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/generic/Call.cjs +0 -180
  1228. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/generic/Call.mjs +0 -180
  1229. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/generic/ChainProperties.cjs +0 -56
  1230. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/generic/ChainProperties.mjs +0 -56
  1231. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/generic/ConsensusEngineId.cjs +0 -94
  1232. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/generic/ConsensusEngineId.mjs +0 -94
  1233. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/generic/Event.cjs +0 -149
  1234. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/generic/Event.mjs +0 -148
  1235. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/generic/LookupSource.cjs +0 -88
  1236. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/generic/LookupSource.mjs +0 -88
  1237. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/generic/MultiAddress.cjs +0 -54
  1238. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/generic/MultiAddress.mjs +0 -54
  1239. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/generic/Vote.cjs +0 -91
  1240. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/generic/Vote.mjs +0 -91
  1241. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/index.types.cjs +0 -136
  1242. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/index.types.mjs +0 -131
  1243. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/alias.cjs +0 -66
  1244. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/alias.mjs +0 -65
  1245. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/assetConversion/definitions.cjs +0 -11
  1246. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/assetConversion/definitions.mjs +0 -11
  1247. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/assetConversion/runtime.cjs +0 -65
  1248. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/assetConversion/runtime.mjs +0 -64
  1249. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/assets/definitions.cjs +0 -53
  1250. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/assets/definitions.mjs +0 -53
  1251. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/assets/runtime.cjs +0 -16
  1252. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/assets/runtime.mjs +0 -15
  1253. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/attestations/definitions.cjs +0 -23
  1254. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/attestations/definitions.mjs +0 -22
  1255. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/aura/definitions.cjs +0 -11
  1256. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/aura/definitions.mjs +0 -11
  1257. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/aura/runtime.cjs +0 -20
  1258. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/aura/runtime.mjs +0 -19
  1259. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/author/definitions.cjs +0 -27
  1260. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/author/definitions.mjs +0 -27
  1261. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/author/rpc.cjs +0 -90
  1262. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/author/rpc.mjs +0 -89
  1263. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/authorship/definitions.cjs +0 -12
  1264. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/authorship/definitions.mjs +0 -11
  1265. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/babe/definitions.cjs +0 -120
  1266. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/babe/definitions.mjs +0 -120
  1267. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/babe/rpc.cjs +0 -11
  1268. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/babe/rpc.mjs +0 -10
  1269. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/babe/runtime.cjs +0 -65
  1270. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/babe/runtime.mjs +0 -64
  1271. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/balances/definitions.cjs +0 -50
  1272. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/balances/definitions.mjs +0 -49
  1273. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/beefy/definitions.cjs +0 -60
  1274. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/beefy/definitions.mjs +0 -60
  1275. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/beefy/rpc.cjs +0 -22
  1276. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/beefy/rpc.mjs +0 -21
  1277. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/beefy/runtime.cjs +0 -92
  1278. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/beefy/runtime.mjs +0 -91
  1279. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/benchmark/definitions.cjs +0 -73
  1280. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/benchmark/definitions.mjs +0 -73
  1281. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/benchmark/runtime.cjs +0 -26
  1282. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/benchmark/runtime.mjs +0 -25
  1283. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/blockbuilder/definitions.cjs +0 -19
  1284. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/blockbuilder/definitions.mjs +0 -19
  1285. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/blockbuilder/runtime.cjs +0 -98
  1286. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/blockbuilder/runtime.mjs +0 -97
  1287. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/bridges/definitions.cjs +0 -88
  1288. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/bridges/definitions.mjs +0 -87
  1289. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/chain/definitions.cjs +0 -10
  1290. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/chain/definitions.mjs +0 -10
  1291. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/chain/rpc.cjs +0 -79
  1292. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/chain/rpc.mjs +0 -78
  1293. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/childstate/definitions.cjs +0 -10
  1294. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/childstate/definitions.mjs +0 -10
  1295. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/childstate/rpc.cjs +0 -137
  1296. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/childstate/rpc.mjs +0 -136
  1297. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/claims/definitions.cjs +0 -9
  1298. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/claims/definitions.mjs +0 -8
  1299. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/collective/definitions.cjs +0 -29
  1300. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/collective/definitions.mjs +0 -28
  1301. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/consensus/definitions.cjs +0 -12
  1302. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/consensus/definitions.mjs +0 -11
  1303. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/contracts/definitions.cjs +0 -412
  1304. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/contracts/definitions.mjs +0 -412
  1305. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/contracts/rpc.cjs +0 -85
  1306. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/contracts/rpc.mjs +0 -84
  1307. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/contracts/runtime.cjs +0 -175
  1308. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/contracts/runtime.mjs +0 -174
  1309. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/contractsAbi/definitions.cjs +0 -326
  1310. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/contractsAbi/definitions.mjs +0 -325
  1311. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/crowdloan/definitions.cjs +0 -29
  1312. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/crowdloan/definitions.mjs +0 -28
  1313. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/cumulus/definitions.cjs +0 -37
  1314. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/cumulus/definitions.mjs +0 -37
  1315. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/cumulus/runtime.cjs +0 -39
  1316. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/cumulus/runtime.mjs +0 -38
  1317. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/definitions.cjs +0 -167
  1318. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/definitions.mjs +0 -162
  1319. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/democracy/definitions.cjs +0 -98
  1320. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/democracy/definitions.mjs +0 -97
  1321. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/dev/definitions.cjs +0 -15
  1322. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/dev/definitions.mjs +0 -15
  1323. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/dev/rpc.cjs +0 -15
  1324. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/dev/rpc.mjs +0 -14
  1325. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/discovery/definitions.cjs +0 -11
  1326. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/discovery/definitions.mjs +0 -11
  1327. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/discovery/runtime.cjs +0 -13
  1328. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/discovery/runtime.mjs +0 -12
  1329. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/dryRunApi/definitions.cjs +0 -29
  1330. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/dryRunApi/definitions.mjs +0 -29
  1331. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/dryRunApi/runtime.cjs +0 -65
  1332. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/dryRunApi/runtime.mjs +0 -64
  1333. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/elections/definitions.cjs +0 -35
  1334. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/elections/definitions.mjs +0 -34
  1335. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/engine/definitions.cjs +0 -24
  1336. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/engine/definitions.mjs +0 -24
  1337. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/engine/rpc.cjs +0 -38
  1338. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/engine/rpc.mjs +0 -37
  1339. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/eth/definitions.cjs +0 -382
  1340. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/eth/definitions.mjs +0 -382
  1341. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/eth/rpc.cjs +0 -448
  1342. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/eth/rpc.mjs +0 -447
  1343. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/eth/runtime.cjs +0 -320
  1344. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/eth/runtime.mjs +0 -319
  1345. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/evm/definitions.cjs +0 -89
  1346. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/evm/definitions.mjs +0 -88
  1347. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/extrinsics/definitions.cjs +0 -36
  1348. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/extrinsics/definitions.mjs +0 -35
  1349. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/finality/definitions.cjs +0 -11
  1350. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/finality/definitions.mjs +0 -11
  1351. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/finality/runtime.cjs +0 -19
  1352. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/finality/runtime.mjs +0 -18
  1353. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/fungibles/definitions.cjs +0 -11
  1354. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/fungibles/definitions.mjs +0 -11
  1355. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/fungibles/runtime.cjs +0 -26
  1356. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/fungibles/runtime.mjs +0 -25
  1357. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/genericAsset/definitions.cjs +0 -25
  1358. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/genericAsset/definitions.mjs +0 -24
  1359. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/genesisBuilder/definitions.cjs +0 -11
  1360. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/genesisBuilder/definitions.mjs +0 -11
  1361. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/genesisBuilder/runtime.cjs +0 -23
  1362. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/genesisBuilder/runtime.mjs +0 -22
  1363. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/gilt/definitions.cjs +0 -27
  1364. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/gilt/definitions.mjs +0 -26
  1365. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/grandpa/definitions.cjs +0 -128
  1366. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/grandpa/definitions.mjs +0 -128
  1367. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/grandpa/rpc.cjs +0 -30
  1368. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/grandpa/rpc.mjs +0 -29
  1369. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/grandpa/runtime.cjs +0 -48
  1370. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/grandpa/runtime.mjs +0 -47
  1371. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/identity/definitions.cjs +0 -71
  1372. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/identity/definitions.mjs +0 -70
  1373. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/imOnline/definitions.cjs +0 -31
  1374. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/imOnline/definitions.mjs +0 -30
  1375. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/lottery/definitions.cjs +0 -18
  1376. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/lottery/definitions.mjs +0 -17
  1377. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/metadata/definitions.cjs +0 -69
  1378. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/metadata/definitions.mjs +0 -69
  1379. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/metadata/hashers.cjs +0 -14
  1380. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/metadata/hashers.mjs +0 -13
  1381. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/metadata/runtime.cjs +0 -32
  1382. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/metadata/runtime.mjs +0 -31
  1383. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/metadata/v10.cjs +0 -57
  1384. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/metadata/v10.mjs +0 -56
  1385. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/metadata/v11.cjs +0 -58
  1386. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/metadata/v11.mjs +0 -58
  1387. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/metadata/v12.cjs +0 -31
  1388. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/metadata/v12.mjs +0 -30
  1389. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/metadata/v13.cjs +0 -60
  1390. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/metadata/v13.mjs +0 -59
  1391. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/metadata/v14.cjs +0 -84
  1392. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/metadata/v14.mjs +0 -84
  1393. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/metadata/v15.cjs +0 -59
  1394. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/metadata/v15.mjs +0 -58
  1395. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/metadata/v16.cjs +0 -116
  1396. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/metadata/v16.mjs +0 -115
  1397. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/metadata/v9.cjs +0 -79
  1398. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/metadata/v9.mjs +0 -78
  1399. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/mixnet/definitions.cjs +0 -31
  1400. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/mixnet/definitions.mjs +0 -31
  1401. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/mixnet/runtime.cjs +0 -36
  1402. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/mixnet/runtime.mjs +0 -35
  1403. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/mmr/definitions.cjs +0 -49
  1404. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/mmr/definitions.mjs +0 -49
  1405. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/mmr/rpc.cjs +0 -57
  1406. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/mmr/rpc.mjs +0 -56
  1407. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/mmr/runtime.cjs +0 -145
  1408. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/mmr/runtime.mjs +0 -144
  1409. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/nfts/definitions.cjs +0 -14
  1410. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/nfts/definitions.mjs +0 -14
  1411. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/nfts/runtime.cjs +0 -98
  1412. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/nfts/runtime.mjs +0 -97
  1413. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/nimbus/definitions.cjs +0 -11
  1414. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/nimbus/definitions.mjs +0 -11
  1415. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/nimbus/runtime.cjs +0 -62
  1416. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/nimbus/runtime.mjs +0 -61
  1417. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/nompools/definitions.cjs +0 -14
  1418. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/nompools/definitions.mjs +0 -14
  1419. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/nompools/runtime.cjs +0 -40
  1420. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/nompools/runtime.mjs +0 -39
  1421. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/offchain/definitions.cjs +0 -15
  1422. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/offchain/definitions.mjs +0 -15
  1423. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/offchain/rpc.cjs +0 -50
  1424. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/offchain/rpc.mjs +0 -49
  1425. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/offchain/runtime.cjs +0 -26
  1426. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/offchain/runtime.mjs +0 -25
  1427. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/offences/definitions.cjs +0 -20
  1428. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/offences/definitions.mjs +0 -19
  1429. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/ormlOracle/definitions.cjs +0 -11
  1430. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/ormlOracle/definitions.mjs +0 -11
  1431. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/ormlOracle/runtime.cjs +0 -29
  1432. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/ormlOracle/runtime.mjs +0 -28
  1433. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/ormlTokens/definitions.cjs +0 -11
  1434. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/ormlTokens/definitions.mjs +0 -11
  1435. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/ormlTokens/runtime.cjs +0 -16
  1436. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/ormlTokens/runtime.mjs +0 -15
  1437. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/parachains/definitions.cjs +0 -523
  1438. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/parachains/definitions.mjs +0 -523
  1439. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/parachains/hrmp.cjs +0 -29
  1440. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/parachains/hrmp.mjs +0 -28
  1441. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/parachains/runtime.cjs +0 -360
  1442. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/parachains/runtime.mjs +0 -359
  1443. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/parachains/slots.cjs +0 -95
  1444. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/parachains/slots.mjs +0 -94
  1445. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/payment/definitions.cjs +0 -34
  1446. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/payment/definitions.mjs +0 -34
  1447. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/payment/rpc.cjs +0 -35
  1448. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/payment/rpc.mjs +0 -34
  1449. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/payment/runtime.cjs +0 -145
  1450. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/payment/runtime.mjs +0 -144
  1451. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/poll/definitions.cjs +0 -9
  1452. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/poll/definitions.mjs +0 -8
  1453. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/pow/definitions.cjs +0 -11
  1454. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/pow/definitions.mjs +0 -11
  1455. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/pow/runtime.cjs +0 -23
  1456. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/pow/runtime.mjs +0 -22
  1457. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/proxy/definitions.cjs +0 -26
  1458. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/proxy/definitions.mjs +0 -25
  1459. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/purchase/definitions.cjs +0 -25
  1460. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/purchase/definitions.mjs +0 -24
  1461. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/recovery/definitions.cjs +0 -21
  1462. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/recovery/definitions.mjs +0 -20
  1463. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/rpc/definitions.cjs +0 -13
  1464. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/rpc/definitions.mjs +0 -13
  1465. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/rpc/rpc.cjs +0 -10
  1466. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/rpc/rpc.mjs +0 -9
  1467. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/runtime/definitions.cjs +0 -201
  1468. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/runtime/definitions.mjs +0 -200
  1469. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/runtime/runtime.cjs +0 -94
  1470. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/runtime/runtime.mjs +0 -93
  1471. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/scaleInfo/definitions.cjs +0 -29
  1472. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/scaleInfo/definitions.mjs +0 -29
  1473. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/scaleInfo/v0.cjs +0 -73
  1474. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/scaleInfo/v0.mjs +0 -72
  1475. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/scaleInfo/v1.cjs +0 -58
  1476. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/scaleInfo/v1.mjs +0 -56
  1477. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/scheduler/definitions.cjs +0 -28
  1478. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/scheduler/definitions.mjs +0 -27
  1479. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/session/definitions.cjs +0 -41
  1480. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/session/definitions.mjs +0 -41
  1481. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/session/runtime.cjs +0 -26
  1482. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/session/runtime.mjs +0 -25
  1483. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/society/definitions.cjs +0 -31
  1484. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/society/definitions.mjs +0 -30
  1485. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/staking/definitions.cjs +0 -293
  1486. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/staking/definitions.mjs +0 -293
  1487. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/staking/runtime.cjs +0 -16
  1488. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/staking/runtime.mjs +0 -15
  1489. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/state/definitions.cjs +0 -85
  1490. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/state/definitions.mjs +0 -85
  1491. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/state/rpc.cjs +0 -383
  1492. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/state/rpc.mjs +0 -382
  1493. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/statement/definitions.cjs +0 -26
  1494. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/statement/definitions.mjs +0 -26
  1495. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/statement/runtime.cjs +0 -19
  1496. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/statement/runtime.mjs +0 -18
  1497. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/support/definitions.cjs +0 -14
  1498. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/support/definitions.mjs +0 -13
  1499. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/syncstate/definitions.cjs +0 -10
  1500. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/syncstate/definitions.mjs +0 -10
  1501. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/syncstate/rpc.cjs +0 -14
  1502. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/syncstate/rpc.mjs +0 -13
  1503. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/system/definitions.cjs +0 -287
  1504. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/system/definitions.mjs +0 -287
  1505. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/system/rpc.cjs +0 -133
  1506. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/system/rpc.mjs +0 -132
  1507. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/system/runtime.cjs +0 -16
  1508. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/system/runtime.mjs +0 -15
  1509. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/treasury/definitions.cjs +0 -61
  1510. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/treasury/definitions.mjs +0 -60
  1511. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/txpayment/definitions.cjs +0 -9
  1512. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/txpayment/definitions.mjs +0 -8
  1513. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/txqueue/definitions.cjs +0 -25
  1514. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/txqueue/definitions.mjs +0 -25
  1515. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/txqueue/runtime.cjs +0 -53
  1516. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/txqueue/runtime.mjs +0 -52
  1517. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/uniques/definitions.cjs +0 -47
  1518. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/uniques/definitions.mjs +0 -46
  1519. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/utility/definitions.cjs +0 -20
  1520. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/utility/definitions.mjs +0 -19
  1521. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/vesting/definitions.cjs +0 -13
  1522. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/vesting/definitions.mjs +0 -12
  1523. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/xcm/definitions.cjs +0 -154
  1524. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/xcm/definitions.mjs +0 -154
  1525. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/xcm/v0.cjs +0 -205
  1526. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/xcm/v0.mjs +0 -204
  1527. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/xcm/v1.cjs +0 -195
  1528. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/xcm/v1.mjs +0 -194
  1529. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/xcm/v2.cjs +0 -254
  1530. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/xcm/v2.mjs +0 -253
  1531. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/xcm/v3.cjs +0 -344
  1532. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/xcm/v3.mjs +0 -343
  1533. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/xcm/v4.cjs +0 -250
  1534. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/xcm/v4.mjs +0 -249
  1535. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/xcm/v5.cjs +0 -271
  1536. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/xcm/v5.mjs +0 -270
  1537. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/xcmPaymentApi/definitions.cjs +0 -17
  1538. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/xcmPaymentApi/definitions.mjs +0 -17
  1539. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/xcmPaymentApi/runtime.cjs +0 -37
  1540. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/xcmPaymentApi/runtime.mjs +0 -36
  1541. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/xcmRuntimeApi/definitions.cjs +0 -11
  1542. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/xcmRuntimeApi/definitions.mjs +0 -11
  1543. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/xcmRuntimeApi/runtime.cjs +0 -16
  1544. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/xcmRuntimeApi/runtime.mjs +0 -15
  1545. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/metadata/MagicNumber.cjs +0 -13
  1546. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/metadata/MagicNumber.mjs +0 -13
  1547. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/metadata/Metadata.cjs +0 -37
  1548. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/metadata/Metadata.mjs +0 -37
  1549. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/metadata/MetadataVersioned.cjs +0 -139
  1550. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/metadata/MetadataVersioned.mjs +0 -139
  1551. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/metadata/PortableRegistry/PortableRegistry.cjs +0 -684
  1552. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/metadata/PortableRegistry/PortableRegistry.mjs +0 -684
  1553. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/metadata/decorate/constants/index.cjs +0 -22
  1554. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/metadata/decorate/constants/index.mjs +0 -22
  1555. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/metadata/decorate/events/index.cjs +0 -8
  1556. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/metadata/decorate/events/index.mjs +0 -7
  1557. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/metadata/decorate/extrinsics/createUnchecked.cjs +0 -28
  1558. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/metadata/decorate/extrinsics/createUnchecked.mjs +0 -28
  1559. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/metadata/decorate/extrinsics/index.cjs +0 -26
  1560. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/metadata/decorate/extrinsics/index.mjs +0 -25
  1561. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/metadata/decorate/util.cjs +0 -10
  1562. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/metadata/decorate/util.mjs +0 -10
  1563. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/metadata/util/extractTypes.cjs +0 -53
  1564. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/metadata/util/extractTypes.mjs +0 -53
  1565. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/metadata/util/flattenUniq.cjs +0 -14
  1566. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/metadata/util/flattenUniq.mjs +0 -13
  1567. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/metadata/util/getSiName.cjs +0 -9
  1568. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/metadata/util/getSiName.mjs +0 -8
  1569. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/metadata/util/getUniqTypes.cjs +0 -33
  1570. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/metadata/util/getUniqTypes.mjs +0 -33
  1571. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/metadata/util/toCallsOnly.cjs +0 -26
  1572. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/metadata/util/toCallsOnly.mjs +0 -26
  1573. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/metadata/util/validateTypes.cjs +0 -19
  1574. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/metadata/util/validateTypes.mjs +0 -19
  1575. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/metadata/v10/toV11.cjs +0 -15
  1576. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/metadata/v10/toV11.mjs +0 -14
  1577. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/metadata/v11/toV12.cjs +0 -15
  1578. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/metadata/v11/toV12.mjs +0 -15
  1579. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/metadata/v12/toV13.cjs +0 -11
  1580. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/metadata/v12/toV13.mjs +0 -10
  1581. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/metadata/v13/toV14.cjs +0 -240
  1582. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/metadata/v13/toV14.mjs +0 -240
  1583. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/metadata/v14/toV15.cjs +0 -25
  1584. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/metadata/v14/toV15.mjs +0 -25
  1585. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/metadata/v15/toV16.cjs +0 -96
  1586. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/metadata/v15/toV16.mjs +0 -96
  1587. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/metadata/v16/toLatest.cjs +0 -12
  1588. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/metadata/v16/toLatest.mjs +0 -11
  1589. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/metadata/v9/toV10.cjs +0 -29
  1590. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/metadata/v9/toV10.mjs +0 -29
  1591. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/metadata/versions.cjs +0 -18
  1592. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/metadata/versions.mjs +0 -16
  1593. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/primitive/Data.cjs +0 -101
  1594. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/primitive/Data.mjs +0 -101
  1595. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/primitive/StorageKey.cjs +0 -165
  1596. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/primitive/StorageKey.mjs +0 -165
  1597. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/util/storage.cjs +0 -15
  1598. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/util/storage.mjs +0 -15
  1599. package/dist/node_modules/.pnpm/@polkadot_util-crypto@14.0.1_@polkadot_util@14.0.1/node_modules/@polkadot/util-crypto/address/checksum.cjs +0 -19
  1600. package/dist/node_modules/.pnpm/@polkadot_util-crypto@14.0.1_@polkadot_util@14.0.1/node_modules/@polkadot/util-crypto/address/checksum.mjs +0 -19
  1601. package/dist/node_modules/.pnpm/@polkadot_util-crypto@14.0.1_@polkadot_util@14.0.1/node_modules/@polkadot/util-crypto/address/decode.cjs +0 -25
  1602. package/dist/node_modules/.pnpm/@polkadot_util-crypto@14.0.1_@polkadot_util@14.0.1/node_modules/@polkadot/util-crypto/address/decode.mjs +0 -25
  1603. package/dist/node_modules/.pnpm/@polkadot_util-crypto@14.0.1_@polkadot_util@14.0.1/node_modules/@polkadot/util-crypto/address/defaults.cjs +0 -28
  1604. package/dist/node_modules/.pnpm/@polkadot_util-crypto@14.0.1_@polkadot_util@14.0.1/node_modules/@polkadot/util-crypto/address/defaults.mjs +0 -28
  1605. package/dist/node_modules/.pnpm/@polkadot_util-crypto@14.0.1_@polkadot_util@14.0.1/node_modules/@polkadot/util-crypto/address/encode.cjs +0 -18
  1606. package/dist/node_modules/.pnpm/@polkadot_util-crypto@14.0.1_@polkadot_util@14.0.1/node_modules/@polkadot/util-crypto/address/encode.mjs +0 -18
  1607. package/dist/node_modules/.pnpm/@polkadot_util-crypto@14.0.1_@polkadot_util@14.0.1/node_modules/@polkadot/util-crypto/address/sshash.cjs +0 -12
  1608. package/dist/node_modules/.pnpm/@polkadot_util-crypto@14.0.1_@polkadot_util@14.0.1/node_modules/@polkadot/util-crypto/address/sshash.mjs +0 -12
  1609. package/dist/node_modules/.pnpm/@polkadot_util-crypto@14.0.1_@polkadot_util@14.0.1/node_modules/@polkadot/util-crypto/base32/helpers.cjs +0 -32
  1610. package/dist/node_modules/.pnpm/@polkadot_util-crypto@14.0.1_@polkadot_util@14.0.1/node_modules/@polkadot/util-crypto/base32/helpers.mjs +0 -30
  1611. package/dist/node_modules/.pnpm/@polkadot_util-crypto@14.0.1_@polkadot_util@14.0.1/node_modules/@polkadot/util-crypto/base58/bs58.cjs +0 -35
  1612. package/dist/node_modules/.pnpm/@polkadot_util-crypto@14.0.1_@polkadot_util@14.0.1/node_modules/@polkadot/util-crypto/base58/bs58.mjs +0 -34
  1613. package/dist/node_modules/.pnpm/@polkadot_util-crypto@14.0.1_@polkadot_util@14.0.1/node_modules/@polkadot/util-crypto/blake2/asU8a.cjs +0 -31
  1614. package/dist/node_modules/.pnpm/@polkadot_util-crypto@14.0.1_@polkadot_util@14.0.1/node_modules/@polkadot/util-crypto/blake2/asU8a.mjs +0 -31
  1615. package/dist/node_modules/.pnpm/@polkadot_util-crypto@14.0.1_@polkadot_util@14.0.1/node_modules/@polkadot/util-crypto/bn.cjs +0 -9
  1616. package/dist/node_modules/.pnpm/@polkadot_util-crypto@14.0.1_@polkadot_util@14.0.1/node_modules/@polkadot/util-crypto/bn.mjs +0 -8
  1617. package/dist/node_modules/.pnpm/@polkadot_util-crypto@14.0.1_@polkadot_util@14.0.1/node_modules/@polkadot/util-crypto/ethereum/encode.cjs +0 -28
  1618. package/dist/node_modules/.pnpm/@polkadot_util-crypto@14.0.1_@polkadot_util@14.0.1/node_modules/@polkadot/util-crypto/ethereum/encode.mjs +0 -28
  1619. package/dist/node_modules/.pnpm/@polkadot_util-crypto@14.0.1_@polkadot_util@14.0.1/node_modules/@polkadot/util-crypto/ethereum/isAddress.cjs +0 -12
  1620. package/dist/node_modules/.pnpm/@polkadot_util-crypto@14.0.1_@polkadot_util@14.0.1/node_modules/@polkadot/util-crypto/ethereum/isAddress.mjs +0 -12
  1621. package/dist/node_modules/.pnpm/@polkadot_util-crypto@14.0.1_@polkadot_util@14.0.1/node_modules/@polkadot/util-crypto/ethereum/isChecksum.cjs +0 -16
  1622. package/dist/node_modules/.pnpm/@polkadot_util-crypto@14.0.1_@polkadot_util@14.0.1/node_modules/@polkadot/util-crypto/ethereum/isChecksum.mjs +0 -16
  1623. package/dist/node_modules/.pnpm/@polkadot_util-crypto@14.0.1_@polkadot_util@14.0.1/node_modules/@polkadot/util-crypto/helpers.cjs +0 -15
  1624. package/dist/node_modules/.pnpm/@polkadot_util-crypto@14.0.1_@polkadot_util@14.0.1/node_modules/@polkadot/util-crypto/helpers.mjs +0 -15
  1625. package/dist/node_modules/.pnpm/@polkadot_util-crypto@14.0.1_@polkadot_util@14.0.1/node_modules/@polkadot/util-crypto/keccak/asU8a.cjs +0 -29
  1626. package/dist/node_modules/.pnpm/@polkadot_util-crypto@14.0.1_@polkadot_util@14.0.1/node_modules/@polkadot/util-crypto/keccak/asU8a.mjs +0 -29
  1627. package/dist/node_modules/.pnpm/@polkadot_util-crypto@14.0.1_@polkadot_util@14.0.1/node_modules/@polkadot/util-crypto/secp256k1/expand.cjs +0 -18
  1628. package/dist/node_modules/.pnpm/@polkadot_util-crypto@14.0.1_@polkadot_util@14.0.1/node_modules/@polkadot/util-crypto/secp256k1/expand.mjs +0 -18
  1629. package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/assert.cjs +0 -41
  1630. package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/assert.mjs +0 -40
  1631. package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/bn/bn.cjs +0 -13
  1632. package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/bn/bn.mjs +0 -8
  1633. package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/bn/consts.cjs +0 -46
  1634. package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/bn/consts.mjs +0 -41
  1635. package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/bn/toBn.cjs +0 -30
  1636. package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/bn/toBn.mjs +0 -30
  1637. package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/bn/toHex.cjs +0 -29
  1638. package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/bn/toHex.mjs +0 -29
  1639. package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/bn/toU8a.cjs +0 -34
  1640. package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/bn/toU8a.mjs +0 -34
  1641. package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/compact/addLength.cjs +0 -22
  1642. package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/compact/addLength.mjs +0 -22
  1643. package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/compact/fromU8a.cjs +0 -57
  1644. package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/compact/fromU8a.mjs +0 -56
  1645. package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/compact/stripLength.cjs +0 -23
  1646. package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/compact/stripLength.mjs +0 -23
  1647. package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/compact/toU8a.cjs +0 -38
  1648. package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/compact/toU8a.mjs +0 -38
  1649. package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/float/toU8a.cjs +0 -18
  1650. package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/float/toU8a.mjs +0 -17
  1651. package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/format/formatBalance.cjs +0 -55
  1652. package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/format/formatBalance.mjs +0 -55
  1653. package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/format/formatDate.cjs +0 -16
  1654. package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/format/formatDate.mjs +0 -15
  1655. package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/format/formatDecimal.cjs +0 -15
  1656. package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/format/formatDecimal.mjs +0 -14
  1657. package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/format/formatNumber.cjs +0 -16
  1658. package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/format/formatNumber.mjs +0 -16
  1659. package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/format/getSeparator.cjs +0 -16
  1660. package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/format/getSeparator.mjs +0 -15
  1661. package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/format/si.cjs +0 -109
  1662. package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/format/si.mjs +0 -105
  1663. package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/has.cjs +0 -14
  1664. package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/has.mjs +0 -13
  1665. package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/hex/stripPrefix.cjs +0 -26
  1666. package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/hex/stripPrefix.mjs +0 -26
  1667. package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/hex/toBn.cjs +0 -31
  1668. package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/hex/toBn.mjs +0 -31
  1669. package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/hex/toU8a.cjs +0 -41
  1670. package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/hex/toU8a.mjs +0 -40
  1671. package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/is/ascii.cjs +0 -33
  1672. package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/is/ascii.mjs +0 -33
  1673. package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/is/bigInt.cjs +0 -22
  1674. package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/is/bigInt.mjs +0 -21
  1675. package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/is/bn.cjs +0 -24
  1676. package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/is/bn.mjs +0 -24
  1677. package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/is/boolean.cjs +0 -22
  1678. package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/is/boolean.mjs +0 -21
  1679. package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/is/buffer.cjs +0 -25
  1680. package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/is/buffer.mjs +0 -25
  1681. package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/is/codec.cjs +0 -11
  1682. package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/is/codec.mjs +0 -11
  1683. package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/is/function.cjs +0 -22
  1684. package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/is/function.mjs +0 -21
  1685. package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/is/helpers.cjs +0 -14
  1686. package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/is/helpers.mjs +0 -13
  1687. package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/is/hex.cjs +0 -27
  1688. package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/is/hex.mjs +0 -24
  1689. package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/is/null.cjs +0 -22
  1690. package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/is/null.mjs +0 -21
  1691. package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/is/number.cjs +0 -22
  1692. package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/is/number.mjs +0 -21
  1693. package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/is/object.cjs +0 -23
  1694. package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/is/object.mjs +0 -22
  1695. package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/is/string.cjs +0 -22
  1696. package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/is/string.mjs +0 -21
  1697. package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/is/toBigInt.cjs +0 -7
  1698. package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/is/toBigInt.mjs +0 -7
  1699. package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/is/toBn.cjs +0 -7
  1700. package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/is/toBn.mjs +0 -7
  1701. package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/is/u8a.cjs +0 -22
  1702. package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/is/u8a.mjs +0 -21
  1703. package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/is/undefined.cjs +0 -22
  1704. package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/is/undefined.mjs +0 -21
  1705. package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/is/utf8.cjs +0 -72
  1706. package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/is/utf8.mjs +0 -72
  1707. package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/lazy.cjs +0 -37
  1708. package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/lazy.mjs +0 -35
  1709. package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/logger.cjs +0 -90
  1710. package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/logger.mjs +0 -90
  1711. package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/noop.cjs +0 -16
  1712. package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/noop.mjs +0 -14
  1713. package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/object/property.cjs +0 -26
  1714. package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/object/property.mjs +0 -24
  1715. package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/object/spread.cjs +0 -28
  1716. package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/object/spread.mjs +0 -27
  1717. package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/string/camelCase.cjs +0 -51
  1718. package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/string/camelCase.mjs +0 -49
  1719. package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/string/toU8a.cjs +0 -24
  1720. package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/string/toU8a.mjs +0 -24
  1721. package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/stringify.cjs +0 -18
  1722. package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/stringify.mjs +0 -18
  1723. package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/u8a/concat.cjs +0 -49
  1724. package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/u8a/concat.mjs +0 -48
  1725. package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/u8a/eq.cjs +0 -34
  1726. package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/u8a/eq.mjs +0 -34
  1727. package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/u8a/toBn.cjs +0 -48
  1728. package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/u8a/toBn.mjs +0 -48
  1729. package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/u8a/toFloat.cjs +0 -16
  1730. package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/u8a/toFloat.mjs +0 -15
  1731. package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/u8a/toHex.cjs +0 -43
  1732. package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/u8a/toHex.mjs +0 -42
  1733. package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/u8a/toNumber.cjs +0 -33
  1734. package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/u8a/toNumber.mjs +0 -32
  1735. package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/u8a/toString.cjs +0 -24
  1736. package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/u8a/toString.mjs +0 -24
  1737. package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/u8a/toU8a.cjs +0 -31
  1738. package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/u8a/toU8a.mjs +0 -31
  1739. package/dist/node_modules/.pnpm/@polkadot_wasm-bridge@7.5.4_@polkadot_util@14.0.1_@polkadot_x-randomvalues@14.0.1_@polk_9fba5ec88721cce0cc66dfcd9960a838/node_modules/@polkadot/wasm-bridge/bridge.cjs +0 -162
  1740. package/dist/node_modules/.pnpm/@polkadot_wasm-bridge@7.5.4_@polkadot_util@14.0.1_@polkadot_x-randomvalues@14.0.1_@polk_9fba5ec88721cce0cc66dfcd9960a838/node_modules/@polkadot/wasm-bridge/bridge.mjs +0 -162
  1741. package/dist/node_modules/.pnpm/@polkadot_wasm-bridge@7.5.4_@polkadot_util@14.0.1_@polkadot_x-randomvalues@14.0.1_@polk_9fba5ec88721cce0cc66dfcd9960a838/node_modules/@polkadot/wasm-bridge/init.cjs +0 -37
  1742. package/dist/node_modules/.pnpm/@polkadot_wasm-bridge@7.5.4_@polkadot_util@14.0.1_@polkadot_x-randomvalues@14.0.1_@polk_9fba5ec88721cce0cc66dfcd9960a838/node_modules/@polkadot/wasm-bridge/init.mjs +0 -36
  1743. package/dist/node_modules/.pnpm/@polkadot_wasm-bridge@7.5.4_@polkadot_util@14.0.1_@polkadot_x-randomvalues@14.0.1_@polk_9fba5ec88721cce0cc66dfcd9960a838/node_modules/@polkadot/wasm-bridge/wbg.cjs +0 -65
  1744. package/dist/node_modules/.pnpm/@polkadot_wasm-bridge@7.5.4_@polkadot_util@14.0.1_@polkadot_x-randomvalues@14.0.1_@polk_9fba5ec88721cce0cc66dfcd9960a838/node_modules/@polkadot/wasm-bridge/wbg.mjs +0 -65
  1745. package/dist/node_modules/.pnpm/@polkadot_wasm-crypto-init@7.5.4_@polkadot_util@14.0.1_@polkadot_x-randomvalues@14.0.1__02e742fd5476f0471e29709e28965abf/node_modules/@polkadot/wasm-crypto-init/wasm.cjs +0 -13
  1746. package/dist/node_modules/.pnpm/@polkadot_wasm-crypto-init@7.5.4_@polkadot_util@14.0.1_@polkadot_x-randomvalues@14.0.1__02e742fd5476f0471e29709e28965abf/node_modules/@polkadot/wasm-crypto-init/wasm.mjs +0 -13
  1747. package/dist/node_modules/.pnpm/@polkadot_wasm-crypto-wasm@7.5.4_@polkadot_util@14.0.1/node_modules/@polkadot/wasm-crypto-wasm/bundle.cjs +0 -19
  1748. package/dist/node_modules/.pnpm/@polkadot_wasm-crypto-wasm@7.5.4_@polkadot_util@14.0.1/node_modules/@polkadot/wasm-crypto-wasm/bundle.mjs +0 -19
  1749. package/dist/node_modules/.pnpm/@polkadot_wasm-crypto-wasm@7.5.4_@polkadot_util@14.0.1/node_modules/@polkadot/wasm-crypto-wasm/cjs/bytes.cjs +0 -16
  1750. package/dist/node_modules/.pnpm/@polkadot_wasm-crypto-wasm@7.5.4_@polkadot_util@14.0.1/node_modules/@polkadot/wasm-crypto-wasm/cjs/bytes.mjs +0 -13
  1751. package/dist/node_modules/.pnpm/@polkadot_wasm-crypto@7.5.4_@polkadot_util@14.0.1_@polkadot_x-randomvalues@14.0.1_@polk_66de4b6310fb21b1adaa456362dbc346/node_modules/@polkadot/wasm-crypto/bundle.cjs +0 -49
  1752. package/dist/node_modules/.pnpm/@polkadot_wasm-crypto@7.5.4_@polkadot_util@14.0.1_@polkadot_x-randomvalues@14.0.1_@polk_66de4b6310fb21b1adaa456362dbc346/node_modules/@polkadot/wasm-crypto/bundle.mjs +0 -45
  1753. package/dist/node_modules/.pnpm/@polkadot_wasm-crypto@7.5.4_@polkadot_util@14.0.1_@polkadot_x-randomvalues@14.0.1_@polk_66de4b6310fb21b1adaa456362dbc346/node_modules/@polkadot/wasm-crypto/init.cjs +0 -14
  1754. package/dist/node_modules/.pnpm/@polkadot_wasm-crypto@7.5.4_@polkadot_util@14.0.1_@polkadot_x-randomvalues@14.0.1_@polk_66de4b6310fb21b1adaa456362dbc346/node_modules/@polkadot/wasm-crypto/init.mjs +0 -14
  1755. package/dist/node_modules/.pnpm/@polkadot_wasm-util@7.5.4_@polkadot_util@14.0.1/node_modules/@polkadot/wasm-util/base64.cjs +0 -29
  1756. package/dist/node_modules/.pnpm/@polkadot_wasm-util@7.5.4_@polkadot_util@14.0.1/node_modules/@polkadot/wasm-util/base64.mjs +0 -28
  1757. package/dist/node_modules/.pnpm/@polkadot_wasm-util@7.5.4_@polkadot_util@14.0.1/node_modules/@polkadot/wasm-util/fflate.cjs +0 -287
  1758. package/dist/node_modules/.pnpm/@polkadot_wasm-util@7.5.4_@polkadot_util@14.0.1/node_modules/@polkadot/wasm-util/fflate.mjs +0 -286
  1759. package/dist/node_modules/.pnpm/@polkadot_x-bigint@14.0.1/node_modules/@polkadot/x-bigint/index.cjs +0 -20
  1760. package/dist/node_modules/.pnpm/@polkadot_x-bigint@14.0.1/node_modules/@polkadot/x-bigint/index.mjs +0 -20
  1761. package/dist/node_modules/.pnpm/@polkadot_x-global@14.0.1/node_modules/@polkadot/x-global/index.cjs +0 -20
  1762. package/dist/node_modules/.pnpm/@polkadot_x-global@14.0.1/node_modules/@polkadot/x-global/index.mjs +0 -18
  1763. package/dist/node_modules/.pnpm/@polkadot_x-randomvalues@14.0.1_@polkadot_util@14.0.1_@polkadot_wasm-util@7.5.4_@polkadot_util@14.0.1_/node_modules/@polkadot/x-randomvalues/node.cjs +0 -13
  1764. package/dist/node_modules/.pnpm/@polkadot_x-randomvalues@14.0.1_@polkadot_util@14.0.1_@polkadot_wasm-util@7.5.4_@polkadot_util@14.0.1_/node_modules/@polkadot/x-randomvalues/node.mjs +0 -11
  1765. package/dist/node_modules/.pnpm/@polkadot_x-textdecoder@14.0.1/node_modules/@polkadot/x-textdecoder/node.cjs +0 -10
  1766. package/dist/node_modules/.pnpm/@polkadot_x-textdecoder@14.0.1/node_modules/@polkadot/x-textdecoder/node.mjs +0 -8
  1767. package/dist/node_modules/.pnpm/@polkadot_x-textencoder@14.0.1/node_modules/@polkadot/x-textencoder/node.cjs +0 -19
  1768. package/dist/node_modules/.pnpm/@polkadot_x-textencoder@14.0.1/node_modules/@polkadot/x-textencoder/node.mjs +0 -17
  1769. package/dist/node_modules/.pnpm/@scure_base@1.2.6/node_modules/@scure/base/lib/esm/index.cjs +0 -537
  1770. package/dist/node_modules/.pnpm/@scure_base@1.2.6/node_modules/@scure/base/lib/esm/index.mjs +0 -536
  1771. package/dist/node_modules/.pnpm/@substrate_ss58-registry@1.51.0/node_modules/@substrate/ss58-registry/esm/index.cjs +0 -1364
  1772. package/dist/node_modules/.pnpm/@substrate_ss58-registry@1.51.0/node_modules/@substrate/ss58-registry/esm/index.mjs +0 -1363
  1773. package/dist/node_modules/.pnpm/bn.js@5.2.2/node_modules/bn.js/lib/bn.cjs +0 -2550
  1774. package/dist/node_modules/.pnpm/bn.js@5.2.2/node_modules/bn.js/lib/bn.mjs +0 -2547
  1775. package/dist/node_modules/.pnpm/prettier@3.8.1/node_modules/prettier/doc.cjs +0 -1049
  1776. package/dist/node_modules/.pnpm/prettier@3.8.1/node_modules/prettier/doc.mjs +0 -1041
  1777. package/dist/node_modules/.pnpm/prettier@3.8.1/node_modules/prettier/index.cjs +0 -14559
  1778. package/dist/node_modules/.pnpm/prettier@3.8.1/node_modules/prettier/index.mjs +0 -14554
  1779. package/dist/node_modules/.pnpm/prettier@3.8.1/node_modules/prettier/plugins/acorn.cjs +0 -4971
  1780. package/dist/node_modules/.pnpm/prettier@3.8.1/node_modules/prettier/plugins/acorn.mjs +0 -4969
  1781. package/dist/node_modules/.pnpm/prettier@3.8.1/node_modules/prettier/plugins/angular.cjs +0 -3954
  1782. package/dist/node_modules/.pnpm/prettier@3.8.1/node_modules/prettier/plugins/angular.mjs +0 -3952
  1783. package/dist/node_modules/.pnpm/prettier@3.8.1/node_modules/prettier/plugins/babel.cjs +0 -9881
  1784. package/dist/node_modules/.pnpm/prettier@3.8.1/node_modules/prettier/plugins/babel.mjs +0 -9879
  1785. package/dist/node_modules/.pnpm/prettier@3.8.1/node_modules/prettier/plugins/estree.cjs +0 -7271
  1786. package/dist/node_modules/.pnpm/prettier@3.8.1/node_modules/prettier/plugins/estree.mjs +0 -7267
  1787. package/dist/node_modules/.pnpm/prettier@3.8.1/node_modules/prettier/plugins/flow.cjs +0 -52915
  1788. package/dist/node_modules/.pnpm/prettier@3.8.1/node_modules/prettier/plugins/flow.mjs +0 -52913
  1789. package/dist/node_modules/.pnpm/prettier@3.8.1/node_modules/prettier/plugins/glimmer.cjs +0 -7546
  1790. package/dist/node_modules/.pnpm/prettier@3.8.1/node_modules/prettier/plugins/glimmer.mjs +0 -7542
  1791. package/dist/node_modules/.pnpm/prettier@3.8.1/node_modules/prettier/plugins/graphql.cjs +0 -1947
  1792. package/dist/node_modules/.pnpm/prettier@3.8.1/node_modules/prettier/plugins/graphql.mjs +0 -1942
  1793. package/dist/node_modules/.pnpm/prettier@3.8.1/node_modules/prettier/plugins/html.cjs +0 -7041
  1794. package/dist/node_modules/.pnpm/prettier@3.8.1/node_modules/prettier/plugins/html.mjs +0 -7036
  1795. package/dist/node_modules/.pnpm/prettier@3.8.1/node_modules/prettier/plugins/markdown.cjs +0 -6882
  1796. package/dist/node_modules/.pnpm/prettier@3.8.1/node_modules/prettier/plugins/markdown.mjs +0 -6877
  1797. package/dist/node_modules/.pnpm/prettier@3.8.1/node_modules/prettier/plugins/meriyah.cjs +0 -7593
  1798. package/dist/node_modules/.pnpm/prettier@3.8.1/node_modules/prettier/plugins/meriyah.mjs +0 -7591
  1799. package/dist/node_modules/.pnpm/prettier@3.8.1/node_modules/prettier/plugins/postcss.cjs +0 -6780
  1800. package/dist/node_modules/.pnpm/prettier@3.8.1/node_modules/prettier/plugins/postcss.mjs +0 -6775
  1801. package/dist/node_modules/.pnpm/prettier@3.8.1/node_modules/prettier/plugins/typescript.cjs +0 -22937
  1802. package/dist/node_modules/.pnpm/prettier@3.8.1/node_modules/prettier/plugins/typescript.mjs +0 -22935
  1803. package/dist/node_modules/.pnpm/prettier@3.8.1/node_modules/prettier/plugins/yaml.cjs +0 -5273
  1804. package/dist/node_modules/.pnpm/prettier@3.8.1/node_modules/prettier/plugins/yaml.mjs +0 -5267
  1805. /package/dist/{packages/chainspec → chainspec}/src/Compiler.mjs +0 -0
  1806. /package/dist/{packages/chainspec → chainspec}/src/SpecVersion.cjs +0 -0
  1807. /package/dist/{packages/chainspec → chainspec}/src/SpecVersion.mjs +0 -0
@@ -54,17 +54,17 @@ declare const polkadotIngressEgressDepositFailed: z.ZodObject<{
54
54
  error: string;
55
55
  }>;
56
56
  }, "strip", z.ZodTypeAny, {
57
- __kind: "Module";
58
57
  value: {
59
58
  index: number;
60
59
  error: `0x${string}`;
61
60
  };
62
- }, {
63
61
  __kind: "Module";
62
+ }, {
64
63
  value: {
65
64
  index: number;
66
65
  error: string;
67
66
  };
67
+ __kind: "Module";
68
68
  }>, z.ZodObject<{
69
69
  __kind: z.ZodLiteral<"ConsumerRemaining">;
70
70
  }, "strip", z.ZodTypeAny, {
@@ -88,20 +88,20 @@ declare const polkadotIngressEgressDepositFailed: z.ZodObject<{
88
88
  value: z.ZodEffects<z.ZodObject<{
89
89
  __kind: z.ZodEnum<["FundsUnavailable", "OnlyProvider", "BelowMinimum", "CannotCreate", "UnknownAsset", "Frozen", "Unsupported", "CannotCreateHold", "NotExpendable", "Blocked"]>;
90
90
  }, "strip", z.ZodTypeAny, {
91
- __kind: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
91
+ __kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
92
92
  }, {
93
- __kind: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
94
- }>, "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked", {
95
- __kind: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
93
+ __kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
94
+ }>, "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked", {
95
+ __kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
96
96
  }>;
97
97
  }, "strip", z.ZodTypeAny, {
98
+ value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
98
99
  __kind: "Token";
99
- value: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
100
100
  }, {
101
- __kind: "Token";
102
101
  value: {
103
- __kind: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
102
+ __kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
104
103
  };
104
+ __kind: "Token";
105
105
  }>, z.ZodObject<{
106
106
  __kind: z.ZodLiteral<"Arithmetic">;
107
107
  value: z.ZodEffects<z.ZodObject<{
@@ -114,13 +114,13 @@ declare const polkadotIngressEgressDepositFailed: z.ZodObject<{
114
114
  __kind: "Underflow" | "Overflow" | "DivisionByZero";
115
115
  }>;
116
116
  }, "strip", z.ZodTypeAny, {
117
- __kind: "Arithmetic";
118
117
  value: "Underflow" | "Overflow" | "DivisionByZero";
119
- }, {
120
118
  __kind: "Arithmetic";
119
+ }, {
121
120
  value: {
122
121
  __kind: "Underflow" | "Overflow" | "DivisionByZero";
123
122
  };
123
+ __kind: "Arithmetic";
124
124
  }>, z.ZodObject<{
125
125
  __kind: z.ZodLiteral<"Transactional">;
126
126
  value: z.ZodEffects<z.ZodObject<{
@@ -133,13 +133,13 @@ declare const polkadotIngressEgressDepositFailed: z.ZodObject<{
133
133
  __kind: "LimitReached" | "NoLayer";
134
134
  }>;
135
135
  }, "strip", z.ZodTypeAny, {
136
- __kind: "Transactional";
137
136
  value: "LimitReached" | "NoLayer";
138
- }, {
139
137
  __kind: "Transactional";
138
+ }, {
140
139
  value: {
141
140
  __kind: "LimitReached" | "NoLayer";
142
141
  };
142
+ __kind: "Transactional";
143
143
  }>, z.ZodObject<{
144
144
  __kind: z.ZodLiteral<"Exhausted">;
145
145
  }, "strip", z.ZodTypeAny, {
@@ -166,7 +166,6 @@ declare const polkadotIngressEgressDepositFailed: z.ZodObject<{
166
166
  __kind: "RootNotAllowed";
167
167
  }>]>;
168
168
  }, "strip", z.ZodTypeAny, {
169
- __kind: "DepositWitnessRejected";
170
169
  value: {
171
170
  __kind: "Other";
172
171
  } | {
@@ -174,11 +173,11 @@ declare const polkadotIngressEgressDepositFailed: z.ZodObject<{
174
173
  } | {
175
174
  __kind: "BadOrigin";
176
175
  } | {
177
- __kind: "Module";
178
176
  value: {
179
177
  index: number;
180
178
  error: `0x${string}`;
181
179
  };
180
+ __kind: "Module";
182
181
  } | {
183
182
  __kind: "ConsumerRemaining";
184
183
  } | {
@@ -186,14 +185,14 @@ declare const polkadotIngressEgressDepositFailed: z.ZodObject<{
186
185
  } | {
187
186
  __kind: "TooManyConsumers";
188
187
  } | {
188
+ value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
189
189
  __kind: "Token";
190
- value: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
191
190
  } | {
192
- __kind: "Arithmetic";
193
191
  value: "Underflow" | "Overflow" | "DivisionByZero";
192
+ __kind: "Arithmetic";
194
193
  } | {
195
- __kind: "Transactional";
196
194
  value: "LimitReached" | "NoLayer";
195
+ __kind: "Transactional";
197
196
  } | {
198
197
  __kind: "Exhausted";
199
198
  } | {
@@ -203,8 +202,8 @@ declare const polkadotIngressEgressDepositFailed: z.ZodObject<{
203
202
  } | {
204
203
  __kind: "RootNotAllowed";
205
204
  };
206
- }, {
207
205
  __kind: "DepositWitnessRejected";
206
+ }, {
208
207
  value: {
209
208
  __kind: "Other";
210
209
  } | {
@@ -212,11 +211,11 @@ declare const polkadotIngressEgressDepositFailed: z.ZodObject<{
212
211
  } | {
213
212
  __kind: "BadOrigin";
214
213
  } | {
215
- __kind: "Module";
216
214
  value: {
217
215
  index: number;
218
216
  error: string;
219
217
  };
218
+ __kind: "Module";
220
219
  } | {
221
220
  __kind: "ConsumerRemaining";
222
221
  } | {
@@ -224,20 +223,20 @@ declare const polkadotIngressEgressDepositFailed: z.ZodObject<{
224
223
  } | {
225
224
  __kind: "TooManyConsumers";
226
225
  } | {
227
- __kind: "Token";
228
226
  value: {
229
- __kind: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
227
+ __kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
230
228
  };
229
+ __kind: "Token";
231
230
  } | {
232
- __kind: "Arithmetic";
233
231
  value: {
234
232
  __kind: "Underflow" | "Overflow" | "DivisionByZero";
235
233
  };
234
+ __kind: "Arithmetic";
236
235
  } | {
237
- __kind: "Transactional";
238
236
  value: {
239
237
  __kind: "LimitReached" | "NoLayer";
240
238
  };
239
+ __kind: "Transactional";
241
240
  } | {
242
241
  __kind: "Exhausted";
243
242
  } | {
@@ -247,6 +246,7 @@ declare const polkadotIngressEgressDepositFailed: z.ZodObject<{
247
246
  } | {
248
247
  __kind: "RootNotAllowed";
249
248
  };
249
+ __kind: "DepositWitnessRejected";
250
250
  }>]>;
251
251
  details: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
252
252
  __kind: z.ZodLiteral<"DepositFailedDepositChannelVariantPolkadot">;
@@ -264,34 +264,34 @@ declare const polkadotIngressEgressDepositFailed: z.ZodObject<{
264
264
  amount: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
265
265
  depositDetails: z.ZodNumber;
266
266
  }, "strip", z.ZodTypeAny, {
267
+ depositAddress: `0x${string}`;
267
268
  asset: "Dot";
268
269
  amount: bigint;
269
- depositAddress: `0x${string}`;
270
270
  depositDetails: number;
271
271
  }, {
272
+ depositAddress: string;
272
273
  asset: {
273
274
  __kind: "Dot";
274
275
  };
275
276
  amount: string | number;
276
- depositAddress: string;
277
277
  depositDetails: number;
278
278
  }>;
279
279
  }, "strip", z.ZodTypeAny, {
280
280
  __kind: "DepositFailedDepositChannelVariantPolkadot";
281
281
  depositWitness: {
282
+ depositAddress: `0x${string}`;
282
283
  asset: "Dot";
283
284
  amount: bigint;
284
- depositAddress: `0x${string}`;
285
285
  depositDetails: number;
286
286
  };
287
287
  }, {
288
288
  __kind: "DepositFailedDepositChannelVariantPolkadot";
289
289
  depositWitness: {
290
+ depositAddress: string;
290
291
  asset: {
291
292
  __kind: "Dot";
292
293
  };
293
294
  amount: string | number;
294
- depositAddress: string;
295
295
  depositDetails: number;
296
296
  };
297
297
  }>, z.ZodObject<{
@@ -313,21 +313,21 @@ declare const polkadotIngressEgressDepositFailed: z.ZodObject<{
313
313
  outputAsset: z.ZodEffects<z.ZodObject<{
314
314
  __kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc", "HubDot", "HubUsdt", "HubUsdc"]>;
315
315
  }, "strip", z.ZodTypeAny, {
316
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
316
+ __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
317
317
  }, {
318
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
319
- }>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc", {
320
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
318
+ __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
319
+ }>, "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc", {
320
+ __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
321
321
  }>;
322
322
  destinationAddress: z.ZodEffects<z.ZodObject<{
323
323
  __kind: z.ZodEnum<["Eth", "Dot", "Btc", "Arb", "Sol", "Hub"]>;
324
324
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
325
325
  }, "strip", z.ZodTypeAny, {
326
- __kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
327
326
  value: `0x${string}`;
328
- }, {
329
327
  __kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
328
+ }, {
330
329
  value: string;
330
+ __kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
331
331
  }>, {
332
332
  readonly chain: "Ethereum";
333
333
  readonly address: `0x${string}`;
@@ -347,8 +347,8 @@ declare const polkadotIngressEgressDepositFailed: z.ZodObject<{
347
347
  readonly chain: "Assethub";
348
348
  readonly address: string;
349
349
  }, {
350
- __kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
351
350
  value: string;
351
+ __kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
352
352
  }>;
353
353
  depositMetadata: z.ZodOptional<z.ZodNullable<z.ZodObject<{
354
354
  channelMetadata: z.ZodObject<{
@@ -377,67 +377,67 @@ declare const polkadotIngressEgressDepositFailed: z.ZodObject<{
377
377
  __kind: z.ZodLiteral<"Eth">;
378
378
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
379
379
  }, "strip", z.ZodTypeAny, {
380
- __kind: "Eth";
381
380
  value: `0x${string}`;
382
- }, {
383
381
  __kind: "Eth";
382
+ }, {
384
383
  value: string;
384
+ __kind: "Eth";
385
385
  }>, z.ZodObject<{
386
386
  __kind: z.ZodLiteral<"Dot">;
387
387
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
388
388
  }, "strip", z.ZodTypeAny, {
389
- __kind: "Dot";
390
389
  value: `0x${string}`;
391
- }, {
392
390
  __kind: "Dot";
391
+ }, {
393
392
  value: string;
393
+ __kind: "Dot";
394
394
  }>, z.ZodObject<{
395
395
  __kind: z.ZodLiteral<"Btc">;
396
396
  value: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
397
397
  __kind: z.ZodLiteral<"P2PKH">;
398
398
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
399
399
  }, "strip", z.ZodTypeAny, {
400
- __kind: "P2PKH";
401
400
  value: `0x${string}`;
402
- }, {
403
401
  __kind: "P2PKH";
402
+ }, {
404
403
  value: string;
404
+ __kind: "P2PKH";
405
405
  }>, z.ZodObject<{
406
406
  __kind: z.ZodLiteral<"P2SH">;
407
407
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
408
408
  }, "strip", z.ZodTypeAny, {
409
- __kind: "P2SH";
410
409
  value: `0x${string}`;
411
- }, {
412
410
  __kind: "P2SH";
411
+ }, {
413
412
  value: string;
413
+ __kind: "P2SH";
414
414
  }>, z.ZodObject<{
415
415
  __kind: z.ZodLiteral<"P2WPKH">;
416
416
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
417
417
  }, "strip", z.ZodTypeAny, {
418
- __kind: "P2WPKH";
419
418
  value: `0x${string}`;
420
- }, {
421
419
  __kind: "P2WPKH";
420
+ }, {
422
421
  value: string;
422
+ __kind: "P2WPKH";
423
423
  }>, z.ZodObject<{
424
424
  __kind: z.ZodLiteral<"P2WSH">;
425
425
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
426
426
  }, "strip", z.ZodTypeAny, {
427
- __kind: "P2WSH";
428
427
  value: `0x${string}`;
429
- }, {
430
428
  __kind: "P2WSH";
429
+ }, {
431
430
  value: string;
431
+ __kind: "P2WSH";
432
432
  }>, z.ZodObject<{
433
433
  __kind: z.ZodLiteral<"Taproot">;
434
434
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
435
435
  }, "strip", z.ZodTypeAny, {
436
- __kind: "Taproot";
437
436
  value: `0x${string}`;
438
- }, {
439
437
  __kind: "Taproot";
438
+ }, {
440
439
  value: string;
440
+ __kind: "Taproot";
441
441
  }>, z.ZodObject<{
442
442
  __kind: z.ZodLiteral<"OtherSegwit">;
443
443
  version: z.ZodNumber;
@@ -452,76 +452,76 @@ declare const polkadotIngressEgressDepositFailed: z.ZodObject<{
452
452
  program: string;
453
453
  }>]>;
454
454
  }, "strip", z.ZodTypeAny, {
455
- __kind: "Btc";
456
455
  value: {
457
- __kind: "P2PKH";
458
456
  value: `0x${string}`;
457
+ __kind: "P2PKH";
459
458
  } | {
460
- __kind: "P2SH";
461
459
  value: `0x${string}`;
460
+ __kind: "P2SH";
462
461
  } | {
463
- __kind: "P2WPKH";
464
462
  value: `0x${string}`;
463
+ __kind: "P2WPKH";
465
464
  } | {
466
- __kind: "P2WSH";
467
465
  value: `0x${string}`;
466
+ __kind: "P2WSH";
468
467
  } | {
469
- __kind: "Taproot";
470
468
  value: `0x${string}`;
469
+ __kind: "Taproot";
471
470
  } | {
472
471
  __kind: "OtherSegwit";
473
472
  version: number;
474
473
  program: `0x${string}`;
475
474
  };
476
- }, {
477
475
  __kind: "Btc";
476
+ }, {
478
477
  value: {
479
- __kind: "P2PKH";
480
478
  value: string;
479
+ __kind: "P2PKH";
481
480
  } | {
482
- __kind: "P2SH";
483
481
  value: string;
482
+ __kind: "P2SH";
484
483
  } | {
485
- __kind: "P2WPKH";
486
484
  value: string;
485
+ __kind: "P2WPKH";
487
486
  } | {
488
- __kind: "P2WSH";
489
487
  value: string;
488
+ __kind: "P2WSH";
490
489
  } | {
491
- __kind: "Taproot";
492
490
  value: string;
491
+ __kind: "Taproot";
493
492
  } | {
494
493
  __kind: "OtherSegwit";
495
494
  version: number;
496
495
  program: string;
497
496
  };
497
+ __kind: "Btc";
498
498
  }>, z.ZodObject<{
499
499
  __kind: z.ZodLiteral<"Arb">;
500
500
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
501
501
  }, "strip", z.ZodTypeAny, {
502
- __kind: "Arb";
503
502
  value: `0x${string}`;
504
- }, {
505
503
  __kind: "Arb";
504
+ }, {
506
505
  value: string;
506
+ __kind: "Arb";
507
507
  }>, z.ZodObject<{
508
508
  __kind: z.ZodLiteral<"Sol">;
509
509
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
510
510
  }, "strip", z.ZodTypeAny, {
511
- __kind: "Sol";
512
511
  value: `0x${string}`;
513
- }, {
514
512
  __kind: "Sol";
513
+ }, {
515
514
  value: string;
515
+ __kind: "Sol";
516
516
  }>, z.ZodObject<{
517
517
  __kind: z.ZodLiteral<"Hub">;
518
518
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
519
519
  }, "strip", z.ZodTypeAny, {
520
- __kind: "Hub";
521
520
  value: `0x${string}`;
522
- }, {
523
521
  __kind: "Hub";
522
+ }, {
524
523
  value: string;
524
+ __kind: "Hub";
525
525
  }>]>>>;
526
526
  }, "strip", z.ZodTypeAny, {
527
527
  channelMetadata: {
@@ -531,42 +531,42 @@ declare const polkadotIngressEgressDepositFailed: z.ZodObject<{
531
531
  };
532
532
  sourceChain: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
533
533
  sourceAddress?: {
534
- __kind: "Eth";
535
534
  value: `0x${string}`;
535
+ __kind: "Eth";
536
536
  } | {
537
- __kind: "Dot";
538
537
  value: `0x${string}`;
538
+ __kind: "Dot";
539
539
  } | {
540
- __kind: "Btc";
541
540
  value: {
542
- __kind: "P2PKH";
543
541
  value: `0x${string}`;
542
+ __kind: "P2PKH";
544
543
  } | {
545
- __kind: "P2SH";
546
544
  value: `0x${string}`;
545
+ __kind: "P2SH";
547
546
  } | {
548
- __kind: "P2WPKH";
549
547
  value: `0x${string}`;
548
+ __kind: "P2WPKH";
550
549
  } | {
551
- __kind: "P2WSH";
552
550
  value: `0x${string}`;
551
+ __kind: "P2WSH";
553
552
  } | {
554
- __kind: "Taproot";
555
553
  value: `0x${string}`;
554
+ __kind: "Taproot";
556
555
  } | {
557
556
  __kind: "OtherSegwit";
558
557
  version: number;
559
558
  program: `0x${string}`;
560
559
  };
560
+ __kind: "Btc";
561
561
  } | {
562
- __kind: "Arb";
563
562
  value: `0x${string}`;
563
+ __kind: "Arb";
564
564
  } | {
565
- __kind: "Sol";
566
565
  value: `0x${string}`;
566
+ __kind: "Sol";
567
567
  } | {
568
- __kind: "Hub";
569
568
  value: `0x${string}`;
569
+ __kind: "Hub";
570
570
  } | null | undefined;
571
571
  }, {
572
572
  channelMetadata: {
@@ -578,42 +578,42 @@ declare const polkadotIngressEgressDepositFailed: z.ZodObject<{
578
578
  __kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
579
579
  };
580
580
  sourceAddress?: {
581
- __kind: "Eth";
582
581
  value: string;
582
+ __kind: "Eth";
583
583
  } | {
584
- __kind: "Dot";
585
584
  value: string;
585
+ __kind: "Dot";
586
586
  } | {
587
- __kind: "Btc";
588
587
  value: {
589
- __kind: "P2PKH";
590
588
  value: string;
589
+ __kind: "P2PKH";
591
590
  } | {
592
- __kind: "P2SH";
593
591
  value: string;
592
+ __kind: "P2SH";
594
593
  } | {
595
- __kind: "P2WPKH";
596
594
  value: string;
595
+ __kind: "P2WPKH";
597
596
  } | {
598
- __kind: "P2WSH";
599
597
  value: string;
598
+ __kind: "P2WSH";
600
599
  } | {
601
- __kind: "Taproot";
602
600
  value: string;
601
+ __kind: "Taproot";
603
602
  } | {
604
603
  __kind: "OtherSegwit";
605
604
  version: number;
606
605
  program: string;
607
606
  };
607
+ __kind: "Btc";
608
608
  } | {
609
- __kind: "Arb";
610
609
  value: string;
610
+ __kind: "Arb";
611
611
  } | {
612
- __kind: "Sol";
613
612
  value: string;
613
+ __kind: "Sol";
614
614
  } | {
615
- __kind: "Hub";
616
615
  value: string;
616
+ __kind: "Hub";
617
617
  } | null | undefined;
618
618
  }>>>;
619
619
  txId: z.ZodObject<{
@@ -671,6 +671,10 @@ declare const polkadotIngressEgressDepositFailed: z.ZodObject<{
671
671
  }>>>;
672
672
  boostFee: z.ZodNumber;
673
673
  }, "strip", z.ZodTypeAny, {
674
+ depositDetails: number;
675
+ inputAsset: "Dot";
676
+ depositAmount: bigint;
677
+ outputAsset: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
674
678
  destinationAddress: {
675
679
  readonly chain: "Ethereum";
676
680
  readonly address: `0x${string}`;
@@ -690,10 +694,6 @@ declare const polkadotIngressEgressDepositFailed: z.ZodObject<{
690
694
  readonly chain: "Assethub";
691
695
  readonly address: string;
692
696
  };
693
- depositDetails: number;
694
- inputAsset: "Dot";
695
- depositAmount: bigint;
696
- outputAsset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
697
697
  txId: {
698
698
  blockNumber: number;
699
699
  extrinsicIndex: number;
@@ -718,42 +718,42 @@ declare const polkadotIngressEgressDepositFailed: z.ZodObject<{
718
718
  };
719
719
  sourceChain: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
720
720
  sourceAddress?: {
721
- __kind: "Eth";
722
721
  value: `0x${string}`;
722
+ __kind: "Eth";
723
723
  } | {
724
- __kind: "Dot";
725
724
  value: `0x${string}`;
725
+ __kind: "Dot";
726
726
  } | {
727
- __kind: "Btc";
728
727
  value: {
729
- __kind: "P2PKH";
730
728
  value: `0x${string}`;
729
+ __kind: "P2PKH";
731
730
  } | {
732
- __kind: "P2SH";
733
731
  value: `0x${string}`;
732
+ __kind: "P2SH";
734
733
  } | {
735
- __kind: "P2WPKH";
736
734
  value: `0x${string}`;
735
+ __kind: "P2WPKH";
737
736
  } | {
738
- __kind: "P2WSH";
739
737
  value: `0x${string}`;
738
+ __kind: "P2WSH";
740
739
  } | {
741
- __kind: "Taproot";
742
740
  value: `0x${string}`;
741
+ __kind: "Taproot";
743
742
  } | {
744
743
  __kind: "OtherSegwit";
745
744
  version: number;
746
745
  program: `0x${string}`;
747
746
  };
747
+ __kind: "Btc";
748
748
  } | {
749
- __kind: "Arb";
750
749
  value: `0x${string}`;
750
+ __kind: "Arb";
751
751
  } | {
752
- __kind: "Sol";
753
752
  value: `0x${string}`;
753
+ __kind: "Sol";
754
754
  } | {
755
- __kind: "Hub";
756
755
  value: `0x${string}`;
756
+ __kind: "Hub";
757
757
  } | null | undefined;
758
758
  } | null | undefined;
759
759
  brokerFee?: {
@@ -765,17 +765,17 @@ declare const polkadotIngressEgressDepositFailed: z.ZodObject<{
765
765
  chunkInterval: number;
766
766
  } | null | undefined;
767
767
  }, {
768
- destinationAddress: {
769
- __kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
770
- value: string;
771
- };
772
768
  depositDetails: number;
773
769
  inputAsset: {
774
770
  __kind: "Dot";
775
771
  };
776
772
  depositAmount: string | number;
777
773
  outputAsset: {
778
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
774
+ __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
775
+ };
776
+ destinationAddress: {
777
+ value: string;
778
+ __kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
779
779
  };
780
780
  txId: {
781
781
  blockNumber: number;
@@ -803,42 +803,42 @@ declare const polkadotIngressEgressDepositFailed: z.ZodObject<{
803
803
  __kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
804
804
  };
805
805
  sourceAddress?: {
806
- __kind: "Eth";
807
806
  value: string;
807
+ __kind: "Eth";
808
808
  } | {
809
- __kind: "Dot";
810
809
  value: string;
810
+ __kind: "Dot";
811
811
  } | {
812
- __kind: "Btc";
813
812
  value: {
814
- __kind: "P2PKH";
815
813
  value: string;
814
+ __kind: "P2PKH";
816
815
  } | {
817
- __kind: "P2SH";
818
816
  value: string;
817
+ __kind: "P2SH";
819
818
  } | {
820
- __kind: "P2WPKH";
821
819
  value: string;
820
+ __kind: "P2WPKH";
822
821
  } | {
823
- __kind: "P2WSH";
824
822
  value: string;
823
+ __kind: "P2WSH";
825
824
  } | {
826
- __kind: "Taproot";
827
825
  value: string;
826
+ __kind: "Taproot";
828
827
  } | {
829
828
  __kind: "OtherSegwit";
830
829
  version: number;
831
830
  program: string;
832
831
  };
832
+ __kind: "Btc";
833
833
  } | {
834
- __kind: "Arb";
835
834
  value: string;
835
+ __kind: "Arb";
836
836
  } | {
837
- __kind: "Sol";
838
837
  value: string;
838
+ __kind: "Sol";
839
839
  } | {
840
- __kind: "Hub";
841
840
  value: string;
841
+ __kind: "Hub";
842
842
  } | null | undefined;
843
843
  } | null | undefined;
844
844
  brokerFee?: {
@@ -853,6 +853,10 @@ declare const polkadotIngressEgressDepositFailed: z.ZodObject<{
853
853
  }, "strip", z.ZodTypeAny, {
854
854
  __kind: "DepositFailedVaultVariantPolkadot";
855
855
  vaultWitness: {
856
+ depositDetails: number;
857
+ inputAsset: "Dot";
858
+ depositAmount: bigint;
859
+ outputAsset: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
856
860
  destinationAddress: {
857
861
  readonly chain: "Ethereum";
858
862
  readonly address: `0x${string}`;
@@ -872,10 +876,6 @@ declare const polkadotIngressEgressDepositFailed: z.ZodObject<{
872
876
  readonly chain: "Assethub";
873
877
  readonly address: string;
874
878
  };
875
- depositDetails: number;
876
- inputAsset: "Dot";
877
- depositAmount: bigint;
878
- outputAsset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
879
879
  txId: {
880
880
  blockNumber: number;
881
881
  extrinsicIndex: number;
@@ -900,42 +900,42 @@ declare const polkadotIngressEgressDepositFailed: z.ZodObject<{
900
900
  };
901
901
  sourceChain: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
902
902
  sourceAddress?: {
903
- __kind: "Eth";
904
903
  value: `0x${string}`;
904
+ __kind: "Eth";
905
905
  } | {
906
- __kind: "Dot";
907
906
  value: `0x${string}`;
907
+ __kind: "Dot";
908
908
  } | {
909
- __kind: "Btc";
910
909
  value: {
911
- __kind: "P2PKH";
912
910
  value: `0x${string}`;
911
+ __kind: "P2PKH";
913
912
  } | {
914
- __kind: "P2SH";
915
913
  value: `0x${string}`;
914
+ __kind: "P2SH";
916
915
  } | {
917
- __kind: "P2WPKH";
918
916
  value: `0x${string}`;
917
+ __kind: "P2WPKH";
919
918
  } | {
920
- __kind: "P2WSH";
921
919
  value: `0x${string}`;
920
+ __kind: "P2WSH";
922
921
  } | {
923
- __kind: "Taproot";
924
922
  value: `0x${string}`;
923
+ __kind: "Taproot";
925
924
  } | {
926
925
  __kind: "OtherSegwit";
927
926
  version: number;
928
927
  program: `0x${string}`;
929
928
  };
929
+ __kind: "Btc";
930
930
  } | {
931
- __kind: "Arb";
932
931
  value: `0x${string}`;
932
+ __kind: "Arb";
933
933
  } | {
934
- __kind: "Sol";
935
934
  value: `0x${string}`;
935
+ __kind: "Sol";
936
936
  } | {
937
- __kind: "Hub";
938
937
  value: `0x${string}`;
938
+ __kind: "Hub";
939
939
  } | null | undefined;
940
940
  } | null | undefined;
941
941
  brokerFee?: {
@@ -950,17 +950,17 @@ declare const polkadotIngressEgressDepositFailed: z.ZodObject<{
950
950
  }, {
951
951
  __kind: "DepositFailedVaultVariantPolkadot";
952
952
  vaultWitness: {
953
- destinationAddress: {
954
- __kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
955
- value: string;
956
- };
957
953
  depositDetails: number;
958
954
  inputAsset: {
959
955
  __kind: "Dot";
960
956
  };
961
957
  depositAmount: string | number;
962
958
  outputAsset: {
963
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
959
+ __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
960
+ };
961
+ destinationAddress: {
962
+ value: string;
963
+ __kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
964
964
  };
965
965
  txId: {
966
966
  blockNumber: number;
@@ -988,42 +988,42 @@ declare const polkadotIngressEgressDepositFailed: z.ZodObject<{
988
988
  __kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
989
989
  };
990
990
  sourceAddress?: {
991
- __kind: "Eth";
992
991
  value: string;
992
+ __kind: "Eth";
993
993
  } | {
994
- __kind: "Dot";
995
994
  value: string;
995
+ __kind: "Dot";
996
996
  } | {
997
- __kind: "Btc";
998
997
  value: {
999
- __kind: "P2PKH";
1000
998
  value: string;
999
+ __kind: "P2PKH";
1001
1000
  } | {
1002
- __kind: "P2SH";
1003
1001
  value: string;
1002
+ __kind: "P2SH";
1004
1003
  } | {
1005
- __kind: "P2WPKH";
1006
1004
  value: string;
1005
+ __kind: "P2WPKH";
1007
1006
  } | {
1008
- __kind: "P2WSH";
1009
1007
  value: string;
1008
+ __kind: "P2WSH";
1010
1009
  } | {
1011
- __kind: "Taproot";
1012
1010
  value: string;
1011
+ __kind: "Taproot";
1013
1012
  } | {
1014
1013
  __kind: "OtherSegwit";
1015
1014
  version: number;
1016
1015
  program: string;
1017
1016
  };
1017
+ __kind: "Btc";
1018
1018
  } | {
1019
- __kind: "Arb";
1020
1019
  value: string;
1020
+ __kind: "Arb";
1021
1021
  } | {
1022
- __kind: "Sol";
1023
1022
  value: string;
1023
+ __kind: "Sol";
1024
1024
  } | {
1025
- __kind: "Hub";
1026
1025
  value: string;
1026
+ __kind: "Hub";
1027
1027
  } | null | undefined;
1028
1028
  } | null | undefined;
1029
1029
  brokerFee?: {
@@ -1045,7 +1045,6 @@ declare const polkadotIngressEgressDepositFailed: z.ZodObject<{
1045
1045
  } | {
1046
1046
  __kind: "TransactionRejectedByBroker";
1047
1047
  } | {
1048
- __kind: "DepositWitnessRejected";
1049
1048
  value: {
1050
1049
  __kind: "Other";
1051
1050
  } | {
@@ -1053,11 +1052,11 @@ declare const polkadotIngressEgressDepositFailed: z.ZodObject<{
1053
1052
  } | {
1054
1053
  __kind: "BadOrigin";
1055
1054
  } | {
1056
- __kind: "Module";
1057
1055
  value: {
1058
1056
  index: number;
1059
1057
  error: `0x${string}`;
1060
1058
  };
1059
+ __kind: "Module";
1061
1060
  } | {
1062
1061
  __kind: "ConsumerRemaining";
1063
1062
  } | {
@@ -1065,14 +1064,14 @@ declare const polkadotIngressEgressDepositFailed: z.ZodObject<{
1065
1064
  } | {
1066
1065
  __kind: "TooManyConsumers";
1067
1066
  } | {
1067
+ value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
1068
1068
  __kind: "Token";
1069
- value: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
1070
1069
  } | {
1071
- __kind: "Arithmetic";
1072
1070
  value: "Underflow" | "Overflow" | "DivisionByZero";
1071
+ __kind: "Arithmetic";
1073
1072
  } | {
1074
- __kind: "Transactional";
1075
1073
  value: "LimitReached" | "NoLayer";
1074
+ __kind: "Transactional";
1076
1075
  } | {
1077
1076
  __kind: "Exhausted";
1078
1077
  } | {
@@ -1082,18 +1081,23 @@ declare const polkadotIngressEgressDepositFailed: z.ZodObject<{
1082
1081
  } | {
1083
1082
  __kind: "RootNotAllowed";
1084
1083
  };
1084
+ __kind: "DepositWitnessRejected";
1085
1085
  };
1086
1086
  details: {
1087
1087
  __kind: "DepositFailedDepositChannelVariantPolkadot";
1088
1088
  depositWitness: {
1089
+ depositAddress: `0x${string}`;
1089
1090
  asset: "Dot";
1090
1091
  amount: bigint;
1091
- depositAddress: `0x${string}`;
1092
1092
  depositDetails: number;
1093
1093
  };
1094
1094
  } | {
1095
1095
  __kind: "DepositFailedVaultVariantPolkadot";
1096
1096
  vaultWitness: {
1097
+ depositDetails: number;
1098
+ inputAsset: "Dot";
1099
+ depositAmount: bigint;
1100
+ outputAsset: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
1097
1101
  destinationAddress: {
1098
1102
  readonly chain: "Ethereum";
1099
1103
  readonly address: `0x${string}`;
@@ -1113,10 +1117,6 @@ declare const polkadotIngressEgressDepositFailed: z.ZodObject<{
1113
1117
  readonly chain: "Assethub";
1114
1118
  readonly address: string;
1115
1119
  };
1116
- depositDetails: number;
1117
- inputAsset: "Dot";
1118
- depositAmount: bigint;
1119
- outputAsset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
1120
1120
  txId: {
1121
1121
  blockNumber: number;
1122
1122
  extrinsicIndex: number;
@@ -1141,42 +1141,42 @@ declare const polkadotIngressEgressDepositFailed: z.ZodObject<{
1141
1141
  };
1142
1142
  sourceChain: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
1143
1143
  sourceAddress?: {
1144
- __kind: "Eth";
1145
1144
  value: `0x${string}`;
1145
+ __kind: "Eth";
1146
1146
  } | {
1147
- __kind: "Dot";
1148
1147
  value: `0x${string}`;
1148
+ __kind: "Dot";
1149
1149
  } | {
1150
- __kind: "Btc";
1151
1150
  value: {
1152
- __kind: "P2PKH";
1153
1151
  value: `0x${string}`;
1152
+ __kind: "P2PKH";
1154
1153
  } | {
1155
- __kind: "P2SH";
1156
1154
  value: `0x${string}`;
1155
+ __kind: "P2SH";
1157
1156
  } | {
1158
- __kind: "P2WPKH";
1159
1157
  value: `0x${string}`;
1158
+ __kind: "P2WPKH";
1160
1159
  } | {
1161
- __kind: "P2WSH";
1162
1160
  value: `0x${string}`;
1161
+ __kind: "P2WSH";
1163
1162
  } | {
1164
- __kind: "Taproot";
1165
1163
  value: `0x${string}`;
1164
+ __kind: "Taproot";
1166
1165
  } | {
1167
1166
  __kind: "OtherSegwit";
1168
1167
  version: number;
1169
1168
  program: `0x${string}`;
1170
1169
  };
1170
+ __kind: "Btc";
1171
1171
  } | {
1172
- __kind: "Arb";
1173
1172
  value: `0x${string}`;
1173
+ __kind: "Arb";
1174
1174
  } | {
1175
- __kind: "Sol";
1176
1175
  value: `0x${string}`;
1176
+ __kind: "Sol";
1177
1177
  } | {
1178
- __kind: "Hub";
1179
1178
  value: `0x${string}`;
1179
+ __kind: "Hub";
1180
1180
  } | null | undefined;
1181
1181
  } | null | undefined;
1182
1182
  brokerFee?: {
@@ -1198,7 +1198,6 @@ declare const polkadotIngressEgressDepositFailed: z.ZodObject<{
1198
1198
  } | {
1199
1199
  __kind: "TransactionRejectedByBroker";
1200
1200
  } | {
1201
- __kind: "DepositWitnessRejected";
1202
1201
  value: {
1203
1202
  __kind: "Other";
1204
1203
  } | {
@@ -1206,11 +1205,11 @@ declare const polkadotIngressEgressDepositFailed: z.ZodObject<{
1206
1205
  } | {
1207
1206
  __kind: "BadOrigin";
1208
1207
  } | {
1209
- __kind: "Module";
1210
1208
  value: {
1211
1209
  index: number;
1212
1210
  error: string;
1213
1211
  };
1212
+ __kind: "Module";
1214
1213
  } | {
1215
1214
  __kind: "ConsumerRemaining";
1216
1215
  } | {
@@ -1218,20 +1217,20 @@ declare const polkadotIngressEgressDepositFailed: z.ZodObject<{
1218
1217
  } | {
1219
1218
  __kind: "TooManyConsumers";
1220
1219
  } | {
1221
- __kind: "Token";
1222
1220
  value: {
1223
- __kind: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
1221
+ __kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
1224
1222
  };
1223
+ __kind: "Token";
1225
1224
  } | {
1226
- __kind: "Arithmetic";
1227
1225
  value: {
1228
1226
  __kind: "Underflow" | "Overflow" | "DivisionByZero";
1229
1227
  };
1228
+ __kind: "Arithmetic";
1230
1229
  } | {
1231
- __kind: "Transactional";
1232
1230
  value: {
1233
1231
  __kind: "LimitReached" | "NoLayer";
1234
1232
  };
1233
+ __kind: "Transactional";
1235
1234
  } | {
1236
1235
  __kind: "Exhausted";
1237
1236
  } | {
@@ -1241,31 +1240,32 @@ declare const polkadotIngressEgressDepositFailed: z.ZodObject<{
1241
1240
  } | {
1242
1241
  __kind: "RootNotAllowed";
1243
1242
  };
1243
+ __kind: "DepositWitnessRejected";
1244
1244
  };
1245
1245
  details: {
1246
1246
  __kind: "DepositFailedDepositChannelVariantPolkadot";
1247
1247
  depositWitness: {
1248
+ depositAddress: string;
1248
1249
  asset: {
1249
1250
  __kind: "Dot";
1250
1251
  };
1251
1252
  amount: string | number;
1252
- depositAddress: string;
1253
1253
  depositDetails: number;
1254
1254
  };
1255
1255
  } | {
1256
1256
  __kind: "DepositFailedVaultVariantPolkadot";
1257
1257
  vaultWitness: {
1258
- destinationAddress: {
1259
- __kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
1260
- value: string;
1261
- };
1262
1258
  depositDetails: number;
1263
1259
  inputAsset: {
1264
1260
  __kind: "Dot";
1265
1261
  };
1266
1262
  depositAmount: string | number;
1267
1263
  outputAsset: {
1268
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
1264
+ __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
1265
+ };
1266
+ destinationAddress: {
1267
+ value: string;
1268
+ __kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
1269
1269
  };
1270
1270
  txId: {
1271
1271
  blockNumber: number;
@@ -1293,42 +1293,42 @@ declare const polkadotIngressEgressDepositFailed: z.ZodObject<{
1293
1293
  __kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
1294
1294
  };
1295
1295
  sourceAddress?: {
1296
- __kind: "Eth";
1297
1296
  value: string;
1297
+ __kind: "Eth";
1298
1298
  } | {
1299
- __kind: "Dot";
1300
1299
  value: string;
1300
+ __kind: "Dot";
1301
1301
  } | {
1302
- __kind: "Btc";
1303
1302
  value: {
1304
- __kind: "P2PKH";
1305
1303
  value: string;
1304
+ __kind: "P2PKH";
1306
1305
  } | {
1307
- __kind: "P2SH";
1308
1306
  value: string;
1307
+ __kind: "P2SH";
1309
1308
  } | {
1310
- __kind: "P2WPKH";
1311
1309
  value: string;
1310
+ __kind: "P2WPKH";
1312
1311
  } | {
1313
- __kind: "P2WSH";
1314
1312
  value: string;
1313
+ __kind: "P2WSH";
1315
1314
  } | {
1316
- __kind: "Taproot";
1317
1315
  value: string;
1316
+ __kind: "Taproot";
1318
1317
  } | {
1319
1318
  __kind: "OtherSegwit";
1320
1319
  version: number;
1321
1320
  program: string;
1322
1321
  };
1322
+ __kind: "Btc";
1323
1323
  } | {
1324
- __kind: "Arb";
1325
1324
  value: string;
1325
+ __kind: "Arb";
1326
1326
  } | {
1327
- __kind: "Sol";
1328
1327
  value: string;
1328
+ __kind: "Sol";
1329
1329
  } | {
1330
- __kind: "Hub";
1331
1330
  value: string;
1331
+ __kind: "Hub";
1332
1332
  } | null | undefined;
1333
1333
  } | null | undefined;
1334
1334
  brokerFee?: {