UNPKG

test-pkg-ngn

Version:

A library containing helper functions that facilitate scripting for keepers of the Keep3r Network

3 lines (2 loc) 95 B
import { BigNumber } from 'ethers'; export declare const toGwei: (value: number) => BigNumber;