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

Description
This is not a Bug Report, Feature Request, or related to Documentation
Is there an existing issue for this?
What's up?
Description
The toChecksumAddress() function had an unnecessary chainId parameter.
In fact, the chainId parameter is not used within the toChecksumAddress() function, so I've removed it because it might raise questions about why it exists when you want to use that function.
(web3.js/packages/web3-utils/types/index.d.ts)
Examples/References
No response