EmerisHQ / demeris

Emeris web app
https://app.emeris.com/
Apache License 2.0
12 stars 2 forks source link

[Dex Agg] Readd ability to select a denom in any chain #1706

Closed luciorubeens closed 2 years ago

luciorubeens commented 2 years ago

Describe the bug

Currently the swap logic uses the response of daggregation api to build the steps to sign, but it contains only denoms in a DEX chain.

CleanShot 2022-04-28 at 08 45 02

Eg: As a user I want to select my ATOM on Akash and swap to OSMO on Osmosis.

akc2267 commented 2 years ago

denomIn currently has to be the ibc_hash of the token on chainIn. we can improve this in the future

eitjuh commented 2 years ago

This one is fixed by https://github.com/EmerisHQ/demeris/pull/1714