needs l1 endpoint

This commit is contained in:
Sebastian
2024-03-28 14:02:08 +01:00
parent 4f130a3f52
commit 2c276de976

View File

@@ -27,7 +27,9 @@ services:
"--http", "--http",
"--http.port=8545", "--http.port=8545",
"--http.addr=0.0.0.0", "--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. # Enable GraphQL on the HTTP-RPC server. Note that GraphQL can only be started if an HTTP server is started as well.
"--graphql", "--graphql",
"--graphql.vhosts=*", "--graphql.vhosts=*",