Skip to content

Commit

Permalink
update foundry.toml and fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
0xdomrom committed Nov 14, 2024
1 parent 2e49d5d commit 9db595e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions foundry.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ optimizer = true
optimizer_runs = 800
fs_permissions = [{ access = "read-write", path = "./"}]

solc_version="0.8.18"
solc_version="0.8.20"

#evm_version="shanghai"
evm_version="shanghai"

[fmt]
line_length = 120
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ contract UNIT_TestStandardManager_Misc is TestStandardManagerBase {
assertEq(_getCashBalance(bobAcc), -int(btcSpot / 2));
}


function testCannotWithdrawBaseIfNegativeCash() public {
manager.setBorrowingEnabled(true);
cash.deposit(aliceAcc, uint(50000e18));
Expand Down

0 comments on commit 9db595e

Please sign in to comment.