Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Update points #5721

Merged
merged 1 commit into from
May 14, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/lib/config/arbitrum/pools.ts
Original file line number Diff line number Diff line change
Expand Up @@ -333,9 +333,9 @@ const pools: Pools = {
points: [
{
protocol: Protocol.Renzo,
multiple: '3',
multiple: '4',
description:
'LPs in this pool earn 2x ezPoints on the TVL of the pool (wstETH + ezETH)',
'LPs in this pool earn 4x ezPoints on the TVL of the pool (wstETH + ezETH)',
},
{
protocol: Protocol.Eigenlayer,
Expand Down
2 changes: 1 addition & 1 deletion src/lib/config/mainnet/pools.ts
Original file line number Diff line number Diff line change
Expand Up @@ -603,7 +603,7 @@ const pools: Pools = {
multiple: '4',
expiryTimestamp: 1717106400, // 2024-05-31 00:00:00
description:
'LPs earn 3x miles until May 31st. The Miles boost increases rewards based on the total pool capital, not just rsETH. Your daily Kelp Miles value is calculated by multiplying the effective rsETH balance by 10,000 times the boost value. Your Miles are then distributed based on your share of the liquidity pool.',
'LPs earn 4x miles until May 31st. The Miles boost increases rewards based on the total pool capital, not just rsETH. Your daily Kelp Miles value is calculated by multiplying the effective rsETH balance by 10,000 times the boost value. Your Miles are then distributed based on your share of the liquidity pool.',
},
{
protocol: Protocol.Eigenlayer,
Expand Down
Loading