v3-subgraph icon indicating copy to clipboard operation
v3-subgraph copied to clipboard

BSC v3 graph returning no position data

Open NoUJoe opened this issue 2 years ago • 7 comments

Subgraph for BSC isn't returning any position data.

https://thegraph.com/hosted-service/subgraph/ianlapham/uniswap-v3-bsc

Given the query

{ positions{ id } }

Returns:

{ "data": { "positions": [] } }

NoUJoe avatar Jun 11 '23 18:06 NoUJoe

any update on this?

tunailgaz avatar Jul 12 '23 16:07 tunailgaz

I think the devs are hibernating

NoUJoe avatar Jul 12 '23 22:07 NoUJoe

Well working with BSC kinda hard tho, they scale up real fast and very hard to sync. So I assume its not buggy code or anything just they dont have the data I guess..

@NoUJoe and I saw you had hard time to find bsc offical~ endpoints like me, all the updated resources are on their discord server, you just need to join follow initial instructions then all channels will appear. Devs are active there and response real fast <3

tunailgaz avatar Jul 13 '23 10:07 tunailgaz

@tunailgaz thanks for the tip. Have joined the server, appreciate that!

NoUJoe avatar Aug 14 '23 19:08 NoUJoe

Where is the Discord link?

luiztools avatar Sep 06 '23 18:09 luiztools

@luiztools https://discord.gg/RtjeQU6q and for those whos looking for working self-hosted endpoints on thegraph I am using these:

ethereum: https://api.thegraph.com/subgraphs/name/uniswap/uniswap-v3 polygon: https://api.thegraph.com/subgraphs/name/ianlapham/uniswap-v3-polygon bsc: https://api.thegraph.com/subgraphs/name/revert-finance/uniswap-v3-bnb arbitrum: https://api.thegraph.com/subgraphs/name/revert-finance/uniswap-v3-arbitrum optimism: https://api.thegraph.com/subgraphs/name/ianlapham/optimism-post-regenesis avalanche: https://api.thegraph.com/subgraphs/name/lynnshaoyu/uniswap-v3-avax celo: https://thegraph.com/hosted-service/subgraph/jesse-sawa/uniswap-celo

tunailgaz avatar Sep 19 '23 15:09 tunailgaz

Thanks man!

luiztools avatar Sep 19 '23 17:09 luiztools