Give developer roles on mainnet to:
- 0x9152F1f95b0819DA526BF6e0cB800559542b5b25, controlled by @Sabnock01
- 0xa1a58E83AD7367f04501d454c7d010AB01C29d04, controlled by @calnix
- 0x08462a2a815FE5B65D67AaC8d928C21Be2f9dDAE, controlled by @calnix
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.
The addDevelopers script will be used, with this input.
export const newDevelopers: string[] = [
'0x9152F1f95b0819DA526BF6e0cB800559542b5b25',
'0xa1a58E83AD7367f04501d454c7d010AB01C29d04',
'0x08462a2a815FE5B65D67AaC8d928C21Be2f9dDAE'
]