opstack-kit-chains
Version:
Support your OP-Stack network with 'opstack-kit'
6 lines • 307 B
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
exports.mainnetTrustedSetupPath = void 0;
const node_path_1 = require("node:path");
exports.mainnetTrustedSetupPath = (0, node_path_1.resolve)(__dirname, '../trusted-setups/mainnet.json');
//# sourceMappingURL=trustedSetups.js.map
;