Ted97

Results 1 comments of Ted97

Yeah, i also got this error. Here my code. ``` const transaction = { from: signer.address, to: "0x4429B1e0BE0Af0dFFB3CAb40285CBBb631EE5656", data: "0x", value: ethers.parseEther("0.01"), maxFeePerGas: ethers.parseUnits("3", "gwei"), maxPriorityFeePerGas: ethers.parseUnits("2", "gwei"), gasLimit: 21000,...