Uniswap / v3-subgraph

Subgraph for Uniswap V3
GNU General Public License v3.0
349 stars 481 forks source link

BSC v3 graph returning no position data #171

Open NoUJoe opened 1 year ago

NoUJoe commented 1 year ago

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": [] } }

tunailgaz commented 1 year ago

any update on this?

NoUJoe commented 1 year ago

I think the devs are hibernating

tunailgaz commented 1 year ago

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

NoUJoe commented 1 year ago

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

luiztools commented 1 year ago

Where is the Discord link?

tunailgaz commented 1 year ago

@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

luiztools commented 1 year ago

Thanks man!