Merge pull request #385 from hermeznetwork/feature/integratepriceupdater

Update and integrate price updater
This commit is contained in:
a_bennassar
2020-12-21 09:56:07 +01:00
committed by GitHub
5 changed files with 111 additions and 33 deletions

View File

@@ -4,6 +4,11 @@ Explorer = true
UpdateMetricsInterval = "10s"
UpdateRecommendedFeeInterval = "10s"
[PriceUpdater]
Interval = "10s"
URL = "https://api-pub.bitfinex.com/v2/"
Type = "bitfinexV2"
[Debug]
APIAddress = "localhost:12345"