diff --git a/docs/docs/get_started/configuration.md b/docs/docs/get_started/configuration.md index 085d0e08..3145920f 100644 --- a/docs/docs/get_started/configuration.md +++ b/docs/docs/get_started/configuration.md @@ -28,7 +28,7 @@ Note that in this setup, the signer module will not be started. ## Custom module We currently provide a test module that needs to be built as a Docker image. To build the module run: ```bash -bash scripts/build_local_module.sh +bash scripts/build_local_modules.sh ``` This will create a Docker image called `test_da_commit` that periodically requests signatures from the validator, and a `test_builder_log` module that logs BuilderAPI events. @@ -65,4 +65,4 @@ A few things to note: - We now added a `signer` section which will be used to create the Signer module. To load keys in the module, we currently support the Lighthouse `validators_dir` keys and secrets. We're working on adding support for additional keystores, including remote signers. - There is now a `[[modules]]` section which at a minimum needs to specify the module `id`, `type` and `docker_image`. Additional parameters needed for the business logic of the module will also be here, -To learn more about developing modules, check out [here](/category/developing). \ No newline at end of file +To learn more about developing modules, check out [here](/category/developing).