-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathenv.template
More file actions
45 lines (39 loc) · 1.49 KB
/
Copy pathenv.template
File metadata and controls
45 lines (39 loc) · 1.49 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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
# Scroll Workshop - Environment Variables Template
# Copy this file to .env and fill in your values
# ===================================
# REQUIRED: Private key for deployment
# ===================================
# Get this from your wallet (MetaMask, etc.)
# IMPORTANT: Remove the "0x" prefix!
PRIVATE_KEY=your_private_key_without_0x_prefix
# ===================================
# REQUIRED: Etherscan API Key (V2)
# ===================================
# Get your API key from: https://etherscan.io/myapikey
# This single API key works for all chains (60+ networks) using Etherscan API V2
# See: https://docs.etherscan.io/v2-migration
ETHERSCAN_API_KEY=your_etherscan_api_key_here
# ===================================
# OPTIONAL: RPC URL
# ===================================
# Default Scroll Sepolia RPC (you can use this as-is)
SCROLL_SEPOLIA_RPC_URL=https://sepolia-rpc.scroll.io/
# ===================================
# OPTIONAL: Token Configuration
# ===================================
# Customize your token details
TOKEN_NAME="My Token"
TOKEN_SYMBOL="MTK"
INITIAL_SUPPLY=1000000
# ===================================
# INSTRUCTIONS
# ===================================
# 1. Copy this file: cp env.template .env
# 2. Edit .env with your actual values
# 3. Never commit .env to git!
# 4. Get testnet ETH:
# - Add to MetaMask & Bridge: https://sepolia.scroll.io/portal
# - Faucets:
# * https://faucet.tdm.ar/
# * https://www.l2faucet.com/scroll
# * https://faucet.quicknode.com/scroll/sepolia