From 4ad96b4da24790977e358a20d6a4754714bbbb0e Mon Sep 17 00:00:00 2001 From: Alistair Singh Date: Tue, 30 Jan 2024 11:20:27 +0200 Subject: [PATCH] Rename event properties to match usage --- contracts/src/interfaces/IGateway.sol | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contracts/src/interfaces/IGateway.sol b/contracts/src/interfaces/IGateway.sol index cd0422cf6d..c567e8d211 100644 --- a/contracts/src/interfaces/IGateway.sol +++ b/contracts/src/interfaces/IGateway.sol @@ -69,8 +69,8 @@ interface IGateway { /// @dev Emitted once the funds are locked and an outbound message is successfully queued. event TokenSent( - address indexed token, address indexed sender, + address indexed token, ParaID indexed destinationChain, MultiAddress destinationAddress, uint128 amount