Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

minor cleanup #23

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

peopledrivemecrazy
Copy link
Contributor

  • cleanup readme
await wallet1.sendTransaction({
    to: addressToFund,
    value: ethers.utils.parseEther("10.0") // 
  })
  • ethers.utils.parseEther("10.0") will return undefined, the correct way is hre.ethers.utils.parseEther("10.0")

@jkup jkup self-requested a review October 13, 2021 19:04
Copy link
Contributor

@kristianfreeman kristianfreeman left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Main code change looks good! Unsure if we should add the README part due to my comment - @jkup what do you think?

@@ -10,6 +10,9 @@ npx hardhat compile
npx hardhat clean
npx hardhat test
npx hardhat node
node scripts/sample-script.js
node scripts/test/sample-test.js
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's good for people to know these exist! They aren't very well-documented though - I used them while I was developing this 🤔

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants