Skip to content
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

[aptos-faucet] Print out the endpoint running the faucet on stdout #2123

Merged
merged 1 commit into from
Jul 21, 2022

Conversation

gregnazario
Copy link
Contributor

@gregnazario gregnazario commented Jul 21, 2022

Description

Print out the faucet address and port so we can tell in local testnet mode of the CLI

Test Plan

$ target/debug/aptos node run-local-testnet --with-faucet --assume-yes --force-restart
Completed generating configuration:
        Log file: "/Users/greg/.aptos/testnet/validator.log"
        Test dir: "/Users/greg/.aptos/testnet"
        Aptos root key path: "/Users/greg/.aptos/testnet/mint.key"
        Waypoint: 0:d302c6b10e0fa68bfec9cdb383f24ef1189d8850d50b832365eea21ae52d8101
        ChainId: TESTING
        REST API endpoint: 0.0.0.0:8080
        FullNode network: /ip4/0.0.0.0/tcp/6181

Aptos is running, press ctrl-c to exit

Faucet started on 0.0.0.0:8081

This change is Reviewable

@gregnazario gregnazario requested a review from movekevin July 21, 2022 06:50
@gregnazario gregnazario enabled auto-merge (rebase) July 21, 2022 16:06
@gregnazario gregnazario merged commit 07803ab into aptos-labs:main Jul 21, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants