diff --git a/.changeset/shaggy-bags-work.md b/.changeset/shaggy-bags-work.md deleted file mode 100644 index c5e8b1db7c..0000000000 --- a/.changeset/shaggy-bags-work.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"hardhat": patch ---- - -Do not send `http_setLedgerOutputEnabled` messages beyond the HTTP Provider to prevent unwanted warnings in the logs of the local hardhat node diff --git a/packages/hardhat-core/CHANGELOG.md b/packages/hardhat-core/CHANGELOG.md index 641ed0a768..b4f9f9a958 100644 --- a/packages/hardhat-core/CHANGELOG.md +++ b/packages/hardhat-core/CHANGELOG.md @@ -1,5 +1,11 @@ # hardhat +## 2.22.9 + +### Patch Changes + +- 6771f00: Do not send `http_setLedgerOutputEnabled` messages beyond the HTTP Provider to prevent unwanted warnings in the logs of the local hardhat node + ## 2.22.8 ### Patch Changes diff --git a/packages/hardhat-core/package.json b/packages/hardhat-core/package.json index 7af102a527..4dbd5a9d15 100644 --- a/packages/hardhat-core/package.json +++ b/packages/hardhat-core/package.json @@ -1,6 +1,6 @@ { "name": "hardhat", - "version": "2.22.8", + "version": "2.22.9", "author": "Nomic Labs LLC", "license": "MIT", "homepage": "https://hardhat.org",