Skip to content

Commit dcb00ea

Browse files
committed
lint
1 parent 338a687 commit dcb00ea

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

src/types/api.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
export type AssetPriceResponse = {
44
assetPrice: number;
5-
};
5+
};

src/web3Config/staking/hooks.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -293,10 +293,10 @@ export const calculateAPR = async () => {
293293

294294
// Get core tracker to access fee distributor for ETH rewards
295295
const coreTracker = await getCoreTracker();
296-
296+
297297
// Get esGRIX emission rate from the main reward distributor
298298
const esGrixRewardRate = await getTokenPerInterval();
299-
299+
300300
// Get ETH reward rate from the fee distributor
301301
let ethRewardRate = 0n;
302302
if (coreTracker.feeDistributor && coreTracker.feeDistributor !== '0x0000000000000000000000000000000000000000') {

0 commit comments

Comments
 (0)