UNPKG

@hethers/constants

Version:

Common EVM & Hedera Hashgraph constants used for hethers.

16 lines (15 loc) 306 B
"use strict"; export { AddressZero } from "./addresses"; export { NegativeOne, Zero, One, Two, WeiPerEther, MaxUint256, MinInt256, MaxInt256, TinybarPerHbar } from "./bignumbers"; export { HashZero } from "./hashes"; export { EtherSymbol, HBarSymbol } from "./strings";