In a discussion today, dongcarl and I realized that is the only usage of the global Params() left in the kernel code.
We can use the readily available reference in ChainstateManager instead.
Note: There are still some uses of BaseParams in the kernel, so it doesn't make sense to rearrange the definitions quite yet. Once those are gone we can split the globals into new files.