forked from wighawag/jolly-roger
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.env.default
35 lines (26 loc) · 1.02 KB
/
.env.default
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
#subgraph name
SUBGRAPH_NAME=jolly-roger/jolly-roger
GRAPH_NODE_API=127.0.0.1:8020
GRAPH_NODE_GRAPHQL=127.0.0.1:8000
IPFS_URL=http://127.0.0.1:5001
ETH_NODE_URI_LOCALHOST=http://127.0.0.1:8545
# frontend (web) variables
VITE_CHAIN_ID=1337
VITE_THE_GRAPH_HTTP=http://localhost:8000/subgraphs/name/jolly-roger/jolly-roger
VITE_ETH_NODE_URI_LOCALHOST=http://127.0.0.1:8545
VITE_ETH_NODE_URI=
# authentication for thegraph
THEGRAPH_TOKEN=
# authentication for pinning IPFS content on Pinata
IPFS_DEPLOY_PINATA__API_KEY=
IPFS_DEPLOY_PINATA__SECRET_API_KEY=
# network specific node uri : `"ETH_NODE_URI_" + networkName.toUpperCase()`
ETH_NODE_URI_MAINNET=
# generic node uri (if no specific found) : https://{{networkName}}.infura.io/v3/<apiKey> for example
ETH_NODE_URI=
# network specific mnemonic : `"MNEMONIC_ " + networkName.toUpperCase()`
MNEMONIC_MAINNET=
# generic mnemonic (if no specific found):
MNEMONIC=test test test test test test test test test test test junk
# coinmarketcap api key for gas report
COINMARKETCAP_API_KEY=