Skip to content
This repository was archived by the owner on Mar 5, 2025. It is now read-only.

Commit bf2a922

Browse files
committed
Root changelog update
1 parent 6c15b15 commit bf2a922

File tree

1 file changed

+24
-1
lines changed

1 file changed

+24
-1
lines changed

CHANGELOG.md

Lines changed: 24 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2225,9 +2225,32 @@ If there are any bugs, improvements, optimizations or any new feature proposal f
22252225

22262226
- Dependencies updated
22272227

2228-
## [Unreleased]
2228+
## [4.2.2]
22292229
### Added
22302230

2231+
#### web3-core
2232+
2233+
- Added `isMetaMaskProvider` function to check if provider is metamask (#6534)
2234+
22312235
#### web3-types
22322236

2237+
- Interface `MetaMaskProvider` added and is part of `SupportedProviders` (#6534)
22332238
- `gasPrice` was added to `Transaction1559UnsignedAPI` type. (#6539)
2239+
2240+
### Changed
2241+
2242+
#### web3
2243+
2244+
- Dependencies updated
2245+
2246+
### Fixed
2247+
2248+
#### web3-errors
2249+
2250+
- Fixed grammar and spelling in `transactionTimeoutHint` (#6559)
2251+
2252+
#### web3-eth-contract
2253+
2254+
- Will populate `data` for transactions in contract for metamask provider instead of `input` (#6534)
2255+
2256+
## [Unreleased]

0 commit comments

Comments
 (0)