From bfee6a76533f18389eb15a29f6c69fea9ccda63f Mon Sep 17 00:00:00 2001 From: Sebastian <379651+czarly@users.noreply.github.com> Date: Sat, 8 Mar 2025 14:36:45 +0100 Subject: [PATCH] blobs --- scroll-sepolia.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scroll-sepolia.yml b/scroll-sepolia.yml index faaacc08..59473023 100644 --- a/scroll-sepolia.yml +++ b/scroll-sepolia.yml @@ -30,7 +30,7 @@ services: "--http.vhosts=*", "--l1.endpoint=${SCROLL_SEPOLIA_L1_ENDPOINT}", #"--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", # Enable GraphQL on the HTTP-RPC server. Note that GraphQL can only be started if an HTTP server is started as well. "--graphql",