FrederikBolding / chainlist

A list of EVM-based chains that also allows you to add chains to your favorite Web3 wallet. An alternative to the closing chainlist.org
https://chainlist.wtf
MIT License
526 stars 150 forks source link

SVG icons are not displayed #113

Closed etkinpinar closed 7 months ago

etkinpinar commented 8 months ago

Network icons that are SVG are not rendered due to gatsby-plugin-sharp / gatsby-plugin-image plugins not supporting SVGs.

I suppose, publicURL of the nodes can be used to display them properly.

FrederikBolding commented 7 months ago

Thanks for reporting this! Will deploy a fix!