Skip to content

Commit

Permalink
Add morpho token for base
Browse files Browse the repository at this point in the history
  • Loading branch information
DannyDelott committed Nov 8, 2024
1 parent 5316f23 commit eb8751b
Show file tree
Hide file tree
Showing 5 changed files with 231 additions and 220 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,8 @@ export function YieldMultiplierStat({
chainId: reward.chainId,
tokens: appConfig.tokens,
})!;
console.log("reward", reward);
console.log(appConfig.tokens);
return (
<div
key={reward.tokenAddress}
Expand All @@ -155,7 +157,6 @@ export function YieldMultiplierStat({
<div className="flex items-center gap-1">
<img
src={appConfig.protocols.morpho.iconUrl}
alt="Morpho logo"
className="h-4"
/>
{token.name}
Expand Down
Loading

0 comments on commit eb8751b

Please sign in to comment.