pool = IUniswapV3Pool(getPool(_token0, _token1, _fee));
pool.flash(address(this),amount0, amount1,data);
getting error: Transaction reverted: function call to a non-contract account.
console.log(address(this)); prints address of smart contract.
thanks
Uday
pool = IUniswapV3Pool(getPool(_token0, _token1, _fee));
pool.flash(address(this),amount0, amount1,data);
getting error: Transaction reverted: function call to a non-contract account.
console.log(address(this)); prints address of smart contract.
thanks
Uday