forked from 00labs/huma-contracts
-
Notifications
You must be signed in to change notification settings - Fork 0
/
example.env
51 lines (40 loc) · 1.6 KB
/
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
# 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=
# Testing
DEFAULT_LOCALHOST_WALLET_PRIV_KEY=
INITIAL_HUMA_CREDIT_APPROVER=
GOERLI_URL=https://eth-goerli.g.alchemy.com/v2/
DEPLOYER=0x0000000000000000000000000000000000000000000000000000000000000000
PROXY_OWNER=0x0000000000000000000000000000000000000000000000000000000000000000
EA_SERVICE=0x0000000000000000000000000000000000000000000000000000000000000000
PDS_SERVICE=0x0000000000000000000000000000000000000000000000000000000000000000
LENDER=0x0000000000000000000000000000000000000000000000000000000000000000
EA=0x0000000000000000000000000000000000000000000000000000000000000000
TREASURY=0x0000000000000000000000000000000000000000000000000000000000000000
EA_BASE_CREDIT=0x0000000000000000000000000000000000000000000000000000000000000000
INVOICE_PAYER=0x0000000000000000000000000000000000000000000000000000000000000000