-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy path.env.example
More file actions
53 lines (40 loc) · 3.65 KB
/
.env.example
File metadata and controls
53 lines (40 loc) · 3.65 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
45
46
47
48
49
50
51
52
53
# ╔══════════════════════════════════════════════════════════════════════════════╗
# ║ RPC PROVIDERS ║
# ╚══════════════════════════════════════════════════════════════════════════════╝
# [Required] RPC URL for mainnet (used for fork tests)
MAINNET_URL=
# [Optional] RPC URLs for other networks
TESTNET_URL=
SONIC_URL=
LOCAL_URL=
# ╔══════════════════════════════════════════════════════════════════════════════╗
# ║ FORK BLOCK NUMBERS ║
# ╚══════════════════════════════════════════════════════════════════════════════╝
# [Optional] Pin fork tests to specific block numbers for reproducibility
FORK_BLOCK_NUMBER_MAINNET=
FORK_BLOCK_NUMBER_SONIC=
# ╔══════════════════════════════════════════════════════════════════════════════╗
# ║ EXTERNAL APIS ║
# ╚══════════════════════════════════════════════════════════════════════════════╝
# [Optional] Etherscan API key for contract verification
# ETHERSCAN_API_KEY=
# [Optional] Fly.io API key
# FLY_API_KEY=
# [Optional] 1inch API key for swap quotes
# ONEINCH_API_KEY=
# ╔══════════════════════════════════════════════════════════════════════════════╗
# ║ DEPLOYMENT ║
# ╚══════════════════════════════════════════════════════════════════════════════╝
# [Optional] Deployer address (corresponding to your private key)
# DEPLOYER_ADDRESS=
# ╔══════════════════════════════════════════════════════════════════════════════╗
# ║ OPENZEPPELIN DEFENDER ║
# ╚══════════════════════════════════════════════════════════════════════════════╝
# Relayer credentials (for automated transactions)
# DEFENDER_RELAYER_KEY=
# DEFENDER_RELAYER_SECRET=
# Team API credentials (for managing Defender Actions)
# Used with: npx hardhat setActionVars, npx defender-autotask update-code
# Note: Different from Relayer credentials
# DEFENDER_TEAM_KEY=
# DEFENDER_TEAM_SECRET=