generalized-aave-flashloans icon indicating copy to clipboard operation
generalized-aave-flashloans copied to clipboard

issue with FlashLoan.deploy()

Open Udayarajan opened this issue 9 months ago • 0 comments

const FlashLoan = await hre.ethers.getContractFactory("FlashLoan");

const flashLoan = await FlashLoan.deploy("0x012bAC54348C0E635dCAc9D5FB99f06F24136C9A");

Flash Loan is not deployed. Address is POOLADDRESSPROVIDER AAVE-V3 for Sepolia Testnet.

Udayarajan avatar May 07 '24 10:05 Udayarajan