Skip to content

Commit

Permalink
Merge pull request #2469 from o1-labs/dw/remove-duplicated-code-op-pr…
Browse files Browse the repository at this point in the history
…ogram-shell-script

Remove duplicated code op program shell script
  • Loading branch information
dannywillems authored Aug 14, 2024
2 parents a35662e + b55ffe5 commit 5545d5f
Showing 1 changed file with 0 additions and 22 deletions.
22 changes: 0 additions & 22 deletions o1vm/run-op-program.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,25 +16,3 @@ set -x
--l2.outputroot "${STARTING_OUTPUT_ROOT}" \
--l2.claim "${L2_CLAIM}" \
--l2.blocknumber "${L2_BLOCK_NUMBER}"

./ethereum-optimism/cannon/bin/cannon load-elf --path=./ethereum-optimism/op-program/bin/op-program-client.elf

./ethereum-optimism/cannon/bin/cannon run \
--pprof.cpu \
--info-at "${INFO_AT:-%10000000}" \
--proof-at never \
--stop-at "${STOP_AT:-never}" \
--input "${CANNON_STATE_FILENAME:-./state.json}" \
-- \
./ethereum-optimism/op-program/bin/op-program \
--log.level DEBUG \
--l1 "${L1_RPC}" \
--l2 "${L2_RPC}" \
--network sepolia \
--datadir "${OP_PROGRAM_DATA_DIR}" \
--l1.head "${L1_HEAD}" \
--l2.head "${L2_HEAD}" \
--l2.outputroot "${STARTING_OUTPUT_ROOT}" \
--l2.claim "${L2_CLAIM}" \
--l2.blocknumber "${L2_BLOCK_NUMBER}" \
--server

0 comments on commit 5545d5f

Please sign in to comment.