Skip to content

Commit 26a63ad

Browse files
committed
Add mainnet variant
1 parent e477030 commit 26a63ad

4 files changed

Lines changed: 51 additions & 2 deletions

File tree

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
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+
}
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
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
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
[
2+
{
3+
"labels": {
4+
"package": "juno.dnp.dappnode.eth",
5+
"service": "juno"
6+
},
7+
"targets": [
8+
"juno.dappnode:9090"
9+
]
10+
}
11+
]

package_variants/sepolia/dappnode_package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@
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
]

0 commit comments

Comments
 (0)