This repository was archived by the owner on Mar 5, 2025. It is now read-only.
This repository was archived by the owner on Mar 5, 2025. It is now read-only.
EIP-6963 Events Should be Easy to Unsubscribe From #7280
Open
Description
The implementation of EIP-6963 involves registering two event handlers, but the API does not provide an easy way for users to unsubscribe from these events. The EIP-6963 implementation should clean up any event handlers it registers and provide users with a way to clean up event handlers that are created on their behalf.