boba only with historical data

This commit is contained in:
goldsquid
2025-12-18 13:38:38 +07:00
parent f1ed7cc835
commit 3c5db8da34
4 changed files with 36 additions and 203 deletions

View File

@@ -3940,13 +3940,47 @@
"bob-mainnet-op-geth-pruned-pebble-path"
]
},
{
"chain": "mainnet",
"client": "geth",
"compose_file": "op/geth/boba-mainnet-op-geth-archive-leveldb-hash",
"features": [
"hash",
"leveldb"
],
"network": "boba",
"node": "node",
"relay": null,
"stack": "op",
"type": "archive",
"volumes": [
"boba-mainnet-op-geth-archive-leveldb-hash"
]
},
{
"chain": "mainnet",
"client": "geth",
"compose_file": "op/geth/boba-mainnet-op-geth-pruned-leveldb-hash",
"features": [
"hash",
"leveldb"
],
"network": "boba",
"node": "node",
"relay": null,
"stack": "op",
"type": "pruned",
"volumes": [
"boba-mainnet-op-geth-pruned-leveldb-hash"
]
},
{
"chain": "mainnet",
"client": "geth",
"compose_file": "op/geth/boba-mainnet-op-geth-pruned-pebble-path",
"features": [
"path",
"pebble"
"hash",
"leveldb"
],
"network": "boba",
"node": "node",