We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 549d740 commit 3a1654fCopy full SHA for 3a1654f
src/vendor/CowWrapper.sol
@@ -16,7 +16,7 @@ interface ICowAuthentication {
16
/// @dev Used for type-safe calls to the settlement contract's settle function
17
interface ICowSettlement {
18
/// @notice Trade data structure matching GPv2Settlement
19
- struct CowTradeData {
+ struct Trade {
20
uint256 sellTokenIndex;
21
uint256 buyTokenIndex;
22
address receiver;
0 commit comments