Skip to content

Commit

Permalink
feat: update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
boodyvo committed Sep 25, 2024
1 parent 55fec5f commit cbbf9ad
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 8 deletions.
23 changes: 22 additions & 1 deletion alerts/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,25 @@ AWS_PROFILE=development $GOPATH/bin/alerts usdx run

## Alerts

There is a separate auction alerts service run that is described in the [doc](./auctions/README.md).
### Auction

Auction alerts tracks ongoing auctions on the Kava Chain and alerts for:

- Total value of auctions above configured value
- Percentage price deviation of auction clearing price above configured value

Runs with:
```bash
go run . auctions run
```

### USDX

USDX alerts tracks the USDX price on the Kava Chain and alerts for:

- Price deviation of USDX below configured value

Runs with:
```bash
go run . usdx run
```
7 changes: 0 additions & 7 deletions alerts/auctions/README.md

This file was deleted.

0 comments on commit cbbf9ad

Please sign in to comment.