Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace IBC token names w/ actual names #52

Open
Wgil opened this issue Mar 14, 2024 · 5 comments
Open

Replace IBC token names w/ actual names #52

Wgil opened this issue Mar 14, 2024 · 5 comments

Comments

@Wgil
Copy link
Contributor

Wgil commented Mar 14, 2024

Dear team,

I would like to know if it's possible to rename IBC tokens w/ a given name. As you can see here https://testnet.ping.pub/elys/account/elys1u8c28343vvhwgwhf29w6hlcz73hvq7lwxmrl46

There are some tokens which name start with IBC. I would like to change this to their actual names USDC, etc. I tried adding the info to my chain definition locally without success. How can I do it?

Thank you in advance

@liangping
Copy link
Member

liangping commented Mar 17, 2024

We have a solution for it, but have not fully applied on all chains. currently only applied on CosmosHub and Osmosis.

The solutions is:

  1. Fetch all IBC Metadatas from the chains,
  2. Convert and cache them to a centralized web server.
  3. Map the IBC denoms to real Denom.

The difficult thing is that we have to daily fetch the metadatas from all chains.

@Wgil
Copy link
Contributor Author

Wgil commented Mar 18, 2024

Would it be possible if I implement it for Elys just like it's done for CosmosHub and Osmosis? Thank you

@Wgil
Copy link
Contributor Author

Wgil commented Apr 2, 2024

@liangping Hey, so what do you think about implementing it for elys?

@liangping
Copy link
Member

Do you want to be our sponsor?

@Wgil
Copy link
Contributor Author

Wgil commented Apr 2, 2024

I just wanted to spend some time implementing this for us is possible. Do you have a rough estimate on how long could it take?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants