skip-mev / skip-go-cosmwasm-contracts

CosmWasm Contracts for Skip Go
Apache License 2.0
27 stars 25 forks source link

[API-2262] Make Sent Asset Param Optional #79

Closed NotJeremyLiu closed 10 months ago

NotJeremyLiu commented 11 months ago

This PR makes sent_asset param optional. If sent_asset is given, we validate it. If not given, defaulting to enforcing one coin is sent via info.Funds (recover endpoint will still refund if multiple coins given).