Skip to content

Commit

Permalink
EUROCEUR Oracle Config (#10522)
Browse files Browse the repository at this point in the history
  • Loading branch information
sissnad authored Sep 7, 2023
1 parent 66b1fb3 commit 0d433bc
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions packages/helm-charts/oracle/EUROCEUR.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
oracle:
currencyPair: EUROCEUR
aggregation:
mid:
maxExchangeVolumeShare: 1
maxPercentageDeviation: 0.01
maxPercentageBidAskSpread: 0.005
metrics:
enabled: true
prometheusPort: 9090
apiRequestTimeoutMs: 5000
circuitBreakerPriceChangeThreshold: 0.25
gasPriceMultiplier: 1.5
priceSources: "[
[
{exchange: 'COINBASE', symbol: 'EUROCEUR', toInvert: false}
],
[
{exchange: 'COINBASE', symbol: 'EUROCUSD', toInvert: false},
{exchange: 'COINBASE', symbol: 'USDTUSD', toInvert: true},
{exchange: 'COINBASE', symbol: 'USDTEUR', toInvert: false}
],
[
{exchange: 'BITSTAMP', symbol: 'EUROCEUR', toInvert: false},
]
]"
minPriceSourceCount: 3
reportStrategy: BLOCK_BASED
reporter:
blockBased:
minReportPriceChangeThreshold: 0.0005 # 0.05%

0 comments on commit 0d433bc

Please sign in to comment.