cardano-foundation / cardano-token-registry

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Questions regarding adding a logo after submitting a pull request

TJToken opened this issue · comments

If a pull request has been submitted and merged, is it possible to add a logo afterward? If so, could anyone tell me how?

I am trying to work out how to get a token on the minswap registry and want to know about the Logo on the Cardano registry first.

Thank you.

Ok, I've done some reading and understand that I need to use a byte string to make the logo. I have the byte string, but I don't know how to update the registry, could anyone please give me a hand on how I can update my pull request without possibly making an issue with what I have already done if I don't insert the byte string to the metadata correctly?

Thank you.

commented

If your logo was not included - just re-create your original file - include the logo and re-submit - any other updates - you need to increment the "sequenceNumber". Analyze the original file - did it include a "logo" section?
Regardless if it did or not - you need to follow the same steps you did the first time - this time specify the logo - and the final steps regarding if the sequenceNumber needs to be adjusted is just based on if the logo section existed or not.
If you need to increment the sequenceNumber, you prepare everything but before you issue the step which uses the policy to sign - you need update the sequenceNumber at this time - then sign - then you should be good to go. Caveat - make sure there are no signatures in the file - if you try to re-use the old file there are more steps to take - it's probably easier to make a new file with the same information.
Before you sign - the signatures section should look something like this:

"signatures": [ ]

Hi @TJToken

Did you figure it out in the meantime or need further support with this?

Hi @TJToken
I will close this one as I did not hear back from you. Feel free to reopen again if you need more support.
Thanks and kind regards