-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
feat: opBNB farm #8599
feat: opBNB farm #8599
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
3 Ignored Deployments
|
|
Typescript errors check1926 ts errors detected in all the codebase 😟. Well done: no ts errors in files changed in this PR! 🎉 |
apis/farms/src/v3.ts
Outdated
@@ -48,6 +48,10 @@ export const V3_SUBGRAPH_CLIENTS = { | |||
[ChainId.BASE]: new GraphQLClient('https://api.studio.thegraph.com/query/45376/exchange-v3-base/version/latest', { | |||
fetch, | |||
}), | |||
// @todo @Chef-Jerry add opbnb subgraph | |||
[ChainId.OPBNB]: new GraphQLClient('https://opbnb-mainnet-graph.nodereal.io/subgraphs/name/pancakeswap/exchange-v3', { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
subgraphs are also exported from chains pkg. Let's import from chains
d4b8c73
to
a78be11
Compare
a78be11
to
ab34601
Compare
copilot:all