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

Conflicting default RPC ports #414

Open
EthanBlockson opened this issue Feb 16, 2025 · 0 comments
Open

Conflicting default RPC ports #414

EthanBlockson opened this issue Feb 16, 2025 · 0 comments

Comments

@EthanBlockson
Copy link

EthanBlockson commented Feb 16, 2025

In default config docker-compose.yml default execution ports are 8545 and 8546 and 30303.

    ports:
      - "8545:8545"       # RPC
      - "8546:8546"       # websocket
      - "7301:6060"       # metrics
      - "30303:30303"     # P2P TCP
      - "30303:30303/udp" # P2P UDP

Its very puzzling because this exact ports are used by default for L1 nodes already running on server. E.g. Nethermind RPC.

Its hard to understand at first glance that this will be a ports that will be used by Base L2 RPC.

I propose to consider to change this ports to some usually free ones.

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

No branches or pull requests

1 participant