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
When chrome crashes sometimes it removes all wallets from the extension and it only happens to Harmony wallet, metamask for instance doesn't happen. I have tried to crash the chrome to see if happens but couldn't reproduce the same result so don't know how to test this. But I found some code in the metamask repo that may help this.
When chrome crashes sometimes it removes all wallets from the extension and it only happens to Harmony wallet, metamask for instance doesn't happen. I have tried to crash the chrome to see if happens but couldn't reproduce the same result so don't know how to test this. But I found some code in the metamask repo that may help this.
I think this is where harmony deletes the wallets
https://github.com/harmony-one/onewallet/blob/master/src/services/StorageService.js#L14
Metamask does something similiar
https://github.com/MetaMask/metamask-extension/blob/af3c740b1b4e3cbaf78611b98c6af95f51bfcae2/app/scripts/lib/local-store.js#L54
https://github.com/MetaMask/metamask-extension/blob/af3c740b1b4e3cbaf78611b98c6af95f51bfcae2/app/scripts/lib/util.js#L137
This is easy implemented and I it works for metamask, let me know if this is ok and I could make a PR for this
The text was updated successfully, but these errors were encountered: