UNPKG

wallets-wrapper

Version:

How to install

4 lines (3 loc) 171 B
import { ethers } from 'ethers'; import { ChainIds } from '../models'; export declare const getProvider: (chainId: ChainIds) => ethers.providers.StaticJsonRpcProvider;