Open zwilling opened 11 months ago
I also facing this problem. I created a token by token factory module on osmo-testnet-5, and now I want to make it visible in Keplr wallet for testing frontend integration. But I can't find any way to add my token to Keplr wallet.
Describe the bug Keplr does not show the POIL token minted on Juno using the tokenfactory module. I can also not add it manually. Token I tested it with:
factory/juno14azptklw333lpe2wmjhusx2l7mk744wv0p4kg3/upoil
To Reproduce
factory/juno14azptklw333lpe2wmjhusx2l7mk744wv0p4kg3/upoil
Expected behavior One of the following:
junod query bank balances juno14azptklw333lpe2wmjhusx2l7mk744wv0p4kg3 --node https://rpc-archive.junonetwork.io:443
) By the way, after transfering it via IBC to osmosis, the tokens on osmosis are shown directly.Device details:
Additional context I guess adding the token in https://github.com/chainapsis/keplr-chain-registry/blob/main/cosmos/juno.json and/or https://github.com/cosmos/chain-registry/blob/master/juno/assetlist.json could help.
But I still think this is worth an issue because there is no permissionless way to use the token in Keplr.