KundanNetset

Results 7 issues of KundanNetset

How to get app id

bug

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