Skip to content

Commit

Permalink
fixup! test: Fix hardhat tests deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
bingen committed Aug 29, 2024
1 parent df68576 commit 3870004
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions contracts/utils/deploymentHelpers.js
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,7 @@ class DeploymentHelper {

const coreContracts = {
WETH,
addressesRegistry,
priceFeedTestnet,
boldToken,
sortedTroves,
Expand Down Expand Up @@ -213,6 +214,8 @@ class DeploymentHelper {
contracts.borrowerOperations.address,
contracts.activePool.address,
);

await contracts.boldToken.setCollateralRegistry(contracts.collateralRegistry.address);
}
}
module.exports = DeploymentHelper;

0 comments on commit 3870004

Please sign in to comment.