Skip to content

Commit

Permalink
Revert "Revert "LUKSO Mainnet updates""
Browse files Browse the repository at this point in the history
  • Loading branch information
pablomendezroyo authored Sep 30, 2024
1 parent e859cfd commit f21d79c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion geth/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ RUN apk update && apk add curl && apk cache clean && \
# If NETWORK == lukso mkdir /config
RUN if [ "${NETWORK}" = "lukso" ]; then \
mkdir /config && \
curl -L https://raw.githubusercontent.com/lukso-network/network-configs/main/mainnet/shared/genesis.json -o /config/genesis.json; \
curl -L https://raw.githubusercontent.com/lukso-network/network-configs/main/mainnet/shared/dencun/genesis.json -o /config/genesis.json; \
fi

# This env changes the variant
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,6 +1,6 @@
{
"name": "lukso-geth.dnp.dappnode.eth",
"version": "0.1.3",
"version": "0.1.4",
"links": {
"homepage": "https://github.com/dappnode/DAppNodePackage-geth-generic#readme",
"api": "http://lukso-geth.dappnode:8545",
Expand All @@ -21,7 +21,7 @@
}
],
"optionalDependencies": {
"prysm-lukso.dnp.dappnode.eth": ">=0.1.1",
"prysm-lukso.dnp.dappnode.eth": ">=0.1.3",
"teku-lukso.dnp.dappnode.eth": ">=0.1.1"
}
}

0 comments on commit f21d79c

Please sign in to comment.