Skip to content
This repository has been archived by the owner on Feb 18, 2020. It is now read-only.

Commit

Permalink
Update bot markets configuration example
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Sánchez committed May 23, 2019
1 parent 882beb1 commit 48584e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/bots-market-making.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@ Create a config file for the bots, like the one in
[conf/bots-conf.js.example](https://github.com/gnosis/dx-tools/blob/master/conf/bots-conf.js.example), where:

* `MARKETS`: List of the ERC20 token pairs you want the bots to watch.
* Format: `<token1>-<token2>[,<tokenN>-<tokenM>]*`
* Example: `WETH-RDN,WETH-OMG`
* Format: `[{ tokenA: <token1>, tokenB: <token2> }, { tokenA: <tokenN>, tokenB: <tokenM> }]*`
* Example: `[{ tokenA: WETH, tokenB: RDN },{ tokenA: WETH, tokenB: OMG }]`
* It's important that for every distinct token provided, you also provide the
address, the can be passed either in the config file you are creating or as ENV_VAR.
If you add them to the config file **REMEMBER** to add them to the module.exports section.
Expand Down

0 comments on commit 48584e3

Please sign in to comment.