Skip to content

Commit 26dbdcc

Browse files
authored
Update create-l2-rollup.mdx
1 parent fee60c4 commit 26dbdcc

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
@@ -697,7 +697,7 @@ cd ~/optimism/op-proposer
697697
./bin/op-proposer \
698698
--poll-interval=12s \
699699
--rpc.port=8560 \
700-
--rollup-rpc=http://localhost:8547 \
700+
--rollup-rpc=http://localhost:9545 \
701701
--l2oo-address=$(cat ../packages/contracts-bedrock/deployments/getting-started/.deploy | jq -r .L2OutputOracleProxy) \
702702
--private-key=$GS_PROPOSER_PRIVATE_KEY \
703703
--l1-eth-rpc=$L1_RPC_URL

0 commit comments

Comments
 (0)