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
{{ message }}
This repository has been archived by the owner on Dec 16, 2022. It is now read-only.
With the added ECR223 compatibility we need test cases for the following:
Use approve and depositToken to deposit an ECR223 token into the FD contract. Expected: Updated user token balance
Use Token.transfer to deposit an ECR223 token into the FD contract. Expected: Updated user token balance.
Use approve and depositToken to deposit an ECR223 token that fails to implement approve/transferFrom into the FD contract. Expected: Sender does not lose funds
Use Token.transfer to deposit an ECR223 token that fails to implement approve/transferFrom into the FD contract. Expected: Updated user token balance.
The text was updated successfully, but these errors were encountered:
With the added ECR223 compatibility we need test cases for the following:
The text was updated successfully, but these errors were encountered: