From f880cbcedad61e7acbf92356e8dac9033cec139c Mon Sep 17 00:00:00 2001 From: Alex Coseru Date: Sat, 12 Feb 2022 13:08:37 +0200 Subject: [PATCH] Update thegraph.yml --- compose-files/thegraph.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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