Skip to content

Commit

Permalink
fixed missing entry in config-example.py
Browse files Browse the repository at this point in the history
  • Loading branch information
xeroc committed Oct 27, 2015
1 parent cfb9fec commit bc8df18
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions scripts/pricefeeds/config-example.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,14 @@
minValidAssetPriceInBTC = 0.00001# minimum valid price for BTS in BTC

## Enable exchanges
enable_yunbi = True
enable_yunbi = False # currently halted
enable_btc38 = True
enable_bter = False
enable_poloniex = True
enable_bittrex = True
enable_btcavg = True
enable_ccedk = True
enable_btcid = True

## trust level for exchanges (if an exception happens and level is 0.8 script
## will quit with a failure)
Expand All @@ -41,4 +42,5 @@
poloniex_trust_level = 1.0
bittrex_trust_level = 0.5
yunbi_trust_level = 0.8
ccedk_trust_level = 0.8
ccedk_trust_level = 1.0
btcid_trust_level = 1.0

0 comments on commit bc8df18

Please sign in to comment.