Skip to content

Commit

Permalink
Merge pull request #357 from tranchess/dev-terry-abis
Browse files Browse the repository at this point in the history
Update hardhat-api-exporter config
  • Loading branch information
bill-clippy authored Nov 7, 2024
2 parents a5ea53f + 1ea91c4 commit fbd72f1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
/cache/
/artifacts/
/deployed_addresses/
/exported_abi/
/coverage/
/coverage.json
/.env
2 changes: 1 addition & 1 deletion hardhat.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ const config: HardhatUserConfig = {
excludeContracts: ["test/", "utils/", "misc/"],
},
abiExporter: {
path: "./artifacts/abi",
path: "./exported_abi",
runOnCompile: true,
clear: true,
},
Expand Down

0 comments on commit fbd72f1

Please sign in to comment.