Skip to content

Commit

Permalink
feat: update to CDK 0.4.0 (#336)
Browse files Browse the repository at this point in the history
* feat: update to CDK 0.4.0

* feat: update CDK image

* feat: update CDK image

* feat: update CDK image

* feat: update CDK image
  • Loading branch information
ToniRamirezM authored Oct 28, 2024
1 parent 65abea9 commit 90ee2eb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion input_parser.star
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
5 changes: 1 addition & 4 deletions templates/trusted-node/cdk-node-config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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}}"
Expand All @@ -82,9 +83,7 @@ GetBatchWaitInterval = "10s"
{{else}}
SenderAddress = "{{.zkevm_l2_aggregator_address}}"
{{end}}
UseL1BatchData = true
UseFullWitness = false
MaxWitnessRetrievalWorkers = 2
SyncModeOnlyEnabled = false

[Aggregator.SequencerPrivateKey]
Expand All @@ -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"
Expand Down

0 comments on commit 90ee2eb

Please sign in to comment.