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 recurring donation in usdc it does not seem to parse the decimals correctly.
It does not estimate the amount of months left from the proposed amount to deposit and amount to stream monthly - when going to the confirmaiton modal it shows an amount MUCH lower than the expected, based on the amounts input
in addition it appears the optional donation to giveth toggle is not working correctly - it always applies a donation to giveth even when you toggle it off!!
Screen.Recording.2024-11-10.074357.mp4
The text was updated successfully, but these errors were encountered:
@divine-comedian done hotfix for this USDC token, problem was with it's decimal, but also found problem related with months number, it wasn't ok. Other problem that you mentioned like applying donation to Giveth if you unchecked it didn't saw and also in video that you sent doesn't showing.
@kkatusic from our discussion yesterday it appears that there is still an error in the flow somewhere
Things we've tested
make recurring donation with other ERC20 tokens (OP & GIV) - WORKS ✅
wrap USDC on superfluid app, make recurring donation with already wrapped USDC - WORKS ✅
make recurring donation with ETH - WORKS ✅
double checked configs for correct token addresses - WORKS ✅
-deposit tokens through my recurring donation page - FAILS ❌ - it seems to revoke the approve instead of approve the allowance to deposit the token
It seems this could be related to how we handle depositing tokens or how we batch the deposit function together with creating a stream... bearing in mind USDC is the only token that has 6 decimal precision while all other tokens have 18.. the super USDC token has 18 decimals
divine-comedian
changed the title
usdc recurring donation decimals are incorrect and option donation toggle doesn't work
usdc recurring donation decimals are incorrect and transactions reverts
Nov 12, 2024
when adding a recurring donation in usdc it does not seem to parse the decimals correctly.
It does not estimate the amount of months left from the proposed amount to deposit and amount to stream monthly - when going to the confirmaiton modal it shows an amount MUCH lower than the expected, based on the amounts input
in addition it appears the optional donation to giveth toggle is not working correctly - it always applies a donation to giveth even when you toggle it off!!
Screen.Recording.2024-11-10.074357.mp4
The text was updated successfully, but these errors were encountered: