Uniswap v3 Error: Transaction reverted without a reason string
I am attempting to add liquidity to a Uniswap v3 pool using ethers.js, but I keep running into an error. I’ve successfully created two tokens (token1 and token2) and a liquidity pool using the Uniswap V3 factory contract on a fork of the Ethereum mainnet. However, I can’t seem to add liquidity to this pool despite the pool being deployed and the tokens being approved.