boba-mainnet op-reth: upstream op-reth + vendored patched chainspec (reth-config.json, bedrockBlock=1149019); revive boba on reth from Boba's snapshot (op-geth EOL 2026-05-31)

This commit is contained in:
2026-06-13 14:32:28 +00:00
parent c4a61bf35c
commit 9958d4e50d
6 changed files with 256 additions and 0 deletions

View File

@@ -88,6 +88,7 @@ services:
- chains
volumes:
- ${BOBA_MAINNET_OP_GETH_ARCHIVE_LEVELDB_HASH_DATA:-boba-mainnet-op-geth-archive-leveldb-hash}:/data
- ./op/boba/mainnet:/config
- .jwtsecret:/jwtsecret:ro
- /slowdisk:/slowdisk
logging: *logging-defaults
@@ -140,6 +141,7 @@ services:
networks:
- chains
volumes:
- ./op/boba/mainnet:/config
- .jwtsecret:/jwtsecret:ro
logging: *logging-defaults
labels:

View File

@@ -88,6 +88,7 @@ services:
- chains
volumes:
- ${BOBA_MAINNET_OP_GETH_PRUNED_LEVELDB_HASH_DATA:-boba-mainnet-op-geth-pruned-leveldb-hash}:/data
- ./op/boba/mainnet:/config
- .jwtsecret:/jwtsecret:ro
- /slowdisk:/slowdisk
logging: *logging-defaults
@@ -140,6 +141,7 @@ services:
networks:
- chains
volumes:
- ./op/boba/mainnet:/config
- .jwtsecret:/jwtsecret:ro
logging: *logging-defaults
labels: