Skip to content

Commit 23644d3

Browse files
8bcbTadeuchi
authored andcommitted
WarpySyncer: ZeroLend - exclude address from poller
1 parent 4d64f6a commit 23644d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/warpy_sync/poller_deposit.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ func (self *PollerDeposit) handleNew() (err error) {
7474
Raw(`SELECT from_address,
7575
SUM(asset_factor * assets)
7676
FROM warpy_syncer_assets
77-
WHERE timestamp < ? AND chain = ? AND protocol = ?
77+
WHERE timestamp < ? AND chain = ? AND protocol = ? AND from_address != '0x1914717974224765B85636159d48F46DbbdBdE27'
7878
group by from_address;
7979
`, time.Now().Unix()-self.Config.WarpySyncer.PollerDepositSecondsForSelect,
8080
self.Config.WarpySyncer.SyncerChain, self.Config.WarpySyncer.SyncerProtocol).

0 commit comments

Comments
 (0)