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

feat: supports socket address as --rpc-url input #7389

Merged
merged 2 commits into from
Mar 13, 2024

Conversation

kamuik16
Copy link
Contributor

@kamuik16 kamuik16 commented Mar 13, 2024

Motivation

Fixes #7381

On ./target/debug/anvil.exe gives me:

Listening on 127.0.0.1:8545

And on ./target/debug/anvil.exe --fork-url 127.0.0.1:8545 --port 6969 gives me:

Fork
==================
Endpoint:       127.0.0.1:8545
Block number:   0
Block hash:     0x579aa11e37a4f00c05e15e9cbdba31cbb3cb6c32e990e510bab1e38635764261
Chain ID:       31337

Listening on 127.0.0.1:6969

@mattsse mattsse merged commit ed8dec5 into foundry-rs:master Mar 13, 2024
19 checks passed
@kamuik16 kamuik16 deleted the kamuik16/7381 branch March 13, 2024 13:24
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.

Support SocketAddress as --rpc-url input
2 participants