-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
22 lines (16 loc) · 898 Bytes
/
.env.example
File metadata and controls
22 lines (16 loc) · 898 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Foundry Deployer Environment Variables
# Required: Production owner address for mainnet deployments
PROD_OWNER=0x0000000000000000000000000000000000000000
# Required: Comma-separated list of mainnet chain IDs where ownership transfer occurs
# Common values: 1 (Ethereum), 56 (BSC), 137 (Polygon), 8453 (Base), 42161 (Arbitrum)
MAINNET_CHAIN_IDS=1,56,137,8453
# Required: Address allowed to save deployment JSON files
# Should match your deployer address
ALLOWED_DEPLOYMENT_SENDER=0x0000000000000000000000000000000000000000
# Optional: Allow standard JSON input changes (does not redeploy existing code)
FORCE_DEPLOY=false
# Optional: Skip standard JSON input generation/checks (useful in restricted CI/offline)
SKIP_STANDARD_JSON_INPUT=false
# Optional: Private key for deployments (GitHub Actions only)
# For local deployments, use --private-key flag instead
# DEPLOYMENT_PRIVATE_KEY=0x...