UNPKG

@excubiae/contracts

Version:
16 lines 634 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const modules_1 = require("@nomicfoundation/hardhat-ignition/modules"); exports.default = (0, modules_1.buildModule)("FreeForAllModule", (m) => { const checkerFactory = m.contract("FreeForAllCheckerFactory", []); const checker = m.call(checkerFactory, "deploy", []); const policyFactory = m.contract("FreeForAllPolicyFactory", []); const policy = m.call(policyFactory, "deploy", [checker.contract]); return { checkerFactory, checker, policyFactory, policy }; }); //# sourceMappingURL=FreeForAll.js.map