Replies: 1 comment 3 replies
-
Hey @xrd just replace |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
This is using Hardhat with ethers.js:
My test wants to deploy a contract and then I want to send ether to it:
When I run
npx hardhat test
, I see this:My contract
contracts/HandleEther.sol
looks like this:My hardhat.config.js:
My package.json is:
Beta Was this translation helpful? Give feedback.
All reactions