Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/makerdao/flash-killer-keeper
https://github.com/makerdao/flash-killer-keeper
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/makerdao/flash-killer-keeper
- Owner: makerdao
- License: agpl-3.0
- Created: 2022-03-23T16:50:20.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-04-26T14:30:29.000Z (over 2 years ago)
- Last Synced: 2023-04-04T02:07:02.550Z (almost 2 years ago)
- Language: JavaScript
- Size: 19.5 KB
- Stars: 0
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# flash-killer-keeper
This keeper checks the flash-killer to see if its `kill()` function is
available. If so, it will call it. This ensures that flash mints are
disabled if emergency shutdown is triggered.## Install
```
npm install
```## Make configuration changes
Simply edit index.js and change `WS_RPC` to your webocket URL.## Run
```
npm start
```