brave/brave-talk

Use `setMaxListeners()` to avoid `MaxListenersExceededWarning`...

Closed this issue · 1 comments

...which seems to appear after we started calling window.ethereum?.on("accountsChanged", () => { ... };
Screen Shot 2023-04-25 at 12 22 22

At the present time, setMaxListeners is unavailable. Leaving this issue open in case that changes...