Open NoUJoe opened 1 year ago
any update on this?
I think the devs are hibernating
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 thanks for the tip. Have joined the server, appreciate that!
Where is the Discord link?
@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
Thanks man!
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": [] } }