diff --git a/CHANGELOG.md b/CHANGELOG.md index e934bae3d32..6a7bdee5a44 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2737,6 +2737,7 @@ If there are any bugs, improvements, optimizations or any new feature proposal f #### web3-eth +- `syncing` subscription now supports Besu and Nethermind payload format - `populateGasPrice` function now checks `Web3Context.config.ignoreGasPricing`. If `ignoreGasPricing` is true, gasPrice will not be estimated (#7320) ### Changed diff --git a/packages/web3/CHANGELOG.md b/packages/web3/CHANGELOG.md index e26cf398907..9830831b15a 100644 --- a/packages/web3/CHANGELOG.md +++ b/packages/web3/CHANGELOG.md @@ -493,6 +493,10 @@ Documentation: ### Added +#### web3 + +- Exported EIP-6963 types are no longer under the `providers` namespace. (#7270) + #### web3-core - Added new property `ignoreGasPricing` to `Web3ConfigOptions`. If `ignoreGasPricing` is true, gasPrice will not be estimated (#7320) @@ -513,6 +517,7 @@ Documentation: #### web3-types +- `syncing` subscription now supports Besu and Nethermind payload format - update the type for `baseFeePerGas` at `web3.eth.getFeeHistory` to be a number. (#7291) ### Fixed