Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
68 changes: 36 additions & 32 deletions dappnode_package.json
Original file line number Diff line number Diff line change
@@ -1,46 +1,50 @@
{
"name": "alephium.dnp.dappnode.eth",
"version": "0.1.68",
"upstream": [
{
"repo": "alephium/alephium",
"version": "v4.5.3",
"arg": "ALEPHIUM_VERSION"
},
{
"repo": "alephium/explorer-backend",
"version": "v3.3.6",
"arg": "ALEPHIUM_BACKEND_VERSION"
},
{
"repo": "mgarciate/alephium-frontend",
"version": "1.11.2",
"arg": "ALEPHIUM_EXPLORER_VERSION"
}
"architectures": [
"linux/amd64"
],
"shortDescription": "A new paradigm",
"description": "Alephium is the first live layer 1 sharded blockchain scaling and improving on Bitcoin core technologies, Proof of Work and UTXO. It delivers a highly performant, secure DeFi & dApps platform with enhanced energy efficiency.",
"type": "service",
"mainService": "alephium",
"author": "DAppNode Association <admin@dappnode.io> (https://github.com/dappnode)",
"bugs": {
"url": "https://github.com/dappnode/DAppNodePackage-alephium/issues"
},
"categories": [
"Blockchain"
],
"contributors": [
"mgarciate <mgarciate@gmail.com> (https://github.com/mgarciate)"
],
"categories": ["Blockchain"],
"architectures": ["linux/amd64"],
"description": "Alephium is the first live layer 1 sharded blockchain scaling and improving on Bitcoin core technologies, Proof of Work and UTXO. It delivers a highly performant, secure DeFi & dApps platform with enhanced energy efficiency.",
"license": "GPL-3.0",
"links": {
"homepage": "https://github.com/alephium/alephium",
"api": "http://alephium.alephium.dappnode:12973",
"OpenAPI Node": "http://alephium.alephium.dappnode:12973/docs",
"Block explorer": "http://explorer-frontend.alephium.dappnode:3000",
"OpenAPI Explorer": "http://explorer-backend.alephium.dappnode:9090/docs",
"Block explorer": "http://explorer-frontend.alephium.dappnode:3000"
"OpenAPI Node": "http://alephium.alephium.dappnode:12973/docs",
"api": "http://alephium.alephium.dappnode:12973",
"homepage": "https://github.com/alephium/alephium"
},
"mainService": "alephium",
"name": "alephium.dnp.dappnode.eth",
"repository": {
"type": "git",
"url": "https://github.com/dappnode/DAppNodePackage-alephium.git"
},
"bugs": {
"url": "https://github.com/dappnode/DAppNodePackage-alephium/issues"
},
"license": "GPL-3.0"
"shortDescription": "A new paradigm",
"type": "service",
"upstream": [
{
"arg": "ALEPHIUM_VERSION",
"repo": "alephium/alephium",
"version": "v4.5.3"
},
{
"arg": "ALEPHIUM_BACKEND_VERSION",
"repo": "alephium/explorer-backend",
"version": "v3.3.7"
},
{
"arg": "ALEPHIUM_EXPLORER_VERSION",
"repo": "mgarciate/alephium-frontend",
"version": "1.11.2"
}
],
"version": "0.1.69"
}
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ services:
build:
context: alephium
args:
ALEPHIUM_VERSION: v4.5.3
ALEPHIUM_VERSION: v3.3.7
restart: unless-stopped
ports:
- 9973:9973/tcp
Expand Down
Loading