let bob pull its config from the suerpchain registry instead of local files

This commit is contained in:
goldsquid
2026-06-04 19:52:37 +07:00
parent 19c01590d9
commit e30ec1d62f
13 changed files with 22 additions and 50 deletions

View File

@@ -53,9 +53,10 @@ services:
- 6060
- 8551
environment:
- GETH_OP_NETWORK=bob-mainnet
- GETH_ROLLUP_DISABLETXPOOLGOSSIP=true
- GETH_ROLLUP_SEQUENCERHTTP=https://bob-mainnet.public.blastapi.io
entrypoint: /bin/sh -c '[ -f /config/genesis.json ] && geth --db.engine=pebble --gcmode=archive --datadir /data init --state.scheme=hash /config/genesis.json; exec geth "$@"' --
entrypoint: /bin/sh -c 'exec geth "$@"' --
command:
- --datadir=/data
- --db.engine=pebble
@@ -65,7 +66,6 @@ services:
- --metrics.addr=0.0.0.0
- --metrics.port=6060
- --nat=extip:${IP}
- --networkid=60808
- --port=12223
- --rpc.gascap=600000000
- --rpc.txfeecap=0
@@ -90,7 +90,6 @@ services:
- chains
volumes:
- ${BOB_MAINNET_OP_GETH_ARCHIVE_PEBBLE_HASH_DATA:-bob-mainnet-op-geth-archive-pebble-hash}:/data
- ./op/bob/mainnet:/config
- .jwtsecret:/jwtsecret:ro
- /slowdisk:/slowdisk
logging: *logging-defaults
@@ -112,8 +111,6 @@ services:
ports:
- 17223:17223
- 17223:17223/udp
env_file:
- ./op/bob/mainnet/node.env
environment:
- OP_NODE_L1_BEACON=${ETHEREUM_MAINNET_BEACON_REST}
- OP_NODE_L1_BEACON_ARCHIVER=${ETHEREUM_MAINNET_BEACON_ARCHIVER}
@@ -145,7 +142,6 @@ services:
networks:
- chains
volumes:
- ./op/bob/mainnet:/config
- .jwtsecret:/jwtsecret:ro
logging: *logging-defaults
labels: