-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathdappnode_package.json
More file actions
47 lines (47 loc) · 1.38 KB
/
dappnode_package.json
File metadata and controls
47 lines (47 loc) · 1.38 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
{
"name": "op-node.dnp.dappnode.eth",
"version": "0.1.3",
"upstreamVersion": "op-proposer/v1.10.2",
"upstreamRepo": "ethereum-optimism/optimism",
"upstreamArg": "UPSTREAM_VERSION",
"shortDescription": "Optimism Rollup node",
"description": "The Optimism rollup node is the component responsible for deriving the L2 chain from L1 blocks (and their associated receipts)",
"author": "DAppNode Association <admin@dappnode.io> (https://github.com/dappnode)",
"categories": ["ETH2.0"],
"keywords": ["optimism", "rollup", "ethereum", "node"],
"type": "service",
"architectures": ["linux/amd64"],
"links": {
"homepage": "https://github.com/dappnode/DAppNodePackage-op-node#readme",
"api": "http://op-node.dappnode:9545"
},
"exposable": [
{
"name": "OP Node JSON-RPC (HTTP)",
"description": "HTTP-JSON-RPC endpoint for OP",
"serviceName": "op-node",
"port": 9545
}
],
"repository": {
"type": "git",
"url": "https://github.com/dappnode/DAppNodePackage-op-node.git"
},
"bugs": {
"url": "https://github.com/dappnode/DAppNodePackage-op-node/issues"
},
"license": "GPL-3.0",
"requirements": {
"minimumDappnodeVersion": "0.2.80"
},
"globalEnvs": [
{
"envs": [
"EXECUTION_CLIENT_MAINNET",
"CONSENSUS_CLIENT_MAINNET",
"OP_EXECUTION_CLIENT"
],
"services": ["op-node"]
}
]
}