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

Commit dd33e17

Browse files
spacesailor24Muhammad-Altabbajdevcs
authored
Replace private _config with public config in web3_config.ts (#5950)
* Replace private _config with public config in web3_config.ts * Update CHANGELOGs --------- Co-authored-by: Muhammad Altabba <[email protected]> Co-authored-by: Junaid <[email protected]>
1 parent 9e3f3c0 commit dd33e17

File tree

8 files changed

+97
-81
lines changed

8 files changed

+97
-81
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1325,6 +1325,10 @@ should use 4.0.1-alpha.0 for testing.
13251325

13261326
### Removed
13271327

1328+
#### web3-core
1329+
1330+
- `getConfig` method from `Web3Config` class, `config` is now public and accessible using `Web3Config.config` (#5950)
1331+
13281332
#### web3-eth-abi
13291333

13301334
- Removed `formatDecodedObject` function (#5934)

packages/web3-core/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,3 +88,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
8888
### Changed
8989

9090
- If a transaction object with a `data` property is passed to `txInputOptionsFormatter`, it will now be replaced with `input` (#5915)
91+
92+
### Removed
93+
94+
- `getConfig` method from `Web3Config` class, `config` is now public and accessible using `Web3Config.config` (#5950)

0 commit comments

Comments
 (0)