Skip to content

Commit

Permalink
release: v0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sambacha committed Sep 15, 2022
1 parent 7bf6eaf commit c6d4600
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,13 +41,13 @@ These libraries are *required*

Will start 4 processes.

q realtime db for user balances
subscribe to all lender events to update db balances
query snapshot of every user balance (will take a long time to complete but liquidations can still occur in the background)
scan for unstable health and try to liquidate (prompt will appear for unlocking your accounts)
logs folder will hold log info
q realtime db for user balances.
subscribe to all lender events to update db balances.
query snapshot of every user balance (will take a long time to complete but liquidations can still occur in the background).
scan for unstable health and try to liquidate (prompt will appear for unlocking your accounts).
logs folder will hold log info.

To view live user balances and health: http://localhost:5010
To view live user balances and health: `http://localhost:5010`.

## Utils

Expand Down

0 comments on commit c6d4600

Please sign in to comment.