You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Not necessarily if it’s related to ethers.js, but if you check your wallet address on Sepolia Scan one minute later, the contract will eventually be created.
const FlashLoan = await hre.ethers.getContractFactory("FlashLoan");
const flashLoan = await FlashLoan.deploy("0x012bAC54348C0E635dCAc9D5FB99f06F24136C9A");
Flash Loan is not deployed.
Address is POOLADDRESSPROVIDER AAVE-V3 for Ethereum Sepolia Testnet.
The text was updated successfully, but these errors were encountered: