Skip to content

Commit

Permalink
Set debt allowance for MezoPortal to 500 stBTC
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
nkuba committed Aug 26, 2024
1 parent eb14d10 commit 6581798
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 6581798

Please sign in to comment.