Skip to content

Commit

Permalink
Fix integration tests after v1.1.0 release (#718)
Browse files Browse the repository at this point in the history
Depends on: #717

In this PR we fix integration tests by updating the forked blocked
number to reflect the latest version of deployed contracts.

We update the integration tests fixture function to upgrade the
contracts on the forked network to the latest code from the development
branch, so the tests are testing the code we are implementing.
  • Loading branch information
r-czajkowski authored Sep 4, 2024
2 parents db074d5 + 3a25346 commit 40ef7cc
Show file tree
Hide file tree
Showing 8 changed files with 1,252 additions and 64 deletions.
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 = 500000000000000000000n // 500 stBTC
const debtAllowance = 1000000000000000000000n // 1000 stBTC

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

Expand Down
Loading

0 comments on commit 40ef7cc

Please sign in to comment.