UNPKG

saepenatus

Version:

Web3-Onboard makes it simple to connect Ethereum hardware and software wallets to your dapp. Features standardised spec compliant web3 providers for all supported wallets, framework agnostic modern javascript UI with code splitting, CSS customization, mul

11 lines 458 B
import { BigNumber } from "@ethersproject/bignumber"; declare const NegativeOne: BigNumber; declare const Zero: BigNumber; declare const One: BigNumber; declare const Two: BigNumber; declare const WeiPerEther: BigNumber; declare const MaxUint256: BigNumber; declare const MinInt256: BigNumber; declare const MaxInt256: BigNumber; export { NegativeOne, Zero, One, Two, WeiPerEther, MaxUint256, MinInt256, MaxInt256, }; //# sourceMappingURL=bignumbers.d.ts.map