Skip to content

Commit

Permalink
Updating hardhat config
Browse files Browse the repository at this point in the history
To create a local dev network.
  • Loading branch information
san-est committed Jun 13, 2024
1 parent 446aaaa commit 66a2052
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions hardhat/hardhat.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,9 @@ require("@nomicfoundation/hardhat-toolbox");
/** @type import('hardhat/config').HardhatUserConfig */
module.exports = {
solidity: "0.8.24",
networks: {
devnet: {
url: "http://localhost:8545",
},
},
};

0 comments on commit 66a2052

Please sign in to comment.