Skip to content

Commit b66c179

Browse files
committed
docs: comment
1 parent f6c61c3 commit b66c179

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

features/supply/fund/form/fund-form-provider/hooks/use-fund-form-data.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@ export const useFundFormData = (
1818
const ethBalanceQuery = useEthereumBalance();
1919
const wethBalanceQuery = useWethBalance();
2020

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
2124
const isStethMintableQuery = useReadContract({
2225
address: activeVault?.owner,
2326
abi: dashboardAbi,

0 commit comments

Comments
 (0)