Skip to content

Commit f8a3592

Browse files
committed
update readme
update deps
1 parent 1b0babd commit f8a3592

File tree

2 files changed

+1246
-523
lines changed

2 files changed

+1246
-523
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -30,18 +30,18 @@ This is an arbitrage bot that uses existing price aggregators such as `1inch` to
3030

3131
- Update `.env` to contain your trading preferences and wallet info such private and public key
3232

33-
To receive trade notifications on telegram, you need to create a telegram bot at
33+
### [UPDATE]
3434

35-
[BotFather](https://t.me/BotFather). Send `/start` and follow prompts to create a tg bot, finally copy the Token the one below `Use this token to access the HTTP API:`
36-
and set it to be the bot token value
35+
- To receive trade notifications on telegram, you need to create a telegram bot at [BotFather](https://t.me/BotFather). Send `/start` and follow prompts to create a tg bot, finally copy the Token the one below `Use this token to access the HTTP API:`
36+
and set it to be the bot token value
3737

38-
For Mongo DB you need to install mongodb for your OS according to this [guide](https://www.mongodb.com/docs/manual/installation/#mongodb-installation-tutorials)
38+
- For Mongo DB you need to install mongodb for your OS according to this [guide](https://www.mongodb.com/docs/manual/installation/#mongodb-installation-tutorials)
3939

4040
- Finally run the app by
4141

42-
```
43-
yarn start
44-
```
42+
```
43+
yarn start
44+
```
4545

4646
#### TODO:
4747

0 commit comments

Comments
 (0)