From 390d08dcea14d380dbf6c58a6e0d574067a47e1e Mon Sep 17 00:00:00 2001 From: Muhammad Altabba <24407834+Muhammad-Altabba@users.noreply.github.com> Date: Wed, 7 Feb 2024 16:10:30 +0100 Subject: [PATCH] update CHANGELOG.md --- packages/web3-types/CHANGELOG.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/web3-types/CHANGELOG.md b/packages/web3-types/CHANGELOG.md index c600f7c42a5..1f143b1123a 100644 --- a/packages/web3-types/CHANGELOG.md +++ b/packages/web3-types/CHANGELOG.md @@ -177,8 +177,8 @@ Documentation: - Interface `MetaMaskProvider` added and is part of `SupportedProviders` (#6534) - `gasPrice` was added to `Transaction1559UnsignedAPI` type. (#6539) -### Fixed +## [Unreleased] -- type `accounts` includes `privateKeyToAccount`,`privateKeyToAddress`,and `privateKeyToPublicKey` (#6762) +### Added -## [Unreleased] \ No newline at end of file +- Updated type `Web3EthInterface.accounts` to includes `privateKeyToAccount`,`privateKeyToAddress`,and `privateKeyToPublicKey` (#6762)