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

EUROCEUR Config #10522

Merged
merged 8 commits into from
Sep 7, 2023
Merged
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
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%
Loading