-
Notifications
You must be signed in to change notification settings - Fork 619
monad-faucet-starter+-only #6351
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
Conversation
|
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
size-limit report 📦
|
1325058 to
e6687d5
Compare
How to use the Graphite Merge QueueAdd either label to this PR to merge it via the merge queue:
You must have a Graphite account in order to use the merge queue. Sign up using this link. An organization admin has enabled the Graphite Merge Queue in this repository. Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue. This stack of pull requests is managed by Graphite. Learn more about stacking. |
e6687d5 to
b153b28
Compare
b153b28 to
18fd199
Compare
18fd199 to
50540de
Compare
50540de to
480da2e
Compare

PR-Codex overview
This PR introduces a new response type for the faucet claiming feature, specifically handling cases where a user cannot claim due to unsupported chains or requiring a paid plan. It also adds checks for user account plans and refines the error handling for account verification.
Detailed summary
CanClaimResponseTypefor "paid-plan-required" status.FaucetButtonto display a message for "paid-plan-required".GETroute to return "paid-plan-required" if no teams are found or if the user has no paid plan.POSTroute for account verification and team checks.