Posted on c/ElrondDevelopers 1 Ran4707834277c/ElrondDevelopers 2 years ago @iancudorinmarian how can i swap EGLD to USDC in smart contrct via Maiar DEX? Comment 1 Comments ian8639380436 2years ago You call this Pair SC endpoint from your SC: https://github.com/ElrondNetwork/sc-dex-rs/blob/fa73845ac4c1baf594efa99286f93dfbaad550b9/dex/pair/src/lib.rs#L452 I think this only works with Wrapped EGLD, so you'll have to wrap first.
You call this Pair SC endpoint from your SC: https://github.com/ElrondNetwork/sc-dex-rs/blob/fa73845ac4c1baf594efa99286f93dfbaad550b9/dex/pair/src/lib.rs#L452 I think this only works with Wrapped EGLD, so you'll have to wrap first.