register
Register an Operator to the AVS
Usage
otcli operator register [options]
Options
--l1-chain required
string
The name of the L1 chain where the AVS contracts will be deployed.
--signing-key optional
0x string
The Consensus private key to use for signing the transaction.
--avs-address optional
0x string
AVS governance contract address
--rewards-address optional
0x string
The address to receive rewards
--keystore optional
file path
The path to the keystore file used for signing the transaction.
--keystore-password optional
file path
The path to the file containing the keystore password.
--silent, --s, --no-prompt optional
flag
Run in non-interactive mode using .env
and provided arguments, without user prompts.
-h, --help optional
flag
Display help information for this command.
Last updated