-
Notifications
You must be signed in to change notification settings - Fork 476
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
monad-faucet-starter+-only #6351
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
CanClaimResponseType
for "paid-plan-required" status.FaucetButton
to display a message for "paid-plan-required".GET
route to return "paid-plan-required" if no teams are found or if the user has no paid plan.POST
route for account verification and team checks.