export default interface ChainInfo { id: number; symbol: string; rpc: string; explorerUrl: string; }