@dydxfoundation/governance
Version:
dYdX governance smart contracts
17 lines (16 loc) • 627 B
JavaScript
;
/**
* Deployment config overrides for mainnet forking.
*
* Be careful about any overrides, since each override represents a difference between the test
* and production environemtns.
*/
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
const mainnet_phase_2_config_1 = __importDefault(require("./mainnet-phase-2-config"));
const hardhatConfig = {
EPOCH_ZERO_START: mainnet_phase_2_config_1.default.EPOCH_ZERO_START,
};
exports.default = hardhatConfig;