some overrides and bootnodes

This commit is contained in:
goldsquid
2025-12-18 14:14:15 +07:00
parent 845a1eb088
commit 782087b89a
3 changed files with 4 additions and 17 deletions

View File

@@ -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",

View File

@@ -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 "$@"' --

View File

@@ -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 "$@"' --