This commit is contained in:
squidbear
2025-03-30 08:18:26 +02:00
parent 7e37f1d012
commit fe6048e1aa
2 changed files with 6 additions and 1 deletions

View File

@@ -23,7 +23,9 @@ services:
- --http.addr=0.0.0.0
- --http.vhosts=*
- --l1.endpoint=${ETHEREUM_MAINNET_EXECUTION_RPC}
- --da.blob.beaconnode=${ETHEREUM_MAINNET_BEACON_REST}
- --da.blob.blobscan "https://api.blobscan.com/blobs/"
- --da.blob.blocknative "https://api.ethernow.xyz/v1/blob/"
- --rollup.verify
- --graphql
- --graphql.vhosts=*

View File

@@ -23,7 +23,10 @@ services:
- --http.addr=0.0.0.0
- --http.vhosts=*
- --l1.endpoint=${ETHEREUM_SEPOLIA_EXECUTION_RPC}
- --da.sync
- --da.blob.beaconnode=${ETHEREUM_SEPOLIA_BEACON_REST}
- --da.blob.blobscan "https://api.sepolia.blobscan.com/blobs/"
- --rollup.verify
- --graphql
- --graphql.vhosts=*