@hyperlane-xyz/cli
package with npm install -g @hyperlane-xyz/cli
. Detailed CLI install instructions are available here.
--metrics
port you specified in the validator configuration. Read more about the example endpoints and what should be expected here.
The supported endpoints are:
Endpoint | Description |
---|---|
GET /eigen/node | for node info |
GET /eigen/node/health | for node health |
GET /eigen/node/services | for a list of services the node is running |
AVS_NETWORK
is the network you’re registering on, which can be Ethereum
or Holesky
.
Your AVS signing key can be reused across multiple validators and doesn’t require additional registration for each. If you use different AVS signing keys for each validator, you’ll need to register each as an operator.
hyperlane avs check --chain ethereum --operatorAddress <EIGENLAYER_OPERATOR_ADDRESS>
using the Hyperlane CLI and see if your validator address is there. This query may take a few minutes to complete.
Additionally, you can search your address under the operatorRegistry
function on Etherscan or check on EigenLayer’s UI for Ethereum or Holesky.