From 3b54db86a224d6db50c42485b60cc1b89f8ce9cb Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 18 Oct 2024 12:10:44 +0000 Subject: [PATCH] Version Packages --- .changeset/stupid-paws-sort.md | 5 ----- packages/hardhat-core/CHANGELOG.md | 6 ++++++ packages/hardhat-core/package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/stupid-paws-sort.md diff --git a/.changeset/stupid-paws-sort.md b/.changeset/stupid-paws-sort.md deleted file mode 100644 index 1260a0c69d..0000000000 --- a/.changeset/stupid-paws-sort.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"hardhat": patch ---- - -Fixed error due to remote nodes not returning total difficulty by adding fallback value diff --git a/packages/hardhat-core/CHANGELOG.md b/packages/hardhat-core/CHANGELOG.md index 8cab4eaa07..72139ffe7c 100644 --- a/packages/hardhat-core/CHANGELOG.md +++ b/packages/hardhat-core/CHANGELOG.md @@ -1,5 +1,11 @@ # hardhat +## 2.22.14 + +### Patch Changes + +- 09ead48: Fixed error when remote nodes are not returning total difficulty from the eth.getBlock RPC API, by adding fallback value + ## 2.22.13 ### Patch Changes diff --git a/packages/hardhat-core/package.json b/packages/hardhat-core/package.json index 996590f86f..4a076e40de 100644 --- a/packages/hardhat-core/package.json +++ b/packages/hardhat-core/package.json @@ -1,6 +1,6 @@ { "name": "hardhat", - "version": "2.22.13", + "version": "2.22.14", "author": "Nomic Labs LLC", "license": "MIT", "homepage": "https://hardhat.org",