From 9018dbc317a18625b583e0a73810244b5076efab Mon Sep 17 00:00:00 2001 From: Shivaansh Kapoor Date: Thu, 12 Sep 2024 17:55:46 +0400 Subject: [PATCH] update comment --- contracts/token/BiconomyTokenPaymaster.sol | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contracts/token/BiconomyTokenPaymaster.sol b/contracts/token/BiconomyTokenPaymaster.sol index a2ce442..22c41a0 100644 --- a/contracts/token/BiconomyTokenPaymaster.sol +++ b/contracts/token/BiconomyTokenPaymaster.sol @@ -306,7 +306,7 @@ contract BiconomyTokenPaymaster is } /** - * @dev Swap a token in the paymaster for ETH and deposit the amount received into the entry point + * @dev Update or add a swappable token to the Uniswapper * @param _tokenAddresses The token address to add/update to/for uniswapper * @param _poolFeeTiers The pool fee tiers for the corresponding token address to use * @notice only to be called by the owner of the contract.