Skip to content

Commit

Permalink
Merge pull request #37 from ethpandaops/bbusa/finalfixipromise
Browse files Browse the repository at this point in the history
final fix I promise
  • Loading branch information
barnabasbusa authored Jun 7, 2023
2 parents 546289f + e5df8af commit 4b310ee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ VOLUME ["/config", "/data"]
EXPOSE 8000/tcp
RUN apt-get update && \
apt-get install --no-install-recommends -y \
ca-certificates build-essential python python3-dev python3-pip gettext-base jq && \
ca-certificates build-essential python python3-dev python3-pip gettext-base jq wget && \
apt-get autoremove -y && \
apt-get clean && \
rm -rf /var/lib/apt/lists/*
Expand Down
2 changes: 1 addition & 1 deletion config-example/values.env
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ export DENEB_FORK_EPOCH="18446744073709551615"
export WITHDRAWAL_TYPE="0x00"
export WITHDRAWAL_ADDRESS=0xf97e180c050e5Ab072211Ad2C213Eb5AEE4DF134
export BEACON_STATIC_ENR="enr:-Iq4QJk4WqRkjsX5c2CXtOra6HnxN-BMXnWhmhEQO9Bn9iABTJGdjUOurM7Btj1ouKaFkvTRoju5vz2GPmVON2dffQKGAX53x8JigmlkgnY0gmlwhLKAlv6Jc2VjcDI1NmsxoQK6S-Cii_KmfFdUJL2TANL3ksaKUnNXvTCv1tLwXs0QgIN1ZHCCIyk"
export SHADOW_FORK_RPC="http://docker.for.mac.localhost:8545"
#export SHADOW_FORK_RPC="http://docker.for.mac.localhost:8545"
export GENESIS_TIMESTAMP=0
export GENESIS_DELAY=60

0 comments on commit 4b310ee

Please sign in to comment.