skip-mev / skip-go-cosmwasm-contracts

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

♻️ Abstract SwapVenue Validation to a Method on the Type #62

Open NotJeremyLiu opened 1 year ago

NotJeremyLiu commented 1 year ago

This PR moves the SwapVenue validation logic out of the entry point contract's instantiate function and into a method implemented on the SwapVenue object itself.