chore: Rename signer_pk to swapper_pk

--- don't change below this line ---
ENG-4246 Took 15 minutes
This commit is contained in:
Diana Carvalho
2025-02-18 17:50:47 +00:00
parent 8794dc674a
commit d9d56e7a8c
7 changed files with 22 additions and 21 deletions

View File

@@ -46,7 +46,7 @@ pub enum Commands {
#[arg(short, long)]
config_path: Option<String>,
#[arg(short, long)]
private_key: String,
swapper_pk: String,
},
/// Use the direct execution encoding strategy
DirectExecution {