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
~/sui-base$ localnet faucet --help Error: Invalid hexadecimal address [--help]
Should help like this instead:
~/sui-base$ localnet faucet http://0.0.0.0:9123 Address: 0x265254cffb43b73101579fecd21884d34336b3f23f61428a4e681bd96857ad66 Balance: 4000000000000
Usage: localnet faucet <ADDRESS 1> ... <ADDRESS n> | all
The text was updated successfully, but these errors were encountered:
93ccbec
mario4tier
No branches or pull requests
~/sui-base$ localnet faucet --help
Error: Invalid hexadecimal address [--help]
Should help like this instead:
~/sui-base$ localnet faucet
http://0.0.0.0:9123
Address: 0x265254cffb43b73101579fecd21884d34336b3f23f61428a4e681bd96857ad66
Balance: 4000000000000
Usage: localnet faucet <ADDRESS 1> ... <ADDRESS n> | all
The text was updated successfully, but these errors were encountered: