import { AVAILABLE_NETWORKS } from './constants'; export type Network = (typeof AVAILABLE_NETWORKS)[number];