Skip to content

Commit

Permalink
chore(docs): operator updates (#542)
Browse files Browse the repository at this point in the history
some small updates to the operator section

task: none
  • Loading branch information
ttarsi authored Mar 6, 2024
1 parent 158d2c1 commit f5de290
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/site/docs/operate/testnet/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ The Omni CLI will allow you to interact with the Omni network and simplifies the

## Install from Binary

The easiest way to install the Omni CLI is to download the latest release from the [GitHub releases page](https://github.com/omni-network/omni/releases). Once downloaded, you can extract the binary and move it to a location in your PATH.
The easiest way to install the Omni CLI is to download the latest release from the [GitHub releases page](https://github.com/omni-network/omni/releases). Once downloaded, you can extract the binary and move it to a location in your $PATH.

## Install from Script

Expand Down
4 changes: 2 additions & 2 deletions docs/site/docs/operate/testnet/introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ sidebar_position: 1

## Registering as an Operator for Testnet

To register with Omni, operators must first register as an operator in Eigenlayer testnet
To register with Omni, operators must first register as an operator in Eigenlayer testnet.

This registers your Ethereum public key with the Eigenlayer. You can follow Eigenlayer's instructions [here](https://docs.eigenlayer.xyz/eigenlayer/operator-guides/operator-installation).
This registers your Ethereum public key with the Eigenlayer smart contracts. You can follow Eigenlayer's instructions [here](https://docs.eigenlayer.xyz/eigenlayer/operator-guides/operator-installation).
2 changes: 1 addition & 1 deletion docs/site/docs/operate/testnet/register.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ sidebar_position: 3

# Omni AVS Contract Registration

This tells EigenLayer that you'd like to be an operator specifically for the Omni AVS. Thus, the **\$ETH** that you, and your delegators restaked, will be used to secure Omni. Omni provides a CLI for this.
This tells EigenLayer that you'd like to be an operator specifically for the Omni AVS. Thus, the **\$ETH** that you, and your delegators restaked, will be used to secure Omni.

You will need to have an `operator.yml` file to perform this registration. This file is created as part of [registering as an operator with the EigenLayer CLI](https://docs.eigenlayer.xyz/eigenlayer/operator-guides/operator-installation).

Expand Down

0 comments on commit f5de290

Please sign in to comment.