-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.env.example
More file actions
executable file
·22 lines (18 loc) · 1.06 KB
/
.env.example
File metadata and controls
executable file
·22 lines (18 loc) · 1.06 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# required parameters:
CHAIN_ID=13337
FAUCET_PCHAIN_ADDRESS=P-fuji01234567890abcdef01234567890abcdef
FAUCET_PK=0123456789abcdef0123456789abcdef0123456789abcdef0123456789abcdef
# optional overrides:
# PORT=3000
# CRON_SCHEDULE="0 4,16 * * *" # default: fires every 12 hours (4:00, 16:00)
# RPC_PCHAIN=https://api.avax-test.network # hostname only, must expose "/ext/bc/P/rpc" endpoint
# UPTIME_API=https://nodes.testnet.onbeam.com/api/uptime
# BALANCE_THRESHOLD=0.1 # minimum validator P-chain balance in AVAX to trigger refuel
# REFILL_AMOUNT=0.2 # amount of AVAX to refuel when triggered
# UPTIME_THRESHOLD=80 # minimum validator uptime % to be considered for refuel
# USE_UPTIME_FILTER=true # use validator uptime filter
# DELAY_PCHAIN_TX=10000 # timeout in ms after any P-Chain tx
# DELAY_VALIDATOR=1000 # timeout in ms after processing a validator
# BLACKLISTED_VALIDATOR_IDS=NodeID-123,NodeID-234 # comma-separated list of node IDs
# FAUCET_BALANCE_WARN=10 # log a warning if the faucet holds less then 10 AVAX
# FAUCET_BALANCE_ERROR=1 # throw error if balance is less than 1 AVAX