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
We retrieve 'params' from local storage to get the chain-id without having to make any network requests, but in fact the 'params' are always empty because we never save them to local storage
found at #28 (comment)
https://github.com/prax-wallet/web/blob/236e6502a88ca6f5e8e030a0c2a14b9ed521f340/apps/extension/src/wallet-services.ts#L39-L41
We retrieve 'params' from local storage to get the
chain-id
without having to make any network requests, but in fact the 'params' are always empty because we never save them to local storagerelated to penumbra-zone/web#998
The text was updated successfully, but these errors were encountered: