Skip to content

Commit

Permalink
fix: amount calculation in investor transactions
Browse files Browse the repository at this point in the history
  • Loading branch information
sophialittlejohn committed Sep 29, 2023
1 parent accb903 commit d67b6f3
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/mappings/services/investorTransactionService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@ const currencyTypes = [
InvestorTransactionType.INVEST_ORDER_CANCEL,
InvestorTransactionType.INVEST_EXECUTION,
InvestorTransactionType.REDEEM_COLLECT,
]

const tokenTypes = [
InvestorTransactionType.REDEEM_ORDER_UPDATE,
InvestorTransactionType.REDEEM_ORDER_CANCEL,
InvestorTransactionType.REDEEM_EXECUTION,
Expand All @@ -18,6 +15,8 @@ const tokenTypes = [
InvestorTransactionType.TRANSFER_OUT,
]

const tokenTypes = []

export interface InvestorTransactionData {
readonly poolId: string
readonly trancheId: string
Expand Down

0 comments on commit d67b6f3

Please sign in to comment.