Skip to content
Draft
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
update branch to bz/optimisticProposer
Signed-off-by: bennett <bennett@umaproject.org>
  • Loading branch information
bmzig committed Jul 15, 2025
commit 59bdfe45ea37c8f8357abe3807acaefffc2a5408
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ WORKDIR /across-relayer
# Clode the relayer code and copy it to the across-relayer directory. Remove the package directory.
#RUN git clone https://github.com/across-protocol/relayer-v2.git .
# Temporary test branch
RUN git clone -b bz/solanaExecutor https://github.com/across-protocol/relayer.git .
RUN git clone -b bz/optimisticProposer https://github.com/across-protocol/relayer.git .

# This command fix a concurrency issue when the package was not found.
RUN npx -y only-allow npm
Expand Down