UNPKG

257 BTypeScriptView Raw
1export declare type Network = {
2 name: string;
3 chainId: number;
4 ensAddress?: string;
5 _defaultProvider?: (providers: any, options?: any) => any;
6};
7export declare type Networkish = Network | string | number;
8//# sourceMappingURL=types.d.ts.map
\No newline at end of file