core icon indicating copy to clipboard operation
core copied to clipboard

Implement Multi-Account Multicall for Token Balances

Open darkwing opened this issue 5 months ago • 0 comments

Presently we use a single multicall per account, which can be non-performant for users with many accounts in their wallet.

We should create a spike around this multicall which allows sending multiple addresses:

https://github.com/EthereumClassicDAO/multicall3

Successful implementation should save a drastic number of RPC calls for our users.

darkwing avatar Jun 24 '25 23:06 darkwing