Skip to content

Commit 7a78c4c

Browse files
committed
bump EN version
1 parent a312f26 commit 7a78c4c

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

charts/abstract-node/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ keywords:
1111
home: https://abs.xyz
1212
sources:
1313
- https://github.com/matter-labs/zksync-era
14-
appVersion: "27.5.7"
14+
appVersion: "28.5.0-alpha"
1515

1616
dependencies:
1717
- name: common

charts/abstract-node/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ image:
7979
registry: docker.io
8080
repository: matterlabs/external-node
8181
pullPolicy: IfNotPresent
82-
tag: "v27.2.0"
82+
tag: "v28.5.0-alpha"
8383

8484
# 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/
8585
imagePullSecrets: []

docker/.env.mainnet

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Don't change these values unless you know what you're doing
22
NETWORK=mainnet
3-
EN_VERSION=v27.5.7
3+
EN_VERSION=v28.5.0-alpha
44
EN_MAIN_NODE_URL=https://api.mainnet.abs.xyz
55
EN_L1_CHAIN_ID=1
66
EN_L2_CHAIN_ID=2741

docker/.env.testnet

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Don't change these values unless you know what you're doing
22
NETWORK=testnet
3-
EN_VERSION=v28.2.1
3+
EN_VERSION=v28.5.0-alpha
44
EN_MAIN_NODE_URL=https://api.testnet.abs.xyz
55
EN_L1_CHAIN_ID=11155111
66
EN_L2_CHAIN_ID=11124

docker/external-node.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ services:
5050
- POSTGRES_PASSWORD=${DB_PASSWORD:-notsecurepassword}
5151
- PGPORT=5430
5252
external-node:
53-
image: "matterlabs/external-node:${EN_VERSION:-v27.5.7}"
53+
image: "matterlabs/external-node:${EN_VERSION:-v28.5.0-alpha}"
5454
entrypoint: ["/usr/bin/entrypoint.sh"]
5555
restart: always
5656
depends_on:

0 commit comments

Comments
 (0)