diff --git a/compose-files/thegraph.yml b/compose-files/thegraph.yml index 39ea20e..9e7ce1e 100644 --- a/compose-files/thegraph.yml +++ b/compose-files/thegraph.yml @@ -21,7 +21,7 @@ services: postgres_pass: let-me-in postgres_db: graph-node ipfs: '172.15.0.16:5001' - ethereum: 'barge:${NETWORK_RPC_URL}' + ethereum: 'development:${NETWORK_RPC_URL}' RUST_LOG: info postgres: image: postgres