Skip to content

Commit

Permalink
added acl-override allow-all option to the rollup-node
Browse files Browse the repository at this point in the history
  • Loading branch information
ztepler committed May 13, 2024
1 parent 8bbcae7 commit f8e6e25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/etherlink/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ run_node() {
fi

# Write logs to a file: "file-descriptor-path:///kernel_debug.log?name=kernel_debug&chmod=0o644"
TEZOS_LOG='* -> info' TEZOS_EVENTS_CONFIG=$LOG_CONFIG exec octez-smart-rollup-node --endpoint "$endpoint" -d "$client_dir" --better-errors run --data-dir "$rollup_dir" --rpc-addr "0.0.0.0"
TEZOS_LOG='* -> info' TEZOS_EVENTS_CONFIG=$LOG_CONFIG exec octez-smart-rollup-node --endpoint "$endpoint" -d "$client_dir" --better-errors run --data-dir "$rollup_dir" --rpc-addr "0.0.0.0" --acl-override allow-all
}

run_sequencer() {
Expand Down

0 comments on commit f8e6e25

Please sign in to comment.