Skip to content

Commit

Permalink
fix(interfaces): IGateway rebase glitch
Browse files Browse the repository at this point in the history
  • Loading branch information
chibie committed Oct 14, 2024
1 parent d369397 commit 113bf44
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions contracts/interfaces/IGateway.sol
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,8 @@ interface IGateway {
* @param orderId The ID of the order.
*/
event OrderSettledIn(address indexed provider, address indexed senderAddress, uint256 indexed amount, address token, bytes32 orderId);

/**
* @notice Emitted when a withdrawal is made by a provider.
* @param provider The address of the provider.
* @param sender The address of the sender.
Expand Down

0 comments on commit 113bf44

Please sign in to comment.