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

update asset lists for mantra mainnet and dukong testnet #5773

Draft
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

alex-stmr
Copy link
Contributor

No description provided.

"name": "USDC",
"display": "usdc",
"symbol": "USDC",
"coingecko_id": "usd-coin",
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

At the moment, we only register coingecko_id on the original asset (and not ibc-transferred tokens)

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JeremyParish69 Noted, it got removed so it can be merged 👍

Ultimately we would like to leverage the coingecko_id for each asset so we could rely on it in some frontend Dapps

Do you know when and which id we could use for the USDC here in the future?

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

At the moment, there isn't any approriate cgid to have here.
The coingecko ID can be derived via the data in the traces property, but I understand that many apps don't implement the logic to derive it.

In the future this may be expanded to allow IBC-transferred tokens to share the original coingecko ID, but at the moment we don't do this.

{
"type": "ibc",
"counterparty": {
"chain_name": "cosmoshub",
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

likewise, this would be "cosmoshubtestnet"

"counterparty": {
"chain_name": "osmosistestnet",
"base_denom": "uosmo",
"channel_id": "channel-9126"
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"counterparty": {
"chain_name": "nobletestnet",
"base_denom": "ausdy",
"channel_id": "channel-237"
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JeremyParish69 JeremyParish69 marked this pull request as draft January 7, 2025 18:29
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

Successfully merging this pull request may close these issues.

2 participants