Skip to content

Commit

Permalink
Bump otterscan-erigon image to v2022.06.04
Browse files Browse the repository at this point in the history
  • Loading branch information
wmitsuda committed Jun 17, 2022
1 parent 290a01a commit e37fcba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ropsten.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion sepolia.yml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit e37fcba

Please sign in to comment.