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

:8545 is queried for RPC #565

Open
Cafe137 opened this issue Oct 19, 2022 · 2 comments
Open

:8545 is queried for RPC #565

Cafe137 opened this issue Oct 19, 2022 · 2 comments
Assignees

Comments

@Cafe137
Copy link
Collaborator

Cafe137 commented Oct 19, 2022

POST http://localhost:8545/ net::ERR_CONNECTION_REFUSED

EthereumConnectionCheck.tsx

By default, Bee expects a local node at http://localhost:8545. To use a provider instead, simply change
the swap-endpoint in your configuration file.

@Cafe137 Cafe137 self-assigned this Oct 19, 2022
@Cafe137
Copy link
Collaborator Author

Cafe137 commented Oct 25, 2022

Root cause:

Settings.tsx

rpcProvider: new providers.JsonRpcProvider('')

@Cafe137
Copy link
Collaborator Author

Cafe137 commented Oct 25, 2022

Not a bug, but an annoyance when looking at dev console

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant