Skip to content

Commit

Permalink
new constants for today
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolasochem committed Jun 27, 2023
1 parent 96e8e1d commit 62ffb9a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 15 deletions.
1 change: 1 addition & 0 deletions TezosChain.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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`,
{
Expand Down
16 changes: 1 addition & 15 deletions dailynet/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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"
Expand Down

0 comments on commit 62ffb9a

Please sign in to comment.