diff --git a/apps/src/lib/cli.rs b/apps/src/lib/cli.rs index 4c98a66c6e..d3370a35c1 100644 --- a/apps/src/lib/cli.rs +++ b/apps/src/lib/cli.rs @@ -2285,6 +2285,12 @@ pub mod args { "The price of Ethereum gas, during the relay call.", ), ) + .arg(ETH_RPC_ENDPOINT.def().about("The Ethereum RPC endpoint.")) + .arg( + ETH_CONFIRMATIONS.def().about( + "The number of block confirmations on Ethereum.", + ), + ) } }