Matthew

Results 1 issues of Matthew

I'm using js code from [link](https://gist.github.com/BlockmanCodes/f02057b84a15617a99c2e8be548b42ef), with ethers package. I'm trying to connect to 'https://api.thegraph.com/subgraphs/name/uniswap/uniswap-v3' with ``` const provider = new ethers.InfuraProvider(null, infura_api_key) const URL = 'https://api.thegraph.com/subgraphs/name/uniswap/uniswap-v3' const factoryQuery =...