-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy path.env.example
More file actions
26 lines (20 loc) · 785 Bytes
/
Copy path.env.example
File metadata and controls
26 lines (20 loc) · 785 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
# Even though we run The Graph locally
# we connect to a second instance for UniswapV3 information
THEGRAPH_API_KEY=
# Optional: central API base URL (default https://77.creativebuilds.io)
PRODUCTION_URL=https://77.creativebuilds.io
# VALIDATOR ONLY: this can be a private key, URI, or mnemonic
# Used to set weights on chain
VALIDATOR_HOTKEY_URI=
# VOTER ONLY: hex string starting with 0x
# Used to sign votes in vote.ts script
HOLDER_COLDKEY=
# MINER ONLY: hex string starting with 0x
# Used for hotkey in register.ts script
MINER_HOTKEY=
# MINER ONLY: ethereum private key hex string
# Used for ethereum wallet in register.ts script
ETH_KEY=
# VALIDATOR ONLY: OPT-IN: will automatically git pull when a new minor version is live
# major.minor.patch
AUTO_UPDATE_ENABLED=false