Skip to content

Commit

Permalink
bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
devlancer412 committed Jun 25, 2024
1 parent 2551361 commit 574b475
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion hardhat.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,9 @@ const config: HardhatUserConfig = {
],
},
networks: {
hardhat: {},
hardhat: {
tags: ["hardhat"],
},
localhost: {
accounts: [`0x${GOERLIPK}`],
},
Expand Down

0 comments on commit 574b475

Please sign in to comment.