You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi team, I noticed the Set Token List is not appearing on app.uniswap.org. I think the following error message indicates the cause:
Failed to get list at url https://raw.githubusercontent.com/SetProtocol/uniswap-tokenlist/main/set.tokenlist.json Error: Token list failed validation: .tokens[59].name should match pattern "^[ \w.'+\-%/À-ÖØ-öø-ÿ:&\[\]\(\)]+$"
A recently added token contains name: 'DGEN CAPITAL #1 Index'. I think the # character is invalid in the token list schema.
Hi team, I noticed the Set Token List is not appearing on app.uniswap.org. I think the following error message indicates the cause:
Failed to get list at url https://raw.githubusercontent.com/SetProtocol/uniswap-tokenlist/main/set.tokenlist.json Error: Token list failed validation: .tokens[59].name should match pattern "^[ \w.'+\-%/À-ÖØ-öø-ÿ:&\[\]\(\)]+$"
A recently added token contains
name: 'DGEN CAPITAL #1 Index'
. I think the#
character is invalid in the token list schema.To guard against this going forward, you could add a validation test to your CI flow: https://github.com/Uniswap/token-lists#validating-token-lists
The text was updated successfully, but these errors were encountered: