Skip to content

Commit

Permalink
run_sequencer debug
Browse files Browse the repository at this point in the history
  • Loading branch information
igorsereda committed May 6, 2024
1 parent bfce619 commit 051fd28
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions build/etherlink/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -68,11 +68,6 @@ run_sequencer() {
octez-client --endpoint "$endpoint" import secret key sequencer "$SEQUENCER_KEY"
fi

if [ ! -d "$rollup_dir/wasm_2_0_0" ]; then
echo "Initializing metadata folder..."
cp -R /root/wasm_2_0_0 "$rollup_dir/wasm_2_0_0"
fi

/usr/bin/octez-evm-node run sequencer with endpoint "$ETHERLINK_OPERATOR_ENDPOINT" signing with ${SEQUENCER_KEY} --rpc-addr 0.0.0.0 --rpc-port 8545 --initial-kernel /home/tezos/kernel/evm_installer.wasm --preimages-dir /home/tezos/kernel/_evm_installer_preimages --time-between-blocks 8 --cors-origins '*' --cors-headers '*' --devmode
}

Expand Down

0 comments on commit 051fd28

Please sign in to comment.