-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
27 lines (22 loc) · 1.11 KB
/
Copy path.env.example
File metadata and controls
27 lines (22 loc) · 1.11 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
# ---------------------------------------------------------------------------
# Contract deployment configuration
# ---------------------------------------------------------------------------
# Copy to .env and fill in. NEVER commit the real .env — it is gitignored, and
# the private key below controls the deployer account.
# RPC endpoint used for deployment and verification.
# Free public options (no API key required):
# https://ethereum-sepolia-rpc.publicnode.com
# https://sepolia.drpc.org
# https://rpc.sepolia.org
SEPOLIA_RPC_URL=https://ethereum-sepolia-rpc.publicnode.com
# Deployer private key, 0x-prefixed.
# Use a throwaway account that holds nothing but testnet ETH. This key becomes
# the contracts' owner, so it administers minters and economy parameters.
PRIVATE_KEY=
# Etherscan API key, for `npm run verify:sepolia`. Optional.
# https://etherscan.io/myapikey
ETHERSCAN_API_KEY=
# Base URI for token metadata. Defaults to the repo's metadata directory.
# METADATA_BASE_URI=https://your-host.example.com/metadata
# Set to any value to print a gas report when running the test suite.
# REPORT_GAS=true