-
Notifications
You must be signed in to change notification settings - Fork 0
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
fix: reprio subgraph url sources #42
Conversation
gosuto-inzasheru
commented
Sep 24, 2024
•
edited
Loading
edited
- fixes outdated subgraph urls by prioritising sdk over frontendv2 as a url source
@@ -18,7 +18,6 @@ query LiquidPoolsProtocolYieldFee { | |||
{ poolTypeVersion: 1 } | |||
] | |||
} | |||
{ poolType_contains_nocase: "Gyro" } |
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.
Is this saying that any Gyro pool charges a yield fee?
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.
this was the assumption in the old query, yes.
by removing the gyro just falls back into the first or case, meaning it needs to have a yield fee > 0 just like the rest
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.
waiting for clarity from data team, reverted this commit for now
This reverts commit 2b99af5.