Skip to content

Commit

Permalink
Merge pull request #5 from dappnode/feature/lukso-mainnet-update
Browse files Browse the repository at this point in the history
Feature/lukso mainnet update
  • Loading branch information
pablomendezroyo authored Sep 30, 2024
2 parents 8b9a467 + 794a583 commit 32ec7e4
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion beacon-chain/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ RUN mkdir /deps && \
apt-get --yes install wget

ENV LUKSO_CONFIG_PATH=/configs/lukso \
LUKSO_SHARED_CONFIG_URL=https://raw.githubusercontent.com/lukso-network/network-configs/main/mainnet/shared \
LUKSO_SHARED_CONFIG_URL=https://raw.githubusercontent.com/lukso-network/network-configs/main/mainnet/shared/dencun \
SEPOLIA_CONFIG_PATH=/configs/sepolia \
SEPOLIA_GENESIS_URL=https://raw.githubusercontent.com/eth-clients/sepolia/main/metadata/genesis.ssz

Expand Down
4 changes: 2 additions & 2 deletions package_variants/lukso/dappnode_package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "prysm-lukso.dnp.dappnode.eth",
"version": "0.1.2",
"version": "0.1.3",
"links": {
"ui": "http://brain.web3signer-lukso.dappnode",
"homepage": "https://prysmaticlabs.com/",
"readme": "https://github.com/dappnode/DAppNodePackage-prysm-generic",
"docs": "https://docs.prylabs.network/docs/getting-started"
},
"optionalDependencies": {
"lukso-geth.dnp.dappnode.eth": ">=0.1.3"
"lukso-geth.dnp.dappnode.eth": ">=0.1.4"
}
}
3 changes: 2 additions & 1 deletion package_variants/lukso/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,14 @@ services:
NETWORK: lukso
P2P_TCP_PORT: 12603
P2P_UDP_PORT: 12603
UPSTREAM_VERSION: v5.0.4
ports:
- 12603:12603/tcp
- 12603:12603/udp
environment:
CORSDOMAIN: "http://prysm-lukso.dappnode"
MIN_SYNC_PEERS: "1"
MAX_PEERS: "250"
MAX_PEERS: "70"
SUBSCRIBE_ALL_SUBNETS: "true"
validator:
build:
Expand Down
2 changes: 1 addition & 1 deletion validator/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ RUN ldd /bin/grep | tr -s '[:space:]' '\n' | grep '^/' | xargs -I {} cp -v {} /d
apt-get --yes install wget && \
apt-get clean

ENV LUKSO_CONFIG_URL=https://raw.githubusercontent.com/lukso-network/network-configs/main/mainnet/shared/config.yaml
ENV LUKSO_CONFIG_URL=https://raw.githubusercontent.com/lukso-network/network-configs/main/mainnet/shared/dencun/config.yaml

RUN if [ "${NETWORK}" = "lukso" ]; then \
wget ${LUKSO_CONFIG_URL} -O /lukso-config.yaml; \
Expand Down

0 comments on commit 32ec7e4

Please sign in to comment.