-
-
Notifications
You must be signed in to change notification settings - Fork 262
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feature(airdrops): Airdrops index #15547
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
airdrops/src/airdrops.json
Outdated
"contractAddress": "0x1234567890123456789012345678901234567890", | ||
"tokenAmount": "5000", | ||
"tokenSymbol": "UP", | ||
"isEligible": true |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please change this to a recipientsFile
with a URL and add somewhere a isElligible(address)
function that would return a number of tiokens for which an address is elligible (to be implemented later!)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Lookinggood
Description
This PR introduces the airdrops index page, featuring a hero section and a cta prompting users to connect their wallet. Upon authentication, users can view a carousel showcasing available airdrop campaigns.
ScreenGrabs
Issues
Fixes #
Refs #15541
Checklist: