Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixup: settings for default.yaml #31

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 4 additions & 10 deletions bitshares_pricefeed/examples/default.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ exchanges:
####################################
google:
klass: Google
enable: True
enable: False
quotes:
- ARS
- TRY
Expand Down Expand Up @@ -103,11 +103,9 @@ exchanges:
- KRW
- SEK
- RUB
base:
bases:
# Only USD with free subscription
- USD
quoteNames:
RUB: RUBLE
currencylayer:
klass: CurrencyLayer
enable: True
Expand All @@ -131,7 +129,7 @@ exchanges:
- KRW
- RUB
- SEK
base:
bases:
# Only USD with free subscription
- USD
quoteNames:
Expand Down Expand Up @@ -185,7 +183,6 @@ exchanges:
quotes:
- BTC
bases:
- CNY
- USD
huobi:
klass: Huobi
Expand All @@ -206,7 +203,7 @@ exchanges:
- BTC
bittrex:
klass: Bittrex
enable: True
enable: False
quotes:
- BTS
bases:
Expand Down Expand Up @@ -309,17 +306,14 @@ default:
# Choose from: - "*": all,
# - loaded exchanges (see below)
sources:
- google
- fixer
- openexchangerates
- currencylayer
- btcavg
- quandl
- bitstamp
- btcavg
- okcoin
- poloniex
- bittrex
- zb
- coinmarketcap
- aex
Expand Down
Loading