deploy_safe_exit_timelock

Function deploy_safe_exit_timelock 

Source
pub async fn deploy_safe_exit_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 Safe Exit 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