This commit is contained in:
squidbear
2025-03-29 10:22:47 +01:00
parent e80a076f71
commit 50fd75c33e
2 changed files with 2 additions and 2 deletions

View File

@@ -23,7 +23,7 @@ services:
- --http.addr=0.0.0.0 - --http.addr=0.0.0.0
- --http.vhosts=* - --http.vhosts=*
- --l1.endpoint=${ETHEREUM_MAINNET_EXECUTION_RPC} - --l1.endpoint=${ETHEREUM_MAINNET_EXECUTION_RPC}
- --da.blob.beaconnode=${ETHEREUM_MAINNET_BEACON_REST}
- --rollup.verify - --rollup.verify
- --graphql - --graphql
- --graphql.vhosts=* - --graphql.vhosts=*

View File

@@ -23,7 +23,7 @@ services:
- --http.addr=0.0.0.0 - --http.addr=0.0.0.0
- --http.vhosts=* - --http.vhosts=*
- --l1.endpoint=${ETHEREUM_SEPOLIA_EXECUTION_RPC} - --l1.endpoint=${ETHEREUM_SEPOLIA_EXECUTION_RPC}
- --da.blob.beaconnode=${ETHEREUM_SEPOLIA_BEACON_REST}
- --rollup.verify - --rollup.verify
- --graphql - --graphql
- --graphql.vhosts=* - --graphql.vhosts=*