-
Notifications
You must be signed in to change notification settings - Fork 28
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
Drop protocol support #114
Conversation
let coin_in = one_coin(&info)?; | ||
|
||
let bridged_denom = BRIDGED_DENOM.load(deps.storage)?; | ||
let canonical_denom = CANONICAL_DENOM.load(deps.storage)?; |
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.
This is vocabulary that's re-used from the lido satellite contract, is this name still accurate here or should it be REMOTE_DENOM
and BONDED_DENOM
or similar?
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.
Yes, REMOTE_DENOM and BONDED_DENOM are better, I will fix
This PR adds support of the Drop protocol swap https://github.com/hadronlabs-org/drop-contracts