diff --git a/ropsten.yml b/ropsten.yml index f15343d..3642e1d 100644 --- a/ropsten.yml +++ b/ropsten.yml @@ -16,7 +16,7 @@ services: depends_on: - "erigon" erigon: - image: otterscan/erigon:v2022.06.03-otterscan + image: otterscan/erigon:v2022.06.04-otterscan command: erigon --chain=ropsten --datadir=/erigon-data --torrent.download.slots=7 --http --http.api="eth,net,web3,erigon,debug,ots,engine" --ws --http.corsdomain="*" --http.addr="0.0.0.0" --engine.addr="erigon" --http.vhosts='*' ports: - "8545:8545" diff --git a/sepolia.yml b/sepolia.yml index 75cf5e7..fcae057 100644 --- a/sepolia.yml +++ b/sepolia.yml @@ -1,6 +1,6 @@ services: erigon: - image: otterscan/erigon:v2022.06.03-otterscan + image: otterscan/erigon:v2022.06.04-otterscan command: erigon --chain=sepolia --datadir=/erigon-data --torrent.download.slots=7 --http --http.api="eth,net,erigon,ots,engine" --ws --http.corsdomain="*" --http.addr="0.0.0.0" --engine.addr="erigon" --http.vhosts='*' ports: - "8545:8545"