Skip to content

Commit

Permalink
Set debt allowance for MezoPortal to 500 stBTC (#713)
Browse files Browse the repository at this point in the history
This is 1/3 of the Mezo Portal's total deposits eligible for minting
stBTC.
  • Loading branch information
jagodarybacka authored Aug 26, 2024
2 parents 5276b33 + 5a86e50 commit 187014c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion solidity/deploy/33_update_debt_allowance.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const func: DeployFunction = async (hre: HardhatRuntimeEnvironment) => {

const mezoPortal = await deployments.get("MezoPortal")

const debtAllowance = 250000000000000000000n // 250 stBTC
const debtAllowance = 500000000000000000000n // 500 stBTC

log(`updating debt allowance for ${mezoPortal.address}`)

Expand Down

0 comments on commit 187014c

Please sign in to comment.