From 45bf4723f8b7ebba0d0018c1f26995b49b98d88f Mon Sep 17 00:00:00 2001 From: Sebastian <379651+czarly@users.noreply.github.com> Date: Sat, 8 Mar 2025 14:32:23 +0100 Subject: [PATCH] blobs --- scroll-sepolia.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/scroll-sepolia.yml b/scroll-sepolia.yml index d348eaf7..faaacc08 100644 --- a/scroll-sepolia.yml +++ b/scroll-sepolia.yml @@ -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",