Skip to content

Commit

Permalink
qa coingecko
Browse files Browse the repository at this point in the history
  • Loading branch information
DZariusz committed Jul 30, 2024
1 parent 8ed486c commit 6af5ba9
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions dev/onChainDeviation128.8.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -189,3 +189,36 @@ GOLD-USD:
name: PolygonIOCurrencySnapshotGrams
params:
ticker: C:XAUUSD

ETH-USD:
discrepancy: 0.5 # allowed discrepancy level for price signing [%]
precision: 8 # stored with 8 decimals
heartbeat: 86400 # [s]
trigger: 0.5 # [%]
interval: 60 # [s] if not provided, it will be checked every time
chains: [multiversx]
inputs:
- fetcher:
name: CoingeckoPrice
params:
id: ethereum
currency: USD
- fetcher:
name: PolygonIOCryptoPrice
params:
fsym: ETH
tsym: USD

BTC-USD:
discrepancy: 0.5
precision: 8
heartbeat: 86400
trigger: 0.5
interval: 60
chains: [multiversx]
inputs:
- fetcher:
name: CoingeckoPrice
params:
id: bitcoin
currency: USD

0 comments on commit 6af5ba9

Please sign in to comment.