We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59bdfe4 commit f0514c3Copy full SHA for f0514c3
Dockerfile
@@ -28,7 +28,7 @@ WORKDIR /across-relayer
28
# Clode the relayer code and copy it to the across-relayer directory. Remove the package directory.
29
#RUN git clone https://github.com/across-protocol/relayer-v2.git .
30
# Temporary test branch
31
-RUN git clone -b bz/optimisticProposer https://github.com/across-protocol/relayer.git .
+RUN git clone https://github.com/across-protocol/relayer.git .
32
33
# This command fix a concurrency issue when the package was not found.
34
RUN npx -y only-allow npm
0 commit comments