Add ccxt_config to both config_samples

This commit is contained in:
Matthias
2018-10-04 20:34:33 +02:00
parent d1edcf9dcd
commit ddc1513286
2 changed files with 10 additions and 7 deletions

View File

@@ -28,7 +28,10 @@
"name": "bittrex",
"key": "your_exchange_key",
"secret": "your_exchange_secret",
"ccxt_rate_limit": true,
"ccxt_config": {"enableRateLimit": true},
"ccxt_async_config": {
"enableRateLimit": false
},
"pair_whitelist": [
"ETH/BTC",
"LTC/BTC",