"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.EtherSymbol = exports.HashZero = exports.MaxUint256 = exports.WeiPerEther = exports.Two = exports.One = exports.Zero = exports.NegativeOne = exports.AddressZero = void 0; var addresses_1 = require("./addresses"); Object.defineProperty(exports, "AddressZero", { enumerable: true, get: function () { return addresses_1.AddressZero; } }); var bignumbers_1 = require("./bignumbers"); Object.defineProperty(exports, "NegativeOne", { enumerable: true, get: function () { return bignumbers_1.NegativeOne; } }); Object.defineProperty(exports, "Zero", { enumerable: true, get: function () { return bignumbers_1.Zero; } }); Object.defineProperty(exports, "One", { enumerable: true, get: function () { return bignumbers_1.One; } }); Object.defineProperty(exports, "Two", { enumerable: true, get: function () { return bignumbers_1.Two; } }); Object.defineProperty(exports, "WeiPerEther", { enumerable: true, get: function () { return bignumbers_1.WeiPerEther; } }); Object.defineProperty(exports, "MaxUint256", { enumerable: true, get: function () { return bignumbers_1.MaxUint256; } }); var hashes_1 = require("./hashes"); Object.defineProperty(exports, "HashZero", { enumerable: true, get: function () { return hashes_1.HashZero; } }); var strings_1 = require("./strings"); Object.defineProperty(exports, "EtherSymbol", { enumerable: true, get: function () { return strings_1.EtherSymbol; } }); //# sourceMappingURL=index.js.map