-
Can I add additional keys to the pool’s metadata? Will it become invalid if I add custom keys?
-
Are there any additional supported keys in addition to:
- name
- description
- ticker
- homepage
Can I add additional keys to the pool’s metadata? Will it become invalid if I add custom keys?
Are there any additional supported keys in addition to:
I saw that file. But are those additional keys official and can be used later i.e. in Daedalus or are they used for Adapools only?
I didn’t saw any infos from extended metadata in daedalus, only on adapools → yoroi
in case you were still wondering, you need to add extended to the end of your pool metadata .json the created a new .json, the url should reference that new .json location
example
{
“name”: “Stakepool Name Here”,
“description”: “~~~~~~”,
“ticker”: “EXPL”,
“homepage”: “https://yoururl.com”,
“extended”: “https://yoururl.com”
}