Skip to content

Commit

Permalink
fix: Remove unused ingest-chain code
Browse files Browse the repository at this point in the history
  • Loading branch information
ckoopmann committed Aug 16, 2024
1 parent 18f41d2 commit 727e26f
Show file tree
Hide file tree
Showing 15 changed files with 7 additions and 1,189 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,7 @@ RUN apt update && apt install -y libssl1.1 ca-certificates
COPY --from=builder /app/target/release/relay-backend /usr/local/bin
COPY --from=builder /app/target/release/phoenix-service /usr/local/bin
COPY --from=builder /app/target/release/serve /usr/local/bin
COPY --from=builder /app/target/release/ingest-chain /usr/local/bin
COPY --from=builder /app/target/release/ingest-block-production /usr/local/bin

EXPOSE 3002
ENTRYPOINT ["/usr/local/bin/relay-backend"]
ENTRYPOINT ["/usr/local/bin/relay-backend"]
206 changes: 0 additions & 206 deletions sql/populate_tx_metadata.sql

This file was deleted.

6 changes: 0 additions & 6 deletions src/bin/ingest-chain.rs

This file was deleted.

Loading

0 comments on commit 727e26f

Please sign in to comment.