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

Update markets data to top 300 liquidity pools by reserves #622

Merged
merged 1 commit into from
Oct 21, 2022

Conversation

JO-OLADEJI
Copy link
Contributor

In this PR, I updated markets data using the following graphql query:

pairs(
  first: 300
  orderBy: reserveUSD
  orderDirection: desc
  where: { volumeUSD_gt: 1 }
) {
  name
  token0 {
    id
    name
    symbol
  }
  token1 {
    id
    name
    symbol
  }
}

@0xmurloc 0xmurloc merged commit b2a7e05 into main Oct 21, 2022
@0xmurloc 0xmurloc deleted the analog/pools-update branch October 21, 2022 12:05
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