Skip to content

Commit

Permalink
highlighting us compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
Nadiem Sissouno committed Jul 31, 2023
1 parent 74a7a08 commit 9f7e6e5
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions packages/helm-charts/oracle/CELOEUR.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,15 @@ oracle:
circuitBreakerPriceChangeThreshold: 0.25
gasPriceMultiplier: 1.5
priceSources: "[
[
{exchange: 'BINANCE', symbol: 'CELOUSDT', toInvert: false},
{exchange: 'BINANCE', symbol: 'EURUSDT', toInvert: true}
],
[
{exchange: 'BINANCE', symbol: 'CELOBTC', toInvert: false},
{exchange: 'BINANCE', symbol: 'BTCEUR', toInvert: false}
],
# US compatible
[
{exchange: 'COINBASE', symbol: 'CELOEUR', toInvert: false}],
[
Expand All @@ -23,14 +32,7 @@ oracle:
{exchange: 'COINBASE', symbol: 'CELOBTC', toInvert: false},
{exchange: 'COINBASE', symbol: 'BTCEUR', toInvert: false}
],
[
{exchange: 'BINANCE', symbol: 'CELOUSDT', toInvert: false},
{exchange: 'BINANCE', symbol: 'EURUSDT', toInvert: true}
],
[
{exchange: 'BINANCE', symbol: 'CELOBTC', toInvert: false},
{exchange: 'BINANCE', symbol: 'BTCEUR', toInvert: false}
],
[
{exchange: 'OKX', symbol: 'CELOUSDT', toInvert: false},
{exchange: 'COINBASE', symbol: 'USDTEUR', toInvert: false}
Expand Down

0 comments on commit 9f7e6e5

Please sign in to comment.