Skip to content

Commit 09ead48

Browse files
authored
fix: bump EDR to 0.6.4 (#5832)
1 parent 2f5b7a8 commit 09ead48

File tree

3 files changed

+39
-34
lines changed

3 files changed

+39
-34
lines changed

.changeset/stupid-paws-sort.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"hardhat": patch
3+
---
4+
5+
Fixed error due to remote nodes not returning total difficulty by adding fallback value

packages/hardhat-core/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@
102102
"dependencies": {
103103
"@ethersproject/abi": "^5.1.2",
104104
"@metamask/eth-sig-util": "^4.0.0",
105-
"@nomicfoundation/edr": "^0.6.3",
105+
"@nomicfoundation/edr": "^0.6.4",
106106
"@nomicfoundation/ethereumjs-common": "4.0.4",
107107
"@nomicfoundation/ethereumjs-tx": "5.0.4",
108108
"@nomicfoundation/ethereumjs-util": "9.0.4",

pnpm-lock.yaml

+33-33
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)