-
Notifications
You must be signed in to change notification settings - Fork 9
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
Add GyroEV2 pool #71
Add GyroEV2 pool #71
Conversation
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.
I think the onChainPoolDataEnricher needs to be updated to get the GyroE V2 tokenRates?
The current poolDataQuery helper doesn't support that. Could be done using a separate mulitcall like this. It would be more convenient if we updated the poolDataQuery helper but not sure if that's a reasonable approach?
…oken-rates # Conflicts: # test/gyroEV2Pool.integration.test.ts
Add token rates to pool enricher using multicall
Note:
POLYGON_RPC_URL
as env var (and it should also be added to github secrets in order to have PR checks working as expected)