Created
June 2, 2025 05:26
-
-
Save sarvagnakadiya/339257dd7a2c8e217de00196ad23d87c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
pools( | |
where: {token0: "${token0}", token1: "${token1}"} | |
orderBy: liquidity | |
orderDirection: desc | |
) { | |
feeTier | |
liquidity | |
} | |
} | |
// HMuAwufqZ1YCRmzL2SfHTVkzZovC9VL2UAKhjvRqKiR1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment