Skip to content

Latest commit

 

History

History
39 lines (35 loc) · 972 Bytes

README.md

File metadata and controls

39 lines (35 loc) · 972 Bytes

bridge-launch-governance

Gather information of governance member

  1. Fork this repo
  2. 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
  3. 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": ""
}
}
  1. Make a Pull Request with the changes, to the master bridge-launch-governance repo.