Skip to content

Commit

Permalink
fix: deploy contract in non-interactive
Browse files Browse the repository at this point in the history
  • Loading branch information
lesterli committed Nov 6, 2024
1 parent a164c00 commit f75d71b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/l2/l2-deploy-l1-contracts.sh
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,5 @@ DEPLOYMENT_OUTFILE=${OP_CONTRACTS_DIR}/deployments/op-devnet-${L2_CHAIN_ID}.json
DEPLOY_CONFIG_PATH=${OP_CONTRACTS_DIR}/deploy-config/op-devnet-${L2_CHAIN_ID}.json \
forge script $OP_CONTRACTS_DIR/scripts/deploy/Deploy.s.sol:Deploy \
--private-key "$GS_ADMIN_PRIVATE_KEY" \
--broadcast --rpc-url "$L1_RPC_URL" --slow
--broadcast --rpc-url "$L1_RPC_URL" --slow --non-interactive
echo

0 comments on commit f75d71b

Please sign in to comment.