Skip to content

Commit

Permalink
Feat: Updating EUROC Oracle Configurations (#10872)
Browse files Browse the repository at this point in the history
adding euroc price source
  • Loading branch information
sissnad authored Jan 11, 2024
1 parent 84fec90 commit fd7e03e
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 2 deletions.
12 changes: 10 additions & 2 deletions packages/helm-charts/oracle/EUROCEUR.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,18 @@ oracle:
{exchange: 'COINBASE', symbol: 'EUROCUSD', toInvert: false},
{exchange: 'COINBASE', symbol: 'USDTUSD', toInvert: true},
{exchange: 'COINBASE', symbol: 'USDTEUR', toInvert: false}
],
],
[
{exchange: 'BITSTAMP', symbol: 'EUROCEUR', toInvert: false},
]
],
[
{exchange: 'BITMART', symbol: 'EUROCUSDT', toInvert: false},
{exchange: 'BITMART', symbol: 'USDTEUR', toInvert: false}
],
[
{exchange: 'BITMART', symbol: 'EUROCUSDC', toInvert: false},
{exchange: 'BITMART', symbol: 'USDCEUR', toInvert: false}
]
]"
minPriceSourceCount: 2
reportStrategy: BLOCK_BASED
Expand Down
32 changes: 32 additions & 0 deletions packages/helm-charts/oracle/EUROCXOF.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,38 @@ oracle:
[
{exchange: 'BITSTAMP', symbol: 'EUROCEUR', toInvert: false},
{exchange: 'XIGNITE', symbol: 'EURXOF', toInvert: false, ignoreVolume: true}
],
[
{exchange: 'BITMART', symbol: 'EUROCUSDT', toInvert: false},
{exchange: 'BITMART', symbol: 'USDTEUR', toInvert: false},
{exchange: 'ALPHAVANTAGE', symbol: 'EURXOF', toInvert: false, ignoreVolume: true}
],
[
{exchange: 'BITMART', symbol: 'EUROCUSDT', toInvert: false},
{exchange: 'BITMART', symbol: 'USDTEUR', toInvert: false},
{exchange: 'CURRENCYAPI', symbol: 'EURXOF', toInvert: false, ignoreVolume: true}
],
[
{exchange: 'BITMART', symbol: 'EUROCUSDT', toInvert: false},
{exchange: 'BITMART', symbol: 'USDTEUR', toInvert: false},
{exchange: 'XIGNITE', symbol: 'EURXOF', toInvert: false, ignoreVolume: true}
],
[
{exchange: 'BITMART', symbol: 'EUROCUSDC', toInvert: false},
{exchange: 'BITMART', symbol: 'USDCEUR', toInvert: false},
{exchange: 'ALPHAVANTAGE', symbol: 'EURXOF', toInvert: false, ignoreVolume: true}
],
[
{exchange: 'BITMART', symbol: 'EUROCUSDC', toInvert: false},
{exchange: 'BITMART', symbol: 'USDCEUR', toInvert: false},
{exchange: 'CURRENCYAPI', symbol: 'EURXOF', toInvert: false, ignoreVolume: true}
],
[
{exchange: 'BITMART', symbol: 'EUROCUSDC', toInvert: false},
{exchange: 'BITMART', symbol: 'USDCEUR', toInvert: false},
{exchange: 'XIGNITE', symbol: 'EURXOF', toInvert: false, ignoreVolume: true}
]
]"
minPriceSourceCount: 6
Expand Down

0 comments on commit fd7e03e

Please sign in to comment.