const AccountStats = ({ token }: { token: string }) => { return ( <>

{`Boosted ${token}`}

Est. APR

14.89%

Max Leverage

3x

Capacity Remaining

100,000 SOL

Total Staked

{`100,000 ${token}`}
) } export default AccountStats