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
Currently we only look for lamports as the past logic was hitting 429. This prevents us from finding accounts that have assets && tokenAccounts but zero sol. We should update the old logic to just looking for helium specific tokens and assets by collection.
Currently we only look for lamports as the past logic was hitting
429
. This prevents us from finding accounts that have assets && tokenAccounts but zero sol. We should update the old logic to just looking for helium specific tokens and assets by collection.https://github.com/helium/wallet-app/blob/a22932a0ce43a4f2fb7ae68aabbc83ce4e0b4427/src/hooks/useDerivationAccounts.ts#L136
The text was updated successfully, but these errors were encountered: