Skip to content

Commit 093f92c

Browse files
committed
fix: remove duplicate export
1 parent f726697 commit 093f92c

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

src/sdk/sdk-gov-legacy/tokens/stakingRewards.ts

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,3 @@ export const isStakingRewardsPhantomToken = (
3939
): t is StakingRewardsPhantomToken =>
4040
typeof t === "string" &&
4141
!!stakingRewardsTokens[t as StakingRewardsPhantomToken];
42-
43-
export const zircuitStakedTokenByToken = Object.values(
44-
stakingRewardsPhantomTokens,
45-
).reduce<Partial<Record<SupportedToken, SupportedToken>>>((acc, value) => {
46-
acc[value.underlying] = value.symbol;
47-
return acc;
48-
}, {});

0 commit comments

Comments
 (0)