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

Commit 5a08984

Browse files
committed
CHANGELOG updated
1 parent feb2df7 commit 5a08984

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,8 +98,10 @@ Released with 1.0.0-beta.37 code base.
9898

9999
## [Unreleased]
100100

101-
## [1.2.4]
101+
## [1.2.5]
102102

103103
### Added
104104

105+
- ``eth_requestAccounts`` as ``requestAccounts`` added to web3-eth package (#3219)
106+
105107
### Fixed

docs/web3-eth.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1746,7 +1746,7 @@ Example
17461746
.. code-block:: javascript
17471747
17481748
web3.eth.requestAccounts().then(console.log);
1749-
> ['0aae0B295369a9FD31d5F28D9Ec85E40f4cb692BAf', 0xde0B295669a9FD93d5F28D9Ec85E40f4cb697BAe]
1749+
> ['0aae0B295369a9FD31d5F28D9Ec85E40f4cb692BAf', '0xde0B295669a9FD93d5F28D9Ec85E40f4cb697BAe']
17501750
17511751
------------------------------------------------------------------------------
17521752

0 commit comments

Comments
 (0)