-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Goal
Apart from ETH, DAO should be able to set spending limit for desired ERC20 tokens through installation.
How
- Create a mapping to store different tokens and their corresponding spending limit
- Receive token address through calldata with the spending limit
- Check DAO Action array for ERC20 token withdrawal and submit that to the DAO
- Revert on any action other than withdrawal of the configured tokens
- Update the updateSpendingLimit function to update the spending limit for ERC20 tokens as well
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request