Sequencer is working (minimal parsing)

This commit is contained in:
Krypto Kajun
2025-09-14 06:21:10 -05:00
parent 7dd5b5b692
commit 518758790a
59 changed files with 10539 additions and 471 deletions

View File

@@ -19,6 +19,7 @@ RUN go mod download
COPY . .
# Build the application
ENV CGO_ENABLED=0
RUN go build -o bin/mev-bot cmd/mev-bot/main.go
# Final stage