Skip to content

Commit

Permalink
Move to dappnode DNP repository
Browse files Browse the repository at this point in the history
  • Loading branch information
eduadiez committed Jul 6, 2022
1 parent 0dfdb13 commit 5a2d6de
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 6 deletions.
21 changes: 16 additions & 5 deletions dappnode_package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "sepolia-geth.public.dappnode.eth",
"name": "sepolia-geth.dnp.dappnode.eth",
"version": "0.1.0",
"upstreamVersion": "v1.10.20",
"upstreamRepo": "ethereum/go-ethereum",
Expand All @@ -14,9 +14,20 @@
"Stefaan Ponnet (https://github.com/sponnet)",
"Afri Schoedon <[email protected]> (https://github.com/q9f)"
],
"categories": ["Developer tools"],
"keywords": ["ethereum", "testnet", "geth", "sepolia", "pow"],
"architectures": ["linux/amd64", "linux/arm64"],
"categories": [
"Developer tools"
],
"keywords": [
"ethereum",
"testnet",
"geth",
"sepolia",
"pow"
],
"architectures": [
"linux/amd64",
"linux/arm64"
],
"links": {
"homepage": "https://github.com/dappnode/DAppNodePackage-sepolia-geth#readme",
"api": "http://sepolia-geth.dappnode:8545"
Expand Down Expand Up @@ -45,4 +56,4 @@
"url": "https://github.com/dappnode/DAppNodePackage-sepolia-geth/issues"
},
"license": "GPL-3.0"
}
}
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: "3.5"
services:
sepolia:
image: "sepolia.sepolia-geth.public.dappnode.eth:0.1.3"
image: "sepolia.sepolia-geth.dnp.dappnode.eth:0.1.0"
build:
context: ./build
args:
Expand Down

0 comments on commit 5a2d6de

Please sign in to comment.