-
Notifications
You must be signed in to change notification settings - Fork 17
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
feat: add GMP native token handler adapter #253
Conversation
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.
If native currencies are of the same value between the origin and destination, then perhaps we should have a single adapter implementation deployed on both chains to facilitate movement in both directions?
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.
The implementation is OK, though I would consider adapter implementations be part of another repo with them.
sygma-solidity
IMO should only be for core solidity stuff.
Closing this as for the time being it will not be used in production |
Description
Adds adapter for native token trasnfers via GMP.
Related Issue Or Context
Closes: #231
How Has This Been Tested? Testing details.
unit and e2e tests
Types of changes
Checklist: