Suvanch
Suvanch
Hey were you able to find a solution to this problem?
I change my code to look like this but I still have the same problem. `let receipt = await swapTx.wait(Number.MIN_SAFE_INTEGER);` I also tried it like this `let receipt = await...
const provider = new ethers.WebSocketProvider("ws://127.0.0.1:8545/"); const wallet = new hre.ethers.Wallet("0xac0974bec39a17e36ba4a6b4d238ff944bacb478cbed5efcae784d7bf4f2ff80"); const signer = wallet.connect(provider); The Private key is the first wallet created by Hardhat.