forked from scaffold-eth/scaffold-eth
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathexample.env
36 lines (27 loc) · 822 Bytes
/
example.env
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
# This is a template for the environment variables you'll need for
# deployment on Rinkeby and mainnet
# To use, copy this file, rename it .env, and fill in the values
# Everything will be interpreted as a string by JavaScript even though
# you should not wrap values in quotation marks
# Infura endpoints should be passed in WITHOUT the rest of the url
# Private keys should be pasted WITHOUT the 0x prefix
# Example
EXAMPLE_INFURA_KEY=582dabbadbeef8...
EXAMPLE_DEPLOYER_PRIV_KEY=deadbeef01EEdf972aBB...
# Rinkeby
RINKEBY_INFURA_KEY=
RINKEBY_DEPLOYER_PRIV_KEY=
# Kovan
KOVAN_INFURA_KEY=
KOVAN_DEPLOYER_PRIV_KEY=
# mainnet
MAINNET_INFURA_KEY=
MAINNET_DEPLOYER_PRIV_KEY=
# Ropsten
ROPSTEN_INFURA_KEY=
ROPSTEN_DEPLOYER_PRIV_KEY=
# Goerli
GOERLI_INFURA_KEY=
GOERLI_DEPLOYER_PRIV_KEY=
# xDai
XDAI_DEPLOYER_PRIV_KEY=