White-Whale-Defi-Platform / white-whale-core

Core contracts for White Whale, The Interchain Liquidity Protocol for the Cosmos.
https://whitewhale.money
MIT License
36 stars 23 forks source link

[pool-manager] Implement UpdateConfig, so the owner can change i.e. the pool creation fee and set the feature toggle on pool-manager #294

Closed kaimen-sano closed 4 months ago

kaimen-sano commented 5 months ago

Use case

We want to be able to toggle the features defined in FeatureToggle, which are currently all enabled and it is not possible to disable them.

Proposal

Allow the owner of the contract to send a message to toggle these features.