You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When adding a token transfer to a SafeSnap transaction, allow to optionally show/select tokens with zero balance.
Which problem is this feature trying to solve?
When adding a token transfer to a batch of transactions in SafeSnap, you can only select from tokens which currently have a balance. This is prohibitive for many use-cases which involve proposals that involve tokens that the safe will hold a balance in at execution time.
For example, let's say a DAO has a proposal to use ETH to mint Dai and then transfer some to the Dai to another address.
The Dai does not yet exist in the DAO's account, so the token selection dropdown will not show it, even though the previous call will mint Dai.
What is the expected solution?
Allow users to optionally show and select from a list of tokens with zero balance, along with being able to provide a custom token address.
Given that this list will probably be quite long, it should also include some search function.
How do you currently handle this problem?
I currently handle it by encoding the transfer as a "contract interaction", but this is scary for many users.
Anything else you'd like to mention?
No response
The text was updated successfully, but these errors were encountered:
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Briefly describe the feature.
When adding a token transfer to a SafeSnap transaction, allow to optionally show/select tokens with zero balance.
Which problem is this feature trying to solve?
When adding a token transfer to a batch of transactions in SafeSnap, you can only select from tokens which currently have a balance. This is prohibitive for many use-cases which involve proposals that involve tokens that the safe will hold a balance in at execution time.
For example, let's say a DAO has a proposal to use ETH to mint Dai and then transfer some to the Dai to another address.
The Dai does not yet exist in the DAO's account, so the token selection dropdown will not show it, even though the previous call will mint Dai.
What is the expected solution?
Allow users to optionally show and select from a list of tokens with zero balance, along with being able to provide a custom token address.
Given that this list will probably be quite long, it should also include some search function.
How do you currently handle this problem?
I currently handle it by encoding the transfer as a "contract interaction", but this is scary for many users.
Anything else you'd like to mention?
No response
The text was updated successfully, but these errors were encountered: