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
18 changes: 5 additions & 13 deletions dappnode_package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,19 +9,11 @@
"Artur Vargas <[email protected]> (https://github.com/ArturVargas)",
"Louis Garoche <[email protected]> (https://github.com/lgaroche)"
],
"categories": [
"Developer tools"
],
"keywords": [
"starknet",
"starkware",
"nethermind"
],
"architectures": [
"linux/amd64"
],
"categories": ["Developer tools"],
"keywords": ["starknet", "starkware", "nethermind"],
"architectures": ["linux/amd64"],
"upstreamArg": "UPSTREAM_VERSION",
"upstreamVersion": "v0.15.1",
"upstreamVersion": "v0.15.8",
"upstreamRepo": "NethermindEth/juno",
"links": {
"homepage": "https://github.com/dappnode/DAppNodePackage-juno-generic#readme",
Expand All @@ -45,4 +37,4 @@
"port": 6061
}
]
}
}
5 changes: 2 additions & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,17 @@ services:
build:
context: juno
args:
UPSTREAM_VERSION: v0.15.1
UPSTREAM_VERSION: v0.15.8
image: juno.public.dappnode.eth:2.0.2
security_opt:
- seccomp:unconfined
environment:
ETH_L1_RPC_URL:
ETH_L1_RPC_URL: null
ENABLE_WS: true
WS_HOST: 0.0.0.0
EXTRA_OPTS: ""
volumes:
- juno_data:/var/lib/juno
restart: unless-stopped

volumes:
juno_data: {}
6 changes: 3 additions & 3 deletions package_variants/sepolia/dappnode_package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "juno-sepolia.public.dappnode.eth",
"version": "2.0.2",
"version": "0.1.0",
"shortDescription": "StarkNet full node in Sepolia",
"links": {
"links": {
"homepage": "https://github.com/dappnode/DAppNodePackage-juno-generic#readme",
"api": "http://juno-sepolia.public.dappnode:6070/",
"websocket": "ws://juno-sepolia.public.dappnode:6071/"
Expand All @@ -19,4 +19,4 @@
"port": 6071
}
]
}
}