You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
'The aggregate staking APY is estimated by combining geyser emissions and fees from liquidity provisioning. The geyser emission rate assumes that you have reached the max multiplier. The aggregated figure does not capture the gains or losses from holding liquidity tokens.'
98
+
'The aggregate staking APY is an estimate based on two components: fees from liquidity provisioning and rewards from geyser emissions. This figure does not account for potential gains or losses associated with holding liquidity tokens.'
99
+
100
+
exportconstGET_APY_WARN_MSG=()=>
101
+
'1) The LP APY is estimated by annualizing the yield from swap fees generated over the past 30 days. 2) The geyser drip rate assumes that you have reached the max multiplier.'
99
102
100
103
exportconstGET_REWARD_MULTIPLIER_MSG=({ days ='30', multiplier ='3.0'})=>
101
104
`Stake at-least ${days} days to achieve a ${multiplier}x reward multiplier.`
0 commit comments