From e8bb1bc22925fe142ab774878517ed52ed359376 Mon Sep 17 00:00:00 2001 From: nicholaspai <9457025+nicholaspai@users.noreply.github.com> Date: Fri, 25 Mar 2022 11:56:17 -0600 Subject: [PATCH] fix: Update OCEANUSD markets (#3862) --- .../src/price-feed/DefaultPriceFeedConfigs.ts | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/packages/financial-templates-lib/src/price-feed/DefaultPriceFeedConfigs.ts b/packages/financial-templates-lib/src/price-feed/DefaultPriceFeedConfigs.ts index a8967cf185..0ef60b9fa1 100644 --- a/packages/financial-templates-lib/src/price-feed/DefaultPriceFeedConfigs.ts +++ b/packages/financial-templates-lib/src/price-feed/DefaultPriceFeedConfigs.ts @@ -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: { @@ -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: {