File tree 3 files changed +119
-219
lines changed
3 files changed +119
-219
lines changed Original file line number Diff line number Diff line change 1
1
module . exports = {
2
- configureYulOptimizer : true ,
3
- solcOptimizerDetails : {
4
- peephole : false ,
5
- inliner : false ,
6
- jumpdestRemover : false ,
7
- orderLiterals : true , // <-- TRUE! Stack too deep when false
8
- deduplicate : false ,
9
- cse : false ,
10
- constantOptimizer : false ,
11
- yul : true ,
12
- } ,
13
2
skipFiles : [ "BokkyPooBahsRedBlackTreeLibrary.sol" , "test/" ] ,
14
3
} ;
Original file line number Diff line number Diff line change 35
35
"@types/chai" : " ^4.3.12" ,
36
36
"@types/chai-as-promised" : " ^7.1.8" ,
37
37
"@types/mocha" : " >=10.0.6" ,
38
- "@types/node" : " >=20.11.20 " ,
38
+ "@types/node" : " >=20.11.25 " ,
39
39
"chai" : " 4.x" ,
40
40
"dotenv" : " ^16.4.5" ,
41
41
"ethers" : " ^6.11.1" ,
42
- "hardhat" : " ^2.20.1 " ,
42
+ "hardhat" : " ^2.21.0 " ,
43
43
"hardhat-abi-exporter" : " ^2.10.1" ,
44
44
"hardhat-contract-sizer" : " ^2.10.0" ,
45
- "hardhat-deploy" : " ^0.11.45 " ,
45
+ "hardhat-deploy" : " ^0.12.1 " ,
46
46
"hardhat-gas-reporter" : " ^1.0.10" ,
47
47
"hardhat-storage-layout" : " ^0.1.7" ,
48
48
"husky" : " ^9.0.11" ,
49
49
"prettier" : " ^3.2.5" ,
50
50
"prettier-plugin-solidity" : " ^1.3.1" ,
51
51
"pretty-quick" : " ^4.0.0" ,
52
- "solidity-coverage" : " ^0.8.10-rc.0 " ,
52
+ "solidity-coverage" : " ^0.8.11 " ,
53
53
"squirrelly" : " ^9.0.0" ,
54
54
"ts-node" : " >=10.9.2" ,
55
55
"typechain" : " ^8.3.2" ,
You can’t perform that action at this time.
0 commit comments