now with leveldb

This commit is contained in:
goldsquid
2026-01-10 16:55:48 +07:00
parent f72af4022d
commit d870dccd8d
3 changed files with 449 additions and 2 deletions

View File

@@ -5233,13 +5233,30 @@
"worldchain-sepolia-op-geth-pruned-pebble-path"
]
},
{
"chain": "mainnet",
"client": "geth",
"compose_file": "op/geth/xlayer-mainnet-op-geth-archive-leveldb-hash",
"features": [
"hash",
"leveldb"
],
"network": "xlayer",
"node": "node",
"relay": null,
"stack": "op",
"type": "archive",
"volumes": [
"xlayer-mainnet-op-geth-archive-leveldb-hash"
]
},
{
"chain": "mainnet",
"client": "geth",
"compose_file": "op/geth/xlayer-mainnet-op-geth-archive-pebble-hash",
"features": [
"hash",
"pebble"
"leveldb"
],
"network": "xlayer",
"node": "node",
@@ -5267,13 +5284,30 @@
"xlayer-mainnet-op-geth-pruned-pebble-path"
]
},
{
"chain": "testnet",
"client": "geth",
"compose_file": "op/geth/xlayer-testnet-op-geth-archive-leveldb-hash",
"features": [
"hash",
"leveldb"
],
"network": "xlayer",
"node": "node",
"relay": null,
"stack": "op",
"type": "archive",
"volumes": [
"xlayer-testnet-op-geth-archive-leveldb-hash"
]
},
{
"chain": "testnet",
"client": "geth",
"compose_file": "op/geth/xlayer-testnet-op-geth-archive-pebble-hash",
"features": [
"hash",
"pebble"
"leveldb"
],
"network": "xlayer",
"node": "node",