Skip to content

Commit

Permalink
Update contracts
Browse files Browse the repository at this point in the history
Signed-off-by: Danil <[email protected]>
  • Loading branch information
Deniallugo committed Jul 29, 2024
1 parent 01889ed commit d499f51
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions zk_toolbox/crates/zk_inception/src/commands/chain/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ pub enum ChainCommands {
/// Initialize bridges on l2
#[command(alias = "bridge")]
InitializeBridges(ForgeScriptArgs),
/// Initialize bridges on l2
/// Deploy all l2 contracts
#[command(alias = "l2")]
DeployL2Contracts(ForgeScriptArgs),
/// Initialize bridges on l2
/// Deploy Default Upgrader
Upgrader(ForgeScriptArgs),
/// Initialize bridges on l2
#[command(alias = "paymaster")]
Expand Down

0 comments on commit d499f51

Please sign in to comment.