Skip to content

Commit

Permalink
fix hardhat config
Browse files Browse the repository at this point in the history
  • Loading branch information
malerba118 committed Feb 15, 2022
1 parent f86f7b3 commit aeda959
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions hardhat.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,9 @@ task("accounts", "Prints the list of accounts", async (taskArgs, hre) => {
*/
module.exports = {
solidity: "0.8.4",
networks: {
hardhat: {
chainId: 1337,
},
},
};

0 comments on commit aeda959

Please sign in to comment.