Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 369 Bytes

README.md

File metadata and controls

19 lines (15 loc) · 369 Bytes

bitcanna-validators-info

Validators Info JSON

Discord nickname

Add your validator info in json file validators_info.json. Put your info in the last position of validators array.

{
    "validators": [
        {
            "operator_address":"<YOUR OPERATOR ADDRESS>",
            "discord_nickname":"<YOUR DISCORD NICKNAME>"
        }
    ]
}