# name of the network connecting to
HOST = example.api.alkemi.network
# mongo db connection string
MONGODB_URL = mongodb://localhost:27017/rinkeby
# Main Protocol Smart Contract for tx and event monitoring
# Address of the Protocol Price Oracle
# Project Infura ID + Secret
INFURA_WS = wss://rinkeby.infura.io/ws/v3/
INFURA_URL = https://rinkeby.infura.io/v3/
INFURA_SECRET = theProjectSecret
ETHERSCAN_URL = https://api-rinkeby.etherscan.io/api
ETHERSCAN_KEY = theEtherscanKey
SLACK_TOKEN_ID=slackToken
AUTH_SECRET= superauthsecret
# Disables fetching data on server start and on a regular interval (see where it's used)
DISABLE_FETCHING_DATA = true