issues
search
skip-mev
/
skip-go-cosmwasm-contracts
CosmWasm Contracts for Skip Go
Apache License 2.0
27
stars
25
forks
source link
🐛 [API-2527] Correct Cw20 Swap Calldata on Astroport and WhiteWhale
#91
Closed
NotJeremyLiu
closed
8 months ago
NotJeremyLiu
commented
8 months ago
Background
We had a PR previously that changed swaps to no longer use the router. When this change was made, cw20 swaps broke due to incorrect call data.
This PR fixes that by providing the correct types/calldata for cw20 swaps on both Astroport and WhiteWhale
Background