UNPKG

viem

Version:

TypeScript Interface for Ethereum

6 lines 307 B
"use strict"; 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