We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 338a687 commit dcb00eaCopy full SHA for dcb00ea
2 files changed
src/types/api.ts
@@ -2,4 +2,4 @@
2
3
export type AssetPriceResponse = {
4
assetPrice: number;
5
-};
+};
src/web3Config/staking/hooks.ts
@@ -293,10 +293,10 @@ export const calculateAPR = async () => {
293
294
// Get core tracker to access fee distributor for ETH rewards
295
const coreTracker = await getCoreTracker();
296
-
+
297
// Get esGRIX emission rate from the main reward distributor
298
const esGrixRewardRate = await getTokenPerInterval();
299
300
// Get ETH reward rate from the fee distributor
301
let ethRewardRate = 0n;
302
if (coreTracker.feeDistributor && coreTracker.feeDistributor !== '0x0000000000000000000000000000000000000000') {
0 commit comments