From f2488a7aec8868788b299a5dccbf200cf4169d00 Mon Sep 17 00:00:00 2001 From: Dennis Date: Wed, 6 Mar 2024 19:22:31 +0100 Subject: [PATCH] chore(docs): update avs operator register (#541) removes need for flag decl task: none --------- Co-authored-by: ttarsi <31632172+ttarsi@users.noreply.github.com> --- docs/site/docs/operate/testnet/register.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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. + +:::