Skip to content

Commit

Permalink
chore: Update multiples
Browse files Browse the repository at this point in the history
  • Loading branch information
garethfuller committed May 26, 2024
1 parent adc62ec commit 24f4b54
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/lib/config/arbitrum/pools.ts
Original file line number Diff line number Diff line change
Expand Up @@ -332,9 +332,9 @@ const pools: Pools = {
points: [
{
protocol: Protocol.Renzo,
multiple: '4',
multiple: '3',
description:
'LPs in this pool earn 4x ezPoints on the TVL of the pool (wstETH + ezETH)',
'LPs in this pool earn 3x ezPoints on the TVL of the pool (wstETH + ezETH)',
},
{
protocol: Protocol.Eigenlayer,
Expand Down
4 changes: 2 additions & 2 deletions src/lib/config/mainnet/pools.ts
Original file line number Diff line number Diff line change
Expand Up @@ -573,9 +573,9 @@ const pools: Pools = {
points: [
{
protocol: Protocol.Renzo,
multiple: '4',
multiple: '3',
description:
'LPs in this pool earn 2x ezPoints on the TVL of the pool (WETH + ezETH)',
'LPs in this pool earn 3x ezPoints on the TVL of the pool (WETH + ezETH)',
},
{
protocol: Protocol.Eigenlayer,
Expand Down

0 comments on commit 24f4b54

Please sign in to comment.