Skip to content

Commit

Permalink
final changes
Browse files Browse the repository at this point in the history
  • Loading branch information
gartnera committed May 10, 2024
1 parent 3373c6a commit 15d46be
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
3 changes: 2 additions & 1 deletion Dockerfile-localnet
Original file line number Diff line number Diff line change
Expand Up @@ -76,4 +76,5 @@ RUN cd node && make install
FROM base-runtime AS old-runtime

COPY --from=cosmovisor-build /go/bin/cosmovisor /usr/local/bin
COPY --from=old-build /go/bin/zetacored /go/bin/zetaclientd /usr/local/bin
COPY --from=old-build /go/bin/zetacored /go/bin/zetaclientd /usr/local/bin
COPY --from=latest-build /go/bin/zetaclientd-supervisor /usr/local/bin
6 changes: 1 addition & 5 deletions contrib/localnet/orchestrator/Dockerfile.fastbuild
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,10 @@ RUN apt update && \
apt install -yq jq curl tmux python3 openssh-server iputils-ping iproute2 && \
rm -rf /var/lib/apt/lists/*

COPY --from=zeta /usr/local/bin/zetacored /usr/local/bin/
COPY --from=zeta /usr/local/bin/zetaclientd /usr/local/bin/
COPY --from=geth /usr/local/bin/geth /usr/local/bin/
COPY --from=zeta /usr/local/bin/zetacored /usr/local/bin/zetaclientd /usr/local/bin/zetae2e /usr/local/bin/

COPY contrib/localnet/orchestrator/start-zetae2e.sh /work/
RUN chmod +x /work/*.sh

COPY --from=zeta /usr/local/bin/zetae2e /usr/local/bin/
RUN chmod +x /usr/local/bin/zetae2e

WORKDIR /work
1 change: 1 addition & 0 deletions contrib/localnet/scripts/start-zetaclientd.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@

HOSTNAME=$(hostname)
OPTION=$1
export ZETACLIENTD_SUPERVISOR_ENABLE_AUTO_DOWNLOAD=true

# sepolia is used in chain migration tests, this functions set the sepolia endpoint in the zetaclient_config.json
set_sepolia_endpoint() {
Expand Down

0 comments on commit 15d46be

Please sign in to comment.