7 lines
198 B
TypeScript
7 lines
198 B
TypeScript
|
import type { ChainConfig } from './types.js';
|
||
|
declare type ChainsDict = {
|
||
|
[key: string]: ChainConfig;
|
||
|
};
|
||
|
export declare const chains: ChainsDict;
|
||
|
export {};
|
||
|
//# sourceMappingURL=chains.d.ts.map
|