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
Bug Description When you try to search for non-latin tokens the response we get is the following error
Error: Tokens failed validation: /tokens/0/name must match pattern "^[ \w.'+-%/À-ÖØ-öø-ÿ:&[]()]+$"
Steps to Reproduce
const MY_TOKEN_LIST = [ { "name": "Dumplings", "address": "0x1da74e8beceaa94d4dc6020e4f2ffe3c6ea7176d", "symbol": "饺子", "decimals": 18, "chainId": 1, "logoURI": "/logo.png" }]
Expected Behavior I expected to be able to swap for these tokens but I'm prompted with the error above.
Additional Context Same token, different response:
Widget
Official App
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Bug Description
When you try to search for non-latin tokens the response we get is the following error
Error: Tokens failed validation: /tokens/0/name must match pattern "^[ \w.'+-%/À-ÖØ-öø-ÿ:&[]()]+$"
Steps to Reproduce
const MY_TOKEN_LIST = [
{
"name": "Dumplings",
"address": "0x1da74e8beceaa94d4dc6020e4f2ffe3c6ea7176d",
"symbol": "饺子",
"decimals": 18,
"chainId": 1,
"logoURI": "/logo.png"
}]
Expected Behavior
I expected to be able to swap for these tokens but I'm prompted with the error above.
Additional Context
Same token, different response:
Widget
Official App
The text was updated successfully, but these errors were encountered: