Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/interfaces/IAqua.sol
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ pragma solidity ^0.8.0;
interface IAqua {
/// @notice Emitted when a new strategy is shipped (deployed) and initialized with balances
/// @param maker The address of the maker shipping the strategy
/// @param app The strategy address being revoked
/// @param app The strategy address being shipped
/// @param strategyHash The hash of the strategy being shipped
/// @param strategy The strategy being shipped (abi enocoded)
event Shipped(address maker, address app, bytes32 strategyHash, bytes strategy);
Expand Down