Skip to content

Commit a312f26

Browse files
committed
bump node versions
1 parent 0568067 commit a312f26

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

charts/abstract-node/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apiVersion: v2
22
name: abstract-node
33
description: External node for syncing and serving blockchain data for Abstract
4-
version: 0.1.24
4+
version: 0.1.25
55
type: application
66
icon: https://abstract-assets.abs.xyz/icons/light.png
77
keywords:
@@ -11,7 +11,7 @@ keywords:
1111
home: https://abs.xyz
1212
sources:
1313
- https://github.com/matter-labs/zksync-era
14-
appVersion: "27.2.0"
14+
appVersion: "27.5.7"
1515

1616
dependencies:
1717
- name: common

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.2.0
3+
EN_VERSION=v27.5.7
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.0.0
3+
EN_VERSION=v28.2.1
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.2.0}"
53+
image: "matterlabs/external-node:${EN_VERSION:-v27.5.7}"
5454
entrypoint: ["/usr/bin/entrypoint.sh"]
5555
restart: always
5656
depends_on:

0 commit comments

Comments
 (0)