PatrickAlphaC / ethers-simple-storage-fcc

90 stars 128 forks source link

update deploy.js : get nonce method updated in etherjs@6.7.1 #100

Open s809616134 opened 1 year ago

s809616134 commented 1 year ago
 const nonce = await wallet.getTransactionCount()

in line36, updated to

const nonce = await wallet.getNonce();

here is the etherjs documentation