Skip to content
This repository has been archived by the owner on Jan 11, 2024. It is now read-only.

Update quickstart-calibration.md #403

Merged
merged 1 commit into from
Nov 23, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/quickstart-calibration.md
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,7 @@ cargo make --makefile ./bin/ipc-infra/Makefile.toml \
-e BOOTSTRAPS=<BOOTSTRAP_ENDPOINT> \
-e PARENT_REGISTRY=<PARENT_REGISTRY_CONTRACT_ADDR> \
-e PARENT_GATEWAY=<GATEWAY_REGISTRY_CONTRACT_ADDR> \
-e CMT_EXTERNAL_ADDR=<COMETBFT_EXTERNAL_ENDPOINT> \
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.
Expand Down
Loading