ethers.js/packages/constants/src.ts/index.ts
2021-05-31 18:32:33 -04:00

17 lines
276 B
TypeScript

"use strict";
export { AddressZero } from "./addresses";
export {
NegativeOne,
Zero,
One,
Two,
WeiPerEther,
MaxUint256,
MinInt256,
MaxInt256
} from "./bignumbers";
export { HashZero } from "./hashes";
export { EtherSymbol } from "./strings";