hardhat
Version:
Hardhat is an extensible developer tool that helps smart contract developers increase productivity by reliably bringing together the tools they want.
7 lines • 361 B
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
exports.linkHexStringBytecode = void 0;
const napi_rs_1 = require("../../../common/napi-rs");
const { linkHexStringBytecode } = (0, napi_rs_1.requireNapiRsModule)("@nomicfoundation/edr");
exports.linkHexStringBytecode = linkHexStringBytecode;
//# sourceMappingURL=library-utils.js.map
;