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

Show foreign Assets and Foreign Asset Balances in Assets Tab #10723

Closed
1 of 4 tasks
alistair-singh opened this issue Jul 4, 2024 · 2 comments · Fixed by #11290
Closed
1 of 4 tasks

Show foreign Assets and Foreign Asset Balances in Assets Tab #10723

alistair-singh opened this issue Jul 4, 2024 · 2 comments · Fixed by #11290
Assignees
Labels
Feature New functionality expanding SDK’s capabilities, adding tools or APIs for developers. Help Wanted Tasks open for external contributions, suitable for independent or collaborative work. P3 - Low Non-essential improvements or minor fixes. Can be scheduled flexibly as time permits.

Comments

@alistair-singh
Copy link
Contributor

Asset Hub Polkadot now supports bridged assets in a new instance of the assets pallet called foreignAssets. The current Assets tab in the polkdate-js UI does not show these assets or the asset balances. This is confusing for users who are using polkadot-js-app to search for their funds. This data is available to users if they query it manually using chain state, but is not available in the Assets tab which is the most obvious place that users look.

  • Bug report
  • Feature request
  • Support request
  • Other

A user should be able to browse foreign assets and see foreign assets balances for accounts in their wallet in the Assets Tab in the polkadot-js-app.
See this example of subscan: https://assethub-polkadot.subscan.io/assets?tab=foreign-assets

The main motivation is that users are looking for assets, going to the Assets Tab in the app, not seeing foreign assets, and thinking that transfers are not yet complete or have failed. (Dont see their assets and panic)

Our environment/dapp is the Snowbridge Ethereum-Polkadot bridge. And users are trying to find their assets after a transfer.

Snowbridge has a bridge transfer utilility app that has its own tracking where we link to Subscan to show transfer success; we also show foreign assets balances. Subcan provides this data as well in their block explorer. We have also done work with various wallets to display foreign assets at a wallet level. However some users go to polkadot-js app.

Snowbridge Team

@TarikGul TarikGul added Feature New functionality expanding SDK’s capabilities, adding tools or APIs for developers. Help Wanted Tasks open for external contributions, suitable for independent or collaborative work. P3 - Low Non-essential improvements or minor fixes. Can be scheduled flexibly as time permits. and removed -pr appreciated feature request labels Oct 30, 2024
@ap211unitech
Copy link
Contributor

ap211unitech commented Feb 11, 2025

Hey @alistair-singh , We already have Balances Tab in this page where user can search for any asset from given dropdown.

Image

However, We are considering improving the UI for this. Instead of using a dropdown, we could display all non-native assets in a tabular form, as the dropdown might be confusing for users.

Let me know if you have any thoughts on this.

CC: @TarikGul

@polkadot-js-bot
Copy link

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue if you think you have a related problem or query.

@polkadot-js polkadot-js locked as resolved and limited conversation to collaborators Feb 19, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Feature New functionality expanding SDK’s capabilities, adding tools or APIs for developers. Help Wanted Tasks open for external contributions, suitable for independent or collaborative work. P3 - Low Non-essential improvements or minor fixes. Can be scheduled flexibly as time permits.
Development

Successfully merging a pull request may close this issue.

5 participants