@energi/energiswap-default-token-list
Version:
Energiswap Default Token List
67 lines (66 loc) • 1.6 kB
TypeScript
import { Token } from './tokens/getTokens';
declare const _default: {
name: string;
timestamp: string;
version: {
major: number;
minor: number;
patch: number;
};
tags: {};
keywords: string[];
tokens: {
address: string;
decimals: number;
name: string;
symbol: string;
chainId: number;
ethereum: string;
logo: any;
}[];
utility: {
getTokens: (network: string) => Promise<Token[]>;
NODE_API: {
testnet: string;
mainnet: string;
};
MULTICALL_ABI: ({
constant: boolean;
inputs: {
components: {
name: string;
type: string;
}[];
name: string;
type: string;
}[];
name: string;
outputs: {
name: string;
type: string;
}[];
payable: boolean;
stateMutability: string;
type: string;
} | {
constant: boolean;
inputs: {
name: string;
type: string;
}[];
name: string;
outputs: {
name: string;
type: string;
}[];
payable: boolean;
stateMutability: string;
type: string;
})[];
MULTICALL_NETWORKS: {
testnet: string;
mainnet: string;
};
};
};
export default _default;