katana-testnet: use custom genesis/rollup config
Same fix as mainnet - katana-testnet is not in the superchain registry. Chain ID 737373, L1 is Sepolia. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -50,10 +50,9 @@ services:
|
|||||||
- 6060
|
- 6060
|
||||||
- 8551
|
- 8551
|
||||||
environment:
|
environment:
|
||||||
- GETH_OP_NETWORK=katana-testnet
|
|
||||||
- GETH_OVERRIDE_ISTHMUS=1749807000
|
- GETH_OVERRIDE_ISTHMUS=1749807000
|
||||||
- GETH_ROLLUP_DISABLETXPOOLGOSSIP=true
|
- GETH_ROLLUP_DISABLETXPOOLGOSSIP=true
|
||||||
entrypoint: /bin/sh -c 'exec geth "$@"' --
|
entrypoint: /bin/sh -c '[ ! -d /data/geth ] && geth --db.engine=pebble --gcmode=full --datadir /data init --state.scheme=path /config/genesis.json; exec geth "$@"' --
|
||||||
command:
|
command:
|
||||||
- --datadir=/data
|
- --datadir=/data
|
||||||
- --db.engine=pebble
|
- --db.engine=pebble
|
||||||
@@ -62,6 +61,7 @@ services:
|
|||||||
- --metrics
|
- --metrics
|
||||||
- --metrics.addr=0.0.0.0
|
- --metrics.addr=0.0.0.0
|
||||||
- --metrics.port=6060
|
- --metrics.port=6060
|
||||||
|
- --networkid=737373
|
||||||
- --nodiscover
|
- --nodiscover
|
||||||
- --rpc.gascap=600000000
|
- --rpc.gascap=600000000
|
||||||
- --rpc.txfeecap=0
|
- --rpc.txfeecap=0
|
||||||
@@ -86,6 +86,7 @@ services:
|
|||||||
- chains
|
- chains
|
||||||
volumes:
|
volumes:
|
||||||
- ${KATANA_TESTNET_OP_GETH_PRUNED_PEBBLE_PATH_DATA:-katana-testnet-op-geth-pruned-pebble-path}:/data
|
- ${KATANA_TESTNET_OP_GETH_PRUNED_PEBBLE_PATH_DATA:-katana-testnet-op-geth-pruned-pebble-path}:/data
|
||||||
|
- ./op/katana/testnet:/config
|
||||||
- .jwtsecret:/jwtsecret:ro
|
- .jwtsecret:/jwtsecret:ro
|
||||||
- /slowdisk:/slowdisk
|
- /slowdisk:/slowdisk
|
||||||
logging: *logging-defaults
|
logging: *logging-defaults
|
||||||
@@ -120,7 +121,7 @@ services:
|
|||||||
- OP_NODE_METRICS_ADDR=0.0.0.0
|
- OP_NODE_METRICS_ADDR=0.0.0.0
|
||||||
- OP_NODE_METRICS_ENABLED=true
|
- OP_NODE_METRICS_ENABLED=true
|
||||||
- OP_NODE_METRICS_PORT=7300
|
- OP_NODE_METRICS_PORT=7300
|
||||||
- OP_NODE_NETWORK=katana-testnet
|
- OP_NODE_ROLLUP_CONFIG=/config/rollup.json
|
||||||
- OP_NODE_OVERRIDE_ISTHMUS=1749807000
|
- OP_NODE_OVERRIDE_ISTHMUS=1749807000
|
||||||
- OP_NODE_OVERRIDE_PECTRABLOBSCHEDULE=1742486400
|
- OP_NODE_OVERRIDE_PECTRABLOBSCHEDULE=1742486400
|
||||||
- OP_NODE_P2P_ADVERTISE_IP=${IP}
|
- OP_NODE_P2P_ADVERTISE_IP=${IP}
|
||||||
@@ -141,6 +142,7 @@ services:
|
|||||||
networks:
|
networks:
|
||||||
- chains
|
- chains
|
||||||
volumes:
|
volumes:
|
||||||
|
- ./op/katana/testnet:/config
|
||||||
- .jwtsecret:/jwtsecret:ro
|
- .jwtsecret:/jwtsecret:ro
|
||||||
logging: *logging-defaults
|
logging: *logging-defaults
|
||||||
labels:
|
labels:
|
||||||
|
|||||||
Reference in New Issue
Block a user