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

Commit

Permalink
Add token list to configuration example
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Sánchez committed Feb 8, 2019
1 parent ca7e7af commit 7b3d3b4
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions source/bots-market-making.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@ Create a config file for the bots, like the one in
* **WETH_TOKEN_ADDRESS**: `0xc58b96a0278bd2c77bc93e01b148282fb8e753a5`
* **RDN_TOKEN_ADDRESS**: `0x3615757011112560521536258c1e7325ae3b48ae`
* **OMG_TOKEN_ADDRESS**: `0x00df91984582e6e96288307e9c2f20b38c8fece9`
* `TOKENS`: List of the ERC20 tokens to be used with the bots.
* This list is handful to configure the `BALANCE_CHECK_BOT` and `DEPOSIT_BOT`
* `MAIN_BOT_ACCOUNT`:
* Select the main bot account (account index of the ones generated from the `MNEMONIC`)
* The main bot account that will be used to generate reports
Expand Down Expand Up @@ -80,14 +82,6 @@ account generated by that mnemonic.
* Url for a Ethereum node
* You can use your own node or setup infura for example:
`https://rinkeby.infura.io`
* `MARKETS`: List of the ERC20 token pairs you want the bots to watch.
* Format: `<token1>-<token2>[,<tokenN>-<tokenM>]*`
* Example: `WETH-RDN,WETH-OMG`
* It's important that for every distinct token provided, you also provide the
addresses, in the case of the previous example:
* **WETH_TOKEN_ADDRESS**: `0xc58b96a0278bd2c77bc93e01b148282fb8e753a5`
* **RDN_TOKEN_ADDRESS**: `0x3615757011112560521536258c1e7325ae3b48ae`
* **OMG_TOKEN_ADDRESS**: `0x00df91984582e6e96288307e9c2f20b38c8fece9`
* `NODE_ENV`:
* Optional, `local` is the default
* Can be one of the following: `local`, `dev`, `pre` or `pro`
Expand Down

0 comments on commit 7b3d3b4

Please sign in to comment.