Setting up Metamask
The RPC node must be running.
Creating a custom RPC
Select "Add Network".
Choose a name for the RPC.
Fill-in the url field with the url of the node.
Fill-in the chainId field with the chainId of your node.
Hardhat default url is http://127.0.0.1:8545/
Hardhat default chainId is 31337
Last updated
Was this helpful?