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

Use chain registry for denom data #63

Closed
mircea-c opened this issue Sep 24, 2024 · 1 comment
Closed

Use chain registry for denom data #63

mircea-c opened this issue Sep 24, 2024 · 1 comment
Assignees

Comments

@mircea-c
Copy link
Collaborator

GetDenomMetadata function uses the osmosis asset list to fetch denom metadata. This list is incomplete and seems to not have a stable naming convention.

To fix this we will:

  • replace the url with one pointing to the chain-registry asset list which contains more detailed denom information and is actively and predictably maintained
  • fetch denom metadata only once for each chain
  • throw an exception if the denom cannot be found in the list, instead of default 6 digit precision
@mircea-c mircea-c self-assigned this Sep 24, 2024
@mircea-c
Copy link
Collaborator Author

mircea-c commented Oct 2, 2024

Closed by #65

@mircea-c mircea-c closed this as completed Oct 2, 2024
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

1 participant