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
Encountered a few bugs when trying to connect a wallet via Keplr:
When trying to enable Keplr, an experimentalSuggestChain config is generated referencing the chain to be added to Keplr. The window allows a user to edit the config, but none of the changes persist when approving the chain in the popup in Keplr.
The experimentalSuggestChain config that is generated by ping-pub only supports one currency/asset, even if multiple assets exist on that chain (see explorer/src/chains/mainnet/stafihub.json, which has 4 different assets). Manual testing suggests that only the first asset of the array of assets of the json config are used in the experimentalSuggestChain config.
The text was updated successfully, but these errors were encountered:
Encountered a few bugs when trying to connect a wallet via Keplr:
When trying to enable Keplr, an experimentalSuggestChain config is generated referencing the chain to be added to Keplr. The window allows a user to edit the config, but none of the changes persist when approving the chain in the popup in Keplr.
The experimentalSuggestChain config that is generated by ping-pub only supports one currency/asset, even if multiple assets exist on that chain (see explorer/src/chains/mainnet/stafihub.json, which has 4 different assets). Manual testing suggests that only the first asset of the array of assets of the json config are used in the experimentalSuggestChain config.
The text was updated successfully, but these errors were encountered: