MCPcopy Create free account
hub / github.com/WardAnalytics/WardGraph / getTokenLogoURL

Function getTokenLogoURL

src/components/common/TokenLogo.tsx:3–5  ·  view source on GitHub ↗
(token: string)

Source from the content-addressed store, hash-verified

1import { FC, useState } from "react";
2
3const getTokenLogoURL = (token: string): string => {
4 return `https://wardicons.blob.core.windows.net/token-icons/${token}.png`;
5}
6
7interface TokenLogoProps {
8 token: string;

Callers 1

TokenLogoFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected