Add Linea Geth configs with Maru consensus
- Add linea/geth/ compose files (mainnet/sepolia, pruned/archive) - Update Maru version and --network flag in besu/erigon3 configs - Update compose_registry.json Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -3162,6 +3162,78 @@
|
||||
"linea-sepolia-erigon3-pruned-trace_maru"
|
||||
]
|
||||
},
|
||||
{
|
||||
"chain": "mainnet",
|
||||
"client": "geth",
|
||||
"compose_file": "linea/geth/linea-mainnet-geth-archive-leveldb-hash",
|
||||
"features": [
|
||||
"hash",
|
||||
"leveldb"
|
||||
],
|
||||
"network": "linea",
|
||||
"node": "maru",
|
||||
"relay": null,
|
||||
"stack": null,
|
||||
"type": "archive",
|
||||
"volumes": [
|
||||
"linea-mainnet-geth-archive-leveldb-hash",
|
||||
"linea-mainnet-geth-archive-leveldb-hash_maru"
|
||||
]
|
||||
},
|
||||
{
|
||||
"chain": "mainnet",
|
||||
"client": "geth",
|
||||
"compose_file": "linea/geth/linea-mainnet-geth-pruned-pebble-path",
|
||||
"features": [
|
||||
"path",
|
||||
"pebble"
|
||||
],
|
||||
"network": "linea",
|
||||
"node": "maru",
|
||||
"relay": null,
|
||||
"stack": null,
|
||||
"type": "pruned",
|
||||
"volumes": [
|
||||
"linea-mainnet-geth-pruned-pebble-path",
|
||||
"linea-mainnet-geth-pruned-pebble-path_maru"
|
||||
]
|
||||
},
|
||||
{
|
||||
"chain": "sepolia",
|
||||
"client": "geth",
|
||||
"compose_file": "linea/geth/linea-sepolia-geth-archive-leveldb-hash",
|
||||
"features": [
|
||||
"hash",
|
||||
"leveldb"
|
||||
],
|
||||
"network": "linea",
|
||||
"node": "maru",
|
||||
"relay": null,
|
||||
"stack": null,
|
||||
"type": "archive",
|
||||
"volumes": [
|
||||
"linea-sepolia-geth-archive-leveldb-hash",
|
||||
"linea-sepolia-geth-archive-leveldb-hash_maru"
|
||||
]
|
||||
},
|
||||
{
|
||||
"chain": "sepolia",
|
||||
"client": "geth",
|
||||
"compose_file": "linea/geth/linea-sepolia-geth-pruned-pebble-path",
|
||||
"features": [
|
||||
"path",
|
||||
"pebble"
|
||||
],
|
||||
"network": "linea",
|
||||
"node": "maru",
|
||||
"relay": null,
|
||||
"stack": null,
|
||||
"type": "pruned",
|
||||
"volumes": [
|
||||
"linea-sepolia-geth-pruned-pebble-path",
|
||||
"linea-sepolia-geth-pruned-pebble-path_maru"
|
||||
]
|
||||
},
|
||||
{
|
||||
"chain": "mainnet",
|
||||
"client": "reth",
|
||||
|
||||
Reference in New Issue
Block a user