Skip to content

Commit

Permalink
fix type
Browse files Browse the repository at this point in the history
  • Loading branch information
keyvankhademi committed Sep 13, 2024
1 parent 3d3d919 commit da07c00
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions apps/staking/src/api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,10 @@ type Data = {
publicKey: PublicKey;
stakeAccount: PublicKey | undefined;
selfStake: bigint;
selfStakeDelta: bigint;
poolCapacity: bigint;
poolUtilization: bigint;
poolUtilizationDelta: bigint;
numFeeds: number;
qualityRanking: number;
apyHistory: { date: Date; apy: number }[];
Expand Down

0 comments on commit da07c00

Please sign in to comment.