diff --git a/TezosChain.ts b/TezosChain.ts index e764cd8e..8ee1e431 100644 --- a/TezosChain.ts +++ b/TezosChain.ts @@ -620,6 +620,7 @@ export class TezosChain extends pulumi.ComponentResource { ] } params.helmValues.dalNodes.dal1.ingress = dalIngressParams; + params.helmValues.node_config_network.dal_config.bootstrap_peers = [`${dalRpcFqdn}:11732`]; new k8s.core.v1.Service( `${name}-dal-p2p-lb`, { diff --git a/dailynet/values.yaml b/dailynet/values.yaml index eb8fafe6..0f84e36f 100644 --- a/dailynet/values.yaml +++ b/dailynet/values.yaml @@ -70,21 +70,6 @@ activation: cache_sampler_state_cycles: 8 nonce_revelation_threshold: 32 vdf_difficulty: '10000000' - tx_rollup_enable: true - tx_rollup_origination_size: 4000 - tx_rollup_hard_size_limit_per_inbox: 500000 - tx_rollup_hard_size_limit_per_message: 5000 - tx_rollup_commitment_bond: "10000000000" - tx_rollup_finality_period: 10 - tx_rollup_max_inboxes_count: 15 - tx_rollup_withdraw_period: 10 - tx_rollup_max_messages_per_inbox: 1010 - tx_rollup_max_commitments_count: 30 - tx_rollup_cost_per_byte_ema_factor: 120 - tx_rollup_max_withdrawals_per_batch: 15 - tx_rollup_max_ticket_payload_size: 2048 - tx_rollup_rejection_max_proof_size: 30000 - tx_rollup_sunset_level: 10000000 dal_parametric: feature_enable: true number_of_slots: 16 @@ -111,6 +96,7 @@ activation: zk_rollup_enable: true zk_rollup_origination_size: 4000 zk_rollup_min_pending_to_process: 10 + zk_rollup_max_ticket_payload_size: 2048 bootstrap_parameters: bootstrap_smart_rollups: - address: "sr1RYurGZtN8KNSpkMcCt9CgWeUaNkzsAfXf"