Skip to content

Commit 166bd43

Browse files
authored
feat: running a l2geth node add new flag --da.blob.awss3
feat: running a l2geth node add new flag `--da.blob.awss3`
2 parents 8f136f9 + b23ef24 commit 166bd43

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/content/docs/en/developers/guides/running-a-scroll-node.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,10 @@ Insert your config in the yaml file and save it, recommended config would be :
132132
--l1.endpoint "${Your l1 endpoint}"
133133
--da.blob.blobscan "${Your blobscan endpoint}"
134134
--da.blob.beaconnode "${Your beaconnode endpoint}"
135+
# Scroll provides aws s3 endpoints for both scroll-mainnet and scroll-sepolia
136+
# scroll-mainnet : https://scroll-sepolia-blob-data.s3.us-west-2.amazonaws.com/
137+
# scroll-sepolia: https://scroll-mainnet-blob-data.s3.us-west-2.amazonaws.com/
138+
--da.blob.awss3 "${Your aws s3 endpoint}"
135139
--cache.snapshot=0
136140
logging:
137141
driver: "json-file"

0 commit comments

Comments
 (0)