Skip to content

Commit

Permalink
Added pathvariables to hardhat.config.js to customize file pathlocations
Browse files Browse the repository at this point in the history
  • Loading branch information
HansRobrecht committed Sep 13, 2022
1 parent 3f649bd commit 7e670a9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions hardhat.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,10 @@ require("@nomicfoundation/hardhat-toolbox");
/** @type import('hardhat/config').HardhatUserConfig */
module.exports = {
solidity: "0.8.9",
paths: {
sources: "./examples",
tests: "./test",
cache: "./cache",
artifacts: "./artifacts"
}
};

0 comments on commit 7e670a9

Please sign in to comment.