-
Notifications
You must be signed in to change notification settings - Fork 11
/
.env.example
14 lines (14 loc) · 941 Bytes
/
.env.example
1
2
3
4
5
6
7
8
9
10
11
12
13
14
KEYPAIR_PATH="/etc/secrets/ore-pool-authority.json"
DB_URL=""
RPC_URL=""
ATTR_EPOCH="" // how often the attribution loop submits (in minutes)
STAKE_EPOCH="" // how often the stake loop commits (in minutes)
HELIUS_API_KEY="" // for programatically updating webhooks
HELIUS_AUTH_TOKEN="" // auth header token we give to helius to write webhook POST events
HELIUS_WEBHOOK_ID="" // id of helius webhook for listening to share accounts
HELIUS_WEBHOOK_URL="" // the /webhook path that your server exposes to helius
BOOST_ONE="" // optional boost mint address to accept stake for from clients
BOOST_TWO="" // optional boost mint address to accept stake for from clients
BOOST_THREE="" // optional boost mint address to accept stake for from clients
OPERATOR_COMMISSION="" // the operator commission as a percentage denoted as an integer (ex. 5 is 5%)
STAKER_COMMISSION="" // the percentage of the staker reward paid out to stakers (ex. 90 is 90%)