UNPKG

@0x/subproviders

Version:

A few useful web3 subproviders including a LedgerSubprovider useful for adding Ledger Nano S support.

6 lines 271 B
import { default as Common, Hardfork } from '@ethereumjs/common'; /** * Create a Common instance given a chainId and optional hardfork. */ export declare function getCommonForChain(chainId: number, hardfork?: Hardfork): Common; //# sourceMappingURL=chain_utils.d.ts.map