Skip to content
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

Implement a function to add ERC-20 tokens #12

Merged
merged 4 commits into from
Dec 19, 2024

Conversation

hoangkianh
Copy link
Contributor

@hoangkianh hoangkianh commented Dec 18, 2024

Closes #11

This PR adds new features to allow the Wallet contract to manage which ERC-20 tokens it supports.

  • Add Tokens:
  • Remove Tokens:
  • Check Tokens:
  • Updates to Transfers: the transfer function now checks if a token is supported before allowing a transfer.

@hoangkianh hoangkianh marked this pull request as ready for review December 18, 2024 09:02
Copy link
Contributor

@Dprof-in-tech Dprof-in-tech left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great job ser

@Dprof-in-tech Dprof-in-tech merged commit e66150d into dewdrop-labs:main Dec 19, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Implement a function to add ERC-20 tokens
2 participants