update the client with hardforks

This commit is contained in:
goldsquid
2026-06-04 19:36:35 +07:00
parent d2c140bc28
commit 37cd50fbfb
8 changed files with 16 additions and 8 deletions

View File

@@ -52,10 +52,12 @@ services:
- 8545
- 6060
- 8551
env_file:
- ./op/bob/mainnet/geth.env
environment:
- GETH_ROLLUP_DISABLETXPOOLGOSSIP=true
- GETH_ROLLUP_SEQUENCERHTTP=https://bob-mainnet.public.blastapi.io
entrypoint: /bin/sh -c '[ ! -d /data/geth ] && geth --db.engine=pebble --gcmode=full --datadir /data init --state.scheme=path /config/genesis.json; exec geth "$@"' --
entrypoint: /bin/sh -c '[ -f /config/genesis.json ] && geth --db.engine=pebble --gcmode=full --datadir /data init --state.scheme=path /config/genesis.json; exec geth "$@"' --
command:
- --datadir=/data
- --db.engine=pebble