File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11apiVersion : v2
22name : abstract-node
33description : External node for syncing and serving blockchain data for Abstract
4- version : 0.1.24
4+ version : 0.1.25
55type : application
66icon : https://abstract-assets.abs.xyz/icons/light.png
77keywords :
@@ -11,7 +11,7 @@ keywords:
1111home : https://abs.xyz
1212sources :
1313 - https://github.com/matter-labs/zksync-era
14- appVersion : " 27.2.0 "
14+ appVersion : " 27.5.7 "
1515
1616dependencies :
1717 - name : common
Original file line number Diff line number Diff line change 11# Don't change these values unless you know what you're doing
22NETWORK=mainnet
3- EN_VERSION=v27.2.0
3+ EN_VERSION=v27.5.7
44EN_MAIN_NODE_URL=https://api.mainnet.abs.xyz
55EN_L1_CHAIN_ID=1
66EN_L2_CHAIN_ID=2741
Original file line number Diff line number Diff line change 11# Don't change these values unless you know what you're doing
22NETWORK=testnet
3- EN_VERSION=v28.0.0
3+ EN_VERSION=v28.2.1
44EN_MAIN_NODE_URL=https://api.testnet.abs.xyz
55EN_L1_CHAIN_ID=11155111
66EN_L2_CHAIN_ID=11124
Original file line number Diff line number Diff 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 :
You can’t perform that action at this time.
0 commit comments