-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.env.example
More file actions
26 lines (21 loc) · 788 Bytes
/
.env.example
File metadata and controls
26 lines (21 loc) · 788 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
26
# Network Configuration
DEPLOY_NETWORK=sepolia
SEPOLIA_RPC_URL=https://ethereum-sepolia-rpc.publicnode.com
# MAINNET_RPC_URL=https://ethereum-rpc.publicnode.com
# ENS Configuration
SEPOLIA_ENS_DOMAIN=your-domain.eth
# ENS_DOMAIN=your-domain.eth # For mainnet
# Safe Multisig Configuration
SAFE_ADDRESS=0x...
SAFE_API_KEY=your-safe-api-key
# Owner/Signer Configuration (for Safe operations)
SEPOLIA_OWNER_ADDRESS=0x...
SEPOLIA_OWNER_PK=0x...
# Storacha Configuration
# Current deploy flow uses your local Storacha CLI login + selected space.
# KEY / PROOF are reserved for a future native Storacha integration.
# KEY=your-storacha-key
# PROOF=your-storacha-delegation-proof
# GitHub Configuration (optional, for commit URL generation)
# GITHUB_TOKEN=ghp_...
# GITHUB_REPO=owner/repo