From b45fc808ff0d4c5ad28bbca3a82dd4d7d1e6a701 Mon Sep 17 00:00:00 2001 From: Filipp Makarov Date: Wed, 4 Dec 2024 18:34:45 +0300 Subject: [PATCH] rm indexed --- contracts/interfaces/IBiconomyTokenPaymaster.sol | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/contracts/interfaces/IBiconomyTokenPaymaster.sol b/contracts/interfaces/IBiconomyTokenPaymaster.sol index 6a354c8..0d973b2 100644 --- a/contracts/interfaces/IBiconomyTokenPaymaster.sol +++ b/contracts/interfaces/IBiconomyTokenPaymaster.sol @@ -30,13 +30,13 @@ interface IBiconomyTokenPaymaster { uint256 tokenCharge, uint32 priceMarkup, uint256 tokenPrice, - bytes32 indexed userOpHash + bytes32 userOpHash ); event PaidGasInTokensExternal( address indexed userOpSender, address indexed token, uint256 tokenAmount, - bytes32 indexed userOpHash + bytes32 userOpHash ); event EthWithdrawn(address indexed recipient, uint256 indexed amount);