feat: min balance
This commit is contained in:
parent
fc555244a8
commit
84ad98b4d3
3 changed files with 6 additions and 1 deletions
|
|
@ -7,6 +7,9 @@ TARGET_SIZE=5
|
|||
# Poll interval for checking new accounts when pool incomplete (seconds)
|
||||
POLL_INTERVAL=30
|
||||
|
||||
# Minimum balance threshold - switch token when balance <= MIN_BALANCE
|
||||
MIN_BALANCE=0
|
||||
|
||||
# HTTPS proxy URL (used by Firefox and balance API)
|
||||
HTTPS_PROXY=http://user:pass@host:port
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue