Skip to content

Commit

Permalink
add more docs
Browse files Browse the repository at this point in the history
  • Loading branch information
fangting-alchemy committed Sep 20, 2024
1 parent 2f8535e commit ad9f9cf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/modules/ERC20TokenLimitModule.sol
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ import {BaseModule, IERC165} from "./BaseModule.sol";
/// @title ERC20 Token Limit Module
/// @author Alchemy & ERC-6900 Authors
/// @notice This module supports ERC20 token spend limits. A few key features/restrictions features:
/// - This module only provide hooks associated with validations.
/// - For any validation function with this hook installed, all ERC20s without limits specified here will be
/// reverted.
/// - Only spending request through the following native execution functions are supported:
Expand Down

0 comments on commit ad9f9cf

Please sign in to comment.