You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
9 months ago | |
---|---|---|
.gitattributes | 9 months ago | |
.gitignore | 9 months ago | |
LICENSE | 9 months ago | |
README.md | 9 months ago | |
index.js | 9 months ago | |
package-lock.json | 9 months ago | |
package.json | 9 months ago | |
state.json | 9 months ago |
README.md
enginePoolMonitor
Quickly and easily see the trades being one on a hive-engine pool.
When running, you'll just need to modify these 3 lines, currently they are 7-9.
const ENGINE_NODE = "https://us.engine.rishipanthee.com/"
const DISCORD_WEBHOOK_URL = ""
const SYMBOL_TO_MONITOR = "SWAP.HIVE"
They should be pretty self explinatory.