From b23ef247d6a3e6cc28f41aa254c1a471e26eab61 Mon Sep 17 00:00:00 2001 From: Morty Date: Mon, 21 Jul 2025 21:34:05 +0800 Subject: [PATCH] feat: update geth node new flag --- .../docs/en/developers/guides/running-a-scroll-node.mdx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/content/docs/en/developers/guides/running-a-scroll-node.mdx b/src/content/docs/en/developers/guides/running-a-scroll-node.mdx index 9f00ba901..914937282 100644 --- a/src/content/docs/en/developers/guides/running-a-scroll-node.mdx +++ b/src/content/docs/en/developers/guides/running-a-scroll-node.mdx @@ -132,6 +132,10 @@ Insert your config in the yaml file and save it, recommended config would be : --l1.endpoint "${Your l1 endpoint}" --da.blob.blobscan "${Your blobscan endpoint}" --da.blob.beaconnode "${Your beaconnode endpoint}" + # Scroll provides aws s3 endpoints for both scroll-mainnet and scroll-sepolia + # scroll-mainnet : https://scroll-sepolia-blob-data.s3.us-west-2.amazonaws.com/ + # scroll-sepolia: https://scroll-mainnet-blob-data.s3.us-west-2.amazonaws.com/ + --da.blob.awss3 "${Your aws s3 endpoint}" --cache.snapshot=0 logging: driver: "json-file"