Skip to content

Commit b9bca0e

Browse files
committed
[snapshots] set bepolia env defaults
Replace placeholder Bepolia config values with concrete RPC and branding defaults while keeping host override guidance in the env file comments.
1 parent ccad7bf commit b9bca0e

1 file changed

Lines changed: 7 additions & 6 deletions

File tree

apps/snapshot-service/config/bepolia.env

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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

66
SNAPSHOT_ENV_NAME="bepolia"
77

@@ -20,12 +20,13 @@ SNAPSHOT_SAFE_MARGIN_GB="25"
2020
SNAPSHOT_FALLBACK_SIZE_GB="500"
2121
SNAPSHOT_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"
2525
SNAPSHOT_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"
2930
SNAPSHOT_SITE_TITLE="Berachain Bepolia Snapshots"
3031
SNAPSHOT_NAV_TITLE="Bepolia Snapshots"
3132
SNAPSHOT_DOCS_URL="https://docs.berachain.com"

0 commit comments

Comments
 (0)