KundanNetset
Results
7
issues of
KundanNetset
const poolContract = new ethers.Contract( currentPoolAddress, IUniswapV3PoolABI.abi, provider ) const [token0, token1, fee] = await Promise.all([ poolContract.token0(), poolContract.token1(), poolContract.fee(), ])