From 9c08753c92be72fd0ca505afb3089984cf76373b Mon Sep 17 00:00:00 2001 From: npty <78221556+npty@users.noreply.github.com> Date: Wed, 2 Oct 2024 19:08:28 +0700 Subject: [PATCH] chore: add indexed to token Co-authored-by: Milap Sheth --- contracts/interfaces/IAxelarGMPTransfer.sol | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contracts/interfaces/IAxelarGMPTransfer.sol b/contracts/interfaces/IAxelarGMPTransfer.sol index d278a805..4ccdcc8f 100644 --- a/contracts/interfaces/IAxelarGMPTransfer.sol +++ b/contracts/interfaces/IAxelarGMPTransfer.sol @@ -21,7 +21,7 @@ interface IInterchainTransferSent { string destinationChain, string destinationContractAddress, bytes recipient, - address token, + address indexed token, uint256 amount ); }