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
public static String FAUCET_SERVER_URL = "http://testnet.diem.com/mint" Local network FAUCET_SERVER_URL How to modify this URL
The text was updated successfully, but these errors were encountered:
We probably should wrap Faucet related methods into a class, and pass a url into it. Something similar to python sdk implementation: https://diem.github.io/client-sdk-python/diem/testnet.html#diem.testnet.Faucet.
Sorry, something went wrong.
If you could send a PR for the solution, I will help to merge it
No branches or pull requests
public static String FAUCET_SERVER_URL = "http://testnet.diem.com/mint"
Local network FAUCET_SERVER_URL How to modify this URL
The text was updated successfully, but these errors were encountered: