Skip to content

Commit

Permalink
add comment to zap test
Browse files Browse the repository at this point in the history
  • Loading branch information
a17 committed Oct 31, 2024
1 parent 45f65ea commit 792bf10
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/core/Zap.Real.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@ contract ZapTestReal is RealSetup {
// need to swap v.swapAmounts[0] USDC to arcUSD by agg
bytes[] memory swapData = new bytes[](2);
swapData[0] = abi.encodeCall(ISwapper.swap, (v.depositToken, v.assets[0], v.swapAmounts[0], 1_000));
// swapData[0] = abi.encodePacked(
// hex"fe029156000000000000000000000000c518a88c67ceca8b3f24c4562cb71deeb2af86b7000000000000000000000000aec9e50e3397f9ddc635c6c429c8c7eca418a14300000000000000000000000000000000000000000000000000000000009896800000000000000000000000000000000000000000000000000000000000002710"
// );

deal(v.depositToken, address(this), v.depositAmount);
IERC20(v.depositToken).approve(address(zap), v.depositAmount);
Expand Down

0 comments on commit 792bf10

Please sign in to comment.