Skip to content

Commit aef227f

Browse files
authored
Merge pull request #26 from dappnode/hcastc00/bump_v2.1.2
Bump to v2.1.2
2 parents 4563f41 + 85a676a commit aef227f

File tree

2 files changed

+23
-9
lines changed

2 files changed

+23
-9
lines changed

dappnode_package.json

Lines changed: 22 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,27 @@
22
"upstream": [
33
{
44
"repo": "AztecProtocol/aztec-packages",
5-
"version": "v2.0.4",
5+
"version": "v2.1.2",
66
"arg": "UPSTREAM_VERSION"
77
}
88
],
99
"description": "Aztec is a privacy first L2 on Ethereum",
1010
"type": "service",
11-
"architectures": ["linux/amd64"],
11+
"architectures": [
12+
"linux/amd64",
13+
"linux/arm64"
14+
],
1215
"author": "DAppNode Association <admin@dappnode.io> (https://github.com/dappnode)",
13-
"categories": ["Blockchain", "ETH2.0"],
14-
"keywords": ["aztec", "validator", "rollup", "privacy"],
16+
"categories": [
17+
"Blockchain",
18+
"ETH2.0"
19+
],
20+
"keywords": [
21+
"aztec",
22+
"validator",
23+
"rollup",
24+
"privacy"
25+
],
1526
"links": {
1627
"homepage": "https://aztec.network",
1728
"readme": "https://github.com/DAppNode/DAppNodePackage-aztec-generic#readme",
@@ -27,8 +38,12 @@
2738
},
2839
"globalEnvs": [
2940
{
30-
"envs": ["PUBLIC_IP"],
31-
"services": ["sequencer"]
41+
"envs": [
42+
"PUBLIC_IP"
43+
],
44+
"services": [
45+
"sequencer"
46+
]
3247
}
3348
]
34-
}
49+
}

docker-compose.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,13 @@ services:
44
build:
55
context: sequencer
66
args:
7-
UPSTREAM_VERSION: v2.0.4
7+
UPSTREAM_VERSION: v2.1.2
88
DATA_DIRECTORY: /data
99
volumes:
1010
- sequencer-data:/data
1111
environment:
1212
COINBASE: ""
1313
VALIDATOR_PRIVATE_KEYS: ""
14-
BLOB_SINK_URL: ""
1514
LOG_LEVEL: info
1615
restart: unless-stopped
1716
volumes:

0 commit comments

Comments
 (0)