diff --git a/compose_registry.json b/compose_registry.json index 0e109309..6660f8d7 100644 --- a/compose_registry.json +++ b/compose_registry.json @@ -3974,23 +3974,6 @@ "boba-mainnet-op-geth-pruned-leveldb-hash" ] }, - { - "chain": "mainnet", - "client": "geth", - "compose_file": "op/geth/boba-mainnet-op-geth-pruned-pebble-path", - "features": [ - "hash", - "leveldb" - ], - "network": "boba", - "node": "node", - "relay": null, - "stack": "op", - "type": "pruned", - "volumes": [ - "boba-mainnet-op-geth-pruned-pebble-path" - ] - }, { "chain": "mainnet", "client": "geth", diff --git a/op/geth/boba-mainnet-op-geth-archive-leveldb-hash.yml b/op/geth/boba-mainnet-op-geth-archive-leveldb-hash.yml index 462388d3..dc06bc85 100644 --- a/op/geth/boba-mainnet-op-geth-archive-leveldb-hash.yml +++ b/op/geth/boba-mainnet-op-geth-archive-leveldb-hash.yml @@ -51,6 +51,8 @@ services: - 8551 environment: - GETH_OP_NETWORK=boba-mainnet + - GETH_OVERRIDE_FJORD=1725951600 + - GETH_OVERRIDE_GRANITE=1729753200 - GETH_ROLLUP_DISABLETXPOOLGOSSIP=true - GETH_ROLLUP_SEQUENCERHTTP=https://mainnet.boba.network entrypoint: /bin/sh -c 'exec geth "$@"' -- diff --git a/op/geth/boba-mainnet-op-geth-pruned-leveldb-hash.yml b/op/geth/boba-mainnet-op-geth-pruned-leveldb-hash.yml index 453070d7..93500f46 100644 --- a/op/geth/boba-mainnet-op-geth-pruned-leveldb-hash.yml +++ b/op/geth/boba-mainnet-op-geth-pruned-leveldb-hash.yml @@ -51,6 +51,8 @@ services: - 8551 environment: - GETH_OP_NETWORK=boba-mainnet + - GETH_OVERRIDE_FJORD=1725951600 + - GETH_OVERRIDE_GRANITE=1729753200 - GETH_ROLLUP_DISABLETXPOOLGOSSIP=true - GETH_ROLLUP_SEQUENCERHTTP=https://mainnet.boba.network entrypoint: /bin/sh -c 'exec geth "$@"' --