gitcoinco / grants-stack

Round Manager & Grant Explorer & Project Builder of the Grants Protocol
Other
315 stars 154 forks source link

feat: add direct donate button #3553

Closed thelostone-mc closed 1 month ago

thelostone-mc commented 1 month ago

Fixes: BLU-77 Fixes: BLU-78

Testing:

  1. Should see donation button on project page (Home -> Explore Projects -> Project) when on sepolia. Please use explorer staging link to test.
  2. When on a chain other than sepolia should not see the donation button.
  3. Should show error states when insufficient balance or if "0" or empty Donation amount.
  4. Should be able to donate both using ETH & ERC20 token.
vercel[bot] commented 1 month ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
builder ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jul 18, 2024 2:18pm
builder-staging ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jul 18, 2024 2:18pm
explorer ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jul 18, 2024 2:18pm
explorer-staging ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jul 18, 2024 2:18pm
manager ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jul 18, 2024 2:18pm
manager-staging ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jul 18, 2024 2:18pm
katgitcoin commented 1 month ago

When I try to donate 0.001 ETH, the donation is put through as 1 ETH. Do we handle donation values smaller than 1?