generalize init geth from genesis block

This commit is contained in:
goldsquid
2025-11-10 12:41:38 +07:00
parent 4a1e72152c
commit ff3be25ae1
44 changed files with 44 additions and 44 deletions

View File

@@ -55,7 +55,7 @@ services:
environment:
- GETH_ROLLUP_DISABLETXPOOLGOSSIP=true
- GETH_ROLLUP_SEQUENCERHTTP=https://mainnet.mode.network
entrypoint: /bin/sh -c '[ ! -d /data/geth ] && geth init --datadir /data /config/genesis.json; exec geth "$@"' --
entrypoint: /bin/sh -c '[ ! -d /data/geth ] && geth --db.engine=pebble --gcmode=full --datadir /data init --state.scheme=path /config/genesis.json; exec geth "$@"' --
command:
- --datadir=/data
- --db.engine=pebble