From 6f9a485e0715a70170bf170ca1e1d1b26b43f6c3 Mon Sep 17 00:00:00 2001 From: Dan Forbes Date: Thu, 19 Sep 2024 09:07:08 -0700 Subject: [PATCH] Fix CHANGELOG for PR 7239 (#7271) * Fix CHANGELOG for PR 7239 * Update web3 CHANGELOG --- CHANGELOG.md | 2 +- packages/web3/CHANGELOG.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 47e05ff01fc..e7f1fcb646d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2724,7 +2724,7 @@ If there are any bugs, improvements, optimizations or any new feature proposal f #### web3 -- `Web3.providers` namespace exports `type EIP6963ProviderResponse = Map`. Return type for the static `Web3.requestEIP6963Providers` is now `Promise`. (#7239) +- Return type for the static `Web3.requestEIP6963Providers` function is now `Promise`. (#7239) - The callback function provided to the static `Web3.onNewProviderDiscovered` function expects a parameter of type `EIP6963ProvidersMapUpdateEvent` as opposed to `EIP6963AnnounceProviderEvent`. (#7242) ## [Unreleased] diff --git a/packages/web3/CHANGELOG.md b/packages/web3/CHANGELOG.md index 6e027ff3d8a..6e246997608 100644 --- a/packages/web3/CHANGELOG.md +++ b/packages/web3/CHANGELOG.md @@ -486,7 +486,7 @@ Documentation: ### Changed -- `Web3.providers` namespace exports `type EIP6963ProviderResponse = Map`. Return type for the static `Web3.requestEIP6963Providers` is now `Promise`. (#7239) +- Return type for the static `Web3.requestEIP6963Providers` function is now `Promise`. (#7239) - The callback function provided to the static `Web3.onNewProviderDiscovered` function expects a parameter of type `EIP6963ProvidersMapUpdateEvent` as opposed to `EIP6963AnnounceProviderEvent`. (#7242) ## [Unreleased]