op-deployer: some parameters do not work for subcommand inspect
and meet some error for intent.toml config
#12744
Labels
inspect
and meet some error for intent.toml config
#12744
Bug Description
op-deployer:
inspect
--workdir
is uselss when executeop-deployer inspect genesis/rollup/l1/deploy-config
--outfile
is uselss when executeop-deployer inspect genesis/rollup/l1/deploy-config
, I can only redirect the std out into a file.op-deployer init
, theintent.toml
in workdir has two fields:op-deployer apply xxxx
, it meets assert error:Steps to Reproduce
op-deployer init --l1-chain-id 11155111 --l2-chain-ids <l2-chain-id> --workdir .deployer
op-deployer apply --workdir .deployer --l1-rpc-url <rpc-url> --private-key <private key hex>
.deployer
dir, so it's strange, if the parameter can provide--workdir
then way do I need to enter this dir. So when I tested in the parent dir and provide--workdir .deployer
, it does not work. Then if I enter the dir.depoyer
dir, and without--workdir .deployer
it can work. So I think--workdir
is useless.--outfile
, it's useless, I can only use the command like:Environment Information:
op-deployer version:https://github.com/ethereum-optimism/optimism/releases/tag/op-deployer%2Fv0.0.3
execute for sepolia
Additional context
By the way, I hope when exeute
op-deployer apply
, the command line can provide the parameters to set the gas price. In my testing, I meet:But in fact this tx is mined after sometime. So if I can set a higher gas price at start, it would not need to bump gas and try for many times.
And for execute apply, it needs to downloads artifacts again, hope there is a paramter to point an existed artifacts so that we do not need to download again for every try.
Please ensure all required sections are filled out accurately to expedite the debugging process and improve issue resolution efficiency.
The text was updated successfully, but these errors were encountered: