-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
30 lines (23 loc) · 1.23 KB
/
.env.example
File metadata and controls
30 lines (23 loc) · 1.23 KB
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
27
28
29
30
# =============================================================================
# DEPLOYMENT
# =============================================================================
# Deployer private key (for forge script)
# PRIVATE_KEY=0x...
# =============================================================================
# ADDRESS GENERATION
# =============================================================================
# --- XPUB Mode (Strategy 2 & 3: EIP-7702 / Permit) ---
# Extended public key at account level (m/44'/60'/0'/0)
XPUB=xpub661MyMwAqRbcFtXgS5sYJABqqG9YLmC4Q1Rdap9gSE8NqtwybGhePY2gZ29ESFjqJoCu1Rupje8YtGqsefD265TMg7usUDFdp6W1EGMcet8
# --- Factory Mode (Strategy 1: CREATE2 Clones) ---
# Deploy with: forge script script/Deploy.s.sol:DeployFactory --broadcast
FACTORY_ADDRESS=0x5615dEB798BB3E4dFa0139dFa1b3D433Cc23b72f
IMPLEMENTATION_ADDRESS=0x104fBc016F4bb334D775a19E8A6510109AC63E00
# =============================================================================
# OPTIONAL: OTHER CONTRACTS
# =============================================================================
# EIP-7702 Delegation (Strategy 2)
# SWEEPER_DELEGATE_ADDRESS=0x...
# BATCH_INVOKER_ADDRESS=0x...
# Permit/Auth Sweeper (Strategy 3 & 4)
# PERMIT_SWEEPER_ADDRESS=0x...