Skip to content

Commit

Permalink
fix: add missing grass logo
Browse files Browse the repository at this point in the history
  • Loading branch information
dohaki committed Jan 11, 2025
1 parent d2d9870 commit b60c1a2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/constants/tokens.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ import snxLogo from "assets/token-logos/snx.svg";
import pooltogetherLogo from "assets/token-logos/pool.svg";
import lskLogo from "assets/token-logos/lsk.svg";
import usdbLogo from "assets/token-logos/usdb.svg";
// TODO: Replace with actual GRASS logo once known
import grassLogo from "assets/icons/question-circle.svg";

import { BRIDGED_USDC_SYMBOLS } from "../utils/sdk";

Expand Down Expand Up @@ -83,4 +85,6 @@ export const orderedTokenLogos = {
OP: optimismLogo,
ARB: arbitrumLogo,
LSK: lskLogo,
GRASS: grassLogo,
WGRASS: grassLogo,
};

0 comments on commit b60c1a2

Please sign in to comment.