Skip to content

zenchain-protocol/zenswap-assets

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 

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

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •