UNPKG

emmet.sdk

Version:
5 lines (4 loc) 208 B
import { ALL_CHAINS } from "../../chains"; import { EVMChain } from "../../types"; export type TAllChainNames = keyof typeof ALL_CHAINS; export declare function getSelectedChain(chainName: string): EVMChain;