"Fix" default network name in hardhat config
All checks were successful
continuous-integration/drone/push Build is passing
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:
parent
f0a71ca8f1
commit
30490ce393
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user