Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
0xngmi committed Aug 28, 2024
1 parent 3563c60 commit 14cebc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion defi/src/updateSearch.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ async function generateSearchList() {
name: p.name,
symbol: p.symbol,
tvl: p.tvl,
logo: `https://icons.llamao.fi/icons/protocols/${standardizeProtocolName(parent.name)}?w=48&h=48`,
logo: `https://icons.llamao.fi/icons/protocols/${standardizeProtocolName(p.name)}?w=48&h=48`,
route: `/protocol/${standardizeProtocolName(p.name)}`
}) as any).concat(protocols.parentProtocols.map(parent=>({
id: normalize(parent.id.replace("#", "_")),
Expand Down

0 comments on commit 14cebc4

Please sign in to comment.