Skip to content

Commit

Permalink
enable solana LOOPP mode by default
Browse files Browse the repository at this point in the history
  • Loading branch information
jmank88 committed Mar 12, 2025
1 parent ec846a2 commit c8b2f7f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/serious-scissors-live.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"chainlink": minor
---

enable Solana LOOPP mode by default
4 changes: 3 additions & 1 deletion core/chainlink.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,11 @@ RUN curl https://www.postgresql.org/media/keys/ACCC4CF8.asc | apt-key add - \

COPY --from=buildgo /go/bin/chainlink /usr/local/bin/

# Install (but don't enable) LOOP Plugins
# Install (but don't enabled) feeds LOOP Plugin
COPY --from=buildplugins /go/bin/chainlink-feeds /usr/local/bin/
# Install and enable Solana LOOP Plugin
COPY --from=buildplugins /go/bin/chainlink-solana /usr/local/bin/
ENV CL_SOLANA_CMD=chainlink-solana

# CCIP specific
COPY ./cci[p]/confi[g] /ccip-config
Expand Down

0 comments on commit c8b2f7f

Please sign in to comment.