Skip to content

Commit

Permalink
chore(config): removed vulnerable dependency hardhat-docgen
Browse files Browse the repository at this point in the history
  • Loading branch information
madhurMongia committed Dec 12, 2024
1 parent 13db49b commit f382267
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 902 deletions.
6 changes: 0 additions & 6 deletions contracts/hardhat.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ import "solidity-coverage";
import "hardhat-deploy";
import "hardhat-deploy-ethers";
import "hardhat-watcher";
import "hardhat-docgen";
import "hardhat-contract-sizer";
import "hardhat-tracer";

Expand Down Expand Up @@ -188,11 +187,6 @@ const config: HardhatUserConfig = {
files: ["./test/**/*", "./src/**/*"],
},
},
docgen: {
path: "./docs",
clear: true,
runOnCompile: false,
},
tenderly: {
project: process.env.TENDERLY_PROJECT !== undefined ? process.env.TENDERLY_PROJECT : "kleros-v2",
username: process.env.TENDERLY_USERNAME !== undefined ? process.env.TENDERLY_USERNAME : "",
Expand Down
1 change: 0 additions & 1 deletion contracts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,6 @@
"hardhat-deploy": "^0.14.0",
"hardhat-deploy-ethers": "^0.4.2",
"hardhat-deploy-tenderly": "^0.2.0",
"hardhat-docgen": "^1.3.0",
"hardhat-gas-reporter": "^2.2.1",
"hardhat-tracer": "^3.1.0",
"hardhat-watcher": "^2.5.0",
Expand Down
Loading

0 comments on commit f382267

Please sign in to comment.