UNPKG

@celo-tools/celo-ethers-wrapper

Version:

A minimal wrapper to make Ethers.JS compatible with the Celo network.

3 lines (2 loc) 114 B
import { Networkish } from "ethers"; export declare function getNetwork(network?: Networkish): null | Networkish;