diff --git a/app/javascript/src/components/Poo.tsx b/app/javascript/src/components/Poo.tsx index 78fe2ba..c559aa9 100644 --- a/app/javascript/src/components/Poo.tsx +++ b/app/javascript/src/components/Poo.tsx @@ -39,10 +39,10 @@ export const Pool = ({ pool }: PoolProps) => { ); const aprValue = getApr({ - rewardTokenPrice: stakingPrice, - stakingTokenPrice: earningPrice, - tokenPerBlock: totalStaked, - totalStaked: parseFloat(pool.tokenPerBlock) / 1e-18, + rewardTokenPrice: earningPrice, + stakingTokenPrice: stakingPrice, + tokenPerBlock: parseFloat(pool.tokenPerBlock) / 1e-18, + totalStaked: totalStaked, }); if (aprValue) {