Skip to content

Commit

Permalink
add detail for deposit
Browse files Browse the repository at this point in the history
  • Loading branch information
marc-aurele-besner committed Aug 16, 2024
1 parent 7b0a072 commit 4178b56
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions indexers/staking-squid/src/events/operator.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@ export function processOperatorNominatedEvent(
nominatorId: nominator.id,
amount,
storageFeeDeposit,
epochDepositedAt: domain.completedEpoch ?? 0,
domainBlockNumberDepositedAt: domain.lastDomainBlockNumber ?? 0,
});

operator.totalDeposits += amount;
Expand Down

0 comments on commit 4178b56

Please sign in to comment.