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

[Feature] Display tokens in contract and address #448

Open
0xphilipp opened this issue Jul 16, 2023 · 1 comment
Open

[Feature] Display tokens in contract and address #448

0xphilipp opened this issue Jul 16, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@0xphilipp
Copy link

When navigating on an address, it would be great to see all balances and cw20 of that address.

image

@tansawit tansawit added the enhancement New feature or request label Jul 18, 2023
@tansawit
Copy link
Contributor

This is something we already plan to support. Currently thinking through ways that will make it easiest and most efficient for us and developers to update/maintain/and query the list of supported CW20s.

We currently support only native token balances since both of the chains we currently support (Osmosis and Neutron) are primarily using the token factory module. The assets section will show the list of asset, balances, and price (optional) for the assets that are in our registry https://github.com/alleslabs/celatone-api/blob/main/registry/data/assets.json.

You can then see the "Unsupported Assets" section on the right side to see all/other native asset balances.

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

No branches or pull requests

2 participants