Skip to content

Commit

Permalink
Update WiseLending
Browse files Browse the repository at this point in the history
  • Loading branch information
zhouxianyuan committed Oct 13, 2023
1 parent 32af658 commit 4d3626d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/WiseLending_exp.sol
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ contract ContractTest is Test {
}

function borrowAll(uint256 id) internal {
WiseLending.borrowExactAmount(id, address(wstETH), 33_538_664_799_002_267_467); // inflate share price in modifier , borrow all wstETH
WiseLending.borrowExactAmount(id, address(wstETH), 33_538_664_799_002_267_467); // inflate share price in _coreBorrowTokens() , borrow all wstETH
WiseLending.borrowExactAmount(id, address(WETH), 339_996_372_423_526_589);
WiseLending.borrowExactAmount(id, address(aEthWETH), 98_969_695_913_405_122_899);
WiseLending.borrowExactAmount(id, address(DAI), 200_094_287_736_946_980_059);
Expand Down

0 comments on commit 4d3626d

Please sign in to comment.