Skip to content

Commit

Permalink
Merge pull request #127 from RealityETH/fixHardhatArtifactPath
Browse files Browse the repository at this point in the history
Stop putting all the artifacts under ForkonomicToken
  • Loading branch information
edmundedgar authored Dec 19, 2023
2 parents ee63096 + c475b3c commit 40c2ebf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hardhat.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ module.exports = {
paths: {
sources: './contracts/',
cache: './cache_hardhat',
artifacts: './out/ForkonomicToken.sol',
artifacts: './out',
},
solidity: {
compilers: [
Expand Down

0 comments on commit 40c2ebf

Please sign in to comment.