We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6c61c3 commit b66c179Copy full SHA for b66c179
features/supply/fund/form/fund-form-provider/hooks/use-fund-form-data.ts
@@ -18,6 +18,9 @@ export const useFundFormData = (
18
const ethBalanceQuery = useEthereumBalance();
19
const wethBalanceQuery = useWethBalance();
20
21
+ // checks if any amount of ETH is supplied can vault mint more stETH
22
+ // as vault can be limited by both ETH supply and outside factors like tiers and lido tvl
23
+ // any amount can be used but single weis might be caught in rounding
24
const isStethMintableQuery = useReadContract({
25
address: activeVault?.owner,
26
abi: dashboardAbi,
0 commit comments