chainapsis / keplr-chain-registry

Protocol for Integrating Non-Native Chains to Keplr
https://chains.keplr.app
Other
344 stars 525 forks source link

Register IBC coin #136

Open sirnicolaz opened 1 year ago

sirnicolaz commented 1 year ago

Over the last weeks, Neokingdom DAO (an EVMOS based project) passed a proposal to register its ERC20 token as an IBC coin in the cosmos ecosystem

https://app.evmos.org/governance?id=144

Now we would like to see this Coin properly displayed on the Keplr wallet. Currently the wallet displays the raw IBC metadata and the wrong decimal units. See the two screenshots of a IBC NEOK coin in the Crescent blockchain.

Screenshot 2023-05-26 at 15 39 42 Screenshot 2023-05-26 at 15 39 33

Reading through the doc of this repository, it seems that it's only possible to register a new chain. Question is: how could we make sure we can also properly display the information related to our IBC coin that is just an ERC20 token on EVMOS?

sirnicolaz commented 1 year ago

Did anyone have a look at this issue? Is the problem not clearly framed?

@HeesungB @Thunnini I am tagging you as you seem to be the most active members, but please let me know if someone else should be involved. Thanks

HeesungB commented 1 year ago

@sirnicolaz Sorry. We have no current plans to support ERC-20 functionality.

sirnicolaz commented 1 year ago

Thanks @HeesungB for your reply.

Our token is not an actual ERC-20 token (like those you would see on Metamask), it's an IBC coin derived from an ERC-20 token within EVMOS. It has its own denom for the Cosmos ecosystem. More details: https://docs.evmos.org/protocol/modules/erc20

Is that still not going to be supported?