UNPKG

wallets-wrapper

Version:

How to install

9 lines (8 loc) 274 B
import { AddEthereumChainParameter } from '../../../wallets/metamask/models'; import { ChainIds } from '../models'; /** * Types of supported EVM networks * @readonly * @enum {string} */ export declare const networks: Record<ChainIds, AddEthereumChainParameter>;