Skip to content

Commit bf79bc1

Browse files
committed
Fix netowrk
1 parent e66d9c7 commit bf79bc1

3 files changed

Lines changed: 4 additions & 5 deletions

File tree

docker-compose.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ services:
55
context: juno
66
args:
77
UPSTREAM_VERSION: v0.15.12
8-
image: juno.dnp.dappnode.eth:2.0.2
98
security_opt:
109
- seccomp:unconfined
1110
environment:
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
version: "3.8"
22
services:
33
juno:
4-
image: juno.dnp.dappnode.eth:2.0.2
54
ports:
65
- "6060:6060"
76
- "6061:6061"
87
environment:
9-
SNAPSHOT_URL: https://juno-snapshots.nethermind.io/files/sepolia/latest
10-
NETWORK: sepolia
8+
ETH_L1_RPC_URL: ws://execution.mainnet.dncore.dappnode:8546
9+
SNAPSHOT_URL: https://juno-snapshots.nethermind.io/files/mainnet/latest
10+
NETWORK: mainnet
1111
HTTP_PORT: 6060
1212
WS_PORT: 6061

package_variants/sepolia/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
version: "3.8"
22
services:
33
juno:
4-
image: juno.dnp.dappnode.eth:2.0.2
54
ports:
65
- "6070:6070"
76
- "6071:6071"
87
environment:
8+
ETH_L1_RPC_URL: ws://execution.sepolia.dncore.dappnode:8546
99
SNAPSHOT_URL: https://juno-snapshots.nethermind.io/files/sepolia/latest
1010
NETWORK: sepolia
1111
HTTP_PORT: 6070

0 commit comments

Comments
 (0)