Skip to content
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

Optimized prompt #118

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion proof-sh/proof.sh
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ else
printf "\n5%% of the FLT supply is allocated to ~110,000 developers who contributed into open source web3 repositories during last year."
printf "\nPublic keys of selected Github accounts were added into a smart contract on Ethereum. Claim your allocation and help us build the decentralized internet together!"
printf "\n"
printf "\nCheck if you are eligible and proceed with claiming"
printf "\nCheck if you are eligible and proceed with claiming.\n"

read -r -p "Enter your github username so we can check if you are participating in the airdrop: " GITHUB_USERNAME

Expand Down