SmaugPool / pool.pm

Cardano blockchain realtime visualization
https://pool.pm
Other
18 stars 8 forks source link

Cannot View Asset Images #40

Closed abstractpotato closed 2 years ago

abstractpotato commented 2 years ago

This issue only happens in the regular view, the asset images show in the metadata view.

Here is the link to the token: pool.pm/asset1dppv0sq26fhgm99v3xpuw6kezm0a7hqn6flch6

This is what I'm seeing image image

SmaugPool commented 2 years ago

Despite pool.pm not showing it, there is a duplicate "721" label in the metadata, which means that the metadata json file looks like:

{ 
  "721": {
    "721": {
      ..
    }
  }
}

If your minting tool already handles the 721 label, you don't need to put another "721" object.