From 2c276de9768cbf182b92124b57f5d5e571315527 Mon Sep 17 00:00:00 2001 From: Sebastian <379651+czarly@users.noreply.github.com> Date: Thu, 28 Mar 2024 14:02:08 +0100 Subject: [PATCH] needs l1 endpoint --- scroll-mainnet.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/scroll-mainnet.yml b/scroll-mainnet.yml index 0b23891f..396fef4d 100644 --- a/scroll-mainnet.yml +++ b/scroll-mainnet.yml @@ -27,7 +27,9 @@ services: "--http", "--http.port=8545", "--http.addr=0.0.0.0", - "--http.vhosts=*", + "--http.vhosts=*", + "--l1.endpoint=${SCROLL_L1_ENDPOINT}", + "--rollup.verify", # Enable GraphQL on the HTTP-RPC server. Note that GraphQL can only be started if an HTTP server is started as well. "--graphql", "--graphql.vhosts=*",