From 8137496a13f7e822b91f921cb9b25bb519766b32 Mon Sep 17 00:00:00 2001 From: "Ricardo J. Mendez" Date: Mon, 13 Dec 2021 10:45:27 +0100 Subject: [PATCH] Fixed INTERVAL_REBALANCE explanation --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3c674dc..c40545b 100644 --- a/README.md +++ b/README.md @@ -21,10 +21,10 @@ To run the liquidator you will need: | `INTERVAL` | `3500` | Milliseconds to wait before checking for sick accounts | | `INTERVAL_ACCOUNTS` | `600000` | Milliseconds to wait before reloading all Mango accounts | | `INTERVAL_WEBSOCKET` | `300000` | Milliseconds to wait before reconnecting to the websocket | -| `INTERVAL_REBALANCE` | `10000` | Milliseconds to wait before reconnecting to the websocket | +| `INTERVAL_REBALANCE` | `10000` | Milliseconds to wait before doing another account rebalance | | `LIQOR_PK` | N/A | Liqor Mango Account Public Key, by default uses the largest value account owned by the keypair | | `WEBHOOK_URL` | N/A | Discord webhook URL to post liquidation events and errors to | -| `LIAB_LIMIT` | `0.9` | Percentage of your available margin to use when taking on liabs | +| `LIAB_LIMIT` | `0.9` | Percentage of your available margin to use when taking on liabilities | You can add these variables to a `.env` file in the project root to load automatically on liquidator startup. For example: ```bash