-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy path.env.example
More file actions
61 lines (45 loc) · 4.28 KB
/
Copy path.env.example
File metadata and controls
61 lines (45 loc) · 4.28 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
54
55
56
57
58
59
60
61
# ╔══════════════════════════════════════════════════════════════════════════════╗
# ║ RPC PROVIDERS ║
# ╚══════════════════════════════════════════════════════════════════════════════╝
# [Required] RPC URL for mainnet (used for fork tests)
MAINNET_URL=
# [Optional] RPC URLs for other networks
TESTNET_URL=
SONIC_URL=
HOLESKY_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=
# ╔══════════════════════════════════════════════════════════════════════════════╗
# ║ AUTOMATON RUNTIME ║
# ╚══════════════════════════════════════════════════════════════════════════════╝
# Bearer token the parent admin API uses to authenticate to the runner
# ACTION_API_BEARER_TOKEN=
# Base URL the runner advertises back to automaton for manual triggers
# RUNNER_BASE_URL=http://arm-oeth:8080
# Shared Postgres URL (nonce queue + schedules + runs)
# DATABASE_URL=
# ╔══════════════════════════════════════════════════════════════════════════════╗
# ║ AWS KMS SIGNER ║
# ╚══════════════════════════════════════════════════════════════════════════════╝
# needed for running scheduled actions via hardhat
# AWS_ACCESS_KEY_ID=
# AWS_SECRET_ACCESS_KEY=