In the bank modules InitGenesis method, the telemetry measurement is incorrectly using crisis as the module name instead of bank. This means the initialization time is being attributed to the wrong module.
Makes it difficult to accurately track the performance of the bank modules genesis initialization.
https://github.com/initia-labs/minievm/blob/0bc0c0f19de493c3c711f6f3d48e5befb0c48115/x/bank/module.go#L125
Update the telemetry measurement to use the correct module name:
