deploy_ops_timelock

Function deploy_ops_timelock 

Source
pub async fn deploy_ops_timelock(
    provider: impl Provider,
    contracts: &mut Contracts,
    min_delay: U256,
    proposers: Vec<Address>,
    executors: Vec<Address>,
    admin: Address,
) -> Result<Address>
Expand description

Deploy and initialize the Ops Timelock contract

Parameters:

  • min_delay: The minimum delay for operations
  • proposers: The list of addresses that can propose
  • executors: The list of addresses that can execute
  • admin: The address that can perform admin actions