File tree Expand file tree Collapse file tree
apps/snapshot-service/config Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Snapshot service environment configuration: Bepolia
22#
3- # NOTE: Review and set all values before deployment .
4- # Defaults here are placeholders where Bepolia infra differs .
3+ # NOTE: These defaults are intended as a starting point .
4+ # Override host-specific values as needed via SNAPSHOT_CONFIG_FILE .
55
66SNAPSHOT_ENV_NAME = " bepolia"
77
@@ -20,12 +20,13 @@ SNAPSHOT_SAFE_MARGIN_GB="25"
2020SNAPSHOT_FALLBACK_SIZE_GB = " 500"
2121SNAPSHOT_ACTIVE_TYPES = " reth-pruned,reth-archive"
2222
23- # Sync check (set to your Bepolia public RPC)
24- SNAPSHOT_PUBLIC_RPC = " https://<your- bepolia- rpc-host> "
23+ # Sync check
24+ SNAPSHOT_PUBLIC_RPC = " https://bepolia. rpc.berachain.com "
2525SNAPSHOT_MAX_BLOCK_LAG = " 100"
2626
27- # Public URL/branding (set to your Bepolia snapshot host)
28- SNAPSHOT_PUBLIC_URL_BASE = " https://<your-bepolia-snapshots-host>"
27+ # Public URL/branding
28+ # If your deployment uses another host, update this value.
29+ SNAPSHOT_PUBLIC_URL_BASE = " https://snapshots.bepolia.berachain.com"
2930SNAPSHOT_SITE_TITLE = " Berachain Bepolia Snapshots"
3031SNAPSHOT_NAV_TITLE = " Bepolia Snapshots"
3132SNAPSHOT_DOCS_URL = " https://docs.berachain.com"
You can’t perform that action at this time.
0 commit comments