Skip to content

Commit

Permalink
build: cow swap support
Browse files Browse the repository at this point in the history
  • Loading branch information
Schlagonia committed Oct 24, 2024
1 parent f139be6 commit 5755fbd
Show file tree
Hide file tree
Showing 5 changed files with 562 additions and 7 deletions.
2 changes: 1 addition & 1 deletion src/Auctions/Auction.sol
Original file line number Diff line number Diff line change
Expand Up @@ -685,7 +685,7 @@ contract Auction is Governance, ReentrancyGuard {
if (_data.length != 0) {
// Do the callback.
ITaker(_receiver).auctionTakeCallback(
_auctionId,
auction.fromInfo.tokenAddress,
msg.sender,
_amountTaken,
needed,
Expand Down
Loading

0 comments on commit 5755fbd

Please sign in to comment.