FilOzone/dealbot

remove `DEALBOT_DISABLE_CHAIN` config env var

Geschlossen

#456 geöffnet am 20.04.2026

 (3 Kommentare) (2 Reaktionen) (2 zugewiesene Personen)TypeScript (9 Forks)github user discovery
good first issuehelp wantedready-for-work

Repository-Metriken

Stars
 (2 Sterne)
PR-Merge-Metriken
 (Durchschn. Merge 20T 3h) (24 gemergte PRs in 30 T)

Beschreibung

DEALBOT_DISABLE_CHAIN allows running Dealbot without chain integration. However, chain interaction is a core dependency for Dealbot’s functionality, and disabling it results in running none of the checks agains sp.

This flag does not appear to provide meaningful value and may introduce confusion or unintended usage.

Notes -

  • A broader refactor of app.config.ts is being considered separately (see #297)

Contributor Guide