blobs
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user