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
every time ganache-cli is restarted, the name of the network (mainnet in this reference) needs to be changed with anew name
After restarting restarting ganache-cli :
Chainging the name to anything either than mainnet produces the error Failed to deploy to Graph node http://127.0.0.1:8020/: Ethereum network not supported by registrar: mainnet
switching back to the name mainnet and running
docker-compose up for graph-node produces the error :
'tokio-runtime-worker' panicked at 'Ethereum node provided net_version 1607988259244, but we expected 1607981291783. Did you change networks without changing the network name?' docker_graph-node_1 exited with code 134
How do I solve this one?
Thank you on advance team Moloch.
The text was updated successfully, but these errors were encountered:
Hi.
Installation guide says :
2. go to docker/docker-compose.yml and replace :
ethereum: "dev:http://host.docker.internal:8545"
with :
ethereum: "mainnet:http://host.docker.internal:8545"
every time ganache-cli is restarted, the name of the network (mainnet in this reference) needs to be changed with a new name
After restarting restarting ganache-cli :
Chainging the name to anything either than
mainnet
produces the errorFailed to deploy to Graph node http://127.0.0.1:8020/: Ethereum network not supported by registrar: mainnet
switching back to the name
mainnet
and runningdocker-compose up
for graph-node produces the error :'tokio-runtime-worker' panicked at 'Ethereum node provided net_version 1607988259244, but we expected 1607981291783. Did you change networks without changing the network name?'
docker_graph-node_1 exited with code 134
How do I solve this one?
Thank you on advance team Moloch.
The text was updated successfully, but these errors were encountered: