We decided to use this repo for validators' images and token assets for our products.
- Fork this repo to your own github account
- Clone fork and create new branch
git clone [email protected]:YOUR_ACCOUNT/cosmostation_token_resource.git
cd cosmostation_token_resource
git branch <branch_name>
git checkout <branch_name>
-
Add your image (.png) file to appropriate directory
-
Commit and push to your fork
git add -A
git commit -m “Add <YOUR VALIDATOR NAME>”
git push origin <branch_name>
- From your repository, make pull requesrt (PR)
- file extension:
.png
. Note that uppercasePNG
considered invalid - file name: should be your
validator operator address.png
- file directory: should be located in whichever network inside moniker directory
-
Add your dapp information with /dapps/dapps.json
-
Commit and push to your fork for PR