migrate
Othentic CLI allows you to register an existing EigenLayer operator to an AVS by migrating their registration from the AVS Directory to the Allocation Manager.
Usage
otcli operator migrate [options]
Options
--l1-chain required
string
The name of the L1 chain where the AVS contracts will be deployed.
-avs-address optional
string
The address of the AVS governance contract.
--browser-sign optional
flag
Allows signing using wallets like MetaMask, SAFE, or other browser-based smart accounts. Ideal for multisig operations and smart contract wallets, especially when users prefer not to expose private keys directly in the CLI.
--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.
-h, --help optional
flag
Display help information for this command.
Last updated