|
| 1 | +{ |
| 2 | + "name": "op-node.dnp.dappnode.eth", |
| 3 | + "version": "0.1.0", |
| 4 | + "upstreamVersion": "v1.1.3", |
| 5 | + "upstreamRepo": "ethereum-optimism/op-node", |
| 6 | + "upstreamArg": "UPSTREAM_VERSION", |
| 7 | + "shortDescription": "Optimism Rollup node", |
| 8 | + "description": "The Optimism rollup node is the component responsible for deriving the L2 chain from L1 blocks (and their associated receipts)", |
| 9 | + "author": "DAppNode Association <[email protected]> (https://github.com/dappnode)", |
| 10 | + "categories": ["ETH2.0"], |
| 11 | + "keywords": ["optimism", "rollup", "ethereum", "node"], |
| 12 | + "type": "service", |
| 13 | + "architectures": ["linux/amd64", "linux/arm64"], |
| 14 | + "links": { |
| 15 | + "homepage": "https://github.com/dappnode/DAppNodePackage-op-node#readme", |
| 16 | + "api": "http://op-node.dappnode:9545" |
| 17 | + }, |
| 18 | + "exposable": [ |
| 19 | + { |
| 20 | + "name": "OP Node JSON-RPC (HTTP)", |
| 21 | + "description": "HTTP-JSON-RPC endpoint for OP", |
| 22 | + "serviceName": "op-node", |
| 23 | + "port": 9545 |
| 24 | + } |
| 25 | + ], |
| 26 | + "repository": { |
| 27 | + "type": "git", |
| 28 | + "url": "https://github.com/dappnode/DAppNodePackage-op-node.git" |
| 29 | + }, |
| 30 | + "bugs": { |
| 31 | + "url": "https://github.com/dappnode/DAppNodePackage-op-node/issues" |
| 32 | + }, |
| 33 | + "license": "GPL-3.0", |
| 34 | + "requirements": { |
| 35 | + "minimumDappnodeVersion": "0.2.50" |
| 36 | + }, |
| 37 | + "globalEnvs": [ |
| 38 | + { |
| 39 | + "envs": ["EXECUTION_CLIENT_MAINNET"], |
| 40 | + "services": ["op-node"] |
| 41 | + } |
| 42 | + ] |
| 43 | +} |
0 commit comments