Skip to content

Commit

Permalink
chore: Remove etherfi and update renzo multiple (#5622)
Browse files Browse the repository at this point in the history
  • Loading branch information
garethfuller committed Apr 29, 2024
1 parent 99f11e0 commit 466306f
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions src/lib/config/mainnet/pools.ts
Original file line number Diff line number Diff line change
Expand Up @@ -550,12 +550,6 @@ const pools: Pools = {
description:
'LPs in this pool get their share of: <ul class="list-disc list-inside ml-2"><li>1x on the total TVL of the pool.</li><li>This is around 3x the amount of rswETH if it comprises around a third of the pool. </li></ul>',
},
{
protocol: Protocol.EtherFi,
multiple: '1',
description:
'LPs in this pool get their share of 1x on the amount of weETH held in the pool.',
},
{
protocol: Protocol.Renzo,
multiple: '1',
Expand All @@ -574,7 +568,7 @@ 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 (WETH + ezETH)',
},
Expand Down

0 comments on commit 466306f

Please sign in to comment.