keplr-wallet icon indicating copy to clipboard operation
keplr-wallet copied to clipboard

How to list out IBC Tokens from balance in Tokens View (Keplr Extension)

Open akhilkumarpilli opened this issue 2 years ago • 3 comments

I am running a local testnet and tried to add it to Keplr extension. I can view balance of staked denom but not able to view ibc tokens balance.

Is there any way that tokens view will be updated dynamically based on IBC tokens in balance? What's the process I need to do to make it work?

akhilkumarpilli avatar Jan 05 '23 07:01 akhilkumarpilli

@akhilkumarpilli Could you give me an example in more detail?

HeesungB avatar Jan 05 '23 08:01 HeesungB

keplr1

IBC tokens list is not showing here. My address has balance:

- amount: "200000"
  denom: ibc/27394FB092D2ECCD56123C74F36E4C1F926001CEADA9CA97EA622B25F41E5EB2
- amount: "2000000"
  denom: utac

But In keplr, it only shows utac balance as it is a staked denom. How can I list out IBC balances of address in keplr?

akhilkumarpilli avatar Jan 05 '23 08:01 akhilkumarpilli

When this happens to me I can fix it by:

  1. removing the testnet from Keplr
  2. refreshing the page (very important)
  3. connecting with keplr again

Afaik the currencies for experimentalSuggestChain() are only set when the page is loaded and not not dynamically pulled from the API.

sybilsingleton avatar Mar 23 '23 18:03 sybilsingleton