forked from pon-network/mev-plus
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathdappnode_package.json
More file actions
26 lines (26 loc) · 887 Bytes
/
Copy pathdappnode_package.json
File metadata and controls
26 lines (26 loc) · 887 Bytes
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
{
"name": "mev-plus.public.dappnode.eth",
"version": "0.0.1",
"description": "Restaking Cloud side car execution environment",
"type": "service",
"author": "Blockswap Labs",
"upstreamRepo": "pon-network/mev-plus",
"contributors": ["Pol Lanski", "Luka Gulin", "Marc Font", "Diego", "DAppNode Association <admin@dappnode.io> (https://github.com/dappnode)"],
"categories": ["Developer tools", "Economic incentive"],
"links": {
"homepage": "https://restaking.cloud/",
"instance": "http://mev-plus.dappnode",
"endpoint": "http://mev-plus.dappnode:10000",
"docs": "https://docs.restaking.cloud/home"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/pon-network/mev-plus/issues"
},
"globalEnvs": [
{
"envs": ["EXECUTION_CLIENT_MAINNET", "CONSENSUS_CLIENT_MAINNET", "MEVBOOST_MAINNET"],
"services": ["mevplus"]
}
]
}