msg-handler-deposit
The Othentic CLI allows you to deposit funds into the Message Handler Contracts of an AVS.
Usage
otcli network msg-handler-deposit [options]
Options
--l1-chain required
string
The name of the L1 chain where the AVS contracts will be deployed.
--l2-chain required
string
The name of the L1 chain where the AVS contracts will be deployed.
--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.
--layer optional
string l1/l2
Specify the network
--amount optional
The amount (in eth units) to deposit to message handler. Default amount is 0.005
eth.
-h, --help optional
flag
Display help information for this command.
Last updated