This commit is contained in:
squidbear
2025-03-30 08:20:04 +02:00
parent fe6048e1aa
commit 177455c2ed
2 changed files with 3 additions and 3 deletions

View File

@@ -24,8 +24,8 @@ services:
- --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/"
- --da.blob.blobscan=https://api.blobscan.com/blobs/
- --da.blob.blocknative=https://api.ethernow.xyz/v1/blob/
- --rollup.verify
- --graphql
- --graphql.vhosts=*

View File

@@ -25,7 +25,7 @@ services:
- --l1.endpoint=${ETHEREUM_SEPOLIA_EXECUTION_RPC}
- --da.sync
- --da.blob.beaconnode=${ETHEREUM_SEPOLIA_BEACON_REST}
- --da.blob.blobscan "https://api.sepolia.blobscan.com/blobs/"
- --da.blob.blobscan=https://api.sepolia.blobscan.com/blobs/
- --rollup.verify
- --graphql