Synthetixio / kwenta

DEPRECATED. Please use: https://github.com/Kwenta/kwenta
MIT License
11 stars 20 forks source link

feat(L2): Subgraph data on optimistic mainnet #471

Closed jcmonte closed 2 years ago

jcmonte commented 2 years ago

Updates to latest monorepo packages with official optimistic subgraph endpoints

vercel[bot] commented 2 years ago

This pull request is being automatically deployed with Vercel (learn more).
To see the status of your deployment, click below or on the icon next to each commit.

🔍 Inspect: https://vercel.com/synthetixio/kwenta/EzyboZsHyxZmNeUMFGoSKh9GvSx2
✅ Preview: https://kwenta-git-feat-optimistic-mainnet-subgraphs-synthetixio.vercel.app

jcmonte commented 2 years ago

does the wei package not have to be on the same version as well, like we previously sort of thought?

technically the @synthetixio/wei version didn't change here within @synthetixio/queries so we don't have to worry about that types issue

it only seems to be the case with dev versions of the depedencies because when we deploy new dev packages it redeploys every package in the monorepo with a new commit hash.

ie. synthetixio/queries ver 0.0.0.fh3hf3yff387f would be looking for Wei ver 0.0.0.fh3hf3yff387f instead of the latest 2.47.0-ovm

kmeraz commented 2 years ago

does the wei package not have to be on the same version as well, like we previously sort of thought?

technically the @synthetixio/wei version didn't change here within @synthetixio/queries so we don't have to worry about that types issue

it only seems to be the case with dev versions of the depedencies because when we deploy new dev packages it redeploys every package in the monorepo with a new commit hash.

ie. synthetixio/queries ver 0.0.0.fh3hf3yff387f would be looking for Wei ver 0.0.0.fh3hf3yff387f instead of the latest 2.47.0-ovm

got it. makes sense. thanks for the explanation