UNPKG

@unirep/core

Version:

Client library for protocol related functions which are used in UniRep protocol.

31 lines (30 loc) 753 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); require("@nomiclabs/hardhat-ethers"); require("hardhat-gas-reporter"); require("@nomicfoundation/hardhat-chai-matchers"); const config = { defaultNetwork: 'hardhat', networks: { hardhat: { blockGasLimit: 12000000, }, local: { url: 'http://localhost:8545', }, }, solidity: { compilers: [ { version: '0.8.21', settings: { optimizer: { enabled: true, runs: 2 ** 32 - 1 }, }, }, ], }, gasReporter: { enabled: process.env.REPORT_GAS ? true : false, }, }; exports.default = config;