Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 1.05 KB

YPP-0048.md

File metadata and controls

23 lines (16 loc) · 1.05 KB

Proposal

Give developer roles on mainnet to:

  • 0x9152F1f95b0819DA526BF6e0cB800559542b5b25, controlled by @Sabnock01
  • 0xa1a58E83AD7367f04501d454c7d010AB01C29d04, controlled by @calnix
  • 0x08462a2a815FE5B65D67AaC8d928C21Be2f9dDAE, controlled by @calnix

Background

As the team grows we need to let other developers propose new features, so adding new authorized developers. Developers can propose and execute governance proposals, but not approve them. Developers can also execute emergency plans, but not register them or restore permissions.

Details

The addDevelopers script will be used, with this input.

export const newDevelopers: string[] = [
    '0x9152F1f95b0819DA526BF6e0cB800559542b5b25',
    '0xa1a58E83AD7367f04501d454c7d010AB01C29d04',
    '0x08462a2a815FE5B65D67AaC8d928C21Be2f9dDAE'
]