Is your feature request related to a problem? Please describe.
DAOs need to deposit fungible tokens on their multicall instance to have an ability to manage multiple tokens in 1 proposal (like LP on DEX). This means it's important for them to be aware of their fungible token balances on their multicall instance.
Describe the solution you'd like
the DAO page should display token balances of the DAO's whitelisted tokens, both the balance of the DAO contract and the multicall contract
Describe alternatives you've considered
It also makes sense to display all balances of tokens whitelisted on Ref-finance. Balances can be fetched from an indexer, like the one used for NEAR explorer. Check code from NEAR wallet for an example.
Additional context
Add any other context or screenshots about the feature request here.
Is your feature request related to a problem? Please describe.
DAOs need to deposit fungible tokens on their multicall instance to have an ability to manage multiple tokens in 1 proposal (like LP on DEX). This means it's important for them to be aware of their fungible token balances on their multicall instance.
Describe the solution you'd like
the DAO page should display token balances of the DAO's whitelisted tokens, both the balance of the DAO contract and the multicall contract
Describe alternatives you've considered
It also makes sense to display all balances of tokens whitelisted on Ref-finance. Balances can be fetched from an indexer, like the one used for NEAR explorer. Check code from NEAR wallet for an example.
Additional context
Add any other context or screenshots about the feature request here.