From 000a0b2de40d093af3dafc3e8f491d7cb98d86ad Mon Sep 17 00:00:00 2001 From: Domen Grabec Date: Tue, 24 Dec 2024 11:18:09 +0100 Subject: [PATCH] fix some issues --- contracts/hardhat.config.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/contracts/hardhat.config.js b/contracts/hardhat.config.js index 616ffc4232..0bd04ef2a6 100644 --- a/contracts/hardhat.config.js +++ b/contracts/hardhat.config.js @@ -195,6 +195,8 @@ module.exports = { process.env.DEPLOYER_PK || privateKeys[0], process.env.GOVERNOR_PK || privateKeys[0], ], + live: true, + saveDeployments: true, } }, mocha: { @@ -253,7 +255,7 @@ module.exports = { mainnet: MAINNET_GOVERNOR, holesky: HOLESKY_DEPLOYER, // on Holesky the deployer is also the governor base: BASE_GOVERNOR, - sonic: MAINNET_DEPLOYER, + sonic: SONIC_DEPLOYER, }, /* Local node environment currently has no access to Decentralized governance * address, since the contract is in another repo. Once we merge the ousd-governance