This commit is contained in:
Sebastian
2025-03-08 14:32:23 +01:00
parent 2badd3463b
commit 45bf4723f8

View File

@@ -2,7 +2,7 @@ version: '3.1'
services:
scroll-sepolia:
image: scrolltech/l2geth:${SCROLL_GETH_VERSION:-scroll-v5.8.15}
image: scrolltech/l2geth:${SCROLL_GETH_VERSION:-scroll-v5.8.23}
expose:
# HTTP server / GraphQL API
- 8545
@@ -29,6 +29,8 @@ services:
"--http.addr=0.0.0.0",
"--http.vhosts=*",
"--l1.endpoint=${SCROLL_SEPOLIA_L1_ENDPOINT}",
#"--da.blob.beaconnode=${SCROLL_SEPOLIA_L1_BEACON}",
"--da.blob.blobscan \"https://api.sepolia.blobscan.com/blobs/\"",
"--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",