Skip to content

Commit

Permalink
fix: Update OCEANUSD markets (UMAprotocol#3862)
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholaspai authored Mar 25, 2022
1 parent 732ce37 commit e8bb1bc
Showing 1 changed file with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -708,8 +708,7 @@ export const defaultConfigs: { [name: string]: { type: string; [key: string]: an
historicalTimestampBuffer: 60,
medianizedFeeds: [
{ type: "cryptowatch", exchange: "binance", pair: "oceanusdt" },
{ type: "cryptowatch", exchange: "kraken", pair: "oceanusd" },
{ type: "cryptowatch", exchange: "bitz", pair: "oceanusdt" },
{ type: "cryptowatch", exchange: "gateio", pair: "oceanusdt" },
],
},
OCEANUSD: {
Expand All @@ -718,8 +717,7 @@ export const defaultConfigs: { [name: string]: { type: string; [key: string]: an
historicalTimestampBuffer: 60,
medianizedFeeds: [
{ type: "cryptowatch", exchange: "binance", pair: "oceanusdt" },
{ type: "cryptowatch", exchange: "kraken", pair: "oceanusd" },
{ type: "cryptowatch", exchange: "bitz", pair: "oceanusdt" },
{ type: "cryptowatch", exchange: "gateio", pair: "oceanusdt" },
],
},
USDBTC_18DEC: {
Expand Down

0 comments on commit e8bb1bc

Please sign in to comment.