The formatting of the token_list.csv file was broken in various places preventing GitHub to render the table properly (and possibly issues with other CSV-parsers as well).
I also noted that there is a file called token_list-update.csv, which seems out of date - despite the name. I have not updated that one, but I would suggest to delete it if it is not needed anymore to avoid confusion.
Thanks for this change, this is great! I had no idea Github could render it properly like that too.
I'll follow your recommendation to remove the update CSV as you're right, it's not used by anything.
The formatting of the token_list.csv file was broken in various places preventing GitHub to render the table properly (and possibly issues with other CSV-parsers as well).
Having GitHub render this file nicely makes it easier to search for particular settings, see https://help.github.com/en/github/managing-files-in-a-repository/rendering-csv-and-tsv-data for details.
I also noted that there is a file called
token_list-update.csv
, which seems out of date - despite the name. I have not updated that one, but I would suggest to delete it if it is not needed anymore to avoid confusion.