decentraland / explorer-website

This is the repository for the website served in play.decentraland.org
https://play.decentraland.org
Apache License 2.0
7 stars 19 forks source link

fix: Disconnect not being called #447

Closed fzavalia closed 5 months ago

fzavalia commented 5 months ago
const requestManager = new RequestManager(await connection.getProvider())
const account = (await requestManager.eth_accounts())[0]

This code is throwing an error, thus connection.disconnect is not being called. This change will at least fix the issue of the account not being disconnected after sign out.

github-actions[bot] commented 5 months ago

Test this pull request

This branch can be previewed at