This commit is contained in:
boufni95 2024-07-13 21:47:46 +02:00
parent 2b95f3adfc
commit 0de173594f

View file

@ -44,6 +44,7 @@ export class RugPullTracker {
checkForDisruption = async (pubDst: string, trackedBalance: number, providerTracker: TrackedProvider) => {
const diff = providerTracker.latest_balance - trackedBalance
this.log({ latestBalance: providerTracker.latest_balance, diff })
if (diff < 0) {
this.rugPulled = true
if (providerTracker.latest_distruption_at_unix === 0) {