Add Katana (Ronin L2) node configurations for mainnet and testnet
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user