Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(consensus): add new config.ts file to handle consensus configura…
…tion This new file includes a Config type and a readConfig function to read and parse the configuration from a file. It also includes helper functions to extract values from the configuration file and to generate the grace period end value. This change allows for more flexible and maintainable configuration handling.
- Loading branch information