File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3333 "ethereum-waffle" : " ^3.2.0" ,
3434 "ethers" : " 5.7.2" ,
3535 "fs-extra" : " ^9.0.1" ,
36- "hardhat" : " ^2.17.1 " ,
36+ "hardhat" : " ^2.22.17 " ,
3737 "hardhat-gas-reporter" : " ^1.0.4" ,
3838 "husky" : " ^4.3.0" ,
3939 "mocha" : " ^8.1.3" ,
Original file line number Diff line number Diff line change @@ -43,6 +43,8 @@ const config: HardhatUserConfig = {
4343 hardhat : {
4444 forking : {
4545 url : rpcUrlString ,
46+ // Pin block for deterministic tests and to avoid post-merge totalDifficulty RPC issues in CI.
47+ blockNumber : 5_500_000 ,
4648 } ,
4749 chainId : chainIds . hardhat ,
4850 accounts : {
Original file line number Diff line number Diff line change 4040 "eslint-config-prettier" : " ^8.2.0" ,
4141 "eslint-plugin-chai-friendly" : " ^0.6.0" ,
4242 "eslint-plugin-import" : " ^2.20.2" ,
43- "hardhat" : " 2.17.1 " ,
43+ "hardhat" : " ^2.22.17 " ,
4444 "mocha" : " ^8.3.2" ,
4545 "nyc" : " ^15.1.0" ,
4646 "ts-node" : " ^9.0.0" ,
You can’t perform that action at this time.
0 commit comments