"Fix" default network name in hardhat config
All checks were successful
continuous-integration/drone/push Build is passing

Some scripts require "hardhat" while others require "localhost". But we
can fix whatever doesn't work directly in the package config.
This commit is contained in:
Râu Cao 2023-08-24 14:52:38 +02:00
parent f0a71ca8f1
commit 30490ce393
Signed by: raucao
GPG Key ID: 15E65F399D084BA9

View File

@ -62,7 +62,7 @@ task("create-wallet", "Creates a new wallet json", async () => {
*/
module.exports = {
solidity: "0.8.2",
defaultNetwork: "hardhat",
defaultNetwork: "localhost",
networks: {
hardhat: {
chainId: 1337,