-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathdappnode_package.json
More file actions
56 lines (56 loc) · 1.14 KB
/
dappnode_package.json
File metadata and controls
56 lines (56 loc) · 1.14 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
{
"upstream": [
{
"repo": "AztecProtocol/aztec-packages",
"version": "v2.1.11",
"arg": "UPSTREAM_VERSION"
}
],
"description": "Aztec is a privacy first L2 on Ethereum",
"type": "service",
"architectures": [
"linux/amd64",
"linux/arm64"
],
"author": "DAppNode Association <admin@dappnode.io> (https://github.com/dappnode)",
"categories": [
"Blockchain",
"ETH2.0"
],
"keywords": [
"aztec",
"validator",
"rollup",
"privacy"
],
"links": {
"homepage": "https://aztec.network",
"readme": "https://github.com/DAppNode/DAppNodePackage-aztec-generic#readme",
"docs": "https://docs.aztec.network"
},
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/DAppNode/DAppNodePackage-aztec-generic.git"
},
"bugs": {
"url": "https://github.com/dappnode/DAppNodePackage-aztec-generic/issues"
},
"globalEnvs": [
{
"envs": [
"PUBLIC_IP"
],
"services": [
"sequencer"
]
}
],
"backup": [
{
"name": "keystore",
"path": "/keystore",
"service": "sequencer"
}
]
}