UNPKG

emmet.sdk

Version:
5 lines (4 loc) 152 B
import { EVMChain } from "../../types"; export declare function findChain<T>(chains: { [key in keyof T]: EVMChain; }, chainName: string): EVMChain;