forked from defi-wonderland/aztec-fee-payment
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
25 lines (20 loc) · 973 Bytes
/
.env.example
File metadata and controls
25 lines (20 loc) · 973 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
# Deployment Configuration
# Copy this file to .env and fill in your values
# Required: Deployer secret for account creation
# This secret is used to create a deterministic deployer account
# Keep this secret secure - anyone with this secret can control the deployer account
DEPLOYER_SECRET=your-secret-here
# Optional: Override Aztec node URL
# If not set, defaults are used:
# - devnet: https://devnet.aztec-labs.com
# - testnet: https://testnet.aztec-labs.com
# - local-network: http://localhost:8080
# Uncomment and set if you need to use a custom node URL
# AZTEC_NODE_URL=https://devnet.aztec-labs.com
# L1 Configuration (required for fund-fpc script)
# Private key for L1 account (Sepolia) - used to bridge Fee Juice to FPCs
# L1_PRIVATE_KEY=0x...
# Alternative: L1 mnemonic (if not using private key)
# L1_MNEMONIC=your mnemonic phrase here
# Optional: Override L1 RPC URL (defaults to public Sepolia RPC)
# L1_RPC_URL=https://rpc.sepolia.ethpandaops.io