From 63838002a63a1df5c55ef17df705e97b810f9e28 Mon Sep 17 00:00:00 2001 From: qwer951123 Date: Fri, 13 Aug 2021 10:10:47 +0800 Subject: [PATCH] fix: disable balance query --- src/handlers/event.ts | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/handlers/event.ts b/src/handlers/event.ts index e7bb18d..bf7c9ff 100644 --- a/src/handlers/event.ts +++ b/src/handlers/event.ts @@ -17,10 +17,10 @@ const dispatch = new Dispatcher() dispatch.batchRegist([ // currencies - { key: 'currencies-BalanceUpdated', handler: updateBalanceByUpdate }, - { key: 'currencies-Deposited', handler: updateBalanceByDeposit }, - { key: 'currencies-Withdrawn', handler: updateBalanceByWithdrawn }, - { key: 'currencies-Transferred', handler: updateBalanceByTransferred }, + // { key: 'currencies-BalanceUpdated', handler: updateBalanceByUpdate }, + // { key: 'currencies-Deposited', handler: updateBalanceByDeposit }, + // { key: 'currencies-Withdrawn', handler: updateBalanceByWithdrawn }, + // { key: 'currencies-Transferred', handler: updateBalanceByTransferred }, // loan { key: 'loans-PositionUpdated', handler: createPositionUpdatedHistory },