fix: resolve issue with max limit not increasing after GitHub connection #28
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Fix: Airdrop Limit Not Increasing After GitHub Connection
Description
This PR addresses an issue where connecting a GitHub account did not increase the maximum airdrop limit as expected. The system initially sets the limit at 5 SOL, and although users are informed that connecting their GitHub account unlocks a higher limit, the actual limit remains unchanged.
Changes Implemented
Before and After Screenshots
Before Fix
Without GitHub Connection (Limit: 5 SOL):
With GitHub Connection (Limit Still: 5 SOL):
After Fix
Without GitHub Connection (Limit: 5 SOL):
With GitHub Connection (Limit: Increased to 10 SOL):
Testing
Issue Reference
Resolves #27
Checklist
Additional Notes
If there are further improvements or suggestions, I am open to making adjustments. Thank you for reviewing this PR!