-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
25 lines (19 loc) · 1001 Bytes
/
.env.example
File metadata and controls
25 lines (19 loc) · 1001 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# FlowMemory local/test launch configuration.
# Copy values into an untracked .env file or export them in your shell.
# Base Sepolia JSON-RPC endpoint. The reader rejects non-84532 chains.
BASE_SEPOLIA_RPC_URL=
# Hex deployer key for Foundry script runs. Keep the real value out of Git.
BASE_SEPOLIA_DEPLOYER_KEY_HEX=
# Optional explorer key for Base Sepolia source verification. Keep real values
# in your shell or ignored .env file only.
BASE_SEPOLIA_BASESCAN_API_KEY=
BASESCAN_API_KEY=
# Comma-separated FlowPulse-capable contract addresses for testnet reads.
BASE_SEPOLIA_FLOWPULSE_ADDRESSES=
BASE_SEPOLIA_FROM_BLOCK=
BASE_SEPOLIA_TO_BLOCK=
BASE_SEPOLIA_FINALIZED_BLOCK=
# Optional local artifact paths for rehearsal outputs.
BASE_SEPOLIA_REHEARSAL_PLAN_OUT=fixtures/deployments/base-sepolia-rehearsal-plan.json
BASE_SEPOLIA_REHEARSAL_ARTIFACT_OUT=fixtures/deployments/base-sepolia-rehearsal.latest.json
FLOWMEMORY_DASHBOARD_DATA_PATH=apps/dashboard/public/data/flowmemory-dashboard-v0.json