- Fork this repo
- Add a new
.json
file with the same name as your team name under the chain folder you want to join as validator.
ex)./eth/ozys.json
,./xrpvault/ozys.json
- Fill out the information using the format by chain below.
Team Infomation:
{
"name": "",
"homepage": "",
"contact": "",
"location": "",
"logo": "",
"description": ""
}
Address Infomation:
- Address for validating can be generated using
./utils/generatePk.js
KEY UTIL DOC
{
"eth_address": "", // required
"ethPublic": "", // required
"tonV3R2Address": "",
"tonPublic": "",
"icon_address": "",
"xrp_address": "",
"xrp_address_converted_for_orbit_mig": ""
}
}
- Make a Pull Request with the changes, to the
master
bridge-launch-governance repo.