We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
**Description** Unable to fund new account on Movement Labs testnet due to a 403 Forbidden error from the faucet service.
**Description**
To Reproduce
aptos init --network custom \ --rest-url https://aptos.testnet.suzuka.movementlabs.xyz/v1 \ --faucet-url https://faucet.testnet.suzuka.movementlabs.xyz/
Actual Result
{ "Error": "API error: Faucet issue: FaucetClientError { inner: Inner { kind: HttpStatus(403), source: None } }" }
Screenshots
Expected behavior
Account should be created and funded with 100000000 Octas.
Environment
Aptos CLI version: 4.2.3
The text was updated successfully, but these errors were encountered:
The faucet endpoint is not intended to be publicly available.
Sorry, something went wrong.
No branches or pull requests
**Description**
Unable to fund new account on Movement Labs testnet due to a 403 Forbidden error from the faucet service.
To Reproduce
Actual Result
Screenshots

Expected behavior
Account should be created and funded with 100000000 Octas.
Environment
Aptos CLI version: 4.2.3
The text was updated successfully, but these errors were encountered: