UNPKG

@rarible/estimate-middleware

Version:
12 lines (11 loc) 459 B
"use strict"; // INTERNAL: // This re-exports needed only for internal modules // since we're using full-esm and theses modules are CJS var _a; Object.defineProperty(exports, "__esModule", { value: true }); exports.Web3 = exports.Wallet = void 0; const WalletModule = require("ethereumjs-wallet"); const Web3Module = require("web3"); exports.Wallet = WalletModule.default; exports.Web3 = (_a = Web3Module.default) !== null && _a !== void 0 ? _a : Web3Module;