UNPKG

@dappykit/sdk

Version:

Web3 SDK for DApps

7 lines (6 loc) 142 B
import { Chain } from 'viem'; /** * Get chain by id * @param chainId Chain id */ export declare function getChain(chainId: number): Chain;