Add Katana (Ronin L2) node configurations for mainnet and testnet

This commit is contained in:
rob
2026-02-07 22:32:52 +00:00
parent a583d9cf8c
commit 02976155d5
6 changed files with 876 additions and 38 deletions

View File

@@ -4228,6 +4228,7 @@
"stack": "op",
"type": "archive",
"volumes": [
"celo-mainnet-geth-archive-leveldb-hash",
"celo-mainnet-op-geth-archive-leveldb-hash",
"celo-mainnet-op-geth-archive-leveldb-hash_eigenda-proxy"
]
@@ -4246,6 +4247,7 @@
"stack": "op",
"type": "pruned",
"volumes": [
"celo-mainnet-geth-pruned-leveldb-hash",
"celo-mainnet-op-geth-pruned-leveldb-hash",
"celo-mainnet-op-geth-pruned-leveldb-hash_eigenda-proxy"
]
@@ -4614,6 +4616,74 @@
"ink-sepolia-op-geth-pruned-pebble-path"
]
},
{
"chain": "mainnet",
"client": "geth",
"compose_file": "op/geth/katana-mainnet-op-geth-archive-leveldb-hash",
"features": [
"hash",
"leveldb"
],
"network": "katana",
"node": "node",
"relay": null,
"stack": "op",
"type": "archive",
"volumes": [
"katana-mainnet-op-geth-archive-leveldb-hash"
]
},
{
"chain": "mainnet",
"client": "geth",
"compose_file": "op/geth/katana-mainnet-op-geth-pruned-pebble-path",
"features": [
"path",
"pebble"
],
"network": "katana",
"node": "node",
"relay": null,
"stack": "op",
"type": "pruned",
"volumes": [
"katana-mainnet-op-geth-pruned-pebble-path"
]
},
{
"chain": "testnet",
"client": "geth",
"compose_file": "op/geth/katana-testnet-op-geth-archive-leveldb-hash",
"features": [
"hash",
"leveldb"
],
"network": "katana",
"node": "node",
"relay": null,
"stack": "op",
"type": "archive",
"volumes": [
"katana-testnet-op-geth-archive-leveldb-hash"
]
},
{
"chain": "testnet",
"client": "geth",
"compose_file": "op/geth/katana-testnet-op-geth-pruned-pebble-path",
"features": [
"path",
"pebble"
],
"network": "katana",
"node": "node",
"relay": null,
"stack": "op",
"type": "pruned",
"volumes": [
"katana-testnet-op-geth-pruned-pebble-path"
]
},
{
"chain": "mainnet",
"client": "geth",