Skip to content

docs: fix fundFromBlendFaucet attribution in testnet-deployment.md - #675

Open
royalTreasure wants to merge 1 commit into
drydocs:mainfrom
royalTreasure:docs/663-fix-blend-faucet-attribution
Open

docs: fix fundFromBlendFaucet attribution in testnet-deployment.md#675
royalTreasure wants to merge 1 commit into
drydocs:mainfrom
royalTreasure:docs/663-fix-blend-faucet-attribution

Conversation

@royalTreasure

Copy link
Copy Markdown

closes #663

Summary

testnet-deployment.md attributed fundFromBlendFaucet() to apps/web/src/hooks/useVaultActions.ts. That's wrong — the function is defined in apps/web/src/hooks/useBlendFaucet.ts:45; useVaultActions.ts only imports and calls it (lines 23, 48).

Changes

  • Corrected the file reference in the "Getting testnet USDC" section to apps/web/src/hooks/useBlendFaucet.ts.

Verification

  • Confirmed via grep that fundFromBlendFaucet is defined in useBlendFaucet.ts and only imported/called in useVaultActions.ts.
  • Docs-only change, no code/tests affected.

@vercel

vercel Bot commented Aug 31, 2026

Copy link
Copy Markdown

@royalTreasure is attempting to deploy a commit to the Collins' projects Team on Vercel.

A member of the Team first needs to authorize it.

@drips-wave

drips-wave Bot commented Aug 31, 2026

Copy link
Copy Markdown

@royalTreasure Great news! 🎉 Based on an automated assessment of this PR, the linked Wave issue(s) no longer count against your application limits.

You can now already apply to more issues while waiting for a review of this PR. Keep up the great work! 🚀

Learn more about application limits

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Docs] testnet-deployment.md misattributes fundFromBlendFaucet() to the wrong file

1 participant