Skip to content

Commit

Permalink
genesislrt fix
Browse files Browse the repository at this point in the history
  • Loading branch information
slasher125 committed Jan 6, 2025
1 parent 25f51d4 commit 51f77c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/adaptors/genesislrt-(native-restaking)/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ const apy = async () => {
})
).output / 1e18;

const priceKey = `ethereum:${inETH}`;
const priceKey = `coingecko:genesislrt-restaked-eth`;
const price = (
await axios.get(`https://coins.llama.fi/prices/current/${priceKey}`)
).data.coins[priceKey]?.price;
Expand Down

0 comments on commit 51f77c0

Please sign in to comment.