diff --git a/src/lib/config/arbitrum/pools.ts b/src/lib/config/arbitrum/pools.ts index d9cd066cac..3a672b9ed8 100644 --- a/src/lib/config/arbitrum/pools.ts +++ b/src/lib/config/arbitrum/pools.ts @@ -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, diff --git a/src/lib/config/mainnet/pools.ts b/src/lib/config/mainnet/pools.ts index 3a90dff485..f396ba81f4 100644 --- a/src/lib/config/mainnet/pools.ts +++ b/src/lib/config/mainnet/pools.ts @@ -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,