Skip to content

Commit

Permalink
fix fork tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sparrowDom committed Apr 29, 2024
1 parent 6179cb1 commit da6a7b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions contracts/hardhat.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -180,13 +180,13 @@ module.exports = {
process.env.FORK === "true"
? isHoleskyFork
? HOLESKY_DEPLOYER
: MAINNET_DEPLOYER
: MAINNET_GOVERNOR
: 1,
hardhat:
process.env.FORK === "true"
? isHoleskyFork
? HOLESKY_DEPLOYER
: MAINNET_DEPLOYER
: MAINNET_GOVERNOR
: 1,
mainnet: MAINNET_GOVERNOR,
holesky: HOLESKY_DEPLOYER, // on Holesky the deployer is also the governor
Expand Down

0 comments on commit da6a7b5

Please sign in to comment.