From 113bf44ffd0c67c2819159ba07c7cd70394bd530 Mon Sep 17 00:00:00 2001 From: Chibuotu Amadi Date: Mon, 14 Oct 2024 15:56:05 +0100 Subject: [PATCH] fix(interfaces): IGateway rebase glitch --- contracts/interfaces/IGateway.sol | 2 ++ 1 file changed, 2 insertions(+) diff --git a/contracts/interfaces/IGateway.sol b/contracts/interfaces/IGateway.sol index 5c2af6b..82caabe 100644 --- a/contracts/interfaces/IGateway.sol +++ b/contracts/interfaces/IGateway.sol @@ -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.