UNPKG

@pollum-io/pegasys-components

Version:

Components for Pegays Protocol, the leading AMM on Syscoin NEVM.

4 lines (3 loc) 196 B
export const getTokenLogoURL = (address: string) => address ? `https://raw.githubusercontent.com/pollum-io/pegasys-tokens/master/tokens/${address}/logo.png` : ''; // TODO: Testnet compatibility