Description
I'm currently working through the "Deploy the L1 contracts" section and came across some confusing points that I'd like to clarify.
Firstly, the documentation recommends using op-deployer
, but it still mentions the script-based deployment method without explaining how they coexist or which one should be used. This is a bit confusing for someone trying to follow the process step-by-step.
Secondly, after installing op-deployer
, I noticed that there's only an executable file and no bin
folder or op-deployer
directory as implied in the tutorial. The instructions mention commands like cd op-deployer
and ./bin/op-deployer
, which don't seem to align with what's actually installed. Since I've already added op-deployer
to my PATH, I don't think it should require navigating to a non-existent directory or using the ./bin/
prefix.
I'm new here. If I misunderstand anything, please let me know.😊