Skip to content

Commit

Permalink
New genesis url
Browse files Browse the repository at this point in the history
Signed-off-by: Dmitrii Spichakov <[email protected]>
  • Loading branch information
Spich3000 committed Oct 24, 2024
1 parent 974e2aa commit 975d82e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ WORKDIR /root/.opera
COPY --from=builder /tmp/go-opera/build /usr/local/bin

RUN mkdir /opt/genesis
RUN wget -O /opt/genesis/mainnet.g https://opera.fantom.network/mainnet.g
RUN wget -O /opt/genesis/testnet.g https://opera.fantom.network/testnet.g
RUN wget -O /opt/genesis/mainnet.g https://storage.googleapis.com/fantom-opera-genesis/mainnet.g
RUN wget -O /opt/genesis/testnet.g https://storage.googleapis.com/fantom-opera-genesis/testnet.g

ENTRYPOINT ["opera"]

0 comments on commit 975d82e

Please sign in to comment.