ethers.js/src.ts/constants/index.ts
2022-09-05 16:14:43 -04:00

15 lines
291 B
TypeScript

export { ZeroAddress } from "./addresses.js";
export { ZeroHash } from "./hashes.js";
export {
NegativeOne,
Zero,
One,
Two,
N,
WeiPerEther,
MaxUint256,
MinInt256,
MaxInt256
} from "./numbers.js";
export { EtherSymbol, MessagePrefix } from "./strings.js";