From 4e2ce069ab2a24d037548796b85ff95ff2cd4874 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Coffee=E2=98=95=EF=B8=8F?= Date: Sun, 24 Aug 2025 21:56:36 -0400 Subject: [PATCH] chore: update EN to v29.1.1 --- charts/abstract-node/Chart.yaml | 2 +- charts/abstract-node/values.yaml | 2 +- docker/.env.mainnet | 2 +- docker/.env.testnet | 2 +- docker/external-node.yml | 4 ++-- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/charts/abstract-node/Chart.yaml b/charts/abstract-node/Chart.yaml index 2f8fbf4..94aa0df 100644 --- a/charts/abstract-node/Chart.yaml +++ b/charts/abstract-node/Chart.yaml @@ -11,7 +11,7 @@ keywords: home: https://abs.xyz sources: - https://github.com/matter-labs/zksync-era -appVersion: "29.1.0" +appVersion: "29.1.1" dependencies: - name: common diff --git a/charts/abstract-node/values.yaml b/charts/abstract-node/values.yaml index 7515b53..3b55176 100644 --- a/charts/abstract-node/values.yaml +++ b/charts/abstract-node/values.yaml @@ -79,7 +79,7 @@ image: registry: docker.io repository: matterlabs/external-node pullPolicy: IfNotPresent - tag: "v29.1.0" + tag: "v29.1.1" # This is for the secretes for pulling an image from a private repository more information can be found here: https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/ imagePullSecrets: [] diff --git a/docker/.env.mainnet b/docker/.env.mainnet index ba8d793..cdc9e3a 100644 --- a/docker/.env.mainnet +++ b/docker/.env.mainnet @@ -1,6 +1,6 @@ # Don't change these values unless you know what you're doing NETWORK=mainnet -EN_VERSION=v29.1.0 +EN_VERSION=v29.1.1 EN_MAIN_NODE_URL=https://api.mainnet.abs.xyz EN_L1_CHAIN_ID=1 EN_L2_CHAIN_ID=2741 diff --git a/docker/.env.testnet b/docker/.env.testnet index e666137..fa6b0c9 100644 --- a/docker/.env.testnet +++ b/docker/.env.testnet @@ -1,6 +1,6 @@ # Don't change these values unless you know what you're doing NETWORK=testnet -EN_VERSION=v29.1.0 +EN_VERSION=v29.1.1 EN_MAIN_NODE_URL=https://api.testnet.abs.xyz EN_L1_CHAIN_ID=11155111 EN_L2_CHAIN_ID=11124 diff --git a/docker/external-node.yml b/docker/external-node.yml index 791ec04..647462c 100644 --- a/docker/external-node.yml +++ b/docker/external-node.yml @@ -52,7 +52,7 @@ services: # Generation of consensus secrets. # The secrets are generated iff the secrets file doesn't already exist. generate-secrets: - image: "matterlabs/external-node:${EN_VERSION:-v29.1.0}" + image: "matterlabs/external-node:${EN_VERSION:-v29.1.1}" entrypoint: [ "/configs/generate_secrets.sh", @@ -61,7 +61,7 @@ services: volumes: - ./configs:/configs external-node: - image: "matterlabs/external-node:${EN_VERSION:-v29.1.0}" + image: "matterlabs/external-node:${EN_VERSION:-v29.1.1}" entrypoint: ["/usr/bin/entrypoint.sh"] restart: always depends_on: