type Config = CoreConfig & { transports?: Record<typeof base.id | typeof baseSepolia.id, Transport>; };
optional transports: Record<typeof base.id | typeof baseSepolia.id, Transport>;
http()
Was this page helpful?