flashloan-box icon indicating copy to clipboard operation
flashloan-box copied to clipboard

FlashLoan.deploy() not working.

Open Udayarajan opened this issue 9 months ago • 0 comments

I tried,

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.

Can you pls help.

thanks

Udayarajan avatar May 07 '24 10:05 Udayarajan