Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
puppetninja committed Jul 25, 2024
1 parent acdc3c4 commit 790d6f3
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 1 deletion.
14 changes: 14 additions & 0 deletions charts/tezos/scripts/smart-rollup-observer.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
set -e

TEZ_VAR=/var/tezos
TEZ_BIN=/usr/local/bin
ROLLUP_DATA_DIR="$TEZ_VAR/rollup"

CMD="$TEZ_BIN/octez-smart-rollup-node \
--endpoint http://tezos-node-rpc:8732 \
run \
--data-dir ${ROLLUP_DATA_DIR}" \
--acl-override allow-all \
--log-kernel-debug"
exec $CMD
File renamed without changes.
9 changes: 8 additions & 1 deletion charts/tezos/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -409,7 +409,14 @@ smartRollupNodes: {}
# tls: []
# rollup-node-1:
# mode: observer
# rollup_address: sr1RYurGZtN8KNSpkMcCt9CgWeUaNkzsAfXf
# rollup_address: sr18wx6ezkeRjt1SZSeZ2UQzQN3Uc3YLMLqg
# config: |
# { "smart-rollup-address": "sr18wx6ezkeRjt1SZSeZ2UQzQN3Uc3YLMLqg",
# "smart-rollup-node-operator": {}, "rpc-addr": "0.0.0.0",
# "fee-parameters": {}, "mode": "observer",
# "pre-images-endpoint":
# "https://snapshots.eu.tzinit.org/etherlink-ghostnet/wasm_2_0_0",
# "history-mode": "archive" }
# annotations: {}
# ingress:
# enabled: false
Expand Down

0 comments on commit 790d6f3

Please sign in to comment.