UNPKG
@pollum-io/pegasys-components
Version:
latest (1.0.2)
1.0.2
1.0.1
1.0.0
Components for Pegays Protocol, the leading AMM on Syscoin NEVM.
@pollum-io/pegasys-components
/
src
/
utils
/
getTokenLogoURL.ts
4 lines
(3 loc)
•
196 B
text/typescript
View Raw
1
2
3
4
export
const
getTokenLogoURL
= (
address
:
string
) => address ?
`https://raw.githubusercontent.com/pollum-io/pegasys-tokens/master/tokens/
${address}
/logo.png`
:
''
;
//
TODO:
Testnet compatibility