Signed-off-by: microwavedcola1 <microwavedcola@gmail.com>
This commit is contained in:
microwavedcola1 2021-09-17 00:13:47 +02:00
parent 44f3426ef4
commit 5bfa80999e
4 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
# Pre-requisites
* expects your private key to be present in ~/.config/solana/id.json
* expects your private key to be present in `~/.config/solana/id.json`
# How to run while developing
* `yarn install`

View File

@ -21,7 +21,7 @@ MAX_LONG_POSITION = 0.002
MAX_SHORT_POSITION = -0.002
MAX_ORDERS = 4
watched_files_mtimes = [(f, getmtime(f)) for f in ["market_maker.py"]]
watched_files_mtimes = [(f, getmtime(f)) for f in ["example3_market_maker.py"]]
logging.basicConfig(
format="%(asctime)s %(levelname)-2s %(message)s",