Skip to content

Commit

Permalink
fix: Add CCR to TM hardhat deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
bingen committed Jul 28, 2024
1 parent 1bea45a commit cd2a347
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions contracts/utils/deploymentHelpers.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ class DeploymentHelper {
// Borrowing contracts
const activePool = await Contracts.ActivePool.new(WETH.address);
const troveManager = await Contracts.TroveManager.new(
web3.utils.toBN("1500000000000000000"),
web3.utils.toBN("1100000000000000000"),
web3.utils.toBN("1100000000000000000"),
web3.utils.toBN("100000000000000000"),
Expand Down

0 comments on commit cd2a347

Please sign in to comment.