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 Request] Coins tab should show FA ownership #1003

Closed
ying-w opened this issue Jan 30, 2025 · 1 comment
Closed

[Feature Request] Coins tab should show FA ownership #1003

ying-w opened this issue Jan 30, 2025 · 1 comment
Labels
enhancement New feature or request

Comments

@ying-w
Copy link
Contributor

ying-w commented Jan 30, 2025

🚀 Feature Request Description

Coins tab currently shows coins that the account owns. It should also show FAs

Ex. https://explorer.aptoslabs.com/account/0xa77082fb614041238be116fd57ef0f55a8150c87fe1547afbb9523ecedca7b49/coins?network=mainnet

Only shows APT but when querying GraphQL

query MyQuery {
  current_fungible_asset_balances(where: {owner_address: {_eq: "0xa77082fb614041238be116fd57ef0f55a8150c87fe1547afbb9523ecedca7b49"}}) {
    owner_address
    amount
    asset_type
  }
}

There are 2 more assets

Expected Behavior

see above

Additional context

#906

@ying-w ying-w added the enhancement New feature or request label Jan 30, 2025
@gregnazario
Copy link
Contributor

Please use the tab to show hidden coins

Image

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