Skip to content

Commit

Permalink
update readme, info
Browse files Browse the repository at this point in the history
  • Loading branch information
thanhson1085 committed Sep 13, 2020
1 parent 68ba027 commit 5273fce
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ mm-bot info

Step 2: Send quote token, base token to the main address of the bot.

For example, you list FRONT/USDT. You have to send at least 1000 USD (in FRONT) and 1000 USDT to the main address.
For example, you want to run bot for pair FRONT/USDT. You have to send at least 1000 USD (in FRONT) and 1000 USDT to the main address.


Step 3: Run bot
Expand Down
5 changes: 5 additions & 0 deletions mm-bot
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,11 @@ ORDER_STEP=0.02`
let info = {}
info.CONFIG_PATH = configPath
info.MAIN_ADDR = process.env.MAIN_ADDR
info.BASE_TOKEN = process.env.BASE_TOKEN
info.BASE_SYMBOL = process.env.BASE_SYMBOL
info.QUOTE_TOKEN = process.env.QUOTE_TOKEN
info.QUOTE_SYMBOL = process.env.QUOTE_SYMBOL
info.PRICE_PROVIDER = process.env.PRICE_PROVIDER
console.log(info)
})

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mm-bot",
"version": "0.1.9-beta",
"version": "0.1.10-beta",
"scripts": {
"start": "./mm-bot start",
"lint": "eslint --cache ./ --ext .js"
Expand Down

0 comments on commit 5273fce

Please sign in to comment.