From 165a0f38ae8b05d41d1a30a34fb623efdfc890a6 Mon Sep 17 00:00:00 2001 From: chefburger Date: Wed, 5 Feb 2025 18:21:01 +0800 Subject: [PATCH] refactor: resolve comments --- src/modules/V3ToInfinityMigrator.sol | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/modules/V3ToInfinityMigrator.sol b/src/modules/V3ToInfinityMigrator.sol index 3c944c4..577f606 100644 --- a/src/modules/V3ToInfinityMigrator.sol +++ b/src/modules/V3ToInfinityMigrator.sol @@ -71,7 +71,7 @@ abstract contract V3ToInfinityMigrator is RouterImmutables { } } - /// @dev check that the cl position manager call is a safe call + /// @dev check that the infinity cl position manager call is a safe call /// of the position-altering Actions, we only allow Actions.MINT /// this is because, if a user could be tricked into approving the UniversalRouter for /// their position, an attacker could take their fees, or drain their entire position @@ -105,7 +105,7 @@ abstract contract V3ToInfinityMigrator is RouterImmutables { } } - /// @dev check that the bin position manager call is a safe call + /// @dev check that the infinity bin position manager call is a safe call /// of the position-altering Actions, we only allow Actions.BIN_ADD_LIQUIDITY /// this is because, if a user could be tricked into approving the UniversalRouter for /// their position, an attacker could drain their entire position