* Allow assets to exist with no logo, info only (typically spam)
* Allow missing logo only for spam assets
* Lint fix
* Remove logo for a few spam tokens
* Revert "Remove logo for a few spam tokens"
This reverts commit 95e93cd7b2e9c3c03f4e8369f59a5c56c593e13d.
Co-authored-by: Catenocrypt <catenocrypt@users.noreply.github.com>
* Assets fix script: format all JSON files, not only eth-fork info files.
* More debug message
* Cleanup
Co-authored-by: Catenocrypt <catenocrypt@users.noreply.github.com>
* Make non-mandatory action interface elements optional.
* Remove one unused import
* Scripts main renamed to entrypoint.
* Script common rename to generic
* Move generic scripts from action to generic.
* Move chain-specific scripts to blockchain.
Co-authored-by: Catenocrypt <catenocrypt@users.noreply.github.com>