From 33f418abe5ee452479cc057fc4cf4c655429fa4a Mon Sep 17 00:00:00 2001 From: lukaie <61823514+lukaie@users.noreply.github.com> Date: Sun, 12 Dec 2021 04:23:58 -0500 Subject: [PATCH] Update pokeMarkets.ts The Dec 10, 2021 crypto markets still haven't been resolved because REP pricing data was not available during normal scheduled time linkpool script performs. Chainlink posted the round data after 4:35pm ET, 20~30 minutes after linkpool's schedule. Further delay in resolution may cause linkpool scripts to timeout due to large amount of pricing data accumulated since 4pm Friday. Update the hackyResolveRoundIds to post new round data for those 6 affected market on 12/10/2021. --- .../composites/augur/src/methods/pokeMarkets.ts | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/packages/composites/augur/src/methods/pokeMarkets.ts b/packages/composites/augur/src/methods/pokeMarkets.ts index df27eb4d9e9..eb55bebae51 100644 --- a/packages/composites/augur/src/methods/pokeMarkets.ts +++ b/packages/composites/augur/src/methods/pokeMarkets.ts @@ -16,13 +16,13 @@ type HackyResolveRoundIDs = { } const hackyResolveRoundIds: HackyResolveRoundIDs = { - 1637355600: { - ETH: '36893488147419981809', - BTC: '36893488147419975892', - MATIC: '36893488147419964172', - REP: '18446744073709562952', - DOGE: '36893488147419373053', - LINK: '36893488147419965958', + 1639170000: { + ETH: '36893488147420141384', + BTC: '36893488147420136179', + MATIC: '36893488147420122720', + REP: '18446744073709564204', + DOGE: '36893488147419532819', + LINK: '36893488147420125521', }, }