token-list
The default token list for CoinsSwap.
Why?
Is it me or does like every list have missing icons? The internet is overloaded enough, stop trying to load stuff thats moved or gone.
How?
- first check if the token is available in cryptocurrency-icons
- if none is found, a generic icon will be applied
install
npm i --save @coinsswap/token-list
usage
import list from '@coinsswap/token-list'
list.mainnet.uniswap // { ETH: {...}, UNI: {...} }
dev
- npm run c
- npm run ct