Bitcoin
Blockchain – Flash Loan Deploy() does not work.
await const FlashLoan = hre.ethers.getContractFactory(“FlashLoan”); // OK const flashLoan = wait FlashLoan.deploy(“0x012bAC54348C0E635dCAc9D5FB99f06F24136C9A”); // it’s not okay
console.log(“After deployment”);
Flash Loan is not distributed. The address is IPOOLADDRESSPROVIDER-AAVE – Ethereum SEPOLIA testnet. “After Deployment” is not printed and goes to the Catch block as an exception.
I’m having trouble deploying it.
Uday