Skip to content

Commit

Permalink
Use forced price api client by default
Browse files Browse the repository at this point in the history
  • Loading branch information
cytadela8 committed Jul 26, 2024
1 parent 2fa2249 commit 36065c2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion etc/env/base/external_price_api.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
[external_price_api_client]

# What source to use for the external price API. Currently only options are "forced", "no-op", and "coingecko".
source = "no-op"
source = "forced"
forced_numerator = 314
forced_denominator = 100

client_timeout_ms = 10000

0 comments on commit 36065c2

Please sign in to comment.