Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 851 Bytes

YPP-0064.md

File metadata and controls

20 lines (12 loc) · 851 Bytes

Proposal

Give developer roles on arbitrum to:

  • 0x1662BbbDdA3fb169f10C495AE27596Af7f8fD3E1, controlled by @marcomariscal

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[] = [
  '0x1662BbbDdA3fb169f10C495AE27596Af7f8fD3E1', // Marco
]