Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
29 changes: 7 additions & 22 deletions dappnode_package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,27 +2,16 @@
"upstream": [
{
"repo": "AztecProtocol/aztec-packages",
"version": "v2.1.11",
"version": "v4.0.4",
"arg": "UPSTREAM_VERSION"
}
],
"description": "Aztec is a privacy first L2 on Ethereum",
"type": "service",
"architectures": [
"linux/amd64",
"linux/arm64"
],
"architectures": ["linux/amd64", "linux/arm64"],
"author": "DAppNode Association <admin@dappnode.io> (https://github.com/dappnode)",
"categories": [
"Blockchain",
"ETH2.0"
],
"keywords": [
"aztec",
"validator",
"rollup",
"privacy"
],
"categories": ["Blockchain", "ETH2.0"],
"keywords": ["aztec", "validator", "rollup", "privacy"],
"links": {
"homepage": "https://aztec.network",
"readme": "https://github.com/DAppNode/DAppNodePackage-aztec-generic#readme",
Expand All @@ -38,12 +27,8 @@
},
"globalEnvs": [
{
"envs": [
"PUBLIC_IP"
],
"services": [
"sequencer"
]
"envs": ["PUBLIC_IP"],
"services": ["sequencer"]
}
],
"backup": [
Expand All @@ -53,4 +38,4 @@
"service": "sequencer"
}
]
}
}
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ services:
build:
context: sequencer
args:
UPSTREAM_VERSION: v2.1.11
UPSTREAM_VERSION: v4.0.4
DATA_DIRECTORY: /data
volumes:
- sequencer-data:/data
Expand Down
2 changes: 1 addition & 1 deletion package_variants/mainnet/dappnode_package.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"name": "aztec.dnp.dappnode.eth",
"version": "0.1.0"
"version": "0.1.3"
}
2 changes: 1 addition & 1 deletion package_variants/sepolia/dappnode_package.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"name": "aztec-sepolia.dnp.dappnode.eth",
"version": "0.1.4"
"version": "0.1.7"
}