Keplr.prototype.getKeysSettled
rejects whole Promise when there is no chain info
#1078
Labels
bug
Something isn't working
When calling
Keplr.prototype.getKeysSettled(chainIds)
, ifchainIds
includes a chain ID that is not known to Keplr, the whole Promise is rejected.I am not sure if this is intended behaviour, but I was expecting that the Promise would resolve but include a rejected entry for the unknown chain ID.
The text was updated successfully, but these errors were encountered: