Skip to content

Commit

Permalink
Merge pull request #16 from Gearbox-protocol/next
Browse files Browse the repository at this point in the history
fix: apys update
  • Loading branch information
essserrr authored Jan 21, 2025
2 parents 129e23b + d01855b commit 5bd8622
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/apy/constant/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,23 +4,23 @@ import type { NetworkType } from "../../utils";

const ezETH = {
symbol: "ezETH",
apy: 4.5,
apy: 4.03,
};
const rsETH = {
symbol: "rsETH",
apy: 4.0,
apy: 3.8,
};
const weETH = {
symbol: "weETH",
apy: 4.2,
apy: 3.0,
};
const rswETH = {
symbol: "rswETH",
apy: 4.07,
apy: 2.92,
};
const pufETH = {
symbol: "pufETH",
apy: 3.55,
apy: 2.92,
};

export const TOKENS: Record<
Expand Down

0 comments on commit 5bd8622

Please sign in to comment.