-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path.env-example
More file actions
33 lines (23 loc) · 863 Bytes
/
.env-example
File metadata and controls
33 lines (23 loc) · 863 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
27
28
29
30
31
32
33
# network specific node uri : `"ETH_NODE_URI_" + networkName.toUpperCase()`
ETH_NODE_URI_MAINNET=https://eth-mainnet.alchemyapi.io/v2/<apiKey>
# generic node uri (if no specific found) :
ETH_NODE_URI=https://{{networkName}}.infura.io/v3/<apiKey>
# network specific mnemonic : `"MNEMONIC_ " + networkName.toUpperCase()`
MNEMONIC_MAINNET=<mnemonic for mainnet>
# generic mnemonic (if no specific found):
MNEMONIC=<mnemonic>
# coinmarketcap api key for gas report
COINMARKETCAP_API_KEY=
# etherscan api key
ETHERSCAN_API_KEY=
# forking uri (archive enabled json rpc, e.g alchemy)
ALCHEMY_URI=
INFURA_ID=
CI=
PRIVATE_KEY=
# set true to use the private key instead of the mnemonic
DEPLOYER=
# hasura secret for pulling artists adresses from db
HASURA_GRAPHQL_ADMIN_SECRET=
# enter production endpoint here to pull artists from production db
HASURA_ENDPOINT=