We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
There are assets that have same name which makes it difficult for other devs to map them into SDKs
Our XCM SDK fails with error because there are multiple assets of same symbol - eg. WETH
WETH - 1000189, WETH - 4
Please differentiate assets in asset registry and do not allow for registering same asset symbol.
eg - first WETH from Wormhole can stay WETH and the other one can be for example WETH.e or something else.
Thanks in advance!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
There are assets that have same name which makes it difficult for other devs to map them into SDKs
Description
Our XCM SDK fails with error because there are multiple assets of same symbol - eg. WETH
Actual status
WETH - 1000189, WETH - 4
Expected status
Please differentiate assets in asset registry and do not allow for registering same asset symbol.
eg - first WETH from Wormhole can stay WETH and the other one can be for example WETH.e or something else.
Thanks in advance!
The text was updated successfully, but these errors were encountered: