Skip to content

Commit 906dfc2

Browse files
committed
Use geth instead of parity for goerli
Parity does not work after the merge.
1 parent 76010d9 commit 906dfc2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ services:
7676
context: ./backend
7777
restart: always
7878
environment:
79-
- EXPLORER_ETH_RPC=http://parity.goerli.ethnodes.brainbot.com:8545
79+
- EXPLORER_ETH_RPC=http://geth.goerli.ethnodes.brainbot.com:8545
8080
labels:
8181
- "traefik.enable=true"
8282
- "traefik.frontend.rule=Host:goerli.explorer.raiden.network; Path: /json"

0 commit comments

Comments
 (0)