Skip to content

Commit

Permalink
Merge pull request #9 from dappnode/revert-5-feature/lukso-mainnet-up…
Browse files Browse the repository at this point in the history
…date

Revert "Feature/lukso mainnet update"
  • Loading branch information
pablomendezroyo authored Sep 30, 2024
2 parents 32ec7e4 + f8fd75f commit cc37f55
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 6 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/dencun \
LUKSO_SHARED_CONFIG_URL=https://raw.githubusercontent.com/lukso-network/network-configs/main/mainnet/shared \
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.3",
"version": "0.1.2",
"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.4"
"lukso-geth.dnp.dappnode.eth": ">=0.1.3"
}
}
3 changes: 1 addition & 2 deletions package_variants/lukso/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,13 @@ 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: "70"
MAX_PEERS: "250"
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/dencun/config.yaml
ENV LUKSO_CONFIG_URL=https://raw.githubusercontent.com/lukso-network/network-configs/main/mainnet/shared/config.yaml

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

0 comments on commit cc37f55

Please sign in to comment.