cfweb3
cfweb3 copied to clipboard
minor cleanup
- cleanup readme
await wallet1.sendTransaction({
to: addressToFund,
value: ethers.utils.parseEther("10.0") //
})
-
ethers.utils.parseEther("10.0")will return undefined, the correct way ishre.ethers.utils.parseEther("10.0")