cardano-foundation / cardano-token-registry

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Logo not loading

mufasa2531 opened this issue · comments

Hello good day!

We're having an issue..

According to Minswap, the logo should appear on their DEX after the PR has been merged.

image

Our PR has been merged 17hrs ago. #3229

We may ask if there's something went wrong on our side?

We used 49kb PNG file. filename(hydragamesLogo2.png)

hydragamesLogo2

With this command using offchain-metadata-tool

token-metadata-creator entry 43a078846ae28140f5a5c2714ffcc689555d7e0efcfcaf79ce2910fa487964726147616d6573
--ticker "HYDRGMS"
--url "https://hydragames.xyz/"
--logo "hydragamesLogo2.png"
--decimals 0

Thank you!

Hi @mufasa2531

the issue is the subject. The first part of it representing the policyID is correct. The last part is 487964726147616d6573 which corresponds to HydraGames but the name used during minting is Hydra which is why the subject should end on 4879647261 instead. The problem is, while the metadata has been successfully registered, the Explorers and platforms like MinSwap cannot find the token because they are looking up the policy, picking the name used during minting and then add this to the policyID, and such an entry is missing.

To overcome this you need to create a new metadata entry using the correct subject of 43a078846ae28140f5a5c2714ffcc689555d7e0efcfcaf79ce2910fa4879647261

I hope this helps and sorry for the inconvenience and long delay in replying, caused by me attending a conference the last few days.

Kind regards

Hello @cleanerm5 thank you for your reply, I PR the new metadata entry here: #3279

Question: Does the new metadata won't conflict on my old PR that's already merged? because both has the same details, except signatures and filename.

Thanks!

Hi @mufasa2531

it does not conflict. You can delete the old metadata following the instructions provided in the Wiki but is not mandatory.

Thank you! we can close this now.