Skip to content

Commit

Permalink
comment out smart rollups for now (one octez MR still missing)
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolasochem committed May 17, 2023
1 parent 578e4bc commit efd30e3
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions dailynet/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,13 @@ activation:
zk_rollup_enable: true
zk_rollup_origination_size: 4000
zk_rollup_min_pending_to_process: 10
# bootstrap_parameters:
# bootstrap_smart_rollups:
# - address: "sr1RYurGZtN8KNSpkMcCt9CgWeUaNkzsAfXf"
# pvm_kind: "arith"
# kernel: ""
# parameters_ty:
# prim: Unit
nodes:
tezos-baking-node:
instances:
Expand All @@ -126,10 +133,10 @@ nodes:
# Overwrite default values.yaml tezos-node
rolling-node: null

smartRollupNodes:
rollup-node-0:
operator_account: oxheadbaker
rollup_address: sr1RYurGZtN8KNSpkMcCt9CgWeUaNkzsAfXf
# smartRollupNodes:
# rollup-node-0:
# operator_account: oxheadbaker
# rollup_address: sr1RYurGZtN8KNSpkMcCt9CgWeUaNkzsAfXf

bootstrap_peers: []
full_snapshot_url: null
Expand Down

0 comments on commit efd30e3

Please sign in to comment.