We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae9c6f6 commit 9d15051Copy full SHA for 9d15051
sequencer/src/bin/deploy.rs
@@ -190,6 +190,7 @@ struct Options {
190
/// Which timelock is used depends on the contract:
191
/// - FeeContract, LightClient, StakeTable → OpsTimelock (shorter delay for critical ops)
192
/// - EspToken, RewardClaim → SafeExitTimelock (longer delay for token operations)
193
+ ///
194
/// Requires timelocks to be deployed first (--deploy-ops-timelock, --deploy-safe-exit-timelock).
195
/// If not set, ownership goes to multisig (if --use-multisig) or deployer account.
196
#[clap(long, default_value = "false")]
0 commit comments