Telegram (ask questions / claim the issue here first): https://t.me/+DOylgFv1jyJlNzM0
Labels: good first issue, frontend, docs
The landing-page FAQ tells visitors we support a bunch of EVM chains we don't.
FlowFi is a Soroban/Stellar project. But frontend/src/components/FAQ.tsx lines 10-11 answers "Which chains do you support?" with "We are currently live on Ethereum Mainnet, Arbitrum, and Optimism. Polygon and Base support is coming in Q3 2026." That contradicts the README, the contracts directory, and the wallet integrations.
What the fix has to hold to
- No EVM chain names in the answer
- If there's no multi-chain roadmap, say so plainly
Done when
Where to start
Just lines 10-11 of frontend/src/components/FAQ.tsx. Don't restructure the FAQ or touch other questions. One-line copy fix.
Labels:
good first issue,frontend,docsThe landing-page FAQ tells visitors we support a bunch of EVM chains we don't.
FlowFi is a Soroban/Stellar project. But
frontend/src/components/FAQ.tsxlines 10-11 answers "Which chains do you support?" with "We are currently live on Ethereum Mainnet, Arbitrum, and Optimism. Polygon and Base support is coming in Q3 2026." That contradicts the README, the contracts directory, and the wallet integrations.What the fix has to hold to
Done when
Where to start
Just lines 10-11 of
frontend/src/components/FAQ.tsx. Don't restructure the FAQ or touch other questions. One-line copy fix.