diff --git a/input_parser.star b/input_parser.star index eab20a33..7a07495a 100644 --- a/input_parser.star +++ b/input_parser.star @@ -28,7 +28,7 @@ DEFAULT_DEPLOYMENT_STAGES = { DEFAULT_IMAGES = { "agglayer_image": "ghcr.io/agglayer/agglayer:feature-storage-adding-epoch-packing", # https://github.com/agglayer/agglayer/pkgs/container/agglayer-rs "cdk_erigon_node_image": "hermeznetwork/cdk-erigon:v2.1.0", # https://hub.docker.com/r/hermeznetwork/cdk-erigon/tags - "cdk_node_image": "ghcr.io/0xpolygon/cdk:0.3.1-rc1", # https://github.com/0xpolygon/cdk/pkgs/container/cdk + "cdk_node_image": "ghcr.io/0xpolygon/cdk:0.4.0-beta1", # https://github.com/0xpolygon/cdk/pkgs/container/cdk "cdk_validium_node_image": "0xpolygon/cdk-validium-node:0.7.0-cdk", # https://hub.docker.com/r/0xpolygon/cdk-validium-node/tags "zkevm_bridge_proxy_image": "haproxy:3.0-bookworm", # https://hub.docker.com/_/haproxy/tags "zkevm_bridge_service_image": "hermeznetwork/zkevm-bridge-service:v0.6.0-RC1", # https://hub.docker.com/r/hermeznetwork/zkevm-bridge-service/tags diff --git a/templates/trusted-node/cdk-node-config.toml b/templates/trusted-node/cdk-node-config.toml index 8107f007..1e1c08c9 100644 --- a/templates/trusted-node/cdk-node-config.toml +++ b/templates/trusted-node/cdk-node-config.toml @@ -73,6 +73,7 @@ GetBatchWaitInterval = "10s" GeneratingProofCleanupThreshold = "10m" GasOffset = 150000 UpgradeEtrogBatchNumber = "{{.zkevm_rollup_manager_block_number}}" + RPCURL = "http://{{.l2_rpc_name}}{{.deployment_suffix}}:{{.zkevm_rpc_http_port}}" WitnessURL = "http://{{.l2_rpc_name}}{{.deployment_suffix}}:{{.zkevm_rpc_http_port}}" {{if .is_cdk_validium}} SenderAddress = "{{.zkevm_l2_agglayer_address}}" @@ -82,9 +83,7 @@ GetBatchWaitInterval = "10s" {{else}} SenderAddress = "{{.zkevm_l2_aggregator_address}}" {{end}} - UseL1BatchData = true UseFullWitness = false - MaxWitnessRetrievalWorkers = 2 SyncModeOnlyEnabled = false [Aggregator.SequencerPrivateKey] @@ -102,8 +101,6 @@ GetBatchWaitInterval = "10s" Environment = "development" # "production" or "development" Level = "{{.global_log_level}}" Outputs = ["stderr"] - [Aggregator.StreamClient] - Server = "{{.sequencer_name}}{{.deployment_suffix}}:{{.zkevm_data_streamer_port}}" [Aggregator.EthTxManager] FrequencyToMonitorTxs = "1s" WaitTxToBeMined = "2m"