sepolia
let sepolia: { readonly blockExplorers?: Array<{ apiUrl?: string; name: string; url: string; }>; readonly experimental?: { increaseZeroByteCount?: boolean }; readonly faucets?: Array<string>; readonly icon?: Icon; readonly id: number; readonly name?: string; readonly nativeCurrency?: { decimals?: number; name?: string; symbol?: string; }; readonly rpc: string; readonly testnet?: true;};
type blockExplorers = Array<{ apiUrl?: string; name: string; url: string;}>;
type experimental = { increaseZeroByteCount?: boolean };
type faucets = Array<string>;
type icon = Icon;
type id = number;
type name = string;
type nativeCurrency = { decimals?: number; name?: string; symbol?: string;};
type rpc = string;
type testnet = true;