Skip to content

Commit d94abf7

Browse files
committed
bump hardhat to 2.17.1 -> 2.22.17
1 parent c9786ae commit d94abf7

4 files changed

Lines changed: 211 additions & 364 deletions

File tree

contracts-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
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",

umbra-js/hardhat.config.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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: {

umbra-js/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
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",

0 commit comments

Comments
 (0)