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
However this could be greatly improved by batching assets into one/many multicalls just for balanceOf and then using the following to get each asset metadata:
Right now
wallet_getAssetswill make a multicall request per asset, including metadata and balance.relay/src/rpc/relay.rs
Lines 2745 to 2752 in 07fa527
However this could be greatly improved by batching assets into one/many multicalls just for
balanceOfand then using the following to get each asset metadata:relay/src/asset.rs
Lines 62 to 71 in 07fa527