File tree Expand file tree Collapse file tree 3 files changed +24
-902
lines changed
Expand file tree Collapse file tree 3 files changed +24
-902
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,6 @@ import "solidity-coverage";
99import "hardhat-deploy" ;
1010import "hardhat-deploy-ethers" ;
1111import "hardhat-watcher" ;
12- import "hardhat-docgen" ;
1312import "hardhat-contract-sizer" ;
1413import "hardhat-tracer" ;
1514
@@ -188,11 +187,6 @@ const config: HardhatUserConfig = {
188187 files : [ "./test/**/*" , "./src/**/*" ] ,
189188 } ,
190189 } ,
191- docgen : {
192- path : "./docs" ,
193- clear : true ,
194- runOnCompile : false ,
195- } ,
196190 tenderly : {
197191 project : process . env . TENDERLY_PROJECT !== undefined ? process . env . TENDERLY_PROJECT : "kleros-v2" ,
198192 username : process . env . TENDERLY_USERNAME !== undefined ? process . env . TENDERLY_USERNAME : "" ,
Original file line number Diff line number Diff line change 8989 "hardhat-deploy" : " ^0.14.0" ,
9090 "hardhat-deploy-ethers" : " ^0.4.2" ,
9191 "hardhat-deploy-tenderly" : " ^0.2.0" ,
92- "hardhat-docgen" : " ^1.3.0" ,
9392 "hardhat-gas-reporter" : " ^2.2.1" ,
9493 "hardhat-tracer" : " ^3.1.0" ,
9594 "hardhat-watcher" : " ^2.5.0" ,
You can’t perform that action at this time.
0 commit comments