up
This commit is contained in:
parent
2b95f3adfc
commit
0de173594f
1 changed files with 1 additions and 0 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue