-
Notifications
You must be signed in to change notification settings - Fork 19
Open
Description
there are several validation issues with tokenlistooor-produced token list:
- instead of omitting the optional
logoURIwhere it doesn't exist, the script populates the list with"logoURI": ""which is not a valid uri - the timestamp format must be in iso format. instead of
"timestamp": "08/04/2024 14:16:52"it should say2024-08-04T14:16:52Zor2024-08-04T14:16:52+00:00
the official json schema can be found here https://github.com/Uniswap/token-lists/blob/main/src/tokenlist.schema.json
Metadata
Metadata
Assignees
Labels
No labels