UNPKG

@solace-fi/sdk-nightly

Version:

Note - Unstable nightly build, documentation not up-to-date for nightly build

40 lines (39 loc) 863 B
export declare enum MasterToken { solace = "solace", xsolace = "xsolace", dai = "dai", usdc = "usdc", usdt = "usdt", avax = "avax", eth = "eth", weth = "weth", btc = "btc", frax = "frax", near = "near", wnear = "wnear", aurora = "aurora", matic = "matic", ftm = "ftm", scp = "scp", slp = "slp" } export declare const WrappedTokenToMasterToken: { [token: string]: MasterToken; }; export declare const TOKEN_ADDRESSES: { [token: string]: { [chainID: number]: string; }; }; export declare const GAS_TOKEN: { [chainID: number]: string; }; export declare const MasterTokenList: { [chainId: number]: { [token: string]: { name: string; symbol: string; decimals: number; }; }; };