From 0b2cf4c3aa350442d18efdba6b78913d0e569f6e Mon Sep 17 00:00:00 2001 From: cryptoAtwill <108330426+cryptoAtwill@users.noreply.github.com> Date: Thu, 23 Nov 2023 23:34:41 +0800 Subject: [PATCH] Update quickstart-calibration.md --- docs/quickstart-calibration.md | 1 + 1 file changed, 1 insertion(+) 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.