According to the documentation, the Cosmos SDK should no longer use the x/params module as it has been deprecated.
Cosmos SDK Upgrading Guide
However, there are still multiple instances where the x/params module is being used, such as:
Stop using the deprecated x/params module and manage parameters within each module independently.
