bee-dashboard
bee-dashboard copied to clipboard
Fetch wallet balances from Bee API instead of Gnosis RPC
It looks like this endpoint is not available in ultra-light mode and it even takes time to populate in light mode. I would therefore suggest we keep checking the wallet balance manually through provided Gnosis RPC endpoint for now.
There is ongoing work for making the light mode responsive on the endpoints right after start by making the postage stamp syncing asynchronous: https://github.com/ethersphere/bee/pull/3127
After that is done we can use the wallet endpoint. For an ultra-light node we don't need the balance anyhow.