Skip to content

Commit

Permalink
Update BlindArb.t.sol (#47)
Browse files Browse the repository at this point in the history
  • Loading branch information
Yorkemartin authored Oct 4, 2023
1 parent 21a666f commit 4bb1580
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ contract BlindArbTest is Test {
console.log("amount out: %s", amount_out);

arb.executeArb__WETH_token0(address(V2), address(V3), ARB_AMOUNT, 0);
console.log("ARB BALANCE BEFORE: %s", WETH.balanceOf(address(arb)));
console.log("ARB BALANCE AFTER: %s", WETH.balanceOf(address(arb)));

}

Expand Down

0 comments on commit 4bb1580

Please sign in to comment.