This commit is contained in:
squidbear
2025-03-24 04:44:28 +01:00
parent 81888e7f1d
commit b4cd75587e

View File

@@ -2,7 +2,7 @@ version: '3.1'
services: services:
scroll-sepolia: scroll-sepolia:
image: scrolltech/l2geth:${SCROLL_GETH_VERSION:-scroll-v5.8.23} image: scrolltech/l2geth:${SCROLL_SEPOLIA_GETH_VERSION:-scroll-v5.8.29}
expose: expose:
# HTTP server / GraphQL API # HTTP server / GraphQL API
- 8545 - 8545
@@ -29,9 +29,9 @@ 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.beaconnode=${SCROLL_SEPOLIA_L1_BEACON}",
#"--da.blob.blobscan https://api.sepolia.blobscan.com/blobs/", #"--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",
"--graphql.vhosts=*", "--graphql.vhosts=*",