Skip to content

Commit 017f4e6

Browse files
Deploy the L1 contract command path updated
1 parent 442f4c6 commit 017f4e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/builders/chain-operators/tutorials/create-l2-rollup.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -418,7 +418,7 @@ Once you've configured your network, it's time to deploy the L1 contracts necess
418418
{<h3>Deploy the L1 contracts</h3>}
419419

420420
```bash
421-
forge script scripts/deploy/Deploy.s.sol:Deploy --private-key $GS_ADMIN_PRIVATE_KEY --broadcast --rpc-url $L1_RPC_URL --slow
421+
forge script scripts/Deploy.s.sol:Deploy --private-key $GS_ADMIN_PRIVATE_KEY --broadcast --rpc-url $L1_RPC_URL --slow
422422
```
423423

424424
<Callout>

0 commit comments

Comments
 (0)