File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ import {EVCUtil} from "ethereum-vault-connector/utils/EVCUtil.sol";
11
11
contract EulerSwapFactory is IEulerSwapFactory , EVCUtil {
12
12
/// @dev An array to store all pools addresses.
13
13
address [] public allPools;
14
- /// @dev Mapping between a euler account and deployed pool that is currently set as operator
14
+ /// @dev Mapping between euler account and deployed pool that is currently set as operator
15
15
mapping (address eulerAccount = > address operator ) public eulerAccountToPool;
16
16
17
17
event PoolDeployed (
@@ -97,7 +97,7 @@ contract EulerSwapFactory is IEulerSwapFactory, EVCUtil {
97
97
return allPoolsList;
98
98
}
99
99
100
- /// @notice Validates operator authorization for a euler account. First checks if the account has an existing operator
100
+ /// @notice Validates operator authorization for euler account. First checks if the account has an existing operator
101
101
/// and ensures it is deauthorized. Then verifies the new pool is authorized as an operator. Finally, updates the
102
102
/// mapping to track the new pool as the account's operator.
103
103
/// @param eulerAccount The address of the euler account.
You can’t perform that action at this time.
0 commit comments