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

fix: reprio subgraph url sources #42

Merged
merged 7 commits into from
Sep 25, 2024

Conversation

gosuto-inzasheru
Copy link
Collaborator

@gosuto-inzasheru gosuto-inzasheru commented Sep 24, 2024

  • fixes outdated subgraph urls by prioritising sdk over frontendv2 as a url source

@gosuto-inzasheru gosuto-inzasheru changed the title fix: fix: eclp pools need protocol fee share and reprio subgraph url sources Sep 24, 2024
@gosuto-inzasheru gosuto-inzasheru marked this pull request as ready for review September 25, 2024 10:05
@@ -18,7 +18,6 @@ query LiquidPoolsProtocolYieldFee {
{ poolTypeVersion: 1 }
]
}
{ poolType_contains_nocase: "Gyro" }
Copy link
Contributor

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?

Copy link
Collaborator Author

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

Copy link
Collaborator Author

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

@gosuto-inzasheru gosuto-inzasheru changed the title fix: eclp pools need protocol fee share and reprio subgraph url sources fix: reprio subgraph url sources Sep 25, 2024
@gosuto-inzasheru gosuto-inzasheru merged commit ca9b91a into main Sep 25, 2024
4 checks passed
@gosuto-inzasheru gosuto-inzasheru deleted the fix/false_positives_core_pools_eclp branch September 25, 2024 12:19
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.

2 participants