File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ {
2+ "name" : " juno.dnp.dappnode.eth" ,
3+ "version" : " 2.0.2" ,
4+ "shortDescription" : " StarkNet full node" ,
5+ "links" : {
6+ "homepage" : " https://github.com/dappnode/DAppNodePackage-juno-generic#readme" ,
7+ "api" : " http://juno.dappnode:6070/" ,
8+ "websocket" : " ws://juno.dappnode:6071/"
9+ },
10+ "exposable" : [
11+ {
12+ "name" : " StarkNet RPC" ,
13+ "description" : " JSON RPC endpoint for StarkNet" ,
14+ "port" : 6060
15+ },
16+ {
17+ "name" : " StarkNet WebSocket" ,
18+ "description" : " WebSocket RPC endpoint for StarkNet" ,
19+ "port" : 6061
20+ }
21+ ]
22+ }
Original file line number Diff line number Diff line change 1+ version : " 3.8"
2+ services :
3+ juno :
4+ build :
5+ context : juno
6+ args :
7+ UPSTREAM_VERSION : v0.15.1
8+ image : juno.dnp.dappnode.eth:2.0.2
9+ ports :
10+ - " 6060:6060"
11+ - " 6061:6061"
12+ environment :
13+ SNAPSHOT_URL : https://juno-snapshots.nethermind.io/files/sepolia/latest
14+ NETWORK : sepolia
15+ HTTP_PORT : 6060
16+ WS_PORT : 6061
Original file line number Diff line number Diff line change 1+ [
2+ {
3+ "labels" : {
4+ "package" : " juno.dnp.dappnode.eth" ,
5+ "service" : " juno"
6+ },
7+ "targets" : [
8+ " juno.dappnode:9090"
9+ ]
10+ }
11+ ]
Original file line number Diff line number Diff line change 1010 "exposable" : [
1111 {
1212 "name" : " StarkNet RPC" ,
13- "description" : " JSON RPC endpoint for StarkNet" ,
13+ "description" : " JSON RPC endpoint for StarkNet Sepolia " ,
1414 "port" : 6070
1515 },
1616 {
1717 "name" : " StarkNet WebSocket" ,
18- "description" : " WebSocket RPC endpoint for StarkNet" ,
18+ "description" : " WebSocket RPC endpoint for StarkNet Sepolia " ,
1919 "port" : 6071
2020 }
2121 ]
You can’t perform that action at this time.
0 commit comments