You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -52,6 +52,9 @@ After this add your private keys and wallet addresses to .env file.
52
52
```
53
53
yarn start
54
54
```
55
+
Once the server is started you will need to ping `localhost:3000/subscribe` to start polling for prices. Without subscribing to events , the arbitrage bot will not work.
56
+
57
+
You can unsubscribe from the ethereum events by hitting localhost:3000/unsubscribe.
0 commit comments