Skip to content

Latest commit

 

History

13 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 

Repository files navigation

ZenSwap will fetch token logos from this repo by default, unless another URL is provided in the token list.

A token logo should be placed in assets/<token-address>/logo.png.

The logo will be fetched in ZenSwap using the following url:

const getTokenLogoURL = (address: string) =>
  `https://raw.githubusercontent.com/zenchain-protocol/zenswap-assets/main/assets/${address}/logo.png`;

The token address is case sensitive and should be the checksummed address.

About

zenswap token logos

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors