I've connected metamask to a node created with hardhat. I can connect to this node on http://localhost:8545 network in metamask after setting the chain id to match the hardhat network chain id (31337)
How can I send ether to the accounts/addresses on the localhost network so that these accounts have enough ether to deploy a contract?