Skip to content

Commit 3931528

Browse files
committed
docs: updated the readme with more recent URLs and info
1 parent 1c71ec6 commit 3931528

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

+6-2
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ For the latest changes, see the
4747

4848
**Summaries**
4949

50+
- [August 2023](https://blog.ricmoo.com/highlights-ethers-js-august-2023-fb68354c576c)
5051
- [September 2022](https://blog.ricmoo.com/highlights-ethers-js-september-2022-d7bda0fc37ed)
5152
- [June 2022](https://blog.ricmoo.com/highlights-ethers-js-june-2022-f5328932e35d)
5253
- [March 2022](https://blog.ricmoo.com/highlights-ethers-js-march-2022-f511fe1e88a1)
@@ -125,8 +126,11 @@ The `ethers` package only includes the most common and most core
125126
functionality to interact with Ethereum. There are many other
126127
packages designed to further enhance the functionality and experience.
127128

128-
- Hardware Wallets (coming soon)
129-
- Account Abstraction (coming soon)
129+
- [MulticallProvider](https://github.com/ethers-io/ext-provider-multicall) - A Provider which bundles multiple call requests into a single `call` to reduce latency and backend request capacity
130+
- [MulticoinPlugin](https://github.com/ethers-io/ext-provider-plugin-multicoin) - A Provider plugin to expand the support of ENS coin types
131+
- [GanaceProvider](https://github.com/ethers-io/ext-provider-ganache) - A Provider for in-memory node instances, for fast debugging, testing and simulating blockchain operations
132+
- [Optimism Utilities](https://github.com/ethers-io/ext-utils-optimism) - A collection of Optimism utilities
133+
- [LedgerSigner](https://github.com/ethers-io/ext-signer-ledger) - A Signer to interact directly with Ledger Hardware Wallets
130134

131135

132136
License

0 commit comments

Comments
 (0)