forked from Krain-AI/kdex-core
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
27 lines (21 loc) · 906 Bytes
/
Copy path.env.example
File metadata and controls
27 lines (21 loc) · 906 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
27
# KDEX Core Deployment Environment Variables
# Copy this file to .env and fill in your values
# Network RPC URLs
BASE_SEPOLIA_RPC_URL=https://sepolia.base.org
BASE_MAINNET_RPC_URL=https://mainnet.base.org
# Private key for deployment (DO NOT commit the real .env file!)
# Get this from your wallet (MetaMask -> Account -> Export Private Key)
# Remove the 0x prefix when pasting here
PRIVATE_KEY=your_private_key_here_without_0x_prefix
# BaseScan API key for contract verification
# Get this from https://basescan.org/apis
BASESCAN_API_KEY=your_basescan_api_key_here
# Gas reporting (optional)
REPORT_GAS=true
# Deployment Configuration
DEPLOY_VERIFY=true
# IMPORTANT SECURITY NOTES:
# 1. Never commit your real .env file to git
# 2. Make sure .env is in your .gitignore file
# 3. Use a dedicated deployment wallet, not your main wallet
# 4. Only fund the deployment wallet with what you need for gas