Skip to content

Commit

Permalink
chore: add indexed to token
Browse files Browse the repository at this point in the history
Co-authored-by: Milap Sheth <milap@interoplabs.io>
  • Loading branch information
npty and milapsheth authored Oct 2, 2024
1 parent 1cd9af6 commit 9c08753
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/interfaces/IAxelarGMPTransfer.sol
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ interface IInterchainTransferSent {
string destinationChain,
string destinationContractAddress,
bytes recipient,
address token,
address indexed token,
uint256 amount
);
}
Expand Down

0 comments on commit 9c08753

Please sign in to comment.