Open s809616134 opened 1 year ago
const nonce = await wallet.getTransactionCount()
in line36, updated to
const nonce = await wallet.getNonce();
here is the etherjs documentation
in line36, updated to
here is the etherjs documentation