Skip to content

foxwallet/tokenlist

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FoxWallet Token List

type Token = {
    address: string;
    name: string;
    symbol: string;
    decimals: number;
    logoURI: string;
    display?: string; 
    tag?: "recommend" | "default";
    type?: "ERC20"(default) | "SPL" | "BRC20" | "QRC20" | "QBRC20" | "JETTON" | "TRC20" | "SUICoin" | "AptosFA" | "AptosCoin";
    priceSource?: "static:{value}"  | "cmc:{ID}" | "coingecko" | "1inch" | "lifi";
}

About

Trusted tokens with information

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages