EIP-7840: Add blob schedule to execution client configuration files

Is there any specific reason to define this in the chain configuration instead of hardcoding it?

The EIP states:

Ensure there is a way to dynamically adjust the target and max blob counts per block.

However, in practice, these constants are only updated during hard forks. Coordinating a constant change without a hard fork via the configuration file is extremely challenging.

Probably we want to define different parameters for different networks?