jovian for bob

This commit is contained in:
goldsquid
2026-06-05 10:13:37 +07:00
parent b7c3683981
commit 4bd8db226e
6 changed files with 22 additions and 0 deletions

View File

@@ -57,6 +57,8 @@ services:
- 8545
- 6060
- 8551
env_file:
- ./op/bob/mainnet.env
entrypoint: [erigon]
command:
- --chain=bob-mainnet
@@ -110,6 +112,8 @@ services:
ports:
- 16071:16071
- 16071:16071/udp
env_file:
- ./op/bob/mainnet.env
environment:
- OP_NODE_L1_BEACON=${ETHEREUM_MAINNET_BEACON_REST}
- OP_NODE_L1_BEACON_ARCHIVER=${ETHEREUM_MAINNET_BEACON_ARCHIVER}