ethers.js/packages/constants/src.ts/index.ts

17 lines
276 B
TypeScript
Raw Permalink Normal View History

2019-05-14 18:25:46 -04:00
"use strict";
2020-11-14 17:42:36 -05:00
export { AddressZero } from "./addresses";
2019-05-14 18:25:46 -04:00
export {
NegativeOne,
Zero,
One,
Two,
WeiPerEther,
MaxUint256,
MinInt256,
MaxInt256
2020-11-14 17:42:36 -05:00
} from "./bignumbers";
export { HashZero } from "./hashes";
export { EtherSymbol } from "./strings";