Skip to content
This repository has been archived by the owner on Nov 17, 2022. It is now read-only.

Commit

Permalink
fix: disable balance query
Browse files Browse the repository at this point in the history
  • Loading branch information
qwer951123 committed Aug 13, 2021
1 parent 3e88515 commit 6383800
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/handlers/event.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ const dispatch = new Dispatcher<DispatchedEventData>()

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 },
Expand Down

0 comments on commit 6383800

Please sign in to comment.