[Profit] setup dex on initialization
Closed this issue · 0 comments
gmanev7 commented
So far, we have got it as a separate step past initialization. There are a couple of drawbacks: an extra setup step, a more complex state machine, and more code.
With the invention of protocols, we could not set up a connectivity beforehand. Having a new protocol instantiation as a separate operation, we may first set up an IBC connectivity and then instantiate a protocol.