Repository to store validator logos
- The validators logos will be used by several clients such as Harmony staking explorer when displaying the list of validators.
- Fork this repository
- Add your logo by creating the logo image name using your Harmony one-address and placing it inside
validators/
, e.g.validators/one1pdv9lrdwl0rg5vglh4xtyrv3wjk3wsqket7zxy.jpg
- Append your validator's basic information (including address, name, description and website) to the bottom of the list.json,
For example, append yours to the last lines of list.json
...
{
"id": "one1pdv9lrdwl0rg5vglh4xtyrv3wjk3wsqket7zxy",
"name": "Harmony",
"description": "Harmony Staking",
"website": "https://harmony.one"
},
- Create a PR
- Once the Harmony team approves your logo, it will be consumed by clients like Harmony staking explorer
- dimension:
256px by 256px
or512px by 512px
- size: up to
100 KB
. TIP: use free drag and drop online service tinypng to optimize image size