A community-led initiative to improve discoverability, reputation and trust in ERC20 token lists in a manner that is inclusive, transparent, and automated..
there are several validation issues with tokenlistooor-produced token list:
instead of omitting the optional logoURI where 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 say 2024-08-04T14:16:52Z or 2024-08-04T14:16:52+00:00
there are several validation issues with tokenlistooor-produced token list:
logoURI
where it doesn't exist, the script populates the list with"logoURI": ""
which is not a valid uri"timestamp": "08/04/2024 14:16:52"
it should say2024-08-04T14:16:52Z
or2024-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