export interface Network { chainId: number; ensAddress: string | null; name: string; }