@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
@@ -113,11 +113,11 @@ declare const palletCfTradingStrategyPalletSafeMode: z.ZodObject<{
113
113
  declare const cfPrimitivesChainsAssetsAnyAsset: z.ZodEffects<z.ZodObject<{
114
114
  __kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc", "HubDot", "HubUsdt", "HubUsdc", "Wbtc", "ArbUsdt", "SolUsdt"]>;
115
115
  }, "strip", z.ZodTypeAny, {
116
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt";
116
+ __kind: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt";
117
117
  }, {
118
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt";
119
- }>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt", {
120
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt";
118
+ __kind: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt";
119
+ }>, "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt", {
120
+ __kind: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt";
121
121
  }>;
122
122
  declare const cfTraitsSafeModeSafeModeSet: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
123
123
  __kind: z.ZodLiteral<"Green">;
@@ -136,19 +136,19 @@ declare const cfTraitsSafeModeSafeModeSet: z.ZodDiscriminatedUnion<"__kind", [z.
136
136
  value: z.ZodArray<z.ZodEffects<z.ZodObject<{
137
137
  __kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc", "HubDot", "HubUsdt", "HubUsdc", "Wbtc", "ArbUsdt", "SolUsdt"]>;
138
138
  }, "strip", z.ZodTypeAny, {
139
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt";
139
+ __kind: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt";
140
140
  }, {
141
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt";
142
- }>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt", {
143
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt";
141
+ __kind: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt";
142
+ }>, "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt", {
143
+ __kind: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt";
144
144
  }>, "many">;
145
145
  }, "strip", z.ZodTypeAny, {
146
146
  __kind: "Amber";
147
- value: ("Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt")[];
147
+ value: ("Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt")[];
148
148
  }, {
149
149
  __kind: "Amber";
150
150
  value: {
151
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt";
151
+ __kind: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt";
152
152
  }[];
153
153
  }>]>;
154
154
  declare const palletCfLendingPoolsPalletSafeMode: z.ZodObject<{
@@ -171,19 +171,19 @@ declare const palletCfLendingPoolsPalletSafeMode: z.ZodObject<{
171
171
  value: z.ZodArray<z.ZodEffects<z.ZodObject<{
172
172
  __kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc", "HubDot", "HubUsdt", "HubUsdc", "Wbtc", "ArbUsdt", "SolUsdt"]>;
173
173
  }, "strip", z.ZodTypeAny, {
174
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt";
174
+ __kind: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt";
175
175
  }, {
176
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt";
177
- }>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt", {
178
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt";
176
+ __kind: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt";
177
+ }>, "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt", {
178
+ __kind: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt";
179
179
  }>, "many">;
180
180
  }, "strip", z.ZodTypeAny, {
181
181
  __kind: "Amber";
182
- value: ("Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt")[];
182
+ value: ("Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt")[];
183
183
  }, {
184
184
  __kind: "Amber";
185
185
  value: {
186
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt";
186
+ __kind: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt";
187
187
  }[];
188
188
  }>]>;
189
189
  addLenderFunds: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
@@ -203,19 +203,19 @@ declare const palletCfLendingPoolsPalletSafeMode: z.ZodObject<{
203
203
  value: z.ZodArray<z.ZodEffects<z.ZodObject<{
204
204
  __kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc", "HubDot", "HubUsdt", "HubUsdc", "Wbtc", "ArbUsdt", "SolUsdt"]>;
205
205
  }, "strip", z.ZodTypeAny, {
206
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt";
206
+ __kind: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt";
207
207
  }, {
208
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt";
209
- }>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt", {
210
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt";
208
+ __kind: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt";
209
+ }>, "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt", {
210
+ __kind: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt";
211
211
  }>, "many">;
212
212
  }, "strip", z.ZodTypeAny, {
213
213
  __kind: "Amber";
214
- value: ("Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt")[];
214
+ value: ("Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt")[];
215
215
  }, {
216
216
  __kind: "Amber";
217
217
  value: {
218
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt";
218
+ __kind: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt";
219
219
  }[];
220
220
  }>]>;
221
221
  withdrawLenderFunds: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
@@ -235,19 +235,19 @@ declare const palletCfLendingPoolsPalletSafeMode: z.ZodObject<{
235
235
  value: z.ZodArray<z.ZodEffects<z.ZodObject<{
236
236
  __kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc", "HubDot", "HubUsdt", "HubUsdc", "Wbtc", "ArbUsdt", "SolUsdt"]>;
237
237
  }, "strip", z.ZodTypeAny, {
238
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt";
238
+ __kind: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt";
239
239
  }, {
240
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt";
241
- }>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt", {
242
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt";
240
+ __kind: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt";
241
+ }>, "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt", {
242
+ __kind: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt";
243
243
  }>, "many">;
244
244
  }, "strip", z.ZodTypeAny, {
245
245
  __kind: "Amber";
246
- value: ("Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt")[];
246
+ value: ("Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt")[];
247
247
  }, {
248
248
  __kind: "Amber";
249
249
  value: {
250
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt";
250
+ __kind: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt";
251
251
  }[];
252
252
  }>]>;
253
253
  addCollateral: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
@@ -267,19 +267,19 @@ declare const palletCfLendingPoolsPalletSafeMode: z.ZodObject<{
267
267
  value: z.ZodArray<z.ZodEffects<z.ZodObject<{
268
268
  __kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc", "HubDot", "HubUsdt", "HubUsdc", "Wbtc", "ArbUsdt", "SolUsdt"]>;
269
269
  }, "strip", z.ZodTypeAny, {
270
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt";
270
+ __kind: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt";
271
271
  }, {
272
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt";
273
- }>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt", {
274
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt";
272
+ __kind: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt";
273
+ }>, "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt", {
274
+ __kind: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt";
275
275
  }>, "many">;
276
276
  }, "strip", z.ZodTypeAny, {
277
277
  __kind: "Amber";
278
- value: ("Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt")[];
278
+ value: ("Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt")[];
279
279
  }, {
280
280
  __kind: "Amber";
281
281
  value: {
282
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt";
282
+ __kind: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt";
283
283
  }[];
284
284
  }>]>;
285
285
  removeCollateral: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
@@ -299,19 +299,19 @@ declare const palletCfLendingPoolsPalletSafeMode: z.ZodObject<{
299
299
  value: z.ZodArray<z.ZodEffects<z.ZodObject<{
300
300
  __kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc", "HubDot", "HubUsdt", "HubUsdc", "Wbtc", "ArbUsdt", "SolUsdt"]>;
301
301
  }, "strip", z.ZodTypeAny, {
302
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt";
302
+ __kind: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt";
303
303
  }, {
304
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt";
305
- }>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt", {
306
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt";
304
+ __kind: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt";
305
+ }>, "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt", {
306
+ __kind: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt";
307
307
  }>, "many">;
308
308
  }, "strip", z.ZodTypeAny, {
309
309
  __kind: "Amber";
310
- value: ("Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt")[];
310
+ value: ("Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt")[];
311
311
  }, {
312
312
  __kind: "Amber";
313
313
  value: {
314
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt";
314
+ __kind: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt";
315
315
  }[];
316
316
  }>]>;
317
317
  liquidationsEnabled: z.ZodBoolean;
@@ -324,7 +324,7 @@ declare const palletCfLendingPoolsPalletSafeMode: z.ZodObject<{
324
324
  __kind: "Red";
325
325
  } | {
326
326
  __kind: "Amber";
327
- value: ("Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt")[];
327
+ value: ("Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt")[];
328
328
  };
329
329
  addLenderFunds: {
330
330
  __kind: "Green";
@@ -332,7 +332,7 @@ declare const palletCfLendingPoolsPalletSafeMode: z.ZodObject<{
332
332
  __kind: "Red";
333
333
  } | {
334
334
  __kind: "Amber";
335
- value: ("Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt")[];
335
+ value: ("Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt")[];
336
336
  };
337
337
  withdrawLenderFunds: {
338
338
  __kind: "Green";
@@ -340,7 +340,7 @@ declare const palletCfLendingPoolsPalletSafeMode: z.ZodObject<{
340
340
  __kind: "Red";
341
341
  } | {
342
342
  __kind: "Amber";
343
- value: ("Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt")[];
343
+ value: ("Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt")[];
344
344
  };
345
345
  addCollateral: {
346
346
  __kind: "Green";
@@ -348,7 +348,7 @@ declare const palletCfLendingPoolsPalletSafeMode: z.ZodObject<{
348
348
  __kind: "Red";
349
349
  } | {
350
350
  __kind: "Amber";
351
- value: ("Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt")[];
351
+ value: ("Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt")[];
352
352
  };
353
353
  removeCollateral: {
354
354
  __kind: "Green";
@@ -356,7 +356,7 @@ declare const palletCfLendingPoolsPalletSafeMode: z.ZodObject<{
356
356
  __kind: "Red";
357
357
  } | {
358
358
  __kind: "Amber";
359
- value: ("Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt")[];
359
+ value: ("Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt")[];
360
360
  };
361
361
  liquidationsEnabled: boolean;
362
362
  }, {
@@ -369,7 +369,7 @@ declare const palletCfLendingPoolsPalletSafeMode: z.ZodObject<{
369
369
  } | {
370
370
  __kind: "Amber";
371
371
  value: {
372
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt";
372
+ __kind: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt";
373
373
  }[];
374
374
  };
375
375
  addLenderFunds: {
@@ -379,7 +379,7 @@ declare const palletCfLendingPoolsPalletSafeMode: z.ZodObject<{
379
379
  } | {
380
380
  __kind: "Amber";
381
381
  value: {
382
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt";
382
+ __kind: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt";
383
383
  }[];
384
384
  };
385
385
  withdrawLenderFunds: {
@@ -389,7 +389,7 @@ declare const palletCfLendingPoolsPalletSafeMode: z.ZodObject<{
389
389
  } | {
390
390
  __kind: "Amber";
391
391
  value: {
392
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt";
392
+ __kind: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt";
393
393
  }[];
394
394
  };
395
395
  addCollateral: {
@@ -399,7 +399,7 @@ declare const palletCfLendingPoolsPalletSafeMode: z.ZodObject<{
399
399
  } | {
400
400
  __kind: "Amber";
401
401
  value: {
402
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt";
402
+ __kind: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt";
403
403
  }[];
404
404
  };
405
405
  removeCollateral: {
@@ -409,7 +409,7 @@ declare const palletCfLendingPoolsPalletSafeMode: z.ZodObject<{
409
409
  } | {
410
410
  __kind: "Amber";
411
411
  value: {
412
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt";
412
+ __kind: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt";
413
413
  }[];
414
414
  };
415
415
  liquidationsEnabled: boolean;
@@ -692,14 +692,14 @@ declare const palletCfIngressEgressPalletSafeMode: z.ZodObject<{
692
692
  depositChannelWitnessingEnabled: boolean;
693
693
  vaultDepositWitnessingEnabled: boolean;
694
694
  }>;
695
- declare const stateChainRuntimeChainflipGenericElectionsGenericElectionsSafeMode: z.ZodObject<{
695
+ declare const stateChainRuntimeChainflipWitnessingGenericElectionsGenericElectionsSafeMode: z.ZodObject<{
696
696
  oraclePriceElections: z.ZodBoolean;
697
697
  }, "strip", z.ZodTypeAny, {
698
698
  oraclePriceElections: boolean;
699
699
  }, {
700
700
  oraclePriceElections: boolean;
701
701
  }>;
702
- declare const stateChainRuntimeChainflipEthereumElectionsEthereumElectionsSafeMode: z.ZodObject<{
702
+ declare const stateChainRuntimeChainflipWitnessingEthereumElectionsEthereumElectionsSafeMode: z.ZodObject<{
703
703
  stateChainGatewayWitnessing: z.ZodBoolean;
704
704
  keyManagerWitnessing: z.ZodBoolean;
705
705
  scUtilsWitnessing: z.ZodBoolean;
@@ -712,7 +712,7 @@ declare const stateChainRuntimeChainflipEthereumElectionsEthereumElectionsSafeMo
712
712
  keyManagerWitnessing: boolean;
713
713
  scUtilsWitnessing: boolean;
714
714
  }>;
715
- declare const stateChainRuntimeChainflipArbitrumElectionsArbitrumElectionsSafeMode: z.ZodObject<{
715
+ declare const stateChainRuntimeChainflipWitnessingArbitrumElectionsArbitrumElectionsSafeMode: z.ZodObject<{
716
716
  keyManagerWitnessing: z.ZodBoolean;
717
717
  }, "strip", z.ZodTypeAny, {
718
718
  keyManagerWitnessing: boolean;
@@ -819,19 +819,19 @@ declare const stateChainRuntimeSafeModeInnerRuntimeSafeMode: z.ZodObject<{
819
819
  value: z.ZodArray<z.ZodEffects<z.ZodObject<{
820
820
  __kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc", "HubDot", "HubUsdt", "HubUsdc", "Wbtc", "ArbUsdt", "SolUsdt"]>;
821
821
  }, "strip", z.ZodTypeAny, {
822
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt";
822
+ __kind: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt";
823
823
  }, {
824
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt";
825
- }>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt", {
826
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt";
824
+ __kind: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt";
825
+ }>, "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt", {
826
+ __kind: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt";
827
827
  }>, "many">;
828
828
  }, "strip", z.ZodTypeAny, {
829
829
  __kind: "Amber";
830
- value: ("Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt")[];
830
+ value: ("Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt")[];
831
831
  }, {
832
832
  __kind: "Amber";
833
833
  value: {
834
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt";
834
+ __kind: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt";
835
835
  }[];
836
836
  }>]>;
837
837
  addLenderFunds: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
@@ -851,19 +851,19 @@ declare const stateChainRuntimeSafeModeInnerRuntimeSafeMode: z.ZodObject<{
851
851
  value: z.ZodArray<z.ZodEffects<z.ZodObject<{
852
852
  __kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc", "HubDot", "HubUsdt", "HubUsdc", "Wbtc", "ArbUsdt", "SolUsdt"]>;
853
853
  }, "strip", z.ZodTypeAny, {
854
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt";
854
+ __kind: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt";
855
855
  }, {
856
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt";
857
- }>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt", {
858
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt";
856
+ __kind: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt";
857
+ }>, "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt", {
858
+ __kind: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt";
859
859
  }>, "many">;
860
860
  }, "strip", z.ZodTypeAny, {
861
861
  __kind: "Amber";
862
- value: ("Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt")[];
862
+ value: ("Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt")[];
863
863
  }, {
864
864
  __kind: "Amber";
865
865
  value: {
866
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt";
866
+ __kind: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt";
867
867
  }[];
868
868
  }>]>;
869
869
  withdrawLenderFunds: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
@@ -883,19 +883,19 @@ declare const stateChainRuntimeSafeModeInnerRuntimeSafeMode: z.ZodObject<{
883
883
  value: z.ZodArray<z.ZodEffects<z.ZodObject<{
884
884
  __kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc", "HubDot", "HubUsdt", "HubUsdc", "Wbtc", "ArbUsdt", "SolUsdt"]>;
885
885
  }, "strip", z.ZodTypeAny, {
886
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt";
886
+ __kind: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt";
887
887
  }, {
888
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt";
889
- }>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt", {
890
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt";
888
+ __kind: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt";
889
+ }>, "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt", {
890
+ __kind: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt";
891
891
  }>, "many">;
892
892
  }, "strip", z.ZodTypeAny, {
893
893
  __kind: "Amber";
894
- value: ("Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt")[];
894
+ value: ("Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt")[];
895
895
  }, {
896
896
  __kind: "Amber";
897
897
  value: {
898
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt";
898
+ __kind: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt";
899
899
  }[];
900
900
  }>]>;
901
901
  addCollateral: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
@@ -915,19 +915,19 @@ declare const stateChainRuntimeSafeModeInnerRuntimeSafeMode: z.ZodObject<{
915
915
  value: z.ZodArray<z.ZodEffects<z.ZodObject<{
916
916
  __kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc", "HubDot", "HubUsdt", "HubUsdc", "Wbtc", "ArbUsdt", "SolUsdt"]>;
917
917
  }, "strip", z.ZodTypeAny, {
918
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt";
918
+ __kind: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt";
919
919
  }, {
920
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt";
921
- }>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt", {
922
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt";
920
+ __kind: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt";
921
+ }>, "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt", {
922
+ __kind: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt";
923
923
  }>, "many">;
924
924
  }, "strip", z.ZodTypeAny, {
925
925
  __kind: "Amber";
926
- value: ("Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt")[];
926
+ value: ("Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt")[];
927
927
  }, {
928
928
  __kind: "Amber";
929
929
  value: {
930
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt";
930
+ __kind: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt";
931
931
  }[];
932
932
  }>]>;
933
933
  removeCollateral: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
@@ -947,19 +947,19 @@ declare const stateChainRuntimeSafeModeInnerRuntimeSafeMode: z.ZodObject<{
947
947
  value: z.ZodArray<z.ZodEffects<z.ZodObject<{
948
948
  __kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc", "HubDot", "HubUsdt", "HubUsdc", "Wbtc", "ArbUsdt", "SolUsdt"]>;
949
949
  }, "strip", z.ZodTypeAny, {
950
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt";
950
+ __kind: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt";
951
951
  }, {
952
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt";
953
- }>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt", {
954
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt";
952
+ __kind: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt";
953
+ }>, "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt", {
954
+ __kind: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt";
955
955
  }>, "many">;
956
956
  }, "strip", z.ZodTypeAny, {
957
957
  __kind: "Amber";
958
- value: ("Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt")[];
958
+ value: ("Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt")[];
959
959
  }, {
960
960
  __kind: "Amber";
961
961
  value: {
962
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt";
962
+ __kind: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt";
963
963
  }[];
964
964
  }>]>;
965
965
  liquidationsEnabled: z.ZodBoolean;
@@ -972,7 +972,7 @@ declare const stateChainRuntimeSafeModeInnerRuntimeSafeMode: z.ZodObject<{
972
972
  __kind: "Red";
973
973
  } | {
974
974
  __kind: "Amber";
975
- value: ("Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt")[];
975
+ value: ("Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt")[];
976
976
  };
977
977
  addLenderFunds: {
978
978
  __kind: "Green";
@@ -980,7 +980,7 @@ declare const stateChainRuntimeSafeModeInnerRuntimeSafeMode: z.ZodObject<{
980
980
  __kind: "Red";
981
981
  } | {
982
982
  __kind: "Amber";
983
- value: ("Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt")[];
983
+ value: ("Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt")[];
984
984
  };
985
985
  withdrawLenderFunds: {
986
986
  __kind: "Green";
@@ -988,7 +988,7 @@ declare const stateChainRuntimeSafeModeInnerRuntimeSafeMode: z.ZodObject<{
988
988
  __kind: "Red";
989
989
  } | {
990
990
  __kind: "Amber";
991
- value: ("Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt")[];
991
+ value: ("Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt")[];
992
992
  };
993
993
  addCollateral: {
994
994
  __kind: "Green";
@@ -996,7 +996,7 @@ declare const stateChainRuntimeSafeModeInnerRuntimeSafeMode: z.ZodObject<{
996
996
  __kind: "Red";
997
997
  } | {
998
998
  __kind: "Amber";
999
- value: ("Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt")[];
999
+ value: ("Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt")[];
1000
1000
  };
1001
1001
  removeCollateral: {
1002
1002
  __kind: "Green";
@@ -1004,7 +1004,7 @@ declare const stateChainRuntimeSafeModeInnerRuntimeSafeMode: z.ZodObject<{
1004
1004
  __kind: "Red";
1005
1005
  } | {
1006
1006
  __kind: "Amber";
1007
- value: ("Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt")[];
1007
+ value: ("Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt")[];
1008
1008
  };
1009
1009
  liquidationsEnabled: boolean;
1010
1010
  }, {
@@ -1017,7 +1017,7 @@ declare const stateChainRuntimeSafeModeInnerRuntimeSafeMode: z.ZodObject<{
1017
1017
  } | {
1018
1018
  __kind: "Amber";
1019
1019
  value: {
1020
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt";
1020
+ __kind: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt";
1021
1021
  }[];
1022
1022
  };
1023
1023
  addLenderFunds: {
@@ -1027,7 +1027,7 @@ declare const stateChainRuntimeSafeModeInnerRuntimeSafeMode: z.ZodObject<{
1027
1027
  } | {
1028
1028
  __kind: "Amber";
1029
1029
  value: {
1030
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt";
1030
+ __kind: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt";
1031
1031
  }[];
1032
1032
  };
1033
1033
  withdrawLenderFunds: {
@@ -1037,7 +1037,7 @@ declare const stateChainRuntimeSafeModeInnerRuntimeSafeMode: z.ZodObject<{
1037
1037
  } | {
1038
1038
  __kind: "Amber";
1039
1039
  value: {
1040
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt";
1040
+ __kind: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt";
1041
1041
  }[];
1042
1042
  };
1043
1043
  addCollateral: {
@@ -1047,7 +1047,7 @@ declare const stateChainRuntimeSafeModeInnerRuntimeSafeMode: z.ZodObject<{
1047
1047
  } | {
1048
1048
  __kind: "Amber";
1049
1049
  value: {
1050
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt";
1050
+ __kind: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt";
1051
1051
  }[];
1052
1052
  };
1053
1053
  removeCollateral: {
@@ -1057,7 +1057,7 @@ declare const stateChainRuntimeSafeModeInnerRuntimeSafeMode: z.ZodObject<{
1057
1057
  } | {
1058
1058
  __kind: "Amber";
1059
1059
  value: {
1060
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt";
1060
+ __kind: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt";
1061
1061
  }[];
1062
1062
  };
1063
1063
  liquidationsEnabled: boolean;
@@ -1480,7 +1480,7 @@ declare const stateChainRuntimeSafeModeInnerRuntimeSafeMode: z.ZodObject<{
1480
1480
  __kind: "Red";
1481
1481
  } | {
1482
1482
  __kind: "Amber";
1483
- value: ("Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt")[];
1483
+ value: ("Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt")[];
1484
1484
  };
1485
1485
  addLenderFunds: {
1486
1486
  __kind: "Green";
@@ -1488,7 +1488,7 @@ declare const stateChainRuntimeSafeModeInnerRuntimeSafeMode: z.ZodObject<{
1488
1488
  __kind: "Red";
1489
1489
  } | {
1490
1490
  __kind: "Amber";
1491
- value: ("Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt")[];
1491
+ value: ("Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt")[];
1492
1492
  };
1493
1493
  withdrawLenderFunds: {
1494
1494
  __kind: "Green";
@@ -1496,7 +1496,7 @@ declare const stateChainRuntimeSafeModeInnerRuntimeSafeMode: z.ZodObject<{
1496
1496
  __kind: "Red";
1497
1497
  } | {
1498
1498
  __kind: "Amber";
1499
- value: ("Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt")[];
1499
+ value: ("Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt")[];
1500
1500
  };
1501
1501
  addCollateral: {
1502
1502
  __kind: "Green";
@@ -1504,7 +1504,7 @@ declare const stateChainRuntimeSafeModeInnerRuntimeSafeMode: z.ZodObject<{
1504
1504
  __kind: "Red";
1505
1505
  } | {
1506
1506
  __kind: "Amber";
1507
- value: ("Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt")[];
1507
+ value: ("Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt")[];
1508
1508
  };
1509
1509
  removeCollateral: {
1510
1510
  __kind: "Green";
@@ -1512,7 +1512,7 @@ declare const stateChainRuntimeSafeModeInnerRuntimeSafeMode: z.ZodObject<{
1512
1512
  __kind: "Red";
1513
1513
  } | {
1514
1514
  __kind: "Amber";
1515
- value: ("Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt")[];
1515
+ value: ("Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt")[];
1516
1516
  };
1517
1517
  liquidationsEnabled: boolean;
1518
1518
  };
@@ -1681,7 +1681,7 @@ declare const stateChainRuntimeSafeModeInnerRuntimeSafeMode: z.ZodObject<{
1681
1681
  } | {
1682
1682
  __kind: "Amber";
1683
1683
  value: {
1684
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt";
1684
+ __kind: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt";
1685
1685
  }[];
1686
1686
  };
1687
1687
  addLenderFunds: {
@@ -1691,7 +1691,7 @@ declare const stateChainRuntimeSafeModeInnerRuntimeSafeMode: z.ZodObject<{
1691
1691
  } | {
1692
1692
  __kind: "Amber";
1693
1693
  value: {
1694
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt";
1694
+ __kind: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt";
1695
1695
  }[];
1696
1696
  };
1697
1697
  withdrawLenderFunds: {
@@ -1701,7 +1701,7 @@ declare const stateChainRuntimeSafeModeInnerRuntimeSafeMode: z.ZodObject<{
1701
1701
  } | {
1702
1702
  __kind: "Amber";
1703
1703
  value: {
1704
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt";
1704
+ __kind: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt";
1705
1705
  }[];
1706
1706
  };
1707
1707
  addCollateral: {
@@ -1711,7 +1711,7 @@ declare const stateChainRuntimeSafeModeInnerRuntimeSafeMode: z.ZodObject<{
1711
1711
  } | {
1712
1712
  __kind: "Amber";
1713
1713
  value: {
1714
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt";
1714
+ __kind: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt";
1715
1715
  }[];
1716
1716
  };
1717
1717
  removeCollateral: {
@@ -1721,7 +1721,7 @@ declare const stateChainRuntimeSafeModeInnerRuntimeSafeMode: z.ZodObject<{
1721
1721
  } | {
1722
1722
  __kind: "Amber";
1723
1723
  value: {
1724
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt";
1724
+ __kind: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt";
1725
1725
  }[];
1726
1726
  };
1727
1727
  liquidationsEnabled: boolean;
@@ -1964,19 +1964,19 @@ declare const palletCfEnvironmentSafeModeUpdate: z.ZodDiscriminatedUnion<"__kind
1964
1964
  value: z.ZodArray<z.ZodEffects<z.ZodObject<{
1965
1965
  __kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc", "HubDot", "HubUsdt", "HubUsdc", "Wbtc", "ArbUsdt", "SolUsdt"]>;
1966
1966
  }, "strip", z.ZodTypeAny, {
1967
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt";
1967
+ __kind: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt";
1968
1968
  }, {
1969
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt";
1970
- }>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt", {
1971
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt";
1969
+ __kind: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt";
1970
+ }>, "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt", {
1971
+ __kind: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt";
1972
1972
  }>, "many">;
1973
1973
  }, "strip", z.ZodTypeAny, {
1974
1974
  __kind: "Amber";
1975
- value: ("Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt")[];
1975
+ value: ("Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt")[];
1976
1976
  }, {
1977
1977
  __kind: "Amber";
1978
1978
  value: {
1979
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt";
1979
+ __kind: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt";
1980
1980
  }[];
1981
1981
  }>]>;
1982
1982
  addLenderFunds: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
@@ -1996,19 +1996,19 @@ declare const palletCfEnvironmentSafeModeUpdate: z.ZodDiscriminatedUnion<"__kind
1996
1996
  value: z.ZodArray<z.ZodEffects<z.ZodObject<{
1997
1997
  __kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc", "HubDot", "HubUsdt", "HubUsdc", "Wbtc", "ArbUsdt", "SolUsdt"]>;
1998
1998
  }, "strip", z.ZodTypeAny, {
1999
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt";
1999
+ __kind: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt";
2000
2000
  }, {
2001
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt";
2002
- }>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt", {
2003
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt";
2001
+ __kind: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt";
2002
+ }>, "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt", {
2003
+ __kind: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt";
2004
2004
  }>, "many">;
2005
2005
  }, "strip", z.ZodTypeAny, {
2006
2006
  __kind: "Amber";
2007
- value: ("Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt")[];
2007
+ value: ("Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt")[];
2008
2008
  }, {
2009
2009
  __kind: "Amber";
2010
2010
  value: {
2011
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt";
2011
+ __kind: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt";
2012
2012
  }[];
2013
2013
  }>]>;
2014
2014
  withdrawLenderFunds: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
@@ -2028,19 +2028,19 @@ declare const palletCfEnvironmentSafeModeUpdate: z.ZodDiscriminatedUnion<"__kind
2028
2028
  value: z.ZodArray<z.ZodEffects<z.ZodObject<{
2029
2029
  __kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc", "HubDot", "HubUsdt", "HubUsdc", "Wbtc", "ArbUsdt", "SolUsdt"]>;
2030
2030
  }, "strip", z.ZodTypeAny, {
2031
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt";
2031
+ __kind: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt";
2032
2032
  }, {
2033
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt";
2034
- }>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt", {
2035
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt";
2033
+ __kind: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt";
2034
+ }>, "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt", {
2035
+ __kind: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt";
2036
2036
  }>, "many">;
2037
2037
  }, "strip", z.ZodTypeAny, {
2038
2038
  __kind: "Amber";
2039
- value: ("Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt")[];
2039
+ value: ("Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt")[];
2040
2040
  }, {
2041
2041
  __kind: "Amber";
2042
2042
  value: {
2043
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt";
2043
+ __kind: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt";
2044
2044
  }[];
2045
2045
  }>]>;
2046
2046
  addCollateral: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
@@ -2060,19 +2060,19 @@ declare const palletCfEnvironmentSafeModeUpdate: z.ZodDiscriminatedUnion<"__kind
2060
2060
  value: z.ZodArray<z.ZodEffects<z.ZodObject<{
2061
2061
  __kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc", "HubDot", "HubUsdt", "HubUsdc", "Wbtc", "ArbUsdt", "SolUsdt"]>;
2062
2062
  }, "strip", z.ZodTypeAny, {
2063
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt";
2063
+ __kind: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt";
2064
2064
  }, {
2065
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt";
2066
- }>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt", {
2067
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt";
2065
+ __kind: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt";
2066
+ }>, "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt", {
2067
+ __kind: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt";
2068
2068
  }>, "many">;
2069
2069
  }, "strip", z.ZodTypeAny, {
2070
2070
  __kind: "Amber";
2071
- value: ("Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt")[];
2071
+ value: ("Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt")[];
2072
2072
  }, {
2073
2073
  __kind: "Amber";
2074
2074
  value: {
2075
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt";
2075
+ __kind: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt";
2076
2076
  }[];
2077
2077
  }>]>;
2078
2078
  removeCollateral: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
@@ -2092,19 +2092,19 @@ declare const palletCfEnvironmentSafeModeUpdate: z.ZodDiscriminatedUnion<"__kind
2092
2092
  value: z.ZodArray<z.ZodEffects<z.ZodObject<{
2093
2093
  __kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc", "HubDot", "HubUsdt", "HubUsdc", "Wbtc", "ArbUsdt", "SolUsdt"]>;
2094
2094
  }, "strip", z.ZodTypeAny, {
2095
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt";
2095
+ __kind: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt";
2096
2096
  }, {
2097
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt";
2098
- }>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt", {
2099
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt";
2097
+ __kind: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt";
2098
+ }>, "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt", {
2099
+ __kind: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt";
2100
2100
  }>, "many">;
2101
2101
  }, "strip", z.ZodTypeAny, {
2102
2102
  __kind: "Amber";
2103
- value: ("Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt")[];
2103
+ value: ("Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt")[];
2104
2104
  }, {
2105
2105
  __kind: "Amber";
2106
2106
  value: {
2107
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt";
2107
+ __kind: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt";
2108
2108
  }[];
2109
2109
  }>]>;
2110
2110
  liquidationsEnabled: z.ZodBoolean;
@@ -2117,7 +2117,7 @@ declare const palletCfEnvironmentSafeModeUpdate: z.ZodDiscriminatedUnion<"__kind
2117
2117
  __kind: "Red";
2118
2118
  } | {
2119
2119
  __kind: "Amber";
2120
- value: ("Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt")[];
2120
+ value: ("Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt")[];
2121
2121
  };
2122
2122
  addLenderFunds: {
2123
2123
  __kind: "Green";
@@ -2125,7 +2125,7 @@ declare const palletCfEnvironmentSafeModeUpdate: z.ZodDiscriminatedUnion<"__kind
2125
2125
  __kind: "Red";
2126
2126
  } | {
2127
2127
  __kind: "Amber";
2128
- value: ("Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt")[];
2128
+ value: ("Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt")[];
2129
2129
  };
2130
2130
  withdrawLenderFunds: {
2131
2131
  __kind: "Green";
@@ -2133,7 +2133,7 @@ declare const palletCfEnvironmentSafeModeUpdate: z.ZodDiscriminatedUnion<"__kind
2133
2133
  __kind: "Red";
2134
2134
  } | {
2135
2135
  __kind: "Amber";
2136
- value: ("Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt")[];
2136
+ value: ("Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt")[];
2137
2137
  };
2138
2138
  addCollateral: {
2139
2139
  __kind: "Green";
@@ -2141,7 +2141,7 @@ declare const palletCfEnvironmentSafeModeUpdate: z.ZodDiscriminatedUnion<"__kind
2141
2141
  __kind: "Red";
2142
2142
  } | {
2143
2143
  __kind: "Amber";
2144
- value: ("Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt")[];
2144
+ value: ("Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt")[];
2145
2145
  };
2146
2146
  removeCollateral: {
2147
2147
  __kind: "Green";
@@ -2149,7 +2149,7 @@ declare const palletCfEnvironmentSafeModeUpdate: z.ZodDiscriminatedUnion<"__kind
2149
2149
  __kind: "Red";
2150
2150
  } | {
2151
2151
  __kind: "Amber";
2152
- value: ("Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt")[];
2152
+ value: ("Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt")[];
2153
2153
  };
2154
2154
  liquidationsEnabled: boolean;
2155
2155
  }, {
@@ -2162,7 +2162,7 @@ declare const palletCfEnvironmentSafeModeUpdate: z.ZodDiscriminatedUnion<"__kind
2162
2162
  } | {
2163
2163
  __kind: "Amber";
2164
2164
  value: {
2165
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt";
2165
+ __kind: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt";
2166
2166
  }[];
2167
2167
  };
2168
2168
  addLenderFunds: {
@@ -2172,7 +2172,7 @@ declare const palletCfEnvironmentSafeModeUpdate: z.ZodDiscriminatedUnion<"__kind
2172
2172
  } | {
2173
2173
  __kind: "Amber";
2174
2174
  value: {
2175
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt";
2175
+ __kind: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt";
2176
2176
  }[];
2177
2177
  };
2178
2178
  withdrawLenderFunds: {
@@ -2182,7 +2182,7 @@ declare const palletCfEnvironmentSafeModeUpdate: z.ZodDiscriminatedUnion<"__kind
2182
2182
  } | {
2183
2183
  __kind: "Amber";
2184
2184
  value: {
2185
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt";
2185
+ __kind: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt";
2186
2186
  }[];
2187
2187
  };
2188
2188
  addCollateral: {
@@ -2192,7 +2192,7 @@ declare const palletCfEnvironmentSafeModeUpdate: z.ZodDiscriminatedUnion<"__kind
2192
2192
  } | {
2193
2193
  __kind: "Amber";
2194
2194
  value: {
2195
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt";
2195
+ __kind: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt";
2196
2196
  }[];
2197
2197
  };
2198
2198
  removeCollateral: {
@@ -2202,7 +2202,7 @@ declare const palletCfEnvironmentSafeModeUpdate: z.ZodDiscriminatedUnion<"__kind
2202
2202
  } | {
2203
2203
  __kind: "Amber";
2204
2204
  value: {
2205
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt";
2205
+ __kind: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt";
2206
2206
  }[];
2207
2207
  };
2208
2208
  liquidationsEnabled: boolean;
@@ -2625,7 +2625,7 @@ declare const palletCfEnvironmentSafeModeUpdate: z.ZodDiscriminatedUnion<"__kind
2625
2625
  __kind: "Red";
2626
2626
  } | {
2627
2627
  __kind: "Amber";
2628
- value: ("Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt")[];
2628
+ value: ("Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt")[];
2629
2629
  };
2630
2630
  addLenderFunds: {
2631
2631
  __kind: "Green";
@@ -2633,7 +2633,7 @@ declare const palletCfEnvironmentSafeModeUpdate: z.ZodDiscriminatedUnion<"__kind
2633
2633
  __kind: "Red";
2634
2634
  } | {
2635
2635
  __kind: "Amber";
2636
- value: ("Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt")[];
2636
+ value: ("Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt")[];
2637
2637
  };
2638
2638
  withdrawLenderFunds: {
2639
2639
  __kind: "Green";
@@ -2641,7 +2641,7 @@ declare const palletCfEnvironmentSafeModeUpdate: z.ZodDiscriminatedUnion<"__kind
2641
2641
  __kind: "Red";
2642
2642
  } | {
2643
2643
  __kind: "Amber";
2644
- value: ("Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt")[];
2644
+ value: ("Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt")[];
2645
2645
  };
2646
2646
  addCollateral: {
2647
2647
  __kind: "Green";
@@ -2649,7 +2649,7 @@ declare const palletCfEnvironmentSafeModeUpdate: z.ZodDiscriminatedUnion<"__kind
2649
2649
  __kind: "Red";
2650
2650
  } | {
2651
2651
  __kind: "Amber";
2652
- value: ("Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt")[];
2652
+ value: ("Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt")[];
2653
2653
  };
2654
2654
  removeCollateral: {
2655
2655
  __kind: "Green";
@@ -2657,7 +2657,7 @@ declare const palletCfEnvironmentSafeModeUpdate: z.ZodDiscriminatedUnion<"__kind
2657
2657
  __kind: "Red";
2658
2658
  } | {
2659
2659
  __kind: "Amber";
2660
- value: ("Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt")[];
2660
+ value: ("Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt")[];
2661
2661
  };
2662
2662
  liquidationsEnabled: boolean;
2663
2663
  };
@@ -2826,7 +2826,7 @@ declare const palletCfEnvironmentSafeModeUpdate: z.ZodDiscriminatedUnion<"__kind
2826
2826
  } | {
2827
2827
  __kind: "Amber";
2828
2828
  value: {
2829
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt";
2829
+ __kind: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt";
2830
2830
  }[];
2831
2831
  };
2832
2832
  addLenderFunds: {
@@ -2836,7 +2836,7 @@ declare const palletCfEnvironmentSafeModeUpdate: z.ZodDiscriminatedUnion<"__kind
2836
2836
  } | {
2837
2837
  __kind: "Amber";
2838
2838
  value: {
2839
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt";
2839
+ __kind: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt";
2840
2840
  }[];
2841
2841
  };
2842
2842
  withdrawLenderFunds: {
@@ -2846,7 +2846,7 @@ declare const palletCfEnvironmentSafeModeUpdate: z.ZodDiscriminatedUnion<"__kind
2846
2846
  } | {
2847
2847
  __kind: "Amber";
2848
2848
  value: {
2849
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt";
2849
+ __kind: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt";
2850
2850
  }[];
2851
2851
  };
2852
2852
  addCollateral: {
@@ -2856,7 +2856,7 @@ declare const palletCfEnvironmentSafeModeUpdate: z.ZodDiscriminatedUnion<"__kind
2856
2856
  } | {
2857
2857
  __kind: "Amber";
2858
2858
  value: {
2859
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt";
2859
+ __kind: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt";
2860
2860
  }[];
2861
2861
  };
2862
2862
  removeCollateral: {
@@ -2866,7 +2866,7 @@ declare const palletCfEnvironmentSafeModeUpdate: z.ZodDiscriminatedUnion<"__kind
2866
2866
  } | {
2867
2867
  __kind: "Amber";
2868
2868
  value: {
2869
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt";
2869
+ __kind: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt";
2870
2870
  }[];
2871
2871
  };
2872
2872
  liquidationsEnabled: boolean;
@@ -3038,7 +3038,7 @@ declare const palletCfEnvironmentSafeModeUpdate: z.ZodDiscriminatedUnion<"__kind
3038
3038
  __kind: "Red";
3039
3039
  } | {
3040
3040
  __kind: "Amber";
3041
- value: ("Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt")[];
3041
+ value: ("Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt")[];
3042
3042
  };
3043
3043
  addLenderFunds: {
3044
3044
  __kind: "Green";
@@ -3046,7 +3046,7 @@ declare const palletCfEnvironmentSafeModeUpdate: z.ZodDiscriminatedUnion<"__kind
3046
3046
  __kind: "Red";
3047
3047
  } | {
3048
3048
  __kind: "Amber";
3049
- value: ("Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt")[];
3049
+ value: ("Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt")[];
3050
3050
  };
3051
3051
  withdrawLenderFunds: {
3052
3052
  __kind: "Green";
@@ -3054,7 +3054,7 @@ declare const palletCfEnvironmentSafeModeUpdate: z.ZodDiscriminatedUnion<"__kind
3054
3054
  __kind: "Red";
3055
3055
  } | {
3056
3056
  __kind: "Amber";
3057
- value: ("Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt")[];
3057
+ value: ("Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt")[];
3058
3058
  };
3059
3059
  addCollateral: {
3060
3060
  __kind: "Green";
@@ -3062,7 +3062,7 @@ declare const palletCfEnvironmentSafeModeUpdate: z.ZodDiscriminatedUnion<"__kind
3062
3062
  __kind: "Red";
3063
3063
  } | {
3064
3064
  __kind: "Amber";
3065
- value: ("Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt")[];
3065
+ value: ("Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt")[];
3066
3066
  };
3067
3067
  removeCollateral: {
3068
3068
  __kind: "Green";
@@ -3070,7 +3070,7 @@ declare const palletCfEnvironmentSafeModeUpdate: z.ZodDiscriminatedUnion<"__kind
3070
3070
  __kind: "Red";
3071
3071
  } | {
3072
3072
  __kind: "Amber";
3073
- value: ("Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt")[];
3073
+ value: ("Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt")[];
3074
3074
  };
3075
3075
  liquidationsEnabled: boolean;
3076
3076
  };
@@ -3242,7 +3242,7 @@ declare const palletCfEnvironmentSafeModeUpdate: z.ZodDiscriminatedUnion<"__kind
3242
3242
  } | {
3243
3243
  __kind: "Amber";
3244
3244
  value: {
3245
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt";
3245
+ __kind: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt";
3246
3246
  }[];
3247
3247
  };
3248
3248
  addLenderFunds: {
@@ -3252,7 +3252,7 @@ declare const palletCfEnvironmentSafeModeUpdate: z.ZodDiscriminatedUnion<"__kind
3252
3252
  } | {
3253
3253
  __kind: "Amber";
3254
3254
  value: {
3255
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt";
3255
+ __kind: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt";
3256
3256
  }[];
3257
3257
  };
3258
3258
  withdrawLenderFunds: {
@@ -3262,7 +3262,7 @@ declare const palletCfEnvironmentSafeModeUpdate: z.ZodDiscriminatedUnion<"__kind
3262
3262
  } | {
3263
3263
  __kind: "Amber";
3264
3264
  value: {
3265
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt";
3265
+ __kind: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt";
3266
3266
  }[];
3267
3267
  };
3268
3268
  addCollateral: {
@@ -3272,7 +3272,7 @@ declare const palletCfEnvironmentSafeModeUpdate: z.ZodDiscriminatedUnion<"__kind
3272
3272
  } | {
3273
3273
  __kind: "Amber";
3274
3274
  value: {
3275
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt";
3275
+ __kind: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt";
3276
3276
  }[];
3277
3277
  };
3278
3278
  removeCollateral: {
@@ -3282,7 +3282,7 @@ declare const palletCfEnvironmentSafeModeUpdate: z.ZodDiscriminatedUnion<"__kind
3282
3282
  } | {
3283
3283
  __kind: "Amber";
3284
3284
  value: {
3285
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt";
3285
+ __kind: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt";
3286
3286
  }[];
3287
3287
  };
3288
3288
  liquidationsEnabled: boolean;
@@ -3442,20 +3442,20 @@ declare const cfTraitsFundingSource: z.ZodDiscriminatedUnion<"__kind", [z.ZodObj
3442
3442
  asset: z.ZodEffects<z.ZodObject<{
3443
3443
  __kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc", "HubDot", "HubUsdt", "HubUsdc", "Wbtc", "ArbUsdt", "SolUsdt"]>;
3444
3444
  }, "strip", z.ZodTypeAny, {
3445
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt";
3445
+ __kind: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt";
3446
3446
  }, {
3447
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt";
3448
- }>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt", {
3449
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt";
3447
+ __kind: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt";
3448
+ }>, "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt", {
3449
+ __kind: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt";
3450
3450
  }>;
3451
3451
  }, "strip", z.ZodTypeAny, {
3452
3452
  __kind: "InitialFunding";
3453
- asset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt";
3453
+ asset: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt";
3454
3454
  channelId?: bigint | null | undefined;
3455
3455
  }, {
3456
3456
  __kind: "InitialFunding";
3457
3457
  asset: {
3458
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt";
3458
+ __kind: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt";
3459
3459
  };
3460
3460
  channelId?: string | number | null | undefined;
3461
3461
  }>]>;
@@ -11090,21 +11090,21 @@ declare const palletCfSwappingPalletConfigUpdate: z.ZodDiscriminatedUnion<"__kin
11090
11090
  asset: z.ZodEffects<z.ZodObject<{
11091
11091
  __kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc", "HubDot", "HubUsdt", "HubUsdc", "Wbtc", "ArbUsdt", "SolUsdt"]>;
11092
11092
  }, "strip", z.ZodTypeAny, {
11093
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt";
11093
+ __kind: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt";
11094
11094
  }, {
11095
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt";
11096
- }>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt", {
11097
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt";
11095
+ __kind: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt";
11096
+ }>, "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt", {
11097
+ __kind: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt";
11098
11098
  }>;
11099
11099
  amount: z.ZodOptional<z.ZodNullable<z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>>>;
11100
11100
  }, "strip", z.ZodTypeAny, {
11101
11101
  __kind: "MaximumSwapAmount";
11102
- asset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt";
11102
+ asset: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt";
11103
11103
  amount?: bigint | null | undefined;
11104
11104
  }, {
11105
11105
  __kind: "MaximumSwapAmount";
11106
11106
  asset: {
11107
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt";
11107
+ __kind: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt";
11108
11108
  };
11109
11109
  amount?: string | number | null | undefined;
11110
11110
  }>, z.ZodObject<{
@@ -11148,21 +11148,21 @@ declare const palletCfSwappingPalletConfigUpdate: z.ZodDiscriminatedUnion<"__kin
11148
11148
  asset: z.ZodEffects<z.ZodObject<{
11149
11149
  __kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc", "HubDot", "HubUsdt", "HubUsdc", "Wbtc", "ArbUsdt", "SolUsdt"]>;
11150
11150
  }, "strip", z.ZodTypeAny, {
11151
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt";
11151
+ __kind: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt";
11152
11152
  }, {
11153
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt";
11154
- }>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt", {
11155
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt";
11153
+ __kind: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt";
11154
+ }>, "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt", {
11155
+ __kind: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt";
11156
11156
  }>;
11157
11157
  size_: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
11158
11158
  }, "strip", z.ZodTypeAny, {
11159
11159
  __kind: "SetMinimumChunkSize";
11160
- asset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt";
11160
+ asset: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt";
11161
11161
  size_: bigint;
11162
11162
  }, {
11163
11163
  __kind: "SetMinimumChunkSize";
11164
11164
  asset: {
11165
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt";
11165
+ __kind: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt";
11166
11166
  };
11167
11167
  size_: string | number;
11168
11168
  }>, z.ZodObject<{
@@ -11203,21 +11203,21 @@ declare const palletCfSwappingPalletConfigUpdate: z.ZodDiscriminatedUnion<"__kin
11203
11203
  asset: z.ZodEffects<z.ZodObject<{
11204
11204
  __kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc", "HubDot", "HubUsdt", "HubUsdc", "Wbtc", "ArbUsdt", "SolUsdt"]>;
11205
11205
  }, "strip", z.ZodTypeAny, {
11206
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt";
11206
+ __kind: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt";
11207
11207
  }, {
11208
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt";
11209
- }>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt", {
11210
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt";
11208
+ __kind: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt";
11209
+ }>, "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt", {
11210
+ __kind: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt";
11211
11211
  }>;
11212
11212
  rate: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
11213
11213
  }, "strip", z.ZodTypeAny, {
11214
11214
  __kind: "SetNetworkFeeForAsset";
11215
- asset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt";
11215
+ asset: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt";
11216
11216
  rate?: number | null | undefined;
11217
11217
  }, {
11218
11218
  __kind: "SetNetworkFeeForAsset";
11219
11219
  asset: {
11220
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt";
11220
+ __kind: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt";
11221
11221
  };
11222
11222
  rate?: number | null | undefined;
11223
11223
  }>, z.ZodObject<{
@@ -11225,21 +11225,21 @@ declare const palletCfSwappingPalletConfigUpdate: z.ZodDiscriminatedUnion<"__kin
11225
11225
  asset: z.ZodEffects<z.ZodObject<{
11226
11226
  __kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc", "HubDot", "HubUsdt", "HubUsdc", "Wbtc", "ArbUsdt", "SolUsdt"]>;
11227
11227
  }, "strip", z.ZodTypeAny, {
11228
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt";
11228
+ __kind: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt";
11229
11229
  }, {
11230
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt";
11231
- }>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt", {
11232
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt";
11230
+ __kind: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt";
11231
+ }>, "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt", {
11232
+ __kind: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt";
11233
11233
  }>;
11234
11234
  rate: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
11235
11235
  }, "strip", z.ZodTypeAny, {
11236
11236
  __kind: "SetInternalSwapNetworkFeeForAsset";
11237
- asset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt";
11237
+ asset: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt";
11238
11238
  rate?: number | null | undefined;
11239
11239
  }, {
11240
11240
  __kind: "SetInternalSwapNetworkFeeForAsset";
11241
11241
  asset: {
11242
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt";
11242
+ __kind: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt";
11243
11243
  };
11244
11244
  rate?: number | null | undefined;
11245
11245
  }>]>;
@@ -11624,8 +11624,8 @@ declare const palletCfEthereumIngressEgressDepositWitnessEthereum: z.ZodObject<{
11624
11624
  }>;
11625
11625
  }, "strip", z.ZodTypeAny, {
11626
11626
  asset: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc";
11627
- amount: bigint;
11628
11627
  depositAddress: `0x${string}`;
11628
+ amount: bigint;
11629
11629
  depositDetails: {
11630
11630
  txHashes?: `0x${string}`[] | null | undefined;
11631
11631
  };
@@ -11633,8 +11633,8 @@ declare const palletCfEthereumIngressEgressDepositWitnessEthereum: z.ZodObject<{
11633
11633
  asset: {
11634
11634
  __kind: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc";
11635
11635
  };
11636
- amount: string | number;
11637
11636
  depositAddress: string;
11637
+ amount: string | number;
11638
11638
  depositDetails: {
11639
11639
  txHashes?: string[] | null | undefined;
11640
11640
  };
@@ -11977,11 +11977,11 @@ declare const palletCfEthereumIngressEgressVaultDepositWitnessEthereum: z.ZodObj
11977
11977
  outputAsset: z.ZodEffects<z.ZodObject<{
11978
11978
  __kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc", "HubDot", "HubUsdt", "HubUsdc", "Wbtc", "ArbUsdt", "SolUsdt"]>;
11979
11979
  }, "strip", z.ZodTypeAny, {
11980
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt";
11980
+ __kind: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt";
11981
11981
  }, {
11982
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt";
11983
- }>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt", {
11984
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt";
11982
+ __kind: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt";
11983
+ }>, "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt", {
11984
+ __kind: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt";
11985
11985
  }>;
11986
11986
  destinationAddress: z.ZodEffects<z.ZodObject<{
11987
11987
  __kind: z.ZodEnum<["Eth", "Dot", "Btc", "Arb", "Sol", "Hub"]>;
@@ -12358,7 +12358,7 @@ declare const palletCfEthereumIngressEgressVaultDepositWitnessEthereum: z.ZodObj
12358
12358
  };
12359
12359
  inputAsset: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc";
12360
12360
  depositAmount: bigint;
12361
- outputAsset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt";
12361
+ outputAsset: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt";
12362
12362
  destinationAddress: {
12363
12363
  readonly chain: "Ethereum";
12364
12364
  readonly address: `0x${string}`;
@@ -12460,7 +12460,7 @@ declare const palletCfEthereumIngressEgressVaultDepositWitnessEthereum: z.ZodObj
12460
12460
  };
12461
12461
  depositAmount: string | number;
12462
12462
  outputAsset: {
12463
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt";
12463
+ __kind: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt";
12464
12464
  };
12465
12465
  destinationAddress: {
12466
12466
  __kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
@@ -12564,8 +12564,8 @@ declare const palletCfEthereumIngressEgressDepositFailedDetailsEthereum: z.ZodDi
12564
12564
  }>;
12565
12565
  }, "strip", z.ZodTypeAny, {
12566
12566
  asset: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc";
12567
- amount: bigint;
12568
12567
  depositAddress: `0x${string}`;
12568
+ amount: bigint;
12569
12569
  depositDetails: {
12570
12570
  txHashes?: `0x${string}`[] | null | undefined;
12571
12571
  };
@@ -12573,8 +12573,8 @@ declare const palletCfEthereumIngressEgressDepositFailedDetailsEthereum: z.ZodDi
12573
12573
  asset: {
12574
12574
  __kind: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc";
12575
12575
  };
12576
- amount: string | number;
12577
12576
  depositAddress: string;
12577
+ amount: string | number;
12578
12578
  depositDetails: {
12579
12579
  txHashes?: string[] | null | undefined;
12580
12580
  };
@@ -12583,8 +12583,8 @@ declare const palletCfEthereumIngressEgressDepositFailedDetailsEthereum: z.ZodDi
12583
12583
  __kind: "DepositFailedDepositChannelVariantEthereum";
12584
12584
  depositWitness: {
12585
12585
  asset: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc";
12586
- amount: bigint;
12587
12586
  depositAddress: `0x${string}`;
12587
+ amount: bigint;
12588
12588
  depositDetails: {
12589
12589
  txHashes?: `0x${string}`[] | null | undefined;
12590
12590
  };
@@ -12595,8 +12595,8 @@ declare const palletCfEthereumIngressEgressDepositFailedDetailsEthereum: z.ZodDi
12595
12595
  asset: {
12596
12596
  __kind: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc";
12597
12597
  };
12598
- amount: string | number;
12599
12598
  depositAddress: string;
12599
+ amount: string | number;
12600
12600
  depositDetails: {
12601
12601
  txHashes?: string[] | null | undefined;
12602
12602
  };
@@ -12626,11 +12626,11 @@ declare const palletCfEthereumIngressEgressDepositFailedDetailsEthereum: z.ZodDi
12626
12626
  outputAsset: z.ZodEffects<z.ZodObject<{
12627
12627
  __kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc", "HubDot", "HubUsdt", "HubUsdc", "Wbtc", "ArbUsdt", "SolUsdt"]>;
12628
12628
  }, "strip", z.ZodTypeAny, {
12629
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt";
12629
+ __kind: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt";
12630
12630
  }, {
12631
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt";
12632
- }>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt", {
12633
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt";
12631
+ __kind: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt";
12632
+ }>, "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt", {
12633
+ __kind: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt";
12634
12634
  }>;
12635
12635
  destinationAddress: z.ZodEffects<z.ZodObject<{
12636
12636
  __kind: z.ZodEnum<["Eth", "Dot", "Btc", "Arb", "Sol", "Hub"]>;
@@ -13007,7 +13007,7 @@ declare const palletCfEthereumIngressEgressDepositFailedDetailsEthereum: z.ZodDi
13007
13007
  };
13008
13008
  inputAsset: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc";
13009
13009
  depositAmount: bigint;
13010
- outputAsset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt";
13010
+ outputAsset: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt";
13011
13011
  destinationAddress: {
13012
13012
  readonly chain: "Ethereum";
13013
13013
  readonly address: `0x${string}`;
@@ -13109,7 +13109,7 @@ declare const palletCfEthereumIngressEgressDepositFailedDetailsEthereum: z.ZodDi
13109
13109
  };
13110
13110
  depositAmount: string | number;
13111
13111
  outputAsset: {
13112
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt";
13112
+ __kind: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt";
13113
13113
  };
13114
13114
  destinationAddress: {
13115
13115
  __kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
@@ -13199,7 +13199,7 @@ declare const palletCfEthereumIngressEgressDepositFailedDetailsEthereum: z.ZodDi
13199
13199
  };
13200
13200
  inputAsset: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc";
13201
13201
  depositAmount: bigint;
13202
- outputAsset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt";
13202
+ outputAsset: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt";
13203
13203
  destinationAddress: {
13204
13204
  readonly chain: "Ethereum";
13205
13205
  readonly address: `0x${string}`;
@@ -13304,7 +13304,7 @@ declare const palletCfEthereumIngressEgressDepositFailedDetailsEthereum: z.ZodDi
13304
13304
  };
13305
13305
  depositAmount: string | number;
13306
13306
  outputAsset: {
13307
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt";
13307
+ __kind: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt";
13308
13308
  };
13309
13309
  destinationAddress: {
13310
13310
  __kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
@@ -13783,15 +13783,15 @@ declare const palletCfPolkadotIngressEgressDepositWitnessPolkadot: z.ZodObject<{
13783
13783
  depositDetails: z.ZodNumber;
13784
13784
  }, "strip", z.ZodTypeAny, {
13785
13785
  asset: "Dot";
13786
- amount: bigint;
13787
13786
  depositAddress: `0x${string}`;
13787
+ amount: bigint;
13788
13788
  depositDetails: number;
13789
13789
  }, {
13790
13790
  asset: {
13791
13791
  __kind: "Dot";
13792
13792
  };
13793
- amount: string | number;
13794
13793
  depositAddress: string;
13794
+ amount: string | number;
13795
13795
  depositDetails: number;
13796
13796
  }>;
13797
13797
  declare const cfPolkadotChainCcmDepositMetadata: z.ZodObject<{
@@ -14116,11 +14116,11 @@ declare const palletCfPolkadotIngressEgressVaultDepositWitnessPolkadot: z.ZodObj
14116
14116
  outputAsset: z.ZodEffects<z.ZodObject<{
14117
14117
  __kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc", "HubDot", "HubUsdt", "HubUsdc", "Wbtc", "ArbUsdt", "SolUsdt"]>;
14118
14118
  }, "strip", z.ZodTypeAny, {
14119
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt";
14119
+ __kind: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt";
14120
14120
  }, {
14121
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt";
14122
- }>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt", {
14123
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt";
14121
+ __kind: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt";
14122
+ }>, "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt", {
14123
+ __kind: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt";
14124
14124
  }>;
14125
14125
  destinationAddress: z.ZodEffects<z.ZodObject<{
14126
14126
  __kind: z.ZodEnum<["Eth", "Dot", "Btc", "Arb", "Sol", "Hub"]>;
@@ -14507,7 +14507,7 @@ declare const palletCfPolkadotIngressEgressVaultDepositWitnessPolkadot: z.ZodObj
14507
14507
  depositDetails: number;
14508
14508
  inputAsset: "Dot";
14509
14509
  depositAmount: bigint;
14510
- outputAsset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt";
14510
+ outputAsset: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt";
14511
14511
  destinationAddress: {
14512
14512
  readonly chain: "Ethereum";
14513
14513
  readonly address: `0x${string}`;
@@ -14610,7 +14610,7 @@ declare const palletCfPolkadotIngressEgressVaultDepositWitnessPolkadot: z.ZodObj
14610
14610
  };
14611
14611
  depositAmount: string | number;
14612
14612
  outputAsset: {
14613
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt";
14613
+ __kind: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt";
14614
14614
  };
14615
14615
  destinationAddress: {
14616
14616
  __kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
@@ -14708,23 +14708,23 @@ declare const palletCfPolkadotIngressEgressDepositFailedDetailsPolkadot: z.ZodDi
14708
14708
  depositDetails: z.ZodNumber;
14709
14709
  }, "strip", z.ZodTypeAny, {
14710
14710
  asset: "Dot";
14711
- amount: bigint;
14712
14711
  depositAddress: `0x${string}`;
14712
+ amount: bigint;
14713
14713
  depositDetails: number;
14714
14714
  }, {
14715
14715
  asset: {
14716
14716
  __kind: "Dot";
14717
14717
  };
14718
- amount: string | number;
14719
14718
  depositAddress: string;
14719
+ amount: string | number;
14720
14720
  depositDetails: number;
14721
14721
  }>;
14722
14722
  }, "strip", z.ZodTypeAny, {
14723
14723
  __kind: "DepositFailedDepositChannelVariantPolkadot";
14724
14724
  depositWitness: {
14725
14725
  asset: "Dot";
14726
- amount: bigint;
14727
14726
  depositAddress: `0x${string}`;
14727
+ amount: bigint;
14728
14728
  depositDetails: number;
14729
14729
  };
14730
14730
  }, {
@@ -14733,8 +14733,8 @@ declare const palletCfPolkadotIngressEgressDepositFailedDetailsPolkadot: z.ZodDi
14733
14733
  asset: {
14734
14734
  __kind: "Dot";
14735
14735
  };
14736
- amount: string | number;
14737
14736
  depositAddress: string;
14737
+ amount: string | number;
14738
14738
  depositDetails: number;
14739
14739
  };
14740
14740
  }>, z.ZodObject<{
@@ -14756,11 +14756,11 @@ declare const palletCfPolkadotIngressEgressDepositFailedDetailsPolkadot: z.ZodDi
14756
14756
  outputAsset: z.ZodEffects<z.ZodObject<{
14757
14757
  __kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc", "HubDot", "HubUsdt", "HubUsdc", "Wbtc", "ArbUsdt", "SolUsdt"]>;
14758
14758
  }, "strip", z.ZodTypeAny, {
14759
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt";
14759
+ __kind: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt";
14760
14760
  }, {
14761
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt";
14762
- }>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt", {
14763
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt";
14761
+ __kind: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt";
14762
+ }>, "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt", {
14763
+ __kind: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt";
14764
14764
  }>;
14765
14765
  destinationAddress: z.ZodEffects<z.ZodObject<{
14766
14766
  __kind: z.ZodEnum<["Eth", "Dot", "Btc", "Arb", "Sol", "Hub"]>;
@@ -15147,7 +15147,7 @@ declare const palletCfPolkadotIngressEgressDepositFailedDetailsPolkadot: z.ZodDi
15147
15147
  depositDetails: number;
15148
15148
  inputAsset: "Dot";
15149
15149
  depositAmount: bigint;
15150
- outputAsset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt";
15150
+ outputAsset: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt";
15151
15151
  destinationAddress: {
15152
15152
  readonly chain: "Ethereum";
15153
15153
  readonly address: `0x${string}`;
@@ -15250,7 +15250,7 @@ declare const palletCfPolkadotIngressEgressDepositFailedDetailsPolkadot: z.ZodDi
15250
15250
  };
15251
15251
  depositAmount: string | number;
15252
15252
  outputAsset: {
15253
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt";
15253
+ __kind: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt";
15254
15254
  };
15255
15255
  destinationAddress: {
15256
15256
  __kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
@@ -15341,7 +15341,7 @@ declare const palletCfPolkadotIngressEgressDepositFailedDetailsPolkadot: z.ZodDi
15341
15341
  depositDetails: number;
15342
15342
  inputAsset: "Dot";
15343
15343
  depositAmount: bigint;
15344
- outputAsset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt";
15344
+ outputAsset: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt";
15345
15345
  destinationAddress: {
15346
15346
  readonly chain: "Ethereum";
15347
15347
  readonly address: `0x${string}`;
@@ -15447,7 +15447,7 @@ declare const palletCfPolkadotIngressEgressDepositFailedDetailsPolkadot: z.ZodDi
15447
15447
  };
15448
15448
  depositAmount: string | number;
15449
15449
  outputAsset: {
15450
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt";
15450
+ __kind: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt";
15451
15451
  };
15452
15452
  destinationAddress: {
15453
15453
  __kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
@@ -15943,7 +15943,6 @@ declare const cfChainsBtcUtxo: z.ZodObject<{
15943
15943
  } | null | undefined;
15944
15944
  }>;
15945
15945
  }, "strip", z.ZodTypeAny, {
15946
- amount: bigint;
15947
15946
  depositAddress: {
15948
15947
  pubkeyX: `0x${string}`;
15949
15948
  scriptPath?: {
@@ -15955,12 +15954,12 @@ declare const cfChainsBtcUtxo: z.ZodObject<{
15955
15954
  };
15956
15955
  } | null | undefined;
15957
15956
  };
15957
+ amount: bigint;
15958
15958
  id: {
15959
15959
  txId: `0x${string}`;
15960
15960
  vout: number;
15961
15961
  };
15962
15962
  }, {
15963
- amount: string | number;
15964
15963
  depositAddress: {
15965
15964
  pubkeyX: string;
15966
15965
  scriptPath?: {
@@ -15972,6 +15971,7 @@ declare const cfChainsBtcUtxo: z.ZodObject<{
15972
15971
  };
15973
15972
  } | null | undefined;
15974
15973
  };
15974
+ amount: string | number;
15975
15975
  id: {
15976
15976
  txId: string;
15977
15977
  vout: number;
@@ -16108,7 +16108,6 @@ declare const palletCfBitcoinIngressEgressDepositWitnessBitcoin: z.ZodObject<{
16108
16108
  } | null | undefined;
16109
16109
  }>;
16110
16110
  }, "strip", z.ZodTypeAny, {
16111
- amount: bigint;
16112
16111
  depositAddress: {
16113
16112
  pubkeyX: `0x${string}`;
16114
16113
  scriptPath?: {
@@ -16120,12 +16119,12 @@ declare const palletCfBitcoinIngressEgressDepositWitnessBitcoin: z.ZodObject<{
16120
16119
  };
16121
16120
  } | null | undefined;
16122
16121
  };
16122
+ amount: bigint;
16123
16123
  id: {
16124
16124
  txId: `0x${string}`;
16125
16125
  vout: number;
16126
16126
  };
16127
16127
  }, {
16128
- amount: string | number;
16129
16128
  depositAddress: {
16130
16129
  pubkeyX: string;
16131
16130
  scriptPath?: {
@@ -16137,6 +16136,7 @@ declare const palletCfBitcoinIngressEgressDepositWitnessBitcoin: z.ZodObject<{
16137
16136
  };
16138
16137
  } | null | undefined;
16139
16138
  };
16139
+ amount: string | number;
16140
16140
  id: {
16141
16141
  txId: string;
16142
16142
  vout: number;
@@ -16144,7 +16144,6 @@ declare const palletCfBitcoinIngressEgressDepositWitnessBitcoin: z.ZodObject<{
16144
16144
  }>;
16145
16145
  }, "strip", z.ZodTypeAny, {
16146
16146
  asset: "Btc";
16147
- amount: bigint;
16148
16147
  depositAddress: {
16149
16148
  __kind: "P2PKH";
16150
16149
  value: `0x${string}`;
@@ -16165,8 +16164,8 @@ declare const palletCfBitcoinIngressEgressDepositWitnessBitcoin: z.ZodObject<{
16165
16164
  version: number;
16166
16165
  program: `0x${string}`;
16167
16166
  };
16167
+ amount: bigint;
16168
16168
  depositDetails: {
16169
- amount: bigint;
16170
16169
  depositAddress: {
16171
16170
  pubkeyX: `0x${string}`;
16172
16171
  scriptPath?: {
@@ -16178,6 +16177,7 @@ declare const palletCfBitcoinIngressEgressDepositWitnessBitcoin: z.ZodObject<{
16178
16177
  };
16179
16178
  } | null | undefined;
16180
16179
  };
16180
+ amount: bigint;
16181
16181
  id: {
16182
16182
  txId: `0x${string}`;
16183
16183
  vout: number;
@@ -16187,7 +16187,6 @@ declare const palletCfBitcoinIngressEgressDepositWitnessBitcoin: z.ZodObject<{
16187
16187
  asset: {
16188
16188
  __kind: "Btc";
16189
16189
  };
16190
- amount: string | number;
16191
16190
  depositAddress: {
16192
16191
  __kind: "P2PKH";
16193
16192
  value: string;
@@ -16208,8 +16207,8 @@ declare const palletCfBitcoinIngressEgressDepositWitnessBitcoin: z.ZodObject<{
16208
16207
  version: number;
16209
16208
  program: string;
16210
16209
  };
16210
+ amount: string | number;
16211
16211
  depositDetails: {
16212
- amount: string | number;
16213
16212
  depositAddress: {
16214
16213
  pubkeyX: string;
16215
16214
  scriptPath?: {
@@ -16221,6 +16220,7 @@ declare const palletCfBitcoinIngressEgressDepositWitnessBitcoin: z.ZodObject<{
16221
16220
  };
16222
16221
  } | null | undefined;
16223
16222
  };
16223
+ amount: string | number;
16224
16224
  id: {
16225
16225
  txId: string;
16226
16226
  vout: number;
@@ -16759,7 +16759,6 @@ declare const palletCfBitcoinIngressEgressVaultDepositWitnessBitcoin: z.ZodObjec
16759
16759
  } | null | undefined;
16760
16760
  }>;
16761
16761
  }, "strip", z.ZodTypeAny, {
16762
- amount: bigint;
16763
16762
  depositAddress: {
16764
16763
  pubkeyX: `0x${string}`;
16765
16764
  scriptPath?: {
@@ -16771,12 +16770,12 @@ declare const palletCfBitcoinIngressEgressVaultDepositWitnessBitcoin: z.ZodObjec
16771
16770
  };
16772
16771
  } | null | undefined;
16773
16772
  };
16773
+ amount: bigint;
16774
16774
  id: {
16775
16775
  txId: `0x${string}`;
16776
16776
  vout: number;
16777
16777
  };
16778
16778
  }, {
16779
- amount: string | number;
16780
16779
  depositAddress: {
16781
16780
  pubkeyX: string;
16782
16781
  scriptPath?: {
@@ -16788,6 +16787,7 @@ declare const palletCfBitcoinIngressEgressVaultDepositWitnessBitcoin: z.ZodObjec
16788
16787
  };
16789
16788
  } | null | undefined;
16790
16789
  };
16790
+ amount: string | number;
16791
16791
  id: {
16792
16792
  txId: string;
16793
16793
  vout: number;
@@ -16796,11 +16796,11 @@ declare const palletCfBitcoinIngressEgressVaultDepositWitnessBitcoin: z.ZodObjec
16796
16796
  outputAsset: z.ZodEffects<z.ZodObject<{
16797
16797
  __kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc", "HubDot", "HubUsdt", "HubUsdc", "Wbtc", "ArbUsdt", "SolUsdt"]>;
16798
16798
  }, "strip", z.ZodTypeAny, {
16799
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt";
16799
+ __kind: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt";
16800
16800
  }, {
16801
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt";
16802
- }>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt", {
16803
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt";
16801
+ __kind: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt";
16802
+ }>, "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt", {
16803
+ __kind: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt";
16804
16804
  }>;
16805
16805
  destinationAddress: z.ZodEffects<z.ZodObject<{
16806
16806
  __kind: z.ZodEnum<["Eth", "Dot", "Btc", "Arb", "Sol", "Hub"]>;
@@ -17268,7 +17268,6 @@ declare const palletCfBitcoinIngressEgressVaultDepositWitnessBitcoin: z.ZodObjec
17268
17268
  }, "strip", z.ZodTypeAny, {
17269
17269
  txId: `0x${string}`;
17270
17270
  depositDetails: {
17271
- amount: bigint;
17272
17271
  depositAddress: {
17273
17272
  pubkeyX: `0x${string}`;
17274
17273
  scriptPath?: {
@@ -17280,6 +17279,7 @@ declare const palletCfBitcoinIngressEgressVaultDepositWitnessBitcoin: z.ZodObjec
17280
17279
  };
17281
17280
  } | null | undefined;
17282
17281
  };
17282
+ amount: bigint;
17283
17283
  id: {
17284
17284
  txId: `0x${string}`;
17285
17285
  vout: number;
@@ -17287,7 +17287,7 @@ declare const palletCfBitcoinIngressEgressVaultDepositWitnessBitcoin: z.ZodObjec
17287
17287
  };
17288
17288
  inputAsset: "Btc";
17289
17289
  depositAmount: bigint;
17290
- outputAsset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt";
17290
+ outputAsset: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt";
17291
17291
  destinationAddress: {
17292
17292
  readonly chain: "Ethereum";
17293
17293
  readonly address: `0x${string}`;
@@ -17420,7 +17420,6 @@ declare const palletCfBitcoinIngressEgressVaultDepositWitnessBitcoin: z.ZodObjec
17420
17420
  }, {
17421
17421
  txId: string;
17422
17422
  depositDetails: {
17423
- amount: string | number;
17424
17423
  depositAddress: {
17425
17424
  pubkeyX: string;
17426
17425
  scriptPath?: {
@@ -17432,6 +17431,7 @@ declare const palletCfBitcoinIngressEgressVaultDepositWitnessBitcoin: z.ZodObjec
17432
17431
  };
17433
17432
  } | null | undefined;
17434
17433
  };
17434
+ amount: string | number;
17435
17435
  id: {
17436
17436
  txId: string;
17437
17437
  vout: number;
@@ -17442,7 +17442,7 @@ declare const palletCfBitcoinIngressEgressVaultDepositWitnessBitcoin: z.ZodObjec
17442
17442
  };
17443
17443
  depositAmount: string | number;
17444
17444
  outputAsset: {
17445
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt";
17445
+ __kind: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt";
17446
17446
  };
17447
17447
  destinationAddress: {
17448
17448
  __kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
@@ -17694,7 +17694,6 @@ declare const palletCfBitcoinIngressEgressDepositFailedDetailsBitcoin: z.ZodDisc
17694
17694
  } | null | undefined;
17695
17695
  }>;
17696
17696
  }, "strip", z.ZodTypeAny, {
17697
- amount: bigint;
17698
17697
  depositAddress: {
17699
17698
  pubkeyX: `0x${string}`;
17700
17699
  scriptPath?: {
@@ -17706,12 +17705,12 @@ declare const palletCfBitcoinIngressEgressDepositFailedDetailsBitcoin: z.ZodDisc
17706
17705
  };
17707
17706
  } | null | undefined;
17708
17707
  };
17708
+ amount: bigint;
17709
17709
  id: {
17710
17710
  txId: `0x${string}`;
17711
17711
  vout: number;
17712
17712
  };
17713
17713
  }, {
17714
- amount: string | number;
17715
17714
  depositAddress: {
17716
17715
  pubkeyX: string;
17717
17716
  scriptPath?: {
@@ -17723,6 +17722,7 @@ declare const palletCfBitcoinIngressEgressDepositFailedDetailsBitcoin: z.ZodDisc
17723
17722
  };
17724
17723
  } | null | undefined;
17725
17724
  };
17725
+ amount: string | number;
17726
17726
  id: {
17727
17727
  txId: string;
17728
17728
  vout: number;
@@ -17730,7 +17730,6 @@ declare const palletCfBitcoinIngressEgressDepositFailedDetailsBitcoin: z.ZodDisc
17730
17730
  }>;
17731
17731
  }, "strip", z.ZodTypeAny, {
17732
17732
  asset: "Btc";
17733
- amount: bigint;
17734
17733
  depositAddress: {
17735
17734
  __kind: "P2PKH";
17736
17735
  value: `0x${string}`;
@@ -17751,8 +17750,8 @@ declare const palletCfBitcoinIngressEgressDepositFailedDetailsBitcoin: z.ZodDisc
17751
17750
  version: number;
17752
17751
  program: `0x${string}`;
17753
17752
  };
17753
+ amount: bigint;
17754
17754
  depositDetails: {
17755
- amount: bigint;
17756
17755
  depositAddress: {
17757
17756
  pubkeyX: `0x${string}`;
17758
17757
  scriptPath?: {
@@ -17764,6 +17763,7 @@ declare const palletCfBitcoinIngressEgressDepositFailedDetailsBitcoin: z.ZodDisc
17764
17763
  };
17765
17764
  } | null | undefined;
17766
17765
  };
17766
+ amount: bigint;
17767
17767
  id: {
17768
17768
  txId: `0x${string}`;
17769
17769
  vout: number;
@@ -17773,7 +17773,6 @@ declare const palletCfBitcoinIngressEgressDepositFailedDetailsBitcoin: z.ZodDisc
17773
17773
  asset: {
17774
17774
  __kind: "Btc";
17775
17775
  };
17776
- amount: string | number;
17777
17776
  depositAddress: {
17778
17777
  __kind: "P2PKH";
17779
17778
  value: string;
@@ -17794,8 +17793,8 @@ declare const palletCfBitcoinIngressEgressDepositFailedDetailsBitcoin: z.ZodDisc
17794
17793
  version: number;
17795
17794
  program: string;
17796
17795
  };
17796
+ amount: string | number;
17797
17797
  depositDetails: {
17798
- amount: string | number;
17799
17798
  depositAddress: {
17800
17799
  pubkeyX: string;
17801
17800
  scriptPath?: {
@@ -17807,6 +17806,7 @@ declare const palletCfBitcoinIngressEgressDepositFailedDetailsBitcoin: z.ZodDisc
17807
17806
  };
17808
17807
  } | null | undefined;
17809
17808
  };
17809
+ amount: string | number;
17810
17810
  id: {
17811
17811
  txId: string;
17812
17812
  vout: number;
@@ -17817,7 +17817,6 @@ declare const palletCfBitcoinIngressEgressDepositFailedDetailsBitcoin: z.ZodDisc
17817
17817
  __kind: "DepositFailedDepositChannelVariantBitcoin";
17818
17818
  depositWitness: {
17819
17819
  asset: "Btc";
17820
- amount: bigint;
17821
17820
  depositAddress: {
17822
17821
  __kind: "P2PKH";
17823
17822
  value: `0x${string}`;
@@ -17838,8 +17837,8 @@ declare const palletCfBitcoinIngressEgressDepositFailedDetailsBitcoin: z.ZodDisc
17838
17837
  version: number;
17839
17838
  program: `0x${string}`;
17840
17839
  };
17840
+ amount: bigint;
17841
17841
  depositDetails: {
17842
- amount: bigint;
17843
17842
  depositAddress: {
17844
17843
  pubkeyX: `0x${string}`;
17845
17844
  scriptPath?: {
@@ -17851,6 +17850,7 @@ declare const palletCfBitcoinIngressEgressDepositFailedDetailsBitcoin: z.ZodDisc
17851
17850
  };
17852
17851
  } | null | undefined;
17853
17852
  };
17853
+ amount: bigint;
17854
17854
  id: {
17855
17855
  txId: `0x${string}`;
17856
17856
  vout: number;
@@ -17863,7 +17863,6 @@ declare const palletCfBitcoinIngressEgressDepositFailedDetailsBitcoin: z.ZodDisc
17863
17863
  asset: {
17864
17864
  __kind: "Btc";
17865
17865
  };
17866
- amount: string | number;
17867
17866
  depositAddress: {
17868
17867
  __kind: "P2PKH";
17869
17868
  value: string;
@@ -17884,8 +17883,8 @@ declare const palletCfBitcoinIngressEgressDepositFailedDetailsBitcoin: z.ZodDisc
17884
17883
  version: number;
17885
17884
  program: string;
17886
17885
  };
17886
+ amount: string | number;
17887
17887
  depositDetails: {
17888
- amount: string | number;
17889
17888
  depositAddress: {
17890
17889
  pubkeyX: string;
17891
17890
  scriptPath?: {
@@ -17897,6 +17896,7 @@ declare const palletCfBitcoinIngressEgressDepositFailedDetailsBitcoin: z.ZodDisc
17897
17896
  };
17898
17897
  } | null | undefined;
17899
17898
  };
17899
+ amount: string | number;
17900
17900
  id: {
17901
17901
  txId: string;
17902
17902
  vout: number;
@@ -18037,7 +18037,6 @@ declare const palletCfBitcoinIngressEgressDepositFailedDetailsBitcoin: z.ZodDisc
18037
18037
  } | null | undefined;
18038
18038
  }>;
18039
18039
  }, "strip", z.ZodTypeAny, {
18040
- amount: bigint;
18041
18040
  depositAddress: {
18042
18041
  pubkeyX: `0x${string}`;
18043
18042
  scriptPath?: {
@@ -18049,12 +18048,12 @@ declare const palletCfBitcoinIngressEgressDepositFailedDetailsBitcoin: z.ZodDisc
18049
18048
  };
18050
18049
  } | null | undefined;
18051
18050
  };
18051
+ amount: bigint;
18052
18052
  id: {
18053
18053
  txId: `0x${string}`;
18054
18054
  vout: number;
18055
18055
  };
18056
18056
  }, {
18057
- amount: string | number;
18058
18057
  depositAddress: {
18059
18058
  pubkeyX: string;
18060
18059
  scriptPath?: {
@@ -18066,6 +18065,7 @@ declare const palletCfBitcoinIngressEgressDepositFailedDetailsBitcoin: z.ZodDisc
18066
18065
  };
18067
18066
  } | null | undefined;
18068
18067
  };
18068
+ amount: string | number;
18069
18069
  id: {
18070
18070
  txId: string;
18071
18071
  vout: number;
@@ -18074,11 +18074,11 @@ declare const palletCfBitcoinIngressEgressDepositFailedDetailsBitcoin: z.ZodDisc
18074
18074
  outputAsset: z.ZodEffects<z.ZodObject<{
18075
18075
  __kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc", "HubDot", "HubUsdt", "HubUsdc", "Wbtc", "ArbUsdt", "SolUsdt"]>;
18076
18076
  }, "strip", z.ZodTypeAny, {
18077
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt";
18077
+ __kind: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt";
18078
18078
  }, {
18079
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt";
18080
- }>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt", {
18081
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt";
18079
+ __kind: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt";
18080
+ }>, "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt", {
18081
+ __kind: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt";
18082
18082
  }>;
18083
18083
  destinationAddress: z.ZodEffects<z.ZodObject<{
18084
18084
  __kind: z.ZodEnum<["Eth", "Dot", "Btc", "Arb", "Sol", "Hub"]>;
@@ -18546,7 +18546,6 @@ declare const palletCfBitcoinIngressEgressDepositFailedDetailsBitcoin: z.ZodDisc
18546
18546
  }, "strip", z.ZodTypeAny, {
18547
18547
  txId: `0x${string}`;
18548
18548
  depositDetails: {
18549
- amount: bigint;
18550
18549
  depositAddress: {
18551
18550
  pubkeyX: `0x${string}`;
18552
18551
  scriptPath?: {
@@ -18558,6 +18557,7 @@ declare const palletCfBitcoinIngressEgressDepositFailedDetailsBitcoin: z.ZodDisc
18558
18557
  };
18559
18558
  } | null | undefined;
18560
18559
  };
18560
+ amount: bigint;
18561
18561
  id: {
18562
18562
  txId: `0x${string}`;
18563
18563
  vout: number;
@@ -18565,7 +18565,7 @@ declare const palletCfBitcoinIngressEgressDepositFailedDetailsBitcoin: z.ZodDisc
18565
18565
  };
18566
18566
  inputAsset: "Btc";
18567
18567
  depositAmount: bigint;
18568
- outputAsset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt";
18568
+ outputAsset: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt";
18569
18569
  destinationAddress: {
18570
18570
  readonly chain: "Ethereum";
18571
18571
  readonly address: `0x${string}`;
@@ -18698,7 +18698,6 @@ declare const palletCfBitcoinIngressEgressDepositFailedDetailsBitcoin: z.ZodDisc
18698
18698
  }, {
18699
18699
  txId: string;
18700
18700
  depositDetails: {
18701
- amount: string | number;
18702
18701
  depositAddress: {
18703
18702
  pubkeyX: string;
18704
18703
  scriptPath?: {
@@ -18710,6 +18709,7 @@ declare const palletCfBitcoinIngressEgressDepositFailedDetailsBitcoin: z.ZodDisc
18710
18709
  };
18711
18710
  } | null | undefined;
18712
18711
  };
18712
+ amount: string | number;
18713
18713
  id: {
18714
18714
  txId: string;
18715
18715
  vout: number;
@@ -18720,7 +18720,7 @@ declare const palletCfBitcoinIngressEgressDepositFailedDetailsBitcoin: z.ZodDisc
18720
18720
  };
18721
18721
  depositAmount: string | number;
18722
18722
  outputAsset: {
18723
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt";
18723
+ __kind: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt";
18724
18724
  };
18725
18725
  destinationAddress: {
18726
18726
  __kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
@@ -18844,7 +18844,6 @@ declare const palletCfBitcoinIngressEgressDepositFailedDetailsBitcoin: z.ZodDisc
18844
18844
  vaultWitness: {
18845
18845
  txId: `0x${string}`;
18846
18846
  depositDetails: {
18847
- amount: bigint;
18848
18847
  depositAddress: {
18849
18848
  pubkeyX: `0x${string}`;
18850
18849
  scriptPath?: {
@@ -18856,6 +18855,7 @@ declare const palletCfBitcoinIngressEgressDepositFailedDetailsBitcoin: z.ZodDisc
18856
18855
  };
18857
18856
  } | null | undefined;
18858
18857
  };
18858
+ amount: bigint;
18859
18859
  id: {
18860
18860
  txId: `0x${string}`;
18861
18861
  vout: number;
@@ -18863,7 +18863,7 @@ declare const palletCfBitcoinIngressEgressDepositFailedDetailsBitcoin: z.ZodDisc
18863
18863
  };
18864
18864
  inputAsset: "Btc";
18865
18865
  depositAmount: bigint;
18866
- outputAsset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt";
18866
+ outputAsset: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt";
18867
18867
  destinationAddress: {
18868
18868
  readonly chain: "Ethereum";
18869
18869
  readonly address: `0x${string}`;
@@ -18999,7 +18999,6 @@ declare const palletCfBitcoinIngressEgressDepositFailedDetailsBitcoin: z.ZodDisc
18999
18999
  vaultWitness: {
19000
19000
  txId: string;
19001
19001
  depositDetails: {
19002
- amount: string | number;
19003
19002
  depositAddress: {
19004
19003
  pubkeyX: string;
19005
19004
  scriptPath?: {
@@ -19011,6 +19010,7 @@ declare const palletCfBitcoinIngressEgressDepositFailedDetailsBitcoin: z.ZodDisc
19011
19010
  };
19012
19011
  } | null | undefined;
19013
19012
  };
19013
+ amount: string | number;
19014
19014
  id: {
19015
19015
  txId: string;
19016
19016
  vout: number;
@@ -19021,7 +19021,7 @@ declare const palletCfBitcoinIngressEgressDepositFailedDetailsBitcoin: z.ZodDisc
19021
19021
  };
19022
19022
  depositAmount: string | number;
19023
19023
  outputAsset: {
19024
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt";
19024
+ __kind: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt";
19025
19025
  };
19026
19026
  destinationAddress: {
19027
19027
  __kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
@@ -19322,20 +19322,20 @@ declare const palletCfPoolsCloseOrder: z.ZodDiscriminatedUnion<"__kind", [z.ZodO
19322
19322
  baseAsset: z.ZodEffects<z.ZodObject<{
19323
19323
  __kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc", "HubDot", "HubUsdt", "HubUsdc", "Wbtc", "ArbUsdt", "SolUsdt"]>;
19324
19324
  }, "strip", z.ZodTypeAny, {
19325
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt";
19325
+ __kind: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt";
19326
19326
  }, {
19327
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt";
19328
- }>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt", {
19329
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt";
19327
+ __kind: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt";
19328
+ }>, "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt", {
19329
+ __kind: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt";
19330
19330
  }>;
19331
19331
  quoteAsset: z.ZodEffects<z.ZodObject<{
19332
19332
  __kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc", "HubDot", "HubUsdt", "HubUsdc", "Wbtc", "ArbUsdt", "SolUsdt"]>;
19333
19333
  }, "strip", z.ZodTypeAny, {
19334
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt";
19334
+ __kind: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt";
19335
19335
  }, {
19336
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt";
19337
- }>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt", {
19338
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt";
19336
+ __kind: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt";
19337
+ }>, "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt", {
19338
+ __kind: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt";
19339
19339
  }>;
19340
19340
  side: z.ZodEffects<z.ZodObject<{
19341
19341
  __kind: z.ZodEnum<["Buy", "Sell"]>;
@@ -19350,17 +19350,17 @@ declare const palletCfPoolsCloseOrder: z.ZodDiscriminatedUnion<"__kind", [z.ZodO
19350
19350
  }, "strip", z.ZodTypeAny, {
19351
19351
  __kind: "Limit";
19352
19352
  id: bigint;
19353
- baseAsset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt";
19354
- quoteAsset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt";
19353
+ baseAsset: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt";
19354
+ quoteAsset: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt";
19355
19355
  side: "Buy" | "Sell";
19356
19356
  }, {
19357
19357
  __kind: "Limit";
19358
19358
  id: string | number;
19359
19359
  baseAsset: {
19360
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt";
19360
+ __kind: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt";
19361
19361
  };
19362
19362
  quoteAsset: {
19363
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt";
19363
+ __kind: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt";
19364
19364
  };
19365
19365
  side: {
19366
19366
  __kind: "Buy" | "Sell";
@@ -19370,35 +19370,35 @@ declare const palletCfPoolsCloseOrder: z.ZodDiscriminatedUnion<"__kind", [z.ZodO
19370
19370
  baseAsset: z.ZodEffects<z.ZodObject<{
19371
19371
  __kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc", "HubDot", "HubUsdt", "HubUsdc", "Wbtc", "ArbUsdt", "SolUsdt"]>;
19372
19372
  }, "strip", z.ZodTypeAny, {
19373
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt";
19373
+ __kind: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt";
19374
19374
  }, {
19375
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt";
19376
- }>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt", {
19377
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt";
19375
+ __kind: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt";
19376
+ }>, "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt", {
19377
+ __kind: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt";
19378
19378
  }>;
19379
19379
  quoteAsset: z.ZodEffects<z.ZodObject<{
19380
19380
  __kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc", "HubDot", "HubUsdt", "HubUsdc", "Wbtc", "ArbUsdt", "SolUsdt"]>;
19381
19381
  }, "strip", z.ZodTypeAny, {
19382
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt";
19382
+ __kind: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt";
19383
19383
  }, {
19384
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt";
19385
- }>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt", {
19386
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt";
19384
+ __kind: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt";
19385
+ }>, "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt", {
19386
+ __kind: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt";
19387
19387
  }>;
19388
19388
  id: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
19389
19389
  }, "strip", z.ZodTypeAny, {
19390
19390
  __kind: "Range";
19391
19391
  id: bigint;
19392
- baseAsset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt";
19393
- quoteAsset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt";
19392
+ baseAsset: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt";
19393
+ quoteAsset: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt";
19394
19394
  }, {
19395
19395
  __kind: "Range";
19396
19396
  id: string | number;
19397
19397
  baseAsset: {
19398
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt";
19398
+ __kind: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt";
19399
19399
  };
19400
19400
  quoteAsset: {
19401
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt";
19401
+ __kind: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt";
19402
19402
  };
19403
19403
  }>]>;
19404
19404
  declare const palletCfPoolsPalletConfigUpdate: z.ZodObject<{
@@ -19406,21 +19406,21 @@ declare const palletCfPoolsPalletConfigUpdate: z.ZodObject<{
19406
19406
  asset: z.ZodEffects<z.ZodObject<{
19407
19407
  __kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc", "HubDot", "HubUsdt", "HubUsdc", "Wbtc", "ArbUsdt", "SolUsdt"]>;
19408
19408
  }, "strip", z.ZodTypeAny, {
19409
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt";
19409
+ __kind: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt";
19410
19410
  }, {
19411
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt";
19412
- }>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt", {
19413
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt";
19411
+ __kind: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt";
19412
+ }>, "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt", {
19413
+ __kind: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt";
19414
19414
  }>;
19415
19415
  amount: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
19416
19416
  }, "strip", z.ZodTypeAny, {
19417
19417
  __kind: "LimitOrderAutoSweepingThreshold";
19418
- asset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt";
19418
+ asset: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt";
19419
19419
  amount: bigint;
19420
19420
  }, {
19421
19421
  __kind: "LimitOrderAutoSweepingThreshold";
19422
19422
  asset: {
19423
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt";
19423
+ __kind: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt";
19424
19424
  };
19425
19425
  amount: string | number;
19426
19426
  }>;
@@ -19789,8 +19789,8 @@ declare const palletCfArbitrumIngressEgressDepositWitnessArbitrum: z.ZodObject<{
19789
19789
  }>;
19790
19790
  }, "strip", z.ZodTypeAny, {
19791
19791
  asset: "ArbEth" | "ArbUsdc" | "ArbUsdt";
19792
- amount: bigint;
19793
19792
  depositAddress: `0x${string}`;
19793
+ amount: bigint;
19794
19794
  depositDetails: {
19795
19795
  txHashes?: `0x${string}`[] | null | undefined;
19796
19796
  };
@@ -19798,8 +19798,8 @@ declare const palletCfArbitrumIngressEgressDepositWitnessArbitrum: z.ZodObject<{
19798
19798
  asset: {
19799
19799
  __kind: "ArbEth" | "ArbUsdc" | "ArbUsdt";
19800
19800
  };
19801
- amount: string | number;
19802
19801
  depositAddress: string;
19802
+ amount: string | number;
19803
19803
  depositDetails: {
19804
19804
  txHashes?: string[] | null | undefined;
19805
19805
  };
@@ -20132,11 +20132,11 @@ declare const palletCfArbitrumIngressEgressVaultDepositWitnessArbitrum: z.ZodObj
20132
20132
  outputAsset: z.ZodEffects<z.ZodObject<{
20133
20133
  __kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc", "HubDot", "HubUsdt", "HubUsdc", "Wbtc", "ArbUsdt", "SolUsdt"]>;
20134
20134
  }, "strip", z.ZodTypeAny, {
20135
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt";
20135
+ __kind: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt";
20136
20136
  }, {
20137
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt";
20138
- }>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt", {
20139
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt";
20137
+ __kind: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt";
20138
+ }>, "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt", {
20139
+ __kind: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt";
20140
20140
  }>;
20141
20141
  destinationAddress: z.ZodEffects<z.ZodObject<{
20142
20142
  __kind: z.ZodEnum<["Eth", "Dot", "Btc", "Arb", "Sol", "Hub"]>;
@@ -20513,7 +20513,7 @@ declare const palletCfArbitrumIngressEgressVaultDepositWitnessArbitrum: z.ZodObj
20513
20513
  };
20514
20514
  inputAsset: "ArbEth" | "ArbUsdc" | "ArbUsdt";
20515
20515
  depositAmount: bigint;
20516
- outputAsset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt";
20516
+ outputAsset: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt";
20517
20517
  destinationAddress: {
20518
20518
  readonly chain: "Ethereum";
20519
20519
  readonly address: `0x${string}`;
@@ -20615,7 +20615,7 @@ declare const palletCfArbitrumIngressEgressVaultDepositWitnessArbitrum: z.ZodObj
20615
20615
  };
20616
20616
  depositAmount: string | number;
20617
20617
  outputAsset: {
20618
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt";
20618
+ __kind: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt";
20619
20619
  };
20620
20620
  destinationAddress: {
20621
20621
  __kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
@@ -20719,8 +20719,8 @@ declare const palletCfArbitrumIngressEgressDepositFailedDetailsArbitrum: z.ZodDi
20719
20719
  }>;
20720
20720
  }, "strip", z.ZodTypeAny, {
20721
20721
  asset: "ArbEth" | "ArbUsdc" | "ArbUsdt";
20722
- amount: bigint;
20723
20722
  depositAddress: `0x${string}`;
20723
+ amount: bigint;
20724
20724
  depositDetails: {
20725
20725
  txHashes?: `0x${string}`[] | null | undefined;
20726
20726
  };
@@ -20728,8 +20728,8 @@ declare const palletCfArbitrumIngressEgressDepositFailedDetailsArbitrum: z.ZodDi
20728
20728
  asset: {
20729
20729
  __kind: "ArbEth" | "ArbUsdc" | "ArbUsdt";
20730
20730
  };
20731
- amount: string | number;
20732
20731
  depositAddress: string;
20732
+ amount: string | number;
20733
20733
  depositDetails: {
20734
20734
  txHashes?: string[] | null | undefined;
20735
20735
  };
@@ -20738,8 +20738,8 @@ declare const palletCfArbitrumIngressEgressDepositFailedDetailsArbitrum: z.ZodDi
20738
20738
  __kind: "DepositFailedDepositChannelVariantArbitrum";
20739
20739
  depositWitness: {
20740
20740
  asset: "ArbEth" | "ArbUsdc" | "ArbUsdt";
20741
- amount: bigint;
20742
20741
  depositAddress: `0x${string}`;
20742
+ amount: bigint;
20743
20743
  depositDetails: {
20744
20744
  txHashes?: `0x${string}`[] | null | undefined;
20745
20745
  };
@@ -20750,8 +20750,8 @@ declare const palletCfArbitrumIngressEgressDepositFailedDetailsArbitrum: z.ZodDi
20750
20750
  asset: {
20751
20751
  __kind: "ArbEth" | "ArbUsdc" | "ArbUsdt";
20752
20752
  };
20753
- amount: string | number;
20754
20753
  depositAddress: string;
20754
+ amount: string | number;
20755
20755
  depositDetails: {
20756
20756
  txHashes?: string[] | null | undefined;
20757
20757
  };
@@ -20781,11 +20781,11 @@ declare const palletCfArbitrumIngressEgressDepositFailedDetailsArbitrum: z.ZodDi
20781
20781
  outputAsset: z.ZodEffects<z.ZodObject<{
20782
20782
  __kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc", "HubDot", "HubUsdt", "HubUsdc", "Wbtc", "ArbUsdt", "SolUsdt"]>;
20783
20783
  }, "strip", z.ZodTypeAny, {
20784
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt";
20784
+ __kind: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt";
20785
20785
  }, {
20786
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt";
20787
- }>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt", {
20788
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt";
20786
+ __kind: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt";
20787
+ }>, "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt", {
20788
+ __kind: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt";
20789
20789
  }>;
20790
20790
  destinationAddress: z.ZodEffects<z.ZodObject<{
20791
20791
  __kind: z.ZodEnum<["Eth", "Dot", "Btc", "Arb", "Sol", "Hub"]>;
@@ -21162,7 +21162,7 @@ declare const palletCfArbitrumIngressEgressDepositFailedDetailsArbitrum: z.ZodDi
21162
21162
  };
21163
21163
  inputAsset: "ArbEth" | "ArbUsdc" | "ArbUsdt";
21164
21164
  depositAmount: bigint;
21165
- outputAsset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt";
21165
+ outputAsset: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt";
21166
21166
  destinationAddress: {
21167
21167
  readonly chain: "Ethereum";
21168
21168
  readonly address: `0x${string}`;
@@ -21264,7 +21264,7 @@ declare const palletCfArbitrumIngressEgressDepositFailedDetailsArbitrum: z.ZodDi
21264
21264
  };
21265
21265
  depositAmount: string | number;
21266
21266
  outputAsset: {
21267
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt";
21267
+ __kind: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt";
21268
21268
  };
21269
21269
  destinationAddress: {
21270
21270
  __kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
@@ -21354,7 +21354,7 @@ declare const palletCfArbitrumIngressEgressDepositFailedDetailsArbitrum: z.ZodDi
21354
21354
  };
21355
21355
  inputAsset: "ArbEth" | "ArbUsdc" | "ArbUsdt";
21356
21356
  depositAmount: bigint;
21357
- outputAsset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt";
21357
+ outputAsset: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt";
21358
21358
  destinationAddress: {
21359
21359
  readonly chain: "Ethereum";
21360
21360
  readonly address: `0x${string}`;
@@ -21459,7 +21459,7 @@ declare const palletCfArbitrumIngressEgressDepositFailedDetailsArbitrum: z.ZodDi
21459
21459
  };
21460
21460
  depositAmount: string | number;
21461
21461
  outputAsset: {
21462
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt";
21462
+ __kind: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt";
21463
21463
  };
21464
21464
  destinationAddress: {
21465
21465
  __kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
@@ -22059,8 +22059,8 @@ declare const palletCfSolanaIngressEgressDepositWitnessSolana: z.ZodObject<{
22059
22059
  }>]>;
22060
22060
  }, "strip", z.ZodTypeAny, {
22061
22061
  asset: "Sol" | "SolUsdc" | "SolUsdt";
22062
- amount: bigint;
22063
22062
  depositAddress: `0x${string}`;
22063
+ amount: bigint;
22064
22064
  depositDetails: {
22065
22065
  __kind: "Channel";
22066
22066
  value: `0x${string}`;
@@ -22072,8 +22072,8 @@ declare const palletCfSolanaIngressEgressDepositWitnessSolana: z.ZodObject<{
22072
22072
  asset: {
22073
22073
  __kind: "Sol" | "SolUsdc" | "SolUsdt";
22074
22074
  };
22075
- amount: string | number;
22076
22075
  depositAddress: string;
22076
+ amount: string | number;
22077
22077
  depositDetails: {
22078
22078
  __kind: "Channel";
22079
22079
  value: string;
@@ -22422,11 +22422,11 @@ declare const palletCfSolanaIngressEgressVaultDepositWitnessSolana: z.ZodObject<
22422
22422
  outputAsset: z.ZodEffects<z.ZodObject<{
22423
22423
  __kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc", "HubDot", "HubUsdt", "HubUsdc", "Wbtc", "ArbUsdt", "SolUsdt"]>;
22424
22424
  }, "strip", z.ZodTypeAny, {
22425
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt";
22425
+ __kind: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt";
22426
22426
  }, {
22427
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt";
22428
- }>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt", {
22429
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt";
22427
+ __kind: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt";
22428
+ }>, "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt", {
22429
+ __kind: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt";
22430
22430
  }>;
22431
22431
  destinationAddress: z.ZodEffects<z.ZodObject<{
22432
22432
  __kind: z.ZodEnum<["Eth", "Dot", "Btc", "Arb", "Sol", "Hub"]>;
@@ -22807,7 +22807,7 @@ declare const palletCfSolanaIngressEgressVaultDepositWitnessSolana: z.ZodObject<
22807
22807
  };
22808
22808
  inputAsset: "Sol" | "SolUsdc" | "SolUsdt";
22809
22809
  depositAmount: bigint;
22810
- outputAsset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt";
22810
+ outputAsset: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt";
22811
22811
  destinationAddress: {
22812
22812
  readonly chain: "Ethereum";
22813
22813
  readonly address: `0x${string}`;
@@ -22913,7 +22913,7 @@ declare const palletCfSolanaIngressEgressVaultDepositWitnessSolana: z.ZodObject<
22913
22913
  };
22914
22914
  depositAmount: string | number;
22915
22915
  outputAsset: {
22916
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt";
22916
+ __kind: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt";
22917
22917
  };
22918
22918
  destinationAddress: {
22919
22919
  __kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
@@ -23029,8 +23029,8 @@ declare const palletCfSolanaIngressEgressDepositFailedDetailsSolana: z.ZodDiscri
23029
23029
  }>]>;
23030
23030
  }, "strip", z.ZodTypeAny, {
23031
23031
  asset: "Sol" | "SolUsdc" | "SolUsdt";
23032
- amount: bigint;
23033
23032
  depositAddress: `0x${string}`;
23033
+ amount: bigint;
23034
23034
  depositDetails: {
23035
23035
  __kind: "Channel";
23036
23036
  value: `0x${string}`;
@@ -23042,8 +23042,8 @@ declare const palletCfSolanaIngressEgressDepositFailedDetailsSolana: z.ZodDiscri
23042
23042
  asset: {
23043
23043
  __kind: "Sol" | "SolUsdc" | "SolUsdt";
23044
23044
  };
23045
- amount: string | number;
23046
23045
  depositAddress: string;
23046
+ amount: string | number;
23047
23047
  depositDetails: {
23048
23048
  __kind: "Channel";
23049
23049
  value: string;
@@ -23056,8 +23056,8 @@ declare const palletCfSolanaIngressEgressDepositFailedDetailsSolana: z.ZodDiscri
23056
23056
  __kind: "DepositFailedDepositChannelVariantSolana";
23057
23057
  depositWitness: {
23058
23058
  asset: "Sol" | "SolUsdc" | "SolUsdt";
23059
- amount: bigint;
23060
23059
  depositAddress: `0x${string}`;
23060
+ amount: bigint;
23061
23061
  depositDetails: {
23062
23062
  __kind: "Channel";
23063
23063
  value: `0x${string}`;
@@ -23072,8 +23072,8 @@ declare const palletCfSolanaIngressEgressDepositFailedDetailsSolana: z.ZodDiscri
23072
23072
  asset: {
23073
23073
  __kind: "Sol" | "SolUsdc" | "SolUsdt";
23074
23074
  };
23075
- amount: string | number;
23076
23075
  depositAddress: string;
23076
+ amount: string | number;
23077
23077
  depositDetails: {
23078
23078
  __kind: "Channel";
23079
23079
  value: string;
@@ -23119,11 +23119,11 @@ declare const palletCfSolanaIngressEgressDepositFailedDetailsSolana: z.ZodDiscri
23119
23119
  outputAsset: z.ZodEffects<z.ZodObject<{
23120
23120
  __kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc", "HubDot", "HubUsdt", "HubUsdc", "Wbtc", "ArbUsdt", "SolUsdt"]>;
23121
23121
  }, "strip", z.ZodTypeAny, {
23122
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt";
23122
+ __kind: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt";
23123
23123
  }, {
23124
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt";
23125
- }>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt", {
23126
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt";
23124
+ __kind: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt";
23125
+ }>, "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt", {
23126
+ __kind: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt";
23127
23127
  }>;
23128
23128
  destinationAddress: z.ZodEffects<z.ZodObject<{
23129
23129
  __kind: z.ZodEnum<["Eth", "Dot", "Btc", "Arb", "Sol", "Hub"]>;
@@ -23504,7 +23504,7 @@ declare const palletCfSolanaIngressEgressDepositFailedDetailsSolana: z.ZodDiscri
23504
23504
  };
23505
23505
  inputAsset: "Sol" | "SolUsdc" | "SolUsdt";
23506
23506
  depositAmount: bigint;
23507
- outputAsset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt";
23507
+ outputAsset: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt";
23508
23508
  destinationAddress: {
23509
23509
  readonly chain: "Ethereum";
23510
23510
  readonly address: `0x${string}`;
@@ -23610,7 +23610,7 @@ declare const palletCfSolanaIngressEgressDepositFailedDetailsSolana: z.ZodDiscri
23610
23610
  };
23611
23611
  depositAmount: string | number;
23612
23612
  outputAsset: {
23613
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt";
23613
+ __kind: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt";
23614
23614
  };
23615
23615
  destinationAddress: {
23616
23616
  __kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
@@ -23704,7 +23704,7 @@ declare const palletCfSolanaIngressEgressDepositFailedDetailsSolana: z.ZodDiscri
23704
23704
  };
23705
23705
  inputAsset: "Sol" | "SolUsdc" | "SolUsdt";
23706
23706
  depositAmount: bigint;
23707
- outputAsset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt";
23707
+ outputAsset: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt";
23708
23708
  destinationAddress: {
23709
23709
  readonly chain: "Ethereum";
23710
23710
  readonly address: `0x${string}`;
@@ -23813,7 +23813,7 @@ declare const palletCfSolanaIngressEgressDepositFailedDetailsSolana: z.ZodDiscri
23813
23813
  };
23814
23814
  depositAmount: string | number;
23815
23815
  outputAsset: {
23816
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt";
23816
+ __kind: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt";
23817
23817
  };
23818
23818
  destinationAddress: {
23819
23819
  __kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
@@ -24283,15 +24283,15 @@ declare const palletCfAssethubIngressEgressDepositWitnessAssethub: z.ZodObject<{
24283
24283
  depositDetails: z.ZodNumber;
24284
24284
  }, "strip", z.ZodTypeAny, {
24285
24285
  asset: "HubDot" | "HubUsdt" | "HubUsdc";
24286
- amount: bigint;
24287
24286
  depositAddress: `0x${string}`;
24287
+ amount: bigint;
24288
24288
  depositDetails: number;
24289
24289
  }, {
24290
24290
  asset: {
24291
24291
  __kind: "HubDot" | "HubUsdt" | "HubUsdc";
24292
24292
  };
24293
- amount: string | number;
24294
24293
  depositAddress: string;
24294
+ amount: string | number;
24295
24295
  depositDetails: number;
24296
24296
  }>;
24297
24297
  declare const cfAssethubChainCcmDepositMetadata: z.ZodObject<{
@@ -24616,11 +24616,11 @@ declare const palletCfAssethubIngressEgressVaultDepositWitnessAssethub: z.ZodObj
24616
24616
  outputAsset: z.ZodEffects<z.ZodObject<{
24617
24617
  __kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc", "HubDot", "HubUsdt", "HubUsdc", "Wbtc", "ArbUsdt", "SolUsdt"]>;
24618
24618
  }, "strip", z.ZodTypeAny, {
24619
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt";
24619
+ __kind: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt";
24620
24620
  }, {
24621
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt";
24622
- }>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt", {
24623
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt";
24621
+ __kind: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt";
24622
+ }>, "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt", {
24623
+ __kind: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt";
24624
24624
  }>;
24625
24625
  destinationAddress: z.ZodEffects<z.ZodObject<{
24626
24626
  __kind: z.ZodEnum<["Eth", "Dot", "Btc", "Arb", "Sol", "Hub"]>;
@@ -25007,7 +25007,7 @@ declare const palletCfAssethubIngressEgressVaultDepositWitnessAssethub: z.ZodObj
25007
25007
  depositDetails: number;
25008
25008
  inputAsset: "HubDot" | "HubUsdt" | "HubUsdc";
25009
25009
  depositAmount: bigint;
25010
- outputAsset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt";
25010
+ outputAsset: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt";
25011
25011
  destinationAddress: {
25012
25012
  readonly chain: "Ethereum";
25013
25013
  readonly address: `0x${string}`;
@@ -25110,7 +25110,7 @@ declare const palletCfAssethubIngressEgressVaultDepositWitnessAssethub: z.ZodObj
25110
25110
  };
25111
25111
  depositAmount: string | number;
25112
25112
  outputAsset: {
25113
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt";
25113
+ __kind: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt";
25114
25114
  };
25115
25115
  destinationAddress: {
25116
25116
  __kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
@@ -25208,23 +25208,23 @@ declare const palletCfAssethubIngressEgressDepositFailedDetailsAssethub: z.ZodDi
25208
25208
  depositDetails: z.ZodNumber;
25209
25209
  }, "strip", z.ZodTypeAny, {
25210
25210
  asset: "HubDot" | "HubUsdt" | "HubUsdc";
25211
- amount: bigint;
25212
25211
  depositAddress: `0x${string}`;
25212
+ amount: bigint;
25213
25213
  depositDetails: number;
25214
25214
  }, {
25215
25215
  asset: {
25216
25216
  __kind: "HubDot" | "HubUsdt" | "HubUsdc";
25217
25217
  };
25218
- amount: string | number;
25219
25218
  depositAddress: string;
25219
+ amount: string | number;
25220
25220
  depositDetails: number;
25221
25221
  }>;
25222
25222
  }, "strip", z.ZodTypeAny, {
25223
25223
  __kind: "DepositFailedDepositChannelVariantAssethub";
25224
25224
  depositWitness: {
25225
25225
  asset: "HubDot" | "HubUsdt" | "HubUsdc";
25226
- amount: bigint;
25227
25226
  depositAddress: `0x${string}`;
25227
+ amount: bigint;
25228
25228
  depositDetails: number;
25229
25229
  };
25230
25230
  }, {
@@ -25233,8 +25233,8 @@ declare const palletCfAssethubIngressEgressDepositFailedDetailsAssethub: z.ZodDi
25233
25233
  asset: {
25234
25234
  __kind: "HubDot" | "HubUsdt" | "HubUsdc";
25235
25235
  };
25236
- amount: string | number;
25237
25236
  depositAddress: string;
25237
+ amount: string | number;
25238
25238
  depositDetails: number;
25239
25239
  };
25240
25240
  }>, z.ZodObject<{
@@ -25256,11 +25256,11 @@ declare const palletCfAssethubIngressEgressDepositFailedDetailsAssethub: z.ZodDi
25256
25256
  outputAsset: z.ZodEffects<z.ZodObject<{
25257
25257
  __kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc", "HubDot", "HubUsdt", "HubUsdc", "Wbtc", "ArbUsdt", "SolUsdt"]>;
25258
25258
  }, "strip", z.ZodTypeAny, {
25259
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt";
25259
+ __kind: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt";
25260
25260
  }, {
25261
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt";
25262
- }>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt", {
25263
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt";
25261
+ __kind: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt";
25262
+ }>, "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt", {
25263
+ __kind: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt";
25264
25264
  }>;
25265
25265
  destinationAddress: z.ZodEffects<z.ZodObject<{
25266
25266
  __kind: z.ZodEnum<["Eth", "Dot", "Btc", "Arb", "Sol", "Hub"]>;
@@ -25647,7 +25647,7 @@ declare const palletCfAssethubIngressEgressDepositFailedDetailsAssethub: z.ZodDi
25647
25647
  depositDetails: number;
25648
25648
  inputAsset: "HubDot" | "HubUsdt" | "HubUsdc";
25649
25649
  depositAmount: bigint;
25650
- outputAsset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt";
25650
+ outputAsset: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt";
25651
25651
  destinationAddress: {
25652
25652
  readonly chain: "Ethereum";
25653
25653
  readonly address: `0x${string}`;
@@ -25750,7 +25750,7 @@ declare const palletCfAssethubIngressEgressDepositFailedDetailsAssethub: z.ZodDi
25750
25750
  };
25751
25751
  depositAmount: string | number;
25752
25752
  outputAsset: {
25753
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt";
25753
+ __kind: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt";
25754
25754
  };
25755
25755
  destinationAddress: {
25756
25756
  __kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
@@ -25841,7 +25841,7 @@ declare const palletCfAssethubIngressEgressDepositFailedDetailsAssethub: z.ZodDi
25841
25841
  depositDetails: number;
25842
25842
  inputAsset: "HubDot" | "HubUsdt" | "HubUsdc";
25843
25843
  depositAmount: bigint;
25844
- outputAsset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt";
25844
+ outputAsset: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt";
25845
25845
  destinationAddress: {
25846
25846
  readonly chain: "Ethereum";
25847
25847
  readonly address: `0x${string}`;
@@ -25947,7 +25947,7 @@ declare const palletCfAssethubIngressEgressDepositFailedDetailsAssethub: z.ZodDi
25947
25947
  };
25948
25948
  depositAmount: string | number;
25949
25949
  outputAsset: {
25950
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt";
25950
+ __kind: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt";
25951
25951
  };
25952
25952
  destinationAddress: {
25953
25953
  __kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
@@ -26035,20 +26035,20 @@ declare const palletCfTradingStrategyTradingStrategy: z.ZodDiscriminatedUnion<"_
26035
26035
  baseAsset: z.ZodEffects<z.ZodObject<{
26036
26036
  __kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc", "HubDot", "HubUsdt", "HubUsdc", "Wbtc", "ArbUsdt", "SolUsdt"]>;
26037
26037
  }, "strip", z.ZodTypeAny, {
26038
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt";
26038
+ __kind: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt";
26039
26039
  }, {
26040
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt";
26041
- }>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt", {
26042
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt";
26040
+ __kind: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt";
26041
+ }>, "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt", {
26042
+ __kind: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt";
26043
26043
  }>;
26044
26044
  }, "strip", z.ZodTypeAny, {
26045
26045
  __kind: "TickZeroCentered";
26046
- baseAsset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt";
26046
+ baseAsset: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt";
26047
26047
  spreadTick: number;
26048
26048
  }, {
26049
26049
  __kind: "TickZeroCentered";
26050
26050
  baseAsset: {
26051
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt";
26051
+ __kind: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt";
26052
26052
  };
26053
26053
  spreadTick: number;
26054
26054
  }>, z.ZodObject<{
@@ -26058,21 +26058,21 @@ declare const palletCfTradingStrategyTradingStrategy: z.ZodDiscriminatedUnion<"_
26058
26058
  baseAsset: z.ZodEffects<z.ZodObject<{
26059
26059
  __kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc", "HubDot", "HubUsdt", "HubUsdc", "Wbtc", "ArbUsdt", "SolUsdt"]>;
26060
26060
  }, "strip", z.ZodTypeAny, {
26061
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt";
26061
+ __kind: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt";
26062
26062
  }, {
26063
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt";
26064
- }>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt", {
26065
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt";
26063
+ __kind: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt";
26064
+ }>, "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt", {
26065
+ __kind: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt";
26066
26066
  }>;
26067
26067
  }, "strip", z.ZodTypeAny, {
26068
26068
  __kind: "SimpleBuySell";
26069
- baseAsset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt";
26069
+ baseAsset: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt";
26070
26070
  buyTick: number;
26071
26071
  sellTick: number;
26072
26072
  }, {
26073
26073
  __kind: "SimpleBuySell";
26074
26074
  baseAsset: {
26075
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt";
26075
+ __kind: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt";
26076
26076
  };
26077
26077
  buyTick: number;
26078
26078
  sellTick: number;
@@ -26085,15 +26085,15 @@ declare const palletCfTradingStrategyTradingStrategy: z.ZodDiscriminatedUnion<"_
26085
26085
  baseAsset: z.ZodEffects<z.ZodObject<{
26086
26086
  __kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc", "HubDot", "HubUsdt", "HubUsdc", "Wbtc", "ArbUsdt", "SolUsdt"]>;
26087
26087
  }, "strip", z.ZodTypeAny, {
26088
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt";
26088
+ __kind: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt";
26089
26089
  }, {
26090
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt";
26091
- }>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt", {
26092
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt";
26090
+ __kind: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt";
26091
+ }>, "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt", {
26092
+ __kind: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt";
26093
26093
  }>;
26094
26094
  }, "strip", z.ZodTypeAny, {
26095
26095
  __kind: "InventoryBased";
26096
- baseAsset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt";
26096
+ baseAsset: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt";
26097
26097
  minBuyTick: number;
26098
26098
  maxBuyTick: number;
26099
26099
  minSellTick: number;
@@ -26101,7 +26101,7 @@ declare const palletCfTradingStrategyTradingStrategy: z.ZodDiscriminatedUnion<"_
26101
26101
  }, {
26102
26102
  __kind: "InventoryBased";
26103
26103
  baseAsset: {
26104
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt";
26104
+ __kind: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt";
26105
26105
  };
26106
26106
  minBuyTick: number;
26107
26107
  maxBuyTick: number;
@@ -26113,21 +26113,21 @@ declare const palletCfTradingStrategyPalletConfigUpdate: z.ZodDiscriminatedUnion
26113
26113
  asset: z.ZodEffects<z.ZodObject<{
26114
26114
  __kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc", "HubDot", "HubUsdt", "HubUsdc", "Wbtc", "ArbUsdt", "SolUsdt"]>;
26115
26115
  }, "strip", z.ZodTypeAny, {
26116
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt";
26116
+ __kind: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt";
26117
26117
  }, {
26118
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt";
26119
- }>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt", {
26120
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt";
26118
+ __kind: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt";
26119
+ }>, "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt", {
26120
+ __kind: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt";
26121
26121
  }>;
26122
26122
  amount: z.ZodOptional<z.ZodNullable<z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>>>;
26123
26123
  }, "strip", z.ZodTypeAny, {
26124
26124
  __kind: "MinimumDeploymentAmountForStrategy";
26125
- asset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt";
26125
+ asset: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt";
26126
26126
  amount?: bigint | null | undefined;
26127
26127
  }, {
26128
26128
  __kind: "MinimumDeploymentAmountForStrategy";
26129
26129
  asset: {
26130
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt";
26130
+ __kind: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt";
26131
26131
  };
26132
26132
  amount?: string | number | null | undefined;
26133
26133
  }>, z.ZodObject<{
@@ -26135,21 +26135,21 @@ declare const palletCfTradingStrategyPalletConfigUpdate: z.ZodDiscriminatedUnion
26135
26135
  asset: z.ZodEffects<z.ZodObject<{
26136
26136
  __kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc", "HubDot", "HubUsdt", "HubUsdc", "Wbtc", "ArbUsdt", "SolUsdt"]>;
26137
26137
  }, "strip", z.ZodTypeAny, {
26138
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt";
26138
+ __kind: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt";
26139
26139
  }, {
26140
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt";
26141
- }>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt", {
26142
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt";
26140
+ __kind: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt";
26141
+ }>, "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt", {
26142
+ __kind: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt";
26143
26143
  }>;
26144
26144
  amount: z.ZodOptional<z.ZodNullable<z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>>>;
26145
26145
  }, "strip", z.ZodTypeAny, {
26146
26146
  __kind: "MinimumAddedFundsToStrategy";
26147
- asset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt";
26147
+ asset: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt";
26148
26148
  amount?: bigint | null | undefined;
26149
26149
  }, {
26150
26150
  __kind: "MinimumAddedFundsToStrategy";
26151
26151
  asset: {
26152
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt";
26152
+ __kind: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt";
26153
26153
  };
26154
26154
  amount?: string | number | null | undefined;
26155
26155
  }>, z.ZodObject<{
@@ -26157,21 +26157,21 @@ declare const palletCfTradingStrategyPalletConfigUpdate: z.ZodDiscriminatedUnion
26157
26157
  asset: z.ZodEffects<z.ZodObject<{
26158
26158
  __kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc", "HubDot", "HubUsdt", "HubUsdc", "Wbtc", "ArbUsdt", "SolUsdt"]>;
26159
26159
  }, "strip", z.ZodTypeAny, {
26160
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt";
26160
+ __kind: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt";
26161
26161
  }, {
26162
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt";
26163
- }>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt", {
26164
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt";
26162
+ __kind: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt";
26163
+ }>, "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt", {
26164
+ __kind: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt";
26165
26165
  }>;
26166
26166
  amount: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
26167
26167
  }, "strip", z.ZodTypeAny, {
26168
26168
  __kind: "LimitOrderUpdateThreshold";
26169
- asset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt";
26169
+ asset: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt";
26170
26170
  amount: bigint;
26171
26171
  }, {
26172
26172
  __kind: "LimitOrderUpdateThreshold";
26173
26173
  asset: {
26174
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt";
26174
+ __kind: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt";
26175
26175
  };
26176
26176
  amount: string | number;
26177
26177
  }>]>;
@@ -26180,19 +26180,19 @@ declare const palletCfLendingPoolsBoostConfiguration: z.ZodObject<{
26180
26180
  minimumAddFundsAmount: z.ZodArray<z.ZodTuple<[z.ZodEffects<z.ZodObject<{
26181
26181
  __kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc", "HubDot", "HubUsdt", "HubUsdc", "Wbtc", "ArbUsdt", "SolUsdt"]>;
26182
26182
  }, "strip", z.ZodTypeAny, {
26183
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt";
26183
+ __kind: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt";
26184
26184
  }, {
26185
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt";
26186
- }>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt", {
26187
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt";
26185
+ __kind: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt";
26186
+ }>, "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt", {
26187
+ __kind: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt";
26188
26188
  }>, z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>], null>, "many">;
26189
26189
  }, "strip", z.ZodTypeAny, {
26190
26190
  networkFeeDeductionFromBoostPercent: number;
26191
- minimumAddFundsAmount: ["Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt", bigint][];
26191
+ minimumAddFundsAmount: ["Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt", bigint][];
26192
26192
  }, {
26193
26193
  networkFeeDeductionFromBoostPercent: number;
26194
26194
  minimumAddFundsAmount: [{
26195
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt";
26195
+ __kind: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt";
26196
26196
  }, string | number][];
26197
26197
  }>;
26198
26198
  declare const palletCfLendingPoolsGeneralLendingConfigInterestRateConfiguration: z.ZodObject<{
@@ -26297,33 +26297,33 @@ declare const palletCfLendingPoolsPalletConfigUpdate: z.ZodDiscriminatedUnion<"_
26297
26297
  minimumAddFundsAmount: z.ZodArray<z.ZodTuple<[z.ZodEffects<z.ZodObject<{
26298
26298
  __kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc", "HubDot", "HubUsdt", "HubUsdc", "Wbtc", "ArbUsdt", "SolUsdt"]>;
26299
26299
  }, "strip", z.ZodTypeAny, {
26300
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt";
26300
+ __kind: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt";
26301
26301
  }, {
26302
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt";
26303
- }>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt", {
26304
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt";
26302
+ __kind: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt";
26303
+ }>, "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt", {
26304
+ __kind: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt";
26305
26305
  }>, z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>], null>, "many">;
26306
26306
  }, "strip", z.ZodTypeAny, {
26307
26307
  networkFeeDeductionFromBoostPercent: number;
26308
- minimumAddFundsAmount: ["Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt", bigint][];
26308
+ minimumAddFundsAmount: ["Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt", bigint][];
26309
26309
  }, {
26310
26310
  networkFeeDeductionFromBoostPercent: number;
26311
26311
  minimumAddFundsAmount: [{
26312
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt";
26312
+ __kind: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt";
26313
26313
  }, string | number][];
26314
26314
  }>;
26315
26315
  }, "strip", z.ZodTypeAny, {
26316
26316
  __kind: "SetBoostConfig";
26317
26317
  config: {
26318
26318
  networkFeeDeductionFromBoostPercent: number;
26319
- minimumAddFundsAmount: ["Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt", bigint][];
26319
+ minimumAddFundsAmount: ["Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt", bigint][];
26320
26320
  };
26321
26321
  }, {
26322
26322
  __kind: "SetBoostConfig";
26323
26323
  config: {
26324
26324
  networkFeeDeductionFromBoostPercent: number;
26325
26325
  minimumAddFundsAmount: [{
26326
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt";
26326
+ __kind: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt";
26327
26327
  }, string | number][];
26328
26328
  };
26329
26329
  }>, z.ZodObject<{
@@ -26331,11 +26331,11 @@ declare const palletCfLendingPoolsPalletConfigUpdate: z.ZodDiscriminatedUnion<"_
26331
26331
  asset: z.ZodOptional<z.ZodNullable<z.ZodEffects<z.ZodObject<{
26332
26332
  __kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc", "HubDot", "HubUsdt", "HubUsdc", "Wbtc", "ArbUsdt", "SolUsdt"]>;
26333
26333
  }, "strip", z.ZodTypeAny, {
26334
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt";
26334
+ __kind: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt";
26335
26335
  }, {
26336
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt";
26337
- }>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt", {
26338
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt";
26336
+ __kind: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt";
26337
+ }>, "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt", {
26338
+ __kind: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt";
26339
26339
  }>>>;
26340
26340
  config: z.ZodOptional<z.ZodNullable<z.ZodObject<{
26341
26341
  originationFee: z.ZodNumber;
@@ -26377,7 +26377,7 @@ declare const palletCfLendingPoolsPalletConfigUpdate: z.ZodDiscriminatedUnion<"_
26377
26377
  }>>>;
26378
26378
  }, "strip", z.ZodTypeAny, {
26379
26379
  __kind: "SetLendingPoolConfiguration";
26380
- asset?: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt" | null | undefined;
26380
+ asset?: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt" | null | undefined;
26381
26381
  config?: {
26382
26382
  originationFee: number;
26383
26383
  liquidationFee: number;
@@ -26391,7 +26391,7 @@ declare const palletCfLendingPoolsPalletConfigUpdate: z.ZodDiscriminatedUnion<"_
26391
26391
  }, {
26392
26392
  __kind: "SetLendingPoolConfiguration";
26393
26393
  asset?: {
26394
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt";
26394
+ __kind: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt";
26395
26395
  } | null | undefined;
26396
26396
  config?: {
26397
26397
  originationFee: number;
@@ -26572,19 +26572,19 @@ declare const palletCfLendingPoolsBoostBoostPoolId: z.ZodObject<{
26572
26572
  asset: z.ZodEffects<z.ZodObject<{
26573
26573
  __kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc", "HubDot", "HubUsdt", "HubUsdc", "Wbtc", "ArbUsdt", "SolUsdt"]>;
26574
26574
  }, "strip", z.ZodTypeAny, {
26575
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt";
26575
+ __kind: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt";
26576
26576
  }, {
26577
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt";
26578
- }>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt", {
26579
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt";
26577
+ __kind: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt";
26578
+ }>, "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt", {
26579
+ __kind: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt";
26580
26580
  }>;
26581
26581
  tier: z.ZodNumber;
26582
26582
  }, "strip", z.ZodTypeAny, {
26583
- asset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt";
26583
+ asset: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt";
26584
26584
  tier: number;
26585
26585
  }, {
26586
26586
  asset: {
26587
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt";
26587
+ __kind: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt";
26588
26588
  };
26589
26589
  tier: number;
26590
26590
  }>;
@@ -26638,7 +26638,7 @@ declare const palletCfElectionsElectoralSystemsCompositeTuple8ImplsCompositeElec
26638
26638
  }>, "A" | "B" | "C" | "D" | "EE" | "FF" | "G" | "HH", {
26639
26639
  __kind: "A" | "B" | "C" | "D" | "EE" | "FF" | "G" | "HH";
26640
26640
  }>;
26641
- declare const stateChainRuntimeChainflipEthereumElectionsEthereumElectoralEvents: z.ZodObject<{
26641
+ declare const stateChainRuntimeChainflipWitnessingEthereumElectionsEthereumElectoralEvents: z.ZodObject<{
26642
26642
  __kind: z.ZodLiteral<"ReorgDetected">;
26643
26643
  reorgedBlocks: z.ZodObject<{
26644
26644
  start: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
@@ -26679,7 +26679,7 @@ declare const cfChainsWitnessPeriodBlockWitnessRange: z.ZodObject<{
26679
26679
  }, {
26680
26680
  root: string | number;
26681
26681
  }>;
26682
- declare const stateChainRuntimeChainflipArbitrumElectionsArbitrumElectoralEvents: z.ZodObject<{
26682
+ declare const stateChainRuntimeChainflipWitnessingArbitrumElectionsArbitrumElectoralEvents: z.ZodObject<{
26683
26683
  __kind: z.ZodLiteral<"ReorgDetected">;
26684
26684
  reorgedBlocks: z.ZodObject<{
26685
26685
  start: z.ZodObject<{
@@ -26733,4 +26733,4 @@ declare const stateChainRuntimeChainflipArbitrumElectionsArbitrumElectoralEvents
26733
26733
  };
26734
26734
  }>;
26735
26735
  //#endregion
26736
- export { accountId, cfAmmCommonPoolPairsMap, cfAmmCommonSide, cfArbitrumChainCcmDepositMetadata, cfArbitrumChainRefundParametersChannelRefundParameters, cfAssethubChainCcmDepositMetadata, cfAssethubChainRefundParametersChannelRefundParameters, cfBitcoinChainCcmDepositMetadata, cfBitcoinChainRefundParametersChannelRefundParameters, cfChainsAddressEncodedAddress, cfChainsAddressForeignChainAddress, cfChainsBtcBitcoinScript, cfChainsBtcDepositAddress, cfChainsBtcDepositAddressTapscriptPath, cfChainsBtcScriptPubkey, cfChainsBtcUtxo, cfChainsBtcUtxoId, cfChainsCcmChannelMetadataCcmAdditionalData, cfChainsCcmChannelMetadataDecodedCcmAdditionalData, cfChainsCcmCheckerDecodedCcmAdditionalData, cfChainsCcmCheckerVersionedSolanaCcmAdditionalData, cfChainsCcmDepositMetadataEncodedAddress, cfChainsCcmDepositMetadataForeignChainAddress, cfChainsDepositOriginType, cfChainsEvmDepositDetails, cfChainsRefundParametersAccountOrAddress, cfChainsRefundParametersChannelRefundParameters, cfChainsSolSolTxCoreCcmAccounts, cfChainsSolSolTxCoreCcmAddress, cfChainsSolVaultSwapOrDepositChannelId, cfChainsSwapOrigin, cfChainsTransactionInIdForAnyChain, cfChainsWitnessPeriodBlockWitnessRange, cfEthereumChainCcmDepositMetadata, cfEthereumChainRefundParametersChannelRefundParameters, cfPolkadotChainCcmDepositMetadata, cfPolkadotChainRefundParametersChannelRefundParameters, cfPrimitivesAccountRole, cfPrimitivesBeneficiaryAccountId32, cfPrimitivesBeneficiaryAffiliateShortId, cfPrimitivesChainsAssetsAnyAsset, cfPrimitivesChainsAssetsArbAsset, cfPrimitivesChainsAssetsBtcAsset, cfPrimitivesChainsAssetsDotAsset, cfPrimitivesChainsAssetsEthAsset, cfPrimitivesChainsAssetsHubAsset, cfPrimitivesChainsAssetsSolAsset, cfPrimitivesChainsForeignChain, cfPrimitivesDcaParameters, cfPrimitivesSwapLeg, cfPrimitivesTxId, cfSolanaChainCcmDepositMetadata, cfSolanaChainRefundParametersChannelRefundParameters, cfTraitsFundingSource, cfTraitsLiquidityIncreaseOrDecreaseRangeOrderChange, cfTraitsLiquidityIncreaseOrDecreaseU128, cfTraitsSafeModeSafeModeSet, cfTraitsScheduledEgressDetailsArbitrum, cfTraitsScheduledEgressDetailsEthereum, cfTraitsScheduledEgressDetailsSolana, cfTraitsSwappingExpiryBehaviour, cfTraitsSwappingLendingSwapType, cfTraitsSwappingPriceLimitsAndExpiry, cfTraitsSwappingSwapOutputActionGenericEncodedAddress, cfTraitsSwappingSwapRequestTypeGeneric, hexString, numberOrHex, numericString, palletCfArbitrumIngressEgressDepositAction, palletCfArbitrumIngressEgressDepositFailedDetailsArbitrum, palletCfArbitrumIngressEgressDepositFailedReason, palletCfArbitrumIngressEgressDepositWitnessArbitrum, palletCfArbitrumIngressEgressPalletConfigUpdateArbitrum, palletCfArbitrumIngressEgressRefundReason, palletCfArbitrumIngressEgressVaultDepositWitnessArbitrum, palletCfAssetBalancesPalletSafeMode, palletCfAssethubIngressEgressDepositFailedDetailsAssethub, palletCfAssethubIngressEgressDepositFailedReason, palletCfAssethubIngressEgressDepositWitnessAssethub, palletCfAssethubIngressEgressVaultDepositWitnessAssethub, palletCfBitcoinIngressEgressDepositFailedDetailsBitcoin, palletCfBitcoinIngressEgressDepositFailedReason, palletCfBitcoinIngressEgressDepositWitnessBitcoin, palletCfBitcoinIngressEgressVaultDepositWitnessBitcoin, palletCfBroadcastPalletSafeMode, palletCfElectionsElectoralSystemsCompositeTuple6ImplsCompositeElectionIdentifierExtra, palletCfElectionsElectoralSystemsCompositeTuple8ImplsCompositeElectionIdentifierExtra, palletCfEmissionsPalletSafeMode, palletCfEnvironmentSafeModeUpdate, palletCfEthereumIngressEgressDepositAction, palletCfEthereumIngressEgressDepositFailedDetailsEthereum, palletCfEthereumIngressEgressDepositFailedReason, palletCfEthereumIngressEgressDepositWitnessEthereum, palletCfEthereumIngressEgressPalletConfigUpdateEthereum, palletCfEthereumIngressEgressRefundReason, palletCfEthereumIngressEgressVaultDepositWitnessEthereum, palletCfFundingPalletSafeMode, palletCfGovernanceGovernanceCouncil, palletCfIngressEgressPalletSafeMode, palletCfLendingPoolsBoostBoostPoolId, palletCfLendingPoolsBoostConfiguration, palletCfLendingPoolsCollateralAddedActionType, palletCfLendingPoolsGeneralLendingConfigInterestRateConfiguration, palletCfLendingPoolsGeneralLendingConfigLendingPoolConfiguration, palletCfLendingPoolsGeneralLendingConfigLtvThresholds, palletCfLendingPoolsGeneralLendingConfigNetworkFeeContributions, palletCfLendingPoolsLoanRepaidActionType, palletCfLendingPoolsPalletConfigUpdate, palletCfLendingPoolsPalletSafeMode, palletCfLpPalletSafeMode, palletCfPolkadotIngressEgressDepositFailedDetailsPolkadot, palletCfPolkadotIngressEgressDepositFailedReason, palletCfPolkadotIngressEgressDepositWitnessPolkadot, palletCfPolkadotIngressEgressVaultDepositWitnessPolkadot, palletCfPoolsAssetPair, palletCfPoolsCloseOrder, palletCfPoolsPalletConfigUpdate, palletCfPoolsPalletSafeMode, palletCfPoolsRangeOrderChange, palletCfReputationPalletSafeMode, palletCfSolanaIngressEgressDepositAction, palletCfSolanaIngressEgressDepositFailedDetailsSolana, palletCfSolanaIngressEgressDepositFailedReason, palletCfSolanaIngressEgressDepositWitnessSolana, palletCfSolanaIngressEgressPalletConfigUpdateSolana, palletCfSolanaIngressEgressRefundReason, palletCfSolanaIngressEgressVaultDepositWitnessSolana, palletCfSwappingPalletConfigUpdate, palletCfSwappingPalletSafeMode, palletCfThresholdSignaturePalletSafeMode, palletCfTradingStrategyPalletConfigUpdate, palletCfTradingStrategyPalletSafeMode, palletCfTradingStrategyTradingStrategy, palletCfValidatorPalletSafeMode, palletCfWitnesserPalletSafeMode, simpleEnum, spArithmeticArithmeticError, spRuntimeDispatchError, spRuntimeModuleError, spRuntimeTokenError, spRuntimeTransactionalError, stateChainRuntimeChainflipArbitrumElectionsArbitrumElectionsSafeMode, stateChainRuntimeChainflipArbitrumElectionsArbitrumElectoralEvents, stateChainRuntimeChainflipEthereumElectionsEthereumElectionsSafeMode, stateChainRuntimeChainflipEthereumElectionsEthereumElectoralEvents, stateChainRuntimeChainflipGenericElectionsGenericElectionsSafeMode, stateChainRuntimeSafeModeInnerRuntimeSafeMode, stateChainRuntimeSafeModeWitnesserCallPermission };
26736
+ export { accountId, cfAmmCommonPoolPairsMap, cfAmmCommonSide, cfArbitrumChainCcmDepositMetadata, cfArbitrumChainRefundParametersChannelRefundParameters, cfAssethubChainCcmDepositMetadata, cfAssethubChainRefundParametersChannelRefundParameters, cfBitcoinChainCcmDepositMetadata, cfBitcoinChainRefundParametersChannelRefundParameters, cfChainsAddressEncodedAddress, cfChainsAddressForeignChainAddress, cfChainsBtcBitcoinScript, cfChainsBtcDepositAddress, cfChainsBtcDepositAddressTapscriptPath, cfChainsBtcScriptPubkey, cfChainsBtcUtxo, cfChainsBtcUtxoId, cfChainsCcmChannelMetadataCcmAdditionalData, cfChainsCcmChannelMetadataDecodedCcmAdditionalData, cfChainsCcmCheckerDecodedCcmAdditionalData, cfChainsCcmCheckerVersionedSolanaCcmAdditionalData, cfChainsCcmDepositMetadataEncodedAddress, cfChainsCcmDepositMetadataForeignChainAddress, cfChainsDepositOriginType, cfChainsEvmDepositDetails, cfChainsRefundParametersAccountOrAddress, cfChainsRefundParametersChannelRefundParameters, cfChainsSolSolTxCoreCcmAccounts, cfChainsSolSolTxCoreCcmAddress, cfChainsSolVaultSwapOrDepositChannelId, cfChainsSwapOrigin, cfChainsTransactionInIdForAnyChain, cfChainsWitnessPeriodBlockWitnessRange, cfEthereumChainCcmDepositMetadata, cfEthereumChainRefundParametersChannelRefundParameters, cfPolkadotChainCcmDepositMetadata, cfPolkadotChainRefundParametersChannelRefundParameters, cfPrimitivesAccountRole, cfPrimitivesBeneficiaryAccountId32, cfPrimitivesBeneficiaryAffiliateShortId, cfPrimitivesChainsAssetsAnyAsset, cfPrimitivesChainsAssetsArbAsset, cfPrimitivesChainsAssetsBtcAsset, cfPrimitivesChainsAssetsDotAsset, cfPrimitivesChainsAssetsEthAsset, cfPrimitivesChainsAssetsHubAsset, cfPrimitivesChainsAssetsSolAsset, cfPrimitivesChainsForeignChain, cfPrimitivesDcaParameters, cfPrimitivesSwapLeg, cfPrimitivesTxId, cfSolanaChainCcmDepositMetadata, cfSolanaChainRefundParametersChannelRefundParameters, cfTraitsFundingSource, cfTraitsLiquidityIncreaseOrDecreaseRangeOrderChange, cfTraitsLiquidityIncreaseOrDecreaseU128, cfTraitsSafeModeSafeModeSet, cfTraitsScheduledEgressDetailsArbitrum, cfTraitsScheduledEgressDetailsEthereum, cfTraitsScheduledEgressDetailsSolana, cfTraitsSwappingExpiryBehaviour, cfTraitsSwappingLendingSwapType, cfTraitsSwappingPriceLimitsAndExpiry, cfTraitsSwappingSwapOutputActionGenericEncodedAddress, cfTraitsSwappingSwapRequestTypeGeneric, hexString, numberOrHex, numericString, palletCfArbitrumIngressEgressDepositAction, palletCfArbitrumIngressEgressDepositFailedDetailsArbitrum, palletCfArbitrumIngressEgressDepositFailedReason, palletCfArbitrumIngressEgressDepositWitnessArbitrum, palletCfArbitrumIngressEgressPalletConfigUpdateArbitrum, palletCfArbitrumIngressEgressRefundReason, palletCfArbitrumIngressEgressVaultDepositWitnessArbitrum, palletCfAssetBalancesPalletSafeMode, palletCfAssethubIngressEgressDepositFailedDetailsAssethub, palletCfAssethubIngressEgressDepositFailedReason, palletCfAssethubIngressEgressDepositWitnessAssethub, palletCfAssethubIngressEgressVaultDepositWitnessAssethub, palletCfBitcoinIngressEgressDepositFailedDetailsBitcoin, palletCfBitcoinIngressEgressDepositFailedReason, palletCfBitcoinIngressEgressDepositWitnessBitcoin, palletCfBitcoinIngressEgressVaultDepositWitnessBitcoin, palletCfBroadcastPalletSafeMode, palletCfElectionsElectoralSystemsCompositeTuple6ImplsCompositeElectionIdentifierExtra, palletCfElectionsElectoralSystemsCompositeTuple8ImplsCompositeElectionIdentifierExtra, palletCfEmissionsPalletSafeMode, palletCfEnvironmentSafeModeUpdate, palletCfEthereumIngressEgressDepositAction, palletCfEthereumIngressEgressDepositFailedDetailsEthereum, palletCfEthereumIngressEgressDepositFailedReason, palletCfEthereumIngressEgressDepositWitnessEthereum, palletCfEthereumIngressEgressPalletConfigUpdateEthereum, palletCfEthereumIngressEgressRefundReason, palletCfEthereumIngressEgressVaultDepositWitnessEthereum, palletCfFundingPalletSafeMode, palletCfGovernanceGovernanceCouncil, palletCfIngressEgressPalletSafeMode, palletCfLendingPoolsBoostBoostPoolId, palletCfLendingPoolsBoostConfiguration, palletCfLendingPoolsCollateralAddedActionType, palletCfLendingPoolsGeneralLendingConfigInterestRateConfiguration, palletCfLendingPoolsGeneralLendingConfigLendingPoolConfiguration, palletCfLendingPoolsGeneralLendingConfigLtvThresholds, palletCfLendingPoolsGeneralLendingConfigNetworkFeeContributions, palletCfLendingPoolsLoanRepaidActionType, palletCfLendingPoolsPalletConfigUpdate, palletCfLendingPoolsPalletSafeMode, palletCfLpPalletSafeMode, palletCfPolkadotIngressEgressDepositFailedDetailsPolkadot, palletCfPolkadotIngressEgressDepositFailedReason, palletCfPolkadotIngressEgressDepositWitnessPolkadot, palletCfPolkadotIngressEgressVaultDepositWitnessPolkadot, palletCfPoolsAssetPair, palletCfPoolsCloseOrder, palletCfPoolsPalletConfigUpdate, palletCfPoolsPalletSafeMode, palletCfPoolsRangeOrderChange, palletCfReputationPalletSafeMode, palletCfSolanaIngressEgressDepositAction, palletCfSolanaIngressEgressDepositFailedDetailsSolana, palletCfSolanaIngressEgressDepositFailedReason, palletCfSolanaIngressEgressDepositWitnessSolana, palletCfSolanaIngressEgressPalletConfigUpdateSolana, palletCfSolanaIngressEgressRefundReason, palletCfSolanaIngressEgressVaultDepositWitnessSolana, palletCfSwappingPalletConfigUpdate, palletCfSwappingPalletSafeMode, palletCfThresholdSignaturePalletSafeMode, palletCfTradingStrategyPalletConfigUpdate, palletCfTradingStrategyPalletSafeMode, palletCfTradingStrategyTradingStrategy, palletCfValidatorPalletSafeMode, palletCfWitnesserPalletSafeMode, simpleEnum, spArithmeticArithmeticError, spRuntimeDispatchError, spRuntimeModuleError, spRuntimeTokenError, spRuntimeTransactionalError, stateChainRuntimeChainflipWitnessingArbitrumElectionsArbitrumElectionsSafeMode, stateChainRuntimeChainflipWitnessingArbitrumElectionsArbitrumElectoralEvents, stateChainRuntimeChainflipWitnessingEthereumElectionsEthereumElectionsSafeMode, stateChainRuntimeChainflipWitnessingEthereumElectionsEthereumElectoralEvents, stateChainRuntimeChainflipWitnessingGenericElectionsGenericElectionsSafeMode, stateChainRuntimeSafeModeInnerRuntimeSafeMode, stateChainRuntimeSafeModeWitnesserCallPermission };