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

Graph node deploy error #192

Open
sifdogg opened this issue Dec 14, 2020 · 0 comments
Open

Graph node deploy error #192

sifdogg opened this issue Dec 14, 2020 · 0 comments

Comments

@sifdogg
Copy link

sifdogg commented Dec 14, 2020

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 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.

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