diff --git a/docs/site/docs/operate/testnet/register.md b/docs/site/docs/operate/testnet/register.md index b06073f0e..5976e79b8 100644 --- a/docs/site/docs/operate/testnet/register.md +++ b/docs/site/docs/operate/testnet/register.md @@ -35,5 +35,11 @@ chain_id: 100 # The chain ID of the Omni Network 2. Run the following command to register as an operator: ```bash -omni operator register --config-file ~/path/to/operator.yml --avs-address +omni operator register --config-file ~/path/to/operator.yml ``` + +:::info + +The AVS address (`0x848BE3DBcd054c17EbC712E0d29D15C2e638aBCe`) is the address of the Omni AVS contract [deployed on Goerli testnet](https://goerli.etherscan.io/address/0x848BE3DBcd054c17EbC712E0d29D15C2e638aBCe) that will be called by the `register` command. + +:::