From 5b91b43418203488020606dbf0c6278f662afa5a Mon Sep 17 00:00:00 2001 From: nour-karoui Date: Mon, 28 Oct 2024 13:25:00 +0100 Subject: [PATCH] revert network name on docker compose file --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index 8c2242d1..c60f2d9d 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -28,7 +28,7 @@ services: postgres_pass: let-me-in postgres_db: graph-node ipfs: 'ipfs:5001' - ethereum: 'foundry:http://anvil:8545' + ethereum: 'mainnet:http://anvil:8545' GRAPH_LOG: debug GRAPH_ALLOW_NON_DETERMINISTIC_IPFS: 1 ipfs: