eth-educators / ethstaker-deposit-cli

Secure key generation for deposits
https://eth-educators.github.io/ethstaker-deposit-cli/
Creative Commons Zero v1.0 Universal
2 stars 2 forks source link

We should not prompt for a chain if we pass a devet setting #46

Open remyroy opened 2 months ago

remyroy commented 2 months ago

For instance, if I pass a --devnet_chain_setting to the generate-bls-to-execution-change, without passing a --chain, I will be prompted for a chain. I should not be since I am already passing a chain setting. This should be generalize to all commands that accept a devnet chain setting.