diff --git a/docs/quickstart-calibration.md b/docs/quickstart-calibration.md index 9ca384d5..0a705851 100644 --- a/docs/quickstart-calibration.md +++ b/docs/quickstart-calibration.md @@ -215,6 +215,7 @@ cargo make --makefile ./bin/ipc-infra/Makefile.toml \ -e BOOTSTRAPS= \ -e PARENT_REGISTRY= \ -e PARENT_GATEWAY= \ + -e CMT_EXTERNAL_ADDR= \ child-validator ``` `PARENT_REGISTRY` and `PARENT_GATEWAY` are the contract addresses of the IPC contracts in Calibration. This command also uses the calibration endpoint as default. Finally, you'll need to choose a different `NODE_NAME`, `CMT_HOST_PORT`, `ETHAPI_HOST_PORT` for each of the validators.