File tree Expand file tree Collapse file tree 2 files changed +12
-11
lines changed
Expand file tree Collapse file tree 2 files changed +12
-11
lines changed Original file line number Diff line number Diff line change 11# Envio
2- ENVIO_ALCHEMY_API_KEY = " "
3- ENVIO_CURRENCY_FREAKS_API_KEY = " "
4- ENVIO_ENVIRONMENT = " development"
5- ENVIO_INDEXER_NAME = " " # needed for the Hosted Service, see package.json
6- ENVIO_INFURA_API_KEY = " "
7- ENVIO_ROUTEMESH_API_KEY = " "
2+ ENVIO_ALCHEMY_API_KEY =
3+ ENVIO_CURRENCY_FREAKS_API_KEY =
4+ ENVIO_ENVIRONMENT = development
5+ # needed for the Hosted Service, see package.json
6+ ENVIO_INDEXER_NAME =
7+ ENVIO_INFURA_API_KEY =
8+ ENVIO_ROUTEMESH_API_KEY =
89
910# CoinGecko Pro API key
10- ENVIO_COINGECKO_API_KEY = " "
11+ ENVIO_COINGECKO_API_KEY =
1112
1213# The Graph
13- GRAPH_DEPLOY_KEY = " "
14- GRAPH_QUERY_KEY = " "
14+ GRAPH_DEPLOY_KEY =
15+ GRAPH_QUERY_KEY =
1516
1617# Custom deploy token for Core DAO Graph node
1718COREDAO_AUTH_TOKEN =
Original file line number Diff line number Diff line change @@ -18,8 +18,8 @@ ni := require("ni")
1818# CONSTANTS #
1919# ---------------------------------------------------------------------------- #
2020
21- COREDAO_AUTH_TOKEN := env (" COREDAO_AUTH_TOKEN" )
22- DENERGY_AUTH_TOKEN := env (" DENERGY_AUTH_TOKEN" )
21+ COREDAO_AUTH_TOKEN := env (" COREDAO_AUTH_TOKEN", " " )
22+ DENERGY_AUTH_TOKEN := env (" DENERGY_AUTH_TOKEN", " " )
2323GRAPH_DEPLOY_KEY := env (" GRAPH_DEPLOY_KEY" )
2424IPFS_URL := " https://api.thegraph.com/ipfs/"
2525IPFS_URL_CORE_DAO := " https://thegraph.coredao.org/ipfs/"
You can’t perform that action at this time.
0 commit comments