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

Drop protocol support #114

Merged
merged 8 commits into from
Jul 29, 2024
Merged

Drop protocol support #114

merged 8 commits into from
Jul 29, 2024

Conversation

albertandrejev
Copy link
Contributor

This PR adds support of the Drop protocol swap https://github.com/hadronlabs-org/drop-contracts

Cargo.toml Outdated Show resolved Hide resolved
let coin_in = one_coin(&info)?;

let bridged_denom = BRIDGED_DENOM.load(deps.storage)?;
let canonical_denom = CANONICAL_DENOM.load(deps.storage)?;
Copy link
Contributor

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?

Copy link
Contributor Author

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

@wesl-ee wesl-ee merged commit 7fca8b8 into skip-mev:main Jul 29, 2024
5 checks 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.

3 participants