From 171092e29ccd77c3d825f777518cf0fd910e1d33 Mon Sep 17 00:00:00 2001 From: ClaytonNorthey92 Date: Wed, 10 Dec 2025 09:35:20 -0500 Subject: [PATCH] fix: update mainnet rollup file name in volume * in op-node, we were using a file called "mainnet-rollup.json" to mount to /tmp/rollup.json, this file does not exist (it's incorrectly named). Correct the name of that file to the correct file --- mainnet/docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mainnet/docker-compose.yml b/mainnet/docker-compose.yml index 69241c7..3e76b44 100644 --- a/mainnet/docker-compose.yml +++ b/mainnet/docker-compose.yml @@ -234,7 +234,7 @@ services: # connection from other machines - ./jwt.hex:/tmp/jwt/jwt.hex - ./op-node-priv-key.txt:/tmp/op-node-priv-key.txt - - ./mainnet-rollup.json:/tmp/rollup.json + - ./rollup.json:/tmp/rollup.json environment: OP_NODE_BSS_WS: "http://bssd:8081/v1/ws" ports: