Skip to content

Commit

Permalink
rename project
Browse files Browse the repository at this point in the history
  • Loading branch information
Dodi Pluto committed Dec 2, 2024
1 parent b553591 commit df06d31
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/adaptors/pluto-so/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const getApy = async () => {
return {
pool: r.earn_vault_address,
chain: 'Solana',
project: 'pluto',
project: 'pluto-so',
symbol: utils.formatSymbol(r.symbol),
tvlUsd: Number(r.supply_amount_usd),
url: `https://app.pluto.so/earn/`,
Expand All @@ -35,6 +35,7 @@ const getApy = async () => {
};

module.exports = {
timetravel: false,
apy: getApy,
url: 'https://pluto.so/',
};

0 comments on commit df06d31

Please sign in to comment.