A user experienced confusion when attempting to run a relayer with an outdated example configuration file. These toml configs have been deprecated and should therefore be replaced by a json config, as reflected in the project README.
Related Issue Or Context
Closes: #694
How Has This Been Tested? Testing details.
Types of changes
[x] Bug fix (non-breaking change which fixes an issue)
[ ] New feature (non-breaking change which adds functionality)
[ ] Breaking change (fix or feature that would cause existing functionality to change)
[ ] Documentation
Checklist:
[ ] I have commented my code, particularly in hard-to-understand areas.
[ ] I have ensured that all acceptance criteria (or expected behavior) from issue are met
[ ] I have updated the documentation locally and in chainbridge-docs.
[ ] I have added tests to cover my changes.
[ ] I have ensured that all the checks are passing and green, I've signed the CLA bot
Description
A user experienced confusion when attempting to run a relayer with an outdated example configuration file. These
toml
configs have been deprecated and should therefore be replaced by ajson
config, as reflected in the project README.Related Issue Or Context
Closes: #694
How Has This Been Tested? Testing details.
Types of changes
Checklist: