fudgebucket27 / Lexplorer

Loopring explorer alternative
14 stars 10 forks source link

Store original meta data URL in NftMetadata and show it #250

Closed modersohn closed 1 year ago

modersohn commented 1 year ago

This will help with debugging issues like #248 and it will probably be handy for others too.

All 3 URLs will link to the pinata gateway that we use. The MetaData URL shown is the original URL as returned from the contract, while the link will contain all the modifications that we might make (escaping, adding /metadata.json etc.)

image