Skip to content

Commit 5f4b2c0

Browse files
committed
fix: prop type
1 parent 29bef89 commit 5f4b2c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/gearboxRewards/api.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ export interface GetExtraRewardsProps {
121121
}
122122

123123
export interface GetLmRewardsProps {
124-
pools: Array<PoolData>;
124+
pools: Record<Address, PoolData>;
125125

126126
baseRewardPoolsInfo: Record<string, FarmInfo>;
127127
currentTokenData: Record<SupportedToken, Address>;

0 commit comments

Comments
 (0)