Skip to content

Commit

Permalink
switch to universal smart rollup node (instead of proto-dependent)
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolasochem committed Sep 18, 2023
1 parent 3e749f3 commit 945e698
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/tezos/scripts/smart-rollup-node.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ ROLLUP_DATA_DIR_PREIMAGES="$ROLLUP_DATA_DIR/wasm_2_0_0"
xxd -p -c 0 /usr/local/share/tezos/evm_kernel/evm_installer.wasm | tr -d '\n' > /var/tezos/smart-rollup-boot-sector
mkdir -p "$ROLLUP_DATA_DIR_PREIMAGES"
cp /usr/local/share/tezos/evm_kernel/* "$ROLLUP_DATA_DIR_PREIMAGES"
CMD="$TEZ_BIN/octez-smart-rollup-node-alpha \
CMD="$TEZ_BIN/octez-smart-rollup-node \
--endpoint http://tezos-node-rpc:8732 \
-d $CLIENT_DIR \
run operator for ${ROLLUP_ADDRESS} with operators ${OPERATOR_ACCOUNT} \
Expand Down

0 comments on commit 945e698

Please sign in to comment.