forked from Midas-Protocol/fuse-liquidator-bot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.env
14 lines (14 loc) · 1.11 KB
/
.env
1
2
3
4
5
6
7
8
9
10
11
12
13
14
WEB3_HTTP_PROVIDER_URL=http://0.0.0.0:8545
#WEB3_HTTP_PROVIDER_URL="https://data-seed-prebsc-1-s1.binance.org:8545"
# Separate by commas--if using your own capital for liquidations, supported currencies to repay.
# Use contract addresses for tokens, zero address for for native chain token
SUPPORTED_INPUT_CURRENCIES="0x0000000000000000000000000000000000000000,0x943832D08C12F1ee006895815E5398d0f7E2DdbA,0x765C058189560e00Dc581Ab5bFF01deBF9f268DF"
#SUPPORTED_INPUT_CURRENCIES="0x0000000000000000000000000000000000000000,0xEC5dCb5Dbf4B114C9d0F65BcCAb49EC54F6A0867"
# Separate by commas--supported currencies to receieve as seized collateral
# (other seized currencies will be exchanged to EXCHANGE_TO_TOKEN_ADDRESS);
# Use contract addresses for tokens, zero address for for native chain token
SUPPORTED_OUTPUT_CURRENCIES="0x0000000000000000000000000000000000000000,0x943832D08C12F1ee006895815E5398d0f7E2DdbA,0x765C058189560e00Dc581Ab5bFF01deBF9f268DF"
#SUPPORTED_OUTPUT_CURRENCIES="0x0000000000000000000000000000000000000000,0xEC5dCb5Dbf4B114C9d0F65BcCAb49EC54F6A0867"
# target chainId to use
#TARGET_CHAIN_ID=97
TARGET_CHAIN_ID=1337