Skip to content

Commit

Permalink
rename mars-protocol
Browse files Browse the repository at this point in the history
  • Loading branch information
slasher125 committed Dec 16, 2024
1 parent 56cf635 commit 1fcf03b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ async function apy() {
pool: `mars-cpv-${perpsDenom[chain]}-${chain}`.toLowerCase(),
symbol: perpsAsset.symbol,
underlyingTokens: [perpsAsset.denom],
project: 'mars-protocol',
project: 'mars-lend',
chain: `${chain.charAt(0).toUpperCase()}${chain.slice(1)}`,
tvlUsd,
apyBase,
Expand Down Expand Up @@ -167,7 +167,7 @@ async function apy() {
apyData.push({
pool: `mars-${asset.denom}-${chain}`.toLowerCase(),
chain: `${chain.charAt(0).toUpperCase()}${chain.slice(1)}`,
project: 'mars-protocol',
project: 'mars-lend',
symbol: asset.symbol,
tvlUsd: totalSupplied.minus(totalBorrowed).times(price).toNumber(),
apyBase: utils.aprToApy(depositApr, 365),
Expand Down

0 comments on commit 1fcf03b

Please sign in to comment.