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