Skip to content

Commit

Permalink
fix some issues
Browse files Browse the repository at this point in the history
  • Loading branch information
sparrowDom committed Dec 24, 2024
1 parent df13315 commit 000a0b2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion contracts/hardhat.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,8 @@ module.exports = {
process.env.DEPLOYER_PK || privateKeys[0],
process.env.GOVERNOR_PK || privateKeys[0],
],
live: true,
saveDeployments: true,
}
},
mocha: {
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 000a0b2

Please sign in to comment.