You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 5, 2025. It is now read-only.
Is there an existing issue for this?
Current Behavior
Running web3.js with Metamask, the latter informs with a warning that the "close" may be removed in any future version.
new window.Web3(window.ethereum)➡️
MetaMask: The event 'close' is deprecated and may be removed in the future. Please use 'disconnect' instead.
For more information, see: https://eips.ethereum.org/EIPS/eip-1193#disconnect
Expected Behavior
Should use a current method, not a deprecated one.
Steps to Reproduce
Use dist/web3.min.js v1.7.0 in a browser with Metamask :
new window.Web3(window.ethereum)Web3.js Version
1.7.0
Environment
Anything Else?
No response