You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hm, I was able to reach Sepolia RPC running on localhost (Erigon). Maybe there are some additional checks/firewall between you and your endpoint? Could you try starting Sepolia locally with ./build/bin/erigon --http.api=eth,debug,net,trace,web3,erigon --chain=sepolia --datadir /tmp/datadir and reaching it as host.docker.internal:8545?
Summary:
Access to
mainnet
node works on bothlocalhost
(Mac) and from inside docker. Access tosepolia
, only works from localhost.On my Macintosh, I can do:
and get block
12
from Sepolia. I can also doTo get block
12
from mainnet.If I log into the docker image, I can do:
And I get block
12
frommainnet
.If I try:
from the same docker image, I get
invalid host specified
.The text was updated successfully, but these errors were encountered: