Roie Natan
Results
2
issues of
Roie Natan
Currently we poll every 2000ms for account change in MetaMask. Instead, we can use a listener for account changes, like this: ``` window.ethereum.on("accountsChanged", (accounts: Array) => { //Handle the new...
Maintenance
Improvement
optimisation
resolves: https://github.com/daostack/alchemy/issues/2295 **NOTE 1:** Since this PR involves critical code changes it must be tested properly before being merged to `dev`. It's set to draft since the review app still...
Improvement
Optimization