[DOCS] Wrong L1 contract deployment command #1033
Labels
community-request
docs updates requested by community or OP collective
documentation
Improvements or additions to documentation
Wrong L1 contract deployment command
Overview
In the docs page with tutorial for deploying L2 using OP stack the section for deploying L1 contracts is wrong. The command from the docs is:
forge script scripts/deploy/Deploy.s.sol:Deploy --private-key $GS_ADMIN_PRIVATE_KEY --broadcast --rpc-url $L1_RPC_URL --slow
.It should be
forge script scripts/deploy/Deploy.s.sol:Deploy --private-key $GS_ADMIN_PRIVATE_KEY --broadcast --rpc-url $L1_RPC_URL --slow
instead.Now, after running this script I am getting error:
Update
It seems like in the file ./deploy-config/getting-started.json in the line 19 the value "l2OutputOracleStartingTimestamp": , is empty as you can see which is not correct json syntax but it's not explained in the docs how it should be generated.
I can create PR for it today but want to know before if it's worth changing and if it's gonna be merged.
The text was updated successfully, but these errors were encountered: