From 330128716645eff12640eddf2dee13b44bcc74b4 Mon Sep 17 00:00:00 2001 From: luu-alex Date: Tue, 28 Nov 2023 19:17:23 -0500 Subject: [PATCH] update changelog --- CHANGELOG.md | 4 ++-- packages/web3-eth-contract/CHANGELOG.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index eaacbeb2703..c778261419c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2254,7 +2254,7 @@ If there are any bugs, improvements, optimizations or any new feature proposal f - Will populate `data` for transactions in contract for metamask provider instead of `input` (#6534) -## [4.4.0] +## [4.3.0] ### Changed @@ -2272,7 +2272,7 @@ If there are any bugs, improvements, optimizations or any new feature proposal f #### web3-eth-contracts -- Web3config `contractDataInputFill` has been defaulted to `data`, istead of `input`. (#6622) +- By default, contracts will fill `data` instead of `input` within method calls (#6622) #### web3-eth-ens diff --git a/packages/web3-eth-contract/CHANGELOG.md b/packages/web3-eth-contract/CHANGELOG.md index 1c0b215c381..ee7b7b92200 100644 --- a/packages/web3-eth-contract/CHANGELOG.md +++ b/packages/web3-eth-contract/CHANGELOG.md @@ -351,6 +351,6 @@ Documentation: ### Changed -- Web3config `contractDataInputFill` has been defaulted to `data`, istead of `input`. (#6622) +- By default, contracts will fill `data` instead of `input` within method calls (#6622) ## [Unreleased] \ No newline at end of file