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

Standarize asset selection #2826

Closed
dudo50 opened this issue Oct 30, 2024 · 2 comments
Closed

Standarize asset selection #2826

dudo50 opened this issue Oct 30, 2024 · 2 comments

Comments

@dudo50
Copy link

dudo50 commented Oct 30, 2024

Describe the bug
There are assets that have same name which makes it difficult for other devs to map them into SDKs

Expected Behavior
eg - first WETH can stay WETH and the other one can be for example WETH.e or something else, just do not allow duplicates please, as it complicates things a lot.

Current Behavior
Our XCM SDK fails with error because there are multiple assets of same symbol - eg. WETH
WETH - 0x5a4d6acdc4e3e5ab15717f407afe957f7a242578, WETH - 6

Expected status
Please differentiate assets in asset registry and do not allow for registering same asset symbol.

Thanks in advance!

@xlc
Copy link
Member

xlc commented Oct 31, 2024

well, you are going to be able to handle duplicated symbols eventually. but in this case, the AH WETH isn't used so we can rename it to WETHah if that helps

@xlc xlc closed this as completed Oct 31, 2024
@dudo50
Copy link
Author

dudo50 commented Oct 31, 2024

Yes, any duplicit asset resolving will help. Thanks!

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

2 participants