-
Notifications
You must be signed in to change notification settings - Fork 145
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add endpoints for airdrop #125
Conversation
tests/test_airdrop.cairo
Outdated
@@ -0,0 +1,108 @@ | |||
use my_project::interfaces::erc20::{IERC20Dispatcher, IERC20DispatcherTrait}; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why did you add these test cases?
@ShantelPeters When can you finish with my comments |
@ShantelPeters Please, fix your issues as soon as possible |
I’m working on it sir @djeck1432 |
@ShantelPeters any updates? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me
@djeck1432 kindly review the implementation of the airdrop endpoint.