Check against allowance on create stream #88
Closed
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Using a Wagmi hook (useContractRead), check if the user allowance has been fully utilized.
If there is some allowance left, don't make him do another approval transaction before creating a stream.
I want to create a stream which spends more than my previously set allowance (here 2 CHAOS), or this is my first interaction with the contract, I need to do an approval transaction:
But if I want to create a stream which spends less than my previously set allowance, I can directly create the stream:
The same logic has been added to the update stream component.
Also, as it can be seen on the above screenshots, I added productName as an optional props to make sure the components can be used for any payment interface, not showing the word 'stream' anymore