You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you for opening this issue, a team member will review it shortly. Until then, please do not interact with any users that claim to be from Sui support and do not click on any links!
The Faucet v1 API will be deprecated April 18, and replaced with Faucet v2 API.
/v1/gas
→ usev2/gas
— note that the server response has changed/gas
→ usev2/gas
— note that the server response has changed/v1/status
→ nothing to replace it. The/v2/gas
will give you directly a success/failure response.The new server response is:
Success
Failure
where
ErrorType
isInternal | InvalidUserAgent | TooManyRequests | MissingTurnstileTokenHeader
The response status codes are:
Success -->
200
OKInternal -->
500
error codeInvalidUserAgent | MissingTurnstileTokenHeader -->
400
error codeTooManyRequest -->
429
error codeThe text was updated successfully, but these errors were encountered: