I want to get pool instance of ETH/UNI pool in Uniswap V3 on Goerli testnet.
I tried to pass WETH token address in Goerli to getPool() function, but it returns 0x0, which means that there is no such pool. Also, I tried to get balance of WETH of my wallet address, but it also returns 0. I have some WETH, though. I expect to get ETH/UNI pool and want to know exactly the relationship between ETH and WETH. Please help!