Skip to content

Commit

Permalink
add an empty boot sector for now
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolasochem committed May 16, 2023
1 parent ac8e372 commit b936ecb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion charts/tezos/scripts/smart-rollup-node.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ CLIENT_DIR="$TEZ_VAR/client"
NODE_DIR="$TEZ_VAR/node"
NODE_DATA_DIR="$TEZ_VAR/node/data"

CMD="$TEZ_BIN/octez-smart-rollup-node-alpha --endpoint http://tezos-node-rpc:8732 -d $CLIENT_DIR run operator for ${ROLLUP_ADDRESS} with operators ${OPERATOR_ACCOUNT}"
touch /var/tezos/smart-rollup-boot-sector
CMD="$TEZ_BIN/octez-smart-rollup-node-alpha --endpoint http://tezos-node-rpc:8732 -d $CLIENT_DIR run operator for ${ROLLUP_ADDRESS} with operators ${OPERATOR_ACCOUNT} --boot-sector-file /var/tezos/smart-rollup-boot-sector"
# ensure we can run tezos-signer commands without specifying client dir
ln -s /var/tezos/client /home/tezos/.tezos-signer

Expand Down

0 comments on commit b936ecb

Please sign in to comment.