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
Hi! Thanks for creating this amazing library. I am playing around with it using svelte and I noticed that the $balance.amount store never gets updated. am I missing something or is it not implemented yet?
Also, how would I go about listening for updates or events using web3w flow? Should I just use ethers and for example update a custom store with provider.on("block", updateBalance); instead?
The text was updated successfully, but these errors were encountered:
Hi! Thanks for creating this amazing library. I am playing around with it using svelte and I noticed that the
$balance.amount
store never gets updated. am I missing something or is it not implemented yet?Also, how would I go about listening for updates or events using web3w flow? Should I just use ethers and for example update a custom store with
provider.on("block", updateBalance);
instead?The text was updated successfully, but these errors were encountered: