Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update pokeMarkets.ts #20

Open
wants to merge 1 commit into
base: linkpool/mainnet
Choose a base branch
from

Conversation

lukaie
Copy link

@lukaie lukaie commented Dec 12, 2021

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. All round data can be verified onchain. A clean build after checkout would fix the issue

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.
@lukaie
Copy link
Author

lukaie commented Dec 14, 2021

The round data can be verified onchain. It is the round immediately after 4pm required by the contract.

btc (1)
https://polygonscan.com/address/0xc907E116054Ad103354f2D350FD2514433D57F6f#readContract
round: 36893488147420136179
time: 1639170005
price: $48425.40000000
frequency: 10s

eth (2)
https://polygonscan.com/address/0xF9680D99D6C9589e2a93a78A04A279e509205945#readContract
round: 36893488147420141384
time: 1639170009
price: $4048.89000000
frequency: 10s

matic (3)
https://polygonscan.com/address/0xAB594600376Ec9fD91F8e885dADF0CE036862dE0#readContract
round: 36893488147420122720
time: 1639170017
price: $2.21200000
frequency: 20s

doge (4)
https://polygonscan.com/address/0xbaf9327b6564454F4a3364C33eFeEf032b4b4444#readContract
round: 36893488147419532819
time: 1639170009
price: $0.16847262
frequency: 10s

rep (5)
https://polygonscan.com/address/0x634b084372f88848aC8F8006DC178aA810A58E89#readContract
round: 18446744073709564204
time: 1639172123
price: $17.47283951
frequency: 30m~1h

link (6)
https://polygonscan.com/address/0xd9FFdb71EbE7496cC440152d43986Aae0AB76665#readContract
round: 36893488147420125521
time: 1639170001
price: $19.37574863
frequency: 30s

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant