You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently gamm module is designed in the way that every pool-model being implemented would have their own params struct which would contain exitFee and swapFee.
There's a room to further generalize gamm module by creating a generalized poolParams struct that would contain swapFee and exitFee that all pool models could implement.
The text was updated successfully, but these errors were encountered:
Closing this for now, lets re-consider whats the ideal to do (perhaps in a github discussion), keeping in mind that we want network liveness conditions and volatility to start being able to change swap fee
Currently gamm module is designed in the way that every pool-model being implemented would have their own params struct which would contain exitFee and swapFee.
There's a room to further generalize gamm module by creating a generalized poolParams struct that would contain swapFee and exitFee that all pool models could implement.
The text was updated successfully, but these errors were encountered: